:root {
  --hp-green: #6f8f57;
  --hp-green-dark: #223426;
  --hp-green-soft: #8da77b;
  --hp-bg: #f7f6f2;
  --hp-card: #ffffff;
  --hp-border: rgba(34, 52, 38, .10);
  --hp-muted: #6f6f69;
  --hp-radius-lg: 28px;
  --hp-radius-md: 18px;
  --hp-shadow: 0 18px 40px rgba(28, 37, 24, .08);
}

html { scroll-behavior: smooth; }
body { background: var(--hp-bg); color: var(--hp-green-dark); }
.hp-home, .hp-home * { box-sizing: border-box; }
.hp-shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.hp-section { padding: 74px 0; }

/* Top utility bar */
.hp-trustbar { position: relative; z-index: 45; background: var(--hp-green); color: #fff; font-size: 12px; }
.hp-trustbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hp-trustbar__inner span { display: inline-flex; align-items: center; gap: 6px; }
.hp-trustbar strong { font-weight: 700; }

/* Header */
.header-wrapper { background: #fff; box-shadow: 0 10px 30px rgba(23, 30, 22, .05); }
.header-main .nav > li > a { color: var(--hp-green-dark); font-weight: 600; }
.header-main .nav > li > a:hover,
.header-main .nav > li.active > a { color: var(--hp-green); }
.header .logo img,
.header .logo-left img,
#logo img { max-height: 66px; }
.header-search-form .search-field { border-radius: 999px !important; }
.cart-icon strong { color: var(--hp-green); border-color: var(--hp-green); }

.hp-kicker { display: inline-block; margin-bottom: 10px; color: var(--hp-green); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hp-home h1,
.hp-home h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; color: #1f2a1d; letter-spacing: -.03em; }
.hp-home h1 { font-size: clamp(46px, 5.8vw, 72px); line-height: .98; }
.hp-home h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.04; }
.hp-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--hp-green-dark); font-size: 14px; font-weight: 600; }
.hp-text-link:hover { color: var(--hp-green); }
.hp-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 26px; border-radius: 999px; font-weight: 700; transition: .2s ease; }
.hp-button--primary { background: var(--hp-green); color: #fff; }
.hp-button--primary:hover { background: var(--hp-green-dark); color: #fff; transform: translateY(-1px); }

/* Hero */
.hp-hero { padding: 18px 0 34px; }
.hp-hero__panel { display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: stretch; overflow: hidden; border-radius: 0; background: #f5f0e8; }
.hp-hero__copy { padding: 78px 58px 56px; }
.hp-hero__copy p { max-width: 460px; margin: 22px 0 0; color: #454c43; font-size: 18px; line-height: 1.7; }
.hp-hero__actions { margin-top: 30px; }
.hp-hero__visual { min-height: 450px; }
.hp-hero__visual img { width: 100%; height: 100%; display: block; object-fit: cover; }

.hp-usp-bar { margin-top: -26px; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0 8px; border-radius: 999px; background: #efebe3; box-shadow: 0 12px 28px rgba(23,30,22,.05); }
.hp-usp-item { min-height: 88px; display: flex; align-items: center; gap: 14px; padding: 0 24px; }
.hp-usp-item__icon { font-size: 22px; line-height: 1; }
.hp-usp-item strong { display: block; color: var(--hp-green-dark); font-size: 15px; font-weight: 600; }
.hp-usp-item small { display: block; color: var(--hp-muted); font-size: 13px; line-height: 1.4; }

/* Headings */
.hp-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.hp-section-heading--center { justify-content: center; text-align: center; }
.hp-divider { width: 54px; height: 3px; display: inline-block; margin-top: 16px; border-radius: 99px; background: #a9bb98; }

/* Categories */
.hp-categories { background: transparent; }
.hp-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hp-category-card { overflow: hidden; border: 1px solid var(--hp-border); border-radius: var(--hp-radius-md); background: var(--hp-card); box-shadow: 0 3px 8px rgba(23,30,22,.03); transition: transform .2s ease, box-shadow .2s ease; }
.hp-category-card:hover { transform: translateY(-4px); box-shadow: var(--hp-shadow); }
.hp-category-card__media { display: block; aspect-ratio: 1 / .92; overflow: hidden; background: #f1eee6; }
.hp-category-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hp-category-card__body { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 18px; }
.hp-category-card__body strong { font-family: Georgia, 'Times New Roman', serif; color: #1f2a1d; font-size: 18px; font-weight: 500; }
.hp-category-card__arrow { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--hp-green); color: #fff; font-size: 18px; }

/* Products */
.hp-products { padding-top: 36px; }
.hp-product-loop .products { margin-left: -10px; margin-right: -10px; }
.hp-product-loop .product-small { padding: 10px; }
.hp-product-loop .product-small .col-inner { height: 100%; overflow: hidden; border: 1px solid var(--hp-border); border-radius: var(--hp-radius-md); background: #fff; box-shadow: 0 6px 16px rgba(23,30,22,.03); transition: transform .2s ease, box-shadow .2s ease; }
.hp-product-loop .product-small .col-inner:hover { transform: translateY(-4px); box-shadow: var(--hp-shadow); }
.hp-product-loop .box-image { padding: 24px; background: #fff; }
.hp-product-loop .box-image img { object-fit: contain; }
.hp-product-loop .box-text { padding: 0 18px 18px; }
.hp-product-loop .product-title a { color: var(--hp-green-dark); font-size: 15px; font-weight: 600; line-height: 1.45; }
.hp-product-loop .star-rating { color: #f1b640; }
.hp-product-loop .price { color: var(--hp-green-dark) !important; font-weight: 700; font-size: 14px; }
.hp-product-loop .amount { color: var(--hp-green-dark); }
.hp-product-loop .add-to-cart-button a,
.hp-product-loop .button.product_type_simple,
.hp-product-loop .button.add_to_cart_button { min-height: 42px; border: 0; border-radius: 12px; background: var(--hp-green) !important; color: #fff !important; font-size: 12px; font-weight: 700; }
.hp-product-loop .wishlist-icon { color: #b0b0a8; }
.hp-sale-badge { top: 16px !important; left: 16px !important; min-height: auto !important; padding: 7px 11px !important; border-radius: 999px !important; background: var(--hp-green) !important; font-size: 10px !important; line-height: 1 !important; text-transform: uppercase; }
.hp-empty-state { padding: 42px; display: flex; flex-direction: column; align-items: center; gap: 7px; border: 1px dashed var(--hp-border); border-radius: var(--hp-radius-md); background: #fff; text-align: center; }

/* Benefits strip */
.hp-benefits { padding-top: 28px; background: transparent; }
.hp-benefits-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; overflow: hidden; border-radius: 18px; border: 1px solid var(--hp-border); background: #efebe3; }
.hp-benefits-strip__item { min-height: 92px; display: flex; align-items: center; gap: 14px; padding: 0 22px; }
.hp-benefits-strip__item span { font-size: 24px; }
.hp-benefits-strip__item strong { display: block; color: var(--hp-green-dark); font-size: 15px; }
.hp-benefits-strip__item small { color: var(--hp-muted); font-size: 13px; }

/* Newsletter */
.hp-newsletter { padding: 72px 0 76px; }
.hp-newsletter__inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.hp-newsletter h2 { max-width: 680px; font-size: clamp(32px, 4vw, 46px); }
.hp-newsletter__form { min-width: min(100%, 520px); display: flex; gap: 10px; padding: 8px; border: 1px solid var(--hp-border); border-radius: 999px; background: #fff; }
.hp-newsletter__form input { flex: 1; height: 50px; margin: 0 !important; padding: 0 18px !important; border: 0 !important; box-shadow: none !important; background: transparent !important; }
.hp-newsletter__form button { min-width: 132px; border: 0; border-radius: 999px; background: var(--hp-green); color: #fff; font-weight: 700; }

.footer-wrapper { background: #203128; }
.footer-wrapper, .footer-wrapper a, .footer-wrapper p { color: rgba(255,255,255,.78); }
.footer-wrapper .widget-title { color: #fff; }

@media (max-width: 1000px) {
  .hp-hero__panel { grid-template-columns: 1fr; }
  .hp-hero__visual { min-height: 360px; }
  .hp-usp-bar,
  .hp-category-grid,
  .hp-benefits-strip { grid-template-columns: repeat(2, 1fr); border-radius: 24px; }
  .hp-newsletter__inner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hp-shell { width: min(100% - 24px, 1200px); }
  .hp-trustbar__inner { justify-content: center; }
  .hp-trustbar__inner span:not(:first-child) { display: none; }
  .header .logo img, .header .logo-left img, #logo img { max-height: 52px; }
  .hp-home h1 { font-size: clamp(42px, 13vw, 60px); }
  .hp-home h2 { font-size: clamp(30px, 10vw, 42px); }
  .hp-hero { padding-top: 10px; }
  .hp-hero__copy { padding: 46px 26px 28px; text-align: center; }
  .hp-hero__copy p { margin-inline: auto; font-size: 16px; }
  .hp-hero__actions { justify-content: center; }
  .hp-usp-bar,
  .hp-category-grid,
  .hp-benefits-strip { grid-template-columns: 1fr; }
  .hp-usp-bar { margin-top: 16px; border-radius: 20px; }
  .hp-usp-item,
  .hp-benefits-strip__item { min-height: 74px; padding: 16px 18px; }
  .hp-section { padding: 52px 0; }
  .hp-products { padding-top: 18px; }
  .hp-section-heading { align-items: flex-start; margin-bottom: 22px; }
  .hp-text-link--desktop { display: none; }
  .hp-newsletter { padding: 58px 0; }
  .hp-newsletter__form { min-width: 100%; border-radius: 24px; flex-direction: column; }
  .hp-newsletter__form button { min-height: 48px; }
}

/* ==========================================================
   The Pet Companion 1.2 – wide storefront header & cleanup
   Based on the approved realistic storefront reference.
   ========================================================== */

/* Replace the old Flatsome demo header/footer with the branded storefront. */
#header,
.header-wrapper,
.footer-wrapper { display: none !important; }

/* Make the complete site materially wider on desktop. */
.container-width,
.full-width .ubermenu-nav,
.container,
.row { max-width: 1380px; }
.hp-shell,
.tpc-wide { width: min(1380px, calc(100% - 48px)); max-width: 1380px; margin-inline: auto; }

.tpc-header { position: relative; z-index: 80; background: #fff; color: var(--hp-green-dark); box-shadow: 0 8px 24px rgba(29,42,30,.05); }
.tpc-topbar { background: #799664; color: #fff; }
.tpc-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 12px; font-weight: 600; }
.tpc-topbar__inner span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.tpc-topbar svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.tpc-main-header { background: #fff; border-bottom: 1px solid rgba(34,52,38,.08); }
.tpc-main-header__inner { min-height: 112px; display: grid; grid-template-columns: minmax(245px, .75fr) minmax(420px, 1.75fr) minmax(290px, .9fr); align-items: center; gap: 34px; }
.tpc-brand { min-width: 0; display: flex; align-items: center; gap: 14px; color: var(--hp-green-dark); text-decoration: none; }
.tpc-brand:hover { color: var(--hp-green-dark); }
.tpc-brand img { width: 76px; height: 76px; flex: 0 0 76px; object-fit: contain; }
.tpc-brand__copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.08; }
.tpc-brand__copy strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(21px, 1.65vw, 29px); font-weight: 500; letter-spacing: -.035em; white-space: nowrap; }
.tpc-brand__copy small { margin-top: 7px; color: #7c837a; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.tpc-search { width: 100%; height: 58px; display: flex; align-items: center; overflow: hidden; border: 1px solid #dde2d9; border-radius: 999px; background: #fafbf8; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.tpc-search:focus-within { border-color: #9aaa8e; box-shadow: 0 0 0 3px rgba(111,143,87,.10); }
.tpc-search input[type="search"] { flex: 1; min-width: 0; height: 100%; margin: 0 !important; padding: 0 24px !important; border: 0 !important; box-shadow: none !important; background: transparent !important; color: var(--hp-green-dark); font-size: 15px; }
.tpc-search input[type="search"]::placeholder { color: #92978f; }
.tpc-search button { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; margin: 0; padding: 0; border: 0; border-radius: 50%; background: #799664; color: #fff; }
.tpc-search button:hover { background: #607d4d; }
.tpc-search svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.tpc-header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.tpc-header-action { position: relative; min-width: 54px; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #3e4b40; font-size: 11px; font-weight: 600; text-align: center; text-decoration: none; white-space: nowrap; }
.tpc-header-action:hover { color: #799664; }
.tpc-header-action svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tpc-cart-icon { position: relative; display: inline-flex; }
.tpc-cart-icon b { position: absolute; top: -9px; right: -11px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; background: #799664; color: #fff; font-size: 10px; line-height: 1; }

.tpc-category-nav { background: #fff; border-bottom: 1px solid rgba(34,52,38,.09); }
.tpc-category-nav__inner { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 42px; overflow-x: auto; scrollbar-width: none; }
.tpc-category-nav__inner::-webkit-scrollbar { display: none; }
.tpc-category-nav a { color: #2d392e; font-size: 14px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.tpc-category-nav a:hover { color: #799664; }
.tpc-category-nav__sale { color: #b96a52 !important; }

/* Bring the homepage proportions closer to the approved reference. */
.hp-hero { padding-top: 24px; }
.hp-hero__panel { min-height: 500px; grid-template-columns: .86fr 1.14fr; border-radius: 18px; }
.hp-hero__copy { padding: 84px 68px 68px; }
.hp-hero__visual { min-height: 500px; }
.hp-hero__visual img { object-position: 52% 50%; }
.hp-usp-bar { width: calc(100% - 88px); margin: -38px auto 0; border-radius: 18px; }
.hp-category-grid { gap: 26px; }
.hp-category-card { border-radius: 16px; }
.hp-category-card__media { aspect-ratio: 1.12 / 1; }
.hp-products { background: #faf9f6; }

/* Clean footer: no remaining demo widgets, lorem ipsum or Flatsome copyright. */
.tpc-footer { margin-top: 26px; padding: 62px 0 22px; background: #203128; color: rgba(255,255,255,.76); }
.tpc-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 54px; }
.tpc-footer__grid > div:not(.tpc-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.tpc-footer strong { color: #fff; font-size: 15px; }
.tpc-footer a,
.tpc-footer span { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.tpc-footer a:hover { color: #fff; }
.tpc-footer__brandline { display: flex; align-items: center; gap: 13px; }
.tpc-footer__brandline img { width: 56px; height: 56px; object-fit: contain; }
.tpc-footer__brandline strong { font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 500; }
.tpc-footer__brand p { max-width: 360px; margin: 16px 0 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.65; }
.tpc-footer__bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.48); font-size: 12px; }

@media (max-width: 1120px) {
  .tpc-main-header__inner { grid-template-columns: 240px 1fr auto; gap: 22px; }
  .tpc-brand img { width: 62px; height: 62px; flex-basis: 62px; }
  .tpc-brand__copy strong { font-size: 21px; }
  .tpc-header-action span:not(.tpc-cart-icon) { display: none; }
  .tpc-header-action { min-width: auto; }
  .tpc-category-nav__inner { justify-content: flex-start; }
  .hp-hero__copy { padding: 64px 46px; }
}

@media (max-width: 820px) {
  .hp-shell,
  .tpc-wide { width: min(100% - 26px, 1380px); }
  .tpc-topbar__inner { justify-content: center; }
  .tpc-topbar__inner span:not(:first-child) { display: none; }
  .tpc-main-header__inner { min-height: auto; grid-template-columns: 1fr auto; padding: 12px 0 14px; }
  .tpc-brand { grid-column: 1; }
  .tpc-brand img { width: 54px; height: 54px; flex-basis: 54px; }
  .tpc-brand__copy strong { font-size: 19px; }
  .tpc-brand__copy small { display: none; }
  .tpc-header-actions { grid-column: 2; gap: 14px; }
  .tpc-header-action--wishlist { display: none; }
  .tpc-search { grid-column: 1 / -1; grid-row: 2; height: 50px; margin-top: 10px; }
  .tpc-search button { width: 50px; height: 50px; flex-basis: 50px; }
  .tpc-category-nav__inner { min-height: 44px; gap: 25px; }
  .hp-hero__panel { min-height: 0; border-radius: 15px; }
  .hp-usp-bar { width: 100%; margin-top: 16px; }
  .tpc-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 560px) {
  .tpc-brand__copy strong { font-size: 17px; }
  .tpc-header-action > span:last-child { display: none; }
  .tpc-header-actions { gap: 12px; }
  .tpc-search input[type="search"] { padding-left: 18px !important; font-size: 14px; }
  .tpc-category-nav__inner { padding-right: 16px; }
  .tpc-footer__grid { grid-template-columns: 1fr; }
}


/* ==========================================================
   The Pet Companion 1.3 – header spacing, footer & clean shop
   ========================================================== */

/* The logo, search and account block are true grid columns and may never overlap. */
.tpc-main-header__inner {
  grid-template-columns: minmax(260px, 320px) minmax(360px, 1fr) minmax(250px, 300px);
  gap: clamp(18px, 2vw, 34px);
}
.tpc-brand,
.tpc-search,
.tpc-header-actions { min-width: 0; }
.tpc-brand__copy { overflow: hidden; }
.tpc-brand__copy strong { max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
.tpc-search { max-width: 100%; }

/* Refined footer matching the green / cream identity. */
.tpc-footer {
  margin-top: 34px;
  padding: 0 0 22px;
  background: #1d3026;
  color: rgba(255,255,255,.78);
}
.tpc-footer__service {
  background: #edf0e7;
  color: #26372b;
  border-top: 1px solid rgba(34,52,38,.08);
  border-bottom: 1px solid rgba(34,52,38,.08);
}
.tpc-footer__service-grid {
  min-height: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 0;
}
.tpc-footer__service-grid > div {
  min-height: 58px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(34,52,38,.10);
}
.tpc-footer__service-grid > div:first-child { padding-left: 0; }
.tpc-footer__service-grid > div:last-child { border-right: 0; }
.tpc-footer__service-grid strong { color: #26372b; font-size: 14px; }
.tpc-footer__service-grid span { margin-top: 3px; color: #718075; font-size: 12px; }

.tpc-footer__grid {
  padding-top: 58px;
  display: grid;
  grid-template-columns: minmax(300px, 1.5fr) repeat(3, minmax(155px, .75fr));
  gap: clamp(32px, 4vw, 64px);
}
.tpc-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.tpc-footer__column > strong { margin-bottom: 5px; color: #f7f3e8; font-size: 15px; }
.tpc-footer__column a,
.tpc-footer__column span,
.tpc-footer__mail { color: rgba(255,255,255,.68); font-size: 13px; text-decoration: none; }
.tpc-footer__column a:hover,
.tpc-footer__mail:hover { color: #fff; }
.tpc-footer__brandline { gap: 14px; }
.tpc-footer__brandline img { width: 62px; height: 62px; }
.tpc-footer__brandline strong { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 500; }
.tpc-footer__brand p { max-width: 390px; margin: 16px 0 12px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.tpc-footer__mail { display: inline-flex; margin-bottom: 18px; }
.tpc-socials { display: flex; gap: 10px; }
.tpc-social-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.05);
}
.tpc-social-link:hover { color: #1d3026; background: #e6dbc0; }
.tpc-social-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tpc-social-link:first-child svg path { fill: currentColor; stroke: none; }

.tpc-footer__payments {
  margin-top: 44px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.11);
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.tpc-footer__payments > strong { color: rgba(255,255,255,.82); font-size: 13px; }
.tpc-payment-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.tpc-payment-badges span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  background: #f7f5ef;
  color: #243128;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .01em;
}
.tpc-footer__bottom {
  margin-top: 0;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 0;
  color: rgba(255,255,255,.46);
  font-size: 12px;
}

@media (max-width: 1180px) {
  .tpc-main-header__inner { grid-template-columns: 240px minmax(300px, 1fr) auto; }
  .tpc-brand__copy small { display: none; }
  .tpc-header-action > span:last-child { display: none; }
  .tpc-footer__grid { grid-template-columns: 1.25fr repeat(3, .75fr); gap: 34px; }
}

@media (max-width: 900px) {
  .tpc-main-header__inner { grid-template-columns: minmax(200px, 1fr) auto; }
  .tpc-search { grid-column: 1 / -1; grid-row: 2; }
  .tpc-footer__service-grid { grid-template-columns: 1fr 1fr; }
  .tpc-footer__service-grid > div { min-height: 74px; border-bottom: 1px solid rgba(34,52,38,.08); }
  .tpc-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .tpc-brand__copy strong { white-space: normal; line-height: 1.05; }
  .tpc-footer__service-grid,
  .tpc-footer__grid { grid-template-columns: 1fr; }
  .tpc-footer__service-grid > div { padding: 14px 0; border-right: 0; }
  .tpc-footer__payments,
  .tpc-footer__bottom { align-items: flex-start; flex-direction: column; }
  .tpc-payment-badges { justify-content: flex-start; }
}


/* ==========================================================
   The Pet Companion 1.3.1 – full brand name & payment icons
   ========================================================== */

/* Always show the complete brand name on desktop. */
.tpc-main-header__inner {
  grid-template-columns: minmax(350px, 380px) minmax(360px, 1fr) minmax(250px, 300px);
  gap: clamp(16px, 1.7vw, 28px);
}
.tpc-brand { min-width: 0; overflow: visible; }
.tpc-brand__copy { min-width: 0; overflow: visible; }
.tpc-brand__copy strong {
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  font-size: 25px;
}

/* Actual visual payment marks instead of text-only pills. */
.tpc-payment-badges { align-items: center; gap: 10px; }
.tpc-payment-badges img {
  width: auto;
  height: 36px;
  display: block;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

@media (max-width: 1280px) {
  .tpc-main-header__inner { grid-template-columns: 320px minmax(300px, 1fr) auto; }
  .tpc-brand__copy strong { font-size: 22px; }
}

@media (max-width: 980px) {
  .tpc-main-header__inner { grid-template-columns: minmax(260px, 1fr) auto; }
  .tpc-search { grid-column: 1 / -1; grid-row: 2; }
  .tpc-brand__copy strong { font-size: 21px; }
}

@media (max-width: 600px) {
  .tpc-brand__copy strong {
    white-space: normal;
    font-size: 18px;
    line-height: 1.05;
  }
  .tpc-payment-badges img { height: 32px; }
}

/* ==========================================================
   The Pet Companion 1.4 – homepage hero slider
   ========================================================== */
.hp-hero { padding-top: 24px; }
.hp-slider {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f0e8;
  box-shadow: 0 12px 30px rgba(34, 52, 38, .05);
}
.hp-slider__slides { display: grid; }
.hp-slider__slide {
  grid-area: 1 / 1;
  min-height: 500px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity .5s ease, transform .5s ease, visibility .5s ease;
}
.hp-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.hp-slider__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 78px 72px 76px;
  background: linear-gradient(135deg, #f6f1e8 0%, #f7f5ef 100%);
}
.hp-slider__copy h1,
.hp-slider__copy h2 {
  max-width: 610px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: #1f2a1d;
  font-size: clamp(48px, 5.25vw, 72px);
  line-height: .99;
  letter-spacing: -.04em;
}
.hp-slider__copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: #4f594e;
  font-size: 18px;
  line-height: 1.7;
}
.hp-slider__visual { min-height: 500px; background: #eae7df; }
.hp-slider__visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hp-slider__arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(34,52,38,.10);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #31432f;
  box-shadow: 0 8px 24px rgba(34,52,38,.12);
  font-size: 30px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.hp-slider__arrow:hover { background: #799664; color: #fff; transform: translateY(-50%) scale(1.04); }
.hp-slider__arrow--prev { left: 18px; }
.hp-slider__arrow--next { right: 18px; }
.hp-slider__dots {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.80);
  backdrop-filter: blur(8px);
}
.hp-slider__dots button {
  width: 9px;
  height: 9px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(34,52,38,.30);
  box-shadow: none;
  transition: width .2s ease, background .2s ease;
}
.hp-slider__dots button.is-active { width: 25px; background: #799664; }
.hp-slider__dots button:focus-visible,
.hp-slider__arrow:focus-visible { outline: 3px solid rgba(121,150,100,.35); outline-offset: 3px; }

@media (max-width: 900px) {
  .hp-slider__slide { grid-template-columns: 1fr; min-height: 0; }
  .hp-slider__copy { min-height: 370px; padding: 60px 54px 62px; text-align: center; align-items: center; }
  .hp-slider__copy h1,
  .hp-slider__copy h2 { font-size: clamp(42px, 8vw, 58px); }
  .hp-slider__copy p { font-size: 16px; }
  .hp-slider__visual,
  .hp-slider__visual img { min-height: 360px; max-height: 440px; }
  .hp-slider__arrow { top: 67%; }
}

@media (max-width: 560px) {
  .hp-slider { border-radius: 14px; }
  .hp-slider__copy { min-height: 340px; padding: 48px 34px 58px; }
  .hp-slider__copy h1,
  .hp-slider__copy h2 { font-size: clamp(38px, 12vw, 50px); }
  .hp-slider__visual,
  .hp-slider__visual img { min-height: 280px; height: 280px; }
  .hp-slider__arrow { top: 73%; width: 38px; height: 38px; font-size: 26px; }
  .hp-slider__arrow--prev { left: 10px; }
  .hp-slider__arrow--next { right: 10px; }
  .hp-slider__dots { bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .hp-slider__slide,
  .hp-slider__arrow,
  .hp-slider__dots button { transition: none; }
}

/* ==========================================================
   The Pet Companion 1.5 – full-width campaign slider
   ========================================================== */
.hp-hero--campaign { padding-top: 24px; }
.hp-slider--campaign {
  min-height: 520px;
  border-radius: 20px;
  background: #263328;
  box-shadow: 0 18px 44px rgba(28, 37, 24, .10);
}
.hp-slider--campaign .hp-slider__slides { min-height: 520px; }
.hp-slider__slide--campaign {
  position: relative;
  min-height: 520px;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.012);
  transition: opacity .55s ease, transform 1s ease, visibility .55s ease;
}
.hp-slider__slide--campaign.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}
.hp-slider__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: 62% 50%;
}
.hp-slider__slide--small-pets .hp-slider__background { object-position: 62% 49%; }
.hp-slider__slide--birds .hp-slider__background { object-position: 62% 48%; }
.hp-slider__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(21,31,23,.88) 0%, rgba(21,31,23,.77) 24%, rgba(21,31,23,.48) 47%, rgba(21,31,23,.10) 69%, rgba(21,31,23,.02) 100%),
    linear-gradient(0deg, rgba(15,21,16,.15), rgba(15,21,16,0) 38%);
}
.hp-slider__campaign-copy {
  position: relative;
  z-index: 3;
  min-height: 520px;
  width: min(620px, 51%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 72px 76px;
  color: #fff;
}
.hp-slider__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #e6dfc9;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hp-slider__eyebrow::before {
  content: '';
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background: #b7c8a2;
}
.hp-slider__campaign-copy h1,
.hp-slider__campaign-copy h2 {
  max-width: 610px;
  margin: 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(46px, 4.5vw, 66px);
  line-height: .99;
  letter-spacing: -.045em;
  text-shadow: 0 2px 16px rgba(0,0,0,.14);
}
.hp-slider__campaign-copy p {
  max-width: 510px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.65;
  text-shadow: 0 1px 8px rgba(0,0,0,.12);
}
.hp-button--campaign {
  min-height: 50px;
  padding: 0 23px;
  background: #f5f2e9;
  color: #263328;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.hp-button--campaign:hover {
  background: #799664;
  color: #fff;
  border-color: #799664;
}
.hp-slider--campaign .hp-slider__arrow {
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,.90);
  border-color: rgba(255,255,255,.48);
  color: #253326;
  backdrop-filter: blur(8px);
}
.hp-slider--campaign .hp-slider__arrow--prev { left: 18px; }
.hp-slider--campaign .hp-slider__arrow--next { right: 18px; }
.hp-slider--campaign .hp-slider__dots {
  left: 72px;
  bottom: 25px;
  transform: none;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
}
.hp-slider--campaign .hp-slider__dots button {
  background: rgba(255,255,255,.46);
}
.hp-slider--campaign .hp-slider__dots button.is-active {
  background: #fff;
}
.hp-hero--campaign .hp-usp-bar {
  width: calc(100% - 84px);
  margin: -28px auto 0;
  position: relative;
  z-index: 10;
  background: #f1eee7;
}

@media (max-width: 1000px) {
  .hp-slider--campaign,
  .hp-slider--campaign .hp-slider__slides,
  .hp-slider__slide--campaign,
  .hp-slider__background { min-height: 480px; }
  .hp-slider__campaign-copy {
    min-height: 480px;
    width: min(660px, 67%);
    padding: 60px 58px 70px;
  }
  .hp-slider__campaign-copy h1,
  .hp-slider__campaign-copy h2 { font-size: clamp(44px, 6vw, 60px); }
  .hp-slider__shade {
    background: linear-gradient(90deg, rgba(21,31,23,.90) 0%, rgba(21,31,23,.73) 35%, rgba(21,31,23,.30) 68%, rgba(21,31,23,.04) 100%);
  }
  .hp-slider--campaign .hp-slider__dots { left: 58px; }
}

@media (max-width: 700px) {
  .hp-hero--campaign { padding-top: 12px; }
  .hp-slider--campaign { border-radius: 15px; }
  .hp-slider--campaign,
  .hp-slider--campaign .hp-slider__slides,
  .hp-slider__slide--campaign,
  .hp-slider__background { min-height: 500px; }
  .hp-slider__background { object-position: 67% 50%; }
  .hp-slider__shade {
    background:
      linear-gradient(0deg, rgba(18,27,20,.94) 0%, rgba(18,27,20,.78) 44%, rgba(18,27,20,.20) 75%, rgba(18,27,20,.05) 100%),
      linear-gradient(90deg, rgba(18,27,20,.25), rgba(18,27,20,0));
  }
  .hp-slider__campaign-copy {
    min-height: 500px;
    width: 100%;
    justify-content: flex-end;
    padding: 44px 42px 70px;
  }
  .hp-slider__campaign-copy h1,
  .hp-slider__campaign-copy h2 {
    max-width: 520px;
    font-size: clamp(39px, 11vw, 52px);
  }
  .hp-slider__campaign-copy p {
    max-width: 500px;
    font-size: 15px;
  }
  .hp-slider--campaign .hp-slider__arrow {
    top: 48%;
    width: 38px;
    height: 38px;
    font-size: 25px;
  }
  .hp-slider--campaign .hp-slider__arrow--prev { left: 10px; }
  .hp-slider--campaign .hp-slider__arrow--next { right: 10px; }
  .hp-slider--campaign .hp-slider__dots {
    left: 42px;
    bottom: 24px;
  }
  .hp-hero--campaign .hp-usp-bar {
    width: 100%;
    margin-top: 14px;
  }
}

@media (max-width: 480px) {
  .hp-slider__campaign-copy { padding: 36px 28px 62px; }
  .hp-slider__eyebrow { font-size: 10px; letter-spacing: .10em; }
  .hp-slider__campaign-copy h1,
  .hp-slider__campaign-copy h2 { font-size: 40px; }
  .hp-slider--campaign .hp-slider__dots { left: 28px; }
  .hp-button--campaign { width: auto; min-width: 0; }
}
