:root {
  --orange: #f04d2f;
  --orange-dark: #d94127;
  --ink: #171b19;
  --cream: #fbf8f0;
  --cream-deep: #f1eadf;
  --line: rgba(23, 27, 25, 0.14);
  --moss: #303f24;
  --dark: #151b18;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.home-hero,
.pet-nav,
.best-sellers,
.better-band,
.story-cats,
.review-strip,
.adventure-cta,
.dark-benefits,
.service-strip,
.site-footer {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

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

img,
svg {
  display: block;
}

img {
  width: 100%;
}

button {
  font: inherit;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.announcement {
  height: 23px;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  position: relative;
  z-index: 30;
}

.dot {
  opacity: 0.8;
}

.site-header {
  height: 66px;
  margin-bottom: -66px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 44px;
  color: #fff;
  background: linear-gradient(180deg, rgba(10, 15, 14, 0.72), rgba(10, 15, 14, 0.16));
  position: sticky;
  top: 0;
  z-index: 25;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}

.paw-mark {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: relative;
  transform: rotate(20deg);
}

.paw-mark i,
.paw-mark b {
  position: absolute;
  display: block;
  background: var(--orange);
}

.paw-mark i {
  width: 5px;
  height: 7px;
  border-radius: 999px;
}

.paw-mark i:nth-child(1) { left: 2px; top: 6px; }
.paw-mark i:nth-child(2) { left: 7px; top: 1px; }
.paw-mark i:nth-child(3) { left: 13px; top: 3px; }
.paw-mark i:nth-child(4) { left: 16px; top: 10px; }

.paw-mark b {
  width: 12px;
  height: 11px;
  left: 7px;
  top: 10px;
  border-radius: 58% 58% 48% 48%;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 12px;
  font-weight: 700;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.main-nav span {
  font-size: 13px;
  opacity: 0.85;
  transform: translateY(-2px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-actions button,
.menu-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  cursor: pointer;
}

.header-actions svg {
  width: 22px;
  height: 22px;
}

.cart-control {
  position: relative;
}

.cart-count {
  width: 17px;
  height: 17px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--orange);
  position: absolute;
  right: -11px;
  top: -9px;
  font-size: 10px;
  font-weight: 900;
}

.menu-toggle {
  display: none;
  width: 34px;
  justify-self: end;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 7px 0;
  background: #fff;
}

.home-hero {
  height: 750px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.home-hero__media,
.home-hero__shade,
.home-hero__inner {
  display: block;
}

.home-hero__snapshot {
  display: none;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("assets/images/hero-walk.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.home-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 9, 0.76) 0%, rgba(7, 10, 9, 0.46) 34%, rgba(7, 10, 9, 0.08) 68%),
    linear-gradient(180deg, rgba(5, 8, 7, 0.1), rgba(5, 8, 7, 0.25));
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  padding: 122px 0 0 44px;
  max-width: 520px;
}

.home-page .home-hero {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 750px;
  background: #172018;
}

.home-page .home-hero__media,
.home-page .home-hero__shade,
.home-page .home-hero__inner {
  display: block;
}

.home-page .home-hero__media {
  background-image: url("assets/images/hero-walk.webp");
  background-position: center 52%;
  background-size: cover;
}

.home-page .home-hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 10, 9, 0.8) 0%, rgba(7, 10, 9, 0.56) 36%, rgba(7, 10, 9, 0.12) 72%),
    linear-gradient(180deg, rgba(5, 8, 7, 0.12), rgba(5, 8, 7, 0.28));
}

.home-page .home-hero__inner {
  padding: 214px 0 0 74px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  height: 100%;
}

.home-page .home-hero h1 {
  font-size: 70px;
}

.home-page .home-hero p {
  font-size: 18px;
}

.home-hero h1,
.section-head h2,
.better-copy h2,
.story-tile h2,
.review-intro h2,
.adventure-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.home-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(56px, 6.5vw, 74px);
  line-height: 0.94;
  font-weight: 700;
}

.home-hero em,
.review-intro em {
  color: var(--orange);
  font-style: italic;
}

.home-hero p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.primary-btn,
.outline-btn {
  min-height: 34px;
  padding: 0 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 850;
}

.primary-btn {
  background: var(--orange);
  color: #fff;
}

.outline-btn {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.86);
  background: rgba(10, 12, 10, 0.18);
}

.pet-nav {
  min-height: 178px;
  padding: 30px 70px 28px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  align-items: center;
  background: rgba(255, 252, 246, 0.96);
  border-bottom: 1px solid var(--line);
}

.pet-nav a {
  min-height: 110px;
  display: grid;
  place-items: center;
  gap: 10px;
  position: relative;
  color: #232725;
}

.pet-nav a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 26px;
  width: 1px;
  background: var(--line);
}

.pet-nav b {
  font-size: 16px;
  font-weight: 650;
}

.pet-icon {
  width: 72px;
  height: 72px;
  border: 1px solid #d9d1c4;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fffdf8;
  color: #333735;
  position: relative;
}

.pet-icon::before {
  font-size: 33px;
  line-height: 1;
}

.pet-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.pet-icon.dog::before {
  content: "";
  width: 30px;
  height: 23px;
  border: 4px solid currentColor;
  border-radius: 48% 46% 46% 54%;
}

.pet-icon.dog::after {
  width: 12px;
  height: 14px;
  right: 16px;
  top: 18px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: rotate(22deg);
}

.pet-icon.cat::before {
  content: "";
  width: 30px;
  height: 32px;
  background: currentColor;
  clip-path: polygon(16% 30%, 14% 4%, 36% 22%, 64% 22%, 86% 4%, 84% 30%, 94% 50%, 86% 86%, 50% 100%, 14% 86%, 6% 50%);
}

.pet-icon.leash::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 4px solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  transform: rotate(-38deg);
}

.pet-icon.leash::after {
  width: 26px;
  height: 4px;
  background: currentColor;
  transform: rotate(-38deg) translate(14px, 13px);
  border-radius: 99px;
}

.pet-icon.ball::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 6px solid currentColor;
  border-left-color: transparent;
  transform: rotate(-35deg);
}

.pet-icon.suitcase::before {
  content: "";
  width: 34px;
  height: 32px;
  border: 6px solid currentColor;
  border-radius: 4px;
}

.pet-icon.suitcase::after {
  width: 18px;
  height: 9px;
  top: 16px;
  border: 4px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.pet-icon.house::before {
  content: "";
  width: 38px;
  height: 30px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 38%, 88% 38%, 88% 100%, 12% 100%, 12% 38%, 0 38%);
}

.best-sellers {
  padding: 30px 72px 38px;
  background: var(--cream);
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 0;
  font-size: 43px;
  line-height: 1;
}

.section-head a,
.better-copy a,
.review-intro a {
  color: var(--orange);
  font-size: 16px;
  font-weight: 850;
}

.best-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}

.product-card {
  min-width: 0;
  border: 1px solid #ddd5ca;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  padding: 10px 10px 12px;
  box-shadow: 0 12px 28px rgba(20, 23, 20, 0.04);
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-image {
  height: 178px;
  border-radius: 6px;
  background: #f5eee3;
  overflow: hidden;
}

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

.crop-rope img { object-position: center 43%; }
.crop-collar img { object-position: center 54%; transform: scale(1.16); }
.crop-pod img { object-position: 55% 62%; transform: scale(1.38); }
.crop-bowl img { object-position: center 56%; transform: scale(1.05); }

.product-card h3 {
  margin: 10px 0 2px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 850;
}

.product-card p {
  margin: 0;
  color: #646a66;
  font-size: 13px;
  line-height: 1.2;
}

.product-card strong {
  display: block;
  margin: 6px 0 4px;
  font-size: 17px;
  line-height: 1.1;
}

.reviews {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #5e6660;
  font-size: 12px;
}

.reviews span,
.review-stars {
  color: #f2a20b;
  letter-spacing: 1px;
}

.swatches {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
}

.swatches span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--sw, var(--c));
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.add-button,
.swatches button {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #cfc7bd;
  background: #fffdf8;
  color: #303532;
  line-height: 1;
  cursor: pointer;
}

.home-product .compact-swatches {
  padding-right: 28px;
}

.product-card .add-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.carousel-next,
.round-nav {
  border: 0;
  border-radius: 999px;
  background: #1e2421;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.carousel-next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 31px;
}

.better-band {
  display: grid;
  grid-template-columns: 32.5% 67.5%;
  height: 420px;
  background: #14200f;
  color: #fff;
  overflow: hidden;
}

.better-copy {
  padding: 54px 70px;
  background: linear-gradient(90deg, #16240f, #314224);
}

.better-copy > span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 900;
}

.better-copy h2 {
  margin: 0 0 22px;
  font-size: 43px;
  line-height: 0.98;
}

.better-copy p {
  max-width: 310px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.4;
}

.better-media {
  min-height: 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 45%, rgba(255, 255, 255, 0.13), transparent 28%),
    #17200f;
}

.better-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 16, 8, 0.28), rgba(10, 16, 8, 0.06));
}

.better-media img {
  position: absolute;
  inset: -68px -70px -54px 10px;
  width: calc(100% + 60px);
  height: calc(100% + 120px);
  object-fit: contain;
  object-position: center;
  transform: rotate(-10deg);
}

.better-media ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  right: 80px;
  top: 78px;
  display: grid;
  gap: 34px;
}

.better-media li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 750;
}

.better-media li::before {
  content: "";
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
}

.better-media i {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
}

.better-media i::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff;
  left: -72px;
  top: 14px;
}

.story-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 382px;
}

.story-tile {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-right: 2px solid rgba(255, 255, 255, 0.74);
}

.story-tile:last-child {
  border-right: 0;
}

.story-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08));
}

.story-tile.walk { background: #f05532; }
.story-tile.play { background: #f0b72c; color: #161816; }
.story-tile.play span { color: #fff; }
.story-tile.travel { background: #315f73; }
.story-tile.home { background: #5b653f; }

.story-tile h2 {
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 38px;
  top: 38px;
  font-size: 48px;
  line-height: 1;
}

.story-tile img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  mix-blend-mode: normal;
}

.story-tile span {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 28px;
  font-size: 16px;
  font-weight: 850;
}

.review-strip {
  min-height: 336px;
  padding: 48px 76px;
  background: #fffaf2;
  display: grid;
  grid-template-columns: 250px repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  position: relative;
}

.review-intro h2 {
  margin: 0 0 22px;
  font-size: 44px;
  line-height: 0.98;
}

.review-intro p {
  margin: 0 0 18px;
  color: #444b46;
  font-size: 16px;
  line-height: 1.35;
}

.review-card {
  min-height: 220px;
  padding: 24px 22px 20px;
  border: 1px solid #ded6ca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.review-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.review-person img {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  object-fit: cover;
}

.review-person h3,
.review-person p {
  margin: 0;
}

.review-person h3 {
  font-size: 15px;
}

.review-person p {
  color: #626963;
  font-size: 13px;
}

.review-stars {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

blockquote {
  margin: 0;
  color: #303633;
  font-size: 15px;
  line-height: 1.34;
}

.round-nav {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 31px;
}

.round-nav.left { left: 16px; }
.round-nav.right { right: 16px; }

.adventure-cta {
  min-height: 270px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.adventure-cta img {
  height: 270px;
  object-fit: cover;
  object-position: center 46%;
  filter: brightness(0.72);
}

.adventure-cta div {
  position: absolute;
  right: 190px;
  top: 42px;
  max-width: 380px;
}

.adventure-cta h2 {
  margin: 0 0 12px;
  font-size: 43px;
  line-height: 0.98;
}

.adventure-cta p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.32;
}

.adventure-cta .primary-btn {
  min-height: 44px;
  padding: 0 25px;
  font-size: 15px;
}

.dark-benefits {
  min-height: 76px;
  padding: 0 112px;
  background: #1e211f;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.dark-benefits div {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.dark-benefits div:last-child {
  border-right: 0;
}

.dark-benefits svg {
  width: 34px;
  height: 34px;
}

.dark-benefits p {
  margin: 0;
  display: grid;
  gap: 2px;
  font-size: 13px;
}

.dark-benefits strong {
  font-size: 14px;
}

.dark-benefits span {
  color: rgba(255, 255, 255, 0.72);
}

.service-strip {
  width: 100%;
  max-width: 1440px;
  min-height: 102px;
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: #fffdf8;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.service-strip div {
  min-height: 54px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}

.service-strip div:last-child {
  border-right: 0;
}

.service-strip svg {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.service-strip p {
  margin: 0;
  display: grid;
  gap: 4px;
  text-align: left;
  font-size: 14px;
}

.service-strip strong {
  font-size: 15px;
  font-weight: 850;
}

.service-strip span {
  color: #4c544f;
}

.site-footer {
  width: 100%;
  max-width: 1440px;
  margin: 42px auto 0;
  padding: 64px 92px 52px;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(96px, 0.62fr) minmax(112px, 0.68fr) minmax(138px, 0.74fr) minmax(290px, 1.22fr);
  gap: clamp(34px, 4vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(49, 77, 49, 0.32), transparent 34%),
    linear-gradient(90deg, #101918, #071110);
  position: relative;
  isolation: isolate;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  z-index: -1;
  background:
    radial-gradient(circle at 10% 0%, rgba(49, 77, 49, 0.32), transparent 34%),
    linear-gradient(90deg, #101918, #071110);
}

.footer-brand {
  color: #fff;
  font-size: 38px;
}

.footer-brand .paw-mark {
  width: 26px;
  height: 26px;
}

.footer-brand-block p,
.newsletter p {
  max-width: 300px;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.46;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.social-icons a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.footer-brand-block small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.footer-column,
.newsletter {
  display: grid;
  align-content: start;
}

.footer-column {
  gap: 9px;
}

.footer-column h3,
.newsletter h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.footer-column a,
.legal a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.45;
}

.footer-column a:hover,
.legal a:hover,
.social-icons a:hover {
  color: #fff;
}

.newsletter form {
  width: 100%;
  max-width: 318px;
  height: 50px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.newsletter input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 16px;
  background: transparent;
  color: #fff;
  font-size: 14px;
}

.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.74);
}

.newsletter button {
  width: 60px;
  border: 0;
  background: var(--orange);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}

.legal {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1180px) {
  .site-header {
    padding: 0 40px;
    gap: 30px;
  }

  .brand {
    font-size: 30px;
  }

  .main-nav {
    gap: 29px;
  }

  .home-hero__inner {
    padding-left: 42px;
  }

  .best-sellers,
  .review-strip {
    padding-left: 34px;
    padding-right: 34px;
  }

  .product-image {
    height: 150px;
  }

  .better-copy {
    padding: 44px 40px;
  }

  .better-media ul {
    right: 34px;
  }

  .adventure-cta div {
    right: 70px;
  }

  .dark-benefits {
    padding: 0 28px;
  }

  .service-strip {
    padding: 0 24px;
  }

  .service-strip div {
    padding: 0 18px;
  }

  .site-footer {
    padding: 46px 34px 38px;
    grid-template-columns: 1.2fr repeat(3, 0.7fr) 1.25fr;
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .announcement {
    height: auto;
    min-height: 34px;
    padding: 6px 14px;
    flex-wrap: wrap;
    font-size: 12px;
  }

  .site-header {
    height: 72px;
    margin-bottom: -72px;
    grid-template-columns: auto auto;
  }

  .main-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-header.is-open .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    display: grid;
    gap: 0;
    background: #101514;
  }

  .site-header.is-open .main-nav a {
    padding: 15px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }


  .home-hero__inner {
    padding: 148px 24px 0;
  }

  .home-hero h1 {
    font-size: 56px;
  }

  .home-hero p {
    font-size: 18px;
  }

  .pet-nav {
    padding: 22px 18px;
    grid-template-columns: repeat(3, 1fr);
  }

  .pet-nav a + a::before {
    display: none;
  }

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

  .carousel-next {
    display: none;
  }

  .better-band,
  .review-strip {
    grid-template-columns: 1fr;
  }

  .better-band {
    height: auto;
  }

  .better-media {
    min-height: 360px;
  }

  .story-cats {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-strip {
    gap: 16px;
  }

  .review-intro {
    padding-left: 24px;
    padding-right: 24px;
  }

  .round-nav {
    top: 70px;
  }

  .adventure-cta div {
    left: 28px;
    right: 28px;
    top: 42px;
  }

  .dark-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 0;
    padding: 18px 22px;
  }

  .dark-benefits div:nth-child(2) {
    border-right: 0;
  }

  .service-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 20px 24px;
  }

  .service-strip div {
    min-height: auto;
    padding: 0;
    border-right: 0;
  }

  .site-footer {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 28px;
    padding: 42px 26px 36px;
  }

  .footer-brand-block,
  .newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .announcement .dot,
  .announcement span:nth-of-type(5) {
    display: none;
  }

  .site-header {
    padding: 0 20px;
  }

  .brand {
    font-size: 30px;
  }

  .home-hero__shade {
    background: linear-gradient(90deg, rgba(7, 10, 9, 0.78), rgba(7, 10, 9, 0.22));
  }

  .home-hero h1 {
    font-size: 44px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 260px;
  }

  .best-grid,
  .story-cats,
  .dark-benefits {
    grid-template-columns: 1fr;
  }

  .section-head h2,
  .better-copy h2,
  .review-intro h2,
  .adventure-cta h2 {
    font-size: 36px;
  }

  .story-tile {
    min-height: 320px;
    border-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.74);
  }

  .better-media ul {
    position: static;
    padding: 0 28px 28px;
  }

  .better-media li::before,
  .better-media i::after {
    display: none;
  }

  .review-strip {
    padding: 36px 18px;
  }

  .round-nav {
    display: none;
  }

  .adventure-cta img {
    height: 320px;
  }

  .dark-benefits div {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 14px;
  }

  .dark-benefits div:last-child {
    border-bottom: 0;
  }

  .service-strip,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-strip {
    padding: 22px;
  }

  .site-footer {
    padding: 36px 22px 32px;
  }

  .footer-brand {
    font-size: 32px;
  }

  .newsletter form {
    max-width: none;
  }

  .legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .legal span {
    display: none;
  }
}

/* Home reconstruction overrides */
.home-page .site-header {
  position: sticky;
}

.home-page .home-product .swatches {
  padding-right: 28px;
}

.home-page .home-product > .add-button {
  position: absolute;
  right: 10px;
  bottom: 11px;
}

.home-page .better-media img {
  object-fit: contain;
  object-position: center;
}

.home-page .story-tile img {
  object-fit: cover;
}

.home-page main > div .service-strip {
  min-height: 82px;
  background: #202321;
  color: #fff;
  border: 0;
  margin-top: 0;
}

.home-page main > div .service-strip div {
  min-height: 56px;
  border-right-color: rgba(255, 255, 255, 0.22);
}

.home-page main > div .service-strip svg {
  color: #fff;
}

.home-page main > div .service-strip span {
  color: rgba(255, 255, 255, 0.74);
}

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

@media (max-width: 760px) {
  .home-page .home-hero__inner {
    padding: 150px 24px 0;
  }
}
