:root {
  --motion-ink: #101818;
  --motion-muted: #404b47;
  --motion-cream: #fbf8f0;
  --motion-panel: #fffdf8;
  --motion-line: rgba(16, 24, 24, 0.12);
  --motion-green: #5e6f3a;
  --motion-blue: #1f5c77;
  --motion-orange: #f04c2f;
}

body.motion-page {
  background: var(--motion-cream);
  color: var(--motion-ink);
}

.motion-shell,
.motion-hero__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.motion-hero {
  position: relative;
  height: 750px;
  overflow: hidden;
  background: #edf0e8;
}

.motion-hero__media {
  position: absolute;
  inset: 0;
  background: #edf0e8;
}

.motion-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../pawtrail-home/assets/images/activity-hiking.webp");
  background-size: cover;
  background-position: center;
  filter: blur(2px) saturate(0.9);
  transform: scale(1.02);
  opacity: 0.42;
}

.motion-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../pawtrail-home/assets/images/activity-hiking.webp");
  background-repeat: no-repeat;
  background-size: auto 118%;
  background-position: right 4% center;
  opacity: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 43%, #000 60%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 43%, #000 60%, #000 100%);
}

.motion-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 248, 240, 0.99) 0%, rgba(251, 248, 240, 0.9) 30%, rgba(251, 248, 240, 0.18) 58%, rgba(251, 248, 240, 0.01) 100%),
    linear-gradient(0deg, rgba(251, 248, 240, 0.48) 0%, rgba(251, 248, 240, 0.04) 46%);
}

.motion-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 28px;
}

.motion-hero__copy {
  width: 560px;
  padding-top: 18px;
}

.motion-hero h1 {
  margin: 0 0 28px;
  font-size: 72px;
  line-height: 0.98;
  font-weight: 950;
}

.motion-hero p {
  width: 430px;
  margin: 0;
  color: #172321;
  font-size: 21px;
  line-height: 1.45;
}

.hero-proof {
  width: 425px;
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid var(--motion-line);
}

.hero-proof article {
  min-height: 84px;
  border-left: 1px solid var(--motion-line);
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
}

.hero-proof strong {
  font-size: 13px;
  line-height: 1.25;
}

.proof-icon,
.stat-icon,
.eco {
  width: 42px;
  height: 42px;
  position: relative;
  color: var(--motion-green);
  display: block;
}

.proof-icon::before,
.proof-icon::after,
.stat-icon::before,
.stat-icon::after,
.eco::before,
.eco::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.proof-design::before,
.eco.shield::before {
  inset: 8px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 13px 13px;
  transform: rotate(45deg);
}

.proof-box::before,
.eco.cube::before {
  inset: 8px;
  border: 2px solid currentColor;
  transform: rotate(45deg);
}

.proof-tested::before {
  left: 9px;
  top: 18px;
  width: 24px;
  height: 2px;
  background: currentColor;
  transform: rotate(-42deg);
}

.proof-tested::after {
  left: 10px;
  top: 9px;
  width: 23px;
  height: 23px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.material-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.detail-card,
.tested-panel,
.mix-card,
.material-panel,
.fit-panel,
.product-section,
.thanks-panel {
  border: 1px solid var(--motion-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
  overflow: hidden;
}

.detail-card__image {
  height: 236px;
  background-image: url("../pawtrail-home/assets/images/product-moss.webp");
  background-size: 210%;
  background-repeat: no-repeat;
}

.fabric-a { background-position: 6% 54%; }
.fabric-b { background-position: 44% 24%; }
.fabric-c { background-position: 72% 52%; }
.fabric-d { background-position: 18% 86%; }

.detail-card__copy {
  min-height: 158px;
  padding: 24px 28px 26px;
}

.detail-card h2,
.tested-panel h2,
.split-row h2,
.fit-panel h2,
.planet-band h2,
.product-section h2,
.thanks-panel h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 850;
}

.detail-card p,
.tested-panel p,
.split-row p,
.fit-panel p,
.planet-band p,
.product-section p,
.thanks-panel p {
  margin: 12px 0 0;
  color: var(--motion-muted);
  font-size: 16px;
  line-height: 1.48;
}

.tested-panel {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  min-height: 382px;
}

.tested-panel > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tested-copy {
  padding: 46px 54px;
}

.tested-copy h2 {
  font-size: 38px;
}

.tested-copy > p {
  max-width: 520px;
  margin-top: 20px;
}

.stat-row {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-row article {
  min-height: 128px;
  padding: 0 18px;
  border-right: 1px solid var(--motion-line);
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  text-align: center;
}

.stat-row article:last-child {
  border-right: 0;
}

.stat-row strong {
  display: block;
  font-size: 31px;
  line-height: 1;
}

.stat-row small {
  color: #202a27;
  font-size: 13px;
}

.stat-icon {
  width: 56px;
  height: 48px;
  color: #111;
}

.stat-icon.mountain::before {
  left: 7px;
  top: 18px;
  width: 22px;
  height: 22px;
  border-left: 3px solid currentColor;
  border-top: 3px solid currentColor;
  transform: rotate(45deg);
}

.stat-icon.mountain::after {
  left: 25px;
  top: 16px;
  width: 20px;
  height: 20px;
  border-left: 3px solid currentColor;
  border-top: 3px solid currentColor;
  transform: rotate(45deg);
}

.cloud::before {
  left: 8px;
  top: 19px;
  width: 38px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 999px;
}

.cloud::after {
  left: 18px;
  top: 10px;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  background: var(--motion-panel);
}

.dog::before {
  left: 11px;
  top: 14px;
  width: 28px;
  height: 20px;
  border: 3px solid currentColor;
  border-radius: 14px 14px 8px 8px;
}

.dog::after {
  left: 36px;
  top: 9px;
  width: 12px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(28deg);
}

.calendar::before {
  left: 10px;
  top: 10px;
  width: 36px;
  height: 32px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.calendar::after {
  left: 17px;
  right: 17px;
  top: 20px;
  height: 3px;
  background: currentColor;
  box-shadow: 0 10px 0 currentColor;
}

.split-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 24px;
}

.mix-card {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  align-items: center;
  min-height: 382px;
}

.mix-copy {
  padding: 42px 34px 42px 36px;
}

.swatches {
  margin-top: 34px;
  display: flex;
  gap: 14px;
}

.swatches span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.swatches .moss { background: #657448; }
.swatches .lake { background: #2f5e72; }
.swatches .coral { background: #f04c2f; }
.swatches .black { background: #111; }
.swatches .clay { background: #9b6a86; }

.mix-card a,
.fit-copy a {
  margin-top: 28px;
  display: inline-flex;
  gap: 8px;
  color: var(--motion-blue);
  font-size: 17px;
  font-weight: 750;
}

.mix-card > img {
  height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.material-panel {
  padding: 42px 34px;
  min-height: 382px;
}

.material-swatches {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.material-swatches figure {
  margin: 0;
  text-align: center;
}

.mat {
  height: 88px;
  display: block;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-image: url("../pawtrail-home/assets/images/product-moss.webp");
  background-size: 520%;
}

.mat.webbing { background-position: 26% 28%; }
.mat.mesh { background-position: 18% 82%; }
.mat.neoprene { background-image: url("../pawtrail-home/assets/images/product-black.webp"); background-position: 60% 55%; }
.mat.nylon { background-position: 36% 44%; }

.material-swatches figcaption {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.22;
}

.fit-panel {
  margin-top: 24px;
  min-height: 372px;
  display: grid;
  grid-template-columns: 0.72fr 1.38fr 0.9fr;
}

.fit-copy {
  padding: 42px 32px;
}

.fit-copy h2 {
  font-size: 36px;
}

.fit-copy p {
  margin-top: 24px;
  max-width: 280px;
}

.fit-dog,
.fit-cat {
  position: relative;
  min-height: 372px;
  background:
    linear-gradient(rgba(255, 253, 248, 0.52), rgba(255, 253, 248, 0.52)),
    radial-gradient(circle at 54% 52%, rgba(229, 223, 208, 0.38), transparent 52%),
    #fffdfa;
}

.fit-dog img,
.fit-cat img {
  height: 100%;
  object-fit: contain;
  mix-blend-mode: luminosity;
  opacity: 0.58;
  filter: saturate(0.2) brightness(1.2) contrast(0.82);
}

.fit-dog img {
  object-position: 52% 100%;
  transform: scale(0.96);
}

.fit-cat img {
  object-position: 58% 100%;
  transform: scale(1.04);
}

.callout {
  position: absolute;
  color: #182320;
  font-size: 13px;
  line-height: 1.25;
}

.callout::after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(16, 24, 24, 0.35);
}

.callout-a { left: 48%; top: 24%; }
.callout-a::after { right: 102%; top: 12px; width: 72px; transform: rotate(-20deg); }
.callout-b { left: 8%; bottom: 28%; }
.callout-b::after { left: 98%; top: 10px; width: 68px; transform: rotate(-8deg); }
.callout-c { right: 7%; top: 31%; }
.callout-c::after { right: 100%; top: 11px; width: 78px; transform: rotate(17deg); }
.callout-d { right: 7%; bottom: 13%; }
.callout-d::after { right: 100%; top: 11px; width: 72px; transform: rotate(-21deg); }
.callout-e { right: 9%; top: 22%; }
.callout-e::after { right: 100%; top: 11px; width: 62px; transform: rotate(18deg); }
.callout-f { right: 8%; bottom: 27%; }
.callout-f::after { right: 100%; top: 11px; width: 58px; transform: rotate(-16deg); }

.planet-band {
  margin-top: 24px;
  min-height: 178px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background: #5a6a38;
  display: grid;
  grid-template-columns: 335px 1fr 300px;
}

.planet-copy {
  padding: 32px 30px;
}

.planet-band h2 {
  font-size: 34px;
}

.planet-band p {
  color: #fff;
  font-size: 14px;
}

.planet-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.planet-icons article {
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  display: grid;
  place-items: center;
  gap: 12px;
  text-align: center;
}

.planet-icons strong {
  font-size: 15px;
  line-height: 1.25;
}

.eco {
  color: #fff;
}

.eco.leaf::before {
  inset: 8px 6px 10px 9px;
  border: 2px solid currentColor;
  border-radius: 100% 0 100% 0;
  transform: rotate(-25deg);
}

.eco.paw::before {
  left: 14px;
  top: 19px;
  width: 16px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.eco.paw::after {
  left: 8px;
  top: 8px;
  width: 7px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 10px -3px 0 currentColor, 20px 0 0 currentColor, 27px 9px 0 currentColor;
}

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

.product-section {
  margin-top: 24px;
  min-height: 310px;
  padding: 34px 24px 32px;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 24px;
  align-items: center;
}

.product-section__intro {
  padding-left: 8px;
}

.product-section__intro h2 {
  font-size: 31px;
}

.product-section__intro a {
  margin-top: 32px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  background: var(--motion-orange);
  color: #fff;
  font-weight: 800;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.motion-page .motion-product {
  min-height: 246px;
  padding-bottom: 16px;
  border: 1px solid var(--motion-line);
  background: #fffefa;
  box-shadow: none;
}

.motion-page .motion-product .product-image {
  aspect-ratio: auto;
  height: 126px;
  background: #f7f2e9;
}

.motion-page .motion-product .product-image img {
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.motion-page .motion-product .compact-swatches {
  padding: 11px 14px 0;
  gap: 7px;
}

.motion-page .motion-product .compact-swatches span {
  width: 14px;
  height: 14px;
}

.motion-page .motion-product h3 {
  margin: 12px 14px 5px;
  font-size: 15px;
  line-height: 1.2;
}

.motion-page .motion-product .reviews {
  margin: 0 14px 5px;
  gap: 6px;
  font-size: 12px;
}

.motion-page .motion-product .reviews span {
  font-size: 12px;
  letter-spacing: 0;
}

.motion-page .motion-product strong {
  margin: 0 14px;
  font-size: 15px;
}

.thanks-panel {
  margin-top: 24px;
  margin-bottom: 0;
  min-height: 228px;
  display: grid;
  grid-template-columns: 310px 1fr 570px;
  align-items: center;
}

.thanks-panel > img {
  height: 100%;
  object-fit: cover;
}

.thanks-copy {
  padding: 36px 48px;
}

.thanks-socials {
  margin-top: 28px;
  display: flex;
  gap: 20px;
  font-size: 20px;
  font-weight: 850;
}

.thanks-panel .service-strip {
  width: 100%;
  max-width: none;
  min-height: 228px;
  margin: 0;
  padding: 0 24px;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.thanks-panel .service-strip div {
  padding: 0 12px;
  border-right: 0;
}

.thanks-panel .service-strip svg {
  width: 34px;
  height: 34px;
}

.thanks-panel .service-strip strong {
  font-size: 14px;
}

.thanks-panel .service-strip span {
  font-size: 13px;
}

.motion-page main + div .service-strip {
  display: none;
}

.motion-page .site-footer {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .motion-shell,
  .motion-hero__inner {
    width: calc(100% - 48px);
  }

  .motion-hero__inner {
    padding-left: 0;
  }

  .material-grid,
  .product-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .tested-panel,
  .split-row,
  .fit-panel,
  .planet-band,
  .product-section,
  .thanks-panel {
    grid-template-columns: 1fr;
  }

  .thanks-panel .service-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .motion-shell,
  .motion-hero__inner {
    width: calc(100% - 28px);
  }

  .motion-hero {
    height: 650px;
  }

  .motion-hero h1 {
    font-size: 48px;
  }

  .motion-hero p,
  .hero-proof,
  .motion-hero__copy {
    width: 100%;
  }

  .hero-proof,
  .material-grid,
  .stat-row,
  .material-swatches,
  .product-row,
  .thanks-panel .service-strip {
    grid-template-columns: 1fr;
  }

  .detail-card__image {
    height: 220px;
  }

  .tested-copy,
  .material-panel,
  .mix-copy,
  .fit-copy,
  .thanks-copy {
    padding: 28px 22px;
  }

  .mix-card {
    grid-template-columns: 1fr;
  }

  .fit-dog,
  .fit-cat {
    min-height: 280px;
  }

  .callout {
    display: none;
  }
}
