/** Shopify CDN: Minification failed

Line 275:0 Unexpected "}"

**/
/* FreshPaw — Clean Light Homepage
   Based on the hybrid mockup. Bright, minimalist, soft borders.
   ──────────────────────────────────── */

:root {
  --fph-dark:   #131110;
  --fph-text:   #3D3930;
  --fph-grey:   #787060;
  --fph-light:  #F7F5F0;
  --fph-white:  #FFFFFF;
  --fph-border: rgba(19, 17, 16, 0.08);
  --fph-sans:   'Inter', system-ui, sans-serif;
  --fph-ease:   cubic-bezier(0.22, 1, 0.36, 1);
}

.fph { background: var(--fph-white); font-family: var(--fph-sans); color: var(--fph-text); }
.fph *, .fph *::before, .fph *::after { box-sizing: border-box; }
.fph img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ── BUTTONS ───────────────────────── */
.fph-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 40px; /* pill shape like mockup */
  font: 500 13px/1 var(--fph-sans); text-decoration: none;
  background: var(--fph-dark); color: var(--fph-white);
  transition: all .25s var(--fph-ease); cursor: pointer; border: 1px solid var(--fph-dark);
}
.fph-btn:hover { background: #2A2621; }
.fph-btn--outline {
  background: transparent; color: var(--fph-dark); border-color: var(--fph-border);
}
.fph-btn--outline:hover { background: var(--fph-light); border-color: var(--fph-dark); }
.fph-btn--outline svg { width: 16px; height: 16px; }

/* ── HERO ──────────────────────────── */
.fph-hero {
  position: relative; height: 80vh; min-height: 500px;
  background: #E8E2DA; display: flex; align-items: center;
  overflow: hidden;
}
.fph-hero__bg { position: absolute; inset: 0; }
.fph-hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(247, 245, 240, 0.95) 0%, rgba(247, 245, 240, 0.6) 50%, transparent 100%);
}
.fph-hero__content {
  position: relative; z-index: 2;
  padding: clamp(40px,8vw,120px) clamp(24px,5vw,80px);
  max-width: 650px;
}
.fph-hero__h1 {
  font: 600 clamp(2.5rem,5vw,4.2rem)/1.1 var(--fph-sans);
  color: var(--fph-dark);
  margin: 0 0 16px; letter-spacing: -.02em;
}
.fph-hero__p {
  font: 400 17px/1.6 var(--fph-sans); color: var(--fph-dark);
  margin-bottom: 32px; max-width: 420px; font-weight: 500;
}
.fph-hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.fph-hero__minitrust {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-top: 32px;
}
.fph-hero__minitrust span {
  font: 600 12px/1 var(--fph-sans); color: var(--fph-dark);
  background: rgba(255, 255, 255, 0.8); padding: 8px 12px; border-radius: 6px;
  border: 1px solid rgba(19, 17, 16, 0.1); backdrop-filter: blur(4px);
  display: flex; align-items: center; gap: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* ── TRUST BAR ─────────────────────── */
.fph-trust {
  padding: 32px clamp(24px,5vw,80px);
  border-bottom: 1px solid var(--fph-border);
}
.fph-trust__grid {
  display: flex; justify-content: center; gap: clamp(24px, 6vw, 80px);
  max-width: 1200px; margin: 0 auto; flex-wrap: wrap;
}
.fph-trust__item { display: flex; align-items: center; gap: 12px; }
.fph-trust__icon { width: 24px; height: 24px; color: var(--fph-dark); opacity: .7; }
.fph-trust__text { font: 500 12px/1.4 var(--fph-sans); color: var(--fph-dark); }

/* ── WHY FRESHPAW CARDS ────────────── */
.fph-why {
  padding: clamp(60px,8vw,120px) clamp(24px,5vw,80px);
  max-width: 1400px; margin: 0 auto;
}
.fph-why__head { text-align: center; margin-bottom: 48px; }
.fph-why__title { font: 600 clamp(2rem,3vw,2.5rem)/1.2 var(--fph-sans); color: var(--fph-dark); }
.fph-why__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.fph-why__card {
  padding: 40px 24px; text-align: center;
  border: 1px solid var(--fph-border); border-radius: 8px;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.fph-why__card-icon { width: 40px; height: 40px; color: #C8823A; }
.fph-why__card-title { font: 600 15px/1.35 var(--fph-sans); color: var(--fph-dark); }
.fph-why__card-p { font: 400 13px/1.6 var(--fph-sans); color: var(--fph-grey); }

/* ── SPLIT STORY ───────────────────── */
.fph-split {
  display: grid; grid-template-columns: 55% 45%;
  background: var(--fph-light); margin-bottom: 80px;
}
.fph-split__img { background: #E8E4DE; min-height: 400px; position: relative; }
.fph-split__text {
  padding: clamp(40px,8vw,100px) clamp(32px,6vw,80px);
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
}
.fph-split__title { font: 600 clamp(2rem,3vw,3rem)/1.2 var(--fph-sans); color: var(--fph-dark); margin-bottom: 24px; }
.fph-split__p { font: 400 15px/1.6 var(--fph-sans); color: var(--fph-grey); margin-bottom: 20px; }
.fph-split__proof {
  display: flex; flex-direction: column; gap: 6px;
  background: var(--fph-white); border: 1px solid var(--fph-border);
  border-radius: 8px; padding: 14px 18px; margin-bottom: 28px;
}
.fph-split__stars { color: #C8823A; font-size: 14px; letter-spacing: 2px; }
.fph-split__quote { font: 400 italic 13px/1.5 var(--fph-sans); color: var(--fph-grey); }

/* ── BESTSELLERS (4 cols) ──────────── */
.fph-bestsellers {
  padding: 0 clamp(24px,5vw,80px) 80px;
  max-width: 1600px; margin: 0 auto;
}
.fph-bestsellers__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 32px;
}
.fph-bestsellers__title { font: 600 clamp(1.8rem,3vw,2.5rem)/1.2 var(--fph-sans); color: var(--fph-dark); }
.fph-bestsellers__link { font: 500 13px/1 var(--fph-sans); color: var(--fph-dark); text-decoration: none; display: flex; align-items: center; gap: 4px; }
.fph-bestsellers__link:hover { text-decoration: underline; }
.fph-bestsellers__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.fph-product { text-decoration: none; display: block; }
.fph-product__img {
  aspect-ratio: 4/3; background: #EAE6DF; border-radius: 8px; margin-bottom: 16px;
  overflow: hidden; position: relative;
}
.fph-product__img img { transition: transform .6s var(--fph-ease); mix-blend-mode: multiply; }
.fph-product:hover .fph-product__img img { transform: scale(1.05); }
.fph-product__badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--fph-dark); color: var(--fph-white);
  font: 600 10px/1 var(--fph-sans); letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 4px;
}
.fph-product__info { display: flex; flex-direction: column; gap: 6px; }
.fph-product__stars { color: #C8823A; font-size: 12px; }
.fph-product__stars small { color: var(--fph-grey); font-size: 11px; }
.fph-product__title { font: 600 15px/1.3 var(--fph-sans); color: var(--fph-dark); display: flex; flex-direction: column; gap: 2px; }
.fph-product__title span { font: 400 12px/1.4 var(--fph-sans); color: var(--fph-grey); }
.fph-product__price { font: 500 13px/1 var(--fph-sans); color: var(--fph-dark); }

/* ── FINAL CTA ─────────────────────── */
.fph-finalcta {
  background: var(--fph-dark);
  padding: clamp(60px,10vw,100px) clamp(24px,5vw,80px);
  text-align: center;
}
.fph-finalcta__inner {
  max-width: 640px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.fph-finalcta__label {
  font: 500 12px/1 var(--fph-sans); letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin: 0;
}
.fph-finalcta__title {
  font: 600 clamp(2rem,4vw,3rem)/1.15 var(--fph-sans);
  color: var(--fph-white); margin: 0; letter-spacing: -.02em;
}
.fph-finalcta__sub {
  font: 400 15px/1.6 var(--fph-sans); color: rgba(255,255,255,.55); margin: 0;
}
.fph-finalcta .fph-btn {
  background: var(--fph-white); color: var(--fph-dark); border-color: var(--fph-white);
  padding: 16px 36px; font-size: 14px;
}
.fph-finalcta .fph-btn:hover { background: #EAE6DF; border-color: #EAE6DF; }

/* ── SOCIAL PROOF ──────────────────── */
.fph-social { padding: 80px clamp(24px,5vw,80px); max-width: 1400px; margin: 0 auto; }
.fph-social__head { text-align: center; margin-bottom: 48px; }
.fph-social__title { font: 600 clamp(1.8rem,3vw,2.5rem)/1.2 var(--fph-sans); color: var(--fph-dark); margin-bottom: 8px; }
.fph-social__sub { font: 400 15px/1.5 var(--fph-sans); color: var(--fph-grey); }
.fph-social__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fph-social__card { border-radius: 8px; overflow: hidden; background: var(--fph-light); border: 1px solid var(--fph-border); display: flex; flex-direction: column; }
.fph-social__img { aspect-ratio: 1/1; background: #E8E2DA; }
.fph-social__content { padding: 16px; }
.fph-social__stars { color: #C8823A; font-size: 13px; margin-bottom: 8px; letter-spacing: 1px; }
.fph-social__quote { font: 500 italic 13px/1.5 var(--fph-sans); color: var(--fph-dark); margin-bottom: 8px; }
.fph-social__author { font: 400 12px/1 var(--fph-sans); color: var(--fph-grey); }

/* ── COMPARISON ────────────────────── */
.fph-compare { padding: 80px clamp(24px,5vw,80px); max-width: 800px; margin: 0 auto 80px; }
.fph-compare__title { text-align: center; font: 600 clamp(1.8rem,3vw,2.5rem)/1.2 var(--fph-sans); color: var(--fph-dark); margin-bottom: 40px; }
.fph-compare__table { display: flex; flex-direction: column; gap: 8px; }
.fph-compare__row { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 16px 20px; border-radius: 8px; background: var(--fph-light); }
.fph-compare__row--head { background: transparent; font-weight: 600; padding-bottom: 8px; }
.fph-compare__row div:nth-child(2) { color: #1E6654; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.fph-compare__row div:nth-child(3) { color: #9A3838; opacity: 0.8; display: flex; align-items: center; gap: 8px; }
.fph-compare__row div { font: 400 14px/1.4 var(--fph-sans); color: var(--fph-dark); }
.fph-compare__row--head div { font-size: 16px; }
.fph-compare__row--head div:nth-child(2) { color: var(--fph-dark); }
.fph-compare__row--head div:nth-child(3) { color: var(--fph-grey); }

/* ── VIDEO MODAL ───────────────────── */
.fph-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: all 0.3s var(--fph-ease);
}
.fph-modal.is-active {
  opacity: 1; visibility: visible; pointer-events: auto;
}
.fph-modal__overlay {
  position: absolute; inset: 0; background: rgba(19,17,16,0.9);
}
.fph-modal__content {
  position: relative; width: 90%; max-width: 1000px; z-index: 2;
  aspect-ratio: 16/9; background: #000; border-radius: 8px; overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.fph-modal__video {
  width: 100%; height: 100%; object-fit: cover;
}
.fph-modal__close {
  position: absolute; top: 16px; right: 16px; z-index: 3;
  background: rgba(0,0,0,0.5); color: #fff; border: none;
  width: 40px; height: 40px; border-radius: 50%;
  font-size: 24px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.2s;
}
.fph-modal__close:hover { background: rgba(0,0,0,0.8); }

/* ── ANIMATIONS ────────────────────── */
.fph-animate { opacity: 0; transform: translateY(30px); transition: opacity 0.8s var(--fph-ease), transform 0.8s var(--fph-ease); }
.fph-animate.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* ── RESPONSIVE ────────────────────── */
@media (max-width: 900px) {
  .fph-trust__grid { flex-direction: column; gap: 20px; align-items: center; }
  .fph-why__grid { grid-template-columns: repeat(2, 1fr); }
  .fph-split { grid-template-columns: 1fr; gap: 0; }
  .fph-split__text { padding: 60px 24px; }
  .fph-split__img { min-height: 350px; display: block; order: -1; }
  .fph-social__grid { grid-template-columns: repeat(2, 1fr); }
  .fph-bestsellers__grid { grid-template-columns: repeat(2, 1fr); }
  .fph-bestsellers__head { flex-direction: column; align-items: flex-start; gap: 16px; }
}
@media (max-width: 500px) {
  .fph-why__grid { grid-template-columns: 1fr; gap: 32px; }
  .fph-bestsellers__grid { grid-template-columns: 1fr; gap: 40px; }
  .fph-social__grid { grid-template-columns: 1fr; gap: 16px; }
  .fph-compare__row { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
  .fph-compare__row div:first-child { font-weight: 600; margin-bottom: 4px; }
  .fph-compare__row--head { display: none; }
  .fph-hero__minitrust { flex-direction: column; gap: 10px; }
}

}
