:root {
  --nv-cream: #f6f1e8;
  --nv-sand: #efe6d6;
  --nv-beige: #dccbb0;
  --nv-taupe: #a58b63;
  --nv-ink: #1f2a22;
  --nv-sage: #b7cbb0;
  --nv-leaf: #3f6b46;
  --nv-forest: #24382c;
  --nv-brand: #759b50;
  --nv-gold: #f0c85c;
  --nv-gold-deep: #d4a017;
  --nv-butter: #f4e7b6;
  --nv-white: #fffcf7;
  --nv-paper: #fbfaf6;
  --nv-radius: 18px;
  --nv-shadow: 0 12px 32px rgba(36, 56, 44, 0.08);
}

html { scroll-behavior: smooth; }

body {
  background: var(--nv-paper);
  color: var(--nv-ink);
  font-family: Manrope, system-ui, sans-serif;
}

h1, h2, h3, h4, .has-heading-font-family {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--nv-forest);
  letter-spacing: -0.03em;
  font-weight: 500;
}

a { color: var(--nv-leaf); }
img { max-width: 100%; height: auto; }

body.home .entry-content,
body.page-template-page-wide .entry-content {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.home .wp-site-blocks > header.wp-block-template-part + main,
body.home .wp-site-blocks > .wp-block-template-part + .wp-block-group {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.nv-announce {
  background: #f4efe6;
  color: var(--nv-forest);
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.62rem 1rem;
}

.nv-announce p { margin: 0; }

.nv-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(36, 56, 44, 0.06);
}

.nv-header-inner {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.4rem;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0.7rem 1.6rem;
}

.nv-header-inner > .nv-brand {
  grid-column: 1;
  justify-self: start;
  display: flex !important;
  align-items: center;
}

.nv-header-inner > .wp-block-navigation {
  grid-column: 2;
  justify-content: flex-start !important;
}

.nv-brand .wp-block-site-logo img,
.nv-brand .custom-logo,
.nv-header-inner .wp-block-site-logo img,
.nv-header-inner .custom-logo {
  height: auto;
  width: 360px !important;
  max-width: min(360px, 58vw);
}

.nv-brand .wp-block-site-title {
  display: none;
}

.nv-header-actions {
  grid-column: 3;
  justify-self: end;
  display: flex !important;
  align-items: center;
  gap: 0.85rem;
}

.wp-block-navigation,
.wp-block-navigation .wp-block-navigation__container {
  flex-wrap: nowrap !important;
  gap: 0.15rem 1.15rem !important;
}

.wp-block-navigation {
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}

.wp-block-navigation a { color: var(--nv-forest) !important; }
.wp-block-navigation .wp-block-navigation-item__content:hover { color: var(--nv-gold-deep) !important; }

.wp-block-navigation-submenu .wp-block-navigation__submenu-container {
  background: var(--nv-white) !important;
  border: 0 !important;
  border-radius: 14px;
  box-shadow: var(--nv-shadow);
  padding: 0.55rem 0 !important;
  min-width: 220px;
}

.nv-header-cta .wp-block-button__link {
  background: var(--nv-brand) !important;
  color: #fff !important;
  padding: 0.7rem 1.15rem !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.01em;
}

.nv-hero-slider {
  position: relative;
  min-height: min(78vh, 720px);
  background: var(--nv-forest);
  overflow: hidden;
}

.nv-hero-slider.wp-block-cover,
.nv-hero-slider .wp-block-cover {
  min-height: min(78vh, 720px) !important;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end !important;
}

.nv-hero-slider .wp-block-cover__video-background {
  object-fit: cover;
}

.nv-hero-slider .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  flex: 0 1 1360px;
  width: 100% !important;
  max-width: 1360px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 3.2rem;
  box-sizing: border-box;
  text-align: left;
}

.nv-hero-captions {
  position: relative;
  min-height: 15rem;
  width: min(52rem, 100%);
}

.nv-hero-captions > .nv-hero-caption:not(:first-child) {
  display: none;
}

.nv-hero-slider.is-ready .nv-hero-captions > .nv-hero-caption {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}

.nv-hero-slider.is-ready .nv-hero-caption.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.nv-hero-slider.is-ready > .wp-block-cover,
.nv-hero-slider.is-ready > .nv-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  margin: 0 !important;
}

.nv-hero-slider.is-ready > .is-active {
  opacity: 1;
  z-index: 1;
}

.nv-hero-slider h1 {
  font-size: clamp(3.2rem, 6.4vw, 5.6rem);
  line-height: 0.95;
  max-width: 18ch;
  margin: 0 0 0.85rem;
  color: #fff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.nv-hero-slider p {
  font-size: 1.12rem;
  max-width: 54ch;
  line-height: 1.55;
  color: #fff;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.nv-hero-slider .wp-block-image {
  margin: 0;
}

.nv-hero-slider .wp-block-image img {
  width: 100%;
  height: min(64vh, 580px);
  object-fit: cover;
  border-radius: 0;
  background: transparent;
}

.nv-hero-slider__dots,
.nv-hero-slider__nav {
  display: none !important;
}

.editor-styles-wrapper .nv-hero-slider {
  min-height: 420px;
}

.editor-styles-wrapper .nv-hero-captions {
  display: grid;
  gap: 1.1rem;
  min-height: 0;
}

.editor-styles-wrapper .nv-hero-captions > .nv-hero-caption,
.editor-styles-wrapper .nv-hero-caption {
  display: block !important;
  position: relative !important;
  opacity: 1 !important;
  pointer-events: auto;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.editor-styles-wrapper .nv-hero-slider > .nv-hero-slide,
.editor-styles-wrapper .nv-hero-slider > .wp-block-cover {
  position: relative !important;
  opacity: 1 !important;
}

.nv-section {
  padding: 5rem 1.5rem;
  max-width: 1360px;
  margin: 0 auto;
}

.nv-kicker {
  display: inline-block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--nv-gold-deep);
  margin-bottom: 0.45rem;
}

.wp-block-button__link,
.button,
button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit {
  background: var(--nv-gold) !important;
  color: var(--nv-forest) !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0.85rem 1.4rem !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid #fff !important;
}

.nv-split-shop,
.nv-split-shop.nv-section {
  gap: 1.1rem !important;
  max-width: 1360px;
  margin: 0 auto;
  padding: 3rem 1.5rem 1rem;
}

.nv-split-shop .wp-block-cover {
  min-height: 460px !important;
  border-radius: 8px;
  overflow: hidden;
}

.nv-split-shop .wp-block-cover__image-background {
  object-fit: cover;
  object-position: right center;
}

.nv-split-shop h2,
.nv-split-shop h3 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.95;
  color: #fff;
}

.nv-split-shop p {
  color: #fff;
  margin: 0.35rem 0 0.85rem;
}

.nv-split-shop .wp-block-cover.is-position-top-left .wp-block-cover__inner-container {
  padding: 1.8rem 1.6rem;
}

.nv-split-shop .wp-block-cover__inner-container {
  padding: 1.6rem;
}

.nv-usp,
.nv-usp.nv-section {
  gap: 1.1rem !important;
  padding-top: 1.5rem;
}

.nv-usp .wp-block-column {
  background: var(--nv-white);
  border-radius: var(--nv-radius);
  padding: 1.5rem 1.35rem 1.7rem;
  box-shadow: none;
  border: 1px solid rgba(36, 56, 44, 0.06);
}

.nv-usp h3 { margin: 0.2rem 0 0.5rem; font-size: 1.55rem; }

.nv-card,
.nv-story-card,
.nv-blog-card,
.wc-block-grid__product {
  background: var(--nv-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(36, 56, 44, 0.06);
}

.nv-blog.nv-section,
.nv-blog-index {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.nv-blog-index {
  padding: 0 1.5rem;
}

.nv-blog .wp-block-post-template,
.nv-blog-index .wp-block-post-template {
  gap: 1.4rem !important;
}

.nv-blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.nv-blog-card .wp-block-post-featured-image,
.nv-blog-index .wp-block-post-featured-image {
  margin: 0;
}

.nv-blog-card .wp-block-post-featured-image img,
.nv-blog .wp-block-post-featured-image img,
.nv-blog-index .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.nv-blog-card .wp-block-post-title,
.nv-blog .wp-block-post-title,
.nv-blog-index .wp-block-post-title {
  font-size: 1.38rem;
  line-height: 1.22;
  margin: 0.85rem 1.1rem 0.35rem;
}

.nv-blog-card .wp-block-post-title a,
.nv-blog .wp-block-post-title a,
.nv-blog-index .wp-block-post-title a {
  color: var(--nv-forest);
  text-decoration: none;
}

.nv-blog-card .wp-block-post-excerpt,
.nv-blog .wp-block-post-excerpt,
.nv-blog-index .wp-block-post-excerpt {
  padding: 0 1.1rem 1.15rem;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.nv-blog-card .wp-block-post-excerpt__more-text,
.nv-blog-card .wp-block-post-excerpt__more-link {
  display: inline-block;
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem;
  width: 100%;
  max-width: 100%;
  margin: 0 0 2rem !important;
  padding: 0 !important;
  list-style: none;
  float: none !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none !important;
  content: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product {
  display: flex !important;
  flex-direction: column;
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 0 1rem !important;
  float: none !important;
  clear: none !important;
  text-align: center;
  background: var(--nv-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(36, 56, 44, 0.06);
  box-sizing: border-box;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  text-decoration: none;
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img,
.wc-block-grid__product-image img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f3eee4;
  padding: 1.2rem;
  margin: 0 !important;
  box-sizing: border-box;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.18rem;
  line-height: 1.3;
  min-height: 3.9em;
  margin: 0;
  padding: 0.75rem 0.9rem 0.2rem;
  color: var(--nv-forest);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: block;
  color: var(--nv-taupe);
  font-weight: 600;
  padding: 0.15rem 0.9rem 0.7rem;
  margin: 0;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: auto !important;
  max-width: calc(100% - 1.5rem);
  margin: auto 0.75rem 0.95rem !important;
  padding: 0.62rem 1.2rem !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.woocommerce ul.products li.product .added_to_cart {
  display: block;
  margin: 0.35rem 0.8rem 0.2rem;
  font-size: 0.78rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1.25rem 0;
}

.woocommerce-page .content-area,
.tax-product_cat .content-area,
.post-type-archive-product .content-area {
  max-width: 100% !important;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.woocommerce span.onsale,
.nv-badge {
  background: var(--nv-gold) !important;
  color: var(--nv-forest) !important;
  border-radius: 999px;
}

.nv-section .woocommerce {
  width: 100%;
  max-width: 100%;
}

.woocommerce nav.woocommerce-pagination {
  width: 100%;
  text-align: center;
  margin: 1rem 0 0;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2.5rem;
  align-items: start;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  width: 100% !important;
  float: none !important;
}

.single-product form.cart {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin: 1.4rem 0;
}

.single-product form.cart .quantity .qty {
  width: 4.6rem;
  height: 3rem;
  text-align: center;
  border: 1px solid var(--nv-beige);
  border-radius: 12px;
  background: var(--nv-white);
}

.single-product form.cart .button {
  margin: 0 !important;
}

.single-product .product_meta {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(36, 56, 44, 0.08);
  font-size: 0.9rem;
}

@media (max-width: 800px) {
  .single-product div.product {
    grid-template-columns: minmax(0, 1fr);
  }
}

.nv-reviews.nv-section,
.nv-reviews {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.nv-reviews > h2,
.nv-reviews > .wp-block-heading {
  text-align: center;
  margin: 0 0 0.45rem;
}

.nv-reviews-summary {
  text-align: center;
  margin: 0 0 2rem;
  color: var(--nv-taupe);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.nv-reviews-summary .nv-stars {
  display: inline;
  margin: 0 0.45rem 0 0;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.nv-reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem !important;
}

.nv-review-card {
  background: #f3eee4;
  border-radius: 20px;
  overflow: hidden;
  border: 0;
  height: 100%;
  padding: 1.15rem 1.15rem 1.35rem;
  box-sizing: border-box;
  text-align: center;
}

.nv-reviews-grid > .nv-review-card {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.nv-reviews-grid > .nv-review-card:nth-child(6n + 1) { background: #efe6d6; }
.nv-reviews-grid > .nv-review-card:nth-child(6n + 2) { background: #e7f0e3; }
.nv-reviews-grid > .nv-review-card:nth-child(6n + 3) { background: #f5ebe3; }
.nv-reviews-grid > .nv-review-card:nth-child(6n + 4) { background: #f4f0e6; }
.nv-reviews-grid > .nv-review-card:nth-child(6n + 5) { background: #e9f1ea; }
.nv-reviews-grid > .nv-review-card:nth-child(6n + 6) { background: #f6ead8; }

.nv-review-card.is-layout-constrained > * {
  max-width: none !important;
}

.nv-review-card.is-layout-constrained > .wp-block-image {
  width: 50% !important;
  max-width: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.nv-review-card .wp-block-image {
  margin: 0 auto 0.85rem;
  width: 50%;
  max-width: 50%;
}

.nv-review-card img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 12px;
  margin: 0 auto;
}

.nv-reviews-grid > .nv-review-card:nth-child(2) img,
.nv-reviews-grid > .nv-review-card:nth-child(3) img {
  object-position: center top;
}

.nv-reviews-grid > .nv-review-card:nth-child(5) img {
  object-position: center center;
}

.nv-stars {
  color: var(--nv-gold);
  letter-spacing: 0.1em;
  margin: 0 auto 0.4rem;
  font-size: 0.92rem;
  line-height: 1;
  text-align: center;
}

.nv-review-card h3 {
  font-size: 1.32rem;
  line-height: 1.2;
  margin: 0 0 0.4rem;
  text-align: center;
}

.nv-review-card .nv-quote,
.nv-reviews .nv-quote {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.95rem;
  font-style: normal;
  color: var(--nv-ink);
  display: block;
  margin: 0 auto 0.75rem;
  line-height: 1.55;
  text-align: center;
}

.nv-review-author {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nv-taupe);
  text-align: center;
}

.nv-values {
  gap: 3rem !important;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

.nv-values img,
.nv-values .wp-block-image img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 24px;
}

.nv-why {
  max-width: 1360px;
  margin: 0 auto;
  padding: 3.5rem 2.2rem 3rem;
  background: #e7f0e3;
  border-radius: 28px;
}

.nv-why > h2,
.nv-why > .wp-block-heading:first-child {
  font-size: clamp(2.5rem, 4.2vw, 3.5rem);
  line-height: 1.05;
  margin: 0 0 2rem;
  hyphens: none;
}

.nv-why-body {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 2.8rem !important;
  align-items: stretch;
}

.nv-why-body > .wp-block-column {
  margin: 0 !important;
}

.nv-why-body > .wp-block-column:first-child {
  display: flex;
  align-items: stretch;
}

.nv-why .nv-why-illu,
.nv-why .nv-why-body .wp-block-image {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.nv-why .nv-why-illu img,
.nv-why .nv-why-body .wp-block-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}

.nv-why .wp-block-details {
  border-top: 1px solid rgba(36, 56, 44, 0.14);
  padding: 1.05rem 0 0.35rem;
}

.nv-why .wp-block-details:last-child {
  border-bottom: 1px solid rgba(36, 56, 44, 0.14);
}

.nv-why .wp-block-details summary {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.2;
  color: var(--nv-forest);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.15rem 0 0.7rem;
}

.nv-why .wp-block-details summary::-webkit-details-marker {
  display: none;
}

.nv-why .wp-block-details summary::after {
  content: "+";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--nv-forest);
}

.nv-why .wp-block-details[open] summary::after {
  content: "–";
}

.nv-why .wp-block-details p {
  max-width: 52ch;
  color: var(--nv-ink);
  margin: 0 0 0.85rem;
  line-height: 1.6;
}

.nv-vets {
  max-width: 1360px;
  margin: 0 auto;
  padding: 1rem 1.6rem 4.5rem;
}

.nv-vets > h2,
.nv-vets .wp-block-heading {
  text-align: center;
  margin: 0 0 2.4rem;
}

.nv-vet-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.4rem !important;
}

.nv-vet-grid.wp-block-columns {
  flex-wrap: nowrap !important;
}

.nv-vet-grid > .wp-block-column {
  margin: 0 !important;
  flex-basis: auto !important;
  width: auto !important;
}

.nv-vet-grid img,
.nv-vet-grid .wp-block-image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 18px;
  margin: 0 0 0.85rem;
  background: var(--nv-sand);
}

.nv-vet-grid h3 {
  font-size: 1.35rem;
  margin: 0 0 0.25rem;
  line-height: 1.15;
}

.nv-vet-grid .nv-vet-role {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--nv-taupe);
  margin: 0 0 0.55rem;
}

.nv-vet-grid p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.nv-newsletter {
  background: var(--nv-brand);
  color: #fff;
  border-radius: 28px;
  padding: 3.2rem 2rem;
}

.nv-newsletter h2,
.nv-newsletter p,
.nv-newsletter label { color: #fff; }

.nv-form { display: grid; gap: 0.85rem; }
.nv-form label { display: grid; gap: 0.35rem; font-size: 0.9rem; font-weight: 600; }

.nv-form input,
.nv-form textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  border: 1px solid var(--nv-beige);
  background: var(--nv-white);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  font: inherit;
}

.nv-form--inline { display: flex; gap: 0.7rem; max-width: 520px; }
.nv-form--inline input { flex: 1; }
.nv-form__success { background: var(--nv-sage); color: var(--nv-forest); padding: 0.8rem 1rem; border-radius: 12px; }

.nv-site-footer {
  background: var(--nv-brand);
  color: #fff;
  padding: 3.5rem 1.5rem 1.5rem;
}

.nv-site-footer a { color: #fff; text-decoration: none; }
.nv-site-footer a:hover { color: var(--nv-butter); }
.nv-site-footer h3, .nv-site-footer h2 { color: #fff; }

.nv-site-footer .nv-footer-logo,
.nv-site-footer .wp-block-site-logo {
  display: inline-block;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 0.85rem;
}

.nv-site-footer .nv-footer-logo img,
.nv-site-footer .wp-block-site-logo img,
.nv-site-footer .custom-logo {
  width: 220px;
  height: auto;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.nv-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1240px;
  margin: 0 auto 2rem;
}

.nv-legal {
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 1rem;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.woocommerce-page .site-main,
.single-product .site-main,
.single .entry-content {
  max-width: 1360px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

body.page:not(.home):not(.page-template-page-wide) .entry-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

.woocommerce div.product div.images img {
  background: #f3eee4;
  border-radius: var(--nv-radius);
}

.woocommerce-breadcrumb {
  max-width: 1360px;
  margin: 1rem auto 0;
  padding: 0 1.5rem;
  color: var(--nv-taupe);
}

.page-header,
.woocommerce-products-header {
  text-align: center;
  padding: 3.2rem 1.5rem 1rem;
}

.wp-block-cover { border-radius: 0; }
.wp-block-group.alignfull,
.nv-hero-slider.alignfull { width: 100%; max-width: 100%; }

@media (max-width: 1100px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .nv-vet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nv-header-inner { grid-template-columns: 1fr auto; }
  .nv-header-inner > .wp-block-navigation { display: none; }
  .nv-header-inner > .nv-brand { grid-column: 1; justify-self: start; }
  .nv-brand .wp-block-site-logo img,
  .nv-brand .custom-logo,
  .nv-header-inner .wp-block-site-logo img,
  .nv-header-inner .custom-logo {
    width: 260px !important;
  }
  .nv-header-inner > .nv-header-actions { grid-column: 2; }
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nv-footer-grid { grid-template-columns: 1fr 1fr; }
  .nv-why-body {
    display: block !important;
  }
  .nv-why-body > .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 1.5rem;
  }
  .nv-why .nv-why-illu img,
  .nv-why .nv-why-body .wp-block-image img {
    height: auto;
    max-height: 24rem;
  }
  .nv-blog .wp-block-post-template,
  .nv-blog-index .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .nv-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products,
  .nv-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .nv-vet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nv-form--inline { flex-direction: column; }
  .nv-hero-slider h1 { font-size: 2.7rem; }
  .nv-hero-slider .nv-hero-slide { padding: 1.5rem 1.1rem 3.5rem; }
  .nv-hero-slider .wp-block-image img { height: 280px; }
  .nv-header-cta { display: none; }
  .nv-brand .wp-block-site-logo img,
  .nv-brand .custom-logo,
  .nv-header-inner .wp-block-site-logo img,
  .nv-header-inner .custom-logo {
    width: 220px !important;
  }
  .nv-blog .wp-block-post-template,
  .nv-blog-index .wp-block-post-template {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .nv-reviews-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
