:root {
  --cs-forest: #1f4b35;
  --cs-moss: #55745a;
  --cs-sprout: #dce8d2;
  --cs-cream: #f8f5ed;
  --cs-paper: #fffdf8;
  --cs-ember: #e66a2b;
  --cs-ink: #17251d;
  --cs-muted: #6f786f;
  --cs-line: rgba(31, 75, 53, 0.14);
  --cs-radius: 26px;
  --cs-shadow: 0 18px 50px rgba(23, 37, 29, 0.08);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cs-cream);
  color: var(--cs-ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  top: 1rem;
  left: 1rem;
  padding: 0.8rem 1rem;
  background: #fff;
  color: #000;
  z-index: 99999;
}
.cs-shell {
  width: min(1540px, calc(100% - 40px));
  margin-inline: auto;
}
.cs-shell--content {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}
.cs-section {
  padding: clamp(58px, 8vw, 120px) 0;
}
.cs-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--cs-moss);
}
.cs-display {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
  margin: 0.25em 0;
}
.cs-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  margin: 0 0 1rem;
}
.cs-copy {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  color: var(--cs-muted);
  max-width: 62ch;
}
.cs-button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cs-forest) !important;
  color: #fff !important;
  padding: 0.95rem 1.35rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.cs-button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  transform: translateY(-2px);
  background: var(--cs-ember) !important;
}
.cs-button--ember {
  background: var(--cs-ember) !important;
}
.cs-button--outline {
  background: transparent !important;
  color: var(--cs-forest) !important;
  border: 1px solid var(--cs-forest) !important;
}
.cs-announcement {
  background: var(--cs-forest);
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.45rem 1rem;
}
.cs-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 245, 237, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--cs-line);
}
.cs-site-header__row {
  min-height: 82px;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
}
.cs-logo {
  display: inline-flex;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--cs-forest);
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
}
.cs-logo__mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cs-sprout);
  font-family: Inter, sans-serif;
}
.cs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.2vw, 2.4rem);
}
.cs-nav a {
  text-decoration: none;
  color: var(--cs-ink);
  font-size: 0.91rem;
  font-weight: 700;
}
.cs-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.cs-icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--cs-line);
  border-radius: 50%;
  background: var(--cs-paper);
  display: grid;
  place-items: center;
  color: var(--cs-forest);
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.cs-cart-count,
.cs-wishlist-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--cs-ember);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  border: 2px solid var(--cs-cream);
}
.cs-search {
  position: relative;
  width: min(290px, 28vw);
}
.cs-search input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--cs-line);
  border-radius: 999px;
  background: var(--cs-paper);
  padding: 0 3rem 0 1rem;
  font: inherit;
}
.cs-search button {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: var(--cs-sprout);
  cursor: pointer;
}
.cs-live-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background: var(--cs-paper);
  border: 1px solid var(--cs-line);
  border-radius: 20px;
  box-shadow: var(--cs-shadow);
  padding: 0.5rem;
  z-index: 120;
}
.cs-live-result {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem;
  border-radius: 14px;
  text-decoration: none;
  color: var(--cs-ink);
}
.cs-live-result:hover {
  background: var(--cs-cream);
}
.cs-live-result img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.cs-hero {
  min-height: min(900px, calc(100vh - 120px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  background: var(--cs-paper);
  overflow: hidden;
  border-radius: 0 0 48px 48px;
}
.cs-hero__content {
  padding: clamp(55px, 7vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cs-hero__content:after {
  content: "";
  width: 180px;
  height: 180px;
  border: 1px solid var(--cs-line);
  border-radius: 50%;
  position: absolute;
  right: -45px;
  bottom: 8%;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(220, 232, 210, 0.8),
    transparent 68%
  );
}
.cs-hero__media {
  min-height: 620px;
  background: var(--cs-sprout);
  position: relative;
}
.cs-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cs-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
  color: var(--cs-moss);
  font-size: 0.82rem;
  font-weight: 750;
}
.cs-hero__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}
.cs-float-card {
  position: absolute;
  right: 8%;
  bottom: 7%;
  width: min(300px, 80%);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(12px);
  padding: 1.25rem;
  border-radius: 22px;
  box-shadow: var(--cs-shadow);
}
.cs-category-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.cs-category-card {
  position: relative;
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--cs-paper);
  text-decoration: none;
  color: #fff;
}
.cs-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cs-category-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(11, 28, 19, 0.82));
}
.cs-category-card:hover img {
  transform: scale(1.04);
}
.cs-category-card__text {
  position: absolute;
  z-index: 2;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
}
.cs-category-card h3 {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  margin: 0;
}
.cs-category-card span {
  font-size: 0.8rem;
  opacity: 0.85;
}
.cs-manifesto {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 8rem);
  align-items: start;
}
.cs-manifesto__number {
  font-family: Georgia, serif;
  font-size: clamp(7rem, 16vw, 15rem);
  line-height: 0.7;
  color: var(--cs-sprout);
  letter-spacing: -0.08em;
}
.cs-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}
.cs-product-card {
  background: var(--cs-paper);
  border: 1px solid var(--cs-line);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.cs-product-card__image {
  aspect-ratio: 4/5;
  background: linear-gradient(180deg, #f0f3e9, #fffdf8);
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow: hidden;
}
.cs-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.cs-product-card:hover .cs-product-card__image img {
  transform: scale(1.035);
}
.cs-product-card__body {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cs-product-card__title {
  font-family: Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.1;
  margin: 0.25rem 0 0.5rem;
}
.cs-product-card__meta {
  font-size: 0.78rem;
  color: var(--cs-muted);
  min-height: 2.5em;
}
.cs-product-card__price {
  font-size: 1.15rem;
  font-weight: 850;
  margin: 0.8rem 0;
}
.cs-product-card__actions {
  margin-top: auto;
  display: flex;
  gap: 0.55rem;
}
.cs-product-card__actions .cs-button {
  flex: 1;
  padding: 0.75rem 1rem !important;
  font-size: 0.83rem;
}
.cs-wishlist-button,
.cs-quickview-button {
  border: 1px solid var(--cs-line);
  background: var(--cs-paper);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.cs-wishlist-button.is-active {
  background: var(--cs-ember);
  color: #fff;
}
.cs-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  background: var(--cs-sprout);
  color: var(--cs-forest);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cs-product-card > .cs-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
.cs-editorial {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 720px;
  border-radius: 38px;
  overflow: hidden;
  background: var(--cs-forest);
  color: #fff;
}
.cs-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-editorial__content {
  padding: clamp(2rem, 6vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs-editorial .cs-copy {
  color: rgba(255, 255, 255, 0.72);
}
.cs-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: 360px 360px;
  gap: 1rem;
}
.cs-mosaic__tile {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--cs-paper);
}
.cs-mosaic__tile:first-child {
  grid-row: 1/3;
}
.cs-mosaic__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-mosaic__tile .cs-mosaic__copy {
  position: absolute;
  inset: auto 1.3rem 1.3rem;
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(10px);
  padding: 1rem;
  border-radius: 18px;
}
.cs-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
}
.cs-story__copy,
.cs-story__media {
  border-radius: 34px;
  overflow: hidden;
}
.cs-story__copy {
  background: var(--cs-paper);
  padding: clamp(2rem, 6vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-dark-campaign {
  background: var(--cs-ink);
  color: #fff;
  border-radius: 42px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cs-dark-campaign__copy {
  padding: clamp(2.5rem, 6vw, 7rem);
}
.cs-dark-campaign__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--cs-line);
  border: 1px solid var(--cs-line);
  border-radius: 24px;
  overflow: hidden;
}
.cs-feature {
  background: var(--cs-paper);
  padding: 1.6rem;
}
.cs-feature__icon {
  font-size: 1.5rem;
}
.cs-social-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 1rem;
}
.cs-social-grid > * {
  border-radius: 26px;
  overflow: hidden;
}
.cs-social-grid > *:first-child {
  grid-row: 1/3;
}
.cs-social-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-newsletter {
  background: var(--cs-sprout);
  border-radius: 38px;
  padding: clamp(2.5rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
}
.cs-newsletter form {
  display: flex;
  gap: 0.5rem;
}
.cs-newsletter input {
  min-width: min(360px, 55vw);
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--cs-paper);
  padding: 0 1.2rem;
  font: inherit;
}
.cs-footer {
  background: var(--cs-forest);
  color: #fff;
  padding: 5rem 0 2rem;
  margin-top: 5rem;
}
.cs-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 2rem;
}
.cs-footer h3,
.cs-footer h4 {
  font-family: Georgia, serif;
}
.cs-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  margin: 0.45rem 0;
  font-size: 0.88rem;
}
.cs-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.62);
}
.cs-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 500;
}
.cs-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 26, 18, 0.55);
  backdrop-filter: blur(4px);
}
.cs-cart-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(470px, 100%);
  background: var(--cs-paper);
  padding: 1.5rem;
  overflow: auto;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.16);
}
.cs-cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-cart-drawer .woocommerce-mini-cart {
  list-style: none;
  padding: 0;
}
.cs-cart-drawer .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--cs-line);
}
.cs-cart-drawer .woocommerce-mini-cart-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.cs-cart-drawer .remove {
  order: 3;
}
.cs-quickview {
  position: fixed;
  inset: 0;
  z-index: 600;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.cs-quickview[hidden] {
  display: none;
}
.cs-quickview__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 26, 18, 0.58);
  border: 0;
}
.cs-quickview__dialog {
  position: relative;
  width: min(900px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: var(--cs-paper);
  border-radius: 30px;
  padding: 2rem;
  box-shadow: var(--cs-shadow);
}
.cs-quickview__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cs-quickview img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: var(--cs-cream);
  border-radius: 22px;
}
.woocommerce-page .site-main,
.woocommerce .site-main {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 4rem 0;
}
.woocommerce .woocommerce-breadcrumb {
  color: var(--cs-muted);
  font-size: 0.8rem;
}
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-account h1,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
  font-family: Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  background: var(--cs-paper);
  border: 1px solid var(--cs-line);
  border-radius: 22px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product a img {
  aspect-ratio: 4/5;
  object-fit: contain;
  background: linear-gradient(#eef2e8, #fff);
  border-radius: 16px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: Georgia, serif;
  font-size: 1.25rem !important;
  line-height: 1.15;
}
.woocommerce ul.products li.product .price {
  color: var(--cs-forest) !important;
  font-weight: 800;
  font-size: 1.05rem !important;
}
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: clamp(2rem, 5vw, 6rem);
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none !important;
  width: auto !important;
}
.woocommerce div.product div.summary {
  position: sticky;
  top: 120px;
  align-self: start;
  background: var(--cs-paper);
  border-radius: 28px;
  padding: 2rem;
  border: 1px solid var(--cs-line);
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related {
  grid-column: 1/-1;
}
.woocommerce .quantity .qty {
  height: 48px;
  border: 1px solid var(--cs-line);
  border-radius: 999px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce select {
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  background: var(--cs-paper);
  padding: 0.8rem 1rem;
}
.woocommerce table.shop_table {
  border: 1px solid var(--cs-line) !important;
  border-radius: 24px !important;
  background: var(--cs-paper);
}
.woocommerce-cart .wc-block-cart,
.woocommerce-checkout .wc-block-checkout {
  max-width: 1440px;
  margin-inline: auto;
}
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 1rem;
  background: var(--cs-paper);
  border-radius: 22px;
  border: 1px solid var(--cs-line);
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  border-radius: 12px;
}
.woocommerce-account .is-active a {
  background: var(--cs-sprout);
}
@media (max-width: 1100px) {
  .cs-nav {
    display: none;
  }
  .cs-search {
    width: auto;
  }
  .cs-site-header__row {
    grid-template-columns: auto 1fr auto;
  }
  .cs-mobile-toggle {
    display: grid;
  }
  .cs-hero {
    grid-template-columns: 1fr 1fr;
  }
  .cs-category-rail {
    grid-template-columns: repeat(3, 1fr);
  }
  .cs-featured-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cs-mosaic {
    grid-template-columns: 1fr 1fr;
  }
  .cs-mosaic__tile:first-child {
    grid-row: auto;
    grid-column: 1/-1;
  }
  .cs-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cs-footer__grid > :first-child {
    grid-column: 1/-1;
  }
  .cs-social-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cs-social-grid > *:first-child {
    grid-row: auto;
    grid-column: 1/-1;
  }
  .woocommerce div.product {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 780px) {
  .cs-shell,
  .cs-shell--content {
    width: min(100% - 24px, 100%);
  }
  .cs-site-header__row {
    min-height: 68px;
    gap: 0.5rem;
  }
  .cs-logo {
    font-size: 1.35rem;
  }
  .cs-logo__mark {
    width: 30px;
    height: 30px;
  }
  .cs-search {
    display: none;
  }
  .cs-actions .cs-icon-button:nth-child(1) {
    display: none;
  }
  .cs-hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    border-radius: 0 0 28px 28px;
  }
  .cs-hero__media {
    min-height: 52vh;
  }
  .cs-hero__content {
    padding: 38px 20px 52px;
  }
  .cs-display {
    font-size: clamp(3rem, 14vw, 5rem);
  }
  .cs-hero__content:after {
    display: none;
  }
  .cs-float-card {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
  }
  .cs-section {
    padding: 64px 0;
  }
  .cs-category-rail {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
  }
  .cs-category-card {
    min-width: 72vw;
    min-height: 360px;
    scroll-snap-align: start;
  }
  .cs-manifesto,
  .cs-editorial,
  .cs-story,
  .cs-dark-campaign,
  .cs-newsletter {
    grid-template-columns: 1fr;
  }
  .cs-manifesto__number {
    font-size: 9rem;
  }
  .cs-featured-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cs-editorial__media {
    min-height: 420px;
  }
  .cs-mosaic {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .cs-mosaic__tile {
    min-width: 82vw;
    height: 420px;
    scroll-snap-align: start;
  }
  .cs-features {
    grid-template-columns: 1fr 1fr;
  }
  .cs-newsletter form {
    flex-direction: column;
  }
  .cs-newsletter input {
    min-width: 0;
    width: 100%;
  }
  .cs-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .cs-footer__grid > :first-child {
    grid-column: 1/-1;
  }
  .cs-footer__bottom {
    flex-direction: column;
  }
  .cs-social-grid {
    display: flex;
    overflow-x: auto;
  }
  .cs-social-grid > * {
    min-width: 82vw;
    height: 420px;
  }
  .cs-quickview__grid {
    grid-template-columns: 1fr;
  }
  .woocommerce div.product {
    display: block;
  }
  .woocommerce div.product div.summary {
    position: static;
    margin-top: 1rem;
  }
  .woocommerce-account .woocommerce {
    display: block;
  }
}
@media (max-width: 480px) {
  .cs-actions {
    gap: 0.25rem;
  }
  .cs-icon-button {
    width: 40px;
    height: 40px;
  }
  .cs-featured-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
  .cs-product-card__image {
    aspect-ratio: 1;
  }
  .cs-features {
    grid-template-columns: 1fr;
  }
  .cs-footer__grid {
    grid-template-columns: 1fr;
  }
  .cs-category-card {
    min-width: 84vw;
  }
  .cs-social-grid > * {
    min-width: 88vw;
  }
  .woocommerce-page .site-main,
  .woocommerce .site-main {
    width: calc(100% - 24px);
    padding: 2rem 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
    gap: 0.5rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    white-space: nowrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
body.woocommerce-shop main.wp-block-group,
body.tax-product_cat main.wp-block-group,
body.tax-product_tag main.wp-block-group,
body.single-product main.wp-block-group {
  width: min(1440px, calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 5rem) 0;
}
.wp-block-query-title,
.single-product .wp-block-post-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 1.5rem 0;
}
.wp-block-woocommerce-product-collection ul.wc-block-product-template {
  gap: 1rem !important;
}
.wp-block-woocommerce-product-collection li.wc-block-product {
  background: var(--cs-paper);
  border: 1px solid var(--cs-line);
  border-radius: 24px;
  padding: 1rem;
  overflow: hidden;
}
.wp-block-woocommerce-product-collection
  .wc-block-components-product-image
  img {
  aspect-ratio: 4/5;
  object-fit: contain;
  background: linear-gradient(#eef2e8, #fff);
  border-radius: 17px;
}
.wp-block-woocommerce-product-collection .wp-block-post-title {
  font-family: Georgia, serif;
  font-size: 1.25rem !important;
  line-height: 1.15;
}
.wp-block-woocommerce-product-collection .wc-block-components-product-price {
  color: var(--cs-forest);
  font-weight: 850;
}
.single-product .wp-block-columns.alignwide {
  gap: clamp(2rem, 5vw, 6rem);
}
.single-product .wp-block-column:last-child {
  align-self: flex-start;
  position: sticky;
  top: 120px;
  background: var(--cs-paper);
  border: 1px solid var(--cs-line);
  border-radius: 28px;
  padding: 2rem;
}
.single-product .wp-block-woocommerce-product-image-gallery {
  background: var(--cs-paper);
  border-radius: 30px;
  padding: 1.25rem;
  border: 1px solid var(--cs-line);
}
.single-product .wc-block-add-to-cart-form select {
  min-height: 48px;
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  padding: 0.65rem;
}
.wc-block-cart,
.wc-block-checkout {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
  background: var(--cs-paper);
  border: 1px solid var(--cs-line);
  border-radius: 24px;
  padding: 1.5rem !important;
}
.wc-block-components-text-input input,
.wc-block-components-combobox .components-combobox-control__input {
  border-radius: 12px !important;
}
.cs-checkout-header {
  position: relative;
}
.wp-block-woocommerce-product-filters {
  background: var(--cs-paper);
  border: 1px solid var(--cs-line);
  border-radius: 20px;
  padding: 1rem;
}
@media (max-width: 780px) {
  body.woocommerce-shop main.wp-block-group,
  body.tax-product_cat main.wp-block-group,
  body.tax-product_tag main.wp-block-group,
  body.single-product main.wp-block-group {
    width: calc(100% - 24px);
  }
  .single-product .wp-block-columns {
    display: block;
  }
  .single-product .wp-block-column:last-child {
    position: static;
    margin-top: 1rem;
  }
  .wp-block-woocommerce-product-collection ul.wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 480px) {
  .wp-block-woocommerce-product-collection ul.wc-block-product-template {
    grid-template-columns: 1fr !important;
  }
  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar {
    padding: 1rem !important;
  }
}
.cs-catalog-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  margin-top: 2rem;
}
.cs-catalog-filters {
  position: sticky;
  top: 110px;
  background: var(--cs-paper);
  border: 1px solid var(--cs-line);
  border-radius: 24px;
  padding: 1.25rem;
}
.cs-catalog-filter-head,
.cs-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cs-catalog-filter-head h2 {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  margin: 0;
}
.cs-catalog-filters fieldset {
  border: 0;
  border-top: 1px solid var(--cs-line);
  padding: 1rem 0;
  margin: 1rem 0;
}
.cs-catalog-filters legend {
  font-weight: 850;
  padding-top: 1rem;
}
.cs-catalog-filters label {
  display: block;
  margin: 0.55rem 0;
  font-size: 0.88rem;
}
.cs-price-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.cs-price-pair input,
.cs-catalog-toolbar select {
  width: 100%;
  height: 44px;
  border: 1px solid var(--cs-line);
  background: var(--cs-paper);
  border-radius: 12px;
  padding: 0.5rem;
}
.cs-catalog-note {
  margin-top: 1rem;
  background: var(--cs-cream);
  border-radius: 16px;
  padding: 1rem;
  font-size: 0.8rem;
}
.cs-catalog-toolbar {
  background: var(--cs-paper);
  border: 1px solid var(--cs-line);
  border-radius: 18px;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
}
.cs-pagination ul {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 2rem 0;
}
.cs-pagination a,
.cs-pagination span {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  border: 1px solid var(--cs-line);
  border-radius: 50%;
  text-decoration: none;
}
.cs-pagination .current {
  background: var(--cs-forest);
  color: #fff;
}
.cs-archive-main {
  padding-top: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: 5rem;
}
@media (max-width: 900px) {
  .cs-catalog-layout {
    grid-template-columns: 1fr;
  }
  .cs-catalog-filters {
    position: static;
  }
  .cs-catalog-filters form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .cs-catalog-filter-head,
  .cs-catalog-note {
    grid-column: 1/-1;
  }
  .cs-catalog-filters fieldset {
    margin: 0;
  }
  .cs-catalog-filters .cs-button {
    align-self: end;
  }
}
@media (max-width: 620px) {
  .cs-catalog-filters form {
    grid-template-columns: 1fr;
  }
  .cs-catalog-filter-head,
  .cs-catalog-note {
    grid-column: auto;
  }
  .cs-catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .cs-catalog-toolbar form,
  .cs-catalog-toolbar select {
    width: 100%;
  }
}
/* Prevent Cart block's sidebar calculations from causing an 8px horizontal overflow. */
.wc-block-cart,
.wc-block-components-sidebar-layout {
  max-width: 100%;
  overflow-x: clip;
}
body.woocommerce-cart {
  overflow-x: hidden;
}
.cs-commerce-page {
  padding-top: clamp(2rem, 5vw, 5rem);
  padding-bottom: 5rem;
}
.cs-commerce-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 1.5rem;
}
.cs-commerce-page > .cs-demo-notice {
  margin-bottom: 1.5rem;
}

/* Compact homepage scale synchronized to the 1055px PawNourish reference. */
.cs-home-compact {
  --cs-home-gap: clamp(20px, 2.4vw, 34px);
}
.cs-home-compact > .cs-section {
  padding: var(--cs-home-gap) 0;
}
.cs-home-compact .cs-shell {
  width: min(1180px, calc(100% - 32px));
}
.cs-home-compact .cs-title {
  font-size: clamp(1.65rem, 2.7vw, 2.65rem);
  line-height: 1.03;
  margin-bottom: 0.65rem;
}
.cs-home-compact .cs-copy {
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  line-height: 1.48;
}
.cs-home-compact .cs-kicker {
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}
.cs-home-compact .cs-button {
  min-height: 40px;
  padding: 0.68rem 1rem !important;
  font-size: 0.8rem;
}
.cs-home-compact .cs-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  min-height: 390px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(23, 37, 29, 0.07);
}
.cs-home-compact .cs-hero__content {
  padding: clamp(28px, 4vw, 52px);
}
.cs-home-compact .cs-display {
  font-size: clamp(2.45rem, 4.7vw, 4.55rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  margin: 0.18em 0;
}
.cs-home-compact .cs-hero__media {
  min-height: 390px;
}
.cs-home-compact .cs-hero__actions {
  margin-top: 1.1rem;
  gap: 0.6rem;
}
.cs-home-compact .cs-hero__trust {
  margin-top: 1.25rem;
  gap: 0.75rem;
  font-size: 0.7rem;
}
.cs-home-compact .cs-hero__content:after {
  width: 100px;
  height: 100px;
  right: -25px;
}
.cs-home-compact .cs-float-card {
  right: 4%;
  bottom: 4%;
  width: min(240px, 76%);
  padding: 0.85rem;
  border-radius: 15px;
  font-size: 0.76rem;
}
.cs-home-compact .cs-float-card h3 {
  font-size: 1rem;
  margin: 0.45rem 0;
}
.cs-home-compact .cs-float-card p {
  margin: 0.35rem 0;
  line-height: 1.35;
}
.cs-home-compact .cs-section > .cs-shell > div[style*="margin-bottom:2rem"] {
  margin-bottom: 12px !important;
}
.cs-home-compact .cs-category-card {
  min-height: 118px;
  border-radius: 14px;
}
.cs-home-compact .cs-category-card__text {
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.65rem;
}
.cs-home-compact .cs-category-card h3 {
  font-size: 1rem;
}
.cs-home-compact .cs-category-card span {
  font-size: 0.66rem;
}
.cs-home-compact .cs-manifesto {
  grid-template-columns: 0.35fr 1.65fr;
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: center;
}
.cs-home-compact .cs-manifesto__number {
  font-size: clamp(4rem, 7.5vw, 7rem);
  line-height: 0.75;
}
.cs-home-compact .cs-featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
}
.cs-home-compact .cs-product-card {
  border-radius: 14px;
}
.cs-home-compact .cs-product-card__image {
  aspect-ratio: 1/1.04;
  padding: 0.55rem;
}
.cs-home-compact .cs-product-card__body {
  padding: 0.75rem;
}
.cs-home-compact .cs-product-card__title {
  font-size: 1rem;
  line-height: 1.12;
  margin: 0.15rem 0 0.3rem;
}
.cs-home-compact .cs-product-card__meta {
  font-size: 0.66rem;
  min-height: 1.7em;
}
.cs-home-compact .cs-product-card__price {
  font-size: 0.92rem;
  margin: 0.45rem 0;
}
.cs-home-compact .cs-product-card__actions {
  gap: 0.35rem;
}
.cs-home-compact .cs-product-card__actions .cs-button {
  min-height: 34px;
  padding: 0.48rem 0.65rem !important;
  font-size: 0.72rem;
}
.cs-home-compact .cs-wishlist-button,
.cs-home-compact .cs-quickview-button {
  width: 34px;
  height: 34px;
}
.cs-home-compact .cs-badge {
  padding: 0.24rem 0.48rem;
  font-size: 0.58rem;
}
.cs-home-compact .cs-product-card > .cs-badge {
  top: 0.55rem;
  left: 0.55rem;
}
.cs-home-compact .cs-editorial {
  min-height: 330px;
  border-radius: 20px;
}
.cs-home-compact .cs-editorial__content {
  padding: clamp(24px, 4vw, 46px);
}
.cs-home-compact .cs-mosaic {
  grid-template-rows: 210px 210px;
  gap: 9px;
}
.cs-home-compact .cs-mosaic__tile {
  border-radius: 17px;
}
.cs-home-compact .cs-mosaic__tile .cs-mosaic__copy {
  inset: auto 0.7rem 0.7rem;
  padding: 0.65rem;
  border-radius: 11px;
  font-size: 0.76rem;
}
.cs-home-compact .cs-story {
  min-height: 310px;
  gap: 9px;
}
.cs-home-compact .cs-story__copy,
.cs-home-compact .cs-story__media {
  border-radius: 20px;
}
.cs-home-compact .cs-story__copy {
  padding: clamp(24px, 4vw, 46px);
}
.cs-home-compact .cs-story__media {
  min-height: 310px;
}
.cs-home-compact .cs-dark-campaign {
  min-height: 320px;
  border-radius: 20px;
}
.cs-home-compact .cs-dark-campaign__copy {
  padding: clamp(24px, 4vw, 48px);
}
.cs-home-compact .cs-features {
  border-radius: 14px;
}
.cs-home-compact .cs-feature {
  padding: 1rem;
}
.cs-home-compact .cs-feature h3 {
  font-size: 0.92rem;
  margin: 0.45rem 0;
}
.cs-home-compact .cs-feature p {
  font-size: 0.74rem;
  line-height: 1.4;
  margin: 0;
}
.cs-home-compact .cs-feature__icon {
  font-size: 1.15rem;
}
.cs-home-compact .cs-social-grid {
  grid-template-rows: 190px 190px;
  gap: 9px;
}
.cs-home-compact .cs-social-grid > * {
  border-radius: 16px;
}
.cs-home-compact .cs-newsletter {
  border-radius: 20px;
  padding: clamp(24px, 4vw, 48px);
  gap: 1rem;
}
.cs-home-compact .cs-newsletter input {
  height: 42px;
  min-width: min(300px, 45vw);
}
body.home .cs-site-header__row {
  min-height: 68px;
}
body.home .cs-announcement {
  min-height: 28px;
  padding: 0.3rem 1rem;
  font-size: 0.7rem;
}
body.home .cs-logo {
  font-size: 1.5rem;
}
body.home .cs-logo__mark {
  width: 30px;
  height: 30px;
}
body.home .cs-search input {
  height: 38px;
}
body.home .cs-search button {
  width: 30px;
  height: 30px;
}
body.home .cs-icon-button {
  width: 38px;
  height: 38px;
}
body.home .cs-footer {
  padding: 2.6rem 0 1.3rem;
  margin-top: 2rem;
}
body.home .cs-footer__grid {
  gap: 1.2rem;
}
body.home .cs-footer a {
  font-size: 0.76rem;
  margin: 0.28rem 0;
}
body.home .cs-footer__bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
}
@media (max-width: 1100px) and (min-width: 781px) {
  body.home .cs-nav {
    display: flex;
    gap: clamp(0.65rem, 1.4vw, 1.2rem);
  }
  body.home .cs-nav a {
    font-size: 0.78rem;
  }
  body.home .cs-mobile-toggle {
    display: none;
  }
  body.home .cs-search {
    width: min(220px, 22vw);
  }
  .cs-home-compact .cs-category-rail {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .cs-home-compact .cs-featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .cs-home-compact .cs-footer__grid {
    grid-template-columns: 1.5fr repeat(4, 1fr);
  }
  .cs-home-compact .cs-footer__grid > :first-child {
    grid-column: auto;
  }
}
@media (max-width: 900px) and (min-width: 781px) {
  body.home .cs-nav {
    display: none;
  }
  body.home .cs-mobile-toggle {
    display: grid;
  }
  .cs-home-compact .cs-hero {
    grid-template-columns: 1fr 1fr;
  }
  .cs-home-compact .cs-category-rail {
    grid-template-columns: repeat(3, 1fr);
  }
  .cs-home-compact .cs-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 780px) {
  .cs-home-compact > .cs-section {
    padding: 36px 0;
  }
  .cs-home-compact .cs-shell {
    width: calc(100% - 24px);
  }
  .cs-home-compact .cs-hero {
    width: 100%;
    margin: 0;
    min-height: auto;
    border-radius: 0 0 24px 24px;
  }
  .cs-home-compact .cs-hero__media {
    min-height: 42vh;
  }
  .cs-home-compact .cs-hero__content {
    padding: 30px 18px 38px;
  }
  .cs-home-compact .cs-display {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }
  .cs-home-compact .cs-category-card {
    min-height: 260px;
  }
  .cs-home-compact .cs-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .cs-home-compact .cs-product-card__image {
    aspect-ratio: 1;
  }
  .cs-home-compact .cs-mosaic__tile {
    height: 330px;
  }
  .cs-home-compact .cs-social-grid > * {
    height: 330px;
  }
  .cs-home-compact .cs-story__media {
    min-height: 280px;
  }
}
@media (max-width: 480px) {
  .cs-home-compact > .cs-section {
    padding: 30px 0;
  }
  .cs-home-compact .cs-featured-grid {
    grid-template-columns: 1fr;
  }
  .cs-home-compact .cs-product-card__image {
    max-height: 330px;
  }
  .cs-home-compact .cs-product-card__title {
    font-size: 1.15rem;
  }
}

/* Second density pass: preserve mobile behavior, tighten desktop/tablet visual rhythm. */
@media (min-width: 781px) {
  .cs-home-compact .cs-hero {
    min-height: 340px;
  }
  .cs-home-compact .cs-hero__media {
    min-height: 340px;
  }
  .cs-home-compact .cs-display {
    font-size: clamp(2.25rem, 4vw, 3.9rem);
  }
  .cs-home-compact .cs-category-card {
    min-height: 96px;
  }
  .cs-home-compact .cs-category-card__text {
    bottom: 0.5rem;
  }
  .cs-home-compact .cs-category-card h3 {
    font-size: 0.9rem;
  }
  .cs-home-compact .cs-manifesto {
    min-height: 130px;
  }
  .cs-home-compact .cs-editorial {
    min-height: 280px;
  }
  .cs-home-compact .cs-mosaic {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    grid-template-rows: 230px;
  }
  .cs-home-compact .cs-mosaic__tile:first-child {
    grid-row: auto;
  }
  .cs-home-compact .cs-story {
    min-height: 260px;
  }
  .cs-home-compact .cs-story__media {
    min-height: 260px;
  }
  .cs-home-compact .cs-dark-campaign {
    min-height: 270px;
  }
  .cs-home-compact .cs-social-grid {
    grid-template-columns: 1.5fr repeat(4, 1fr);
    grid-template-rows: 210px;
  }
  .cs-home-compact .cs-social-grid > *:first-child {
    grid-row: auto;
  }
  .cs-home-compact .cs-newsletter {
    padding: 28px 36px;
  }
}
@media (min-width: 1200px) {
  .cs-home-compact > .cs-section {
    padding: 26px 0;
  }
  .cs-home-compact .cs-hero {
    min-height: 370px;
  }
  .cs-home-compact .cs-hero__media {
    min-height: 370px;
  }
}

/* Resolve inherited tablet sizing that kept reference-scale blocks too tall. */
@media (min-width: 781px) {
  .cs-home-compact .cs-hero {
    height: 340px;
    min-height: 340px;
  }
  .cs-home-compact .cs-hero__media {
    height: 340px;
    min-height: 340px;
  }
  .cs-home-compact .cs-category-card {
    height: 104px;
    min-height: 104px;
  }
  .cs-home-compact .cs-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .cs-home-compact .cs-product-card__image {
    aspect-ratio: 4/3;
  }
  .cs-home-compact .cs-mosaic {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    grid-template-rows: 220px;
  }
  .cs-home-compact .cs-mosaic__tile:first-child {
    grid-row: auto;
    grid-column: auto;
  }
  .cs-home-compact .cs-story {
    height: 270px;
    min-height: 270px;
  }
  .cs-home-compact .cs-story__copy,
  .cs-home-compact .cs-story__media {
    height: 270px;
    min-height: 270px;
  }
  .cs-home-compact .cs-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cs-home-compact .cs-dark-campaign {
    height: 280px;
    min-height: 280px;
  }
  .cs-home-compact .cs-dark-campaign__copy,
  .cs-home-compact .cs-dark-campaign__media {
    min-height: 0;
  }
  .cs-home-compact .cs-dark-campaign__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cs-home-compact .cs-social-grid {
    grid-template-columns: 1.5fr repeat(4, 1fr);
    grid-template-rows: 200px;
  }
  .cs-home-compact .cs-social-grid > *:first-child {
    grid-row: auto;
    grid-column: auto;
  }
  body.home .cs-footer__grid {
    grid-template-columns: 1.5fr repeat(4, 1fr);
    gap: 1.1rem;
  }
  body.home .cs-footer__grid > :first-child {
    grid-column: auto;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-category-card {
    height: 260px;
    min-height: 260px;
  }
  .cs-home-compact .cs-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

/* PawNourish hero background and compact category media — 2026-07-30 */
.cs-home-compact .cs-hero--background {
  position: relative;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 250, 242, 0.98) 0%,
      rgba(255, 250, 242, 0.88) 30%,
      rgba(255, 250, 242, 0.22) 50%,
      rgba(255, 250, 242, 0) 68%
    ),
    var(--cs-hero-image);
  background-size: auto 136.49%;
  background-position: right center;
  background-repeat: no-repeat;
}
.cs-home-compact .cs-hero--background .cs-hero__content {
  z-index: 2;
  max-width: 560px;
}
.cs-home-compact .cs-hero--background .cs-hero__media {
  background: transparent;
  min-height: 0;
  pointer-events: none;
}
.cs-home-compact .cs-hero--background .cs-float-card {
  display: none;
}
.cs-home-compact .cs-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 780px) {
  .cs-home-compact .cs-hero--background {
    display: block;
    min-height: 650px;
    background-image:
      linear-gradient(
        180deg,
        rgba(255, 250, 242, 0.08) 0%,
        rgba(255, 250, 242, 0.18) 38%,
        rgba(255, 250, 242, 0.95) 67%,
        rgba(255, 250, 242, 1) 100%
      ),
      var(--cs-hero-image);
    background-size: 145.2% auto;
    background-position: right top;
    background-repeat: no-repeat;
  }
  .cs-home-compact .cs-hero--background .cs-hero__content {
    padding-top: 245px;
    max-width: none;
  }
  .cs-home-compact .cs-hero--background .cs-hero__media {
    display: none;
  }
}

/* PawNourish hero CTAs and trust markers — reference alignment 2026-07-31 */
.cs-home-compact .cs-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}
.cs-home-compact .cs-hero__actions .cs-button {
  min-height: 42px;
  padding: 10px 24px !important;
  border-radius: 8px !important;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}
.cs-home-compact .cs-hero__actions .cs-button--ember {
  min-width: 176px;
}
.cs-home-compact .cs-hero__actions .cs-button--outline {
  min-width: 152px;
  border-color: var(--cs-ember) !important;
  background: rgba(255, 253, 248, 0.76) !important;
}
.cs-home-compact .cs-hero__trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 22px;
  color: var(--cs-forest);
}
.cs-home-compact .cs-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}
.cs-home-compact .cs-trust-item svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cs-home-compact .cs-trust-item .cs-trust-flag {
  width: 24px;
  height: 17px;
}
.cs-home-compact .cs-trust-flag rect:first-child {
  fill: #fff;
  stroke: #d5d9d1;
}
.cs-home-compact .cs-trust-flag path:nth-of-type(1) {
  stroke: #d4583e;
  stroke-width: 1;
}
.cs-home-compact .cs-trust-flag rect:nth-of-type(2) {
  fill: #557095;
  stroke: none;
}
.cs-home-compact .cs-trust-flag path:nth-of-type(2) {
  fill: #fff;
  stroke: none;
}
@media (max-width: 780px) {
  .cs-home-compact .cs-hero__actions {
    gap: 10px;
    flex-wrap: wrap;
  }
  .cs-home-compact .cs-hero__actions .cs-button {
    min-width: 0;
    flex: 1 1 145px;
    padding: 10px 14px !important;
  }
  .cs-home-compact .cs-hero__trust {
    gap: 14px 18px;
    margin-top: 18px;
  }
  .cs-home-compact .cs-trust-item {
    font-size: 11px;
  }
}
@media (max-width: 420px) {
  .cs-home-compact .cs-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cs-home-compact .cs-hero__actions .cs-button {
    width: 100%;
    font-size: 11px;
  }
  .cs-home-compact .cs-hero__trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .cs-home-compact .cs-trust-item:last-child {
    grid-column: 1/-1;
  }
}

/* Keep the complete hero message, CTAs and trust row inside the fixed desktop banner. */
@media (min-width: 781px) {
  .cs-home-compact .cs-hero--background {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
  .cs-home-compact .cs-hero--background .cs-hero__content {
    max-width: none;
    padding: 18px 28px;
    justify-content: center;
  }
  .cs-home-compact .cs-hero--background .cs-display {
    font-size: clamp(36px, 2.875vw, 46px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    margin: 8px 0 10px;
  }
  .cs-home-compact .cs-hero--background .cs-copy {
    font-size: clamp(13px, 0.94vw, 15px);
    line-height: 1.45;
    margin: 0;
    max-width: 48ch;
  }
  .cs-home-compact .cs-hero__actions {
    margin-top: 12px;
  }
  .cs-home-compact .cs-hero__trust {
    margin-top: 12px;
    gap: 14px;
  }
  .cs-home-compact .cs-trust-item {
    font-size: 11px;
    gap: 6px;
  }
  .cs-home-compact .cs-trust-item svg {
    width: 19px;
    height: 19px;
  }
  .cs-home-compact .cs-trust-item .cs-trust-flag {
    width: 22px;
    height: 15px;
  }
}

/* PawNourish compact nutrition category cards — 2026-07-31 */
.cs-home-compact .cs-category-section {
  padding: 12px 0 18px;
}
.cs-home-compact .cs-category-section .cs-shell {
  width: min(1180px, calc(100% - 32px));
}
.cs-home-compact .cs-category-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  padding: 0;
}
.cs-home-compact .cs-category-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: center;
  height: 104px;
  min-height: 104px;
  padding: 14px 8px 14px 16px;
  border: 1px solid rgba(43, 73, 52, 0.055);
  border-radius: 17px;
  overflow: hidden;
  background: #fbf7ef;
  color: #25452e;
  text-decoration: none;
  box-shadow: none;
  isolation: isolate;
}
.cs-home-compact .cs-category-card:after {
  display: none !important;
  content: none !important;
}
.cs-home-compact .cs-category-card__text {
  position: relative;
  inset: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 0;
}
.cs-home-compact .cs-category-card__text strong {
  display: block;
  margin: 0 0 7px;
  color: #264a31;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.cs-home-compact .cs-category-card__text span {
  display: block;
  color: #6c7b6d;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.34;
  opacity: 1;
}
.cs-home-compact .cs-category-card img {
  position: relative;
  inset: auto;
  z-index: 1;
  justify-self: end;
  align-self: center;
  width: 76px;
  height: 82px;
  max-width: none;
  object-position: center;
  transform: none !important;
  transition: transform 0.2s ease;
}
.cs-home-compact .cs-category-card:hover img {
  transform: translateY(-1px) scale(1.025) !important;
}
.cs-home-compact .cs-category-card--fresh-food img {
  width: 78px;
  height: 76px;
}
.cs-home-compact .cs-category-card--treats img {
  width: 75px;
  height: 72px;
}
.cs-home-compact .cs-category-card--puppy img {
  width: 76px;
  height: 88px;
  align-self: end;
}
.cs-home-compact .cs-category-card--senior img {
  width: 78px;
  height: 90px;
  align-self: end;
}
.cs-home-compact .cs-category-card--special-needs {
  grid-template-columns: minmax(0, 1fr) 64px;
}
.cs-home-compact .cs-category-card--special-needs img {
  width: 62px;
  height: 72px;
}
@media (max-width: 1179px) {
  .cs-home-compact .cs-category-section {
    padding-top: 10px;
  }
  .cs-home-compact .cs-category-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .cs-home-compact .cs-category-card {
    grid-template-columns: minmax(0, 1fr) 92px;
    height: 104px;
    min-height: 104px;
    padding-right: 12px;
  }
  .cs-home-compact .cs-category-card img {
    width: 92px;
    height: 88px;
  }
  .cs-home-compact .cs-category-card--puppy img,
  .cs-home-compact .cs-category-card--senior img {
    height: 94px;
  }
  .cs-home-compact .cs-category-card--special-needs {
    grid-template-columns: minmax(0, 1fr) 76px;
  }
  .cs-home-compact .cs-category-card--special-needs img {
    width: 72px;
    height: 76px;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-category-section {
    padding: 10px 0 16px;
  }
  .cs-home-compact .cs-category-section .cs-shell {
    width: calc(100% - 24px);
  }
  .cs-home-compact .cs-category-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }
  .cs-home-compact .cs-category-card {
    grid-template-columns: minmax(0, 1fr) 64px;
    width: auto;
    min-width: 0;
    height: 96px;
    min-height: 96px;
    padding: 12px 6px 12px 13px;
    border-radius: 15px;
    scroll-snap-align: none;
  }
  .cs-home-compact .cs-category-card__text strong {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .cs-home-compact .cs-category-card__text span {
    font-size: 9.5px;
  }
  .cs-home-compact .cs-category-card img {
    width: 68px;
    height: 76px;
  }
  .cs-home-compact .cs-category-card--fresh-food img,
  .cs-home-compact .cs-category-card--treats img {
    width: 67px;
    height: 70px;
  }
  .cs-home-compact .cs-category-card--puppy img,
  .cs-home-compact .cs-category-card--senior img {
    width: 68px;
    height: 82px;
  }
  .cs-home-compact .cs-category-card--special-needs {
    grid-template-columns: minmax(0, 1fr) 56px;
  }
  .cs-home-compact .cs-category-card--special-needs img {
    width: 54px;
    height: 64px;
  }
}
@media (max-width: 380px) {
  .cs-home-compact .cs-category-rail {
    grid-template-columns: 1fr;
  }
  .cs-home-compact .cs-category-card {
    grid-template-columns: minmax(0, 1fr) 92px;
  }
  .cs-home-compact .cs-category-card img {
    width: 88px;
  }
}

/* Keep text and transparent category artwork in separate grid tracks. */
.cs-home-compact .cs-category-card img {
  width: 70px;
  max-width: 100%;
}
.cs-home-compact .cs-category-card--fresh-food img {
  width: 72px;
}
.cs-home-compact .cs-category-card--treats img {
  width: 70px;
}
.cs-home-compact .cs-category-card--puppy img {
  width: 72px;
}
.cs-home-compact .cs-category-card--senior img {
  width: 72px;
}
@media (max-width: 1179px) {
  .cs-home-compact .cs-category-card img,
  .cs-home-compact .cs-category-card--fresh-food img,
  .cs-home-compact .cs-category-card--treats img,
  .cs-home-compact .cs-category-card--puppy img,
  .cs-home-compact .cs-category-card--senior img {
    width: 88px;
    max-width: 100%;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-category-card img,
  .cs-home-compact .cs-category-card--fresh-food img,
  .cs-home-compact .cs-category-card--treats img,
  .cs-home-compact .cs-category-card--puppy img,
  .cs-home-compact .cs-category-card--senior img {
    width: 62px;
    max-width: 100%;
  }
}

/* PawNourish category artwork 2x visual scale — 2026-07-31 */
.cs-home-compact .cs-category-card {
  grid-template-columns: minmax(0, 1fr) 80px;
}
.cs-home-compact .cs-category-card img {
  height: auto;
  max-height: 96px;
  object-fit: contain;
  object-position: center right;
}
.cs-home-compact .cs-category-card--dry-food img {
  width: 76px;
}
.cs-home-compact .cs-category-card--fresh-food {
  grid-template-columns: minmax(0, 1fr) 92px;
}
.cs-home-compact .cs-category-card--fresh-food img {
  width: 90px;
}
.cs-home-compact .cs-category-card--treats img {
  width: 72px;
}
.cs-home-compact .cs-category-card--puppy img {
  width: 70px;
}
.cs-home-compact .cs-category-card--senior img {
  width: 62px;
}
.cs-home-compact .cs-category-card--special-needs {
  grid-template-columns: minmax(0, 1fr) 54px;
}
.cs-home-compact .cs-category-card--special-needs img {
  width: 50px;
}
@media (max-width: 1179px) {
  .cs-home-compact .cs-category-card {
    grid-template-columns: minmax(0, 1fr) 102px;
    height: 112px;
    min-height: 112px;
  }
  .cs-home-compact .cs-category-card img {
    max-height: 108px;
  }
  .cs-home-compact .cs-category-card--dry-food img {
    width: 94px;
  }
  .cs-home-compact .cs-category-card--fresh-food {
    grid-template-columns: minmax(0, 1fr) 113px;
  }
  .cs-home-compact .cs-category-card--fresh-food img {
    width: 110px;
  }
  .cs-home-compact .cs-category-card--treats img {
    width: 90px;
  }
  .cs-home-compact .cs-category-card--puppy img {
    width: 86px;
  }
  .cs-home-compact .cs-category-card--senior img {
    width: 76px;
  }
  .cs-home-compact .cs-category-card--special-needs {
    grid-template-columns: minmax(0, 1fr) 62px;
  }
  .cs-home-compact .cs-category-card--special-needs img {
    width: 58px;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-category-card {
    grid-template-columns: minmax(0, 1fr) 70px;
    height: 100px;
    min-height: 100px;
  }
  .cs-home-compact .cs-category-card img {
    max-height: 96px;
  }
  .cs-home-compact .cs-category-card--dry-food img {
    width: 66px;
  }
  .cs-home-compact .cs-category-card--fresh-food {
    grid-template-columns: minmax(0, 1fr) 79px;
  }
  .cs-home-compact .cs-category-card--fresh-food img {
    width: 77px;
  }
  .cs-home-compact .cs-category-card--treats img {
    width: 64px;
  }
  .cs-home-compact .cs-category-card--puppy img {
    width: 62px;
  }
  .cs-home-compact .cs-category-card--senior img {
    width: 54px;
  }
  .cs-home-compact .cs-category-card--special-needs {
    grid-template-columns: minmax(0, 1fr) 48px;
  }
  .cs-home-compact .cs-category-card--special-needs img {
    width: 44px;
  }
}
@media (max-width: 380px) {
  .cs-home-compact .cs-category-card {
    grid-template-columns: minmax(0, 1fr) 112px;
    height: 108px;
    min-height: 108px;
  }
  .cs-home-compact .cs-category-card--dry-food img {
    width: 104px;
  }
  .cs-home-compact .cs-category-card--fresh-food {
    grid-template-columns: minmax(0, 1fr) 119px;
  }
  .cs-home-compact .cs-category-card--fresh-food img {
    width: 115px;
  }
  .cs-home-compact .cs-category-card--treats img {
    width: 100px;
  }
  .cs-home-compact .cs-category-card--puppy img {
    width: 92px;
  }
  .cs-home-compact .cs-category-card--senior img {
    width: 82px;
  }
  .cs-home-compact .cs-category-card--special-needs {
    grid-template-columns: minmax(0, 1fr) 70px;
  }
  .cs-home-compact .cs-category-card--special-needs img {
    width: 66px;
  }
}

/* PawNourish bestsellers + quiz block — 2026-07-31 */
.cs-home-compact .cs-bestsellers-section {
  padding: 8px 0 8px;
}
.cs-home-compact .cs-bestsellers-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(285px, 1fr);
  gap: 18px;
  align-items: stretch;
}
.cs-home-compact .cs-bestsellers-main {
  min-width: 0;
}
.cs-home-compact .cs-bestsellers-title {
  margin: 0 0 10px;
  color: #243d2b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.cs-home-compact .cs-bestsellers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.cs-home-compact .cs-bestseller-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(41, 72, 50, 0.13);
  border-radius: 14px;
  background: #fffdfa;
  box-shadow: 0 3px 14px rgba(30, 54, 37, 0.035);
}
.cs-home-compact .cs-bestseller-card__media {
  position: relative;
  display: block;
  height: 188px;
  padding: 6px 8px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf8, #faf6ed);
}
.cs-home-compact .cs-bestseller-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 0.22s ease;
}
.cs-home-compact .cs-bestseller-card:hover .cs-bestseller-card__media img {
  transform: translateY(-2px) scale(1.018);
}
.cs-home-compact .cs-bestseller-badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}
.cs-home-compact .cs-bestseller-badge.is-best {
  background: #4f7949;
}
.cs-home-compact .cs-bestseller-badge.is-new {
  background: #e87324;
}
.cs-home-compact .cs-bestseller-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px;
}
.cs-home-compact .cs-bestseller-card h3 {
  margin: 0;
  color: #263c2b;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.25;
}
.cs-home-compact .cs-bestseller-card h3 a {
  color: inherit;
  text-decoration: none;
}
.cs-home-compact .cs-bestseller-subtitle {
  margin: 3px 0 7px;
  color: #59685b;
  font-size: 10px;
  line-height: 1.25;
}
.cs-home-compact .cs-bestseller-traits {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 7px;
}
.cs-home-compact .cs-bestseller-traits span {
  padding: 3px 6px;
  border: 1px solid rgba(44, 74, 51, 0.18);
  border-radius: 999px;
  color: #5d685e;
  background: #fff;
  font-size: 8.5px;
  font-weight: 650;
  line-height: 1;
}
.cs-home-compact .cs-bestseller-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #e87821;
  font-size: 10px;
  line-height: 1;
}
.cs-home-compact .cs-bestseller-rating strong,
.cs-home-compact .cs-bestseller-rating small {
  color: #4b574d;
  font-size: 9px;
}
.cs-home-compact .cs-bestseller-price {
  margin: 9px 0 2px;
  color: #1f3525;
  font-size: 14px;
  font-weight: 850;
}
.cs-home-compact .cs-bestseller-price del {
  color: #8a938b;
  font-size: 10px;
  font-weight: 500;
}
.cs-home-compact .cs-bestseller-price ins {
  text-decoration: none;
}
.cs-home-compact .cs-bestseller-subscribe {
  margin: 0 0 9px;
  color: #566458;
  font-size: 9px;
  line-height: 1.25;
}
.cs-home-compact .cs-bestseller-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: auto;
  border-radius: 7px;
  background: #507b49;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.cs-home-compact .cs-bestseller-cart:hover {
  background: #e66a2b;
  transform: translateY(-1px);
}
.cs-home-compact .cs-quiz-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 34px;
  border-radius: 18px;
  background: linear-gradient(145deg, #f4f4e9, #f8f4e9);
  color: #29412f;
}
.cs-home-compact .cs-quiz-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  border: 1px dashed rgba(56, 93, 64, 0.35);
  border-radius: 50%;
  font-size: 32px;
}
.cs-home-compact .cs-quiz-panel h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.16;
}
.cs-home-compact .cs-quiz-panel > p {
  margin: 0 0 18px;
  color: #5a675c;
  font-size: 11px;
  line-height: 1.45;
}
.cs-home-compact .cs-quiz-panel ul {
  display: grid;
  gap: 13px;
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}
.cs-home-compact .cs-quiz-panel li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #506052;
  font-size: 10px;
  line-height: 1.25;
}
.cs-home-compact .cs-quiz-panel li span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(63, 99, 71, 0.25);
  border-radius: 50%;
  color: #55755c;
  font-size: 13px;
}
.cs-home-compact .cs-quiz-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  background: #ed741e;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(220, 102, 25, 0.16);
}
.cs-home-compact .cs-quiz-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: #3d5041;
  font-size: 10px;
  line-height: 1.25;
}
.cs-home-compact .cs-quiz-dogs {
  font-size: 22px;
  letter-spacing: -6px;
}
.cs-home-compact .cs-quiz-social small {
  font-size: 9px;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .cs-home-compact .cs-bestsellers-layout {
    grid-template-columns: 1fr;
  }
  .cs-home-compact .cs-quiz-panel {
    min-height: 0;
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas: "icon title button" "icon copy button" "list list social";
    gap: 8px 18px;
    padding: 22px 26px;
    align-items: center;
  }
  .cs-home-compact .cs-quiz-icon {
    grid-area: icon;
    margin: 0;
  }
  .cs-home-compact .cs-quiz-panel h2 {
    grid-area: title;
  }
  .cs-home-compact .cs-quiz-panel > p {
    grid-area: copy;
    margin: 0;
  }
  .cs-home-compact .cs-quiz-panel ul {
    grid-area: list;
    grid-template-columns: repeat(3, 1fr);
    margin: 12px 0 0;
  }
  .cs-home-compact .cs-quiz-button {
    grid-area: button;
  }
  .cs-home-compact .cs-quiz-social {
    grid-area: social;
    margin: 12px 0 0;
    justify-self: end;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-bestsellers-section {
    padding: 6px 0 6px;
  }
  .cs-home-compact .cs-bestsellers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .cs-home-compact .cs-bestseller-card__media {
    height: 190px;
  }
  .cs-home-compact .cs-quiz-panel {
    display: flex;
    padding: 24px;
  }
  .cs-home-compact .cs-quiz-icon {
    margin-bottom: 10px;
  }
  .cs-home-compact .cs-quiz-panel ul {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 0 20px;
  }
  .cs-home-compact .cs-quiz-social {
    align-self: center;
    margin-top: 16px;
  }
}
@media (max-width: 430px) {
  .cs-home-compact .cs-bestseller-card__media {
    height: 166px;
  }
  .cs-home-compact .cs-bestseller-card__body {
    padding: 9px;
  }
  .cs-home-compact .cs-bestseller-card h3 {
    font-size: 11px;
  }
  .cs-home-compact .cs-bestseller-subtitle {
    font-size: 9px;
  }
  .cs-home-compact .cs-bestseller-traits span {
    font-size: 7.5px;
  }
  .cs-home-compact .cs-bestseller-rating {
    font-size: 8px;
  }
  .cs-home-compact .cs-bestseller-price {
    font-size: 12px;
  }
}

/* PawNourish ingredient transparency banner — 2026-07-31 */
.cs-home-compact .cs-ingredients-banner-section {
  margin-top: 8px;
  padding: 0 0 24px;
}
.cs-home-compact .cs-ingredients-banner {
  overflow: hidden;
  border-radius: 22px;
}
.cs-home-compact .cs-ingredients-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
@media (max-width: 780px) {
  .cs-home-compact .cs-ingredients-banner-section {
    margin-top: 6px;
    padding: 0 0 18px;
  }
  .cs-home-compact .cs-ingredients-banner {
    border-radius: 14px;
  }
}

/* PawNourish lower homepage grid — 2026-07-31 */
.cs-home-compact .cs-home-lower {
  padding: 0 0 20px;
}
.cs-home-compact .cs-home-lower__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 12px;
}
.cs-home-compact .cs-home-lower h2 {
  margin: 0;
  color: #29432f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.08;
}
.cs-home-compact .cs-home-lower p {
  margin: 5px 0;
  color: #617064;
  font-size: 10px;
  line-height: 1.35;
}
.cs-save-card,
.cs-love-panel,
.cs-vet-panel,
.cs-advice-panel {
  border: 1px solid rgba(48, 75, 54, 0.08);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 5px 18px rgba(37, 59, 42, 0.035);
}
.cs-save-card--subscription {
  position: relative;
  display: grid;
  grid-template-columns: minmax(245px, 0.9fr) minmax(220px, 0.75fr) 150px;
  min-height: 220px;
  padding: 22px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #fffdf7, #f8f2e7);
}
.cs-save-card__copy {
  position: relative;
  z-index: 2;
}
.cs-benefit-row {
  display: flex;
  gap: 15px;
  margin: 15px 0 14px;
  padding: 0;
  list-style: none;
}
.cs-benefit-row li {
  display: grid;
  grid-template-columns: 24px auto;
  column-gap: 6px;
  align-items: center;
  color: #435849;
  font-size: 9px;
  line-height: 1.05;
}
.cs-benefit-row li span {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #6f8a70;
  border-radius: 50%;
  color: #4f7553;
}
.cs-benefit-row strong {
  font-size: 9px;
}
.cs-benefit-row small {
  font-size: 8px;
  color: #6b786d;
}
.cs-save-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 6px;
  background: #ed741e;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
}
.cs-save-note {
  display: block;
  margin: 7px 0 0 10px;
  color: #6e786f;
  font-size: 8px;
}
.cs-subscription-visual {
  position: relative;
  min-height: 180px;
}
.cs-subscription-visual img {
  position: absolute;
  bottom: 42px;
  width: 88px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 7px 9px rgba(43, 50, 38, 0.12));
}
.cs-subscription-visual img:nth-of-type(1) {
  left: 24px;
  transform: rotate(-2deg);
}
.cs-subscription-visual img:nth-of-type(2) {
  left: 94px;
  transform: rotate(2deg);
}
.cs-subscription-box {
  position: absolute;
  left: 7px;
  right: 0;
  bottom: 0;
  height: 75px;
  padding: 24px 14px 8px;
  background: #b9864d;
  clip-path: polygon(0 13%, 8% 0, 92% 0, 100% 13%, 100% 100%, 0 100%);
  color: #24432d;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}
.cs-subscription-box small {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 7px;
  font-weight: 600;
}
.cs-frequency-list {
  display: grid;
  align-content: center;
  gap: 5px;
}
.cs-frequency-list > div {
  position: relative;
  display: grid;
  padding: 10px 11px;
  border: 1px solid rgba(48, 75, 54, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
  color: #415445;
  font-size: 9px;
}
.cs-frequency-list strong {
  font-size: 9px;
}
.cs-frequency-list b {
  margin-top: 3px;
  color: #4d7b4d;
}
.cs-frequency-list small {
  font-size: 8px;
}
.cs-frequency-list .is-popular {
  padding-top: 18px;
}
.cs-frequency-list .is-popular > span {
  position: absolute;
  top: -9px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 5px;
  background: #4e744a;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}
.cs-save-card--bundle {
  padding: 22px 20px;
  background: linear-gradient(145deg, #fffdf8, #fbf5eb);
}
.cs-bundle-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}
.cs-bundle-cards a {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  padding: 14px 12px;
  border-radius: 12px;
  background: #fff;
  color: #435347;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(45, 65, 50, 0.04);
}
.cs-bundle-cards strong {
  font-size: 10px;
  line-height: 1.25;
}
.cs-bundle-cards em {
  margin-top: 4px;
  color: #ec7422;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}
.cs-bundle-cards span {
  margin-top: auto;
  color: #9a6d36;
  font-size: 23px;
  letter-spacing: -5px;
  text-align: center;
}
.cs-love-panel {
  padding: 18px 18px 14px;
}
.cs-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.cs-review-grid article {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 120px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
}
.cs-stars {
  grid-column: 1/-1;
  color: #ee7a20;
  font-size: 12px;
  letter-spacing: 1px;
}
.cs-review-grid blockquote {
  margin: 5px 0 8px;
  color: #425246;
  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.35;
}
.cs-review-person {
  display: flex;
  grid-column: 1/-1;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
}
.cs-review-person span {
  order: 2;
  font-size: 48px;
  line-height: 0.8;
}
.cs-review-person p {
  display: grid;
  margin: 0;
}
.cs-review-person strong {
  font-size: 9px;
}
.cs-review-person small {
  font-size: 8px;
  color: #69756b;
}
.cs-vet-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  overflow: hidden;
  background: linear-gradient(145deg, #f6f6eb, #eef2e7);
}
.cs-vet-copy {
  padding: 25px 10px 20px 22px;
}
.cs-vet-copy p {
  max-width: 28ch;
}
.cs-signature {
  margin-top: 18px;
  color: #405649;
  font-family: cursive;
  font-size: 15px;
}
.cs-vet-copy > small {
  color: #66736a;
  font-size: 8px;
}
.cs-vet-portrait {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(
    circle at 60% 25%,
    #fff 0,
    #e6eee3 60%,
    #d9e3d7 100%
  );
}
.cs-vet-portrait div {
  display: grid;
  place-items: center;
  width: 112px;
  height: 130px;
  border-radius: 58px 58px 12px 12px;
  background: linear-gradient(#f5d4be 0 28%, #fff 28%);
  color: #6a4a39;
  font-family: Georgia, serif;
  font-size: 28px;
}
.cs-vet-portrait span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 22px;
  color: #63786a;
  font-size: 38px;
}
.cs-advice-panel {
  grid-column: 1/-1;
  padding: 17px 18px;
}
.cs-advice-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.cs-advice-head a {
  color: #416746;
  font-size: 9px;
  font-weight: 800;
}
.cs-article-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.cs-article-card {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  min-height: 62px;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f4f1e8;
  color: #435347;
  text-decoration: none;
}
.cs-article-card img {
  width: 62px;
  height: 62px;
  object-fit: cover;
}
.cs-article-card span {
  display: grid;
  gap: 3px;
  padding: 6px 8px;
}
.cs-article-card small {
  color: #758078;
  font-size: 7px;
}
.cs-article-card strong {
  font-family: Georgia, serif;
  font-size: 8px;
  line-height: 1.2;
}
.cs-article-card b {
  padding-right: 8px;
  color: #638068;
}
@media (max-width: 1100px) {
  .cs-home-compact .cs-home-lower__grid {
    grid-template-columns: 1fr;
  }
  .cs-save-card--subscription {
    grid-template-columns: minmax(230px, 1fr) minmax(220px, 0.8fr) 150px;
  }
  .cs-advice-panel {
    grid-column: auto;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-home-lower {
    padding: 0 0 14px;
  }
  .cs-save-card--subscription {
    grid-template-columns: 1fr 1fr;
    padding: 18px;
  }
  .cs-frequency-list {
    grid-column: 1/-1;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
  }
  .cs-benefit-row {
    flex-direction: column;
    gap: 8px;
  }
  .cs-bundle-cards {
    grid-template-columns: 1fr;
  }
  .cs-bundle-cards a {
    min-height: 88px;
  }
  .cs-review-grid {
    grid-template-columns: 1fr;
  }
  .cs-vet-panel {
    grid-template-columns: 1fr 130px;
  }
  .cs-article-rail {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .cs-article-card {
    min-width: 270px;
    scroll-snap-align: start;
  }
}
@media (max-width: 480px) {
  .cs-save-card--subscription {
    grid-template-columns: 1fr;
  }
  .cs-subscription-visual {
    min-height: 190px;
  }
  .cs-frequency-list {
    grid-template-columns: 1fr;
  }
  .cs-vet-panel {
    grid-template-columns: 1fr;
  }
  .cs-vet-portrait {
    min-height: 170px;
  }
  .cs-advice-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

/* Lower-grid mobile containment correction */
.cs-home-compact .cs-home-lower__grid > * {
  min-width: 0;
  max-width: 100%;
}
.cs-home-compact .cs-save-card--subscription,
.cs-home-compact .cs-save-card--bundle,
.cs-home-compact .cs-love-panel,
.cs-home-compact .cs-vet-panel,
.cs-home-compact .cs-advice-panel {
  width: 100%;
  min-width: 0;
}
.cs-home-compact .cs-save-card__copy,
.cs-home-compact .cs-subscription-visual,
.cs-home-compact .cs-frequency-list,
.cs-home-compact .cs-review-grid,
.cs-home-compact .cs-advice-head,
.cs-home-compact .cs-article-rail {
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 1100px) {
  .cs-home-compact .cs-home-lower__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-save-card--subscription {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .cs-home-compact .cs-article-rail {
    max-width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  .cs-home-compact .cs-save-card--subscription {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Lower homepage alignment and compact rhythm — 2026-07-31 */
.cs-home-compact .cs-ingredients-banner-section {
  padding-bottom: 8px;
}
.cs-home-compact .cs-home-lower {
  margin-top: 0;
  padding: 0 0 12px;
}
.cs-home-compact .cs-home-lower__grid {
  gap: 8px;
  align-items: stretch;
}
.cs-home-compact .cs-save-card,
.cs-home-compact .cs-love-panel,
.cs-home-compact .cs-vet-panel,
.cs-home-compact .cs-advice-panel {
  border-radius: 14px;
}
.cs-home-compact .cs-save-card--subscription {
  min-height: 196px;
  padding: 16px 16px;
  grid-template-columns: minmax(230px, 0.9fr) minmax(205px, 0.75fr) 140px;
}
.cs-home-compact .cs-save-card--bundle {
  padding: 16px;
}
.cs-home-compact .cs-benefit-row {
  gap: 10px;
  margin: 11px 0 10px;
}
.cs-home-compact .cs-subscription-visual {
  min-height: 164px;
}
.cs-home-compact .cs-subscription-visual img {
  bottom: 38px;
  width: 80px;
  height: 108px;
}
.cs-home-compact .cs-subscription-visual img:nth-of-type(1) {
  left: 20px;
}
.cs-home-compact .cs-subscription-visual img:nth-of-type(2) {
  left: 82px;
}
.cs-home-compact .cs-subscription-box {
  left: 4px;
  height: 66px;
  padding-top: 20px;
  font-size: 16px;
}
.cs-home-compact .cs-frequency-list {
  gap: 4px;
}
.cs-home-compact .cs-frequency-list > div {
  padding: 8px 9px;
  border-radius: 8px;
}
.cs-home-compact .cs-frequency-list .is-popular {
  padding-top: 16px;
}
.cs-home-compact .cs-bundle-cards {
  gap: 6px;
  margin-top: 10px;
}
.cs-home-compact .cs-bundle-cards a {
  min-height: 112px;
  padding: 11px 10px;
  border-radius: 10px;
}
.cs-home-compact .cs-love-panel {
  padding: 14px;
}
.cs-home-compact .cs-review-grid {
  margin-top: 8px;
}
.cs-home-compact .cs-review-grid article {
  min-height: 104px;
  padding: 10px;
  border-radius: 10px;
}
.cs-home-compact .cs-vet-copy {
  padding: 18px 9px 15px 18px;
}
.cs-home-compact .cs-signature {
  margin-top: 12px;
}
.cs-home-compact .cs-advice-panel {
  padding: 13px 14px;
}
.cs-home-compact .cs-article-rail {
  gap: 6px;
  margin-top: 8px;
}
.cs-home-compact .cs-article-card {
  min-height: 56px;
  grid-template-columns: 56px 1fr auto;
  border-radius: 8px;
}
.cs-home-compact .cs-article-card img {
  width: 56px;
  height: 56px;
}
@media (max-width: 1100px) {
  .cs-home-compact .cs-save-card--subscription {
    grid-template-columns: minmax(220px, 1fr) minmax(200px, 0.8fr) 140px;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-ingredients-banner-section {
    padding-bottom: 6px;
  }
  .cs-home-compact .cs-home-lower {
    padding-bottom: 8px;
  }
  .cs-home-compact .cs-home-lower__grid {
    gap: 6px;
  }
  .cs-home-compact .cs-save-card--subscription {
    padding: 14px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .cs-home-compact .cs-save-card--bundle,
  .cs-home-compact .cs-love-panel,
  .cs-home-compact .cs-advice-panel {
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .cs-home-compact .cs-save-card--subscription {
    grid-template-columns: minmax(0, 1fr);
  }
  .cs-home-compact .cs-subscription-visual {
    min-height: 170px;
  }
}

/* Ingredients banner scale and horizontal alignment — 2026-07-31 */
@media (min-width: 781px) {
  .cs-home-compact .cs-ingredients-banner-section .cs-shell {
    width: min(1224px, 100%);
  }
  .cs-home-compact .cs-ingredients-banner {
    width: 100%;
  }
  .cs-home-compact .cs-ingredients-banner img {
    width: 100%;
    height: auto;
  }
}

/* Home lower grid final alignment and density pass — 2026-07-31 */
.cs-home-compact .cs-ingredients-banner-section {
  padding-bottom: 4px;
}
.cs-home-compact .cs-ingredients-banner-section .cs-shell {
  width: min(1180px, calc(100% - 32px));
}
.cs-home-compact .cs-home-lower {
  padding-bottom: 8px;
}
.cs-home-compact .cs-home-lower__grid {
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 6px;
}
.cs-home-compact .cs-save-card,
.cs-home-compact .cs-love-panel,
.cs-home-compact .cs-vet-panel,
.cs-home-compact .cs-advice-panel {
  border-radius: 12px;
}
.cs-home-compact .cs-save-card--subscription {
  min-height: 184px;
  padding: 13px 14px;
  grid-template-columns: minmax(220px, 0.95fr) minmax(190px, 0.72fr) 132px;
}
.cs-home-compact .cs-save-card--bundle {
  padding: 13px 14px;
}
.cs-home-compact .cs-home-lower h2 {
  font-size: 19px;
}
.cs-home-compact .cs-home-lower p {
  margin: 3px 0;
  font-size: 9px;
}
.cs-home-compact .cs-benefit-row {
  gap: 8px;
  margin: 9px 0 8px;
}
.cs-home-compact .cs-benefit-row li {
  grid-template-columns: 21px auto;
  font-size: 8px;
}
.cs-home-compact .cs-benefit-row li span {
  width: 21px;
  height: 21px;
}
.cs-home-compact .cs-benefit-row strong {
  font-size: 8px;
}
.cs-home-compact .cs-benefit-row small {
  font-size: 7px;
}
.cs-home-compact .cs-save-button {
  min-height: 34px;
  padding: 0 16px;
  font-size: 10px;
}
.cs-home-compact .cs-save-note {
  margin-top: 5px;
}
.cs-home-compact .cs-subscription-visual {
  min-height: 150px;
}
.cs-home-compact .cs-subscription-visual img {
  bottom: 34px;
  width: 72px;
  height: 98px;
}
.cs-home-compact .cs-subscription-visual img:nth-of-type(1) {
  left: 18px;
}
.cs-home-compact .cs-subscription-visual img:nth-of-type(2) {
  left: 72px;
}
.cs-home-compact .cs-subscription-box {
  height: 58px;
  padding-top: 17px;
  font-size: 15px;
}
.cs-home-compact .cs-frequency-list {
  gap: 3px;
}
.cs-home-compact .cs-frequency-list > div {
  padding: 7px 8px;
  border-radius: 7px;
  font-size: 8px;
}
.cs-home-compact .cs-frequency-list strong {
  font-size: 8px;
}
.cs-home-compact .cs-frequency-list small {
  font-size: 7px;
}
.cs-home-compact .cs-frequency-list .is-popular {
  padding-top: 14px;
}
.cs-home-compact .cs-bundle-cards {
  gap: 5px;
  margin-top: 8px;
}
.cs-home-compact .cs-bundle-cards a {
  min-height: 100px;
  padding: 9px;
  border-radius: 9px;
}
.cs-home-compact .cs-love-panel {
  padding: 11px 12px;
}
.cs-home-compact .cs-review-grid {
  gap: 6px;
  margin-top: 6px;
}
.cs-home-compact .cs-review-grid article {
  min-height: 94px;
  padding: 8px;
}
.cs-home-compact .cs-vet-copy {
  padding: 14px 8px 12px 14px;
}
.cs-home-compact .cs-signature {
  margin-top: 9px;
}
.cs-home-compact .cs-advice-panel {
  padding: 10px 12px;
}
.cs-home-compact .cs-article-rail {
  gap: 5px;
  margin-top: 6px;
}
.cs-home-compact .cs-article-card {
  min-height: 52px;
  grid-template-columns: 52px 1fr auto;
}
.cs-home-compact .cs-article-card img {
  width: 52px;
  height: 52px;
}
@media (max-width: 900px) {
  .cs-home-compact .cs-home-lower__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .cs-home-compact .cs-save-card--subscription {
    grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.8fr) 132px;
  }
  .cs-home-compact .cs-advice-panel {
    grid-column: auto;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-ingredients-banner-section {
    padding-bottom: 3px;
  }
  .cs-home-compact .cs-ingredients-banner-section .cs-shell {
    width: calc(100% - 24px);
  }
  .cs-home-compact .cs-home-lower__grid {
    gap: 4px;
  }
  .cs-home-compact .cs-save-card--subscription {
    padding: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .cs-home-compact .cs-save-card--bundle,
  .cs-home-compact .cs-love-panel,
  .cs-home-compact .cs-advice-panel {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .cs-home-compact .cs-save-card--subscription {
    grid-template-columns: minmax(0, 1fr);
  }
  .cs-home-compact .cs-subscription-visual {
    min-height: 155px;
  }
}

/* Subscribe, bundle and frequency content scale +50% — 2026-07-31 */
.cs-home-compact .cs-save-card--subscription h2,
.cs-home-compact .cs-save-card--bundle h2 {
  font-size: 28.5px;
  line-height: 1.04;
}
.cs-home-compact .cs-save-card--subscription p,
.cs-home-compact .cs-save-card--bundle p {
  font-size: 13.5px;
  line-height: 1.3;
}
.cs-home-compact .cs-benefit-row {
  gap: 12px;
  margin: 12px 0 11px;
}
.cs-home-compact .cs-benefit-row li {
  grid-template-columns: 32px auto;
  column-gap: 8px;
  font-size: 12px;
  line-height: 1.08;
}
.cs-home-compact .cs-benefit-row li span {
  width: 32px;
  height: 32px;
  font-size: 14px;
}
.cs-home-compact .cs-benefit-row strong {
  font-size: 12px;
}
.cs-home-compact .cs-benefit-row small {
  font-size: 10.5px;
}
.cs-home-compact .cs-save-button {
  min-height: 48px;
  padding: 0 24px;
  font-size: 15px;
}
.cs-home-compact .cs-save-note {
  margin-top: 7px;
  font-size: 12px;
}
.cs-home-compact .cs-frequency-list {
  gap: 5px;
}
.cs-home-compact .cs-frequency-list > div {
  padding: 10px 11px;
  border-radius: 9px;
  font-size: 12px;
}
.cs-home-compact .cs-frequency-list strong {
  font-size: 12px;
}
.cs-home-compact .cs-frequency-list b {
  font-size: 12px;
}
.cs-home-compact .cs-frequency-list small {
  font-size: 10.5px;
}
.cs-home-compact .cs-frequency-list .is-popular {
  padding-top: 20px;
}
.cs-home-compact .cs-frequency-list .is-popular > span {
  top: -10px;
  padding: 5px 12px;
  font-size: 10.5px;
}
.cs-home-compact .cs-bundle-cards {
  gap: 8px;
  margin-top: 12px;
}
.cs-home-compact .cs-bundle-cards a {
  min-height: 150px;
  padding: 14px 13px;
  border-radius: 11px;
}
.cs-home-compact .cs-bundle-cards strong {
  font-size: 15px;
  line-height: 1.18;
}
.cs-home-compact .cs-bundle-cards em {
  margin-top: 6px;
  font-size: 15px;
}
.cs-home-compact .cs-bundle-cards span {
  font-size: 34px;
}
@media (min-width: 901px) {
  .cs-home-compact .cs-save-card--subscription {
    min-height: 246px;
    grid-template-columns: minmax(280px, 1fr) minmax(215px, 0.72fr) 180px;
    padding: 18px;
  }
  .cs-home-compact .cs-save-card--bundle {
    padding: 18px;
  }
  .cs-home-compact .cs-subscription-visual {
    min-height: 205px;
  }
  .cs-home-compact .cs-subscription-visual img {
    bottom: 43px;
    width: 96px;
    height: 132px;
  }
  .cs-home-compact .cs-subscription-visual img:nth-of-type(1) {
    left: 16px;
  }
  .cs-home-compact .cs-subscription-visual img:nth-of-type(2) {
    left: 88px;
  }
  .cs-home-compact .cs-subscription-box {
    height: 78px;
    padding-top: 23px;
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .cs-home-compact .cs-save-card--subscription h2,
  .cs-home-compact .cs-save-card--bundle h2 {
    font-size: 25px;
  }
  .cs-home-compact .cs-save-card--subscription p,
  .cs-home-compact .cs-save-card--bundle p {
    font-size: 12px;
  }
  .cs-home-compact .cs-save-button {
    min-height: 44px;
    font-size: 14px;
  }
  .cs-home-compact .cs-bundle-cards a {
    min-height: 132px;
  }
}
@media (max-width: 480px) {
  .cs-home-compact .cs-benefit-row li {
    grid-template-columns: 29px auto;
  }
  .cs-home-compact .cs-benefit-row li span {
    width: 29px;
    height: 29px;
  }
  .cs-home-compact .cs-bundle-cards a {
    min-height: 120px;
  }
  .cs-home-compact .cs-frequency-list > div {
    padding: 11px 12px;
  }
}

/* Subscription visual: replace box background with product imagery — 2026-07-31 */
.cs-home-compact .cs-subscription-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  min-height: 100%;
  border-radius: 10px;
  background: #f6efe3;
}
.cs-home-compact .cs-subscription-box {
  display: none !important;
}
.cs-home-compact .cs-subscription-visual img,
.cs-home-compact .cs-subscription-visual img:nth-of-type(1),
.cs-home-compact .cs-subscription-visual img:nth-of-type(2) {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: none;
}
@media (min-width: 901px) {
  .cs-home-compact .cs-subscription-visual {
    min-height: 228px;
  }
}
@media (max-width: 900px) {
  .cs-home-compact .cs-subscription-visual {
    min-height: 220px;
  }
}
@media (max-width: 480px) {
  .cs-home-compact .cs-subscription-visual {
    min-height: 210px;
  }
}

/* Subscription visual replacement — 2026-07-31 */
.cs-home-compact .cs-subscription-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}
.cs-home-compact .cs-subscription-visual .cs-subscription-visual__box-image {
  position: static;
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  filter: none;
  transform: none;
}
@media (max-width: 1100px) {
  .cs-home-compact .cs-subscription-visual .cs-subscription-visual__box-image {
    max-width: 210px;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-subscription-visual .cs-subscription-visual__box-image {
    max-width: 240px;
  }
}
@media (max-width: 480px) {
  .cs-home-compact .cs-subscription-visual .cs-subscription-visual__box-image {
    max-width: 280px;
  }
}

/* Review portraits and veterinarian portrait — 2026-07-31 */
.cs-home-compact .cs-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.cs-home-compact .cs-review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  min-height: 126px;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
}
.cs-home-compact .cs-review-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 12px 8px 10px 12px;
}
.cs-home-compact .cs-review-card blockquote {
  margin: 3px 0 8px;
  color: #35463a;
  font-size: 9px;
  line-height: 1.3;
}
.cs-home-compact .cs-review-card > .cs-review-card__copy > .cs-review-person {
  margin-top: auto;
}
.cs-home-compact .cs-review-card .cs-review-person p {
  margin: 0;
}
.cs-home-compact .cs-review-card .cs-review-person strong,
.cs-home-compact .cs-review-card .cs-review-person small {
  display: block;
}
.cs-home-compact .cs-review-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 126px;
  object-fit: cover;
  object-position: center 18%;
  background: #fbf7ef;
}
.cs-home-compact .cs-vet-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  min-height: 150px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f8ee, #f1f4e8);
}
.cs-home-compact .cs-vet-portrait {
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.cs-home-compact .cs-vet-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
@media (max-width: 1100px) {
  .cs-home-compact .cs-review-card {
    grid-template-columns: minmax(0, 1fr) 82px;
  }
  .cs-home-compact .cs-vet-panel {
    grid-template-columns: minmax(0, 1fr) 135px;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-review-grid {
    grid-template-columns: 1fr;
  }
  .cs-home-compact .cs-review-card {
    grid-template-columns: minmax(0, 1fr) 120px;
    min-height: 136px;
  }
  .cs-home-compact .cs-review-card > img {
    min-height: 136px;
  }
  .cs-home-compact .cs-vet-panel {
    grid-template-columns: minmax(0, 1fr) 150px;
  }
}
@media (max-width: 480px) {
  .cs-home-compact .cs-review-card {
    grid-template-columns: minmax(0, 1fr) 105px;
  }
  .cs-home-compact .cs-vet-panel {
    grid-template-columns: minmax(0, 1fr) 122px;
  }
}

/* Expert advice article imagery and reference alignment — 2026-07-31 */
.cs-home-compact .cs-advice-panel {
  background: #fbf8f0;
  border: 1px solid rgba(50, 82, 55, 0.08);
}
.cs-home-compact .cs-advice-head {
  align-items: center;
}
.cs-home-compact .cs-article-card {
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid rgba(50, 82, 55, 0.1);
}
.cs-home-compact .cs-article-card img {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 0 0 8px;
}
.cs-home-compact .cs-article-card > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.cs-home-compact .cs-article-card strong {
  order: 1;
  color: #263f2a;
  font-weight: 700;
  line-height: 1.15;
}
.cs-home-compact .cs-article-card small {
  order: 2;
  color: #687367;
  line-height: 1.2;
}
.cs-home-compact .cs-article-card b {
  color: #527c55;
  font-weight: 500;
}
@media (min-width: 901px) {
  .cs-home-compact .cs-advice-panel {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 2.7fr);
    align-items: center;
    gap: 18px;
  }
  .cs-home-compact .cs-advice-head {
    margin: 0;
  }
  .cs-home-compact .cs-advice-head > a {
    position: absolute;
    right: 22px;
    top: 18px;
  }
  .cs-home-compact .cs-article-rail {
    margin-top: 0;
    padding-right: 96px;
  }
}

/* Article advice rail: full-width scale alignment — 2026-07-31 */
@media (min-width: 901px) {
  .cs-home-compact .cs-advice-panel {
    width: min(1320px, calc(100vw - 32px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 3.08fr);
    gap: 22px;
    padding: 14px 18px;
  }
  .cs-home-compact .cs-article-rail {
    width: 100%;
    gap: 8px;
    padding-right: 108px;
  }
  .cs-home-compact .cs-article-card {
    min-height: 68px;
    grid-template-columns: 68px minmax(0, 1fr) auto;
  }
  .cs-home-compact .cs-article-card img {
    width: 68px;
    height: 68px;
  }
  .cs-home-compact .cs-article-card strong {
    font-size: 9.5px;
  }
  .cs-home-compact .cs-article-card small {
    font-size: 8px;
  }
}

/* Keep expanded article rail centered across the full lower-grid width */
@media (min-width: 901px) {
  .cs-home-compact .cs-advice-panel {
    grid-column: 1 / -1;
  }
}

/* Expert advice rail viewport-width correction — 2026-07-31 */
@media (min-width: 901px) {
  .cs-home-compact .cs-advice-panel {
    width: calc(100vw - 16px);
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 3.1fr);
    padding-left: 22px;
    padding-right: 22px;
  }
  .cs-home-compact .cs-article-rail {
    padding-right: 112px;
  }
}

/* Homepage content grid width normalization — 2026-07-31 */
@media (min-width: 901px) {
  .cs-home-compact .cs-advice-panel {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 2.7fr);
    gap: 18px;
    padding: 14px 18px;
  }
  .cs-home-compact .cs-article-rail {
    width: 100%;
    padding-right: 96px;
  }
}

/* Header and announcement reference alignment — 2026-07-31 */
.cs-announcement {
  min-height: 32px;
  padding: 0;
  background: #496f3f;
  color: #fff;
}
.cs-announcement__inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 32px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}
.cs-announcement__inner > span:first-child {
  color: #efb52e;
  font-size: 13px;
}
.cs-site-header {
  background: #fffdf8;
  border-bottom: 1px solid rgba(39, 61, 43, 0.1);
  backdrop-filter: none;
}
.cs-site-header__row {
  width: min(1180px, calc(100% - 32px));
  min-height: 86px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 172px minmax(390px, 1fr) auto;
  align-items: center;
  gap: 24px;
}
.cs-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #2e5135;
  line-height: 0.9;
  text-align: center;
}
.cs-logo__brand {
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.045em;
}
.cs-logo__brand:before {
  content: "❧";
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  color: #557b4e;
  font-size: 15px;
}
.cs-logo small {
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.cs-nav {
  justify-content: flex-start;
  gap: clamp(17px, 2vw, 28px);
}
.cs-nav a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2d332e;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}
.cs-nav a span {
  font-size: 10px;
}
.cs-actions {
  gap: 12px;
}
.cs-search {
  width: 190px;
}
.cs-search input {
  height: 38px;
  padding-left: 14px;
  padding-right: 40px;
  background: #fff;
  border-color: rgba(44, 61, 47, 0.18);
  font-size: 10px;
}
.cs-search button {
  top: 3px;
  right: 3px;
  width: 32px;
  height: 32px;
  background: transparent;
  color: #35483a;
  font-size: 18px;
}
.cs-header-action {
  position: relative;
  display: flex;
  min-width: 38px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #303830;
  text-decoration: none;
}
.cs-header-action__icon {
  font-size: 20px;
  line-height: 1;
}
.cs-header-action small {
  font-size: 7px;
  font-weight: 650;
  line-height: 1;
}
.cs-header-action .cs-cart-count,
.cs-header-action .cs-wishlist-count {
  top: -5px;
  right: 1px;
  min-width: 16px;
  height: 16px;
  border-width: 1px;
  font-size: 8px;
}
.cs-mobile-toggle {
  display: none;
}
body.home .cs-site-header__row {
  min-height: 86px;
}
body.home .cs-announcement {
  min-height: 32px;
  padding: 0;
  font-size: inherit;
}
@media (max-width: 1100px) {
  .cs-site-header__row {
    grid-template-columns: 160px 1fr auto;
    gap: 14px;
  }
  .cs-nav {
    display: none;
  }
  .cs-search {
    width: min(260px, 34vw);
  }
  .cs-mobile-toggle {
    display: grid;
  }
}
@media (max-width: 780px) {
  .cs-announcement__inner {
    width: calc(100% - 24px);
    min-height: 30px;
    font-size: 9px;
    white-space: normal;
    text-align: center;
  }
  .cs-site-header__row {
    width: calc(100% - 24px);
    min-height: 68px;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }
  .cs-logo {
    align-items: flex-start;
  }
  .cs-logo__brand {
    font-size: 21px;
  }
  .cs-logo small {
    font-size: 6px;
  }
  .cs-search {
    display: none;
  }
  .cs-header-action small {
    display: none;
  }
  .cs-header-action {
    min-width: 34px;
  }
  .cs-header-action:nth-of-type(1) {
    display: none;
  }
  body.home .cs-site-header__row {
    min-height: 68px;
  }
}

/* Quiz paw color and social cleanup — 2026-07-31 */
.cs-home-compact .cs-quiz-icon {
  color: #557b4e;
}
.cs-home-compact .cs-quiz-icon svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: currentColor;
}
.cs-home-compact .cs-quiz-social {
  justify-content: flex-start;
}
.cs-home-compact .cs-quiz-social strong {
  display: block;
}
.cs-home-compact .cs-quiz-dogs {
  display: none !important;
}

/* Quiz panel reference layout — 2026-07-31 */
.cs-home-compact .cs-quiz-panel {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon copy"
    "list list"
    "button button";
  align-content: center;
  align-items: start;
  column-gap: 16px;
  row-gap: 8px;
  min-height: 356px;
  padding: 26px 28px;
}
.cs-home-compact .cs-quiz-icon {
  grid-area: icon;
  margin: 0;
  width: 62px;
  height: 62px;
  align-self: start;
}
.cs-home-compact .cs-quiz-icon svg {
  width: 32px;
  height: 32px;
}
.cs-home-compact .cs-quiz-panel h2 {
  grid-area: title;
  margin: 1px 0 2px;
  font-size: 24px;
  line-height: 1.08;
}
.cs-home-compact .cs-quiz-panel > p {
  grid-area: copy;
  margin: 0 0 8px;
}
.cs-home-compact .cs-quiz-panel ul {
  grid-area: list;
  margin: 8px 0 12px;
}
.cs-home-compact .cs-quiz-button {
  grid-area: button;
  width: 100%;
  margin: 0;
}
.cs-home-compact .cs-quiz-social {
  display: none !important;
}
@media (max-width: 1100px) {
  .cs-home-compact .cs-quiz-panel {
    grid-template-columns: 62px minmax(0, 1fr) minmax(190px, 0.8fr);
    grid-template-areas:
      "icon title button"
      "icon copy button"
      "list list list";
    gap: 8px 16px;
    padding: 22px 26px;
  }
  .cs-home-compact .cs-quiz-panel ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 10px 0 0;
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-quiz-panel {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon copy"
      "list list"
      "button button";
    padding: 22px;
  }
  .cs-home-compact .cs-quiz-panel ul {
    grid-template-columns: 1fr;
    margin: 8px 0 12px;
  }
}

/* Quiz title line integrity and enlarged paw — 2026-07-31 */
.cs-home-compact .cs-quiz-panel {
  grid-template-columns: 78px minmax(0, 1fr);
}
.cs-home-compact .cs-quiz-icon {
  width: 72px;
  height: 72px;
}
.cs-home-compact .cs-quiz-icon svg {
  width: 44px;
  height: 44px;
}
.cs-home-compact .cs-quiz-panel h2 {
  display: flex;
  flex-direction: column;
}
.cs-home-compact .cs-quiz-panel h2 span {
  display: block;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .cs-home-compact .cs-quiz-panel {
    grid-template-columns: 72px minmax(0, 1fr) minmax(190px, 0.8fr);
  }
}
@media (max-width: 780px) {
  .cs-home-compact .cs-quiz-panel {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .cs-home-compact .cs-quiz-panel h2 {
    font-size: 22px;
  }
}
@media (max-width: 430px) {
  .cs-home-compact .cs-quiz-panel {
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 12px;
    padding: 20px;
  }
  .cs-home-compact .cs-quiz-icon {
    width: 68px;
    height: 68px;
  }
  .cs-home-compact .cs-quiz-icon svg {
    width: 42px;
    height: 42px;
  }
  .cs-home-compact .cs-quiz-panel h2 {
    font-size: 20px;
  }
}

/* Unified PawNourish footer */
.cs-footer {
  margin-top: 2rem;
  padding: 1.35rem 0 0.8rem;
  background: #55774b;
  color: #fff;
}
.cs-footer__inner {
  width: min(1180px, calc(100% - 32px));
}
.cs-footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.65fr) repeat(4, minmax(105px, 0.78fr)) minmax(190px, 1.15fr);
  gap: 0;
  align-items: start;
}
.cs-footer__grid > * {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.cs-footer__grid > :first-child {
  padding-left: 0;
  border-left: 0;
}
.cs-footer__grid > :last-child {
  padding-right: 0;
}
.cs-footer h2,
.cs-footer h3 {
  margin: 0 0 0.42rem;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.15;
}
.cs-footer h2 {
  font-size: 1rem;
}
.cs-footer h3 {
  font-size: 0.73rem;
}
.cs-footer p {
  margin: 0 0 0.72rem;
  max-width: 230px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.65rem;
  line-height: 1.45;
}
.cs-footer a {
  display: block;
  margin: 0.32rem 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
  line-height: 1.25;
  text-decoration: none;
}
.cs-footer a:hover {
  color: #fff;
}
.cs-footer__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  max-width: 235px;
  margin-bottom: 0.7rem;
}
.cs-footer__form input,
.cs-footer__form button {
  height: 30px;
  border: 0;
  font: inherit;
}
.cs-footer__form input {
  min-width: 0;
  padding: 0 10px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: #2e4232;
  font-size: 0.62rem;
}
.cs-footer__form button {
  padding: 0 14px;
  border-radius: 0 5px 5px 0;
  background: #ef741f;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  cursor: pointer;
}
.cs-footer__join small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.52rem;
}
.cs-footer__seals {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 0.75rem;
}
.cs-footer__seals span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transform: rotate(-4deg);
}
.cs-footer__seals span:last-child {
  transform: rotate(3deg);
}
.cs-footer__seals b {
  font-size: 0.42rem;
  letter-spacing: 0.08em;
}
.cs-footer__seals strong {
  margin-top: -12px;
  font-size: 0.82rem;
}
.cs-footer__socials {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.cs-footer__socials a {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}
.cs-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.56rem;
}
.cs-footer__credit strong {
  color: #fff;
  font-weight: 800;
}
@media (max-width: 1050px) {
  .cs-footer__grid {
    grid-template-columns: minmax(230px, 1.5fr) repeat(4, minmax(95px, 1fr));
    row-gap: 1rem;
  }
  .cs-footer__trust {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    padding: 0;
    border: 0;
  }
  .cs-footer__seals {
    margin: 0;
  }
}
@media (max-width: 780px) {
  .cs-footer {
    padding-top: 1.5rem;
  }
  .cs-footer__inner {
    width: calc(100% - 24px);
  }
  .cs-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 0;
  }
  .cs-footer__grid > * {
    padding: 0 16px;
  }
  .cs-footer__grid > :nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  .cs-footer__join,
  .cs-footer__trust {
    grid-column: 1 / -1;
  }
  .cs-footer__join {
    padding-right: 0;
  }
  .cs-footer__trust {
    justify-content: space-between;
  }
  .cs-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 430px) {
  .cs-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .cs-footer__form {
    max-width: none;
  }
  .cs-footer__trust {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* End unified PawNourish footer */

/* Footer cascade normalization */
body.home .cs-footer {
  margin-top: 2rem;
  padding: 1.35rem 0 0.8rem;
}
body.home .cs-footer__grid,
.cs-home-compact .cs-footer__grid {
  grid-template-columns: minmax(250px, 1.65fr) repeat(4, minmax(105px, 0.78fr)) minmax(190px, 1.15fr);
  gap: 0;
}
body.home .cs-footer__grid > :first-child,
.cs-home-compact .cs-footer__grid > :first-child {
  grid-column: auto;
}
body.home .cs-footer a {
  margin: 0.32rem 0;
  font-size: 0.62rem;
}
body.home .cs-footer__bottom {
  margin-top: 1rem;
  padding-top: 0.7rem;
}
@media (max-width: 1050px) {
  body.home .cs-footer__grid,
  .cs-home-compact .cs-footer__grid {
    grid-template-columns: minmax(230px, 1.5fr) repeat(4, minmax(95px, 1fr));
    gap: 1rem 0;
  }
  body.home .cs-footer__trust,
  .cs-home-compact .cs-footer__trust {
    grid-column: 1 / -1;
  }
}
@media (max-width: 780px) {
  body.home .cs-footer__grid,
  .cs-home-compact .cs-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 0;
  }
  body.home .cs-footer__join,
  body.home .cs-footer__trust,
  .cs-home-compact .cs-footer__join,
  .cs-home-compact .cs-footer__trust {
    grid-column: 1 / -1;
  }
}
/* End footer cascade normalization */

/* Russian-market footer social links */
.cs-footer__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.cs-footer__seals {
  display: none !important;
}
.cs-footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
}
.cs-footer__socials a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 9px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.cs-footer__socials a:hover,
.cs-footer__socials a:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}
.cs-footer__socials svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}
.cs-footer__socials svg path {
  fill: #557b4e;
}
.cs-footer__socials a:first-child svg path,
.cs-footer__socials a:nth-child(4) svg path {
  fill: #fff;
}
@media (max-width: 1050px) {
  .cs-footer__trust {
    justify-content: flex-end;
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 780px) {
  .cs-footer__trust {
    justify-content: flex-start;
  }
}
/* End Russian-market footer social links */

/* PawNourish RF social icon assets — 2026-07-31 */
.cs-footer__socials { gap: 12px; }
.cs-footer__socials a {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: transparent;
  overflow: visible;
}
.cs-footer__socials a:hover,
.cs-footer__socials a:focus-visible {
  background: transparent;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(25,61,28,.18);
}
.cs-footer__socials a:focus-visible {
  outline: 2px solid #f7f4ea;
  outline-offset: 3px;
}
.cs-footer__socials img {
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 480px) {
  .cs-footer__socials { gap: 10px; }
  .cs-footer__socials a,
  .cs-footer__socials img { width: 44px; height: 44px; }
}
/* End PawNourish RF social icon assets */


/* Shop reference architecture — 2026-07-31 */
body.woocommerce-shop .cs-archive-main{padding-top:28px;padding-bottom:28px;max-width:1480px}
body.woocommerce-shop .woocommerce-breadcrumb,body.woocommerce-shop .wp-block-query-title,body.woocommerce-shop .cs-archive-main>.cs-copy{display:none!important}
.cs-shop-reference{color:#263b2c}.cs-shop-breadcrumbs{display:flex;gap:10px;align-items:center;font-size:12px;color:#6d766f;margin-bottom:22px}.cs-shop-breadcrumbs a{color:inherit;text-decoration:none}
.cs-shop-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:36px;align-items:center;margin-bottom:28px}.cs-shop-intro__copy h1{font-family:Georgia,serif;font-size:56px;line-height:1;margin:0 0 14px;color:#24472d}.cs-shop-intro__copy p{max-width:720px;font-size:15px;line-height:1.65;color:#505b53;margin:0}
.cs-shop-subscribe{min-height:220px;border:1px solid #ddd8cb;border-radius:24px;background:#fbf8f0;display:grid;grid-template-columns:1fr 230px;overflow:hidden}.cs-shop-subscribe__copy{padding:26px 8px 22px 28px}.cs-shop-subscribe__copy strong{display:block;font-size:18px;color:#345a39}.cs-shop-subscribe__copy span{font-size:13px}.cs-shop-subscribe ul{list-style:none;padding:10px 0 0;margin:0}.cs-shop-subscribe li{font-size:12px;margin:10px 0}.cs-shop-subscribe li:before{content:'✓';display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff;color:#4b724e;margin-right:8px}.cs-shop-subscribe img{width:100%;height:100%;object-fit:cover}
.cs-shop-tabs{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;margin-bottom:28px}.cs-shop-tabs a{min-height:58px;border:1px solid #ddd8cb;border-radius:14px;background:#fffdf8;display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;color:#4c574e;font-weight:700;font-size:13px}.cs-shop-tabs a.is-active{border-color:#668965;box-shadow:inset 0 0 0 1px #668965;color:#315836}.cs-shop-tabs span{font-size:18px}
.cs-shop-body{display:grid;grid-template-columns:250px minmax(0,1fr);gap:24px;align-items:start}.cs-shop-filters{border:1px solid #ddd8cb;border-radius:18px;background:#fffdf8;padding:18px;position:sticky;top:100px}.cs-shop-filter-head{display:flex;justify-content:space-between;align-items:center}.cs-shop-filter-head h2{font:700 18px Georgia,serif;margin:0}.cs-shop-filter-head a{font-size:11px;color:#666}.cs-shop-filters fieldset{border:0;border-top:1px solid #e3dfd5;margin:16px 0 0;padding:16px 0 0}.cs-shop-filters legend{font-weight:800;font-size:13px}.cs-shop-filters label{display:flex;gap:8px;margin:9px 0;font-size:12px;color:#596159}.cs-shop-filters input[type=checkbox],.cs-shop-filters input[type=radio]{accent-color:#4c754d}.cs-shop-filters .cs-button{width:100%;margin-top:14px}.cs-shop-quiz{margin-top:18px;padding:16px;border:1px solid #ddd8cb;border-radius:14px;background:#f8f4e9}.cs-shop-quiz strong{font:700 14px Georgia,serif}.cs-shop-quiz p{font-size:11px;line-height:1.5}.cs-shop-quiz .cs-button{display:inline-flex;width:auto;padding:10px 18px}
.cs-shop-toolbar{display:grid;grid-template-columns:1fr 270px 220px;gap:14px;align-items:center;margin-bottom:16px}.cs-shop-toolbar p{font-size:13px;margin:0}.cs-shop-toolbar form{margin:0}.cs-shop-toolbar select,.cs-shop-search input{width:100%;height:44px;border:1px solid #ddd8cb;border-radius:12px;background:#fff;padding:0 14px}.cs-shop-search{position:relative}.cs-shop-search button{position:absolute;right:4px;top:4px;width:36px;height:36px;border:0;background:transparent}.cs-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cs-shop-grid .cs-product-card{border-radius:16px}.cs-shop-grid .cs-product-card__image{aspect-ratio:1/1;padding:10px}.cs-shop-grid .cs-product-card__body{padding:12px}.cs-shop-grid .cs-product-card__title{font-size:14px}.cs-shop-grid .cs-product-card__meta{font-size:11px}.cs-shop-grid .cs-product-card__actions{grid-template-columns:1fr 34px 34px}.cs-shop-grid .cs-button{font-size:12px;padding:10px}.cs-shop-grid .cs-badge{top:10px;left:10px;font-size:10px}
.cs-shop-guide{display:grid;grid-template-columns:220px 1fr 180px;border:1px solid #ddd8cb;border-radius:18px;overflow:hidden;margin-top:24px;background:#fbf8f0}.cs-shop-guide>img{width:100%;height:100%;object-fit:cover}.cs-shop-guide>div{padding:22px}.cs-shop-guide h2{font:700 25px Georgia,serif;margin:0 0 8px}.cs-shop-guide p{font-size:12px;line-height:1.5}.cs-shop-guide__points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.cs-shop-guide__points span{font-size:11px}.cs-shop-guide aside{padding:22px;border-left:1px solid #ddd8cb;display:flex;flex-direction:column;justify-content:center}.cs-shop-guide aside p{font-size:11px}.cs-shop-guide aside .cs-button{font-size:11px;text-align:center}
.cs-shop-trust{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #ddd8cb;border-radius:18px;margin-top:24px;background:#fffdf8}.cs-shop-trust>div{display:flex;gap:12px;padding:18px;border-right:1px solid #e6e1d7}.cs-shop-trust>div:last-child{border-right:0}.cs-shop-trust b{font-size:24px;color:#4f7352}.cs-shop-trust span{font-size:10px;line-height:1.45}.cs-shop-trust strong{display:block;font-size:12px;color:#334d38}
@media(max-width:1200px){.cs-shop-tabs{grid-template-columns:repeat(4,1fr)}.cs-shop-grid{grid-template-columns:repeat(3,1fr)}.cs-shop-toolbar{grid-template-columns:1fr 230px}.cs-shop-toolbar>form:last-child{grid-column:2}.cs-shop-guide{grid-template-columns:180px 1fr}.cs-shop-guide aside{grid-column:1/-1;border-left:0;border-top:1px solid #ddd8cb}.cs-shop-trust{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.cs-shop-intro{grid-template-columns:1fr}.cs-shop-subscribe{grid-template-columns:1fr 220px}.cs-shop-body{grid-template-columns:1fr}.cs-shop-filters{position:static}.cs-shop-filters form{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cs-shop-filter-head,.cs-shop-quiz{grid-column:1/-1}.cs-shop-filters fieldset{margin:0}.cs-shop-grid{grid-template-columns:repeat(2,1fr)}.cs-shop-trust{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){body.woocommerce-shop .cs-archive-main{padding-top:18px}.cs-shop-intro__copy h1{font-size:42px}.cs-shop-subscribe{grid-template-columns:1fr}.cs-shop-subscribe img{height:220px}.cs-shop-tabs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.cs-shop-tabs a{min-width:140px;scroll-snap-align:start}.cs-shop-filters form{grid-template-columns:1fr}.cs-shop-filter-head,.cs-shop-quiz{grid-column:auto}.cs-shop-toolbar{grid-template-columns:1fr}.cs-shop-toolbar>form:last-child{grid-column:auto}.cs-shop-grid{grid-template-columns:1fr}.cs-shop-guide{grid-template-columns:1fr}.cs-shop-guide>img{height:220px}.cs-shop-guide__points{grid-template-columns:1fr}.cs-shop-trust{grid-template-columns:1fr}.cs-shop-trust>div{border-right:0;border-bottom:1px solid #e6e1d7}}
/* End shop reference architecture */

/* Homepage wide reference proportions — 2026-07-31 */
@media (min-width: 1180px) {
  body.home .cs-announcement__inner,
  body.home .cs-site-header__row,
  body.home .cs-footer__inner,
  .cs-home-compact .cs-shell,
  .cs-home-compact .cs-category-section .cs-shell,
  .cs-home-compact .cs-ingredients-banner-section .cs-shell {
    width: min(1540px, calc(100% - 40px));
  }

  .cs-home-compact {
    --cs-home-gap: clamp(18px, 1.65vw, 28px);
  }

  .cs-home-compact .cs-hero,
  .cs-home-compact .cs-hero--background {
    width: min(1540px, calc(100% - 40px));
    min-height: 500px;
    margin-top: 20px;
    border-radius: 24px;
  }

  .cs-home-compact .cs-hero--background .cs-hero__content {
    width: 48%;
    padding: 54px 54px 44px;
  }

  .cs-home-compact .cs-hero--background .cs-display {
    max-width: 660px;
    font-size: clamp(2.9rem, 4vw, 4.45rem);
    line-height: 0.98;
  }

  .cs-home-compact .cs-hero--background .cs-copy {
    max-width: 570px;
    font-size: 1.08rem;
    line-height: 1.48;
  }

  .cs-home-compact .cs-hero__actions .cs-button {
    min-height: 50px;
    padding-inline: 24px !important;
    font-size: 0.92rem;
  }

  .cs-home-compact .cs-hero__trust {
    gap: 28px;
    margin-top: 30px;
  }

  .cs-home-compact .cs-trust-item {
    font-size: 0.78rem;
  }

  .cs-home-compact .cs-category-rail {
    gap: 12px;
  }

  .cs-home-compact .cs-category-card {
    height: 112px;
    min-height: 112px;
    grid-template-columns: minmax(0, 1fr) 88px;
    padding: 16px 10px 16px 18px;
    border-radius: 18px;
  }

  .cs-home-compact .cs-category-card__text strong {
    font-size: 15px;
  }

  .cs-home-compact .cs-category-card__text span {
    font-size: 11.5px;
  }

  .cs-home-compact .cs-category-card img {
    width: 90px;
    height: 92px;
  }

  .cs-home-compact .cs-category-card--fresh-food img {
    width: 92px;
    height: 88px;
  }

  .cs-home-compact .cs-bestsellers-layout {
    gap: 18px;
  }

  .cs-home-compact .cs-bestsellers-grid {
    gap: 14px;
  }

  .cs-home-compact .cs-bestsellers-card,
  .cs-home-compact .cs-quiz-panel {
    border-radius: 18px;
  }

  .cs-home-compact .cs-ingredients-banner-section .cs-shell,
  .cs-home-compact .cs-home-lower > .cs-shell,
  .cs-home-compact .cs-advice-section > .cs-shell {
    width: min(1540px, calc(100% - 40px));
  }

  .cs-home-compact .cs-home-lower__grid {
    gap: 12px;
  }

  .cs-home-compact .cs-save-card--subscription {
    min-height: 226px;
    padding: 22px 24px;
  }

  .cs-home-compact .cs-save-card--bundle,
  .cs-home-compact .cs-love-panel,
  .cs-home-compact .cs-vet-panel,
  .cs-home-compact .cs-advice-panel {
    padding: 20px;
  }

  .cs-home-compact .cs-love-panel,
  .cs-home-compact .cs-vet-panel {
    min-height: 190px;
  }

  .cs-home-compact .cs-advice-panel {
    min-height: 112px;
  }

  body.home .cs-footer {
    margin-top: 16px;
  }
}

/* Homepage five-step typography system and balanced hero title — 2026-08-01 */
body.home {
  --cs-type-display: 64px;
  --cs-type-section: 28px;
  --cs-type-card: 16px;
  --cs-type-body: 14px;
  --cs-type-meta: 12px;
}

body.home .cs-display--balanced {
  max-width: 720px !important;
  font-size: var(--cs-type-display) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
body.home .cs-display--balanced > span {
  display: block;
  width: max-content;
  max-width: 100%;
}

/* Level 1: display */
body.home .cs-home-compact .cs-display {
  font-size: var(--cs-type-display) !important;
}

/* Level 2: section headings */
body.home .cs-home-compact h2,
body.home .cs-home-compact .cs-bestsellers-title,
body.home .cs-home-compact .cs-save-card h2,
body.home .cs-home-compact .cs-love-panel > h2,
body.home .cs-home-compact .cs-vet-panel h2,
body.home .cs-home-compact .cs-advice-panel h2 {
  font-size: var(--cs-type-section) !important;
  line-height: 1.08 !important;
}

/* Level 3: card titles, footer headings and logo */
body.home .cs-home-compact h3,
body.home .cs-home-compact .cs-category-card__text strong,
body.home .cs-home-compact .cs-bestseller-card h3,
body.home .cs-home-compact .cs-review-card strong,
body.home .cs-footer h2,
body.home .cs-footer h3,
body.home .cs-logo__wordmark {
  font-size: var(--cs-type-card) !important;
  line-height: 1.2 !important;
}

/* Level 4: body, controls and navigation */
body.home .cs-home-compact p,
body.home .cs-home-compact li,
body.home .cs-home-compact a,
body.home .cs-home-compact button,
body.home .cs-home-compact input,
body.home .cs-home-compact label,
body.home .cs-home-compact .cs-copy,
body.home .cs-nav a,
body.home .cs-search input,
body.home .cs-icon-button,
body.home .cs-footer input,
body.home .cs-footer button {
  font-size: var(--cs-type-body) !important;
}

/* Level 5: labels, metadata and supporting copy */
body.home .cs-announcement__inner,
body.home .cs-kicker,
body.home .cs-home-compact small,
body.home .cs-home-compact .cs-category-card__text span,
body.home .cs-home-compact .cs-bestseller-subtitle,
body.home .cs-home-compact .cs-bestseller-traits,
body.home .cs-home-compact .cs-bestseller-rating,
body.home .cs-home-compact .cs-bestseller-subscribe,
body.home .cs-home-compact .cs-trust-item,
body.home .cs-home-compact .cs-review-card cite,
body.home .cs-home-compact .cs-article-card__category,
body.home .cs-footer p,
body.home .cs-footer a,
body.home .cs-footer__bottom {
  font-size: var(--cs-type-meta) !important;
}

@media (max-width: 1179px) {
  body.home {
    --cs-type-display: 52px;
    --cs-type-section: 26px;
  }
  body.home .cs-home-compact .cs-hero--background .cs-hero__content {
    width: 56%;
    max-width: 620px;
  }
}

@media (max-width: 780px) {
  body.home {
    --cs-type-display: 44px;
    --cs-type-section: 24px;
  }
  body.home .cs-home-compact .cs-hero--background .cs-hero__content {
    width: auto;
    max-width: none;
    padding-inline: 28px;
  }
  body.home .cs-display--balanced {
    width: min(100%, 420px);
    max-width: 420px !important;
    line-height: 1.02 !important;
  }
  body.home .cs-display--balanced > span {
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  body.home {
    --cs-type-display: 40px;
  }
  body.home .cs-home-compact .cs-hero--background .cs-hero__content {
    padding-inline: 20px;
  }
}

/* Bestseller card density correction — 2026-08-01 */
body.home .cs-home-compact .cs-bestsellers-grid {
  align-items: stretch;
}
body.home .cs-home-compact .cs-bestseller-card {
  min-height: 0;
}
body.home .cs-home-compact .cs-bestseller-card__media {
  height: 164px;
  padding: 4px 8px 0;
}
body.home .cs-home-compact .cs-bestseller-card__body {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto 34px;
  align-content: start;
  gap: 4px;
  padding: 9px 10px 10px;
}
body.home .cs-home-compact .cs-bestseller-card h3 {
  min-height: 19px;
  margin: 0 !important;
  font-size: var(--cs-type-card) !important;
  line-height: 1.15 !important;
}
body.home .cs-home-compact .cs-bestseller-subtitle,
body.home .cs-home-compact .cs-bestseller-traits,
body.home .cs-home-compact .cs-bestseller-rating,
body.home .cs-home-compact .cs-bestseller-price,
body.home .cs-home-compact .cs-bestseller-subscribe {
  margin: 0 !important;
}
body.home .cs-home-compact .cs-bestseller-subtitle,
body.home .cs-home-compact .cs-bestseller-traits,
body.home .cs-home-compact .cs-bestseller-rating,
body.home .cs-home-compact .cs-bestseller-subscribe {
  font-size: var(--cs-type-meta) !important;
  line-height: 1.15 !important;
}
body.home .cs-home-compact .cs-bestseller-traits {
  gap: 4px;
  min-height: 20px;
  align-items: center;
}
body.home .cs-home-compact .cs-bestseller-traits span {
  padding: 3px 6px;
  font-size: 10px !important;
  line-height: 1 !important;
}
body.home .cs-home-compact .cs-bestseller-rating {
  min-height: 16px;
}
body.home .cs-home-compact .cs-bestseller-price {
  min-height: 18px;
  font-size: var(--cs-type-body) !important;
  line-height: 1.1 !important;
}
body.home .cs-home-compact .cs-bestseller-subscribe {
  min-height: 14px;
}
body.home .cs-home-compact .cs-bestseller-cart {
  min-height: 34px;
  margin-top: 2px !important;
  font-size: var(--cs-type-body) !important;
  line-height: 1 !important;
}
@media (max-width: 780px) {
  body.home .cs-home-compact .cs-bestseller-card__media {
    height: 138px;
  }
  body.home .cs-home-compact .cs-bestseller-card__body {
    grid-template-rows: minmax(34px, auto) auto auto auto auto auto 32px;
    gap: 3px;
    padding: 8px;
  }
  body.home .cs-home-compact .cs-bestseller-card h3 {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }
  body.home .cs-home-compact .cs-bestseller-subtitle,
  body.home .cs-home-compact .cs-bestseller-rating,
  body.home .cs-home-compact .cs-bestseller-subscribe {
    font-size: 11px !important;
  }
  body.home .cs-home-compact .cs-bestseller-traits span {
    font-size: 9px !important;
    padding: 3px 5px;
  }
  body.home .cs-home-compact .cs-bestseller-cart {
    min-height: 32px;
    font-size: 12px !important;
  }
}

/* Single product purchase card density and variation layout — 2026-08-01 */
body.single-product main.wp-block-group {
  width: min(1440px, calc(100% - 40px)) !important;
  max-width: none !important;
  padding: 32px 0 64px !important;
}

.single-product .wp-block-columns.alignwide {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(32px, 4vw, 64px) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 24px 0 48px !important;
}

.single-product .wp-block-columns.alignwide > .wp-block-column {
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
}

.single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: clamp(24px, 2.3vw, 34px);
  border: 1px solid var(--cs-line);
  border-radius: 24px;
  background: var(--cs-paper);
  box-shadow: 0 12px 34px rgba(31, 55, 38, 0.06);
}

.single-product .wp-block-post-title {
  max-width: 14ch;
  margin: 0 0 12px !important;
  font-size: clamp(38px, 3.4vw, 56px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em;
  overflow-wrap: normal;
  word-break: normal;
}

.single-product .wp-block-woocommerce-product-rating {
  margin: 0 0 12px !important;
}

.single-product .wp-block-woocommerce-product-price {
  margin: 0 0 14px !important;
  line-height: 1.1;
}

.single-product .wp-block-woocommerce-product-price .price,
.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount {
  font-size: clamp(24px, 2vw, 30px) !important;
  font-weight: 800;
  color: var(--cs-forest);
  white-space: nowrap;
}

.single-product .wp-block-post-excerpt {
  margin: 0 0 18px !important;
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.55;
  color: var(--cs-muted);
}

.single-product .wp-block-post-excerpt p {
  margin: 0;
}

.single-product .wc-block-add-to-cart-form,
.single-product form.cart,
.single-product form.variations_form {
  width: 100%;
  margin: 0 !important;
}

.single-product form.variations_form table.variations,
.single-product form.variations_form table.variations tbody {
  display: block;
  width: 100%;
  margin: 0 !important;
  border: 0;
}

.single-product form.variations_form table.variations tr {
  display: grid;
  grid-template-columns: minmax(88px, 0.28fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 44px;
}

.single-product form.variations_form table.variations th.label,
.single-product form.variations_form table.variations td.value {
  display: block;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

.single-product form.variations_form table.variations th.label label {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--cs-forest);
}

.single-product form.variations_form table.variations select {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  height: 44px;
  min-height: 44px;
  margin: 0 !important;
  padding: 0 40px 0 13px;
  border-radius: 11px;
  font-size: 14px;
  line-height: 1;
}

.single-product form.variations_form .reset_variations {
  display: inline-flex !important;
  align-items: center;
  min-height: 24px;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1;
  color: var(--cs-muted);
}

.single-product .single_variation_wrap {
  margin-top: 12px;
}

.single-product .woocommerce-variation.single_variation {
  min-height: 0 !important;
  margin: 0 0 10px;
  padding: 10px 12px;
  border: 1px solid rgba(47, 78, 55, 0.12);
  border-radius: 11px;
  background: #f8f5ec;
}

.single-product .woocommerce-variation-description,
.single-product .woocommerce-variation-price,
.single-product .woocommerce-variation-availability {
  margin: 0;
}

.single-product .woocommerce-variation-price .price,
.single-product .woocommerce-variation-price .woocommerce-Price-amount {
  font-size: 22px !important;
  font-weight: 850;
  line-height: 1.1;
  color: var(--cs-forest);
}

.single-product .woocommerce-variation-availability .stock {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.2;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart:not(.variations_form) {
  display: flex !important;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin: 0 !important;
}

.single-product .quantity {
  flex: 0 0 76px;
  width: 76px;
  margin: 0 !important;
}

.single-product .quantity .qty {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px;
  padding: 0 8px;
  border-radius: 11px;
  font-size: 14px;
}

.single-product .single_add_to_cart_button {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 46px !important;
  height: 46px;
  margin: 0 !important;
  padding: 0 20px !important;
  border-radius: 11px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.single-product .wp-block-woocommerce-product-meta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--cs-line);
  font-size: 12px;
  color: var(--cs-muted);
}

.single-product .wp-block-woocommerce-product-meta .wp-block-group {
  display: flex;
  flex-wrap: wrap !important;
  gap: 8px 16px;
}

.single-product .wp-block-woocommerce-product-image-gallery {
  max-width: 100%;
  padding: clamp(14px, 1.5vw, 22px);
  border-radius: 24px;
}

.single-product .wp-block-woocommerce-product-image-gallery img {
  max-height: 720px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  body.single-product main.wp-block-group {
    width: calc(100% - 32px) !important;
  }

  .single-product .wp-block-columns.alignwide {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
    gap: 28px !important;
  }

  .single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
    padding: 24px;
  }

  .single-product .wp-block-post-title {
    font-size: clamp(36px, 4.6vw, 48px) !important;
  }
}

@media (max-width: 860px) {
  body.single-product main.wp-block-group {
    width: calc(100% - 24px) !important;
    padding-top: 22px !important;
  }

  .single-product .wp-block-columns.alignwide {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px !important;
    margin-top: 18px !important;
  }

  .single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
    position: static;
    padding: 22px;
  }

  .single-product .wp-block-woocommerce-product-image-gallery {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 480px) {
  .single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
    padding: 18px;
    border-radius: 18px;
  }

  .single-product .wp-block-post-title {
    max-width: none;
    font-size: 34px !important;
  }

  .single-product form.variations_form table.variations tr {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 9px;
  }

  .single-product form.variations_form table.variations th.label label {
    font-size: 12px;
  }

  .single-product .quantity {
    flex-basis: 68px;
    width: 68px;
  }

  .single-product .single_add_to_cart_button {
    padding-inline: 14px !important;
    font-size: 13px !important;
  }
}

/* Prevent the WooCommerce block wrapper itself from becoming a product grid. */
body.single-product .wp-site-blocks > .wp-block-group.woocommerce.product {
  display: block !important;
  grid-template-columns: none !important;
}

body.single-product main.wp-block-group {
  margin-inline: auto !important;
}

/* Keep selected variation price and stock in one compact row. */
.single-product .woocommerce-variation.single_variation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 14px;
  height: auto !important;
  min-height: 42px !important;
  overflow: visible !important;
  padding: 9px 12px !important;
  margin: 0 0 10px !important;
}

.single-product .woocommerce-variation-description:empty {
  display: none;
}

.single-product .woocommerce-variation-price,
.single-product .woocommerce-variation-availability {
  display: block;
  width: auto;
}

.single-product .woocommerce-variation-availability .stock {
  margin: 0;
}

/* Single product: centered balanced gallery + purchase panel — 2026-08-01 */
body.single-product main.wp-block-group {
  width: min(1320px, calc(100% - 80px)) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.single-product .wp-block-columns.alignwide {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr) !important;
  gap: clamp(32px, 4vw, 64px) !important;
  align-items: stretch !important;
  margin-inline: 0 !important;
}

.single-product .wp-block-columns.alignwide > .wp-block-column {
  min-width: 0;
  height: 100%;
}

.single-product .wp-block-columns.alignwide > .wp-block-column:first-child {
  display: flex;
}

.single-product .wp-block-woocommerce-product-image-gallery {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery,
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__wrapper,
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__image {
  width: 100% !important;
  height: 100% !important;
}

.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__image > a {
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.single-product .wp-block-woocommerce-product-image-gallery img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
}

.single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
  min-height: 100%;
  height: 100%;
  align-self: stretch !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1100px) and (min-width: 861px) {
  body.single-product main.wp-block-group {
    width: calc(100% - 48px) !important;
  }

  .single-product .wp-block-columns.alignwide {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr) !important;
    gap: 28px !important;
  }
}

@media (max-width: 860px) {
  body.single-product main.wp-block-group {
    width: calc(100% - 24px) !important;
  }

  .single-product .wp-block-columns.alignwide {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .single-product .wp-block-columns.alignwide > .wp-block-column,
  .single-product .wp-block-columns.alignwide > .wp-block-column:last-child,
  .single-product .wp-block-woocommerce-product-image-gallery {
    height: auto;
    min-height: 0;
  }

  .single-product .wp-block-woocommerce-product-image-gallery img {
    height: auto !important;
    max-height: 680px !important;
  }
}

/* Single product gallery: preserve width, enforce 4:3 media ratio — 2026-08-01 */
@media (min-width: 861px) {
  .single-product .wp-block-columns.alignwide {
    align-items: start !important;
  }

  .single-product .wp-block-columns.alignwide > .wp-block-column:first-child {
    display: block;
    height: auto;
  }

  .single-product .wp-block-woocommerce-product-image-gallery {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
  }

  .single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery,
  .single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__wrapper,
  .single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__image,
  .single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__image > a {
    width: 100% !important;
    height: 100% !important;
  }

  .single-product .wp-block-woocommerce-product-image-gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
  }

  .single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
    height: auto;
    min-height: 0;
    align-self: start !important;
  }
}

/* Single product gallery: keep 4:3 ratio on tablet and mobile too. */
@media (max-width: 860px) {
  .single-product .wp-block-woocommerce-product-image-gallery {
    width: 100%;
    max-width: 680px;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
  }

  .single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery,
  .single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__wrapper,
  .single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__image,
  .single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__image > a {
    width: 100% !important;
    height: 100% !important;
  }

  .single-product .wp-block-woocommerce-product-image-gallery img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain;
    object-position: center;
  }
}

/* Single product: make purchase panel exactly as tall as the 4:3 media panel — 2026-08-01 */
@media (min-width: 1101px) {
  .single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
    box-sizing: border-box;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 82 / 75;
    align-self: start !important;
    justify-content: center;
  }
}

@media (max-width: 1100px) and (min-width: 861px) {
  .single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
    box-sizing: border-box;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 92 / 75;
    align-self: start !important;
    justify-content: center;
    padding: 18px !important;
  }

  .single-product .wp-block-post-title {
    font-size: 38px !important;
    line-height: 0.99 !important;
    margin-bottom: 8px !important;
  }

  .single-product .wp-block-woocommerce-product-price {
    margin-bottom: 8px !important;
  }

  .single-product .wp-block-woocommerce-product-price,
  .single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount {
    font-size: 28px !important;
    line-height: 1.05 !important;
  }

  .single-product .wp-block-post-excerpt {
    margin-bottom: 10px !important;
  }

  .single-product .wp-block-woocommerce-product-meta {
    margin-top: 10px !important;
    padding-top: 8px !important;
  }
}

@media (max-width: 860px) {
  .single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
    aspect-ratio: auto;
    height: auto !important;
    min-height: 0 !important;
  }
}

/* Single product: align Related products typography with WooCommerce upsells. */
.single-product .wp-block-woocommerce-product-collection > .wp-block-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5em !important;
  line-height: 1.02;
  font-weight: 500;
}
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wp-block-post-title,
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wp-block-post-title a {
  font-family: Georgia, serif;
  font-size: 20px !important;
  line-height: 1.15;
  font-weight: 500;
}

/* Single product: align Related products prices and buttons with WooCommerce upsells. */
.single-product .wp-block-woocommerce-product-collection .wc-block-components-product-price {
  font-size: 1.05rem !important;
  line-height: 1.6;
  font-weight: 800;
}
.single-product .wp-block-woocommerce-product-collection .wp-block-button__link {
  font-size: clamp(0.88rem, 1.1vw, 1rem) !important;
  line-height: 1.6;
  font-weight: 800;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
}

/* Single product: correct nested Related products price glyphs and match upsell button footprint. */
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-components-product-price,
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-components-product-price .woocommerce-Price-amount,
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-components-product-price bdi,
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-components-product-price .woocommerce-Price-currencySymbol {
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  font-weight: 800;
}
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wp-block-button {
  width: 100%;
  margin-top: auto;
}
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wp-block-button__link {
  width: 100% !important;
  box-sizing: border-box;
  font-size: 1rem !important;
  line-height: 1.6;
  font-weight: 800;
  padding: 0.95rem 1.35rem !important;
  border-radius: 999px;
}

/* Keep Related products button text on the same responsive scale as upsell buttons. */
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wp-block-button,
.single-product .wp-block-woocommerce-product-collection .wc-block-product-template .wp-block-button__link {
  font-size: inherit !important;
}

/* Single product: keep Related products cards usable when the five-column block narrows. */
@media (max-width: 1100px) {
  .single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem;
  }
  .single-product .wp-block-woocommerce-product-collection .wc-block-product-template > .wc-block-product {
    width: auto !important;
    margin: 0 !important;
  }
}
@media (max-width: 800px) {
  .single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 520px) {
  .single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
    grid-template-columns: 1fr !important;
  }
}

/* Dry Food archive hero: reuse the homepage hero background image. */
body.term-dry-food .cs-category-hero {
  width: 100%;
  max-width: none !important;
  min-height: 500px;
  margin: 0 !important;
  padding: clamp(40px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 28px;
  background-image:
    linear-gradient(90deg, rgba(255,250,242,.98) 0%, rgba(255,250,242,.88) 30%, rgba(255,250,242,.22) 50%, rgba(255,250,242,0) 68%),
    url("/wp-content/uploads/2026/07/hero-pawnourish.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.term-dry-food .cs-category-hero > * {
  width: min(560px, 48%);
  max-width: 560px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.term-dry-food .cs-category-hero .woocommerce-breadcrumb { margin-bottom: 18px; }
body.term-dry-food .cs-category-hero .wp-block-query-title {
  margin: 0 0 16px !important;
  font-size: clamp(48px, 5vw, 78px);
  line-height: .98;
}
body.term-dry-food .cs-category-hero .wp-block-term-description {
  margin: 0 !important;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
}
@media (max-width: 780px) {
  body.term-dry-food .cs-category-hero {
    min-height: 520px;
    padding: 32px 24px;
    background-image:
      linear-gradient(180deg, rgba(255,250,242,.96) 0%, rgba(255,250,242,.84) 42%, rgba(255,250,242,.18) 72%, rgba(255,250,242,0) 100%),
      url("/wp-content/uploads/2026/07/hero-pawnourish.png");
    background-position: 62% center;
  }
  body.term-dry-food .cs-category-hero > * {
    width: 100%;
    max-width: 100% !important;
  }
}

/* Dry Food archive: match the homepage gap from the header plate to the hero. */
body.term-dry-food main.cs-archive-main {
  padding-top: 0 !important;
}

/* Homepage hero title: use the full left grid column so each intended phrase stays on one line. */
@media (min-width: 781px) {
  body.home .cs-home-compact .cs-hero--background .cs-hero__content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  body.home .cs-display--balanced {
    width: 100%;
  }
  body.home .cs-display--balanced > span {
    white-space: nowrap;
  }
}
@media (min-width: 781px) and (max-width: 1179px) {
  body.home .cs-home-compact .cs-hero--background {
    min-height: 360px;
  }
}

/* Dry Food hero copy and trust markers — reference-aligned 2026-08-01. */
body.term-dry-food .cs-category-hero .wp-block-term-description {
  width: min(620px, 48%);
  max-width: 620px !important;
  margin: 0 !important;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.55;
  color: #26382f;
}
body.term-dry-food .cs-category-hero__trust {
  width: min(720px, 58%);
  max-width: 720px !important;
  margin: 28px 0 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px 38px;
  color: var(--cs-forest);
}
body.term-dry-food .cs-category-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}
body.term-dry-food .cs-category-hero__trust-item svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.term-dry-food .cs-category-hero__trust-item .cs-category-hero__flag {
  width: 28px;
  height: 20px;
}
body.term-dry-food .cs-category-hero__flag rect:first-child {
  fill: #fff;
  stroke: #d5d9d1;
}
body.term-dry-food .cs-category-hero__flag path:nth-of-type(1) {
  stroke: #d4583e;
  stroke-width: 1;
}
body.term-dry-food .cs-category-hero__flag rect:nth-of-type(2) {
  fill: #557095;
  stroke: none;
}
body.term-dry-food .cs-category-hero__flag path:nth-of-type(2) {
  fill: #fff;
  stroke: none;
}
@media (max-width: 780px) {
  body.term-dry-food .cs-category-hero .wp-block-term-description,
  body.term-dry-food .cs-category-hero__trust {
    width: 100%;
    max-width: 100% !important;
  }
  body.term-dry-food .cs-category-hero__trust {
    margin-top: 22px !important;
    gap: 14px 20px;
  }
  body.term-dry-food .cs-category-hero__trust-item {
    font-size: 13px;
  }
}
@media (max-width: 430px) {
  body.term-dry-food .cs-category-hero__trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.term-dry-food .cs-category-hero__trust-item:last-child {
    grid-column: 1 / -1;
  }
}

/* Shared nutrition category selector used once across all front-end templates. */
.cs-global-category-selector {
  width: 100%;
  max-width: none !important;
  margin: 24px 0 !important;
  padding: 0 !important;
}
.cs-global-category-selector .cs-category-section {
  margin: 0;
  padding: 0;
}
.cs-global-category-selector .cs-category-section > .cs-shell {
  width: min(1540px, calc(100% - 40px));
  max-width: none;
  margin-inline: auto;
}
.cs-global-category-selector .cs-category-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  padding: 0;
}
.cs-global-category-selector .cs-category-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: center;
  width: auto;
  min-width: 0;
  height: 104px;
  min-height: 104px;
  padding: 14px 8px 14px 16px;
  border: 1px solid rgba(43, 73, 52, 0.08);
  border-radius: 17px;
  overflow: hidden;
  background: #fbf7ef;
  color: #25452e;
  text-decoration: none;
  box-shadow: none;
  isolation: isolate;
}
.cs-global-category-selector .cs-category-card::after {
  display: none !important;
  content: none !important;
}
.cs-global-category-selector .cs-category-card__text {
  position: relative;
  inset: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 0;
}
.cs-global-category-selector .cs-category-card__text strong {
  display: block;
  margin: 0 0 7px;
  color: #264a31;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.cs-global-category-selector .cs-category-card__text span {
  display: block;
  color: #6c7b6d;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.34;
  opacity: 1;
}
.cs-global-category-selector .cs-category-card img {
  position: relative;
  inset: auto;
  z-index: 1;
  justify-self: end;
  align-self: center;
  width: 70px;
  height: 82px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  transform: none !important;
  transition: transform 0.2s ease;
}
.cs-global-category-selector .cs-category-card:hover img {
  transform: translateY(-1px) scale(1.025) !important;
}
.cs-global-category-selector .cs-category-card--fresh-food img { width: 72px; height: 76px; }
.cs-global-category-selector .cs-category-card--treats img { width: 70px; height: 72px; }
.cs-global-category-selector .cs-category-card--puppy img { width: 70px; height: 88px; align-self: end; }
.cs-global-category-selector .cs-category-card--senior img { width: 72px; height: 90px; align-self: end; }
.cs-global-category-selector .cs-category-card--special-needs { grid-template-columns: minmax(0, 1fr) 64px; }
.cs-global-category-selector .cs-category-card--special-needs img { width: 62px; height: 72px; }

@media (max-width: 1179px) {
  .cs-global-category-selector .cs-category-section > .cs-shell { width: calc(100% - 32px); }
  .cs-global-category-selector .cs-category-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .cs-global-category-selector .cs-category-card { grid-template-columns: minmax(0, 1fr) 92px; padding-right: 12px; }
  .cs-global-category-selector .cs-category-card img { width: 88px; height: 88px; }
  .cs-global-category-selector .cs-category-card--puppy img,
  .cs-global-category-selector .cs-category-card--senior img { height: 94px; }
  .cs-global-category-selector .cs-category-card--special-needs { grid-template-columns: minmax(0, 1fr) 76px; }
  .cs-global-category-selector .cs-category-card--special-needs img { width: 72px; height: 76px; }
}
@media (max-width: 780px) {
  .cs-global-category-selector { margin-block: 16px !important; }
  .cs-global-category-selector .cs-category-section > .cs-shell { width: calc(100% - 24px); }
  .cs-global-category-selector .cs-category-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .cs-global-category-selector .cs-category-card {
    grid-template-columns: minmax(0, 1fr) 64px;
    height: 96px;
    min-height: 96px;
    padding: 12px 6px 12px 13px;
    border-radius: 15px;
  }
  .cs-global-category-selector .cs-category-card__text strong { font-size: 12px; margin-bottom: 5px; }
  .cs-global-category-selector .cs-category-card__text span { font-size: 9.5px; }
  .cs-global-category-selector .cs-category-card img { width: 64px; height: 76px; }
  .cs-global-category-selector .cs-category-card--fresh-food img,
  .cs-global-category-selector .cs-category-card--treats img { width: 64px; height: 70px; }
  .cs-global-category-selector .cs-category-card--puppy img,
  .cs-global-category-selector .cs-category-card--senior img { width: 64px; height: 82px; }
  .cs-global-category-selector .cs-category-card--special-needs { grid-template-columns: minmax(0, 1fr) 56px; }
  .cs-global-category-selector .cs-category-card--special-needs img { width: 54px; height: 64px; }
}
@media (max-width: 380px) {
  .cs-global-category-selector .cs-category-rail { grid-template-columns: 1fr; }
  .cs-global-category-selector .cs-category-card { grid-template-columns: minmax(0, 1fr) 92px; }
  .cs-global-category-selector .cs-category-card img { width: 88px; }
}

/* Unified product-category pages based on the Dry Food reference layout. */
body.tax-product_cat main.cs-archive-main {
  padding-top: 0 !important;
}
body.tax-product_cat .cs-category-hero {
  width: 100%;
  max-width: none !important;
  min-height: 500px;
  margin: 0 !important;
  padding: clamp(40px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 28px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.tax-product_cat .cs-category-hero > * {
  width: min(620px, 48%);
  max-width: 620px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.tax-product_cat .cs-category-hero .woocommerce-breadcrumb { margin-bottom: 18px; }
body.tax-product_cat .cs-category-hero .wp-block-query-title {
  margin: 0 0 16px !important;
  font-size: clamp(48px, 5vw, 78px);
  line-height: .98;
}
body.tax-product_cat .cs-category-hero .wp-block-term-description {
  margin: 0 !important;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.55;
  color: #26382f;
}
body.tax-product_cat .cs-category-hero__trust {
  width: min(720px, 58%);
  max-width: 720px !important;
  margin: 28px 0 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px 38px;
  color: var(--cs-forest);
}
body.tax-product_cat .cs-category-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}
body.tax-product_cat .cs-category-hero__trust-item svg {
  width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor;
  stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
}
body.tax-product_cat .cs-category-hero__trust-item .cs-category-hero__flag { width: 28px; height: 20px; }
body.tax-product_cat .cs-category-hero__flag rect:first-child { fill:#fff; stroke:#d5d9d1; }
body.tax-product_cat .cs-category-hero__flag path:nth-of-type(1) { stroke:#d4583e; stroke-width:1; }
body.tax-product_cat .cs-category-hero__flag rect:nth-of-type(2) { fill:#557095; stroke:none; }
body.tax-product_cat .cs-category-hero__flag path:nth-of-type(2) { fill:#fff; stroke:none; }

body.term-dry-food .cs-category-hero {
  background-image: linear-gradient(90deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.88) 30%,rgba(255,250,242,.22) 50%,rgba(255,250,242,0) 68%),url('/wp-content/uploads/2026/07/hero-pawnourish.png');
}
body.term-fresh-wet .cs-category-hero {
  background-image: linear-gradient(90deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.92) 31%,rgba(255,250,242,.28) 52%,rgba(255,250,242,0) 72%),url('/wp-content/plugins/canisprout-market-core/demo/imports/category-fresh.png');
}
body.term-treats-supplements .cs-category-hero {
  background-image: linear-gradient(90deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.92) 31%,rgba(255,250,242,.24) 52%,rgba(255,250,242,0) 72%),url('/wp-content/plugins/canisprout-market-core/demo/imports/category-treats.png');
}
body.term-puppy .cs-category-hero {
  background-image: linear-gradient(90deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.92) 31%,rgba(255,250,242,.24) 52%,rgba(255,250,242,0) 72%),url('/wp-content/plugins/canisprout-market-core/demo/imports/category-puppy.png');
}
body.term-senior .cs-category-hero {
  background-image: linear-gradient(90deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.92) 34%,rgba(255,250,242,.20) 58%,rgba(255,250,242,0) 76%),url('/wp-content/plugins/canisprout-market-core/demo/imports/category-hero-generated/category-senior.jpg');
}
body.term-special-needs .cs-category-hero {
  background-image: linear-gradient(90deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.92) 34%,rgba(255,250,242,.20) 58%,rgba(255,250,242,0) 76%),url('/wp-content/plugins/canisprout-market-core/demo/imports/category-hero-generated/category-special-needs.jpg');
}

@media (max-width: 780px) {
  body.tax-product_cat .cs-category-hero {
    min-height: 520px;
    padding: 32px 24px;
    background-position: 62% center;
  }
  body.tax-product_cat .cs-category-hero > *,
  body.tax-product_cat .cs-category-hero__trust {
    width: 100%; max-width: 100% !important;
  }
  body.tax-product_cat .cs-category-hero__trust { margin-top: 22px !important; gap: 14px 20px; }
  body.tax-product_cat .cs-category-hero__trust-item { font-size: 13px; }
}
@media (max-width: 430px) {
  body.tax-product_cat .cs-category-hero__trust { display:grid; grid-template-columns:1fr 1fr; }
  body.tax-product_cat .cs-category-hero__trust-item:last-child { grid-column:1/-1; }
}

/* Unified page width for every non-product page; product detail layout stays unchanged. */
body:not(.single-product) {
  --cs-page-max: 1540px;
  --cs-page-gutter: 40px;
}
body:not(.single-product) main.cs-shell,
body:not(.single-product) main.cs-shell--content,
body:not(.single-product) main.cs-archive-main,
body:not(.single-product) .cs-shell--content,
body:not(.single-product) .woocommerce-cart main > .wp-block-post-content,
body:not(.single-product) .woocommerce-checkout main > .wp-block-post-content,
body:not(.single-product) .woocommerce-account main.cs-shell--content {
  width: min(var(--cs-page-max), calc(100% - var(--cs-page-gutter))) !important;
  max-width: none !important;
  margin-inline: auto !important;
}
body:not(.single-product) main.cs-archive-main > .cs-category-hero,
body:not(.single-product) main.cs-archive-main > .cs-shop-reference,
body:not(.single-product) main.cs-archive-main > .cs-global-category-selector,
body:not(.single-product) main.cs-shell--content > .cs-global-category-selector,
body:not(.single-product) .cs-global-category-selector {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
body:not(.single-product) .cs-global-category-selector .cs-category-section > .cs-shell {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
body.tax-product_cat main.cs-archive-main > .cs-shop-reference,
body.woocommerce-shop main.cs-archive-main > .cs-shop-reference {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
/* The image-card category selector is the single navigation control; hide legacy catalog tabs defensively. */
.cs-shop-tabs {
  display: none !important;
}
@media (max-width: 1179px) {
  body:not(.single-product) { --cs-page-gutter: 32px; }
}
@media (max-width: 780px) {
  body:not(.single-product) { --cs-page-gutter: 24px; }
}

/* Complete the unified-width contract for the homepage hero and WooCommerce utility pages. */
body:not(.single-product) .cs-home-compact .cs-hero,
body:not(.single-product) .cs-home-compact .cs-hero--background,
body.woocommerce-cart main > .wp-block-post-content,
body.woocommerce-checkout main > .wp-block-post-content {
  width: min(var(--cs-page-max), calc(100% - var(--cs-page-gutter))) !important;
  max-width: none !important;
  margin-inline: auto !important;
}
body.woocommerce-cart .wc-block-grid__products,
body.woocommerce-checkout .wc-block-grid__products {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.woocommerce-cart .wc-block-grid__product,
body.woocommerce-checkout .wc-block-grid__product {
  min-width: 0;
}

/* Global announcement bar: use the homepage geometry and typography on every page. */
.cs-announcement__inner {
  width: min(1540px, calc(100% - 40px));
  font-size: 12px !important;
}
@media (max-width: 780px) {
  .cs-announcement__inner {
    width: calc(100% - 24px);
    min-height: 30px;
    font-size: 12px !important;
    white-space: normal;
    text-align: center;
  }
}

/* Preserve the homepage inherited type scale so announcement letter spacing is identical site-wide. */
.cs-announcement {
  font-size: inherit;
}

/* Full site header: use the homepage header geometry, typography and breakpoints everywhere. */
.cs-site-header__row {
  width: min(1540px, calc(100% - 40px));
}
.cs-nav a,
.cs-search input,
.cs-icon-button {
  font-size: 14px !important;
}
.cs-nav a {
  line-height: 1.6;
}
.cs-search input {
  line-height: 1.6;
}
@media (max-width: 1179px) {
  .cs-site-header__row {
    width: calc(100% - 32px);
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .cs-site-header__row {
    grid-template-columns: 160px minmax(0, 1fr) auto;
    gap: 14px;
  }
  .cs-nav {
    display: flex;
  }
  .cs-nav {
    gap: clamp(12px, 1.4vw, 18px);
  }
  .cs-search {
    width: min(220px, 22vw);
  }
  .cs-mobile-toggle {
    display: none;
  }
}
@media (max-width: 900px) and (min-width: 781px) {
  .cs-search {
    width: min(220px, 22vw);
  }
  .cs-mobile-toggle {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
  }
}
@media (max-width: 780px) {
  .cs-site-header__row {
    width: calc(100% - 24px);
  }
  .cs-actions {
    min-height: 38px;
  }
  .cs-mobile-toggle {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
    font-size: 14px !important;
  }
}

/* Finish homepage header parity: logo box scale and intermediate nav rhythm. */
.cs-logo {
  font-size: 24px;
  line-height: 0.9;
}
@media (max-width: 1100px) and (min-width: 781px) {
  .cs-nav {
    gap: 1.4vw;
  }
}

/* Global category selector: use the exact homepage selector geometry and typography everywhere. */
.cs-global-category-selector {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.cs-global-category-selector .cs-category-section,
.cs-global-category-selector .cs-category-section > .cs-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cs-global-category-selector .cs-category-card,
.cs-global-category-selector .cs-category-card img {
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.cs-global-category-selector .cs-category-card__text > strong {
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 750 !important;
}
.cs-global-category-selector .cs-category-card__text > span {
  font-size: 12px !important;
  line-height: 1.34 !important;
  font-weight: 500 !important;
}
@media (max-width: 780px) {
  .cs-global-category-selector {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .cs-global-category-selector .cs-category-card__text > strong {
    margin-bottom: 5px !important;
  }
}

/* Higher-specificity breakout: prevent template container rules from shrinking the shared selector. */
html body .cs-global-category-selector.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
html body .cs-global-category-selector.alignfull .cs-category-section,
html body .cs-global-category-selector.alignfull .cs-category-section > .cs-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Shop renders the shared selector through PHP without the alignfull class; apply the same breakout. */
html body.woocommerce-shop .cs-global-category-selector {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
html body.woocommerce-shop .cs-global-category-selector .cs-category-section,
html body.woocommerce-shop .cs-global-category-selector .cs-category-section > .cs-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Shop-specific cascade correction: override the direct-child unified-width rule. */
html body.woocommerce-shop main#main-content.cs-archive-main > .cs-global-category-selector.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
html body.woocommerce-shop main#main-content.cs-archive-main > .cs-global-category-selector.alignfull .cs-category-section,
html body.woocommerce-shop main#main-content.cs-archive-main > .cs-global-category-selector.alignfull .cs-category-section > .cs-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Category selector: restore shared page gutters instead of edge-to-edge width. */
html body .cs-global-category-selector,
html body .cs-global-category-selector.alignfull,
html body.woocommerce-shop .cs-global-category-selector {
  width: min(1540px, calc(100vw - 40px)) !important;
  max-width: 1540px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html body .cs-global-category-selector .cs-category-section,
html body .cs-global-category-selector .cs-category-section > .cs-shell,
html body .cs-global-category-selector.alignfull .cs-category-section,
html body .cs-global-category-selector.alignfull .cs-category-section > .cs-shell,
html body.woocommerce-shop .cs-global-category-selector .cs-category-section,
html body.woocommerce-shop .cs-global-category-selector .cs-category-section > .cs-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1179px) {
  html body .cs-global-category-selector,
  html body .cs-global-category-selector.alignfull,
  html body.woocommerce-shop .cs-global-category-selector {
    width: calc(100vw - 32px) !important;
    max-width: none !important;
  }
}
@media (max-width: 780px) {
  html body .cs-global-category-selector,
  html body .cs-global-category-selector.alignfull,
  html body.woocommerce-shop .cs-global-category-selector {
    width: calc(100vw - 24px) !important;
  }
}

/* Final selector centering: keep equal side gutters even inside narrower template containers. */
html body #main-content .cs-global-category-selector,
html body.woocommerce-shop main#main-content > .cs-global-category-selector,
html body.single-product main#main-content .cs-global-category-selector {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(1540px, calc(100vw - 40px)) !important;
  max-width: 1540px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1179px) {
  html body #main-content .cs-global-category-selector,
  html body.woocommerce-shop main#main-content > .cs-global-category-selector,
  html body.single-product main#main-content .cs-global-category-selector {
    width: calc(100vw - 32px) !important;
    max-width: none !important;
  }
}
@media (max-width: 780px) {
  html body #main-content .cs-global-category-selector,
  html body.woocommerce-shop main#main-content > .cs-global-category-selector,
  html body.single-product main#main-content .cs-global-category-selector {
    width: calc(100vw - 24px) !important;
  }
}

/* Correction: selector stays inside its page container with visible, equal side gutters. */
html body .cs-global-category-selector,
html body .cs-global-category-selector.alignfull,
html body.woocommerce-shop .cs-global-category-selector,
html body #main-content .cs-global-category-selector,
html body.woocommerce-shop main#main-content > .cs-global-category-selector,
html body.single-product main#main-content .cs-global-category-selector {
  position: static !important;
  left: auto !important;
  transform: none !important;
  width: min(1540px, calc(100% - 40px)) !important;
  max-width: 1540px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1179px) {
  html body .cs-global-category-selector,
  html body .cs-global-category-selector.alignfull,
  html body.woocommerce-shop .cs-global-category-selector,
  html body #main-content .cs-global-category-selector,
  html body.woocommerce-shop main#main-content > .cs-global-category-selector,
  html body.single-product main#main-content .cs-global-category-selector {
    width: calc(100% - 32px) !important;
    max-width: none !important;
  }
}
@media (max-width: 780px) {
  html body .cs-global-category-selector,
  html body .cs-global-category-selector.alignfull,
  html body.woocommerce-shop .cs-global-category-selector,
  html body #main-content .cs-global-category-selector,
  html body.woocommerce-shop main#main-content > .cs-global-category-selector,
  html body.single-product main#main-content .cs-global-category-selector {
    width: calc(100% - 24px) !important;
  }
}

/* WooCommerce shop specificity fix: retain the same visible side gutters as the homepage selector. */
html body.woocommerce-shop.archive main#main-content.site-main.cs-shell.cs-archive-main > div.wp-block-group.alignfull.cs-global-category-selector {
  position: static !important;
  left: auto !important;
  transform: none !important;
  width: min(1540px, calc(100% - 40px)) !important;
  max-width: 1540px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1179px) {
  html body.woocommerce-shop.archive main#main-content.site-main.cs-shell.cs-archive-main > div.wp-block-group.alignfull.cs-global-category-selector {
    width: calc(100% - 32px) !important;
    max-width: none !important;
  }
}
@media (max-width: 780px) {
  html body.woocommerce-shop.archive main#main-content.site-main.cs-shell.cs-archive-main > div.wp-block-group.alignfull.cs-global-category-selector {
    width: calc(100% - 24px) !important;
  }
}

/* Non-home category selector: use the exact homepage viewport width and card geometry. */
html body:not(.home) .cs-global-category-selector,
html body:not(.home) .cs-global-category-selector.alignfull,
html body:not(.home).woocommerce-shop .cs-global-category-selector,
html body:not(.home) #main-content .cs-global-category-selector,
html body:not(.home).woocommerce-shop main#main-content > .cs-global-category-selector,
html body:not(.home).single-product main#main-content .cs-global-category-selector {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(1540px, calc(100vw - 40px)) !important;
  max-width: 1540px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html body:not(.home) .cs-global-category-selector .cs-category-section,
html body:not(.home) .cs-global-category-selector .cs-category-section > .cs-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1179px) {
  html body:not(.home) .cs-global-category-selector,
  html body:not(.home) .cs-global-category-selector.alignfull,
  html body:not(.home).woocommerce-shop .cs-global-category-selector,
  html body:not(.home) #main-content .cs-global-category-selector,
  html body:not(.home).woocommerce-shop main#main-content > .cs-global-category-selector,
  html body:not(.home).single-product main#main-content .cs-global-category-selector {
    width: calc(100vw - 32px) !important;
    max-width: none !important;
  }
}
@media (max-width: 780px) {
  html body:not(.home) .cs-global-category-selector,
  html body:not(.home) .cs-global-category-selector.alignfull,
  html body:not(.home).woocommerce-shop .cs-global-category-selector,
  html body:not(.home) #main-content .cs-global-category-selector,
  html body:not(.home).woocommerce-shop main#main-content > .cs-global-category-selector,
  html body:not(.home).single-product main#main-content .cs-global-category-selector {
    width: calc(100vw - 24px) !important;
  }
}

/* Shop selector specificity: override the legacy direct-child width rule with homepage dimensions. */
html body:not(.home).woocommerce-shop.archive main#main-content.site-main.cs-shell.cs-archive-main > div.wp-block-group.alignfull.cs-global-category-selector {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(1540px, calc(100vw - 40px)) !important;
  max-width: 1540px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1179px) {
  html body:not(.home).woocommerce-shop.archive main#main-content.site-main.cs-shell.cs-archive-main > div.wp-block-group.alignfull.cs-global-category-selector {
    width: calc(100vw - 32px) !important;
    max-width: none !important;
  }
}
@media (max-width: 780px) {
  html body:not(.home).woocommerce-shop.archive main#main-content.site-main.cs-shell.cs-archive-main > div.wp-block-group.alignfull.cs-global-category-selector {
    width: calc(100vw - 24px) !important;
  }
}

/* Puppy category hero: fit photo to height, align right, and soften its left edge into the text background. */
body.term-puppy .cs-category-hero {
  background-color: #fffaf2;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 250, 242, 1) 0,
      rgba(255, 250, 242, 1) calc(100% - 968px),
      rgba(255, 250, 242, 0.98) calc(100% - 888px),
      rgba(255, 250, 242, 0.86) calc(100% - 820px),
      rgba(255, 250, 242, 0.58) calc(100% - 740px),
      rgba(255, 250, 242, 0.24) calc(100% - 660px),
      rgba(255, 250, 242, 0) calc(100% - 580px)
    ),
    url('/wp-content/plugins/canisprout-market-core/demo/imports/category-puppy.png');
  background-size: cover, auto 100%;
  background-position: center center, right center;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 780px) {
  body.term-puppy .cs-category-hero {
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 250, 242, 0.97) 0%,
        rgba(255, 250, 242, 0.9) 30%,
        rgba(255, 250, 242, 0.62) 52%,
        rgba(255, 250, 242, 0.24) 70%,
        rgba(255, 250, 242, 0) 86%
      ),
      url('/wp-content/plugins/canisprout-market-core/demo/imports/category-puppy.png');
    background-size: cover, auto 100%;
    background-position: center center, right center;
  }
}

/* Senior category hero: fit the photo layer to the hero height and align it right. */
body.term-senior .cs-category-hero {
  background-size: cover, auto 100%;
  background-position: center center, right center;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 780px) {
  body.term-senior .cs-category-hero {
    background-size: cover, auto 100%;
    background-position: center center, right center;
  }
}

/* Special Needs hero: fit the photo layer to the full hero height and align it to the right edge. */
body.term-special-needs .cs-category-hero {
  background-size: cover, auto 100%;
  background-position: center center, right center;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 780px) {
  body.term-special-needs .cs-category-hero {
    background-size: cover, auto 100%;
    background-position: center center, right center;
  }
}

/* My Account: visible, usable login and account registration for signed-out visitors. */
body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}
body.woocommerce-account:not(.logged-in) #customer_login {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
}
body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 {
  width: auto;
  min-width: 0;
}
body.woocommerce-account:not(.logged-in) #customer_login > div > h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 2.5vw, 42px);
  line-height: 1.1;
  color: var(--cs-forest);
}
body.woocommerce-account:not(.logged-in) #customer_login form.login,
body.woocommerce-account:not(.logged-in) #customer_login form.register {
  min-height: 100%;
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--cs-line);
  border-radius: 24px;
  background: var(--cs-paper);
  box-shadow: 0 14px 36px rgba(30, 72, 48, 0.06);
}
body.woocommerce-account:not(.logged-in) #customer_login .form-row {
  margin: 0 0 18px;
}
body.woocommerce-account:not(.logged-in) #customer_login label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--cs-forest);
}
body.woocommerce-account:not(.logged-in) #customer_login input.input-text {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  padding: 12px 15px;
  border: 1px solid var(--cs-line);
  border-radius: 13px;
  background: #fff;
  font: inherit;
}
body.woocommerce-account:not(.logged-in) #customer_login .show-password-input {
  top: 50%;
  transform: translateY(-50%);
}
body.woocommerce-account:not(.logged-in) #customer_login button.button {
  min-height: 50px;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-password-hint,
body.woocommerce-account:not(.logged-in) #customer_login p {
  line-height: 1.55;
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 16px;
}
@media (max-width: 780px) {
  body.woocommerce-account:not(.logged-in) #customer_login {
    grid-template-columns: 1fr;
  }
}

/* Neutralize WooCommerce legacy floats so the signed-out account grid stays aligned. */
body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 {
  float: none !important;
  clear: none !important;
}
body.woocommerce-account:not(.logged-in) #customer_login > .u-column1 {
  grid-column: 1;
  grid-row: 1;
}
body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 780px) {
  body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
  body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 {
    grid-column: 1;
    grid-row: auto;
  }
}

/* My Account: keep Login and Register cards equal in height when displayed side by side. */
@media (min-width: 781px) {
  body.woocommerce-account:not(.logged-in) #customer_login {
    align-items: stretch;
  }
  body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
  body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 {
    display: grid;
    grid-template-rows: auto 1fr;
  }
  body.woocommerce-account:not(.logged-in) #customer_login form.login,
  body.woocommerce-account:not(.logged-in) #customer_login form.register {
    min-height: 0;
    height: 100%;
    box-sizing: border-box;
  }
}

/* ========================================================================== 
   Logged-in My Account dashboard — reference-driven layout
   ========================================================================== */
body.woocommerce-account.logged-in {
  --cs-account-border: #dfe3d8;
  --cs-account-soft: #fbf8f1;
  --cs-account-cream: #fffaf2;
  --cs-account-orange: #eb6d2f;
  --cs-account-green: #275a3e;
  --cs-account-muted: #6d766d;
}
body.woocommerce-account.logged-in .wp-block-post-title,
body.woocommerce-account.logged-in .cs-global-category-selector {
  display: none !important;
}
body.woocommerce-account.logged-in main.cs-shell--content {
  width: min(1540px, calc(100% - 40px)) !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.woocommerce-account.logged-in .entry-content,
body.woocommerce-account.logged-in .entry-content > .woocommerce,
body.woocommerce-account.logged-in .woocommerce {
  width: 100%;
  max-width: none;
}
body.woocommerce-account.logged-in .entry-content > .woocommerce,
body.woocommerce-account.logged-in .woocommerce {
  display: block;
}
body.woocommerce-account.logged-in .cs-account-intro {
  margin: 0 0 22px;
}
body.woocommerce-account.logged-in .cs-account-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--cs-account-muted);
  font-size: 13px;
}
body.woocommerce-account.logged-in .cs-account-breadcrumb a {
  color: var(--cs-account-green);
}
body.woocommerce-account.logged-in .cs-account-intro h1 {
  margin: 0;
  color: var(--cs-account-green);
  font-family: var(--wp--preset--font-family--serif, Georgia, serif);
  font-size: clamp(36px, 3.4vw, 58px);
  line-height: 1.02;
  font-weight: 500;
}
body.woocommerce-account.logged-in .cs-account-intro p {
  margin: 8px 0 0;
  color: var(--cs-account-muted);
  font-size: 15px;
}
body.woocommerce-account.logged-in .cs-account-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
body.woocommerce-account.logged-in .cs-account-content {
  min-width: 0;
  float: none;
  width: auto;
  padding: 0;
}
body.woocommerce-account.logged-in .cs-account-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 18px;
}
body.woocommerce-account.logged-in .cs-account-profile,
body.woocommerce-account.logged-in .cs-account-nav,
body.woocommerce-account.logged-in .cs-account-referral,
body.woocommerce-account.logged-in .cs-account-panel,
body.woocommerce-account.logged-in .cs-account-stat,
body.woocommerce-account.logged-in .cs-account-welcome,
body.woocommerce-account.logged-in .cs-account-commitment {
  border: 1px solid var(--cs-account-border);
  background: rgba(255, 253, 248, 0.96);
  border-radius: 17px;
  box-shadow: 0 8px 22px rgba(30, 72, 48, 0.035);
}
body.woocommerce-account.logged-in .cs-account-profile {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px;
}
body.woocommerce-account.logged-in .cs-account-profile__avatar {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f0c9a8, #df8d5e);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(31, 75, 53, 0.16);
}
body.woocommerce-account.logged-in .cs-account-profile__body {
  min-width: 0;
  display: grid;
  gap: 3px;
}
body.woocommerce-account.logged-in .cs-account-profile__body strong {
  color: var(--cs-account-green);
  font-size: 15px;
}
body.woocommerce-account.logged-in .cs-account-profile__body > span {
  overflow: hidden;
  color: var(--cs-account-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.woocommerce-account.logged-in .cs-account-profile__body small {
  width: fit-content;
  margin-top: 3px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #eef3e6;
  color: var(--cs-account-green);
  font-size: 10px;
  font-weight: 700;
}
body.woocommerce-account.logged-in .cs-account-nav {
  overflow: hidden;
}
body.woocommerce-account.logged-in .cs-account-nav ul {
  display: block;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}
body.woocommerce-account.logged-in .cs-account-nav__item {
  margin: 0;
  border-bottom: 1px solid #eef0e9;
  list-style: none;
}
body.woocommerce-account.logged-in .cs-account-nav__item:last-child {
  border-bottom: 0;
}
body.woocommerce-account.logged-in .cs-account-nav__item a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 8px 14px;
  border-radius: 0;
  color: #435047;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
body.woocommerce-account.logged-in .cs-account-nav__item a:hover {
  background: #faf3e7;
  color: var(--cs-account-green);
}
body.woocommerce-account.logged-in .cs-account-nav__item.is-active a {
  position: relative;
  background: #fff4e8;
  color: var(--cs-account-green);
}
body.woocommerce-account.logged-in .cs-account-nav__item.is-active a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #4e8a57;
}
body.woocommerce-account.logged-in .cs-account-nav__icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #6f7d72;
  font-size: 19px;
  font-weight: 400;
}
body.woocommerce-account.logged-in .cs-account-nav__item.is-active .cs-account-nav__icon {
  color: var(--cs-account-orange);
}
body.woocommerce-account.logged-in .cs-account-nav__arrow {
  font-size: 20px;
}
body.woocommerce-account.logged-in .cs-account-referral {
  overflow: hidden;
}
body.woocommerce-account.logged-in .cs-account-referral img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center 52%;
  background: #f4eee3;
}
body.woocommerce-account.logged-in .cs-account-referral > div {
  padding: 17px;
}
body.woocommerce-account.logged-in .cs-account-referral h3 {
  margin: 0 0 6px;
  color: var(--cs-account-green);
  font-family: var(--wp--preset--font-family--serif, Georgia, serif);
  font-size: 21px;
  line-height: 1.12;
}
body.woocommerce-account.logged-in .cs-account-referral p {
  margin: 0 0 14px;
  color: var(--cs-account-muted);
  font-size: 12px;
}
body.woocommerce-account.logged-in .cs-account-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
body.woocommerce-account.logged-in .cs-account-button--orange {
  background: var(--cs-account-orange);
  color: #fff;
}
body.woocommerce-account.logged-in .cs-account-dashboard {
  display: grid;
  gap: 22px;
}
body.woocommerce-account.logged-in .cs-account-welcome {
  position: relative;
  min-height: 246px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fffaf2 0%, #fffaf2 48%, rgba(255, 250, 242, 0.93) 58%, rgba(255, 250, 242, 0.16) 78%),
    var(--cs-account-hero) right center / auto 100% no-repeat,
    #fffaf2;
}
body.woocommerce-account.logged-in .cs-account-welcome__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 246px;
  max-width: 67%;
  padding: 34px 40px;
}
body.woocommerce-account.logged-in .cs-account-welcome h2 {
  margin: 0;
  color: var(--cs-account-green);
  font-family: var(--wp--preset--font-family--serif, Georgia, serif);
  font-size: clamp(29px, 2.8vw, 43px);
  line-height: 1.08;
  font-weight: 600;
}
body.woocommerce-account.logged-in .cs-account-welcome h2 span {
  color: var(--cs-account-orange);
  font-size: 0.7em;
}
body.woocommerce-account.logged-in .cs-account-welcome p {
  max-width: 620px;
  margin: 12px 0 28px;
  color: var(--cs-account-muted);
  font-size: 14px;
  line-height: 1.55;
}
body.woocommerce-account.logged-in .cs-account-welcome__links {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
body.woocommerce-account.logged-in .cs-account-welcome__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  border-right: 1px solid var(--cs-account-border);
  color: var(--cs-account-orange);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
body.woocommerce-account.logged-in .cs-account-welcome__links a:first-child {
  padding-left: 0;
}
body.woocommerce-account.logged-in .cs-account-welcome__links a:last-child {
  border-right: 0;
}
body.woocommerce-account.logged-in .cs-account-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
body.woocommerce-account.logged-in .cs-account-stat {
  position: relative;
  min-height: 224px;
  padding: 24px;
}
body.woocommerce-account.logged-in .cs-account-card-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #445047;
  font-size: 13px;
}
body.woocommerce-account.logged-in .cs-account-card-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eef3e6;
  color: var(--cs-account-green);
  font-size: 16px;
}
body.woocommerce-account.logged-in .cs-account-stat__value {
  margin-top: 18px;
  color: var(--cs-account-green);
  font-family: var(--wp--preset--font-family--serif, Georgia, serif);
  font-size: 44px;
  line-height: 1;
}
body.woocommerce-account.logged-in .cs-account-stat__value small {
  margin-left: 6px;
  font-family: inherit;
  font-size: 14px;
}
body.woocommerce-account.logged-in .cs-account-stat__date {
  margin-top: 22px;
  color: var(--cs-account-green);
  font-family: var(--wp--preset--font-family--serif, Georgia, serif);
  font-size: 22px;
  font-weight: 700;
}
body.woocommerce-account.logged-in .cs-account-member-badge {
  position: absolute;
  top: 72px;
  left: 148px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef3e6;
  color: var(--cs-account-green);
  font-size: 10px;
  font-weight: 700;
}
body.woocommerce-account.logged-in .cs-account-stat p {
  margin: 10px 0;
  color: var(--cs-account-muted);
  font-size: 12px;
}
body.woocommerce-account.logged-in .cs-account-progress {
  height: 7px;
  margin: 12px 0 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9e6dc;
}
body.woocommerce-account.logged-in .cs-account-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #4d8156;
}
body.woocommerce-account.logged-in .cs-account-stat > small {
  color: var(--cs-account-muted);
  font-size: 10px;
}
body.woocommerce-account.logged-in .cs-account-stat > a {
  position: absolute;
  bottom: 20px;
  left: 24px;
  color: var(--cs-account-green);
  font-size: 12px;
  font-weight: 700;
}
body.woocommerce-account.logged-in .cs-account-stat__products {
  position: absolute;
  right: 18px;
  bottom: 32px;
  display: flex;
  align-items: end;
}
body.woocommerce-account.logged-in .cs-account-stat__products img {
  width: 54px;
  height: 76px;
  margin-left: -12px;
  object-fit: contain;
  filter: drop-shadow(0 4px 5px rgba(31, 75, 53, 0.13));
}
body.woocommerce-account.logged-in .cs-account-panel {
  padding: 22px;
}
body.woocommerce-account.logged-in .cs-account-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
body.woocommerce-account.logged-in .cs-account-panel__header h2 {
  margin: 0;
  color: var(--cs-account-green);
  font-family: var(--wp--preset--font-family--serif, Georgia, serif);
  font-size: 22px;
  line-height: 1.1;
}
body.woocommerce-account.logged-in .cs-account-panel__header > a,
body.woocommerce-account.logged-in .cs-account-panel__header > div > a:first-child {
  color: var(--cs-account-green);
  font-size: 11px;
  font-weight: 700;
}
body.woocommerce-account.logged-in .cs-account-panel__header > div {
  display: flex;
  gap: 14px;
  align-items: center;
}
body.woocommerce-account.logged-in .cs-account-pet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 132px;
  gap: 16px;
}
body.woocommerce-account.logged-in .cs-account-pet-card {
  display: grid;
  grid-template-columns: 46% minmax(0, 1fr);
  min-height: 170px;
  overflow: hidden;
  border: 1px solid var(--cs-account-border);
  border-radius: 13px;
  background: #fffdfa;
}
body.woocommerce-account.logged-in .cs-account-pet-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #f6f0e4;
}
body.woocommerce-account.logged-in .cs-account-pet-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 12px;
}
body.woocommerce-account.logged-in .cs-account-pet-card h3 {
  margin: 0;
  color: var(--cs-account-green);
  font-size: 16px;
}
body.woocommerce-account.logged-in .cs-account-pet-card span,
body.woocommerce-account.logged-in .cs-account-pet-card small {
  color: var(--cs-account-muted);
  font-size: 10px;
  line-height: 1.4;
}
body.woocommerce-account.logged-in .cs-account-pet-card a {
  margin-top: 12px;
  color: var(--cs-account-orange);
  font-size: 10px;
  font-weight: 700;
}
body.woocommerce-account.logged-in .cs-account-add-pet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  border: 1px dashed #cfd5c9;
  border-radius: 13px;
  color: var(--cs-account-green);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
body.woocommerce-account.logged-in .cs-account-add-pet span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  border: 1px solid #8ca38e;
  border-radius: 50%;
  font-size: 18px;
}
body.woocommerce-account.logged-in .cs-account-two-column {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 22px;
}
body.woocommerce-account.logged-in .cs-account-subscription-row {
  display: grid;
  grid-template-columns: 62px minmax(130px, 1.5fr) minmax(110px, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eceee7;
}
body.woocommerce-account.logged-in .cs-account-subscription-row:last-child {
  border-bottom: 0;
}
body.woocommerce-account.logged-in .cs-account-subscription-row img {
  width: 58px;
  height: 78px;
  object-fit: contain;
}
body.woocommerce-account.logged-in .cs-account-subscription-row > div {
  display: grid;
  gap: 4px;
  color: var(--cs-account-muted);
  font-size: 10px;
}
body.woocommerce-account.logged-in .cs-account-subscription-row__product strong {
  color: #35443a;
  font-size: 12px;
}
body.woocommerce-account.logged-in .cs-account-subscription-row__price {
  justify-items: end;
  color: var(--cs-account-green) !important;
  font-size: 12px !important;
  font-weight: 800;
}
body.woocommerce-account.logged-in .cs-account-subscription-row__price a {
  padding: 6px 9px;
  border: 1px solid var(--cs-account-orange);
  border-radius: 7px;
  color: var(--cs-account-orange);
  font-size: 10px;
  text-decoration: none;
}
body.woocommerce-account.logged-in .cs-account-panel__footer-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--cs-account-green);
  font-size: 10px;
  font-weight: 700;
}
body.woocommerce-account.logged-in .cs-account-order-list {
  display: grid;
}
body.woocommerce-account.logged-in .cs-account-order-row {
  display: grid;
  grid-template-columns: 1fr 1.05fr 0.7fr 0.9fr;
  gap: 10px;
  align-items: center;
  min-height: 49px;
  border-bottom: 1px solid #eceee7;
  color: var(--cs-account-muted);
  font-size: 10px;
  text-decoration: none;
}
body.woocommerce-account.logged-in .cs-account-order-row strong {
  color: #435047;
  font-weight: 600;
}
body.woocommerce-account.logged-in .cs-account-order-status {
  justify-self: end;
  color: #5c835d;
}
body.woocommerce-account.logged-in .cs-account-order-status b {
  margin-left: 5px;
  color: #4d8755;
}
body.woocommerce-account.logged-in .cs-account-four-column {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
body.woocommerce-account.logged-in .cs-account-small-panel {
  min-height: 270px;
  padding: 18px;
}
body.woocommerce-account.logged-in .cs-account-small-panel .cs-account-panel__header h2 {
  font-size: 18px;
}
body.woocommerce-account.logged-in .cs-account-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
body.woocommerce-account.logged-in .cs-account-address-grid article {
  min-height: 126px;
  padding: 12px;
  border: 1px solid var(--cs-account-border);
  border-radius: 10px;
  background: #fff;
}
body.woocommerce-account.logged-in .cs-account-address-grid strong {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  color: #3a473e;
  font-size: 11px;
}
body.woocommerce-account.logged-in .cs-account-address-grid strong small {
  padding: 2px 5px;
  border-radius: 999px;
  background: #dce9ce;
  color: #4f7d4f;
  font-size: 8px;
}
body.woocommerce-account.logged-in .cs-account-address-grid p {
  margin: 10px 0 0;
  color: var(--cs-account-muted);
  font-size: 9px;
  line-height: 1.55;
}
body.woocommerce-account.logged-in .cs-account-add-row {
  display: block;
  margin-top: 10px;
  padding: 9px 11px;
  border-radius: 7px;
  background: #f6f2e9;
  color: #50725a;
  font-size: 10px;
  text-decoration: none;
}
body.woocommerce-account.logged-in .cs-account-payment-list {
  display: grid;
  gap: 9px;
}
body.woocommerce-account.logged-in .cs-account-payment-list article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 56px;
  padding: 8px 10px;
  border: 1px solid var(--cs-account-border);
  border-radius: 9px;
  background: #fff;
}
body.woocommerce-account.logged-in .cs-card-brand {
  font-size: 12px;
  font-style: italic;
}
body.woocommerce-account.logged-in .cs-card-brand--visa {
  color: #1a4a9d;
}
body.woocommerce-account.logged-in .cs-card-brand--mc {
  color: #ef3f32;
  letter-spacing: -6px;
}
body.woocommerce-account.logged-in .cs-account-payment-list span {
  display: grid;
  color: #3f4a43;
  font-size: 10px;
}
body.woocommerce-account.logged-in .cs-account-payment-list small {
  color: var(--cs-account-muted);
  font-size: 8px;
}
body.woocommerce-account.logged-in .cs-account-payment-list em {
  padding: 3px 5px;
  border-radius: 999px;
  background: #5c865a;
  color: #fff;
  font-size: 7px;
  font-style: normal;
}
body.woocommerce-account.logged-in .cs-account-notifications {
  display: grid;
  gap: 5px;
}
body.woocommerce-account.logged-in .cs-account-notifications label {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid #eceee7;
  cursor: pointer;
}
body.woocommerce-account.logged-in .cs-account-notifications label > span {
  display: grid;
  color: #3d4941;
  font-size: 9px;
}
body.woocommerce-account.logged-in .cs-account-notifications label small {
  color: var(--cs-account-muted);
  font-size: 8px;
}
body.woocommerce-account.logged-in .cs-account-notifications input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body.woocommerce-account.logged-in .cs-account-notifications i {
  position: relative;
  width: 30px;
  height: 17px;
  border-radius: 999px;
  background: #d6d9d2;
  transition: 0.2s ease;
}
body.woocommerce-account.logged-in .cs-account-notifications i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  transition: 0.2s ease;
}
body.woocommerce-account.logged-in .cs-account-notifications input:checked + i {
  background: #4e8354;
}
body.woocommerce-account.logged-in .cs-account-notifications input:checked + i::after {
  transform: translateX(13px);
}
body.woocommerce-account.logged-in .cs-account-help-list {
  display: grid;
}
body.woocommerce-account.logged-in .cs-account-help-list a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 9px;
  align-items: center;
  min-height: 43px;
  border-bottom: 1px solid #eceee7;
  color: #3e4942;
  text-decoration: none;
}
body.woocommerce-account.logged-in .cs-account-help-list b {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid #9aa79a;
  border-radius: 50%;
  color: #6e7b70;
  font-size: 11px;
}
body.woocommerce-account.logged-in .cs-account-help-list span {
  display: grid;
  font-size: 9px;
}
body.woocommerce-account.logged-in .cs-account-help-list small {
  color: var(--cs-account-muted);
  font-size: 8px;
}
body.woocommerce-account.logged-in .cs-account-commitment {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr) 220px;
  align-items: center;
  gap: 18px;
  min-height: 134px;
  padding: 18px 22px;
  overflow: hidden;
  background: linear-gradient(90deg, #fffdf8 0%, #fffdf8 76%, #f2e5d3 100%);
}
body.woocommerce-account.logged-in .cs-account-commitment__intro {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
}
body.woocommerce-account.logged-in .cs-account-commitment__intro > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 2px solid #4e7a58;
  border-radius: 50%;
  color: #4e7a58;
  font-size: 28px;
}
body.woocommerce-account.logged-in .cs-account-commitment h2 {
  margin: 0;
  color: var(--cs-account-green);
  font-family: var(--wp--preset--font-family--serif, Georgia, serif);
  font-size: 22px;
}
body.woocommerce-account.logged-in .cs-account-commitment p {
  margin: 5px 0 0;
  color: var(--cs-account-muted);
  font-size: 9px;
  line-height: 1.45;
}
body.woocommerce-account.logged-in .cs-account-commitment__benefit {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  align-items: center;
  min-height: 56px;
  padding-left: 18px;
  border-left: 1px solid var(--cs-account-border);
}
body.woocommerce-account.logged-in .cs-account-commitment__benefit b {
  color: #4e7a58;
  font-size: 24px;
}
body.woocommerce-account.logged-in .cs-account-commitment__benefit span {
  display: grid;
  color: #465148;
  font-size: 9px;
  font-weight: 700;
}
body.woocommerce-account.logged-in .cs-account-commitment__benefit small {
  color: var(--cs-account-muted);
  font-size: 8px;
  font-weight: 400;
}
body.woocommerce-account.logged-in .cs-account-commitment > img {
  position: absolute;
  right: -8px;
  bottom: -36px;
  width: 250px;
  height: 190px;
  object-fit: contain;
}
body.woocommerce-account.logged-in .cs-account-content > .woocommerce-notices-wrapper:empty {
  display: none;
}
body.woocommerce-account.logged-in .cs-account-content > form,
body.woocommerce-account.logged-in .cs-account-content > .woocommerce-Addresses,
body.woocommerce-account.logged-in .cs-account-content > .woocommerce-order-details,
body.woocommerce-account.logged-in .cs-account-content > .woocommerce-customer-details,
body.woocommerce-account.logged-in .cs-account-content > table,
body.woocommerce-account.logged-in .cs-account-content > p:not(.cs-account-dashboard p) {
  padding: 24px;
  border: 1px solid var(--cs-account-border);
  border-radius: 17px;
  background: #fffdf8;
}
@media (max-width: 1280px) {
  body.woocommerce-account.logged-in .cs-account-layout {
    grid-template-columns: 246px minmax(0, 1fr);
    gap: 20px;
  }
  body.woocommerce-account.logged-in .cs-account-four-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.woocommerce-account.logged-in .cs-account-pet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.woocommerce-account.logged-in .cs-account-add-pet {
    min-height: 150px;
  }
  body.woocommerce-account.logged-in .cs-account-commitment {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    padding-right: 20px;
  }
  body.woocommerce-account.logged-in .cs-account-commitment > img {
    display: none;
  }
}
@media (max-width: 1020px) {
  body.woocommerce-account.logged-in main.cs-shell--content {
    width: calc(100% - 32px) !important;
  }
  body.woocommerce-account.logged-in .cs-account-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  body.woocommerce-account.logged-in .cs-account-welcome {
    background:
      linear-gradient(90deg, #fffaf2 0%, #fffaf2 54%, rgba(255, 250, 242, 0.9) 70%, rgba(255, 250, 242, 0.2) 100%),
      var(--cs-account-hero) right center / auto 100% no-repeat,
      #fffaf2;
  }
  body.woocommerce-account.logged-in .cs-account-welcome__copy {
    max-width: 78%;
    padding: 28px;
  }
  body.woocommerce-account.logged-in .cs-account-stats,
  body.woocommerce-account.logged-in .cs-account-two-column {
    grid-template-columns: 1fr;
  }
  body.woocommerce-account.logged-in .cs-account-stat {
    min-height: 198px;
  }
  body.woocommerce-account.logged-in .cs-account-commitment {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.woocommerce-account.logged-in .cs-account-commitment__intro {
    grid-column: 1 / -1;
  }
}
@media (max-width: 780px) {
  body.woocommerce-account.logged-in main.cs-shell--content {
    width: calc(100% - 24px) !important;
    padding-top: 18px;
  }
  body.woocommerce-account.logged-in .cs-account-layout {
    grid-template-columns: 1fr;
  }
  body.woocommerce-account.logged-in .cs-account-sidebar {
    position: static;
  }
  body.woocommerce-account.logged-in .cs-account-profile {
    grid-template-columns: 48px minmax(0, 1fr);
  }
  body.woocommerce-account.logged-in .cs-account-profile__avatar {
    width: 48px;
    height: 48px;
  }
  body.woocommerce-account.logged-in .cs-account-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.woocommerce-account.logged-in .cs-account-nav__item {
    border-right: 1px solid #eef0e9;
  }
  body.woocommerce-account.logged-in .cs-account-referral {
    display: grid;
    grid-template-columns: 42% 1fr;
  }
  body.woocommerce-account.logged-in .cs-account-referral img {
    height: 100%;
    min-height: 170px;
  }
  body.woocommerce-account.logged-in .cs-account-welcome {
    min-height: 340px;
    background:
      linear-gradient(180deg, #fffaf2 0%, #fffaf2 48%, rgba(255, 250, 242, 0.78) 68%, rgba(255, 250, 242, 0.1) 100%),
      var(--cs-account-hero) right bottom / auto 65% no-repeat,
      #fffaf2;
  }
  body.woocommerce-account.logged-in .cs-account-welcome__copy {
    justify-content: flex-start;
    min-height: 340px;
    max-width: 100%;
    padding: 24px;
  }
  body.woocommerce-account.logged-in .cs-account-welcome p {
    max-width: 100%;
    margin-bottom: 18px;
  }
  body.woocommerce-account.logged-in .cs-account-welcome__links {
    display: grid;
    gap: 9px;
  }
  body.woocommerce-account.logged-in .cs-account-welcome__links a,
  body.woocommerce-account.logged-in .cs-account-welcome__links a:first-child {
    padding: 0;
    border: 0;
  }
  body.woocommerce-account.logged-in .cs-account-pet-grid,
  body.woocommerce-account.logged-in .cs-account-four-column,
  body.woocommerce-account.logged-in .cs-account-commitment {
    grid-template-columns: 1fr;
  }
  body.woocommerce-account.logged-in .cs-account-subscription-row {
    grid-template-columns: 54px minmax(0, 1fr) auto;
  }
  body.woocommerce-account.logged-in .cs-account-subscription-row > div:nth-child(3) {
    grid-column: 2;
  }
  body.woocommerce-account.logged-in .cs-account-subscription-row__price {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  body.woocommerce-account.logged-in .cs-account-order-row {
    grid-template-columns: 1fr 1fr;
    padding: 9px 0;
  }
  body.woocommerce-account.logged-in .cs-account-order-status {
    justify-self: start;
  }
  body.woocommerce-account.logged-in .cs-account-commitment__intro,
  body.woocommerce-account.logged-in .cs-account-commitment__benefit {
    grid-column: auto;
  }
  body.woocommerce-account.logged-in .cs-account-commitment__benefit {
    border-left: 0;
    border-top: 1px solid var(--cs-account-border);
    padding: 12px 0 0;
  }
}
@media (max-width: 480px) {
  body.woocommerce-account.logged-in .cs-account-nav ul {
    grid-template-columns: 1fr;
  }
  body.woocommerce-account.logged-in .cs-account-referral {
    grid-template-columns: 1fr;
  }
  body.woocommerce-account.logged-in .cs-account-referral img {
    height: 150px;
    min-height: 0;
  }
  body.woocommerce-account.logged-in .cs-account-panel,
  body.woocommerce-account.logged-in .cs-account-stat {
    padding: 17px;
  }
  body.woocommerce-account.logged-in .cs-account-member-badge {
    position: static;
    display: inline-block;
    margin-top: 8px;
  }
  body.woocommerce-account.logged-in .cs-account-address-grid {
    grid-template-columns: 1fr;
  }
  body.woocommerce-account.logged-in .cs-account-subscription-row {
    grid-template-columns: 50px 1fr;
  }
  body.woocommerce-account.logged-in .cs-account-subscription-row__price {
    grid-column: 2;
    grid-row: auto;
    justify-items: start;
  }
}

/* Account dashboard correction: neutralize WooCommerce legacy account column widths. */
body.woocommerce-account.logged-in .cs-account-sidebar,
body.woocommerce-account.logged-in .cs-account-nav,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
}
body.woocommerce-account.logged-in .cs-account-content,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
}

/* Account dashboard responsive image focal points and stat-link spacing. */
body.woocommerce-account.logged-in .cs-account-pet-card:nth-child(1) img { object-position: 72% center; }
body.woocommerce-account.logged-in .cs-account-pet-card:nth-child(2) img { object-position: 55% center; }
body.woocommerce-account.logged-in .cs-account-pet-card:nth-child(3) img { object-position: 70% center; }
@media (max-width: 480px) {
  body.woocommerce-account.logged-in .cs-account-stat > a {
    position: static;
    display: inline-block;
    margin-top: 15px;
  }
  body.woocommerce-account.logged-in .cs-account-stat {
    min-height: 0;
  }
}

/* Brand content pages and primary-navigation dropdowns — 2026-08-01 */
.cs-nav-group{position:relative;display:flex;align-items:center}
.cs-nav-submenu{position:absolute;z-index:50;top:calc(100% + 12px);left:-18px;display:grid;min-width:230px;padding:10px;border:1px solid rgba(43,68,48,.12);border-radius:16px;background:#fff;box-shadow:0 18px 45px rgba(28,52,34,.16);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease}
.cs-nav-submenu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.cs-nav-submenu a{padding:10px 12px!important;border-radius:10px;font-size:12px!important;font-weight:650!important;line-height:1.25!important;color:#314337!important}
.cs-nav-submenu a:hover,.cs-nav-submenu a:focus-visible{background:#eef4e9;color:#23412b!important}
.cs-nav-group:hover .cs-nav-submenu,.cs-nav-group:focus-within .cs-nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}
.cs-brand-content-page .wp-block-post-title,.cs-brand-content-page .cs-global-category-selector{display:none!important}
.cs-brand-content-page main.site-main{width:100%;max-width:none!important;padding:0!important}
.cs-brand-content-page .wp-block-post-content{margin:0!important}
.cs-brand-page{--brand-forest:#264a31;--brand-sage:#dfead9;--brand-paper:#fbf8ef;--brand-ink:#253129;--brand-muted:#68736b;color:var(--brand-ink);background:#fff}
.cs-brand-page *{box-sizing:border-box}
.cs-brand-hero,.cs-brand-section,.cs-brand-split,.cs-brand-faq,.cs-brand-guide,.cs-brand-cta,.cs-brand-disclosure{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.cs-brand-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:48px;margin-top:24px;padding:54px;border-radius:28px;background:#f4f0e6;overflow:hidden}
.cs-brand-hero--sage{background:#e6efe1}.cs-brand-hero--sand{background:#f4ead7}.cs-brand-hero--forest{background:#284b32;color:#fff}
.cs-brand-hero__copy h1{max-width:720px;margin:10px 0 18px;font-family:Georgia,serif;font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.045em}
.cs-brand-hero__copy p{max-width:650px;margin:0;font-size:17px;line-height:1.65;color:inherit;opacity:.82}
.cs-brand-kicker{display:inline-block;font-size:11px;font-weight:850;letter-spacing:.14em;color:#6a8767}
.cs-brand-hero--forest .cs-brand-kicker{color:#cde0c5}
.cs-brand-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.cs-brand-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border:1px solid #365b3d;border-radius:999px;background:#365b3d;color:#fff!important;font-size:13px;font-weight:800;text-decoration:none;transition:.18s ease}
.cs-brand-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(38,74,49,.18)}
.cs-brand-button--outline{background:transparent;color:#365b3d!important}.cs-brand-button--light{background:#f7f2e7;color:#274632!important;border-color:#f7f2e7}.cs-brand-button--ghost{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.45)}
.cs-brand-hero__media{margin:0;min-width:0}.cs-brand-hero__media img{display:block;width:100%;max-height:500px;object-fit:cover;border-radius:22px}.cs-brand-hero__media--wide img{aspect-ratio:1.45/1;object-fit:cover}
.cs-brand-section{padding:88px 0}.cs-brand-section--soft{padding:72px 54px;border-radius:28px;background:#f5f7f1}.cs-brand-section--dark{padding:72px 54px;border-radius:28px;background:#263f2d;color:#fff}
.cs-brand-heading{max-width:760px;margin-bottom:32px}.cs-brand-heading h2,.cs-brand-split__copy h2,.cs-brand-cta h2{margin:8px 0 12px;font-family:Georgia,serif;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.035em}.cs-brand-heading p,.cs-brand-split__copy p{font-size:16px;line-height:1.65;color:var(--brand-muted)}.cs-brand-section--dark .cs-brand-heading p{color:rgba(255,255,255,.72)}
.cs-brand-card-grid{display:grid;gap:16px}.cs-brand-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.cs-brand-card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.cs-brand-card{position:relative;min-height:240px;padding:28px;border:1px solid #e2e5dc;border-radius:20px;background:#fff}.cs-brand-card__number{font-size:11px;font-weight:850;color:#7d9a76}.cs-brand-card h3{margin:28px 0 10px;font-family:Georgia,serif;font-size:25px;line-height:1.1}.cs-brand-card p{margin:0 0 20px;font-size:14px;line-height:1.6;color:#68736b}.cs-brand-card a{color:#345b3b;font-size:13px;font-weight:800;text-decoration:none}
.cs-brand-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px;padding:70px 0}.cs-brand-split--reverse .cs-brand-split__media{order:2}.cs-brand-split__media{margin:0}.cs-brand-split__media img{display:block;width:100%;aspect-ratio:1.12/1;object-fit:cover;border-radius:26px}.cs-brand-split__copy{padding:18px}.cs-brand-split__copy p+p{margin-top:12px}
.cs-brand-steps{display:grid;gap:18px;margin:28px 0 0;padding:0;list-style:none}.cs-brand-steps li{display:grid;grid-template-columns:1fr;gap:5px;padding:0 0 18px;border-bottom:1px solid #dfe4da}.cs-brand-steps strong{font-size:17px}.cs-brand-steps span{font-size:14px;line-height:1.55;color:#68736b}
.cs-brand-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cs-brand-feature-grid article{padding:22px;border-radius:16px;background:#fff}.cs-brand-feature-grid strong{font-family:Georgia,serif;font-size:21px}.cs-brand-feature-grid p{font-size:13px;line-height:1.55;color:#68736b}
.cs-brand-faq{padding:80px 0}.cs-brand-faq details{border-top:1px solid #dfe4da;padding:20px 0}.cs-brand-faq details:last-child{border-bottom:1px solid #dfe4da}.cs-brand-faq summary{cursor:pointer;font-size:17px;font-weight:800}.cs-brand-faq details p{max-width:820px;color:#68736b;line-height:1.65}
.cs-brand-checklist{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.cs-brand-checklist li{position:relative;padding-left:28px;font-size:14px;font-weight:700}.cs-brand-checklist li:before{content:"✓";position:absolute;left:0;color:#64805f}
.cs-brand-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cs-brand-metric-grid div{display:grid;gap:16px;padding:24px;border:1px solid rgba(255,255,255,.15);border-radius:16px}.cs-brand-metric-grid strong{font-family:Georgia,serif;font-size:38px;color:#cde0c5}.cs-brand-metric-grid span{font-size:14px;line-height:1.4}
.cs-brand-text-link{display:inline-block;margin-top:18px;color:#365b3d;font-weight:800;text-decoration:none}
.cs-learning-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.cs-learning-card{display:grid;grid-template-columns:190px 1fr;min-height:190px;overflow:hidden;border:1px solid #e0e4da;border-radius:20px;background:#fff;color:#27342b;text-decoration:none}.cs-learning-card img{width:100%;height:100%;object-fit:cover}.cs-learning-card span{display:flex;flex-direction:column;align-items:flex-start;padding:24px}.cs-learning-card small{font-size:11px;font-weight:850;letter-spacing:.08em;color:#789073;text-transform:uppercase}.cs-learning-card strong{margin-top:12px;font-family:Georgia,serif;font-size:23px;line-height:1.13}.cs-learning-card b{margin-top:auto;font-size:12px;color:#3f6947}
.cs-brand-guide{padding:80px 0}.cs-brand-guide__rows{display:grid}.cs-brand-guide__rows article{display:grid;grid-template-columns:70px 1fr;gap:24px;padding:28px 0;border-top:1px solid #dfe4da}.cs-brand-guide__rows article:last-child{border-bottom:1px solid #dfe4da}.cs-brand-guide__rows>article>span{font-family:Georgia,serif;font-size:34px;color:#7d9a76}.cs-brand-guide h3{margin:0 0 7px;font-size:20px}.cs-brand-guide p{max-width:860px;margin:0;color:#68736b;line-height:1.65}
.cs-brand-disclosure{margin-top:40px;padding:24px 28px;border:1px solid #d8b86a;border-radius:18px;background:#fff8e6}.cs-brand-disclosure strong{font-size:15px}.cs-brand-disclosure p{margin:6px 0 0;font-size:13px;line-height:1.55;color:#6c6045}
.cs-brand-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:24px;margin-bottom:80px;padding:44px 48px;border-radius:24px;background:#e6efe1}.cs-brand-cta h2{margin-bottom:0;font-size:clamp(28px,3vw,42px)}
@media(max-width:1000px){.cs-brand-hero{grid-template-columns:1fr;padding:40px}.cs-brand-card-grid--4,.cs-brand-feature-grid,.cs-brand-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cs-brand-card-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.cs-brand-split{gap:34px}.cs-learning-card{grid-template-columns:150px 1fr}}
@media(max-width:900px){.cs-nav.is-open{position:absolute;z-index:100;top:100%;left:12px;right:12px;display:flex!important;flex-direction:column;align-items:stretch;gap:2px;padding:14px;border:1px solid rgba(43,68,48,.12);border-radius:16px;background:#fff;box-shadow:0 18px 45px rgba(28,52,34,.18)}.cs-nav.is-open>a,.cs-nav.is-open .cs-nav-group__trigger{padding:10px 12px}.cs-nav-group{display:block}.cs-nav-submenu{position:static;display:grid;min-width:0;margin:0 0 6px;padding:0 0 0 14px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.cs-nav-submenu a{padding:7px 10px!important;font-size:12px!important}.cs-site-header{position:relative}}
@media(max-width:780px){.cs-brand-hero,.cs-brand-section,.cs-brand-split,.cs-brand-faq,.cs-brand-guide,.cs-brand-cta,.cs-brand-disclosure{width:calc(100% - 24px)}.cs-brand-hero{margin-top:12px;padding:28px 22px;border-radius:20px}.cs-brand-hero__copy h1{font-size:42px}.cs-brand-hero__copy p{font-size:15px}.cs-brand-section{padding:58px 0}.cs-brand-section--soft,.cs-brand-section--dark{padding:42px 22px}.cs-brand-card-grid--3,.cs-brand-card-grid--4,.cs-brand-feature-grid,.cs-brand-metric-grid,.cs-learning-grid{grid-template-columns:1fr}.cs-brand-card{min-height:0}.cs-brand-split{grid-template-columns:1fr;gap:18px;padding:54px 0}.cs-brand-split--reverse .cs-brand-split__media{order:0}.cs-brand-split__copy{padding:10px 4px}.cs-learning-card{grid-template-columns:115px 1fr;min-height:150px}.cs-learning-card span{padding:17px}.cs-learning-card strong{font-size:18px}.cs-brand-guide__rows article{grid-template-columns:46px 1fr;gap:14px}.cs-brand-cta{align-items:flex-start;flex-direction:column;margin-bottom:54px;padding:30px 24px}.cs-brand-actions{flex-direction:column}.cs-brand-button{width:100%}}
/* End brand content pages and primary-navigation dropdowns */
