
/* =========================================================
   Verdant Nest — Inner Hero System V2
   Approved preview implementation
   - Homepage is not affected.
   - Use vn-hero-v2 classes for new templates.
   - Light fallback styling is included for older .page-hero pages.
   ========================================================= */

:root {
  --vn-hero-bg: #fbfaf6;
  --vn-hero-surface: #f2eee5;
  --vn-hero-surface-2: #ebe4d8;
  --vn-hero-ink: #292b26;
  --vn-hero-muted: #697066;
  --vn-hero-soft: #8f887b;
  --vn-hero-line: #ded7c8;
  --vn-hero-stone: #b9aa93;
  --vn-hero-olive: #607257;
  --vn-hero-olive-dark: #303c2d;
  --vn-hero-charcoal: #282a26;
  --vn-hero-white: #fffdf8;
  --vn-hero-max: 1180px;
  --vn-hero-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --vn-hero-sans: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body:not(.home) .vn-hero-v2 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(191,181,158,.32), transparent 32%),
    linear-gradient(135deg, #f7f3ea 0%, #eee9de 54%, #e6dece 100%);
  border-top: 1px solid rgba(222,215,200,.9);
  border-bottom: 1px solid rgba(222,215,200,.9);
  color: var(--vn-hero-ink);
}

body:not(.home) .vn-hero-v2::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.58);
  pointer-events: none;
  z-index: 1;
}

body:not(.home) .vn-hero-v2__inner {
  width: min(var(--vn-hero-max), calc(100% - 72px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

body:not(.home) .vn-v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--vn-hero-olive-dark);
  font-family: var(--vn-hero-sans);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 19px;
}

body:not(.home) .vn-v2-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--vn-hero-stone);
  flex: 0 0 auto;
}

body:not(.home) .vn-v2-title {
  margin: 0;
  font-family: var(--vn-hero-serif);
  font-weight: 400;
  color: var(--vn-hero-ink);
  letter-spacing: -.055em;
}

body:not(.home) .vn-v2-title em {
  font-style: italic;
  font-weight: 300;
}

body:not(.home) .vn-v2-copy {
  margin: 0;
  color: var(--vn-hero-muted);
  font-family: var(--vn-hero-sans);
  font-size: 14px;
  line-height: 1.82;
}

body:not(.home) .vn-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body:not(.home) .vn-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(41,43,38,.22);
  text-decoration: none;
  color: var(--vn-hero-ink);
  background: #fffdf8;
  font-family: var(--vn-hero-sans);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}

body:not(.home) .vn-v2-btn:hover {
  transform: translateY(-1px);
}

body:not(.home) .vn-v2-btn--dark {
  background: var(--vn-hero-ink);
  border-color: var(--vn-hero-ink);
  color: #fffdf8;
}

body:not(.home) .vn-v2-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

body:not(.home) .vn-v2-chip {
  border: 1px solid rgba(96,114,87,.2);
  background: rgba(255,253,248,.48);
  padding: 9px 13px;
  color: #5f675c;
  font-family: var(--vn-hero-sans);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Standard hero: Shop / By Space / Projects */
body:not(.home) .vn-hero-v2--standard { min-height: 380px; }

body:not(.home) .vn-hero-v2--standard .vn-hero-v2__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 72px;
  align-items: center;
}

body:not(.home) .vn-hero-v2--standard .vn-v2-title {
  max-width: 720px;
  font-size: clamp(54px, 5.8vw, 82px);
  line-height: .96;
}

body:not(.home) .vn-hero-v2--standard .vn-v2-copy {
  max-width: 560px;
  margin-top: 20px;
}

body:not(.home) .vn-v2-plant-card {
  position: relative;
  height: 246px;
  border: 1px solid rgba(222,215,200,.82);
  background: rgba(255,253,248,.46);
  box-shadow: 0 24px 70px rgba(45,39,30,.08);
  overflow: hidden;
}

body:not(.home) .vn-v2-plant-card--image {
  background-size: cover;
  background-position: center;
}

body:not(.home) .vn-v2-plant-card--image::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  width: auto !important;
  height: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, rgba(255,253,248,.08), rgba(33,37,28,.18)) !important;
  box-shadow: none !important;
}

body:not(.home) .vn-v2-plant-card::before,
body:not(.home) .vn-v2-plant-card::after {
  content: "";
  position: absolute;
  bottom: 50px;
  border-radius: 999px 999px 44px 44px;
  background: linear-gradient(155deg, rgba(63,91,58,.95), rgba(124,145,108,.74));
  box-shadow: inset 9px -20px 25px rgba(30,43,28,.13);
}

body:not(.home) .vn-v2-plant-card::before {
  width: 124px;
  height: 172px;
  left: 58px;
  transform: rotate(-18deg);
}

body:not(.home) .vn-v2-plant-card::after {
  width: 144px;
  height: 198px;
  right: 54px;
  transform: rotate(16deg);
  opacity: .88;
}

body:not(.home) .vn-v2-plant-card--image::after,
body:not(.home) .vn-v2-plant-card--image .vn-v2-plant-card__stem,
body:not(.home) .vn-v2-plant-card--image .vn-v2-plant-card__pot { display: none; }

body:not(.home) .vn-v2-plant-card__stem {
  position: absolute;
  left: 50%;
  bottom: 78px;
  width: 2px;
  height: 126px;
  transform: translateX(-50%);
  background: rgba(60,72,50,.62);
}

body:not(.home) .vn-v2-plant-card__pot {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 138px;
  height: 54px;
  transform: translateX(-50%);
  border-radius: 10px 10px 30px 30px;
  background: linear-gradient(180deg, #ded5c6, #a99a84);
  box-shadow: 0 18px 28px rgba(70,60,46,.15);
}

body:not(.home) .vn-v2-plant-card__tag {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(222,215,200,.78);
  background: rgba(255,253,248,.78);
  color: #766e63;
  font-family: var(--vn-hero-sans);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  z-index: 2;
}

/* Compact hero: Inspiration / FAQ / lighter editorial pages */
body:not(.home) .vn-hero-v2--compact { min-height: 330px; }

body:not(.home) .vn-hero-v2--compact .vn-hero-v2__inner {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(360px, .68fr);
  gap: 96px;
  align-items: center;
}

body:not(.home) .vn-hero-v2--compact .vn-v2-title {
  font-size: clamp(54px, 5.3vw, 78px);
  line-height: .96;
}

body:not(.home) .vn-hero-v2--compact .vn-v2-copy { max-width: 470px; }

body:not(.home) .vn-v2-sub-link {
  display: inline-flex;
  margin-top: 26px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--vn-hero-ink);
  text-decoration: none;
  font-family: var(--vn-hero-sans);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Feature hero: Trade / About */
body:not(.home) .vn-hero-v2--feature {
  min-height: 500px;
  background-image:
    linear-gradient(90deg, rgba(26,32,23,.84) 0%, rgba(26,32,23,.64) 48%, rgba(26,32,23,.42) 100%),
    radial-gradient(circle at 83% 28%, rgba(111,137,94,.78), transparent 25%),
    radial-gradient(circle at 8% 20%, rgba(95,111,77,.65), transparent 26%),
    linear-gradient(135deg, #1e271c 0%, #47553d 54%, #b6a382 100%);
  background-size: cover;
  background-position: center;
  color: #fffdf8;
}

body:not(.home) .vn-hero-v2--feature.vn-hero-v2--has-bg {
  background-image:
    linear-gradient(90deg, rgba(26,32,23,.84) 0%, rgba(26,32,23,.64) 48%, rgba(26,32,23,.42) 100%),
    var(--vn-feature-bg);
  background-size: cover;
  background-position: center;
}

body:not(.home) .vn-hero-v2--feature::before { border-color: rgba(255,255,255,.16); }

body:not(.home) .vn-hero-v2--feature .vn-hero-v2__inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .8fr);
  gap: 76px;
  align-items: center;
}

body:not(.home) .vn-hero-v2--feature .vn-v2-eyebrow,
body:not(.home) .vn-hero-v2--feature .vn-v2-title,
body:not(.home) .vn-hero-v2--feature .vn-v2-copy { color: #fffdf8; }

body:not(.home) .vn-hero-v2--feature .vn-v2-eyebrow::before { background: rgba(255,255,255,.5); }

body:not(.home) .vn-hero-v2--feature .vn-v2-title {
  max-width: 650px;
  font-size: clamp(52px, 5.1vw, 76px);
  line-height: 1.01;
}

body:not(.home) .vn-hero-v2--feature .vn-v2-copy {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255,253,248,.82);
}

body:not(.home) .vn-hero-v2--feature .vn-v2-btn {
  border-color: rgba(255,255,255,.26);
  background: rgba(255,253,248,.95);
}

body:not(.home) .vn-hero-v2--feature .vn-v2-btn--dark {
  color: #fffdf8;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.28);
}

body:not(.home) .vn-v2-stat-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body:not(.home) .vn-v2-stat-item {
  min-height: 118px;
  padding: 24px 24px 21px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.065);
  backdrop-filter: blur(2px);
}

body:not(.home) .vn-v2-stat-item b {
  display: block;
  margin-bottom: 10px;
  font-family: var(--vn-hero-serif);
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.03em;
  color: #fffdf8;
}

body:not(.home) .vn-v2-stat-item span {
  color: rgba(255,253,248,.66);
  font-family: var(--vn-hero-sans);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Utility hero: Cart / Checkout / My Account */
body:not(.home) .vn-hero-v2--utility { min-height: 390px; }

body:not(.home) .vn-hero-v2--utility .vn-hero-v2__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr);
  gap: 78px;
  align-items: center;
}

body:not(.home) .vn-hero-v2--utility .vn-v2-title {
  font-size: clamp(56px, 5.6vw, 82px);
  line-height: .96;
}

body:not(.home) .vn-hero-v2--utility .vn-v2-copy {
  max-width: 500px;
  margin-top: 18px;
}

body:not(.home) .vn-v2-checkout-card {
  border: 1px solid rgba(222,215,200,.86);
  background: rgba(255,253,248,.7);
  box-shadow: 0 24px 70px rgba(45,39,30,.08);
  padding: 28px;
}

body:not(.home) .vn-v2-checkout-card__title {
  margin: 0 0 18px;
  font-family: var(--vn-hero-serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

body:not(.home) .vn-v2-checkout-card__row {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(222,215,200,.86);
}

body:not(.home) .vn-v2-checkout-card__row:last-child { border-bottom: 1px solid rgba(222,215,200,.86); }

body:not(.home) .vn-v2-checkout-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(96,114,87,.12);
  color: var(--vn-hero-olive-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

body:not(.home) .vn-v2-checkout-card__row b {
  display: block;
  margin-bottom: 4px;
  font-family: var(--vn-hero-sans);
  font-size: 12px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--vn-hero-ink);
}

body:not(.home) .vn-v2-checkout-card__row span {
  color: var(--vn-hero-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* WooCommerce empty cart cleanup */
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .cart-empty.woocommerce-info,
body.woocommerce-cart .return-to-shop {
  text-align: center;
}

body.woocommerce-cart .cart-empty.woocommerce-info {
  max-width: 720px;
  margin: 70px auto 20px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--vn-hero-muted) !important;
  font-size: 15px;
  line-height: 1.7;
}

body.woocommerce-cart .return-to-shop .button,
body.woocommerce-cart a.button.wc-backward {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 48px;
  padding: 0 22px !important;
  border-radius: 0 !important;
  border: 1px solid var(--vn-hero-ink) !important;
  background: var(--vn-hero-ink) !important;
  color: #fffdf8 !important;
  font-size: 10px !important;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Gentle fallback for older pages that still use .page-hero */
body:not(.home) .page-hero:not(.page-hero--checkout) {
  min-height: 330px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(191,181,158,.28), transparent 32%),
    linear-gradient(135deg, #f7f3ea 0%, #eee9de 54%, #e6dece 100%) !important;
  border-top: 1px solid rgba(222,215,200,.9);
  border-bottom: 1px solid rgba(222,215,200,.9);
  position: relative;
  overflow: hidden;
}

body:not(.home) .page-hero:not(.page-hero--checkout)::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.58);
  pointer-events: none;
}

body:not(.home) .page-hero:not(.page-hero--checkout) .page-hero-inner {
  width: min(var(--vn-hero-max), calc(100% - 72px));
  position: relative;
  z-index: 2;
}

body:not(.home) .page-hero:not(.page-hero--checkout) h1 {
  font-family: var(--vn-hero-serif);
  font-size: clamp(54px, 5.3vw, 78px);
  line-height: .96;
  letter-spacing: -.055em;
}

@media (max-width: 1024px) {
  body:not(.home) .vn-hero-v2--standard { min-height: 330px; }
  body:not(.home) .vn-hero-v2--compact { min-height: 300px; }
  body:not(.home) .vn-hero-v2--feature { min-height: 440px; }
  body:not(.home) .vn-hero-v2--utility { min-height: 340px; }

  body:not(.home) .vn-hero-v2--standard .vn-hero-v2__inner,
  body:not(.home) .vn-hero-v2--compact .vn-hero-v2__inner,
  body:not(.home) .vn-hero-v2--feature .vn-hero-v2__inner,
  body:not(.home) .vn-hero-v2--utility .vn-hero-v2__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body:not(.home) .vn-v2-plant-card,
  body:not(.home) .vn-v2-stat-panel,
  body:not(.home) .vn-v2-checkout-card { display: none; }
}

@media (max-width: 767px) {
  body:not(.home) .vn-hero-v2__inner { width: calc(100% - 44px); }
  body:not(.home) .vn-hero-v2::before { inset: 12px; }

  body:not(.home) .vn-hero-v2--standard { min-height: 270px; }
  body:not(.home) .vn-hero-v2--compact { min-height: 250px; }
  body:not(.home) .vn-hero-v2--feature { min-height: 330px; }
  body:not(.home) .vn-hero-v2--utility { min-height: 300px; }

  body:not(.home) .vn-v2-eyebrow { margin-bottom: 15px; font-size: 9px; }
  body:not(.home) .vn-v2-eyebrow::before { width: 28px; }

  body:not(.home) .vn-hero-v2--standard .vn-v2-title,
  body:not(.home) .vn-hero-v2--compact .vn-v2-title,
  body:not(.home) .vn-hero-v2--feature .vn-v2-title,
  body:not(.home) .vn-hero-v2--utility .vn-v2-title {
    font-size: clamp(40px, 12vw, 52px);
  }

  body:not(.home) .vn-v2-copy { font-size: 13px; line-height: 1.65; }
  body:not(.home) .vn-v2-chips,
  body:not(.home) .vn-v2-actions { display: none; }

  body:not(.home) .page-hero:not(.page-hero--checkout) { min-height: 250px; }
  body:not(.home) .page-hero:not(.page-hero--checkout)::before { inset: 12px; }
  body:not(.home) .page-hero:not(.page-hero--checkout) .page-hero-inner { width: calc(100% - 44px); }
  body:not(.home) .page-hero:not(.page-hero--checkout) h1 { font-size: clamp(40px, 12vw, 52px); }
}

/* =========================================================
   Approved Preview Heroes — Inspiration + Projects
   Based on verdant_nest_unified_hero_preview.html
   Scoped to these two templates only. Homepage/product/shop pages are not affected.
   ========================================================= */

body:not(.home) :where(.inspiration-hero-v2, .projects-hero-v2) {
  --vn-preview-bg: #fbfaf6;
  --vn-preview-ink: #292b26;
  --vn-preview-muted: #697066;
  --vn-preview-line: #ded7c8;
  --vn-preview-stone: #b9aa93;
  --vn-preview-olive: #607257;
  --vn-preview-olive-dark: #303c2d;
  --vn-preview-charcoal: #282a26;
  --vn-preview-white: #fffdf8;
  --vn-preview-max: 1180px;
  --vn-preview-serif: var(--serif, Georgia, "Times New Roman", serif);
  --vn-preview-sans: var(--sans, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

body:not(.home) :where(.inspiration-hero-v2, .projects-hero-v2) .vn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--vn-preview-olive-dark);
  font-family: var(--vn-preview-sans);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 19px;
}

body:not(.home) :where(.inspiration-hero-v2, .projects-hero-v2) .vn-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--vn-preview-stone);
  flex: 0 0 auto;
}

body:not(.home) :where(.inspiration-hero-v2, .projects-hero-v2) .vn-title {
  margin: 0;
  font-family: var(--vn-preview-serif);
  font-weight: 400;
  color: var(--vn-preview-ink);
  letter-spacing: -.055em;
}

body:not(.home) :where(.inspiration-hero-v2, .projects-hero-v2) .vn-title em {
  font-style: italic;
  font-weight: 300;
}

body:not(.home) :where(.inspiration-hero-v2, .projects-hero-v2) .vn-copy {
  margin: 0;
  color: var(--vn-preview-muted);
  font-family: var(--vn-preview-sans);
  font-size: 14px;
  line-height: 1.82;
}

body:not(.home) :where(.inspiration-hero-v2, .projects-hero-v2) .vn-link {
  display: inline-flex;
  margin-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--vn-preview-ink);
  text-decoration: none;
  font-family: var(--vn-preview-sans);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Inspiration: light editorial hero */
body:not(.home) .inspiration-hero-v2 {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 72% 25%, rgba(201,189,165,.38), transparent 34%),
    linear-gradient(135deg, #f7f3ea 0%, #efe9dc 54%, #e7dfd0 100%);
  border-top: 1px solid rgba(222,215,200,.9);
  border-bottom: 1px solid rgba(222,215,200,.9);
}

body:not(.home) .inspiration-hero-v2::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.58);
  pointer-events: none;
}

body:not(.home) .inspiration-hero-v2__inner {
  width: min(var(--vn-preview-max), calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, .76fr);
  gap: 76px;
  align-items: center;
  position: relative;
  z-index: 2;
}

body:not(.home) .inspiration-hero-v2 .vn-title {
  max-width: 630px;
  font-size: clamp(58px, 5.9vw, 86px);
  line-height: .95;
}

body:not(.home) .inspiration-hero-v2 .vn-copy {
  max-width: 510px;
  margin-top: 22px;
}

body:not(.home) .editorial-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: end;
}

body:not(.home) .editorial-tile {
  position: relative;
  min-height: 230px;
  border: 1px solid rgba(222,215,200,.85);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(45,39,30,.08);
}

body:not(.home) .editorial-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,24,18,0) 30%, rgba(20,24,18,.34));
}

body:not(.home) .editorial-tile--one {
  min-height: 286px;
  background:
    radial-gradient(circle at 48% 25%, rgba(88,119,75,.85), transparent 22%),
    linear-gradient(145deg, #e4d5bd, #c9b697 50%, #887b64);
}

body:not(.home) .editorial-tile--two {
  min-height: 212px;
  transform: translateY(28px);
  background:
    radial-gradient(circle at 55% 28%, rgba(93,134,84,.9), transparent 28%),
    linear-gradient(145deg, #f2dfc4, #c2aa86 52%, #7d6d55);
}

body:not(.home) .editorial-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 15px;
  z-index: 2;
  color: #fffdf8;
  font-family: var(--vn-preview-sans);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body:not(.home) .hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

body:not(.home) .hero-chip {
  border: 1px solid rgba(96,114,87,.2);
  background: rgba(255,253,248,.56);
  padding: 9px 13px;
  color: #5f675c;
  font-family: var(--vn-preview-sans);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Projects: dark editorial hero */
body:not(.home) .projects-hero-v2 {
  min-height: 460px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(38,42,34,.88) 0%, rgba(38,42,34,.72) 46%, rgba(38,42,34,.46) 100%),
    radial-gradient(circle at 84% 24%, rgba(137,158,118,.58), transparent 28%),
    linear-gradient(135deg, #262a22 0%, #5d654d 54%, #c4b18d 100%);
  color: #fffdf8;
  border-bottom: 1px solid rgba(222,215,200,.9);
}

body:not(.home) .projects-hero-v2::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.15);
  pointer-events: none;
}

body:not(.home) .projects-hero-v2__inner {
  width: min(var(--vn-preview-max), calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .82fr);
  gap: 78px;
  align-items: center;
  position: relative;
  z-index: 2;
}

body:not(.home) .projects-hero-v2 .vn-eyebrow,
body:not(.home) .projects-hero-v2 .vn-title,
body:not(.home) .projects-hero-v2 .vn-copy {
  color: #fffdf8;
}

body:not(.home) .projects-hero-v2 .vn-eyebrow::before {
  background: rgba(255,255,255,.48);
}

body:not(.home) .projects-hero-v2 .vn-title {
  max-width: 650px;
  font-size: clamp(56px, 5.2vw, 82px);
  line-height: .98;
}

body:not(.home) .projects-hero-v2 .vn-copy {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255,253,248,.78);
}

body:not(.home) .project-feature-card {
  position: relative;
  min-height: 300px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  box-shadow: 0 28px 80px rgba(0,0,0,.14);
  overflow: hidden;
}

body:not(.home) .project-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(21,25,19,0) 20%, rgba(21,25,19,.62) 100%),
    radial-gradient(circle at 48% 20%, rgba(126,153,105,.9), transparent 24%),
    linear-gradient(145deg, #c3b08e, #706c55 45%, #20281d);
}


body:not(.home) .project-feature-card--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.home) .project-feature-card--image::before {
  background: linear-gradient(180deg, rgba(21,25,19,.04) 0%, rgba(21,25,19,.18) 40%, rgba(21,25,19,.72) 100%);
}

body:not(.home) .project-card-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fffdf8;
  z-index: 2;
}

body:not(.home) .project-card-label {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,253,248,.64);
  font-family: var(--vn-preview-sans);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body:not(.home) .project-card-title {
  margin: 0;
  max-width: 330px;
  font-family: var(--vn-preview-serif);
  font-size: 32px;
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -.035em;
  color: #fffdf8;
}

body:not(.home) .project-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
  max-width: 560px;
}

body:not(.home) .project-stat {
  padding: 18px 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.055);
}

body:not(.home) .project-stat b {
  display: block;
  margin-bottom: 7px;
  font-family: var(--vn-preview-serif);
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.03em;
  color: #fffdf8;
}

body:not(.home) .project-stat span {
  color: rgba(255,253,248,.65);
  font-family: var(--vn-preview-sans);
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Match the approved Projects tab strip while keeping the original WP filter working. */
body:not(.home) .projects-hero-v2 + .proj-filter {
  height: 56px;
  border-bottom: 1px solid var(--vn-preview-line, #ded7c8);
  background: #fbfaf6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

body:not(.home) .projects-hero-v2 + .proj-filter .proj-filter-inner {
  max-width: none;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 44px;
  align-items: center;
  height: 56px;
  overflow-x: auto;
  scrollbar-width: none;
  color: #595b54;
}

body:not(.home) .projects-hero-v2 + .proj-filter .proj-filter-inner::-webkit-scrollbar { display: none; }

body:not(.home) .projects-hero-v2 + .proj-filter .pf-btn {
  height: 56px;
  padding: 0 0 1px;
  border-bottom: 1px solid transparent;
  color: #595b54;
  font-family: var(--vn-preview-sans);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

body:not(.home) .projects-hero-v2 + .proj-filter .pf-btn:hover,
body:not(.home) .projects-hero-v2 + .proj-filter .pf-btn.active {
  color: var(--vn-preview-ink, #292b26);
  border-bottom-color: var(--vn-preview-ink, #292b26);
}

@media (max-width: 1024px) {
  body:not(.home) .inspiration-hero-v2 { min-height: 360px; }
  body:not(.home) .projects-hero-v2 { min-height: 420px; }

  body:not(.home) .inspiration-hero-v2__inner,
  body:not(.home) .projects-hero-v2__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body:not(.home) .editorial-strip,
  body:not(.home) .project-feature-card { display: none; }
}

@media (max-width: 767px) {
  body:not(.home) .inspiration-hero-v2,
  body:not(.home) .projects-hero-v2 { min-height: 310px; }

  body:not(.home) .inspiration-hero-v2::before,
  body:not(.home) .projects-hero-v2::before { inset: 12px; }

  body:not(.home) .inspiration-hero-v2__inner,
  body:not(.home) .projects-hero-v2__inner { width: calc(100% - 44px); }

  body:not(.home) .inspiration-hero-v2 .vn-title,
  body:not(.home) .projects-hero-v2 .vn-title { font-size: clamp(40px, 12vw, 52px); }

  body:not(.home) :where(.inspiration-hero-v2, .projects-hero-v2) .vn-copy { font-size: 13px; line-height: 1.65; }

  body:not(.home) .hero-meta-row,
  body:not(.home) .project-stats,
  body:not(.home) .vn-link { display: none; }

  body:not(.home) .projects-hero-v2 + .proj-filter {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 22px;
  }

  body:not(.home) .projects-hero-v2 + .proj-filter .proj-filter-inner {
    justify-content: flex-start;
    gap: 28px;
    min-width: max-content;
  }
}

/* =========================================================
   VN cleanup: remove right-side decorative hero cards
   ========================================================= */
body:not(.home) .vn-hero-v2--standard .vn-hero-v2__inner,
body:not(.home) .projects-hero-v2__inner,
body:not(.home) .inspiration-hero-v2__inner {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

body:not(.home) .vn-v2-plant-card,
body:not(.home) .project-feature-card,
body:not(.home) .editorial-strip {
  display: none !important;
}

body:not(.home) .vn-hero-v2--standard .vn-v2-title,
body:not(.home) .projects-hero-v2 .vn-title,
body:not(.home) .inspiration-hero-v2 .vn-title {
  max-width: 860px;
}

body:not(.home) .vn-hero-v2--standard .vn-v2-copy,
body:not(.home) .projects-hero-v2 .vn-copy,
body:not(.home) .inspiration-hero-v2 .vn-copy {
  max-width: 680px;
}

body:not(.home) { overflow-x: hidden; }

/* =========================================================
   VN Compact Full-Background Hero — Option B
   - Full browser width hero background
   - Compact height
   - No chips/actions/stat cards inside Hero
   - Background image controlled by --vn-full-hero-bg
   ========================================================= */
body:not(.home) .vn-hero-full,
body:not(.home) .projects-hero-v2.vn-hero-full,
body:not(.home) .inspiration-hero-v2.vn-hero-full {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 330px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  isolation: isolate;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body:not(.home) .vn-hero-full::before,
body:not(.home) .projects-hero-v2.vn-hero-full::before,
body:not(.home) .inspiration-hero-v2.vn-hero-full::before {
  display: none !important;
}

body:not(.home) .vn-hero-full--light,
body:not(.home) .inspiration-hero-v2.vn-hero-full--light {
  color: var(--vn-hero-ink, #292b26) !important;
  background-image:
    linear-gradient(90deg,
      rgba(248,245,238,.94) 0%,
      rgba(246,242,234,.86) 34%,
      rgba(240,233,221,.56) 60%,
      rgba(226,216,198,.14) 100%),
    var(--vn-full-hero-bg, linear-gradient(135deg, #f3eadb 0%, #dfd0ba 55%, #b9a88e 100%)) !important;
}

body:not(.home) .vn-hero-full--dark,
body:not(.home) .projects-hero-v2.vn-hero-full--dark {
  color: #fffdf8 !important;
  background-image:
    linear-gradient(90deg,
      rgba(24,30,24,.88) 0%,
      rgba(31,38,30,.80) 34%,
      rgba(54,62,49,.52) 62%,
      rgba(119,116,89,.10) 100%),
    var(--vn-full-hero-bg, linear-gradient(135deg, #323a30 0%, #5b614f 50%, #93876a 100%)) !important;
}

body:not(.home) .vn-hero-full .vn-hero-v2__inner,
body:not(.home) .projects-hero-v2.vn-hero-full .projects-hero-v2__inner,
body:not(.home) .inspiration-hero-v2.vn-hero-full .inspiration-hero-v2__inner {
  width: min(760px, calc(100% - 96px)) !important;
  max-width: 760px !important;
  margin-left: clamp(44px, 7vw, 132px) !important;
  margin-right: auto !important;
  padding: 42px 0 !important;
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  align-items: initial !important;
  position: relative !important;
  z-index: 2 !important;
}

body:not(.home) .vn-hero-full .vn-v2-eyebrow,
body:not(.home) .projects-hero-v2.vn-hero-full .vn-eyebrow,
body:not(.home) .inspiration-hero-v2.vn-hero-full .vn-eyebrow {
  margin-bottom: 17px !important;
  font-size: 10px !important;
  letter-spacing: .22em !important;
}

body:not(.home) .vn-hero-full--dark .vn-v2-eyebrow,
body:not(.home) .projects-hero-v2.vn-hero-full--dark .vn-eyebrow,
body:not(.home) .vn-hero-full--dark .vn-v2-title,
body:not(.home) .projects-hero-v2.vn-hero-full--dark .vn-title {
  color: #fffdf8 !important;
}

body:not(.home) .vn-hero-full--dark .vn-v2-eyebrow::before,
body:not(.home) .projects-hero-v2.vn-hero-full--dark .vn-eyebrow::before {
  background: rgba(255,255,255,.44) !important;
}

body:not(.home) .vn-hero-full--light .vn-v2-eyebrow,
body:not(.home) .inspiration-hero-v2.vn-hero-full--light .vn-eyebrow,
body:not(.home) .vn-hero-full--light .vn-v2-title,
body:not(.home) .inspiration-hero-v2.vn-hero-full--light .vn-title {
  color: var(--vn-hero-ink, #292b26) !important;
}

body:not(.home) .vn-hero-full--light .vn-v2-eyebrow::before,
body:not(.home) .inspiration-hero-v2.vn-hero-full--light .vn-eyebrow::before {
  background: rgba(83,99,77,.45) !important;
}

body:not(.home) .vn-hero-full .vn-v2-title,
body:not(.home) .projects-hero-v2.vn-hero-full .vn-title,
body:not(.home) .inspiration-hero-v2.vn-hero-full .vn-title {
  max-width: 720px !important;
  font-size: clamp(44px, 4.3vw, 68px) !important;
  line-height: .98 !important;
  letter-spacing: -.048em !important;
}

body:not(.home) .vn-hero-full .vn-v2-copy,
body:not(.home) .projects-hero-v2.vn-hero-full .vn-copy,
body:not(.home) .inspiration-hero-v2.vn-hero-full .vn-copy {
  max-width: 590px !important;
  margin-top: 20px !important;
  font-size: 15px !important;
  line-height: 1.78 !important;
}

body:not(.home) .vn-hero-full--dark .vn-v2-copy,
body:not(.home) .projects-hero-v2.vn-hero-full--dark .vn-copy {
  color: rgba(255,253,248,.80) !important;
}

body:not(.home) .vn-hero-full--light .vn-v2-copy,
body:not(.home) .inspiration-hero-v2.vn-hero-full--light .vn-copy {
  color: rgba(37,40,32,.68) !important;
}

/* Remove non-essential hero controls/cards from the top hero only. */
body:not(.home) .vn-hero-full .vn-v2-chips,
body:not(.home) .vn-hero-full .vn-v2-actions,
body:not(.home) .vn-hero-full .vn-v2-stat-panel,
body:not(.home) .vn-hero-full .vn-v2-checkout-card,
body:not(.home) .vn-hero-full .vn-v2-plant-card,
body:not(.home) .projects-hero-v2.vn-hero-full .project-stats,
body:not(.home) .projects-hero-v2.vn-hero-full .project-feature-card,
body:not(.home) .inspiration-hero-v2.vn-hero-full .hero-meta-row,
body:not(.home) .inspiration-hero-v2.vn-hero-full .vn-link,
body:not(.home) .inspiration-hero-v2.vn-hero-full .editorial-strip {
  display: none !important;
}

/* Utility pages such as Cart / Account should stay especially compact. */
body:not(.home) .vn-hero-full.vn-hero-v2--utility {
  min-height: 260px !important;
}

body:not(.home) .vn-hero-full.vn-hero-v2--utility .vn-v2-title {
  font-size: clamp(42px, 4vw, 60px) !important;
}

@media (max-width: 1100px) {
  body:not(.home) .vn-hero-full,
  body:not(.home) .projects-hero-v2.vn-hero-full,
  body:not(.home) .inspiration-hero-v2.vn-hero-full {
    min-height: 310px !important;
  }

  body:not(.home) .vn-hero-full .vn-hero-v2__inner,
  body:not(.home) .projects-hero-v2.vn-hero-full .projects-hero-v2__inner,
  body:not(.home) .inspiration-hero-v2.vn-hero-full .inspiration-hero-v2__inner {
    padding: 38px 0 !important;
  }
}

@media (max-width: 767px) {
  body:not(.home) .vn-hero-full,
  body:not(.home) .projects-hero-v2.vn-hero-full,
  body:not(.home) .inspiration-hero-v2.vn-hero-full {
    min-height: 280px !important;
    align-items: flex-end !important;
  }

  body:not(.home) .vn-hero-full--light,
  body:not(.home) .inspiration-hero-v2.vn-hero-full--light {
    background-image:
      linear-gradient(180deg,
        rgba(246,242,234,.25) 0%,
        rgba(246,242,234,.62) 38%,
        rgba(246,242,234,.96) 100%),
      var(--vn-full-hero-bg, linear-gradient(135deg, #f3eadb 0%, #dfd0ba 55%, #b9a88e 100%)) !important;
  }

  body:not(.home) .vn-hero-full--dark,
  body:not(.home) .projects-hero-v2.vn-hero-full--dark {
    background-image:
      linear-gradient(180deg,
        rgba(22,27,22,.18) 0%,
        rgba(22,27,22,.58) 38%,
        rgba(22,27,22,.94) 100%),
      var(--vn-full-hero-bg, linear-gradient(135deg, #323a30 0%, #5b614f 50%, #93876a 100%)) !important;
  }

  body:not(.home) .vn-hero-full .vn-hero-v2__inner,
  body:not(.home) .projects-hero-v2.vn-hero-full .projects-hero-v2__inner,
  body:not(.home) .inspiration-hero-v2.vn-hero-full .inspiration-hero-v2__inner {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    padding: 34px 22px 26px !important;
  }

  body:not(.home) .vn-hero-full .vn-v2-title,
  body:not(.home) .projects-hero-v2.vn-hero-full .vn-title,
  body:not(.home) .inspiration-hero-v2.vn-hero-full .vn-title {
    font-size: clamp(40px, 13vw, 54px) !important;
  }

  body:not(.home) .vn-hero-full .vn-v2-copy,
  body:not(.home) .projects-hero-v2.vn-hero-full .vn-copy,
  body:not(.home) .inspiration-hero-v2.vn-hero-full .vn-copy {
    margin-top: 17px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}
