:root {
  --hph-ink: #17223c;
  --hph-green: #31549a;
  --hph-green-dark: #172b55;
  --hph-sage: #dce5f5;
  --hph-cream: #f8f4ed;
  --hph-sand: #e8dece;
  --hph-terracotta: #d46952;
  --hph-white: #fffdf9;
}

body.hph-site { margin: 0; background: var(--hph-white); color: var(--hph-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.hph-site * { box-sizing: border-box; }
.hph-site a { color: inherit; text-decoration: none; }
.hph-skip { position: fixed; left: 12px; top: -60px; z-index: 9999; background: #fff; color: #111; padding: 12px 18px; border-radius: 0 0 8px 8px; }
.hph-skip:focus { top: 0; }
.hph-header { position: relative; z-index: 30; background: rgba(255,253,249,.96); }
.hph-announcement { padding: 9px 20px; background: var(--hph-green-dark); color: #fff; text-align: center; font-size: 12px; font-weight: 650; letter-spacing: .08em; }
.hph-nav-wrap { width: min(1240px, calc(100% - 40px)); height: 82px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.hph-brand { display: inline-flex; align-items: center; gap: 10px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 700; letter-spacing: -.03em; white-space: nowrap; }
.hph-brand > span:last-child > span { color: var(--hph-terracotta); }
.hph-brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--hph-sage); }
.hph-brand-mark svg { width: 23px; height: 23px; fill: var(--hph-green-dark); transform: rotate(-8deg); }
.hph-nav { display: flex; justify-content: center; gap: 31px; font-size: 14px; font-weight: 650; }
.hph-nav a, .hph-actions a { position: relative; }
.hph-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--hph-terracotta); transition: right .2s ease; }
.hph-nav a:hover::after, .hph-nav a:focus::after { right: 0; }
.hph-actions { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 650; }
.hph-cart { padding: 10px 16px; border: 1px solid rgba(36,53,47,.18); border-radius: 999px; }
.hph-cart span { min-width: 20px; height: 20px; display: inline-grid; place-items: center; margin-left: 4px; background: var(--hph-terracotta); color: #fff; border-radius: 50%; font-size: 11px; }
.hph-menu-toggle { display: none; border: 0; background: none; font: inherit; color: inherit; }
.hph-site #main, .hph-site .shop-page-title, .hph-site .page-wrapper { position: relative; }
.hph-site.woocommerce .shop-container, .hph-site.woocommerce-page .shop-container { padding-top: 35px; padding-bottom: 70px; }
.hph-site.woocommerce div.product { padding-top: 48px; }
.hph-site.woocommerce .product-title { color: var(--hph-ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.025em; }
.hph-site.woocommerce .price { color: var(--hph-green-dark); }
.hph-site.woocommerce .product-images img, .hph-site.woocommerce .box-image { border-radius: 18px; }

.hph-hero { min-height: 650px; display: flex; align-items: center; background-color: var(--hph-cream); background-image: linear-gradient(90deg, rgba(248,244,237,.99) 0%, rgba(248,244,237,.92) 31%, rgba(248,244,237,.12) 60%, rgba(248,244,237,0) 100%), url('homepawhub-department-hero-v2.png'); background-position: center; background-size: cover; }
.hph-hero-content { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 92px; }
.hph-hero-content > * { max-width: 590px; }
.hph-eyebrow { margin: 0 0 17px; color: var(--hph-terracotta); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hph-hero h1, .hph-section h2, .hph-story h2, .hph-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .99; }
.hph-hero h1 { max-width: 660px; font-size: clamp(54px, 6.3vw, 91px); }
.hph-hero-content > p:not(.hph-eyebrow) { max-width: 530px; margin: 27px 0 0; color: #53645d; font-size: 18px; line-height: 1.7; }
.hph-hero-ctas { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.hph-button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 25px; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.hph-button:hover { transform: translateY(-2px); }
.hph-button-primary { background: var(--hph-green-dark); color: #fff !important; box-shadow: 0 12px 30px rgba(49,75,64,.2); }
.hph-button-primary:hover { background: #223a30; }
.hph-text-link { font-size: 14px; font-weight: 750; }
.hph-text-link span { margin-left: 5px; color: var(--hph-terracotta); }

.hph-trust { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1100px, calc(100% - 40px)); margin: -34px auto 0; position: relative; z-index: 5; background: var(--hph-white); border-radius: 18px; box-shadow: 0 18px 60px rgba(36,53,47,.1); }
.hph-trust div { padding: 27px 35px; text-align: center; }
.hph-trust div + div { border-left: 1px solid #e8e8df; }
.hph-trust strong, .hph-trust span { display: block; }
.hph-trust strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.hph-trust span { margin-top: 6px; color: #738078; font-size: 12px; }

.hph-section { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 118px 0; }
.hph-section-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 90px; align-items: end; margin-bottom: 45px; }
.hph-section-heading h2, .hph-story h2, .hph-cta h2 { font-size: clamp(40px, 4.3vw, 64px); }
.hph-section-heading > p { margin: 0 0 5px; color: #69776f; font-size: 16px; line-height: 1.75; }
.hph-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hph-collection-card { min-height: 380px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 24px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.hph-collection-card:hover { transform: translateY(-5px); box-shadow: 0 24px 45px rgba(49,75,64,.13); }
.hph-card-dog { background: #dde7dc; }
.hph-card-cat { background: #eee0ce; }
.hph-card-home { background: #e7d2cb; }
.hph-card-tech { background: #d8e2f4; }
.hph-card-family { background: #eadfbe; }
.hph-card-gifts { background: #d9d6e8; }
.hph-card-icon { width: 68px; height: 68px; display: grid; place-items: center; background: rgba(255,255,255,.56); border-radius: 50%; font-family: Georgia, serif; font-size: 36px; color: var(--hph-green-dark); }
.hph-collection-card div > span:first-child { color: #66766e; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hph-collection-card h3 { max-width: 260px; margin: 9px 0 28px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
.hph-card-arrow { font-size: 13px; font-weight: 800; }

.hph-products { padding-top: 40px; }
.hph-product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.hph-product-card { display: block; min-width: 0; }
.hph-product-image { display: block; overflow: hidden; aspect-ratio: 1; background: #f5f1e9; border-radius: 18px; }
.hph-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.hph-product-card:hover .hph-product-image img { transform: scale(1.035); }
.hph-product-meta { display: flex; flex-direction: column; align-items: flex-start; padding: 18px 4px 0; }
.hph-product-status { margin-bottom: 7px; color: var(--hph-terracotta); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hph-product-meta strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; line-height: 1.25; }
.hph-product-price { margin-top: 9px; color: #687386; font-size: 14px; }

.hph-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--hph-green-dark); color: #fff; }
.hph-story-art { min-height: 620px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--hph-sage); }
.hph-story-art svg { position: relative; z-index: 2; width: 230px; fill: var(--hph-green); transform: rotate(-8deg); filter: drop-shadow(0 24px 30px rgba(49,75,64,.18)); }
.hph-orbit { position: absolute; border: 1px solid rgba(49,75,64,.18); border-radius: 50%; }
.hph-orbit-one { width: 470px; height: 470px; }
.hph-orbit-two { width: 660px; height: 660px; }
.hph-story-copy { align-self: center; max-width: 650px; padding: 80px clamp(40px, 7vw, 120px); }
.hph-story-copy > p:not(.hph-eyebrow) { margin: 28px 0; color: #d8e0dc; font-size: 17px; line-height: 1.75; }
.hph-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 26px; }
.hph-checks span { position: relative; padding-left: 25px; color: #fff; font-size: 14px; }
.hph-checks span::before { content: "✓"; position: absolute; left: 0; color: #e6a48c; font-weight: 800; }

.hph-section-heading.hph-centered { display: block; max-width: 680px; margin: 0 auto 55px; text-align: center; }
.hph-section-heading.hph-centered > p { margin-top: 20px; }
.hph-care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hph-care-grid article { padding: 38px 35px 42px; border: 1px solid #e6e5dc; border-radius: 20px; }
.hph-care-grid article > span { color: var(--hph-terracotta); font-size: 12px; font-weight: 850; letter-spacing: .15em; }
.hph-care-grid h3 { margin: 45px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; }
.hph-care-grid p { margin: 0; color: #6b7871; font-size: 14px; line-height: 1.75; }

.hph-cta { padding: 110px 20px; text-align: center; background: var(--hph-terracotta); color: #fff; }
.hph-cta .hph-eyebrow { color: #ffe1d5; }
.hph-cta > p:not(.hph-eyebrow) { max-width: 580px; margin: 24px auto 30px; color: #fff1ec; font-size: 17px; }
.hph-button-light { background: #fff; color: var(--hph-green-dark) !important; }

.hph-footer { padding: 70px max(20px, calc((100% - 1240px) / 2)) 25px; background: #1f3029; color: #fff; }
.hph-footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 55px; }
.hph-brand-footer { color: #fff !important; }
.hph-footer-main > div:first-child > p { max-width: 360px; color: #aebdb6; line-height: 1.7; }
.hph-footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.hph-footer-main strong { margin-bottom: 5px; color: #dce6dc; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.hph-footer-main a:not(.hph-brand) { color: #aebdb6; font-size: 14px; }
.hph-footer-main a:hover { color: #fff; }
.hph-footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #8fa199; font-size: 12px; }

@media (max-width: 850px) {
  .hph-nav-wrap { height: 72px; grid-template-columns: auto auto; justify-content: space-between; }
  .hph-menu-toggle { display: block; }
  .hph-nav { display: none; position: absolute; left: 20px; right: 20px; top: 106px; padding: 22px; flex-direction: column; gap: 16px; background: #fff; border-radius: 14px; box-shadow: 0 15px 40px rgba(0,0,0,.12); }
  .hph-nav.is-open { display: flex; }
  .hph-actions { display: none; }
  .hph-hero { min-height: 720px; align-items: flex-start; background-image: linear-gradient(180deg, rgba(248,244,237,.99) 0%, rgba(248,244,237,.91) 38%, rgba(248,244,237,.13) 68%), url('homepawhub-department-hero-v2.png'); background-position: 65% center; }
  .hph-hero-content { padding-top: 72px; }
  .hph-hero h1 { font-size: clamp(48px, 13vw, 72px); }
  .hph-trust { grid-template-columns: 1fr; margin-top: -24px; }
  .hph-trust div + div { border-left: 0; border-top: 1px solid #e8e8df; }
  .hph-section-heading, .hph-story { grid-template-columns: 1fr; gap: 26px; }
  .hph-card-grid, .hph-care-grid { grid-template-columns: 1fr; }
  .hph-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hph-collection-card { min-height: 300px; }
  .hph-story-art { min-height: 420px; }
  .hph-story-copy { padding: 70px 30px; }
  .hph-footer-main { grid-template-columns: 1fr 1fr; }
  .hph-footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .hph-announcement { font-size: 10px; }
  .hph-brand { font-size: 21px; }
  .hph-brand-mark { width: 31px; height: 31px; }
  .hph-hero { min-height: 650px; }
  .hph-hero-content > p:not(.hph-eyebrow) { font-size: 16px; }
  .hph-hero-ctas { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hph-section { padding: 86px 0; }
  .hph-section-heading { margin-bottom: 34px; }
  .hph-checks { grid-template-columns: 1fr; }
  .hph-footer-main { grid-template-columns: 1fr; gap: 34px; }
  .hph-footer-main > div:first-child { grid-column: auto; }
  .hph-footer-bottom { gap: 12px; flex-direction: column; }
  .hph-product-grid { grid-template-columns: 1fr; }
}
