/*
Theme Name: PawFurvia Consumer
Theme URI: https://pawfurvia.com/
Author: PawFurvia
Description: Warm premium pet travel lifestyle theme for PawFurvia.
Version: 2.3.0
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: pawfurvia-consumer
*/

:root {
  --pfv-forest: #244f3f;
  --pfv-deep: #173d31;
  --pfv-warm: #faf8f3;
  --pfv-sage: #dce5da;
  --pfv-clay: #c9896b;
  --pfv-ink: #242824;
  --pfv-muted: #68726c;
  --pfv-line: #ded9cf;
  --pfv-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pfv-warm);
  color: var(--pfv-ink);
  font-family: Inter, Manrope, Arial, sans-serif;
}

body.admin-bar .pfv-nav {
  top: 32px;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.pfv-skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 12px;
  background: var(--pfv-deep);
  color: #fff;
  transform: translateY(-140%);
}

.pfv-skip-link:focus {
  transform: translateY(0);
}

.pfv-topbar {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 10px 18px;
  background: var(--pfv-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.pfv-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(36, 40, 36, 0.1);
  background: rgba(250, 248, 243, 0.94);
  backdrop-filter: blur(16px);
}

.pfv-brand {
  display: inline-flex;
  align-items: center;
  color: var(--pfv-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.pfv-brand-logo img {
  width: min(235px, 34vw);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.pfv-nav-links,
.pfv-nav-actions {
  display: flex;
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
}

.pfv-nav-actions {
  justify-content: flex-end;
}

.pfv-nav-links a,
.pfv-nav-actions a {
  color: var(--pfv-ink);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.pfv-menu-toggle {
  display: none;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--pfv-line);
  border-radius: 6px;
  background: #fff;
  color: var(--pfv-ink);
  font-weight: 850;
  text-transform: uppercase;
}

.pfv-btn,
.pfv-newsletter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--pfv-forest);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.pfv-btn-dark,
.pfv-newsletter button {
  background: var(--pfv-forest);
  color: #fff;
}

.pfv-btn-light {
  background: rgba(255, 255, 255, 0.78);
  color: var(--pfv-forest);
}

.pfv-page-main {
  min-height: 56vh;
}

.pfv-hero {
  position: relative;
  display: grid;
  min-height: 680px;
  align-items: center;
  overflow: hidden;
  padding: clamp(76px, 9vw, 116px) clamp(20px, 6vw, 88px);
}

.pfv-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pfv-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 248, 243, 0.96) 0%, rgba(250, 248, 243, 0.78) 38%, rgba(250, 248, 243, 0.14) 72%);
}

.pfv-hero-copy {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
}

.pfv-eyebrow {
  margin: 0 0 13px;
  color: var(--pfv-forest);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pfv-hero h1,
.pfv-section h2,
.pfv-kit h2,
.pfv-story h2,
.pfv-reviews h2,
.pfv-community h2,
.pfv-newsletter h2,
.pfv-standard-page h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.pfv-hero h1 {
  max-width: 720px;
  font-size: clamp(46px, 6.5vw, 76px);
}

.pfv-lede,
.pfv-section-head p,
.pfv-kit p,
.pfv-story p,
.pfv-review p,
.pfv-community p,
.pfv-newsletter p,
.pfv-product p,
.pfv-benefit p,
.pfv-footer p,
.pfv-standard-page {
  color: var(--pfv-muted);
  line-height: 1.7;
}

.pfv-lede {
  max-width: 590px;
  font-size: clamp(17px, 2vw, 21px);
}

.pfv-actions,
.pfv-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.pfv-trust span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--pfv-forest);
  font-size: 12px;
  font-weight: 850;
}

.pfv-section,
.pfv-kit,
.pfv-story,
.pfv-reviews,
.pfv-community,
.pfv-newsletter {
  padding: clamp(66px, 8vw, 118px) clamp(20px, 6vw, 88px);
}

.pfv-section-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.pfv-section h2,
.pfv-kit h2,
.pfv-story h2,
.pfv-reviews h2,
.pfv-community h2,
.pfv-newsletter h2 {
  font-size: clamp(34px, 5vw, 62px);
}

.pfv-categories,
.pfv-products,
.pfv-benefits,
.pfv-review-grid {
  display: grid;
  gap: 18px;
}

.pfv-categories,
.pfv-products,
.pfv-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pfv-cat {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--pfv-sage);
  text-decoration: none;
}

.pfv-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.pfv-cat:hover img {
  transform: scale(1.05);
}

.pfv-cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.58));
}

.pfv-cat div {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
}

.pfv-cat strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

.pfv-cat span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pfv-product {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pfv-line);
  border-radius: 14px;
  background: #fff;
}

.pfv-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--pfv-clay);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.pfv-product img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.pfv-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.pfv-review-note {
  color: var(--pfv-clay);
  font-size: 13px;
  font-weight: 900;
}

.pfv-product h3 {
  margin: 10px 0 8px;
  font-size: 22px;
  line-height: 1.2;
}

.pfv-colors {
  display: flex;
  gap: 7px;
  margin: 14px 0;
}

.pfv-colors i {
  width: 16px;
  height: 16px;
  border: 1px solid var(--pfv-line);
  border-radius: 50%;
}

.pfv-price {
  margin-top: auto;
  color: var(--pfv-ink);
  font-size: 19px;
  font-weight: 900;
}

.pfv-price del {
  margin-right: 8px;
  color: #969c96;
  font-weight: 500;
}

.pfv-quick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  background: var(--pfv-forest);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.pfv-kit {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(28px, 7vw, 88px);
  align-items: center;
  background: #fff;
}

.pfv-kit img,
.pfv-story img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.pfv-kit-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  color: var(--pfv-muted);
}

.pfv-kit-pricing {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin: 24px 0;
}

.pfv-kit-pricing del {
  color: #8c938e;
}

.pfv-kit-pricing strong {
  color: var(--pfv-forest);
  font-size: 34px;
}

.pfv-save {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--pfv-sage);
  color: var(--pfv-deep);
  font-weight: 900;
}

.pfv-benefit {
  padding: 24px;
  border: 1px solid var(--pfv-line);
  border-radius: 14px;
  background: #fff;
}

.pfv-benefit-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--pfv-sage);
}

.pfv-benefit h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.pfv-story {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 7vw, 88px);
  align-items: center;
}

.pfv-reviews {
  background: #fff;
}

.pfv-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfv-review {
  padding: 24px;
  border: 1px solid var(--pfv-line);
  border-radius: 14px;
  background: var(--pfv-warm);
}

.pfv-review-photo {
  height: 190px;
  margin-bottom: 18px;
  border-radius: 12px;
  background-color: var(--pfv-sage);
  background-position: center;
  background-size: cover;
}

.pfv-review small {
  display: block;
  color: var(--pfv-muted);
  line-height: 1.6;
}

.pfv-community-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.pfv-community-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
}

.pfv-newsletter {
  background: var(--pfv-sage);
  text-align: center;
}

.pfv-newsletter form {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.pfv-newsletter input {
  width: min(420px, 100%);
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--pfv-line);
  border-radius: 8px;
}

.pfv-newsletter .pfv-note {
  color: var(--pfv-muted);
  font-size: 13px;
}

.pfv-standard-page {
  width: min(980px, calc(100% - 40px));
  margin: 76px auto;
}

.pfv-standard-page h1 {
  color: var(--pfv-ink);
  font-size: clamp(38px, 6vw, 64px);
}

.pfv-standard-page a {
  color: var(--pfv-forest);
}

.pfv-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  padding: 54px clamp(20px, 6vw, 88px);
  background: var(--pfv-deep);
  color: rgba(255, 255, 255, 0.82);
}

.pfv-footer h3 {
  margin: 0 0 14px;
  color: #fff;
}

.pfv-footer a {
  display: block;
  margin: 8px 0;
  color: #fff;
  text-decoration: none;
}

.pfv-footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
}

@media (max-width: 1050px) {
  body.admin-bar .pfv-nav {
    top: 46px;
  }

  .pfv-categories,
  .pfv-products,
  .pfv-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pfv-kit,
  .pfv-story,
  .pfv-footer {
    grid-template-columns: 1fr;
  }

  .pfv-nav {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
  }

  .pfv-menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .pfv-nav-links {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 14px;
  }

  .pfv-nav.is-open .pfv-nav-links {
    display: flex;
  }

  .pfv-brand {
    justify-content: center;
    text-align: center;
  }

  .pfv-brand-logo img {
    width: min(210px, 46vw);
    max-height: 52px;
  }

  .pfv-nav-actions a:not(.pfv-cart) {
    display: none;
  }

  .pfv-community-grid,
  .pfv-review-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .pfv-topbar {
    flex-direction: column;
    gap: 4px;
  }

  .pfv-hero {
    min-height: auto;
    padding-top: 370px;
  }

  .pfv-hero img {
    bottom: auto;
    height: 420px;
  }

  .pfv-hero::after {
    background: linear-gradient(180deg, rgba(250, 248, 243, 0.14) 0%, rgba(250, 248, 243, 0.96) 45%);
  }

  .pfv-hero h1 {
    font-size: 44px;
  }

  .pfv-categories,
  .pfv-products,
  .pfv-benefits,
  .pfv-review-grid,
  .pfv-community-grid {
    grid-template-columns: 1fr;
  }

  .pfv-cat {
    min-height: 360px;
  }

  .pfv-actions,
  .pfv-newsletter form {
    flex-direction: column;
    align-items: stretch;
  }

  .pfv-btn,
  .pfv-newsletter button {
    width: 100%;
  }
}
