/** Shopify CDN: Minification failed

Line 787:0 Unexpected "}"

**/
@font-face {
  font-family: "Pawsivo DynaPuff";
  src: url("pawsivo-dynapuff-v1.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

@font-face {
  font-family: "Pawsivo Fredoka";
  src: url("pawsivo-fredoka-v1.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 300 700;
}

.pawsivo-home {
  --pawsivo-bark: #050505;
  --pawsivo-bone: #f8f5ef;
  --pawsivo-moss: #151515;
  --pawsivo-forest: #151515;
  --pawsivo-rust: #f9bf97;
  --pawsivo-sage: #8a8a8a;
  --pawsivo-line: rgba(5, 5, 5, 0.16);
  background: var(--pawsivo-bone);
  color: var(--pawsivo-bark);
  font-family: "Pawsivo Fredoka", Inter, Montserrat, Arial, sans-serif;
  overflow: hidden;
}

body:has(.pawsivo-home) {
  background: var(--pawsivo-bone, #f8f5ef);
}

body:has(.pawsivo-home) .announcement-bar {
  min-height: 30px;
  padding-block: 7px !important;
  background: var(--pawsivo-forest, #151515) !important;
  color: var(--pawsivo-bone, #f8f5ef) !important;
  border: 0;
  font-family: "Pawsivo Fredoka", "Trebuchet MS", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body:has(.pawsivo-home) #header-component {
  --color-background-top-row: rgba(248, 245, 239, 0.97) !important;
  color: var(--pawsivo-bark, #050505);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body:has(.pawsivo-home) .header__row--top {
  min-height: 70px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.12);
}

body:has(.pawsivo-home) .header-logo,
body:has(.pawsivo-home) .header-logo__image-container {
  font-family: "Pawsivo DynaPuff", "Arial Rounded MT Bold", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.pawsivo-kicker,
.pawsivo-utility {
  font-family: "Pawsivo Fredoka", "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pawsivo-title,
.pawsivo-section-title,
.pawsivo-story__title,
.pawsivo-popup__title {
  margin: 0;
  font-family: "Pawsivo DynaPuff", "Arial Rounded MT Bold", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.95;
  text-transform: uppercase;
}

.pawsivo-hero {
  position: relative;
  min-height: clamp(590px, 72vw, 790px);
  display: grid;
  align-items: center;
  background: var(--pawsivo-bark);
  isolation: isolate;
  margin: 0;
  overflow: hidden;
}

.pawsivo-hero picture {
  display: contents;
}

.pawsivo-hero__media,
.pawsivo-hero__shade,
.pawsivo-hero__grain {
  position: absolute;
  inset: 0;
}

.pawsivo-hero__media {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: pawsivo-hero-drift 18s ease-in-out infinite alternate;
}

.pawsivo-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(18, 15, 13, 0.96) 0%, rgba(18, 15, 13, 0.72) 32%, rgba(18, 15, 13, 0.05) 66%),
    linear-gradient(0deg, rgba(18, 15, 13, 0.34), transparent 40%);
}

.pawsivo-hero__grain {
  z-index: -1;
  opacity: 0.11;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.pawsivo-hero__content {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 120px) clamp(24px, 6vw, 92px);
  color: var(--pawsivo-bone) !important;
}

.pawsivo-hero__copy {
  max-width: 620px;
}

.pawsivo-hero .pawsivo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--pawsivo-rust);
}

.pawsivo-hero .pawsivo-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.pawsivo-title {
  max-width: 720px;
  color: var(--pawsivo-bone);
  font-size: clamp(56px, 6.4vw, 100px);
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  text-wrap: balance;
}

.pawsivo-hero__body {
  max-width: 540px;
  margin: 24px 0 0;
  color: rgba(248, 245, 239, 0.9);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.45;
}

.pawsivo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  margin-top: 32px;
  padding: 12px 25px;
  border: 2px solid var(--pawsivo-bark);
  border-radius: 999px;
  background-color: var(--pawsivo-rust);
  background-image: linear-gradient(90deg, #f29d70 0 50%, transparent 50% 100%);
  background-position: 100% 0;
  background-size: 205% 100%;
  box-shadow: none;
  color: #050505 !important;
  -webkit-text-fill-color: #050505;
  font-family: "Pawsivo DynaPuff", "Arial Rounded MT Bold", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-position 320ms cubic-bezier(.2,.8,.2,1), color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.2,.8,.2,1);
}

.pawsivo-button:hover {
  background-position: 0 0;
  color: var(--pawsivo-bark);
  box-shadow: 0 7px 0 var(--pawsivo-bark);
  transform: translateY(-3px);
}

.pawsivo-button:active {
  box-shadow: 0 2px 0 var(--pawsivo-bark);
  transform: translateY(1px) scale(.985);
}

.pawsivo-button svg {
  width: 18px;
  transition: transform 180ms ease;
}

.pawsivo-button:hover svg {
  transform: translateX(3px);
}

.pawsivo-paw-trail {
  position: absolute;
  right: clamp(20px, 5vw, 82px);
  bottom: 23px;
  display: flex;
  gap: 16px;
  color: rgba(249, 191, 151, 0.7);
  transform: rotate(-8deg);
}

.pawsivo-paw-trail span {
  font-size: 19px;
  animation: pawsivo-paw-step 2.4s ease-in-out infinite;
}

.pawsivo-paw-trail span:nth-child(2) { animation-delay: 0.4s; }
.pawsivo-paw-trail span:nth-child(3) { animation-delay: 0.8s; }
.pawsivo-paw-trail span:nth-child(4) { animation-delay: 1.2s; }

.pawsivo-packline {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: stretch;
  overflow: hidden;
  margin: 0;
  border-block: 1px solid var(--pawsivo-bark);
  background: var(--pawsivo-rust);
  color: var(--pawsivo-bark);
  isolation: isolate;
}

.pawsivo-packline::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--pawsivo-rust);
  content: "";
  pointer-events: none;
}

.pawsivo-packline__track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  min-height: 100%;
  align-items: center;
  gap: 24px;
  padding: 0;
  font-family: "Pawsivo DynaPuff", "Arial Rounded MT Bold", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: pawsivo-packline 24s linear infinite;
}

.pawsivo-packline__track i {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  font-style: normal;
}

.pawsivo-packline__track span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  line-height: 1;
}

.pawsivo-rail-section {
  padding: clamp(32px, 4vw, 54px) 0 clamp(64px, 8vw, 110px);
  background: var(--pawsivo-bone);
}

.pawsivo-section-head {
  width: min(100%, 1480px);
  margin: 0 auto 30px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.pawsivo-section-title {
  max-width: 780px;
  font-size: clamp(42px, 5.2vw, 78px);
}

.pawsivo-rail-section .pawsivo-section-title {
  font-size: clamp(38px, 4.4vw, 64px);
}

.pawsivo-section-link {
  flex: 0 0 auto;
  color: inherit;
  font-family: "Pawsivo Fredoka", "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-transform: uppercase;
}

.pawsivo-product-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 0.55vw, 14px);
  width: 100%;
  margin: 0;
  padding: 0 clamp(16px, 0.8vw, 24px) 20px;
  box-sizing: border-box;
}

.pawsivo-collection-view-all {
  display: flex;
  justify-content: center;
  margin: clamp(30px, 4vw, 52px) auto 0;
  padding: 0 20px;
}

.pawsivo-collection-view-all .pawsivo-button {
  min-width: 168px;
  justify-content: center;
}

.pawsivo-product-card {
  scroll-snap-align: start;
  min-width: 0;
}

.pawsivo-product-card__image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #eee9e1;
}

.pawsivo-product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1), filter 300ms ease, opacity 360ms ease;
}

.pawsivo-product-card__image--secondary {
  opacity: 0;
}

.pawsivo-product-card:hover .pawsivo-product-card__image--primary {
  transform: scale(1.035);
  filter: saturate(0.92) contrast(1.04);
}

.pawsivo-product-card:hover .pawsivo-product-card__image--secondary,
.pawsivo-product-card.is-previewing .pawsivo-product-card__image--secondary {
  opacity: 1;
  transform: scale(1.035);
}

.pawsivo-product-card.is-previewing .pawsivo-product-card__image--primary {
  transform: scale(1.035);
  filter: saturate(0.92) contrast(1.04);
}

.pawsivo-product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--pawsivo-rust);
  color: var(--pawsivo-bone);
  font-family: "Pawsivo Fredoka", "Trebuchet MS", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pawsivo-product-card__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 14px;
  padding: 16px 2px 0;
}

.pawsivo-product-card__title {
  margin: 0;
  font-family: "Pawsivo DynaPuff", "Arial Rounded MT Bold", sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.pawsivo-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.pawsivo-product-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-family: "Pawsivo Fredoka", "Trebuchet MS", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 800;
  line-height: 1.1;
}

.pawsivo-product-card__compare-price {
  color: rgba(5, 5, 5, 0.58);
  font-size: 0.72em;
  font-weight: 550;
  text-decoration-thickness: 1.5px;
}

.pawsivo-product-card__from-price {
  color: var(--pawsivo-black);
}

.pawsivo-product-card__note {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: 13px;
}

.pawsivo-placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  background:
    radial-gradient(circle at 30% 20%, rgba(249, 191, 151, 0.5), transparent 34%),
    linear-gradient(135deg, #f8f5ef, #d7c5b7);
  color: rgba(5, 5, 5, 0.68);
}

.pawsivo-placeholder svg { width: 38%; }

.pawsivo-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  min-height: 620px;
  background: var(--pawsivo-moss);
  color: var(--pawsivo-bone);
}

.pawsivo-story__media {
  min-height: 500px;
  background:
    linear-gradient(0deg, rgba(5, 5, 5, 0.24), transparent 50%),
    url("pawsivo-hero-v2.webp") 72% center / cover;
  filter: sepia(0.12) saturate(0.85);
}

.pawsivo-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 7vw, 104px);
}

.pawsivo-theme .pawsivo-home .pawsivo-story__title {
  margin-top: 16px;
  color: var(--pawsivo-bone);
  font-size: clamp(45px, 5vw, 76px);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}

.pawsivo-story__body {
  max-width: 540px;
  margin: 24px 0 0;
  color: rgba(248, 245, 239, 0.84);
  font-size: 18px;
  line-height: 1.6;
}

.pawsivo-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--pawsivo-line);
  background: #f4eee8;
}

.pawsivo-value {
  padding: clamp(34px, 4vw, 64px);
  border-right: 1px solid var(--pawsivo-line);
}

.pawsivo-value:last-child { border-right: 0; }

.pawsivo-value__icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 20px;
}

.pawsivo-value__icon svg {
  display: block;
  width: 23px;
  height: 23px;
}

.pawsivo-value h3 {
  margin: 0 0 8px;
  font-family: "Pawsivo DynaPuff", "Arial Rounded MT Bold", sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.pawsivo-value p {
  max-width: 380px;
  margin: 0;
  color: rgba(5, 5, 5, 0.68);
  line-height: 1.5;
}

.pawsivo-newsletter {
  position: relative;
  padding: clamp(76px, 10vw, 140px) 24px;
  background: var(--pawsivo-bark);
  color: var(--pawsivo-bone);
  text-align: center;
  overflow: hidden;
}

.pawsivo-newsletter::before,
.pawsivo-newsletter::after {
  content: "✦";
  position: absolute;
  color: rgba(249, 191, 151, 0.14);
  font-size: clamp(120px, 20vw, 300px);
  line-height: 1;
}

.pawsivo-newsletter::before { left: -4vw; top: -3vw; }
.pawsivo-newsletter::after { right: -3vw; bottom: -6vw; }

.pawsivo-newsletter__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  margin: 0 auto;
}

.pawsivo-newsletter .pawsivo-section-title {
  color: inherit;
  font-size: clamp(48px, 6vw, 86px);
}

.pawsivo-newsletter p {
  margin: 22px auto 0;
  max-width: 610px;
  color: rgba(248, 245, 239, 0.75);
  font-size: 17px;
  line-height: 1.55;
}

.pawsivo-signup {
  display: flex;
  gap: 10px;
  max-width: 610px;
  margin: 30px auto 0;
}

.pawsivo-signup input[type="email"] {
  flex: 1;
  min-width: 0;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(248, 245, 239, 0.48);
  border-radius: 999px;
  background: transparent;
  color: var(--pawsivo-bone);
  font: inherit;
}

.pawsivo-signup input[type="email"]::placeholder { color: rgba(248, 245, 239, 0.58); }

.pawsivo-signup button {
  min-height: 54px;
  padding: 0 24px;
  border: 2px solid var(--pawsivo-bark);
  border-radius: 999px;
  background: var(--pawsivo-rust);
  color: var(--pawsivo-bark);
  font-family: "Pawsivo DynaPuff", "Arial Rounded MT Bold", sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.2,.8,.2,1);
}

.pawsivo-signup button:hover {
  background: #f29d70;
  box-shadow: 0 6px 0 var(--pawsivo-bark);
  transform: translateY(-3px);
}

.pawsivo-signup button:active {
  box-shadow: 0 2px 0 var(--pawsivo-bark);
  transform: translateY(1px) scale(.985);
}

.pawsivo-popup[hidden] { display: none; }

.pawsivo-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(25, 21, 18, 0.68);
  backdrop-filter: blur(5px);
}

.pawsivo-popup__card {
  position: relative;
  width: min(100%, 820px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  border: 2px solid var(--pawsivo-bark);
  border-radius: 14px;
  background: var(--pawsivo-bone);
  box-shadow:
    0 6px 0 var(--pawsivo-bark),
    0 11px 0 rgba(5,5,5,.68),
    0 30px 90px rgba(0,0,0,.42);
}

.pawsivo-popup__copy {
  padding: clamp(38px, 5vw, 68px);
}

.pawsivo-popup__art {
  min-height: 480px;
  background:
    linear-gradient(0deg, rgba(5,5,5,.22), transparent 44%),
    url("pawsivo-hero-v2.webp") 72% center / cover;
}

.pawsivo-popup__title {
  margin-top: 12px;
  color: var(--pawsivo-moss);
  font-size: clamp(42px, 5vw, 68px);
}

.pawsivo-popup__body {
  margin: 18px 0 24px;
  color: rgba(5,5,5,.7);
  line-height: 1.5;
}

.pawsivo-popup__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.pawsivo-popup__choice {
  position: relative;
  min-height: 44px;
  padding: 0 38px 0 18px;
  border: 1px solid rgba(5,5,5,.28);
  border-radius: 999px;
  background: var(--pawsivo-rust);
  color: var(--pawsivo-bark);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.2,.8,.2,1);
}

.pawsivo-popup__choice::after {
  content: "✓";
  position: absolute;
  top: 50%;
  right: 17px;
  opacity: 0;
  transform: translateY(-50%) scale(.4) rotate(-12deg);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.2,.8,.2,1);
}

.pawsivo-popup__choice:hover {
  background: #f29d70;
  box-shadow: 0 5px 0 var(--pawsivo-bark);
  transform: translateY(-2px);
}

.pawsivo-popup__choice[aria-pressed="true"] {
  border-color: var(--pawsivo-bark);
  background: var(--pawsivo-bark);
  color: var(--pawsivo-bone);
  box-shadow: 0 4px 0 #f29d70;
  transform: translateY(-2px);
}

.pawsivo-popup__choice[aria-pressed="true"]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(0);
}

.pawsivo-popup__choice:focus-visible,
.pawsivo-popup .pawsivo-signup input[type="email"]:focus-visible,
.pawsivo-popup .pawsivo-signup button:focus-visible {
  outline: 3px solid var(--pawsivo-bark);
  outline-offset: 3px;
}

.pawsivo-popup__selection-status {
  min-height: 20px;
  margin: -4px 2px 14px;
  color: rgba(5,5,5,.62);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.pawsivo-popup__selection-status.is-selected { color: var(--pawsivo-bark); }
.pawsivo-popup__selection-status.is-error { color: #8e2f20; }

.pawsivo-popup__form-message {
  margin: 0 0 10px;
  padding: 11px 14px;
  border: 1px solid var(--pawsivo-bark);
  border-radius: 10px;
  color: var(--pawsivo-bark);
  font-size: 13px;
  line-height: 1.4;
}

.pawsivo-popup__form-message--success { background: rgba(249,191,151,.48); }
.pawsivo-popup__form-message--error { background: rgba(142,47,32,.08); }
}

.pawsivo-popup .pawsivo-signup {
  display: grid;
  margin-top: 0;
}

.pawsivo-popup .pawsivo-signup input[type="email"] {
  border-color: rgba(5,5,5,.35);
  color: var(--pawsivo-bark);
}

.pawsivo-popup .pawsivo-signup input[type="email"]::placeholder { color: rgba(5,5,5,.52); }

.pawsivo-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(248,245,239,.94);
  color: var(--pawsivo-bark);
  font-family: "Pawsivo Fredoka", "Trebuchet MS", sans-serif;
  font-size: 22px;
  cursor: pointer;
}

.pawsivo-reveal {
  opacity: 0;
  transform: translateY(28px) scale(.985);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--pawsivo-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.pawsivo-story__media.pawsivo-reveal {
  transform: translateX(-36px) scale(1.025);
}

.pawsivo-story__copy.pawsivo-reveal {
  transform: translateX(36px);
}

.pawsivo-reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

@keyframes pawsivo-hero-drift {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

@keyframes pawsivo-paw-step {
  0%, 60%, 100% { opacity: 0.22; transform: translateY(0); }
  25% { opacity: 1; transform: translateY(-5px); }
}

@keyframes pawsivo-packline {
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .pawsivo-hero {
    min-height: 690px;
    align-items: end;
  }

  .pawsivo-hero__media {
    object-position: center;
    animation: none;
  }

  .pawsivo-hero__shade {
    background: linear-gradient(0deg, rgba(18,15,13,.96) 0%, rgba(18,15,13,.73) 46%, rgba(18,15,13,.08) 80%);
  }

  .pawsivo-hero__content { padding-top: 260px; }

  .pawsivo-story { grid-template-columns: 1fr; }
  .pawsivo-story__media { min-height: 460px; }

  .pawsivo-values { grid-template-columns: 1fr; }
  .pawsivo-value { border-right: 0; border-bottom: 1px solid var(--pawsivo-line); }
  .pawsivo-value:last-child { border-bottom: 0; }

  .pawsivo-product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .pawsivo-title {
    max-width: 100%;
    font-size: clamp(46px, 14.2vw, 62px);
    line-height: 0.92;
  }
  .pawsivo-hero__content {
    padding-inline: 20px;
    padding-top: 300px;
    padding-bottom: 46px;
  }
  .pawsivo-hero__body {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.42;
  }
  .pawsivo-story__copy { padding: 48px 24px 56px; }
  .pawsivo-story__title {
    color: var(--pawsivo-bone) !important;
    font-size: clamp(42px, 12vw, 56px);
  }
  .pawsivo-paw-trail { display: none; }
  .pawsivo-section-head { align-items: start; flex-direction: column; }
  .pawsivo-product-rail { gap: 12px; padding-inline: 16px; }
  .pawsivo-product-card__image-wrap { aspect-ratio: 4 / 5; }
  .pawsivo-product-card__meta { grid-template-columns: 1fr; gap: 5px; padding-top: 10px; }
  .pawsivo-product-card__title { font-size: 14px; }
  .pawsivo-product-card__price { font-size: 18px; }
  .pawsivo-product-card__note { display: none; }
  .pawsivo-signup { flex-direction: column; }
  .pawsivo-popup__card { grid-template-columns: 1fr; max-height: calc(100vh - 36px); overflow-y: auto; }
  .pawsivo-popup__art { display: none; }
}

@media (orientation: landscape) and (max-height: 600px) {
  .pawsivo-home .pawsivo-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pawsivo-home *,
  .pawsivo-home *::before,
  .pawsivo-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .pawsivo-reveal { opacity: 1; transform: none; }
}
