/* selectraven 1.11.1 — scroll choreography and continuous home marquee. */
@font-face{font-family:"Cormorant Garamond";src:url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Cormorant Garamond";src:url("../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Manrope";src:url("../fonts/manrope-latin-400-normal.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Manrope";src:url("../fonts/manrope-latin-600-normal.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}

/* The gateway header sits directly over the dog/cat media. */
.pet-gateway-page .store-header.gateway-header {
  position: absolute;
  min-height: 74px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  pointer-events: none;
}

/* v1.11.7 — source-measured Petlibro desktop motion and expanding product rail */
@media screen and (min-width: 991px) {
  .product-showcase-v117 .product-showcase-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 clamp(32px, 4vw, 76px) 0 0;
  }
  .product-showcase-v117 .product-showcase-rail {
    width: 31vw;
    max-width: none;
    min-height: clamp(250px, 17.3438vw, 333px);
    margin-top: 0;
  }
  .product-showcase-v117 .product-showcase-visual {
    z-index: 1;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .product-showcase-v117 .product-showcase-visual.is-active {
    z-index: 3;
  }
  .product-showcase-v117 .product-showcase-visual.is-prev,
  .product-showcase-v117 .product-showcase-visual.is-next {
    z-index: 2;
    pointer-events: none;
  }
  .product-showcase-v117 .product-showcase-visual img {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform .8s cubic-bezier(.38, .005, .215, 1), filter .8s cubic-bezier(.38, .005, .215, 1);
    will-change: transform;
  }
  .product-showcase-v117 .product-showcase-visual.is-prev img {
    transform: translate3d(150%, -145%, 0) scale(.34) rotate(3deg);
    filter: drop-shadow(0 8px 8px rgba(38, 34, 27, .04));
  }
  .product-showcase-v117 .product-showcase-visual.is-next img {
    transform: translate3d(-82%, 145%, 0) scale(.34) rotate(-4deg);
    filter: drop-shadow(0 8px 8px rgba(38, 34, 27, .04));
  }

  .product-showcase-v117 .product-showcase-item {
    position: relative;
    display: block;
    height: clamp(24px, 1.771vw, 34px);
    min-height: 0;
    margin: 0 0 clamp(16px, 1.25vw, 24px);
    transition: height .8s cubic-bezier(.38, .005, .215, 1), margin .8s cubic-bezier(.38, .005, .215, 1);
  }
  .product-showcase-v117 .product-showcase-item:first-child {
    margin-top: 0 !important;
  }
  .product-showcase-v117 .product-showcase-item:last-child {
    margin-bottom: 0 !important;
  }
  .product-showcase-v117 .product-showcase-item.is-active {
    height: clamp(124px, 9.635vw, 185px);
    min-height: 0;
    margin-top: clamp(27px, 2.083vw, 40px);
    margin-bottom: clamp(27px, 2.083vw, 40px);
  }
  .product-showcase-v117 .product-showcase-item.is-active + .product-showcase-item {
    margin-top: 0;
  }
  .product-showcase-v117 .product-showcase-item:not(.is-active) + .product-showcase-item.is-active {
    margin-top: clamp(27px, 2.083vw, 40px);
  }
  .product-showcase-v117 .product-showcase-item.is-active::before {
    width: 3px;
    height: clamp(124px, 9.635vw, 185px);
    transition: height .8s cubic-bezier(.38, .005, .215, 1);
  }
  .product-showcase-v117 .product-showcase-trigger {
    position: absolute;
    inset: 0 0 auto 0;
    display: flex !important;
    min-height: 0;
    height: clamp(24px, 1.771vw, 34px);
    padding: 0 0 0 clamp(18px, 1.25vw, 24px);
    opacity: 1;
    overflow: hidden;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.4;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: left top;
    transition: opacity .8s cubic-bezier(.38, .005, .215, 1), transform .8s cubic-bezier(.38, .005, .215, 1);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-trigger {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 28px, 0) scale(1.32);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail,
  .product-showcase-v117 .product-showcase-item:not(.is-active) > .product-showcase-detail,
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail.is-active {
    position: absolute;
    inset: 0 0 auto 0;
    display: block !important;
    min-height: 0;
    height: clamp(124px, 9.635vw, 185px);
    padding: 0 0 0 clamp(18px, 1.25vw, 24px);
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: none;
    animation: none;
    pointer-events: none;
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail {
    pointer-events: auto;
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > p,
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > h3,
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > span,
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > .product-showcase-actions {
    position: absolute;
    left: clamp(18px, 1.25vw, 24px);
    right: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    transform-origin: left top;
    transition: all .8s cubic-bezier(.38, .005, .215, 1);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > p {
    color: #315800;
    font-size: clamp(12px, .833vw, 16px);
    line-height: 1.3125;
    transform: translate3d(0, 12px, 0) scale(.86);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > h3 {
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    transform: translate3d(0, 0, 0) scale(.75);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > span {
    max-width: 31vw;
    font-size: clamp(12px, .833vw, 16px);
    line-height: 1.3125;
    transform: translate3d(0, -16px, 0) scale(.82);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > .product-showcase-actions {
    display: flex;
    gap: clamp(12px, .833vw, 16px);
    transform: translate3d(0, -24px, 0) scale(.78);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail > p {
    top: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail > h3 {
    top: clamp(28px, 1.927vw, 37px);
    opacity: 1;
    font-size: clamp(22px, 1.667vw, 32px);
    font-weight: 500;
    line-height: 1.3125;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail > span {
    top: clamp(64px, 4.948vw, 95px);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail > .product-showcase-actions {
    top: clamp(102px, 7.969vw, 153px);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-showcase-v117 .product-showcase-visual img,
  .product-showcase-v117 .product-showcase-item,
  .product-showcase-v117 .product-showcase-item::before,
  .product-showcase-v117 .product-showcase-trigger,
  .product-showcase-v117 .product-showcase-detail > * {
    transition-duration: .01ms !important;
  }
}

/* v1.11.8 final mobile cascade — intentionally after every legacy mobile override. */
@media (max-width: 767px) {
  .hero-scroll { height: 118svh !important; }
  .hero-sticky { height: 88svh !important; min-height: 610px !important; }
  .hero-next-stage { padding: 7svh 18px !important; }
  .hero-next-stage .hero-preview-1 { left: -22px !important; top: 10% !important; width: clamp(104px, 29vw, 128px) !important; }
  .hero-next-stage .hero-preview-2 { right: -12px !important; top: 11% !important; width: clamp(86px, 23vw, 102px) !important; }
  .hero-next-stage .hero-preview-3 { left: 2px !important; bottom: 8% !important; width: clamp(82px, 22vw, 98px) !important; }
  .hero-next-stage .hero-preview-4 { right: -18px !important; bottom: 7% !important; width: clamp(106px, 29vw, 128px) !important; }
}

/* v1.11.8 — larger editorial ritual stage with one hero product and three supporting pieces */
.hero-next-stage {
  isolation: isolate;
  padding: clamp(54px, 6vh, 82px) clamp(32px, 8vw, 150px) !important;
  background: var(--cream) !important;
}
.hero-stage-heading {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(65vw, 1160px);
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: none;
}
.hero-stage-heading > p {
  margin: 0 0 18px;
  font: 600 10px/1.2 var(--sans);
  letter-spacing: .24em;
  text-transform: uppercase;
  opacity: clamp(0, calc((var(--hero-progress) - .28) * 3), 1);
  transform: translateY(calc((1 - var(--hero-progress)) * 36px));
}
.hero-stage-heading > h2 {
  max-width: 1160px;
  margin: 0;
  font: 500 clamp(72px, 7.9vw, 138px)/.79 var(--serif);
  letter-spacing: -.055em;
  text-wrap: balance;
  opacity: clamp(0, calc((var(--hero-progress) - .24) * 2.7), 1);
  transform: translateY(calc((1 - var(--hero-progress)) * 58px)) scale(calc(.9 + var(--hero-progress) * .1));
}
.hero-stage-heading > span {
  display: block;
  max-width: 590px;
  margin-top: clamp(22px, 2.2vh, 32px);
  color: #625e55;
  font: 400 clamp(13px, .86vw, 16px)/1.55 var(--sans);
  letter-spacing: .01em;
  opacity: clamp(0, calc((var(--hero-progress) - .5) * 3.4), 1);
  transform: translateY(calc((1 - var(--hero-progress)) * 28px));
}
.hero-stage-heading .hero-stage-discover {
  position: static !important;
  display: inline-flex;
  min-height: 48px;
  margin-top: clamp(24px, 3vh, 38px);
  padding: 0 23px;
  border: 1px solid rgba(23, 23, 18, .8);
  border-radius: 999px;
  background: rgba(255, 253, 248, .58);
  color: var(--ink);
  font: 700 10px/1 var(--sans);
  letter-spacing: .13em;
  text-decoration: none;
  opacity: clamp(0, calc((var(--hero-progress) - .58) * 4.2), 1);
  transform: translateY(calc((1 - var(--hero-progress)) * 22px));
  pointer-events: auto;
  transition: background-color .3s ease, color .3s ease, transform .45s cubic-bezier(.16, .75, .24, 1);
}
.hero-stage-heading .hero-stage-discover:hover,
.hero-stage-heading .hero-stage-discover:focus-visible {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-3px);
}
.hero-next-stage .hero-preview-product {
  --entrance-x: 0px;
  --entrance-y: 120px;
  --preview-tilt: 0deg;
  overflow: visible;
  border-radius: 50%;
  box-shadow: none;
  filter: drop-shadow(0 30px 36px rgba(45, 38, 27, .15));
  opacity: clamp(0, calc((var(--hero-progress) - var(--preview-delay, .42)) * 3.8), 1);
  transform: translate3d(calc((1 - var(--hero-progress)) * var(--entrance-x)), calc((1 - var(--hero-progress)) * var(--entrance-y)), 0) scale(calc(.7 + var(--hero-progress) * .3)) rotate(var(--preview-tilt));
  transition: transform .7s cubic-bezier(.16, .75, .24, 1), filter .45s ease;
}
.hero-next-stage .hero-preview-product::before {
  inset: -20%;
  opacity: .64;
}
.hero-next-stage .hero-preview-product::after {
  inset: -1px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .52), 0 0 0 1px rgba(23, 23, 18, .035);
}
.hero-next-stage .hero-preview-product img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  animation-duration: 8.8s, 4.8s;
}
.hero-next-stage .hero-preview-1 {
  z-index: 2;
  left: 4.8%;
  top: 32%;
  width: clamp(238px, 17.2vw, 350px);
  --entrance-x: -160px;
  --entrance-y: 110px;
  --preview-tilt: -4deg;
  --preview-delay: .35;
}
.hero-next-stage .hero-preview-2 {
  right: 7%;
  top: 9%;
  width: clamp(168px, 11vw, 224px);
  --entrance-x: 125px;
  --entrance-y: -120px;
  --preview-tilt: 4deg;
  --preview-delay: .44;
}
.hero-next-stage .hero-preview-3 {
  left: 13%;
  bottom: 5.5%;
  width: clamp(148px, 9.3vw, 190px);
  --entrance-x: -100px;
  --entrance-y: 135px;
  --preview-tilt: 3deg;
  --preview-delay: .52;
}
.hero-next-stage .hero-preview-4 {
  right: 9.5%;
  bottom: 7%;
  width: clamp(196px, 13vw, 264px);
  --entrance-x: 135px;
  --entrance-y: 150px;
  --preview-tilt: -4deg;
  --preview-delay: .58;
}
.hero-preview-meta {
  position: absolute;
  left: 50%;
  bottom: -58px;
  display: grid;
  min-width: 156px;
  padding: 12px 15px;
  border: 1px solid rgba(23, 23, 18, .12);
  border-radius: 12px;
  background: rgba(255, 253, 248, .94);
  color: var(--ink);
  text-align: left;
  opacity: 0;
  transform: translate(-50%, 12px) scale(.92);
  transition: opacity .3s ease, transform .45s cubic-bezier(.16, .75, .24, 1);
  pointer-events: none;
  backdrop-filter: blur(12px);
}
.hero-preview-meta strong { font: 600 12px/1.25 var(--sans); white-space: nowrap; }
.hero-preview-meta small { margin-top: 5px; color: #6d685f; font: 500 9px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.hero-next-stage .hero-preview-3 .hero-preview-meta,
.hero-next-stage .hero-preview-4 .hero-preview-meta { top: -58px; bottom: auto; }
.hero-next-stage .hero-preview-product:hover,
.hero-next-stage .hero-preview-product:focus-visible {
  z-index: 6;
  filter: drop-shadow(0 38px 42px rgba(45, 38, 27, .24)) brightness(1.025);
  transform: translate3d(0, -12px, 0) scale(1.09) rotate(var(--preview-tilt));
  outline: none;
}
.hero-next-stage .hero-preview-product:hover img,
.hero-next-stage .hero-preview-product:focus-visible img { animation-play-state: paused; }
.hero-next-stage .hero-preview-product:hover .hero-preview-meta,
.hero-next-stage .hero-preview-product:focus-visible .hero-preview-meta {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

@media (max-width: 1180px) {
  .hero-stage-heading { width: 70vw; }
  .hero-stage-heading > h2 { font-size: clamp(66px, 8.2vw, 104px); }
  .hero-next-stage .hero-preview-1 { left: 2.5%; width: clamp(210px, 19vw, 260px); }
  .hero-next-stage .hero-preview-2 { right: 4%; }
  .hero-next-stage .hero-preview-3 { left: 8%; }
  .hero-next-stage .hero-preview-4 { right: 5%; }
}

@media (max-width: 767px) {
  .hero-scroll { height: 118svh !important; }
  .hero-sticky { height: 88svh !important; min-height: 610px !important; }
  .hero-next-stage { padding: 7svh 18px !important; }
  .hero-stage-heading { width: min(73vw, 330px); }
  .hero-stage-heading > p { margin-bottom: 12px; font-size: 8px; }
  .hero-stage-heading > h2 {
    width: 100% !important;
    font-size: clamp(41px, 11.3vw, 54px) !important;
    line-height: .84 !important;
  }
  .hero-stage-heading > span {
    max-width: 270px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.45;
  }
  .hero-stage-heading .hero-stage-discover {
    position: static !important;
    min-height: 44px;
    margin-top: 22px;
    padding-inline: 18px;
    font-size: 8px;
  }
  .hero-next-stage .hero-preview-1 {
    left: -22px !important;
    top: 10% !important;
    width: clamp(104px, 29vw, 128px) !important;
  }
  .hero-next-stage .hero-preview-2 {
    right: -12px !important;
    top: 11% !important;
    width: clamp(86px, 23vw, 102px) !important;
  }
  .hero-next-stage .hero-preview-3 {
    left: 2px !important;
    bottom: 8% !important;
    width: clamp(82px, 22vw, 98px) !important;
  }
  .hero-next-stage .hero-preview-4 {
    right: -18px !important;
    bottom: 7% !important;
    width: clamp(106px, 29vw, 128px) !important;
  }
  .hero-preview-meta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-next-stage { display: flex !important; }
  .hero-next-stage .hero-preview-product,
  .hero-next-stage .hero-preview-product img,
  .hero-stage-heading > * { animation: none !important; transition-duration: .01ms !important; }
}
.store-header.gateway-header .store-logo {
  grid-column: 2;
  justify-self: center;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.pet-gateway-page .gateway-intro { top: 118px !important; }
.gateway-world .gateway-poster { z-index: 0; }
.gateway-world .gateway-video {
  z-index: 1;
  opacity: 0 !important;
}
.gateway-world .gateway-video.is-video-ready { opacity: 1 !important; }
.gateway-world .gateway-shade { z-index: 2; }
.gateway-world > strong,
.gateway-world > em { z-index: 3; }

/* A real image stays behind every autoplay video, fixing iOS poster gaps. */
.hero-sticky .hero-poster { z-index: 1; }
.hero-sticky .hero-video {
  z-index: 2;
  opacity: 0 !important;
}
.hero-sticky .hero-video.is-video-ready { opacity: 1 !important; }
.hero-sticky .hero-shade { z-index: 3; }
.hero-sticky .hero-copy { z-index: 4; }

/* Member centre remains visible beside the bag on phones and desktop. */
.header-tools .member-tool { position: relative; }
.header-tools .member-tool::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .18;
}

/* The home promise row is a seamless, always-leftward marquee. */
.home-trust-strip {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  overflow: hidden !important;
  scroll-snap-type: none !important;
}
.home-trust-track {
  display: flex;
  width: max-content;
  animation: selectraven-home-trust-marquee 32s linear infinite;
  will-change: transform;
}
.home-trust-group {
  display: flex;
  flex: none;
  gap: 1px;
}
.home-trust-group a {
  flex: 0 0 clamp(380px, 33.333vw, 560px);
  width: clamp(380px, 33.333vw, 560px);
  min-height: 112px;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: background .35s ease !important;
}
@keyframes selectraven-home-trust-marquee {
  to { transform: translateX(-50%); }
}

/* Product showcase — rebuilt from the supplied reference video. */
.product-showcase {
  padding: clamp(82px, 8vw, 132px) 5vw 0;
  background: #f6f5f0;
  color: #151511;
  overflow-x: clip;
}
.product-showcase > header {
  display: grid;
  grid-template-columns: minmax(140px, .38fr) minmax(320px, 1fr);
  align-items: end;
  gap: 36px;
  max-width: 1500px;
  margin: 0 auto 54px;
}
.product-showcase > header p {
  margin: 0 0 7px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
}
.product-showcase > header h2 {
  max-width: 760px;
  margin: 0;
  font: 500 clamp(48px, 4.6vw, 76px)/.88 var(--serif);
  letter-spacing: -.045em;
}
.product-showcase-scroll {
  position: relative;
  height: calc(var(--showcase-count, 4) * 82svh);
}
.product-showcase-sticky {
  position: sticky;
  top: 74px;
  height: calc(100svh - 74px);
  min-height: 560px;
  padding-bottom: clamp(18px, 3vh, 34px);
}
.product-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .82fr);
  max-width: 1500px;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: auto;
  border-top: 1px solid rgba(21, 21, 17, .2);
  border-bottom: 1px solid rgba(21, 21, 17, .2);
}
.product-showcase-stage {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-right: 1px solid rgba(21, 21, 17, .2);
  background: #efeee9;
}
.product-showcase-visual {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(34px, 6vw, 88px);
  opacity: 0;
  transform: translate3d(0, 118%, 0);
  transition: none;
  will-change: transform, opacity;
  pointer-events: none;
}
.product-showcase-visual.is-active {
  pointer-events: auto;
}
.product-showcase-visual img {
  width: min(78%, 720px);
  max-height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 36px 38px rgba(40, 36, 27, .12));
}
.product-showcase-index {
  position: absolute;
  z-index: 4;
  left: 28px;
  bottom: 24px;
  font-size: 9px;
  letter-spacing: .16em;
}
.product-showcase-index b { font-size: 18px; font-weight: 600; }
.product-showcase-content {
  display: flex;
  min-width: 0;
  padding: clamp(36px, 5vw, 78px);
  flex-direction: column;
}
.product-showcase-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(21, 21, 17, .18);
}
.product-showcase-list button {
  position: relative;
  min-height: 52px;
  padding: 12px 34px 12px 0;
  border-bottom: 1px solid rgba(21, 21, 17, .18);
  color: rgba(21, 21, 17, .56);
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
  transition: color .3s ease, padding-left .3s ease;
}
.product-showcase-list button::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease;
}
.product-showcase-list button.is-active {
  padding-left: 13px;
  color: #151511;
  font-weight: 700;
}
.product-showcase-list button.is-active::after { transform: translateY(-50%) scale(1); }
.product-showcase-list button:focus-visible,
.product-showcase-detail a:focus-visible,
.owner-testimonials > header button:focus-visible,
.owner-testimonial-media > button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.product-showcase-detail {
  display: none;
  margin-top: auto;
  padding-top: 52px;
  animation: selectraven-detail-in .55s ease both;
}
.product-showcase-detail.is-active { display: block; }
.product-showcase-detail > p {
  margin: 0 0 13px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.product-showcase-detail h3 {
  margin: 0;
  font: 500 clamp(46px, 4.2vw, 72px)/.82 var(--serif);
  letter-spacing: -.045em;
}
.product-showcase-detail > span {
  display: block;
  max-width: 430px;
  margin-top: 20px;
  color: rgba(21, 21, 17, .66);
  font-size: 12px;
  line-height: 1.7;
}
.product-showcase-detail > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
}
.product-showcase-detail strong,
.product-showcase-detail .amount { font-size: 15px; }
.product-showcase-detail a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 4px;
  background: #2f5d38;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@keyframes selectraven-detail-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* Customer story carousel, matching the supplied alternating media/card layout. */
.owner-testimonials {
  padding: clamp(88px, 8vw, 132px) 0;
  background: #f8f5ef;
  overflow: hidden;
}
.owner-testimonials > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 0 4.5vw 62px;
}
.owner-testimonials > header p {
  margin: 0 0 20px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
}
.owner-testimonials > header h2 {
  margin: 0;
  font: 600 clamp(38px, 3.3vw, 58px)/1 var(--sans);
  letter-spacing: -.04em;
}
.owner-testimonials > header nav { display: flex; gap: 12px; }
.owner-testimonials > header button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(21, 21, 17, .24);
  border-radius: 50%;
  font-size: 20px;
}
.owner-testimonial-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 0 4.5vw 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.owner-testimonial-track::-webkit-scrollbar { display: none; }
.owner-testimonial {
  display: grid;
  grid-template-columns: minmax(160px, .75fr) minmax(230px, 1.08fr);
  flex: 0 0 min(580px, 32vw);
  min-height: 420px;
  gap: 18px;
  scroll-snap-align: start;
}
.owner-testimonial-media,
.owner-testimonial-story {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 18px;
}
.owner-testimonial-media { background: #dedbd3; }
.owner-testimonial-media > img,
.owner-testimonial-media > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owner-testimonial-media > video { z-index: 1; }
.owner-testimonial-media > button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  transform: translate(-50%, -50%);
}
.owner-testimonial-story {
  display: flex;
  padding: 26px 22px 18px;
  flex-direction: column;
  background: #fff;
}
.owner-testimonial-story > i { font-size: 21px; }
.owner-testimonial-story blockquote {
  margin: auto 0;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.55;
}
.owner-testimonial-story footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  align-items: end;
  gap: 14px;
}
.owner-testimonial-story footer strong,
.owner-testimonial-story footer time,
.owner-testimonial-story footer span { display: block; }
.owner-testimonial-story footer strong {
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.2;
}
.owner-testimonial-story footer time,
.owner-testimonial-story footer span {
  margin-top: 4px;
  color: rgba(21, 21, 17, .58);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
}
.owner-testimonial-story footer img {
  width: 68px;
  height: 68px;
  border-radius: 14px;
  background: #f5f2eb;
  object-fit: contain;
}

/* Shop promise strip: a slow, seamless leftward marquee. */
.shop-trust-row {
  display: block !important;
  width: 100%;
  overflow: hidden !important;
  padding: 0 !important;
  border-top: 1px solid rgba(23, 23, 18, .1);
  border-bottom: 1px solid rgba(23, 23, 18, .1);
}
.shop-trust-track {
  display: flex;
  width: max-content;
  animation: selectraven-benefits-marquee 28s linear infinite;
  will-change: transform;
}
.shop-trust-group { display: flex; flex: none; }
.shop-trust-group span {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 clamp(330px, 31vw, 520px);
  min-height: 76px;
  padding: 0 clamp(24px, 3vw, 48px);
  border-right: 1px solid rgba(23, 23, 18, .1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.shop-trust-group i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(23, 23, 18, .2);
  border-radius: 50%;
  font-size: 17px;
}
@keyframes selectraven-benefits-marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .product-showcase-layout { grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr); }
  .product-showcase-content { padding: 34px; }
  .owner-testimonial { flex-basis: min(610px, 70vw); }
}

@media (max-width: 767px) {
  .pet-gateway-page .store-header.gateway-header {
    height: calc(64px + env(safe-area-inset-top));
    min-height: 0;
    padding-top: env(safe-area-inset-top) !important;
    background: transparent !important;
  }
  .pet-gateway-page .store-header.gateway-header .store-logo {
    width: 146px !important;
    height: 48px !important;
  }
  .pet-gateway-page .gateway-intro {
    top: calc(80px + env(safe-area-inset-top)) !important;
  }
  .pet-gateway-page .gateway-worlds { min-height: 100svh !important; }
  .header-tools .member-tool,
  .header-tools .cart-tool { width: 40px !important; min-width: 40px; }

  /* Shorter ritual scene while keeping all four product circles visible. */
  .hero-scroll { height: 112svh !important; }
  .hero-sticky { height: 82svh !important; min-height: 560px !important; }
  .hero-next-stage { padding: 4svh 22px !important; }
  .hero-next-stage > p { margin-bottom: 12px !important; }
  .hero-next-stage > h2 {
    width: min(86%, 340px) !important;
    font-size: clamp(38px, 10.8vw, 49px) !important;
    line-height: .86 !important;
  }
  .hero-next-stage .hero-preview-1 { left: 14px !important; top: 9% !important; }
  .hero-next-stage .hero-preview-2 { right: 14px !important; top: 10% !important; }
  .hero-next-stage .hero-preview-3 { left: 18px !important; bottom: 11% !important; }
  .hero-next-stage .hero-preview-4 { right: 14px !important; bottom: 10% !important; }
  .hero-next-stage .hero-preview-product { width: clamp(68px, 20vw, 86px) !important; }
  .hero-stage-discover { bottom: 3% !important; }

  .home-trust-track { animation-duration: 25s; }
  .home-trust-group a {
    flex-basis: min(78vw, 310px);
    width: min(78vw, 310px);
    min-height: 92px !important;
    padding: 20px !important;
  }

  .product-showcase { padding: 68px var(--mobile-gutter) 0; }
  .product-showcase > header {
    display: block;
    margin-bottom: 34px;
  }
  .product-showcase > header p { margin-bottom: 13px; }
  .product-showcase > header h2 { font-size: clamp(43px, 12vw, 56px); }
  .product-showcase-scroll { height: calc(var(--showcase-count, 4) * 76svh); }
  .product-showcase-sticky {
    top: calc(64px + env(safe-area-inset-top));
    height: calc(100svh - 64px - env(safe-area-inset-top));
    min-height: 560px;
    padding-bottom: 12px;
  }
  .product-showcase-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 56%) minmax(0, 44%);
    height: 100%;
    min-height: 0;
    border: 0;
  }
  .product-showcase-stage {
    min-height: 0;
    border: 1px solid rgba(21, 21, 17, .16);
  }
  .product-showcase-visual { padding: 34px; }
  .product-showcase-visual img { width: 88%; max-height: 82%; }
  .product-showcase-index { left: 16px; bottom: 14px; }
  .product-showcase-content { min-height: 0; padding: 12px 0 0; overflow: hidden; }
  .product-showcase-list {
    display: flex;
    overflow-x: auto;
    flex-direction: row;
    border-top: 0;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .product-showcase-list::-webkit-scrollbar { display: none; }
  .product-showcase-list button {
    flex: 0 0 72%;
    min-height: 44px;
    padding: 12px 30px 12px 0;
    scroll-snap-align: start;
  }
  .product-showcase-list button.is-active { padding-left: 12px; }
  .product-showcase-detail { min-height: 0; padding-top: 16px; }
  .product-showcase-detail > p { margin-bottom: 7px; }
  .product-showcase-detail h3 { font-size: clamp(36px, 10.5vw, 48px); }
  .product-showcase-detail > span { margin-top: 9px; font-size: 10px; line-height: 1.45; }
  .product-showcase-detail > div { margin-top: 12px; }
  .product-showcase-detail a { min-height: 38px; padding-inline: 16px; }

  .owner-testimonials { padding: 74px 0; }
  .owner-testimonials > header { align-items: center; padding: 0 var(--mobile-gutter) 38px; }
  .owner-testimonials > header h2 { max-width: 280px; font-size: clamp(34px, 9.5vw, 44px); }
  .owner-testimonials > header nav { display: none; }
  .owner-testimonial-track { gap: 12px; padding: 0 var(--mobile-gutter) 14px; }
  .owner-testimonial {
    grid-template-columns: minmax(122px, .78fr) minmax(190px, 1.18fr);
    flex: 0 0 calc(100vw - 30px);
    min-height: 420px;
    gap: 10px;
  }
  .owner-testimonial-media,
  .owner-testimonial-story { min-height: 420px; border-radius: 15px; }
  .owner-testimonial-story { padding: 19px 15px 14px; }
  .owner-testimonial-story blockquote { font-size: 11px; line-height: 1.5; }
  .owner-testimonial-story footer { grid-template-columns: minmax(0, 1fr) 54px; gap: 8px; }
  .owner-testimonial-story footer strong { font-size: 12px; }
  .owner-testimonial-story footer img { width: 54px; height: 54px; border-radius: 11px; }

  .shop-trust-row { display: block !important; overflow: hidden !important; scroll-snap-type: none !important; }
  .shop-trust-track { animation-duration: 24s; }
  .shop-trust-group span {
    flex-basis: 300px;
    min-height: 70px !important;
    padding: 0 20px !important;
    border-right: 1px solid rgba(23, 23, 18, .1) !important;
    border-bottom: 0 !important;
    font-size: 10px;
    white-space: normal;
  }

  /* Remove the two oversized bottom-only mobile sections shown in the report. */
  .home-stories,
  .site-footer-new .footer-pets { display: none !important; }
}

@media (max-width: 380px) {
  .owner-testimonial {
    grid-template-columns: 36% 64%;
    flex-basis: calc(100vw - 22px);
  }
  .owner-testimonial-story { padding-inline: 12px; }
  .owner-testimonial-story footer { grid-template-columns: 1fr; }
  .owner-testimonial-story footer img { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gateway-world .gateway-video,
  .hero-sticky .hero-video,
  .product-showcase-visual { transition: none !important; }
  .shop-trust-track,
  .home-trust-track { animation-play-state: paused; }
}

/* 1.11.2 — Petlibro New & Popular composition, using selectraven assets. */
.product-showcase {
  padding: 0 !important;
  background: #ebe6df;
  overflow-x: clip;
}
.product-showcase > .product-showcase-heading {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.product-showcase-scroll {
  height: var(--showcase-scroll-height, 400svh);
}
.product-showcase-sticky {
  top: 74px;
  height: calc(100svh - 74px);
  min-height: 620px;
  padding: 0;
}
.product-showcase-layout {
  grid-template-columns: 63.5% 36.5% !important;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  border: 0;
  background: #ebe6df;
}
.product-showcase-stage {
  min-height: 0;
  border: 0;
  border-right: 1px solid rgba(18, 18, 15, .7);
  background: #ebe6df;
}
.product-showcase-visual {
  padding: clamp(42px, 5vw, 92px);
}
.product-showcase-visual img {
  width: min(66%, 820px);
  max-height: 92%;
  filter: drop-shadow(0 34px 30px rgba(40, 35, 27, .1));
}
.product-showcase-index { display: none; }
.product-showcase-content {
  display: flex;
  min-height: 0;
  padding: 0 clamp(34px, 3.2vw, 68px) 0 0;
  overflow: hidden;
  flex-direction: column;
}
.product-showcase-details {
  margin-top: clamp(116px, 25vh, 210px);
}
.product-showcase-detail {
  position: relative;
  min-height: 188px;
  margin: 0;
  padding: 2px 0 0 24px;
  border-left: 0;
}
.product-showcase-detail.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
}
.product-showcase-detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 208px;
  background: #326100;
}
.product-showcase-detail > p {
  margin: 0 0 24px;
  color: #326100;
  font: 500 15px/1.2 var(--sans);
  letter-spacing: 0;
  text-transform: none;
}
.product-showcase-detail h3 {
  margin: 0;
  font: 600 clamp(30px, 2vw, 42px)/1.04 var(--sans);
  letter-spacing: -.035em;
}
.product-showcase-detail > span {
  max-width: 460px;
  margin-top: 18px;
  color: #151511;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.5;
}
.product-showcase-detail > .product-showcase-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  margin-top: 36px;
}
.product-showcase-detail .product-showcase-primary,
.product-showcase-detail .product-showcase-secondary {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #151511;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.product-showcase-detail .product-showcase-primary {
  min-width: 112px;
  min-height: 32px;
  justify-content: center;
  padding: 0 24px;
  border-radius: 4px;
  background: #326100;
  color: #fff;
}
.product-showcase-detail .product-showcase-secondary i { font-size: 19px; }
.product-showcase-list {
  margin-top: 30px;
  border: 0;
  border-left: 1px solid rgba(18, 18, 15, .8);
}
.product-showcase-list button {
  min-height: 58px;
  padding: 0 0 0 24px;
  border: 0;
  color: #151511;
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 400;
  line-height: 1.15;
}
.product-showcase-list button::after { display: none; }
.product-showcase-list button.is-active { display: none; }
.product-showcase-list button:hover,
.product-showcase-list button:focus-visible {
  color: #326100;
  padding-left: 31px;
}

@media (max-width: 900px) {
  .product-showcase-scroll { height: var(--showcase-mobile-scroll-height, 360svh); }
  .product-showcase-sticky {
    top: calc(64px + env(safe-area-inset-top));
    height: calc(100svh - 64px - env(safe-area-inset-top));
    min-height: 560px;
  }
  .product-showcase-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: 58% 42% !important;
  }
  .product-showcase-stage {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 18, 15, .7);
  }
  .product-showcase-visual { padding: 24px; }
  .product-showcase-visual img { width: min(68%, 420px); max-height: 88%; }
  .product-showcase-content { padding: 18px 20px 12px; }
  .product-showcase-details { margin-top: 0; }
  .product-showcase-detail {
    min-height: 118px;
    padding: 0 0 0 14px;
    border-left: 0;
  }
  .product-showcase-detail::before { width: 2px; height: 100%; }
  .product-showcase-detail > p { margin-bottom: 7px; font-size: 10px; }
  .product-showcase-detail h3 { font-size: clamp(28px, 8.8vw, 40px); }
  .product-showcase-detail > span {
    max-width: 90%;
    margin-top: 6px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-showcase-detail > .product-showcase-actions { gap: 15px; margin-top: 12px; }
  .product-showcase-detail .product-showcase-primary {
    min-width: 88px;
    min-height: 36px;
    padding: 0 16px;
    font-size: 11px;
  }
  .product-showcase-detail .product-showcase-secondary { font-size: 11px; }
  .product-showcase-list {
    display: flex;
    margin-top: 12px;
    overflow-x: auto;
    border: 0;
    border-top: 1px solid rgba(18, 18, 15, .65);
    flex-direction: row;
    scrollbar-width: none;
  }
  .product-showcase-list button {
    flex: 0 0 72%;
    min-height: 42px;
    padding: 0 12px 0 0;
    font-size: 14px;
    white-space: nowrap;
  }
  .product-showcase-list button:hover,
  .product-showcase-list button:focus-visible { padding-left: 0; }
}

/* 1.11.3 — source-matched Petlibro rail and diagonal scroll-pop motion. */
.product-showcase-layout {
  grid-template-columns: 62.75% 37.25% !important;
  background: #ebe7e1;
}
.product-showcase-stage,
.product-showcase-content {
  background: #ebe7e1;
}
.product-showcase-stage {
  border-right-color: rgba(18, 18, 15, .78);
}
.product-showcase-visual {
  padding: clamp(26px, 3.2vw, 62px);
  transform: translate3d(-22%, 118%, 0) scale(.88) rotate(-4.5deg);
  transform-origin: 50% 76%;
  backface-visibility: hidden;
}
.product-showcase-visual img {
  width: auto !important;
  height: auto !important;
  max-width: 72%;
  max-height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 34px 32px rgba(40, 35, 27, .1));
}
.product-showcase-content {
  display: block;
  padding: 0 clamp(58px, 7.6vw, 146px) 0 0;
  overflow: hidden;
}
.product-showcase-rail {
  width: 100%;
  margin-top: clamp(150px, 20vh, 190px);
}
.product-showcase-item {
  min-width: 0;
  border-left: 1px solid rgba(18, 18, 15, .82);
}
.product-showcase-item.is-active {
  min-height: 185px;
  border-left: 3px solid #326100;
}
.product-showcase-item.is-active + .product-showcase-item {
  margin-top: 45px;
}
.product-showcase-item:not(.is-active) + .product-showcase-item.is-active {
  margin-top: 18px;
}
.product-showcase-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 0 0 0 24px;
  border: 0;
  color: #151511;
  font: 400 clamp(18px, 1.35vw, 26px)/1.15 var(--sans);
  text-align: left;
  transition: color .25s ease, padding-left .25s ease;
}
.product-showcase-trigger:hover,
.product-showcase-trigger:focus-visible {
  color: #326100;
  padding-left: 31px;
}
.product-showcase-item.is-active > .product-showcase-trigger {
  display: none;
}
.product-showcase-item:not(.is-active) > .product-showcase-detail {
  display: none;
}
.product-showcase-item > .product-showcase-detail.is-active {
  display: block;
  min-height: 185px;
  padding: 3px 0 0 24px;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
}
.product-showcase-item > .product-showcase-detail::before {
  display: none;
}
.product-showcase-item > .product-showcase-detail > p {
  margin-bottom: 20px;
  color: #326100;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.product-showcase-item > .product-showcase-detail h3 {
  font: 600 clamp(30px, 1.8vw, 34px)/1.04 var(--sans);
  letter-spacing: -.035em;
}
.product-showcase-item > .product-showcase-detail > span {
  margin-top: 18px;
  color: #151511;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.5;
}
.product-showcase-item > .product-showcase-detail > .product-showcase-actions {
  gap: 22px;
  margin-top: 26px;
}

@media (max-width: 900px) {
  .product-showcase-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: 58% 42% !important;
  }
  .product-showcase-visual {
    padding: 22px;
    transform-origin: 50% 78%;
  }
  .product-showcase-visual img {
    max-width: 72%;
    max-height: 88%;
  }
  .product-showcase-content {
    padding: 16px 18px 10px;
  }
  .product-showcase-rail {
    margin-top: 0;
  }
  .product-showcase-item.is-active {
    min-height: 112px;
  }
  .product-showcase-item.is-active + .product-showcase-item {
    margin-top: 10px;
  }
  .product-showcase-item:not(.is-active) + .product-showcase-item.is-active {
    margin-top: 6px;
  }
  .product-showcase-trigger {
    min-height: 40px;
    padding-left: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
  .product-showcase-trigger:hover,
  .product-showcase-trigger:focus-visible {
    padding-left: 16px;
  }
  .product-showcase-item > .product-showcase-detail.is-active {
    min-height: 112px;
    padding: 0 0 0 12px;
  }
  .product-showcase-item > .product-showcase-detail > p {
    margin-bottom: 6px;
    font-size: 10px;
  }
  .product-showcase-item > .product-showcase-detail h3 {
    font-size: clamp(27px, 8.2vw, 38px);
  }
  .product-showcase-item > .product-showcase-detail > span {
    max-width: 96%;
    margin-top: 5px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-showcase-item > .product-showcase-detail > .product-showcase-actions {
    gap: 14px;
    margin-top: 10px;
  }
}

/* 1.11.5 — transparent Petlibro-style product rail with bottom-left product entry. */
.product-showcase-v115 {
  padding: 0 !important;
  background: transparent !important;
  color: #11110e;
  overflow: clip;
}
.product-showcase-v115 .product-showcase-scroll {
  height: var(--showcase-scroll-height, 400svh);
}
.product-showcase-v115 .product-showcase-sticky {
  top: 74px;
  height: calc(100svh - 74px);
  min-height: 620px;
  padding: 0;
}
.product-showcase-v115 .product-showcase-layout {
  grid-template-columns: 64.85% 35.15% !important;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  border: 0;
  background: transparent !important;
}
.product-showcase-v115 .product-showcase-stage,
.product-showcase-v115 .product-showcase-content {
  min-height: 0;
  border: 0;
  background: transparent !important;
}
.product-showcase-v115 .product-showcase-stage {
  overflow: hidden;
}
.product-showcase-v115 .product-showcase-visual {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 0 clamp(46px, 5.4vw, 104px);
  transform: translate3d(-30%, 100%, 0) scale(.86) rotate(-5deg);
  transform-origin: 28% 90%;
}
.product-showcase-v115 .product-showcase-visual img {
  width: auto !important;
  height: auto !important;
  max-width: 68%;
  max-height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(38, 34, 27, .09));
}
.product-showcase-v115 .product-showcase-content {
  display: block;
  padding: 0 clamp(32px, 4vw, 76px) 0 0;
  overflow: hidden;
}
.product-showcase-v115 .product-showcase-rail {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin-top: clamp(150px, 23.35svh, 190px);
}
.product-showcase-v115 .product-showcase-rail::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(17, 17, 14, .92);
}
.product-showcase-v115 .product-showcase-item {
  position: relative;
  z-index: 1;
  min-width: 0;
  border: 0;
}
.product-showcase-v115 .product-showcase-item.is-active {
  min-height: 185px;
  border: 0;
}
.product-showcase-v115 .product-showcase-item.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 185px;
  background: #326100;
}
.product-showcase-v115 .product-showcase-item.is-active + .product-showcase-item {
  margin-top: 28px;
}
.product-showcase-v115 .product-showcase-item:not(.is-active) + .product-showcase-item.is-active {
  margin-top: 0;
}
.product-showcase-v115 .product-showcase-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 0 0 0 24px;
  border: 0;
  color: #11110e;
  font: 400 clamp(18px, 1.55vw, 24px)/1.15 var(--sans);
  text-align: left;
}
.product-showcase-v115 .product-showcase-trigger:hover,
.product-showcase-v115 .product-showcase-trigger:focus-visible {
  color: #326100;
  padding-left: 30px;
}
.product-showcase-v115 .product-showcase-item.is-active > .product-showcase-trigger {
  display: none;
}
.product-showcase-v115 .product-showcase-item:not(.is-active) > .product-showcase-detail {
  display: none;
}
.product-showcase-v115 .product-showcase-item > .product-showcase-detail.is-active {
  display: block;
  min-height: 185px;
  padding: 2px 0 0 24px;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
}
.product-showcase-v115 .product-showcase-item > .product-showcase-detail::before {
  display: none;
}
.product-showcase-v115 .product-showcase-item > .product-showcase-detail > p {
  margin: 0 0 23px;
  color: #326100;
  font: 400 15px/1.2 var(--sans);
  letter-spacing: 0;
  text-transform: none;
}
.product-showcase-v115 .product-showcase-item > .product-showcase-detail h3 {
  margin: 0;
  font: 600 clamp(30px, 2.1vw, 34px)/1.06 var(--sans);
  letter-spacing: -.035em;
}
.product-showcase-v115 .product-showcase-item > .product-showcase-detail > span {
  display: block;
  max-width: 430px;
  margin-top: 18px;
  color: #11110e;
  font: 400 clamp(14px, 1vw, 16px)/1.45 var(--sans);
}
.product-showcase-v115 .product-showcase-item > .product-showcase-detail > .product-showcase-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}
.product-showcase-v115 .product-showcase-detail .product-showcase-primary {
  min-width: 111px;
  min-height: 33px;
  padding: 0 23px;
  border-radius: 4px;
  background: #326100;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}
.product-showcase-v115 .product-showcase-detail .product-showcase-secondary {
  min-height: 33px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #11110e;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

@media (max-width: 900px) {
  .product-showcase-v115 .product-showcase-scroll {
    height: var(--showcase-mobile-scroll-height, 360svh);
  }
  .product-showcase-v115 .product-showcase-sticky {
    top: calc(66px + env(safe-area-inset-top));
    height: calc(100svh - 66px - env(safe-area-inset-top));
    min-height: 600px;
  }
  .product-showcase-v115 .product-showcase-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: 58% 42% !important;
  }
  .product-showcase-v115 .product-showcase-visual {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 0 0 20px;
    transform-origin: 28% 92%;
  }
  .product-showcase-v115 .product-showcase-visual img {
    max-width: 82%;
    max-height: 92%;
  }
  .product-showcase-v115 .product-showcase-content {
    padding: 12px 16px 8px;
  }
  .product-showcase-v115 .product-showcase-rail {
    max-width: none;
    margin-top: 0;
  }
  .product-showcase-v115 .product-showcase-item.is-active,
  .product-showcase-v115 .product-showcase-item > .product-showcase-detail.is-active {
    min-height: 116px;
  }
  .product-showcase-v115 .product-showcase-item.is-active::before {
    width: 2px;
    height: 116px;
  }
  .product-showcase-v115 .product-showcase-item.is-active + .product-showcase-item {
    margin-top: 6px;
  }
  .product-showcase-v115 .product-showcase-trigger {
    min-height: 38px;
    padding-left: 12px;
    font-size: 13px;
    white-space: nowrap;
  }
  .product-showcase-v115 .product-showcase-item > .product-showcase-detail.is-active {
    padding: 0 0 0 12px;
  }
  .product-showcase-v115 .product-showcase-item > .product-showcase-detail > p {
    margin-bottom: 6px;
    font-size: 10px;
  }
  .product-showcase-v115 .product-showcase-item > .product-showcase-detail h3 {
    font-size: clamp(25px, 7.4vw, 34px);
  }
  .product-showcase-v115 .product-showcase-item > .product-showcase-detail > span {
    max-width: 96%;
    margin-top: 5px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-showcase-v115 .product-showcase-item > .product-showcase-detail > .product-showcase-actions {
    gap: 14px;
    margin-top: 9px;
  }
  .product-showcase-v115 .product-showcase-detail .product-showcase-primary {
    min-width: 84px;
    min-height: 32px;
    padding-inline: 14px;
    font-size: 10px;
  }
  .product-showcase-v115 .product-showcase-detail .product-showcase-secondary {
    min-height: 32px;
    font-size: 10px;
  }
}

/* v1.11.7 final cascade: the source uses 0.8s transitions for images and every info child. */
@media screen and (min-width: 991px) {
  .product-showcase-v117 .product-showcase-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 clamp(32px, 4vw, 76px) 0 0;
  }
  .product-showcase-v117 .product-showcase-rail {
    width: 31vw;
    max-width: none;
    min-height: clamp(250px, 17.3438vw, 333px);
    margin-top: 0;
  }
  .product-showcase-v117 .product-showcase-visual {
    z-index: 1;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .product-showcase-v117 .product-showcase-visual.is-active { z-index: 3; }
  .product-showcase-v117 .product-showcase-visual.is-prev,
  .product-showcase-v117 .product-showcase-visual.is-next {
    z-index: 2;
    pointer-events: none;
  }
  .product-showcase-v117 .product-showcase-visual img {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform .8s cubic-bezier(.38, .005, .215, 1), filter .8s cubic-bezier(.38, .005, .215, 1);
    will-change: transform;
  }
  .product-showcase-v117 .product-showcase-visual.is-prev img {
    transform: translate3d(150%, -145%, 0) scale(.34) rotate(3deg);
    filter: drop-shadow(0 8px 8px rgba(38, 34, 27, .04));
  }
  .product-showcase-v117 .product-showcase-visual.is-next img {
    transform: translate3d(-82%, 145%, 0) scale(.34) rotate(-4deg);
    filter: drop-shadow(0 8px 8px rgba(38, 34, 27, .04));
  }
  .product-showcase-v117 .product-showcase-item {
    position: relative;
    display: block;
    height: clamp(24px, 1.771vw, 34px);
    min-height: 0;
    margin: 0 0 clamp(16px, 1.25vw, 24px);
    transition: height .8s cubic-bezier(.38, .005, .215, 1), margin .8s cubic-bezier(.38, .005, .215, 1);
  }
  .product-showcase-v117 .product-showcase-item:first-child { margin-top: 0 !important; }
  .product-showcase-v117 .product-showcase-item:last-child { margin-bottom: 0 !important; }
  .product-showcase-v117 .product-showcase-item.is-active {
    height: clamp(124px, 9.635vw, 185px);
    min-height: 0;
    margin-top: clamp(27px, 2.083vw, 40px);
    margin-bottom: clamp(27px, 2.083vw, 40px);
  }
  .product-showcase-v117 .product-showcase-item.is-active + .product-showcase-item { margin-top: 0; }
  .product-showcase-v117 .product-showcase-item:not(.is-active) + .product-showcase-item.is-active {
    margin-top: clamp(27px, 2.083vw, 40px);
  }
  .product-showcase-v117 .product-showcase-item.is-active::before {
    width: 3px;
    height: clamp(124px, 9.635vw, 185px);
    transition: height .8s cubic-bezier(.38, .005, .215, 1);
  }
  .product-showcase-v117 .product-showcase-trigger {
    position: absolute;
    inset: 0 0 auto 0;
    display: flex !important;
    min-height: 0;
    height: clamp(24px, 1.771vw, 34px);
    padding: 0 0 0 clamp(18px, 1.25vw, 24px);
    opacity: 1;
    overflow: hidden;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.4;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: left top;
    transition: opacity .8s cubic-bezier(.38, .005, .215, 1), transform .8s cubic-bezier(.38, .005, .215, 1);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-trigger {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 28px, 0) scale(1.32);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail,
  .product-showcase-v117 .product-showcase-item:not(.is-active) > .product-showcase-detail,
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail.is-active {
    position: absolute;
    inset: 0 0 auto 0;
    display: block !important;
    min-height: 0;
    height: clamp(124px, 9.635vw, 185px);
    padding: 0;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: none;
    animation: none;
    pointer-events: none;
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail { pointer-events: auto; }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > p,
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > h3,
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > span,
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > .product-showcase-actions {
    position: absolute;
    left: clamp(18px, 1.25vw, 24px);
    right: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    transform-origin: left top;
    transition: all .8s cubic-bezier(.38, .005, .215, 1);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > p {
    color: #315800;
    font-size: clamp(12px, .833vw, 16px);
    line-height: 1.3125;
    transform: translate3d(0, 12px, 0) scale(.86);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > h3 {
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    transform: translate3d(0, 0, 0) scale(.75);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > span {
    max-width: 31vw;
    font-size: clamp(12px, .833vw, 16px);
    line-height: 1.3125;
    transform: translate3d(0, -16px, 0) scale(.82);
  }
  .product-showcase-v117 .product-showcase-item > .product-showcase-detail > .product-showcase-actions {
    display: flex;
    gap: clamp(12px, .833vw, 16px);
    transform: translate3d(0, -24px, 0) scale(.78);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail > p {
    top: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail > h3 {
    top: clamp(28px, 1.927vw, 37px);
    opacity: 1;
    font-size: clamp(22px, 1.667vw, 32px);
    font-weight: 500;
    line-height: 1.3125;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail > span {
    top: clamp(64px, 4.948vw, 95px);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .product-showcase-v117 .product-showcase-item.is-active > .product-showcase-detail > .product-showcase-actions {
    top: clamp(102px, 7.969vw, 153px);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-showcase-v117 .product-showcase-visual img,
  .product-showcase-v117 .product-showcase-item,
  .product-showcase-v117 .product-showcase-item::before,
  .product-showcase-v117 .product-showcase-trigger,
  .product-showcase-v117 .product-showcase-detail > * {
    transition-duration: .01ms !important;
  }
}
