
:root{
  --fvp-navy:#0b2a5b;
  --fvp-navy-2:#153f78;
  --fvp-orange:#ff8a00;
  --fvp-cream:#fff7ed;
  --fvp-light:#f5f8fc;
  --fvp-text:#1d2735;
  --fvp-muted:#5d6a7d;
  --fvp-white:#fff;
  --fvp-shadow:0 18px 50px rgba(11,42,91,.12);
}
.fvp-front-page .entry-header,
.fvp-front-page .entry-title{display:none!important}
.fvp-front-page .site-content,
.fvp-front-page .content-area,
.fvp-front-page .site-main,
.fvp-front-page article,
.fvp-front-page .entry-content{margin:0!important;padding:0!important;max-width:none!important;width:100%!important}
.fvp-home{font-family:Inter,Arial,sans-serif;color:var(--fvp-text);overflow:hidden}
.fvp-home *{box-sizing:border-box}
.fvp-home h1,.fvp-home h2,.fvp-home h3{font-family:Poppins,Arial,sans-serif;margin-top:0}
.fvp-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.fvp-hero{min-height:690px;position:relative;display:flex;align-items:center;background:var(--fvp-navy)}
.fvp-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.fvp-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,42,91,.96) 0%,rgba(11,42,91,.82) 43%,rgba(11,42,91,.20) 72%,rgba(11,42,91,.04) 100%)}
.fvp-hero-inner{position:relative;z-index:2;padding:95px 0}
.fvp-hero-copy{max-width:610px;color:white}
.fvp-kicker,.fvp-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.13em;font-size:13px;font-weight:700}
.fvp-kicker{color:#ffd59d;margin-bottom:18px}
.fvp-eyebrow{color:var(--fvp-orange);margin-bottom:10px}
.fvp-hero h1{font-size:clamp(52px,7vw,86px);line-height:1.02;color:#fff;margin-bottom:24px}
.fvp-hero p{font-size:20px;line-height:1.7;max-width:590px;color:#f0f4fa;margin:0 0 32px}
.fvp-actions{display:flex;gap:14px;flex-wrap:wrap}
.fvp-button{display:inline-flex;align-items:center;justify-content:center;padding:15px 26px;border-radius:999px;text-decoration:none!important;font-weight:700;transition:.2s ease}
.fvp-button:hover{transform:translateY(-2px)}
.fvp-button-primary{background:var(--fvp-orange);color:#fff!important;box-shadow:0 10px 24px rgba(255,138,0,.28)}
.fvp-button-light{background:#fff;color:var(--fvp-navy)!important}
.fvp-trust{background:#fff;position:relative;z-index:4;box-shadow:0 12px 35px rgba(11,42,91,.08)}
.fvp-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.fvp-trust-grid>div{padding:26px 20px;display:grid;grid-template-columns:42px 1fr;column-gap:12px;border-right:1px solid #e7edf5}
.fvp-trust-grid>div:last-child{border-right:0}
.fvp-trust-grid span{font-size:28px;grid-row:1/3}
.fvp-trust-grid strong{font-size:15px;color:var(--fvp-navy)}
.fvp-trust-grid small{color:var(--fvp-muted);font-size:13px;line-height:1.5}
.fvp-section{padding:88px 0}
.fvp-centered-head{text-align:center;max-width:760px;margin:0 auto 38px}
.fvp-centered-head h2,.fvp-section-head h2,.fvp-story h2,.fvp-newsletter h2{font-size:clamp(34px,4vw,48px);line-height:1.15;color:var(--fvp-navy);margin-bottom:14px}
.fvp-centered-head p{font-size:18px;line-height:1.7;color:var(--fvp-muted)}
.fvp-shop-pet{background:#fff}
.fvp-pet-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.fvp-pet-card{padding:54px 45px;border-radius:28px;text-decoration:none!important;color:#fff!important;min-height:360px;box-shadow:var(--fvp-shadow);transition:.25s ease}
.fvp-pet-card:hover{transform:translateY(-5px)}
.fvp-dog-card{background:linear-gradient(135deg,var(--fvp-navy),var(--fvp-navy-2))}
.fvp-cat-card{background:linear-gradient(135deg,#ff8a00,#ffb044)}
.fvp-pet-icon{font-size:76px}
.fvp-pet-card h3{font-size:34px;color:#fff;margin:12px 0}
.fvp-pet-card p{font-size:17px;line-height:1.65;max-width:430px;color:rgba(255,255,255,.9)}
.fvp-pet-card span{display:inline-block;margin-top:18px;font-weight:700}
.fvp-products-section{background:var(--fvp-light)}
.fvp-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}
.fvp-section-head h2{margin-bottom:0}
.fvp-text-link{font-weight:700;color:var(--fvp-navy)!important;text-decoration:none!important}
.fvp-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.fvp-product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 35px rgba(11,42,91,.08);transition:.2s ease}
.fvp-product-card:hover{transform:translateY(-4px)}
.fvp-product-image{display:block;aspect-ratio:1/1;background:#eef3f8;overflow:hidden}
.fvp-product-image img{width:100%!important;height:100%!important;object-fit:cover}
.fvp-product-copy{padding:20px}
.fvp-product-copy h3{font-size:18px;line-height:1.35;margin-bottom:10px}
.fvp-product-copy h3 a{color:var(--fvp-navy)!important;text-decoration:none!important}
.fvp-price{font-weight:700;color:var(--fvp-orange);margin-bottom:15px}
.fvp-card-button{display:inline-block;border:2px solid var(--fvp-navy);border-radius:999px;padding:9px 16px;color:var(--fvp-navy)!important;text-decoration:none!important;font-size:14px;font-weight:700}
.fvp-placeholder-image{aspect-ratio:1/1;display:grid;place-items:center;font-size:64px;background:#eef3f8}
.fvp-placeholder-card p{font-size:14px;color:var(--fvp-muted);line-height:1.5}
.fvp-category-section{background:#fff}
.fvp-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.fvp-category-grid a{padding:28px 20px;border:1px solid #e5ebf3;border-radius:18px;text-align:center;text-decoration:none!important;transition:.2s ease;background:#fff}
.fvp-category-grid a:hover{box-shadow:var(--fvp-shadow);transform:translateY(-3px)}
.fvp-category-grid span{display:block;font-size:42px;margin-bottom:12px}
.fvp-category-grid strong{display:block;color:var(--fvp-navy);font-size:17px;margin-bottom:7px}
.fvp-category-grid small{display:block;color:var(--fvp-muted);line-height:1.5}
.fvp-story{padding:92px 0;background:var(--fvp-cream)}
.fvp-story-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:65px;align-items:center}
.fvp-story-logo{background:#fff;border-radius:28px;padding:34px;box-shadow:var(--fvp-shadow)}
.fvp-story-logo img{width:100%;height:auto}
.fvp-story-copy p{font-size:18px;line-height:1.75;color:var(--fvp-muted);margin-bottom:28px}
.fvp-newsletter{padding:78px 0;background:linear-gradient(120deg,var(--fvp-navy),var(--fvp-navy-2));color:#fff}
.fvp-newsletter-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}
.fvp-newsletter h2{color:#fff;margin-bottom:10px}
.fvp-newsletter p{color:#dce6f4;font-size:17px}
.fvp-signup{display:flex;background:#fff;border-radius:999px;padding:7px;box-shadow:0 10px 30px rgba(0,0,0,.16)}
.fvp-signup input{flex:1;border:0!important;outline:0!important;padding:12px 16px!important;border-radius:999px!important;background:transparent!important}
.fvp-signup button{border:0;border-radius:999px;background:var(--fvp-orange);color:#fff;padding:12px 22px;font-weight:700;cursor:pointer}
.fvp-social{background:#fff}
.fvp-social-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.fvp-social-links a{padding:12px 19px;border-radius:999px;background:var(--fvp-navy);color:#fff!important;text-decoration:none!important;font-weight:700}
@media (max-width:980px){
  .fvp-trust-grid{grid-template-columns:1fr 1fr}
  .fvp-trust-grid>div:nth-child(2){border-right:0}
  .fvp-product-grid{grid-template-columns:1fr 1fr}
  .fvp-category-grid{grid-template-columns:repeat(3,1fr)}
  .fvp-newsletter-inner,.fvp-story-grid{grid-template-columns:1fr}
}
@media (max-width:700px){
  .fvp-wrap{width:min(100% - 28px,1180px)}
  .fvp-hero{min-height:620px}
  .fvp-hero-bg{background-position:67% center}
  .fvp-hero-overlay{background:linear-gradient(90deg,rgba(11,42,91,.96),rgba(11,42,91,.82))}
  .fvp-hero-inner{padding:75px 0}
  .fvp-hero p{font-size:17px}
  .fvp-trust-grid,.fvp-pet-grid,.fvp-product-grid,.fvp-category-grid{grid-template-columns:1fr}
  .fvp-trust-grid>div{border-right:0;border-bottom:1px solid #e7edf5}
  .fvp-section{padding:68px 0}
  .fvp-pet-card{padding:38px 28px;min-height:0}
  .fvp-section-head{align-items:flex-start;flex-direction:column}
  .fvp-signup{border-radius:18px;display:block}
  .fvp-signup input{width:100%;margin-bottom:5px}
  .fvp-signup button{width:100%}
}
