/* ══════════════════════════════════════════════
   WESTVIEW MANUFACTURING — REDESIGN v2
   Premium Outdoor Structures
   ══════════════════════════════════════════════ */

/* Customer photos preview (single-product right column) */
.wv-cp-preview { margin: 1rem 0 1.25rem; }
.wv-cp-preview-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.6rem; }
.wv-cp-preview-head .wv-config-label { margin-bottom: 0; }
.wv-cp-preview-more { font-size: 0.8rem; color: var(--stone-dark, #6b6b6b); text-decoration: underline; cursor: pointer; }
.wv-cp-preview-more:hover { color: var(--navy, #0d1b2a); }
.wv-cp-preview-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.3rem; }
.wv-cp-preview-item { position: relative; display: block; overflow: hidden; border-radius: 3px; aspect-ratio: 1 / 1; background: #f3f3f3; text-decoration: none; }
.wv-cp-preview-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.wv-cp-preview-item:hover img { transform: scale(1.08); }

/* Show more tile — solid dark block, no bg image */
.wv-cp-preview-more-tile { background: var(--navy, #0d1b2a); }
.wv-cp-preview-more-tile .wv-cp-preview-more-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.15rem;
  color: #fff;
  font-family: var(--font-body);
  transition: background 0.3s ease;
  text-align: center;
  padding: 0.25rem;
}
.wv-cp-preview-more-tile:hover { background: #1a2b42; }
.wv-cp-preview-more-overlay strong { font-size: 1.1rem; font-weight: 700; line-height: 1; letter-spacing: 0.02em; }
.wv-cp-preview-more-overlay span { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; opacity: 0.95; }
@media (max-width: 480px) {
  .wv-cp-preview-grid { grid-template-columns: repeat(6, 1fr); gap: 0.2rem; }
  .wv-cp-preview-more-overlay strong { font-size: 0.75rem; }
  .wv-cp-preview-more-overlay span { font-size: 0.5rem; }
}

/* Description tab video — sits inside left column of 2-col description */
.wv-desc-video { margin: 0 0 1.5rem; width: 100%; max-width: 100%; break-inside: avoid; }
.wv-desc-video iframe,
.wv-desc-video > iframe,
.wv-desc-video .wp-block-embed__wrapper iframe {
  width: 100% !important; height: auto !important;
  aspect-ratio: 16 / 9; display: block; max-width: 100%;
}
.wv-desc-video .wp-block-embed,
.wv-desc-video .wp-block-embed__wrapper { width: 100%; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #0A1628;
  --navy-light: #152238;
  --stone: #C4A882;
  --stone-light: #D4BC9A;
  --stone-dark: #A8906E;
  --cream: #FAF7F2;
  --cream-dark: #F0EBE3;
  --charcoal: #2D2D2D;
  --sage: #8B9A7E;
  --sage-light: #A3B196;
  --white: #FFFFFF;
  --text-primary: #1A1A1A;
  --text-secondary: #6B6B6B;
  --text-light: #9A9A9A;
  --border: #E8E4DE;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --font-price: 'Space Grotesk', -apple-system, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body) !important;
  font-size: 1rem;
  color: var(--text-primary);
  background: var(--white);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 0 !important;
}
html { overflow-x: clip; }

/* Ensure redesign fonts override legacy styles */
body, body p, body span, body a, body li, body div, body button, body input, body textarea, body select, body label {
  font-family: var(--font-body);
}

img { max-width: 100%; height: auto; }
a { text-decoration: none; }

/* Base body text: minimum 16px across all pages and components */
p, li, blockquote, td, th,
.wv-page-body p, .wv-page-body li,
.wv-why-item p, .wv-product-card-desc,
.wv-archive-card-desc, .wv-testimonial-card blockquote,
.wv-article-card-body p, .wv-section-header p,
.wv-cta-content p, .wv-review-card-text,
.wv-contact-block p, .wv-contractor-feature p,
.wv-install-step p, .wv-timeline-body p,
.wv-desc-content p, .wv-review-text, .wv-qa-text,
.wv-hero-sub, .wv-craft-band p,
.wv-about-content p, .wv-about-sub p,
.wv-about-variety-text p, .wv-deal-sub,
.wv-sidebar-widget > p, .wv-product-desc,
.wv-product-affirm, .wv-cart-empty p,
.wv-faq-item-body, .wv-faq-contact-text,
.wv-review-card-masonry .wv-review-card-text,
.wv-footer-brand p, .wv-checkout-terms-text,
.wv-overstock-banner p, .wv-deal-affirm,
.wv-mobile-nav-submenu a { font-size: 1rem !important; }

/* ── UTILITY ── */
.wv-container { max-width: 1680px; margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 4rem); }
.section-pad { padding: clamp(2.5rem, 4vw, 4rem) 0; }

.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ── HEADER ── */
.wv-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--cream);
  border-bottom: 1px solid transparent;
  transition: all 0.4s var(--ease-smooth);
}
.wv-header.scrolled { border-bottom-color: var(--border); }

.wv-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1680px; margin: 0 auto;
  padding: 1.25rem clamp(1.5rem, 4vw, 4rem);
  transition: padding 0.4s var(--ease-smooth);
}
.wv-header.scrolled .wv-header-inner { padding-top: 0.9rem; padding-bottom: 0.9rem; }

.wv-logo {
  display: flex; align-items: center; text-decoration: none; flex-shrink: 0;
}
.wv-logo img {
  height: 26px; width: auto;
  filter: brightness(0);
  transition: filter 0.3s;
}
.wv-logo:hover img { filter: brightness(0.2); }

.wv-nav { display: flex; align-items: center; gap: 2.5rem; list-style: none; margin: 0; padding: 0; }
.wv-nav ul { display: flex; align-items: center; gap: 2.5rem; list-style: none; margin: 0; padding: 0; }
.wv-nav li { list-style: none; margin: 0; padding: 0; }
.wv-nav li ul { display: none; } /* hide submenus */
.wv-nav a {
  font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; color: var(--text-primary); font-weight: 500;
  position: relative; padding: 0.2rem 0; white-space: nowrap;
  transition: color 0.3s;
}
.wv-nav-dropdown-toggle { font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; }
.wv-nav-dropdown-toggle { white-space: nowrap; }
.wv-nav a::after {
  content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px;
  background: var(--stone-dark); transition: width 0.4s var(--ease-out);
}
.wv-nav a:hover { color: var(--stone-dark); }
.wv-nav a:hover::after { width: 100%; }

/* More Information dropdown */
.wv-nav-dropdown { position: relative; }
.wv-nav-dropdown-toggle {
  font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; color: var(--text-primary); font-weight: 500;
  background: none; border: none; cursor: pointer; padding: 0.2rem 0;
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-family: inherit; transition: color 0.3s;
}
.wv-nav-dropdown-toggle:hover { color: var(--stone-dark); }
.wv-nav-dropdown-toggle svg { transition: transform 0.3s; }
.wv-nav-dropdown.open .wv-nav-dropdown-toggle svg { transform: rotate(180deg); }
.wv-nav-dropdown-menu {
  position: absolute; top: 100%; left: 0; z-index: 100;
  min-width: 260px; padding: 0.5rem 0; margin-top: 0.75rem;
  background: var(--white); border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all 0.25s ease;
}
.wv-nav-dropdown.open .wv-nav-dropdown-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.wv-nav-dropdown-menu a {
  display: block; padding: 0.6rem 1.2rem;
  font-size: 0.82rem; font-weight: 400; letter-spacing: 0.02em;
  text-transform: none; color: var(--text-primary); text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.wv-nav-dropdown-menu a::after { display: none; }
.wv-nav-dropdown-menu a:hover { background: var(--cream); color: var(--stone-dark); }

/* Mobile nav submenu */
.wv-mobile-nav-group { width: 100%; max-width: 400px; }
.wv-mobile-nav-toggle {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: none; border: none; cursor: pointer;
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 400;
  color: var(--navy);
  padding: 0; text-align: left;
}
.wv-mobile-nav-toggle svg { transition: transform 0.3s; flex-shrink: 0; }
.wv-mobile-nav-group.open .wv-mobile-nav-toggle svg { transform: rotate(180deg); }
.wv-mobile-nav-submenu {
  display: none; padding: 0.5rem 0 0 0.5rem;
}
.wv-mobile-nav-group.open .wv-mobile-nav-submenu { display: block; }
.wv-mobile-nav-submenu a {
  display: block; padding: 0.5rem 0;
  font-family: var(--font-body); font-size: 0.92rem; color: var(--text-secondary);
  border-bottom: none;
}

.wv-header-actions { display: flex; align-items: center; gap: 1.5rem; }
.wv-header-phone-block {
  display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1;
}
.wv-header-phone-label {
  font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-secondary); font-weight: 500; margin-bottom: 2px;
}
.wv-header-phone {
  font-size: 15px; letter-spacing: 0.02em; color: var(--navy, #0a1f44);
  text-decoration: none; font-weight: 700; white-space: nowrap;
  transition: color 0.3s;
}
.wv-header-phone:hover { color: var(--stone-dark); }

.wv-btn-header {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1.6rem;
  background: var(--navy); color: var(--white);
  font-family: var(--font-body); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  border: none; cursor: pointer; white-space: nowrap; flex-shrink: 0;
  transition: all 0.4s var(--ease-smooth);
}
.wv-btn-header:hover { background: var(--navy-light); transform: translateY(-1px); color: var(--white); }

.wv-cart-icon {
  position: relative; display: flex; align-items: center;
  color: var(--text-primary); text-decoration: none;
  padding: 0.5rem; cursor: pointer;
}
.wv-cart-icon svg { width: 22px; height: 22px; }
.wv-cart-count {
  position: absolute; top: -4px; right: -4px;
  background: var(--stone); color: var(--navy);
  font-size: 0.6rem; font-weight: 700;
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

.wv-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.wv-mobile-toggle span {
  display: block; width: 24px; height: 1.5px; background: var(--navy);
  margin: 6px 0; transition: all 0.3s;
}

/* ── CATEGORY NAV ── */
.wv-cat-nav { border-bottom: 1px solid var(--border); background: var(--white); overflow-x: auto; overflow-y: hidden; }
.wv-cat-nav-inner { display: flex; align-items: center; justify-content: center; gap: 0; max-width: 1680px; margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 4rem); list-style: none; }
.wv-cat-nav-inner li { list-style: none; }
.wv-cat-nav-inner a { display: flex; align-items: center; padding: 1.2rem 1.5rem; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; color: var(--text-light); font-weight: 500; white-space: nowrap; border-bottom: 2px solid transparent; transition: all 0.3s; margin-bottom: -1px; }
.wv-cat-nav-inner li ul { display: none; }
.wv-cat-nav-inner a:hover { color: var(--text-primary); border-bottom-color: var(--border); }
.wv-cat-nav-inner a.active { color: var(--navy); font-weight: 600; border-bottom-color: var(--navy); }

/* ── MOBILE CATEGORIES BUTTON (hidden on desktop) ── */
.wv-mobile-cat-btn {
  display: none; align-items: center; gap: 0.4rem;
  background: none; border: 1px solid var(--border); cursor: pointer;
  padding: 0.45rem 0.85rem; font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text-primary);
  white-space: nowrap; transition: all 0.25s;
}
.wv-mobile-cat-btn:hover { border-color: var(--navy); color: var(--navy); }
.wv-mobile-cat-btn.open .wv-cat-chevron { transform: rotate(180deg); }
.wv-cat-chevron { transition: transform 0.25s; }

/* ── MOBILE CATEGORIES DROPDOWN ── */
.wv-mobile-cat-dropdown {
  display: none; position: fixed; top: var(--wv-header-height, 80px); left: 0; right: 0; z-index: 998;
  background: var(--white); border-bottom: 2px solid var(--navy);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s var(--ease-smooth);
}
.wv-mobile-cat-dropdown.open { max-height: 500px; }
.wv-mobile-cat-dropdown-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; padding: 0.5rem 0;
  max-width: 100%;
}
.wv-mobile-cat-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 1.5rem; font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
  color: var(--text-primary); border-bottom: 1px solid var(--border);
  transition: background 0.2s, color 0.2s;
}
.wv-mobile-cat-item:nth-last-child(-n+2) { border-bottom: none; }
.wv-mobile-cat-item:hover { background: var(--cream); color: var(--navy); }
.wv-mobile-cat-item.active { color: var(--navy); font-weight: 700; background: var(--cream); }
.wv-mobile-cat-item svg { opacity: 0.4; flex-shrink: 0; }

/* ── MOBILE NAV ── */
.wv-mobile-nav {
  position: fixed; inset: 0; z-index: 1001;
  background: rgba(250,247,242,0.98);
  backdrop-filter: blur(20px);
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-start;
  padding: 5rem 2rem 2rem;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  gap: 0;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s;
}
.wv-mobile-nav.open { opacity: 1; pointer-events: all; }
.wv-mobile-nav > a,
.wv-mobile-nav > .wv-mobile-nav-group {
  width: 100%; max-width: 400px;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border);
}
.wv-mobile-nav > a:last-of-type { border-bottom: 1px solid var(--border); }
.wv-mobile-nav a {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 400;
  color: var(--navy); text-decoration: none;
  transition: color 0.3s;
}
.wv-mobile-nav ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.wv-mobile-nav li { list-style: none; }
.wv-mobile-nav li ul { display: none; }
.wv-mobile-nav a:hover { color: var(--stone-dark); }
.wv-mobile-nav-close {
  position: absolute; top: 1.2rem; right: 1.2rem;
  background: none; border: none; cursor: pointer;
  width: 44px; height: 44px; display: flex; align-items: center;
  justify-content: center; z-index: 2;
}
.wv-mobile-nav-close svg { width: 24px; height: 24px; color: var(--navy); }

.wv-mobile-nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; max-width: 400px;
  margin-top: 1rem; padding: 1rem 2rem;
  background: var(--navy); color: var(--white) !important;
  font-family: var(--font-body) !important; font-size: 0.82rem !important;
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; border: none;
  transition: background 0.3s;
}
.wv-mobile-nav-cta:hover { background: var(--navy-light); color: var(--white) !important; }

/* ── HERO ── */
.wv-hero {
  position: relative;
  overflow: hidden;
  margin-top: calc(var(--wv-header-height, 118px) * -1);
  padding-top: var(--wv-header-height, 118px);
}

/* Hero Slider */
.wv-hero-slider { position: relative; z-index: 0; }
.wv-hero-slide {
  position: relative;
  height: calc(535px + var(--wv-header-height, 118px));
  overflow: hidden;
}

.wv-hero-slider .slick-dots {
  position: absolute; bottom: 2.5rem; right: clamp(1.5rem, 4vw, 4rem); z-index: 20;
  display: flex !important; gap: 0.5rem; padding: 0; margin: 0; list-style: none;
}
.wv-hero-slider .slick-dots li { width: auto; height: auto; margin: 0; }
.wv-hero-slider .slick-dots li button {
  width: 10px; height: 10px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.5);
  background: transparent; padding: 0; font-size: 0; cursor: pointer; transition: all 0.3s;
}
.wv-hero-slider .slick-dots li.slick-active button {
  background: var(--white); border-color: var(--white); width: 28px; border-radius: 5px;
}

/* Slide content fade animation */
.wv-hero-slide .wv-hero-content { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.wv-hero-slider .slick-current .wv-hero-content { opacity: 1; transform: translateY(0); transition-delay: 0.3s; }

.wv-hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.wv-hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.05);
  animation: wvHeroZoom 20s var(--ease-smooth) forwards;
}
@keyframes wvHeroZoom { to { transform: scale(1); } }

.wv-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 5.29%, rgba(0, 0, 0, 0.64) 20%, rgba(0, 0, 0, 0.00) 80%);
}
.wv-hero-overlay::after { display: none; }
@media (max-width: 1024px) {
  .wv-hero-overlay {
    background: rgba(0, 0, 0, 0.55);
  }
}
.wv-hero-slide { background: #0a121f; }
/* Slide 1: full-bleed image */
.wv-hero-slide[data-img-pos="right"] .wv-hero-bg { left: 0; clip-path: none; }
.wv-hero-slide[data-img-pos="right"] .wv-hero-bg img { object-position: center center; }

.wv-hero-content {
  position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: 2rem clamp(1.5rem, 4vw, 4rem);
  max-width: 1680px; margin: 0 auto; width: 100%;
}

.wv-hero-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.45rem 1rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  margin-bottom: 1.5rem;
}
.wv-hero-badge span {
  font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(229,224,214,0.85); font-weight: 400;
}
.wv-hero-badge-dot {
  width: 6px; height: 6px; border-radius: 3px; background: #c4a882;
}

.wv-hero h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: 0.95;
  color: var(--white); width: 870px; max-width: 100%;
  letter-spacing: -0.01em; margin-bottom: 0;
}
.wv-hero h1 br { display: none; }
.wv-hero h1 em {
  display: block; font-style: italic; font-weight: 300; color: #c4a882;
}

.wv-hero-sub {
  font-size: clamp(0.88rem, 1.1vw, 1rem); color: #DEDED9;
  max-width: 600px; line-height: 1.65; margin-top: 1.6rem; font-weight: 300;
}

.wv-hero-actions {
  display: flex; align-items: center; gap: 1.5rem; margin-top: 2.5rem;
}

@keyframes wvFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.wv-hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  z-index: 20; display: flex; flex-direction: column; align-items: center;
  gap: 0.6rem; color: rgba(255,255,255,0.5);
  opacity: 0; animation: wvFadeUp 1s 1.2s var(--ease-out) forwards;
}
.wv-hero-scroll span { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; }
.wv-scroll-line { width: 1px; height: 40px; background: rgba(255,255,255,0.2); position: relative; overflow: hidden; }
.wv-scroll-line::after {
  content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%;
  background: var(--stone-light);
  animation: wvScrollPulse 2s ease-in-out infinite;
}
@keyframes wvScrollPulse { 0%,100% { top: -100%; } 50% { top: 100%; } }

/* ── BUTTONS ── */
.wv-btn-primary {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 1rem 2.4rem;
  background: var(--white); color: var(--navy); border: 1px solid var(--border);
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none;
  border: none; cursor: pointer;
  transition: all 0.4s var(--ease-smooth);
}
.wv-btn-primary:hover { background: var(--cream); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); color: var(--navy); }
.wv-btn-primary svg { width: 16px; height: 16px; transition: transform 0.3s; }
.wv-btn-primary:hover svg { transform: translateX(3px); }

.wv-btn-ghost {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 1rem 2rem;
  background: transparent; color: var(--white);
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.3);
  transition: all 0.4s var(--ease-smooth);
}
.wv-btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); color: var(--white); }

/* ── INTRO STRIP ── */
.wv-intro-strip {
  background: var(--navy); padding: 1.8rem 0;
  overflow: hidden;
}
.wv-intro-strip-inner {
  display: flex; justify-content: center; align-items: center;
  gap: clamp(2rem, 5vw, 5rem); flex-wrap: wrap;
  max-width: 1680px; margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}
.wv-intro-stat {
  display: flex; align-items: center; gap: 1rem;
  color: var(--cream);
}
.wv-intro-stat-divider {
  width: 1px; height: 30px; background: rgba(255,255,255,0.15);
}
.wv-intro-stat strong {
  font-family: var(--font-price); font-size: 1.5rem; font-weight: 600;
  color: var(--stone-light); letter-spacing: -0.02em;
}
.wv-intro-stat span {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); font-weight: 400;
}

/* ── SECTION HEADERS ── */
.wv-section-header { margin-bottom: clamp(3rem, 5vw, 4.5rem); }
.wv-section-header.center { text-align: center; }
.wv-section-label {
  font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--stone-dark); font-weight: 600; margin-bottom: 1rem;
  display: flex; align-items: center; gap: 1rem;
}
.wv-section-label.center { justify-content: center; }
.wv-section-label::before {
  content: ''; width: 30px; height: 1px; background: var(--stone);
}
.wv-section-header h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15;
  color: var(--navy); letter-spacing: -0.01em;
}
.wv-section-header h2 em { font-style: italic; color: var(--stone-dark); }
.wv-section-header p {
  font-size: 1rem; color: var(--text-secondary); line-height: 1.7;
  max-width: none; margin-top: 0.5rem; font-weight: 300;
}
.wv-section-header.center p { margin-left: auto; margin-right: auto; }

/* ── CATEGORIES ── */
.wv-categories { background: var(--cream); }
.wv-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.wv-category-card {
  position: relative; overflow: hidden; cursor: pointer;
  height: 500px; text-decoration: none; color: var(--white);
  display: block; width: 100%;
}
.wv-category-card:first-child { height: auto; grid-row: span 2; }

.wv-category-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}
.wv-category-card:hover img { transform: scale(1.06); }

.wv-category-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(10,22,40,0.7) 0%, rgba(10,22,40,0.05) 50%);
  transition: background 0.4s ease;
}
.wv-category-card:hover .wv-category-card-overlay {
  background: rgba(10,22,40,0.55);
}

.wv-category-card-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}
.wv-category-card-name {
  font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 400; letter-spacing: 0.02em; color: var(--white);
}
.wv-category-card-count {
  font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); margin-top: 0.4rem; font-weight: 400;
}
.wv-category-card-arrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 1rem; font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--stone-light); font-weight: 500;
  opacity: 0; transform: translateY(10px);
  transition: all 0.4s var(--ease-out);
}
.wv-category-card:hover .wv-category-card-arrow { opacity: 1; transform: translateY(0); }
.wv-category-card-arrow svg { width: 14px; height: 14px; transition: transform 0.3s; }
.wv-category-card:hover .wv-category-card-arrow svg { transform: translateX(4px); }

/* Affirm promo card */
.wv-affirm-promo-card {
  position: relative; overflow: hidden;
  background: var(--navy); color: var(--white);
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center; padding: clamp(2rem, 3vw, 3rem);
  text-decoration: none;
}
.wv-affirm-promo-card::before {
  content: ''; position: absolute; top: -40%; right: -30%;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(196,168,130,0.1) 0%, transparent 70%);
}
.wv-affirm-promo-inner { position: relative; z-index: 1; }
.wv-affirm-promo-icon {
  width: auto; min-width: 56px; height: 56px; margin: 0 auto 1.2rem;
  display: flex; align-items: center; justify-content: center;
}
.wv-affirm-promo-icon svg { width: 26px; height: 26px; color: var(--stone-light); }
.wv-affirm-promo-logo { width: auto; height: 44px; display: block; }
.wv-affirm-promo-sub a { color: var(--stone-light); text-decoration: underline; }
.wv-affirm-promo-sub a:hover { color: #fff; }
.wv-affirm-promo-disclosure { display: block; margin-top: 0.75rem; font-size: 0.8em; opacity: 0.85; }
.wv-affirm-promo-apr {
  display: inline-flex; padding: 0.3rem 0.9rem;
  background: rgba(58,125,68,0.9); color: var(--white);
  font-family: var(--font-price); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.06em; border-radius: 3px; margin-bottom: 1rem;
}
.wv-affirm-promo-title {
  font-family: var(--font-display); font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 400; line-height: 1.2; margin-bottom: 0.6rem;
}
.wv-affirm-promo-title em { font-style: italic; color: var(--stone-light); }
.wv-affirm-promo-sub {
  font-size: 0.82rem; color: rgba(255,255,255,0.55);
  line-height: 1.6; margin-bottom: 1.5rem; font-weight: 300;
}
.wv-affirm-promo-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.7rem 1.6rem; border: 1px solid rgba(255,255,255,0.2);
  color: var(--cream); font-family: var(--font-body);
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none;
  transition: all 0.3s;
}
.wv-affirm-promo-btn:hover { background: rgba(255,255,255,0.1); border-color: var(--stone); color: var(--stone-light); }
.wv-affirm-promo-btn svg { width: 14px; height: 14px; }

/* ── MODELS SHOWCASE (alternating rows) ── */
.wv-models-showcase { background: var(--cream); }
.wv-models-grid {
  display: flex; flex-direction: column;
  gap: clamp(1.5rem, 3vw, 3rem);
}

/* Each card is a full-width row: image wider + content narrower */
.wv-model-card {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 3fr 2fr;
  min-height: clamp(320px, 40vw, 460px);
  text-decoration: none; color: var(--text-primary);
  background: var(--white);
  aspect-ratio: auto;
}
/* Alternate: even rows flip — text on left, image on right */
.wv-model-card:nth-child(even) {
  grid-template-columns: 2fr 3fr;
}
.wv-model-card:nth-child(even) .wv-model-card-img { order: 2; }
.wv-model-card:nth-child(even) .wv-model-card-content { order: 1; }

.wv-model-card-img {
  position: relative; inset: auto;
  min-height: 100%; overflow: hidden;
}
.wv-model-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--ease-out);
}
.wv-model-card:hover .wv-model-card-img img { transform: scale(1.04); }

/* Overlay not needed in side-by-side layout */
.wv-model-card-overlay { display: none; }

.wv-model-card-content {
  position: relative; inset: auto;
  padding: clamp(2rem, 4vw, 3.5rem);
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  background: var(--cream);
  text-align: left;
}
.wv-model-card-content h3,
.wv-model-card-content p { text-align: left; }

.wv-model-card-content h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400; color: var(--navy);
  margin-bottom: 0.8rem; line-height: 1.15;
}

.wv-model-card-content p {
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: var(--text-secondary);
  line-height: 1.7; font-weight: 300;
  max-height: none; overflow: visible; opacity: 1;
  margin-bottom: 1.4rem;
}

.wv-model-card-link {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  align-self: flex-start;
  padding: 0.85rem 1.6rem;
  background: var(--navy); color: var(--white);
  font-size: 0.72rem; letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 600;
  border: 1px solid var(--navy);
  opacity: 1; transform: none;
  transition: background 0.3s var(--ease-out), color 0.3s, border-color 0.3s, gap 0.3s;
}
.wv-model-card:hover .wv-model-card-link {
  background: var(--white); color: var(--navy);
  gap: 0.9rem;
}
.wv-model-card-link svg { width: 14px; height: 14px; transition: transform 0.3s; }
.wv-model-card:hover .wv-model-card-link svg { transform: translateX(4px); }

/* First child no longer a hero — inherits regular row style */
.wv-models-grid .wv-model-card:first-child { grid-column: auto; aspect-ratio: auto; }
.wv-models-grid .wv-model-card:first-child .wv-model-card-content h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); }

/* Stack to single column on tablet/mobile */
@media (max-width: 900px) {
  .wv-model-card,
  .wv-model-card:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .wv-model-card:nth-child(even) .wv-model-card-img { order: 0; }
  .wv-model-card:nth-child(even) .wv-model-card-content { order: 0; }
  .wv-model-card-img { aspect-ratio: 16/10; min-height: 0; }
  .wv-model-card-content { padding: clamp(1.5rem, 5vw, 2rem); }
}

/* ── WHY WESTVIEW (Features) ── */
.wv-why-section { background: var(--white); }
.wv-why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; border: 1px solid var(--border);
}
.wv-why-item {
  padding: clamp(2rem, 3vw, 3rem);
  border-right: 1px solid var(--border);
  transition: background 0.4s;
}
.wv-why-item:last-child { border-right: none; }
.wv-why-item:hover { background: var(--cream); }

.wv-why-icon {
  width: 48px; height: 48px; margin-bottom: 1.5rem;
  color: var(--stone-dark);
}
.wv-why-item h3 {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 500;
  color: var(--navy); margin-bottom: 0.8rem;
}
.wv-why-item p {
  font-size: 1rem; color: var(--text-secondary); line-height: 1.65;
  font-weight: 300;
}

/* ── FEATURED PRODUCTS (Shop by Models) ── */
.wv-products-section { background: var(--cream); }
.wv-products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.wv-product-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.wv-product-card-img {
  position: relative; overflow: hidden; aspect-ratio: 4/3;
  background: var(--cream-dark);
}
.wv-product-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s var(--ease-out);
}
.wv-product-card:hover .wv-product-card-img img { transform: scale(1.05); }

.wv-product-badges {
  position: absolute; top: 1rem; left: 1rem;
  display: flex; gap: 0.4rem;
}
.wv-product-badge {
  padding: 0.35rem 0.8rem;
  font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 600;
}
.wv-product-badge--bestseller { background: var(--stone); color: var(--navy); }
.wv-product-badge--new { background: var(--navy); color: var(--white); }
.wv-product-badge--sale { background: #C0392B; color: var(--white); }

.wv-product-card-info { padding: 1.2rem 0 0; display: flex; flex-direction: column; flex: 1; }
.wv-product-card-category {
  font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--stone-dark); font-weight: 500; margin-bottom: 0.4rem;
}
.wv-product-card-name {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 400;
  color: var(--navy); margin-bottom: 0.3rem;
}
.wv-product-card-name a { color: inherit; text-decoration: none; }
.wv-product-card-name a:hover { color: var(--stone-dark); }

.wv-product-card-reviews {
  display: flex; align-items: center; gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.wv-product-card-stars { display: flex; gap: 1px; }
.wv-product-card-stars svg { width: 14px; height: 14px; color: var(--stone); }
.wv-product-card-rating {
  font-size: 0.78rem; color: var(--text-secondary); font-weight: 500;
}
.wv-product-card-rating strong { color: var(--text-primary); }

.wv-product-card-desc {
  font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6;
  font-weight: 300; margin-bottom: 0.8rem;
}

.wv-product-card-price {
  display: flex; align-items: baseline; gap: 0.5rem; flex-wrap: wrap;
}
.wv-product-card-price .from {
  font-size: 0.72rem; color: var(--text-light); text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wv-product-card-price .amount {
  font-family: var(--font-price); font-size: 1.35rem; font-weight: 600;
  color: var(--navy); letter-spacing: -0.02em;
}
.wv-product-card-price .msrp {
  font-family: var(--font-price); font-size: 0.88rem; color: var(--text-light);
  text-decoration: line-through; font-weight: 400;
}
.wv-product-card-price .save-pct {
  font-size: 0.65rem; font-weight: 700; color: #C0392B;
  background: rgba(192,57,43,0.08); padding: 0.15rem 0.45rem;
  letter-spacing: 0.04em;
}

.wv-product-card-affirm {
  display: flex; align-items: center; gap: 0.4rem;
  margin-top: 0.4rem; font-family: var(--font-price); font-size: 0.75rem;
  color: var(--text-secondary); font-weight: 400;
}
.wv-product-card-affirm .affirm-apr {
  display: inline-flex; align-items: center; gap: 0.25rem;
  font-size: 0.65rem; font-weight: 700; color: var(--white);
  background: #3A7D44; padding: 0.15rem 0.4rem; border-radius: 2px;
}
.wv-product-card-affirm .affirm-logo {
  font-weight: 800; color: #4A64F5; letter-spacing: -0.03em;
}

.wv-product-card-urgency {
  margin-top: 0.6rem; font-size: 0.72rem; line-height: 1.5;
}
.wv-product-card-urgency .stock { color: #C0392B; font-weight: 600; }
.wv-product-card-urgency .sale-ends { color: #C0392B; font-weight: 500; font-style: italic; }

.wv-product-card-bottom {
  margin-top: auto; padding-top: 1rem;
  display: flex; align-items: center; gap: 0.6rem;
}
.wv-btn-card-cart {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.8rem 1rem; background: var(--navy); color: var(--white);
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  border: none; cursor: pointer; text-decoration: none;
  transition: all 0.3s var(--ease-smooth);
}
.wv-btn-card-cart:hover { background: var(--navy-light); transform: translateY(-1px); color: var(--white); }
.wv-btn-card-cart svg { width: 15px; height: 15px; }
.wv-btn-card-details {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; flex-shrink: 0;
  border: 1px solid var(--border); background: var(--white);
  color: var(--text-secondary); cursor: pointer; text-decoration: none;
  transition: all 0.3s;
}
.wv-btn-card-details:hover { border-color: var(--stone); color: var(--stone-dark); }
.wv-btn-card-details svg { width: 16px; height: 16px; }

/* ── CRAFTSMANSHIP BAND (Extra Content) ── */
.wv-craft-band {
  position: relative; overflow: hidden;
  min-height: 70vh; display: flex; align-items: center;
}
.wv-craft-band-bg {
  position: absolute; inset: 0;
}
.wv-craft-band-bg img {
  width: 100%; height: 100%; object-fit: cover;
}
.wv-craft-band-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,22,40,0.88) 0%, rgba(10,22,40,0.4) 100%);
}
.wv-craft-band-content {
  position: relative; z-index: 2;
  max-width: 1680px; margin: 0 auto; width: 100%;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 4vw, 4rem);
}
.wv-craft-band-content .wv-section-label { color: var(--stone-light); }
.wv-craft-band-content .wv-section-label::before { background: var(--stone-light); }
.wv-craft-band h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.15;
  color: var(--white); max-width: 600px;
}
.wv-craft-band h2 em { font-style: italic; color: var(--stone-light); }
.wv-craft-band p {
  font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.8;
  max-width: 500px; margin-top: 1.5rem; font-weight: 300;
}
.wv-craft-features {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem; margin-top: 3rem; max-width: 650px;
}
.wv-craft-feature {
  display: flex; flex-direction: column; gap: 0.3rem;
}
.wv-craft-feature strong {
  font-family: var(--font-price); font-size: 1.7rem; font-weight: 600;
  color: var(--stone-light); letter-spacing: -0.02em;
}
.wv-craft-feature span {
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* ── ABOUT BAND ── */
.wv-about-band { background: var(--navy); padding: clamp(4rem, 8vw, 6rem) 0; color: var(--white); }
.wv-about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 5rem); align-items: start;
}
.wv-about-content .wv-section-label { color: var(--stone-light); }
.wv-about-content .wv-section-label::before { background: var(--stone-light); }
.wv-about-content h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 3.5vw, 2.8rem); line-height: 1.15;
  color: var(--white); margin-bottom: 1.5rem;
}
.wv-about-content h2 em { font-style: italic; color: var(--stone-light); }
.wv-about-content p {
  font-size: 1rem; color: rgba(255,255,255,0.6); line-height: 1.8;
  font-weight: 300; margin-bottom: 1.2rem;
}

.wv-about-highlights {
  display: flex; flex-direction: column; gap: 1rem;
  margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1);
}
.wv-about-highlight {
  display: flex; align-items: flex-start; gap: 1rem;
}
.wv-about-highlight svg {
  width: 22px; height: 22px; flex-shrink: 0; color: var(--stone-light); margin-top: 2px;
}
.wv-about-highlight strong {
  display: block; font-size: 0.88rem; color: var(--white); font-weight: 600;
}
.wv-about-highlight span {
  font-size: 0.78rem; color: rgba(255,255,255,0.45); font-weight: 300;
}

.wv-about-media { display: flex; flex-direction: column; gap: 1.5rem; }
.wv-about-img-main { overflow: hidden; }
.wv-about-img-main img { width: 100%; height: auto; display: block; aspect-ratio: 4/3; object-fit: cover; }
.wv-about-sub h3 {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 400;
  color: var(--white); margin-bottom: 0.6rem;
}
.wv-about-sub p {
  font-size: 1rem; color: rgba(255,255,255,0.55); line-height: 1.7; font-weight: 300;
}
.wv-about-img-sm { overflow: hidden; }
.wv-about-img-sm img { width: 100%; height: auto; display: block; aspect-ratio: 4/3; object-fit: cover; }

.wv-about-variety-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem;
  margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08);
  align-items: start;
}
.wv-about-variety-text h3 {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 400;
  color: var(--white); margin-bottom: 0.8rem;
}
.wv-about-variety-text p {
  font-size: 1rem; color: rgba(255,255,255,0.55); line-height: 1.7;
  font-weight: 300; margin-bottom: 0.6rem;
}

@media (max-width: 1024px) {
  .wv-about-grid { grid-template-columns: 1fr; }
  .wv-about-variety { flex-direction: column; gap: 2rem; }
  .wv-about-variety-row { grid-template-columns: 1fr; }
}

/* ── TESTIMONIALS ── */
.wv-testimonials { background: var(--white); }

/* Slider wrapper */
.wv-testimonials-slider { margin: 0 -1rem; }
.wv-testimonials-slider .wv-testimonial-slide { padding: 0 1rem; }
.wv-testimonials-slider .slick-list { overflow: hidden; }
.wv-testimonials-slider .slick-track { display: flex; }
.wv-testimonials-slider .slick-slide { height: auto; }
.wv-testimonials-slider .slick-slide > div { height: 100%; }
.wv-testimonials-slider .wv-testimonial-slide { height: 100%; }
.wv-testimonials-slider .wv-testimonial-card { height: 100%; display: flex; flex-direction: column; }
.wv-testimonials-slider .wv-testimonial-card blockquote { flex: 1; }

/* Slider arrows */
.wv-slick-prev, .wv-slick-next {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--white); border: 1px solid var(--border);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--text-secondary); transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.wv-slick-prev:hover, .wv-slick-next:hover { border-color: var(--stone); color: var(--navy); box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.wv-slick-prev svg, .wv-slick-next svg { width: 20px; height: 20px; }
.wv-slick-prev { left: -22px; }
.wv-slick-next { right: -22px; }

/* Slider dots */
.wv-testimonials-slider .slick-dots { display: flex !important; justify-content: center; gap: 0.5rem; margin-top: 2rem; padding: 0; list-style: none; }
.wv-testimonials-slider .slick-dots li { width: auto; height: auto; margin: 0; }
.wv-testimonials-slider .slick-dots li button {
  width: 8px; height: 8px; border-radius: 50%; background: var(--border);
  border: none; padding: 0; font-size: 0; cursor: pointer; transition: all 0.3s;
}
.wv-testimonials-slider .slick-dots li.slick-active button { background: var(--navy); width: 24px; border-radius: 4px; }

/* Legacy grid fallback */
.wv-testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.wv-testimonial-card {
  padding: clamp(2rem, 3vw, 2.5rem);
  border: 1px solid var(--border);
  transition: all 0.4s var(--ease-smooth);
  position: relative; background: var(--white);
}
.wv-testimonial-card:hover {
  border-color: var(--stone); box-shadow: 0 8px 40px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .wv-slick-prev { left: -10px; }
  .wv-slick-next { right: -10px; }
}
@media (max-width: 768px) {
  .wv-slick-prev { left: 0; }
  .wv-slick-next { right: 0; }
}
.wv-testimonial-stars {
  display: flex; gap: 3px; margin-bottom: 1.2rem; color: var(--stone);
}
.wv-testimonial-stars svg { width: 14px; height: 14px; }
.wv-testimonial-card blockquote {
  font-size: 0.95rem; color: var(--text-primary); line-height: 1.7;
  font-weight: 300; font-style: italic; margin: 0; border: none; padding: 0;
}
.wv-testimonial-author {
  display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem;
  padding-top: 1.5rem; border-top: 1px solid var(--border);
}
.wv-testimonial-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--cream-dark); display: flex; align-items: center;
  justify-content: center; font-family: var(--font-display);
  font-size: 1rem; color: var(--stone-dark); font-weight: 500;
  flex-shrink: 0;
}
.wv-testimonial-name {
  font-size: 0.85rem; font-weight: 600; color: var(--navy);
}
.wv-testimonial-location {
  font-size: 0.72rem; color: var(--text-light); margin-top: 0.15rem;
}

/* ── FAQ ── */
.wv-faq-section { background: var(--cream); }
.wv-faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
}
.wv-faq-sidebar {}
.wv-faq-nav {
  display: flex; flex-direction: column; gap: 0.5rem;
  list-style: none; padding: 0; margin: 0 0 2rem;
}
.wv-faq-nav button {
  display: block; width: 100%; text-align: left;
  padding: 1rem 1.5rem;
  font-family: var(--font-body); font-size: 1rem; font-weight: 600;
  color: var(--navy); background: transparent;
  border: 1px solid var(--border); cursor: pointer;
  transition: all 0.3s var(--ease-smooth);
}
.wv-faq-nav button:hover { background: var(--white); border-color: var(--stone); }
.wv-faq-nav button.active {
  background: var(--navy); color: var(--white); border-color: var(--navy);
}
.wv-faq-contact-text {
  font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7;
  margin-bottom: 1.5rem; font-weight: 300;
}
.wv-faq-content {}
.wv-faq-item {
  border: 1px solid var(--border); margin-bottom: 0.5rem;
  background: var(--white);
}
.wv-faq-item-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 1.5rem; cursor: pointer;
  font-size: 0.95rem; font-weight: 600; color: var(--navy);
  background: none; border: none; width: 100; text-align: left;
  transition: background 0.3s;
}
.wv-faq-item-header:hover { background: var(--cream); }
.wv-faq-item-body {
  padding: 0 1.5rem 1.2rem;
  font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7;
  font-weight: 300;
}

/* ── CTA SECTION ── */
.wv-cta-section {
  background: var(--navy); padding: clamp(5rem, 8vw, 8rem) 0;
  text-align: center; position: relative; overflow: hidden;
}
.wv-cta-section::before {
  content: ''; position: absolute;
  top: -50%; right: -20%; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(196,168,130,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.wv-cta-content { position: relative; z-index: 1; }
.wv-cta-content h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem); line-height: 1.15;
  color: var(--white);
}
.wv-cta-content h2 em { font-style: italic; color: var(--stone-light); }
.wv-cta-content p {
  font-size: 1rem; color: rgba(255,255,255,0.55); line-height: 1.7;
  max-width: 500px; margin: 1.5rem auto 0; font-weight: 300;
}
.wv-cta-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 1.2rem; margin-top: 2.5rem; flex-wrap: wrap;
}
.wv-btn-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 1rem 2.5rem;
  background: var(--stone); color: var(--navy);
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none;
  border: none; cursor: pointer;
  transition: all 0.4s var(--ease-smooth);
}
.wv-btn-cta:hover { background: var(--stone-light); transform: translateY(-2px); color: var(--navy); }
.wv-btn-cta-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 1rem 2.5rem;
  background: transparent; color: var(--cream);
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25);
  transition: all 0.4s var(--ease-smooth);
}
.wv-btn-cta-outline:hover { border-color: var(--stone); color: var(--stone-light); }

.wv-cta-phone {
  margin-top: 2rem; font-size: 0.78rem; color: rgba(255,255,255,0.4);
  letter-spacing: 0.05em;
}
.wv-cta-phone a {
  color: var(--stone-light); text-decoration: none; font-weight: 500;
  transition: color 0.3s;
}
.wv-cta-phone a:hover { color: var(--stone); }

/* ── FEATURED ARTICLES ── */
.wv-articles-section { background: var(--cream); }
.wv-articles-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.wv-article-card {
  background: var(--white); border: 1px solid var(--border);
  overflow: hidden; text-decoration: none; color: inherit;
  transition: all 0.4s var(--ease-smooth);
}
.wv-article-card:hover {
  border-color: var(--stone); box-shadow: 0 8px 40px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}
.wv-article-card-img {
  aspect-ratio: 16/10; overflow: hidden; background: var(--cream-dark);
}
.wv-article-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s var(--ease-out);
}
.wv-article-card:hover .wv-article-card-img img { transform: scale(1.05); }
.wv-article-card-body {
  padding: 1.5rem;
}
.wv-article-card-body h3 {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 400;
  color: var(--navy); margin-bottom: 0.8rem; line-height: 1.3;
  /* Always render exactly two lines so every card in the slider has the
     same height regardless of how long the post title is. */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.3em * 2);
}
.wv-article-card-read {
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--stone-dark); font-weight: 500;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.wv-article-card-read svg { width: 14px; height: 14px; transition: transform 0.3s; }
.wv-article-card:hover .wv-article-card-read svg { transform: translateX(4px); }

/* ── ARTICLES SLIDER ── */
.wv-articles-slider { margin: 0 -0.75rem; }
.wv-articles-slider .wv-article-slide { padding: 0 0.75rem; }
.wv-articles-slider .slick-list { overflow: hidden; }
.wv-articles-slider .slick-track { display: flex; }
.wv-articles-slider .slick-slide { height: auto; }
.wv-articles-slider .slick-slide > div { height: 100%; }
.wv-articles-slider .wv-article-slide { height: 100%; }
.wv-articles-slider .wv-article-card { height: 100%; display: flex; flex-direction: column; }
.wv-articles-slider .slick-dots {
  display: flex !important; justify-content: center; gap: 0.5rem;
  margin-top: 2rem; padding: 0; list-style: none;
}
.wv-articles-slider .slick-dots li { width: auto; height: auto; margin: 0; }
.wv-articles-slider .slick-dots li button {
  width: 8px; height: 8px; border-radius: 50%; background: var(--border);
  border: none; padding: 0; font-size: 0; cursor: pointer; transition: all 0.3s;
}
.wv-articles-slider .slick-dots li.slick-active button { background: var(--navy); width: 24px; border-radius: 4px; }

/* ── FOOTER ── */
.wv-footer {
  background: #060E1A; padding: clamp(4rem, 6vw, 5rem) 0 0;
  color: rgba(255,255,255,0.5);
}
.wv-footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
}
.wv-footer-grid-5 {
  grid-template-columns: 1.8fr repeat(4, 1fr);
}
.wv-footer-brand .wv-logo img { filter: brightness(0) invert(1); height: 38px; }
.wv-footer-brand .wv-logo:hover img { filter: brightness(0) invert(0.85); }
.wv-footer-brand p {
  font-size: 0.88rem; line-height: 1.7; margin-top: 1.2rem;
  max-width: 320px; font-weight: 300;
}
.wv-footer-col h4 {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); font-weight: 600; margin-bottom: 1.5rem;
}
.wv-footer-col a,
.wv-footer-col li a {
  display: block; font-size: 16px; color: rgba(255,255,255,0.55);
  text-decoration: none; margin-bottom: 0.8rem; font-weight: 300;
  transition: color 0.3s;
}
.wv-footer-col a:hover,
.wv-footer-col li a:hover { color: var(--stone-light); }
.wv-footer-col ul,
.wv-footer-col nav ul { list-style: none; padding: 0; margin: 0; }

.wv-footer-bottom {
  margin-top: clamp(3rem, 5vw, 4rem);
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.75rem;
}
.wv-footer-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; margin: 0 0.8rem; }
.wv-footer-bottom a:hover { color: var(--stone-light); }
.wv-footer-social { display: flex; gap: 1rem; }
.wv-footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.4); margin: 0;
  transition: all 0.3s;
}
.wv-footer-social a:hover { border-color: var(--stone); color: var(--stone-light); }
.wv-footer-social a svg { width: 16px; height: 16px; }

.wv-footer-contact {
  margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.35rem;
  font-size: 0.88rem; line-height: 1.4;
}
.wv-footer-contact-label {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); font-weight: 600; margin-bottom: 0.35rem;
}
.wv-footer-contact-phone {
  color: #fff; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.02em;
  text-decoration: none; transition: color 0.3s;
}
.wv-footer-contact-phone:hover { color: var(--stone-light); }
.wv-footer-contact-form {
  color: rgba(255,255,255,0.7); font-weight: 500; text-decoration: none;
  font-size: 0.85rem; transition: color 0.3s;
}
.wv-footer-contact-form:hover { color: var(--stone-light); }
.wv-footer-contact-hours {
  color: rgba(255,255,255,0.45); font-size: 0.8rem; font-weight: 300;
}

/* ══ INNER PAGES ══ */

/* Page Hero Banner */
.wv-page-hero {
  position: relative; min-height: 400px;
  display: flex; align-items: center;
  background: var(--navy) center / cover no-repeat;
  margin-top: calc(var(--wv-header-height, 118px) * -1);
  padding-top: var(--wv-header-height, 118px);
}
.wv-page-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,22,40,0.3) 0%, rgba(10,22,40,0.6) 100%),
    linear-gradient(90deg, rgba(10,22,40,0.4) 0%, transparent 60%);
}
.wv-page-hero .wv-container { position: relative; z-index: 2; width: 100%; }
.wv-page-hero-content { padding: 1.5rem 0; text-align: left; max-width: none; width: 100%; }
.wv-page-hero-content .wv-archive-breadcrumb-inner { margin-bottom: 1.5rem; justify-content: flex-start; }
.wv-page-hero-content h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.9rem, 4.2vw, 3rem); line-height: 1.15;
  color: var(--white); letter-spacing: -0.01em;
  margin-left: 0; margin-right: 0;
  max-width: none;
}
.wv-page-hero-content .wv-section-label { margin-top: 3rem; margin-bottom: 0; }
.wv-page-hero-content .wv-section-label::before { background: var(--stone-light); }
.wv-page-hero-desc { margin: 1rem 0 0; font-size: 1.05rem; color: rgba(255,255,255,0.85); max-width: none; line-height: 1.7; text-align: left; }
.wv-page-hero-desc p { margin: 0; color: inherit; }

/* Mobile-only Read more / Read less collapse. SEO-safe: full text is
   always rendered to the DOM. Only the visual height is clipped via
   max-height + overflow; the toggle button is injected by JS only on
   small viewports. */
.wv-collapsible-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: none; border: 1px solid rgba(255,255,255,0.35);
  color: #fff; padding: 0.55rem 1.2rem; margin-top: 1rem; cursor: pointer;
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; border-radius: 4px;
  transition: background 0.2s, border-color 0.2s;
}
.wv-collapsible-btn:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }
.wv-collapsible-mobile.is-collapsed .wv-collapsible-less,
.wv-collapsible-mobile:not(.is-collapsed) .wv-collapsible-more { display: none; }
@media (max-width: 768px) {
  .wv-collapsible-mobile.is-collapsed .wv-collapsible-inner {
    position: relative; max-height: 7em; overflow: hidden;
  }
  .wv-collapsible-mobile.is-collapsed .wv-collapsible-inner::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0;
    height: 2.4em; pointer-events: none;
    background: linear-gradient(180deg, rgba(10,22,40,0) 0%, rgba(10,22,40,0.95) 80%, rgba(10,22,40,1) 100%);
  }
}
.wv-page-hero-desc h1, .wv-page-hero-desc h2, .wv-page-hero-desc h3,
.wv-page-hero-desc h4, .wv-page-hero-desc h5, .wv-page-hero-desc h6 { color: #fff; }
.wv-page-hero-desc a { color: #fff; text-decoration: underline; }
.wv-page-hero-desc a:hover { color: var(--stone-light, #d8d3c8); }
/* WPForms / contact form on dark hero — make every label + helper text
   readable against the navy background. Inputs keep their default
   light-on-white styling. */
.wv-page-hero-desc .wpforms-field-label,
.wv-page-hero-desc label,
.wv-page-hero-desc .wpforms-field-sublabel,
.wv-page-hero-desc .wpforms-field-description { color: #fff !important; }
.wv-page-hero-desc .wpforms-required-label { color: #ffb4b4 !important; }
.wv-page-hero-desc .wpforms-field-description { color: rgba(255,255,255,0.75) !important; }

/* Page Content Body */
.wv-page-content { background: var(--white); padding-top: 0 !important; }
.wv-page-body {
  max-width: 1680px;
  font-size: 1rem; line-height: 1.8; color: var(--text-primary);
}
.wv-page-body h1, .wv-page-body h2, .wv-page-body h3, .wv-page-body h4 {
  font-family: var(--font-display); font-weight: 400; color: var(--navy);
  margin-top: 2.5rem; margin-bottom: 1rem; line-height: 1.2; text-align: left !important;
}
.wv-page-body h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.wv-page-body h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); }
.wv-page-body h4 { font-size: 1.15rem; font-family: var(--font-body); font-weight: 600; }
.wv-page-body p { margin-bottom: 1.2rem; color: var(--text-secondary); }
.wv-page-body a { color: var(--stone-dark); text-decoration: underline; text-underline-offset: 3px; transition: color 0.3s; }
.wv-page-body a:hover { color: var(--navy); }
.wv-page-body ul, .wv-page-body ol { margin-bottom: 1.5rem; padding-left: 1.5rem; color: var(--text-secondary); }
.wv-page-body li { margin-bottom: 0.5rem; }
.wv-page-body img { border-radius: 2px; margin: 1.5rem 0; }
.wv-page-body blockquote {
  border-left: 3px solid var(--stone); padding: 1.2rem 1.5rem; margin: 2rem 0;
  background: var(--cream); font-style: italic; color: var(--text-secondary);
}
.wv-page-body table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.wv-page-body th, .wv-page-body td {
  padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid var(--border);
}
.wv-page-body th { font-weight: 600; color: var(--navy); background: var(--cream); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }
.wv-page-body hr { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }

/* WP embed / iframe responsive */
.wv-page-body iframe { max-width: 100%; }
.wv-page-body .wp-block-embed { margin: 2rem 0; }

/* Timeline (About Us) */
.wv-timeline-track { position: relative; padding: 2rem 0; }
.wv-timeline-track::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0;
  width: 2px; background: var(--border); transform: translateX(-50%);
}
.wv-timeline-item { position: relative; width: 50%; padding: 1.5rem 3rem; }
.wv-timeline-item.left { padding-right: 3rem; text-align: right; }
.wv-timeline-item.right { margin-left: 50%; padding-left: 3rem; }
.wv-timeline-dot {
  position: absolute; top: 2rem; width: 14px; height: 14px;
  border-radius: 50%; background: var(--stone); border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--stone);
}
.wv-timeline-item.left .wv-timeline-dot { right: -7px; }
.wv-timeline-item.right .wv-timeline-dot { left: -7px; }
.wv-timeline-card { background: var(--cream); border: 1px solid var(--border); overflow: hidden; }
.wv-timeline-img img { width: 100%; height: auto; display: block; }
.wv-timeline-body { padding: 1.5rem; }
.wv-timeline-year {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 400;
  color: var(--stone-dark); display: block; margin-bottom: 0.5rem;
}
.wv-timeline-body p { font-size: 0.92rem; line-height: 1.7; color: var(--text-secondary); margin: 0; }

/* Installation Steps */
.wv-install-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem; margin-top: 3rem;
}
.wv-install-step { text-align: center; }
.wv-install-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--navy); color: var(--white);
  font-family: var(--font-price); font-size: 0.85rem; font-weight: 600;
  margin-bottom: 1rem;
}
.wv-install-step-img { margin-bottom: 1rem; overflow: hidden; }
.wv-install-step-img img { width: 100%; height: auto; display: block; }
.wv-install-step p { font-size: 0.92rem; line-height: 1.6; color: var(--text-secondary); }

/* Contact Info */
.wv-contact-info { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 2rem; }
.wv-contact-block {
  background: var(--cream); padding: 2rem; border: 1px solid var(--border);
}
.wv-contact-block h3 {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 400;
  color: var(--navy); margin-bottom: 1rem;
}
.wv-contact-block p { margin-bottom: 0.5rem; color: var(--text-secondary); font-size: 0.92rem; }
.wv-contact-block a { color: var(--stone-dark); text-decoration: underline; text-underline-offset: 3px; }
.wv-contact-block a:hover { color: var(--navy); }
.wv-contact-block span { font-weight: 500; color: var(--text-primary); }
.wv-contact-block .wv-dist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (max-width: 768px) { .wv-contact-block .wv-dist-grid { grid-template-columns: 1fr; } }
.gform_button, .wpcf7-submit, input[type="submit"], .gform_wrapper input[type="submit"], .gform_wrapper .gform_button, .gform_footer input[type="submit"], .wpforms-submit, .wpforms-container button[type="submit"], div.wpforms-container-full .wpforms-form button.wpforms-submit { background: #000 !important; color: #fff !important; border: none !important; }

/* Reviews Grid */
.wv-reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem;
}
.wv-review-card {
  background: var(--white); border: 1px solid var(--border); overflow: hidden;
  transition: all 0.3s; display: flex; flex-direction: column;
}
.wv-review-card:hover { border-color: var(--stone); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.wv-review-card-media { overflow: hidden; line-height: 0; aspect-ratio: 16/10; }
.wv-review-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wv-review-card-body { padding: 1.2rem 1.2rem; flex: 1; display: flex; flex-direction: column; }
.wv-review-card-body h3 {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 400;
  color: var(--navy); margin-bottom: 0.3rem;
}
.wv-review-card-location { font-size: 0.8rem; color: var(--stone-dark); margin-bottom: 0.5rem; font-weight: 500; }
.wv-review-card-text {
  font-size: 0.9rem; line-height: 1.7; color: var(--text-secondary);
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}

/* Reviews Masonry */
.wv-reviews-masonry {
  column-count: 3; column-gap: 3rem;
}
.wv-review-card-masonry {
  break-inside: avoid; margin-bottom: 1.5rem;
  background: var(--white); border: 1px solid var(--border);
  overflow: hidden; transition: all 0.3s;
}
.wv-review-card-masonry:hover { border-color: var(--stone); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.wv-review-card-masonry .wv-review-card-media { overflow: hidden; line-height: 0; font-size: 0; padding: 0; margin: 0; aspect-ratio: auto; }
.wv-review-card-masonry .wv-review-card-media img { width: 100%; height: auto; display: block; margin: 0; padding: 0; border: 0; }
.wv-review-card-masonry .wv-review-card-body { padding: 0.8rem 1rem 1rem; }
.wv-review-read-more {
  background: none; border: none; cursor: pointer;
  color: var(--stone-dark); font-family: var(--font-body);
  font-size: 0.85rem; font-weight: 600; padding: 0;
  margin-top: 0.4rem; display: inline-block;
  transition: color 0.3s;
}
.wv-review-read-more:hover { color: var(--navy); }
.wv-review-card-masonry .wv-review-card-body h3 { margin-bottom: 0.15rem; margin-top: 0; }
.wv-review-card-masonry .wv-review-card-text {
  line-height: 1.7; color: var(--text-secondary);
  -webkit-line-clamp: unset !important; display: block !important; overflow: visible !important;
  -webkit-box-orient: unset !important;
}
.wv-review-card-masonry .wv-review-card-text p { margin-bottom: 0.8rem; }
.wv-review-card-masonry .wv-review-card-text p:last-child { margin-bottom: 0; }

@media (max-width: 1024px) {
  .wv-reviews-masonry { column-count: 2; }
}
@media (max-width: 480px) {
  .wv-reviews-masonry { column-count: 1; }
}
@media (max-width: 768px) {
  .wv-reviews-masonry { column-count: 1; }
}

/* Installations Grid */
.wv-installations-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2rem;
}
.wv-installation-card {
  text-decoration: none; background: var(--white); border: 1px solid var(--border);
  overflow: hidden; transition: all 0.3s; display: block;
}
.wv-installation-card:hover { border-color: var(--stone); transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.wv-installation-card-img { overflow: hidden; }
.wv-installation-card-img img { width: 100%; height: auto; display: block; transition: transform 0.5s var(--ease-out); }
.wv-installation-card:hover .wv-installation-card-img img { transform: scale(1.05); }
.wv-installation-card h3 {
  padding: 1rem 1.2rem; font-family: var(--font-display); font-size: 1.1rem;
  font-weight: 400; color: var(--navy); text-align: center;
}

/* Posts / Articles Grid (shortcode) */
.wv-posts-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem;
}
.wv-article-card-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.82rem; font-weight: 600; color: var(--stone-dark);
  letter-spacing: 0.04em; margin-top: auto;
}
.wv-article-card:hover .wv-article-card-link { color: var(--navy); }

/* Contractors Features */
.wv-contractors-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem;
}
.wv-contractor-feature {
  background: var(--white); padding: 2rem; border: 1px solid var(--border);
}
.wv-contractor-feature h3 {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 400;
  color: var(--navy); margin-bottom: 1rem;
}
.wv-contractor-feature p { font-size: 0.92rem; line-height: 1.7; color: var(--text-secondary); }

/* Contractors Form */
.wv-contractors-form { margin-top: 2.5rem; }
.wv-contractors-form > h2 { text-align: center; }
.wv-contractors-form-grid {
  display: grid; grid-template-columns: 1fr 2fr; gap: 2rem;
}
.wv-contractors-form-info {
  background: var(--cream); padding: 2rem; border: 1px solid var(--border);
}
.wv-contractors-form-info strong { font-size: 1.05rem; color: var(--navy); }
.wv-contractors-form-body {
  background: var(--cream); padding: 2rem; border: 1px solid var(--border);
}
.wv-contractors-form-body .wpforms-container,
.wv-contractors-form-body .wpforms-form { width: 100%; }
.wv-contractors-form-body .wpforms-field { max-width: 100% !important; }
.wv-contractors-form-body .wpforms-field input,
.wv-contractors-form-body .wpforms-field textarea,
.wv-contractors-form-body .wpforms-field select { width: 100% !important; max-width: 100% !important; }
.wv-contractors-contact { display: flex; gap: 0.5rem; margin-top: 0.5rem; font-size: 0.9rem; }
.wv-contractors-contact-label { font-weight: 500; color: var(--text-primary); min-width: 90px; }
.wv-contractors-contact a { color: var(--stone-dark); text-decoration: none; }
.wv-contractors-contact a:hover { color: var(--navy); }

/* Blog Layout with Sidebar */
.wv-blog-layout {
  display: grid; grid-template-columns: 1fr 360px; gap: 3rem; margin-top: 2rem;
}
.wv-blog-posts .wv-posts-grid {
  grid-template-columns: repeat(3, 1fr); margin-top: 0;
}
.wv-blog-sidebar { position: sticky; top: calc(var(--wv-header-height, 118px) + 2rem); align-self: start; }
.wv-pagination { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 2.5rem; align-items: center; }
.wv-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 2.25rem; height: 2.25rem; padding: 0 0.75rem;
  border: 1px solid var(--border); border-radius: 4px;
  font-size: 0.875rem; color: var(--text-primary); text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.wv-pagination .page-numbers:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.wv-pagination .page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); font-weight: 600; }
.wv-pagination .page-numbers.dots { border: none; background: none; pointer-events: none; }
.wv-sidebar-widget {
  background: var(--cream); border: 1px solid var(--border); padding: 1.8rem;
  margin-bottom: 1.5rem;
}
.wv-sidebar-widget h3 {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 400;
  color: var(--navy); margin-bottom: 0.5rem;
}
.wv-sidebar-widget > p {
  font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 1.2rem;
}
.wv-sidebar-widget .wpforms-container { width: 100%; }
.wv-sidebar-widget .wpforms-field { max-width: 100% !important; }
.wv-sidebar-widget .wpforms-field input,
.wv-sidebar-widget .wpforms-field textarea,
.wv-sidebar-widget .wpforms-field select { width: 100% !important; max-width: 100% !important; }
.wv-sidebar-contact-row {
  display: flex; align-items: center; gap: 0.6rem;
  margin-bottom: 0.5rem; font-size: 0.9rem;
}
.wv-sidebar-contact-row svg { flex-shrink: 0; color: var(--stone-dark); }
.wv-sidebar-contact-row a { color: var(--stone-dark); text-decoration: none; }
.wv-sidebar-contact-row a:hover { color: var(--navy); }

/* Videos Page */
.wv-video-section { margin-bottom: 3.5rem; }
.wv-video-section:last-child { margin-bottom: 0; }
.wv-video-section .wv-section-header { margin-bottom: 1.5rem; }
.wv-video-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.wv-video-card { overflow: hidden; }
.wv-video-thumb {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  cursor: pointer; background: var(--navy);
}
.wv-video-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s var(--ease-out), opacity 0.3s;
}
.wv-video-card:hover .wv-video-thumb img { transform: scale(1.05); opacity: 0.8; }
.wv-video-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.wv-video-play svg {
  width: 56px; height: 56px; color: var(--white);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  transition: transform 0.3s;
}
.wv-video-card:hover .wv-video-play svg { transform: scale(1.15); }
.wv-video-thumb iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: none;
}
.wv-video-title {
  padding: 0.8rem 0; font-size: 0.9rem; font-weight: 500; color: var(--text-primary);
}

/* ── RESPONSIVE ── */
/* Mid-range: full nav visible but tight — compress gaps */
@media (min-width: 1025px) and (max-width: 1280px) {
  .wv-logo img { height: 26px; }
  .wv-logo { flex-shrink: 0; }
  .wv-nav { gap: 1.2rem; }
  .wv-nav a, .wv-nav-dropdown-toggle { font-size: 0.72rem; letter-spacing: 0.04em; }
  .wv-header-phone-block { display: none; }
  .wv-btn-header { padding: 0.55rem 1.1rem; font-size: 0.68rem; }
  .wv-header-actions { gap: 0.8rem; }
}

@media (max-width: 1024px) {
  .wv-nav { display: none; }
  .wv-mobile-toggle { display: block; }
  .wv-btn-header { display: none; }
  .wv-mobile-cat-btn { display: flex; }
  .wv-mobile-cat-dropdown { display: block; }
  .wv-cat-nav { display: none; }
  .wv-categories-grid { grid-template-columns: repeat(2, 1fr); }
  .wv-category-card:first-child { grid-row: span 1; }
  .wv-why-grid { grid-template-columns: repeat(2, 1fr); }
  .wv-why-item:nth-child(2) { border-right: none; }
  .wv-products-grid { grid-template-columns: repeat(2, 1fr); }
  .wv-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .wv-testimonials-grid .wv-testimonial-card:nth-child(n+3) { display: none; }
  .wv-articles-grid { grid-template-columns: repeat(2, 1fr); }
  .wv-footer-grid { grid-template-columns: 1fr 1fr; }
  .wv-faq-grid { grid-template-columns: 1fr; }
  .wv-craft-features { grid-template-columns: repeat(3, 1fr); }
  .wv-blog-layout { grid-template-columns: 1fr; }
  .wv-blog-sidebar { position: static; }
  .wv-blog-posts .wv-posts-grid { grid-template-columns: 1fr 1fr; }
  .wv-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .wv-video-grid { grid-template-columns: repeat(2, 1fr); }
  .wv-timeline-track::before { left: 20px; }
  .wv-timeline-item, .wv-timeline-item.left, .wv-timeline-item.right { width: 100%; margin-left: 0; padding: 1rem 1rem 1rem 50px; text-align: left; }
  .wv-timeline-item.left .wv-timeline-dot, .wv-timeline-item.right .wv-timeline-dot { left: 13px; right: auto; }
}

@media (max-width: 768px) {
  .wv-categories-grid { grid-template-columns: 1fr; }
  .wv-category-card { aspect-ratio: 16/9; height: auto; }
  .wv-category-card:first-child { aspect-ratio: 16/9; height: auto; grid-row: auto; }
  .wv-why-grid { grid-template-columns: 1fr; }
  .wv-why-item { border-right: none; border-bottom: 1px solid var(--border); }
  .wv-why-item:last-child { border-bottom: none; }
  .wv-products-grid { grid-template-columns: 1fr; }
  .wv-testimonials-grid { grid-template-columns: 1fr; }
  .wv-testimonials-grid .wv-testimonial-card:nth-child(n+3) { display: block; }
  .wv-articles-grid { grid-template-columns: 1fr; }
  .wv-footer-grid,
  .wv-footer-grid-5 {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .wv-footer-brand { grid-column: 1 / -1; }
  .wv-footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .wv-craft-features { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .wv-hero-actions { flex-direction: column; align-items: flex-start; }
  .wv-header-phone-block { display: none; }
  .wv-intro-strip-inner { gap: 1.5rem; justify-content: flex-start; align-items: flex-start; }
  .wv-intro-stat-divider { display: none; }
  .wv-cat-nav { }
  .wv-page-hero { min-height: 240px; }
  .wv-install-steps { grid-template-columns: 1fr 1fr; }
  .wv-reviews-grid { grid-template-columns: 1fr; }
  .wv-video-grid { grid-template-columns: 1fr; }
  .wv-blog-posts .wv-posts-grid { grid-template-columns: 1fr; }
  .wv-contact-info { grid-template-columns: 1fr; }
  .wv-contractors-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .wv-intro-strip-inner { flex-direction: column; gap: 1rem; }
  .wv-craft-features { grid-template-columns: 1fr 1fr; }
  .wv-cta-actions { flex-direction: column; }
}

/* ── Financing Badge ── */
.wv-finance-badge {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 100;
  background: var(--navy); color: var(--cream); padding: 0.8rem 1.2rem;
  font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.08em;
  text-transform: uppercase; cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: all 0.3s var(--ease-smooth);
  display: flex; align-items: center; gap: 0.5rem;
  text-decoration: none;
}
.wv-finance-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  color: var(--cream);
}
.wv-finance-badge svg { width: 16px; height: 16px; }

/* ══════════════════════════════════════
   PRODUCT PAGE REDESIGN
   ══════════════════════════════════════ */

/* ── BREADCRUMB ── */
.wv-breadcrumb { padding-top: 1rem; padding-bottom: 1rem; }
body.single-product .wv-breadcrumb { padding-top: 1rem; }
.wv-breadcrumb-inner { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: var(--text-light); }
.wv-breadcrumb-inner a { color: var(--text-secondary); text-decoration: none; transition: color 0.3s; }
.wv-breadcrumb-inner a:hover { color: var(--stone-dark); }
.wv-breadcrumb-sep { color: var(--border); }

/* ── PRODUCT HERO ── */
.wv-product-hero { padding-bottom: 0; margin-bottom: 0; }
.wv-breadcrumb { background: var(--cream); }
body.single-product { background: var(--cream); }
body.single-product .wv-product-hero { background: var(--cream); }
body.single-product .wv-product-details { background: var(--white); padding-top: 0; }
.wv-product-hero .wv-container { padding-bottom: 4rem; }
body.single-product .wv-footer { background: #060E1A; }
.wv-product-hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2.5rem, 5vw, 4rem); align-items: start; margin-bottom: -1px; }

/* Gallery */
.wv-gallery { position: sticky; top: 6rem; min-width: 0; }
.wv-gallery-main { position: relative; overflow: hidden; aspect-ratio: 5/4; background: var(--cream-dark); cursor: zoom-in; border-radius: 8px; }
.wv-gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s var(--ease-smooth); }
.wv-gallery-main-badge { position: absolute; top: 1.2rem; left: 1.2rem; padding: 0.4rem 1rem; background: var(--stone); color: var(--navy); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.wv-gallery-main-badges { position: absolute; top: 1.2rem; left: 1.2rem; display: flex; gap: 0.3rem; z-index: 3; }
.wv-gallery-main { position: relative; overflow: hidden; }
.wv-gallery-main .wv-archive-card-ribbon { position: absolute; top: 22px; right: -32px; }
.wv-gallery-main .wv-archive-card-stock-badge { position: absolute; bottom: 0.8rem; left: 0.8rem; }
.wv-gallery-main .wv-archive-badge--shipping { position: absolute; bottom: 0.8rem; right: 0.8rem; }
.wv-gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.6rem; margin-top: 0.6rem; }
.wv-gallery-thumb { aspect-ratio: 1; overflow: hidden; cursor: pointer; border: 2px solid transparent; border-radius: 8px; transition: border-color 0.3s; background: var(--cream-dark); }
.wv-gallery-thumb.active { border-color: var(--stone); }
.wv-gallery-thumb:hover { border-color: var(--stone-light); }
.wv-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Product Info */
.wv-product-info { padding-top: 0.5rem; min-width: 0; }
.wv-product-hero-grid > * { min-width: 0; }
.wv-product-label { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--stone-dark); font-weight: 600; margin-bottom: 0.8rem; }
.wv-product-label::before { content: ''; width: 25px; height: 1px; background: var(--stone); }
.wv-product-title { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 400; line-height: 1.1; color: var(--navy); margin-bottom: 0.3rem; }
.wv-product-subtitle { font-family: var(--font-display); font-size: 1.2rem; font-weight: 300; font-style: italic; color: var(--stone-dark); margin-bottom: 1.5rem; }

.wv-product-rating { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.8rem; padding-bottom: 1.8rem; border-bottom: 1px solid var(--border); }
a.wv-product-rating-link { text-decoration: none; color: inherit; cursor: pointer; transition: opacity 0.2s; }
a.wv-product-rating-link:hover { opacity: 0.75; }
a.wv-product-rating-link:hover .wv-product-rating-text { text-decoration: underline; }
.wv-product-stars { display: flex; gap: 2px; color: var(--stone); }
.wv-product-stars svg { width: 16px; height: 16px; }
.wv-product-rating-text { font-size: 0.82rem; color: var(--text-secondary); }
.wv-product-rating-text strong { color: var(--text-primary); font-weight: 600; }

.wv-product-price-block { margin-bottom: 2rem; }
.wv-product-price-row { display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
.wv-product-price-from { font-size: 0.78rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.08em; }
.wv-product-price { font-family: var(--font-price); font-size: 2.2rem; font-weight: 700; color: var(--navy); line-height: 1; letter-spacing: -0.02em; }
.wv-product-price-msrp { font-family: var(--font-price); font-size: 0.92rem; color: var(--text-light); text-decoration: line-through; font-weight: 400; }
.wv-product-price-save { display: inline-flex; padding: 0.25rem 0.6rem; background: rgba(185, 74, 62, 0.08); color: #B94A3E; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; }
.wv-product-affirm { font-size: 0.82rem; color: var(--text-secondary); margin-top: 0.6rem; }
.wv-product-affirm strong { color: var(--text-primary); font-weight: 600; }

.wv-product-desc { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.75; margin-bottom: 2rem; font-weight: 300; }

/* Config Options */
.wv-config-section { margin-bottom: 2rem; }
.wv-config-label { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-secondary); font-weight: 600; margin-bottom: 0.8rem; }
.wv-config-label span { color: var(--text-primary); font-weight: 600; text-transform: none; letter-spacing: 0; font-size: 0.82rem; margin-left: 0.3rem; }

/* Actions */
.wv-product-actions { display: flex; gap: 0.8rem; margin-bottom: 2rem; position: sticky; bottom: 0; z-index: 10; background: var(--cream); padding: 0.6rem 0; }
.wv-btn-add-cart { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 1.1rem 2rem; background: var(--navy); color: var(--white); font-family: var(--font-body); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.4s var(--ease-smooth); text-decoration: none; }
.wv-btn-add-cart:hover { background: var(--navy-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(10,22,40,0.2); color: var(--white); }
.wv-btn-add-cart svg { width: 18px; height: 18px; }

.wv-btn-consult { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.9rem; background: transparent; border: 1px solid var(--stone); color: var(--stone-dark); font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; margin-bottom: 2rem; text-decoration: none; white-space: nowrap; }
.wv-btn-consult:hover { background: var(--stone); color: var(--navy); }
.wv-btn-consult svg { width: 16px; height: 16px; }

/* Trust Badges */
.wv-trust-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.wv-trust-badge { display: flex; align-items: center; gap: 0.8rem; padding: 0.8rem; background: var(--white); border: 1px solid var(--border); }
.wv-trust-badge-icon { width: 36px; height: 36px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--stone-dark); }
.wv-trust-badge-icon svg { width: 20px; height: 20px; }
.wv-trust-badge-text { font-size: 0.75rem; color: var(--text-secondary); line-height: 1.4; }
.wv-trust-badge-text strong { display: block; color: var(--text-primary); font-weight: 600; font-size: 0.78rem; }

/* ── PRODUCT TABS ── */
.wv-product-details { background: var(--white); padding-top: 0; padding-bottom: 2rem; }
/* Product hero uses CSS grid for all breakpoints — no floats needed */
.wv-product-hero .wv-container { overflow: visible; }
.wv-tabs { display: flex; border-bottom: 1px solid var(--border); gap: 0; overflow-x: auto; position: sticky; top: 60px; z-index: 50; background: var(--white); }
.wv-tab-btn { padding: 1.2rem 2rem; background: none; border: none; font-family: var(--font-body); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); cursor: pointer; position: relative; white-space: nowrap; transition: color 0.3s; text-decoration: none; }
.wv-tab-btn::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--navy); transform: scaleX(0); transition: transform 0.3s var(--ease-out); }
.wv-tab-btn.active { color: var(--navy); font-weight: 600; }
.wv-tab-btn.active::after { transform: scaleX(1); }
.wv-tab-btn:hover { color: var(--text-primary); }

.wv-tab-content { padding: clamp(2rem, 3vw, 3rem) 0; scroll-margin-top: 120px; }
.wv-tab-section-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; color: var(--navy); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; }
.wv-tab-section-title::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* Elevations */
.wv-elevations-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2rem; }
.wv-elevation-item img { width: 100%; height: auto; display: block; border: 1px solid var(--border); }
.wv-elevation-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); margin-bottom: 0.75rem; }

/* Description */
.wv-desc-content { column-count: 2; column-gap: 3rem; }
.wv-desc-content h2, .wv-desc-content h3, .wv-desc-content h4 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--navy); margin: 1.5rem 0 0.5rem; break-after: avoid; break-inside: avoid; }
.wv-desc-content h2:first-child, .wv-desc-content h3:first-child, .wv-desc-content h4:first-child { margin-top: 0; }
.wv-desc-content p { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 1rem; break-inside: avoid; }
/* Pseudo-headings (paragraphs with only a <strong>) stay attached to the following paragraph */
.wv-desc-content p:has(> strong:only-child) {
  break-after: avoid;
  -webkit-column-break-after: avoid;
  page-break-after: avoid;
}
.wv-desc-content strong { color: var(--text-primary); }
.wv-desc-content img { max-width: 100%; height: auto; break-inside: avoid; display: block; margin: 1.5rem 0; }
.wv-desc-content img:first-child { margin-top: 0; }
.wv-desc-content img:last-child { margin-bottom: 0; }
.wv-desc-content figure { margin: 1.5rem 0; }
.wv-desc-content figure img { margin: 0; }
/* Description content uses tables to pair an image and a block of copy
   side-by-side. Use cell padding (with first-/last-child resets) so
   image cells never sit flush against the adjacent text cells, and add
   bottom padding on rows so consecutive image/text rows breathe. */
.wv-desc-content table { width: 100%; border-collapse: collapse; }
.wv-desc-content td { vertical-align: top; padding: 0 1rem 2rem; }
.wv-desc-content tr td:first-child { padding-left: 0; }
.wv-desc-content tr td:last-child { padding-right: 0; }
.wv-desc-content tr:last-child td { padding-bottom: 0; }
.wv-desc-content td img { margin: 0; }
.wv-desc-content td > *:first-child { margin-top: 0; }
.wv-desc-content td > *:last-child { margin-bottom: 0; }
@media(max-width:768px){ .wv-desc-content { column-count: 1; } }

/* Specs */
.wv-specs-table { width: 100%; border-collapse: collapse; }
.wv-specs-table tr { border-bottom: 1px solid var(--border); }
.wv-specs-table td { padding: 1rem 0; font-size: 0.88rem; vertical-align: top; }
.wv-specs-table td:first-child { font-weight: 500; color: var(--text-primary); width: 45%; padding-right: 1.5rem; }
.wv-specs-table td:last-child { color: var(--text-secondary); font-weight: 300; }

/* Reviews two-column layout */
.wv-reviews-layout { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; }
.wv-reviews-right { position: sticky; top: 0; }
@media (max-width: 900px) { .wv-reviews-layout { grid-template-columns: 1fr; } .wv-reviews-right { position: static; } }

/* Review form */
.wv-review-form-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; color: var(--navy); margin: 0 0 1.4rem; text-transform: uppercase; }
.wv-review-form { display: flex; flex-direction: column; gap: 0.75rem; }

/* Photo upload */
.wv-review-photo-field { display: flex; flex-direction: column; gap: 0.5rem; }
.wv-review-photo-label { cursor: pointer; display: inline-block; }
.wv-review-photo-input { display: none; }
.wv-review-photo-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1rem; border: 1.5px dashed var(--border); color: var(--text-secondary); font-size: 0.82rem; transition: border-color 0.2s, color 0.2s; }
.wv-review-photo-btn:hover { border-color: var(--navy); color: var(--navy); }
.wv-review-photo-hint { font-size: 0.7rem; color: var(--text-light); margin-left: 0.25rem; }
.wv-review-photo-preview { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.wv-photo-thumb { position: relative; width: 54px; height: 54px; flex-shrink: 0; }
.wv-photo-thumb img { width: 100%; height: 100%; object-fit: cover; border: 1px solid var(--border); display: block; }
.wv-photo-remove { position: absolute; top: -6px; right: -6px; width: 18px; height: 18px; border-radius: 50%; background: var(--navy); color: #fff; border: none; cursor: pointer; font-size: 0.7rem; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 0; }
.wv-photo-remove:hover { background: #b91c1c; }

/* Star rating input */
.wv-review-rating-field { display: flex; flex-direction: column; gap: 0.4rem; }
.wv-review-stars-input { display: flex; gap: 0.25rem; }
.wv-star-btn { background: none; border: none; cursor: pointer; padding: 0.1rem; color: var(--border); transition: color 0.15s; line-height: 1; }
.wv-star-btn svg { width: 22px; height: 22px; display: block; }
.wv-star-btn.active { color: #c8a84b; }
.wv-star-btn:hover { color: #c8a84b; }

/* Reviews */
.wv-reviews-summary { display: flex; align-items: center; gap: 2rem; padding: 2rem; background: var(--cream); border: 1px solid var(--border); margin-bottom: 2rem; }
.wv-reviews-big-num { font-family: var(--font-price); font-size: 3rem; font-weight: 700; color: var(--navy); line-height: 1; letter-spacing: -0.03em; }
.wv-reviews-stars-big { display: flex; gap: 2px; color: var(--stone); margin-bottom: 0.3rem; }
.wv-reviews-stars-big svg { width: 20px; height: 20px; }
.wv-reviews-count-text { font-size: 0.82rem; color: var(--text-secondary); }
.wv-review-item { padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
.wv-review-item:last-child { border-bottom: none; }
.wv-review-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.6rem; }
.wv-review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--cream-dark); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1rem; color: var(--stone-dark); font-weight: 500; flex-shrink: 0; }
.wv-review-author { font-size: 0.88rem; font-weight: 600; color: var(--text-primary); }
.wv-review-location { font-size: 0.72rem; color: var(--text-light); }
.wv-review-stars-sm { display: flex; gap: 1px; color: var(--stone); }
.wv-review-stars-sm svg { width: 14px; height: 14px; }
.wv-review-date { font-size: 0.72rem; color: var(--text-light); margin-left: auto; }
.wv-review-text { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.75; font-style: italic; }

/* Reviews pagination */
.wv-reviews-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.4rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.wv-rev-page-btn { min-width: 36px; height: 36px; padding: 0 0.6rem; display: inline-flex; align-items: center; justify-content: center; background: var(--white); border: 1px solid var(--border); color: var(--text-secondary); font-family: var(--font-body); font-size: 0.82rem; font-weight: 500; cursor: pointer; transition: all 0.2s var(--ease-smooth); border-radius: 4px; }
.wv-rev-page-btn:hover:not(:disabled) { border-color: var(--navy); color: var(--navy); }
.wv-rev-page-btn.is-active { background: var(--navy); border-color: var(--navy); color: var(--white); }
.wv-rev-page-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.wv-rev-page-btn svg { display: block; }

/* Q&A */
.wv-qa-header { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2rem; }
.wv-qa-header-line { flex: 1; height: 1px; background: var(--border); }
.wv-qa-empty { font-size: 0.9rem; color: var(--text-light); margin-bottom: 2rem; }
.wv-qa-list { margin-bottom: 2.5rem; }
.wv-qa-item { padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
.wv-qa-item:last-child { border-bottom: none; }
.wv-qa-question { display: flex; gap: 0.9rem; margin-bottom: 1rem; }
.wv-qa-badge { width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 700; margin-top: 0.1rem; }
.wv-qa-badge-q { background: var(--navy); color: var(--white); }
.wv-qa-badge-a { background: #EDF5EE; color: #3A7D44; }
.wv-qa-author { font-size: 0.75rem; color: var(--text-light); margin-bottom: 0.25rem; }
.wv-qa-text { font-size: 0.9rem; color: var(--text-primary); line-height: 1.7; }
.wv-qa-answer { display: flex; gap: 0.9rem; padding-left: calc(30px + 0.9rem); margin-top: 0; }
.wv-qa-answer .wv-qa-text { color: var(--text-secondary); }

/* Q&A two-column layout */
.wv-qa-layout { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; }
.wv-qa-right { position: sticky; top: 0; }

/* Ask a Question form */
.wv-qa-form-section { background: var(--cream); padding: 1.8rem; }
.wv-qa-form-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--navy); margin: 0 0 1.25rem; }
.wv-qa-form { display: flex; flex-direction: column; gap: 0.75rem; }
.wv-qa-input { width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--border); background: var(--white); font-family: var(--font-body); font-size: 0.88rem; color: var(--text-primary); outline: none; transition: border-color 0.2s; box-sizing: border-box; }
.wv-qa-input:focus { border-color: var(--navy); }
.wv-qa-textarea { resize: vertical; min-height: 110px; }
.wv-qa-form-msg { padding: 0.75rem 1rem; font-size: 0.85rem; border-radius: 2px; }
.wv-qa-form-msg.success { background: #EDF5EE; color: #2d6a35; border: 1px solid #b8ddbf; }
.wv-qa-form-msg.error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.wv-qa-submit-btn { width: 100%; padding: 0.9rem; background: var(--navy); color: #fff; border: none; cursor: pointer; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: background 0.2s; }
.wv-qa-submit-btn:hover { background: var(--navy-light, #1a3152); }
.wv-qa-submit-btn:disabled { opacity: 0.6; cursor: wait; }
@media (max-width: 900px) { .wv-qa-layout { grid-template-columns: 1fr; } .wv-qa-right { position: static; } }

/* Upgrades on product page */
.wv-upgrade-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.6rem; }
.wv-upgrade-card { position: relative; border: 1.5px solid var(--border); background: var(--white); cursor: pointer; transition: all 0.25s var(--ease-smooth); display: flex; flex-direction: row; align-items: center; gap: 0.6rem; padding: 0.6rem; overflow: hidden; text-decoration: none; color: inherit; }
.wv-upgrade-card:hover { border-color: var(--stone-light); box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.wv-upgrade-card.selected { border-color: var(--navy); background: rgba(10,22,40,0.02); }
.wv-upgrade-card-img { width: 48px; height: 48px; flex-shrink: 0; overflow: hidden; background: var(--cream-dark); border-radius: 4px; }
.wv-upgrade-card-img img { width: 100%; height: 100%; object-fit: cover; }
.wv-upgrade-card-name { font-size: 0.72rem; font-weight: 600; color: var(--text-primary); line-height: 1.3; }
.wv-upgrade-card-price { font-family: var(--font-price); font-size: 0.82rem; font-weight: 600; color: var(--navy); margin-top: 0.15rem; letter-spacing: -0.02em; }

/* Upgrade checkmark */
.wv-upgrade-check {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--white); border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all 0.25s;
}
.wv-upgrade-check svg { width: 12px; height: 12px; color: var(--white); opacity: 0; transform: scale(0.5); transition: all 0.25s; }
.wv-upgrade-card.selected .wv-upgrade-check { background: var(--navy); border-color: var(--navy); }
.wv-upgrade-card.selected .wv-upgrade-check svg { opacity: 1; transform: scale(1); }

/* Upgrade total bar */
.wv-upgrade-total {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.8rem 1rem; background: var(--cream); border: 1px solid var(--border);
  margin-top: 0.8rem;
}
.wv-upgrade-total span { font-size: 0.78rem; color: var(--text-secondary); font-weight: 500; }
.wv-upgrade-total strong { font-family: var(--font-price); font-size: 1.1rem; font-weight: 600; color: var(--navy); letter-spacing: -0.02em; }

/* Upgrade price row with View Details */
.wv-upgrade-card-price-row { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.15rem; }

/* Upgrade info button */
.wv-upgrade-info-btn {
  background: none; border: none; padding: 0; cursor: pointer;
  font-size: 0.68rem; font-weight: 600; color: var(--stone-dark);
  text-decoration: underline; text-underline-offset: 2px;
  transition: color 0.2s; white-space: nowrap; line-height: 1;
}
.wv-upgrade-info-btn:hover { color: var(--navy); }

/* Upgrade details modal */
.wv-upgrade-modal-overlay {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(0,0,0,0.55);
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
}
.wv-upgrade-modal {
  background: var(--white); width: 100%; max-width: 480px;
  max-height: 92vh; overflow-y: auto; border-radius: 4px;
  position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.wv-upgrade-modal-close {
  position: absolute; top: 0.75rem; right: 0.75rem; z-index: 1;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,0,0,0.45); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #fff; transition: background 0.2s;
}
.wv-upgrade-modal-close:hover { background: rgba(0,0,0,0.7); }
.wv-upgrade-modal-img-wrap { width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--cream-dark); }
.wv-upgrade-modal-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wv-upgrade-modal-body { padding: 1.5rem; }
.wv-upgrade-modal-name {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 500;
  color: var(--navy); margin: 0 0 0.35rem;
}
.wv-upgrade-modal-price {
  font-family: var(--font-price); font-size: 1.3rem; font-weight: 700;
  color: var(--navy); letter-spacing: -0.02em; margin-bottom: 0.8rem;
}
.wv-upgrade-modal-desc {
  font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7;
  margin: 0 0 1.2rem;
}
.wv-upgrade-modal-included-label {
  font-size: 0.65rem; letter-spacing: 0.12em; font-weight: 700;
  color: var(--text-light); text-transform: uppercase; margin-bottom: 0.6rem;
}
.wv-upgrade-modal-list {
  list-style: none; margin: 0 0 1.5rem; padding: 0; display: flex; flex-direction: column; gap: 0.5rem;
}
.wv-upgrade-modal-list li {
  display: flex; align-items: flex-start; gap: 0.5rem;
  font-size: 0.88rem; color: var(--text-primary); line-height: 1.4;
}
.wv-upgrade-modal-list li svg { color: #27ae60; flex-shrink: 0; margin-top: 0.1rem; }
.wv-upgrade-modal-add-btn {
  display: block; width: 100%; padding: 1rem;
  background: var(--navy); color: #fff;
  border: none; cursor: pointer; font-size: 0.78rem;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  transition: background 0.2s;
}
.wv-upgrade-modal-add-btn:hover { background: var(--navy-light, #1a3152); }
.wv-upgrade-modal-add-btn.added { background: #27ae60; }
.wv-upgrade-modal-add-btn.loading { opacity: 0.6; cursor: wait; }


/* ══════════════════════════════════════
   CART DRAWER
   ══════════════════════════════════════ */
.wv-cart-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(10,22,40,0.4); backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s var(--ease-smooth);
}
.wv-cart-overlay.open { opacity: 1; pointer-events: all; }

.wv-cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1101;
  width: min(480px, 92vw); background: var(--white);
  transform: translateX(100%);
  transition: transform 0.5s var(--ease-out);
  display: flex; flex-direction: column;
  box-shadow: -10px 0 60px rgba(0,0,0,0.12);
}
.wv-cart-drawer.open { transform: translateX(0); }

.wv-cart-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 2rem; border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.wv-cart-drawer-title {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 500;
  color: var(--navy);
}
.wv-cart-drawer-count {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--navy); color: var(--white);
  font-size: 0.65rem; font-weight: 600; margin-left: 0.5rem;
}
.wv-cart-drawer-close {
  background: none; border: none; cursor: pointer; padding: 0.4rem;
  color: var(--text-secondary); transition: color 0.3s;
}
.wv-cart-drawer-close:hover { color: var(--navy); }
.wv-cart-drawer-close svg { width: 22px; height: 22px; }

.wv-cart-drawer-body { flex: 1; overflow-y: auto; padding: 0; }

/* Cart items */
.wv-cart-item {
  display: grid; grid-template-columns: 100px 1fr;
  gap: 1.2rem; padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--border);
}
.wv-cart-item-img { aspect-ratio: 1; overflow: hidden; background: var(--cream-dark); }
.wv-cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.wv-cart-item-details { display: flex; flex-direction: column; }
.wv-cart-item-name {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 500;
  color: var(--navy); margin-bottom: 0.15rem; text-decoration: none; display: block;
}
a.wv-cart-item-name:hover { color: var(--stone-dark); }
.wv-cart-item-for {
  font-size: 0.72rem; color: var(--text-light); font-weight: 400;
  margin-bottom: 0.3rem; font-style: italic;
}
.wv-cart-item--upgrade {
  margin-left: 0.8rem; margin-right: 0; padding: 0.5rem 0.2rem 0.5rem 0.8rem; border-bottom: 1px dashed var(--border);
  border-left: 2px solid var(--stone-light); display: flex; align-items: center;
  overflow: hidden;
}
.wv-cart-item--upgrade .wv-cart-item-details {
  width: 100%; text-align: left; position: relative;
}
.wv-cart-item--upgrade .wv-cart-item-name {
  font-size: 0.82rem; font-family: var(--font-body); font-weight: 500;
  line-height: 1.3; margin-bottom: 0; padding-right: 1.2rem;
}
.wv-cart-item--upgrade .wv-cart-item-bottom {
  display: flex; align-items: center; justify-content: space-between; padding-top: 0.3rem;
}
.wv-cart-item--upgrade .wv-cart-item-price {
  font-size: 0.82rem; white-space: nowrap; margin-left: auto;
}
.wv-cart-item--upgrade .wv-cart-item-remove {
  position: absolute; top: 0; right: 0; font-size: 0.85rem; line-height: 1;
}
.wv-cart-item--upgrade .wv-cart-qty-btn {
  width: 22px; height: 22px; font-size: 0.65rem;
}
.wv-cart-item--upgrade .wv-cart-qty span {
  font-size: 0.72rem; min-width: 20px;
}
/* Remove button */
.wv-cart-item { position: relative; }
.wv-cart-item-details { position: relative; }
.wv-cart-item-remove {
  position: absolute; top: 0; right: 0;
  background: none; border: none; cursor: pointer;
  font-size: 1.2rem; color: var(--text-light); line-height: 1;
  transition: color 0.2s; padding: 0.2rem;
}
.wv-cart-item-remove:hover { color: #B94A3E; }
/* Quantity controls */
.wv-cart-item-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 0.5rem; }
.wv-cart-qty { display: flex; align-items: center; border: 1px solid var(--border); }
.wv-cart-qty-btn {
  width: 32px; height: 32px; background: none; border: none;
  font-size: 1rem; color: var(--text-secondary); cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: all 0.2s;
}
.wv-cart-qty-btn:hover { background: var(--cream); color: var(--navy); }
.wv-cart-qty span {
  width: 36px; text-align: center; font-size: 0.82rem; font-weight: 600;
  color: var(--navy); border-left: 1px solid var(--border); border-right: 1px solid var(--border);
  line-height: 32px;
}
.wv-cart-item-price {
  font-family: var(--font-price); font-size: 1.1rem; font-weight: 600;
  color: var(--navy); letter-spacing: -0.02em;
}

/* Empty cart */
.wv-cart-empty {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 4rem 2rem; text-align: center; flex: 1;
}
.wv-cart-empty svg { width: 60px; height: 60px; color: var(--border); margin-bottom: 1.5rem; }
.wv-cart-empty h3 {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 400;
  color: var(--navy); margin-bottom: 0.4rem;
}
.wv-cart-empty p { font-size: 0.85rem; color: var(--text-light); margin-bottom: 1.5rem; }
.wv-btn-continue {
  padding: 0.8rem 2rem; background: var(--navy); color: var(--white);
  font-family: var(--font-body); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s;
}
.wv-btn-continue:hover { background: var(--navy-light); color: var(--white); }

/* Cart footer */
.wv-cart-drawer-footer {
  flex-shrink: 0; padding: 1.5rem 2rem;
  border-top: 1px solid var(--border); background: var(--white);
}
.wv-cart-subtotal {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 1rem;
}
.wv-cart-subtotal-label {
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-secondary); font-weight: 500;
}
.wv-cart-subtotal-amount {
  font-family: var(--font-price); font-size: 1.4rem; font-weight: 700;
  color: var(--navy); letter-spacing: -0.02em;
}
.wv-btn-checkout {
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  width: 100%; padding: 1.1rem; background: var(--navy); color: var(--white);
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  border: none; cursor: pointer; text-decoration: none;
  transition: all 0.3s var(--ease-smooth);
}
.wv-btn-checkout:hover { background: var(--navy-light); color: var(--white); }
.wv-btn-checkout svg { width: 16px; height: 16px; }
.wv-btn-view-cart {
  display: block; width: 100%; padding: 0.8rem; margin-top: 0.6rem;
  background: none; border: 1px solid var(--border); color: var(--text-secondary);
  font-family: var(--font-body); font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; text-align: center;
  text-decoration: none; transition: all 0.3s;
}
.wv-btn-view-cart:hover { border-color: var(--stone); color: var(--stone-dark); }
.wv-cart-secure {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  margin-top: 1rem; font-size: 0.7rem; color: var(--text-light);
}
.wv-cart-secure svg { width: 14px; height: 14px; }

/* ── PRODUCT RESPONSIVE ── */
@media (max-width: 1024px) {
  .wv-product-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .wv-gallery { position: static; }
  .wv-upgrade-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .wv-trust-badges { grid-template-columns: 1fr; }
  .wv-upgrade-grid { grid-template-columns: 1fr; }
  .wv-product-actions { flex-direction: column; }
  .wv-btn-add-cart { width: 100%; }
  .wv-tabs { gap: 0; }
  .wv-tab-btn { padding: 1rem 1.2rem; font-size: 0.7rem; }
}

/* Hide duplicate review list from comments_template but keep the form */
.wv-tab-content #comments > h2,
.wv-tab-content #comments > .comment-list,
.wv-tab-content #comments > ol.commentlist { display: none !important; }

/* Hide old bottom bar — replaced by cart drawer */
#footer-bar { display: none !important; }
body.with-bottom-bar { padding-bottom: 0 !important; }

/* Fix WooCommerce/WP body constraints on product pages */
body.single-product { max-width: none !important; width: 100% !important; }
body.single-product .wv-product-hero,
body.single-product .wv-product-details,
body.single-product .wv-breadcrumb { max-width: none; width: 100%; }

/* Style WooCommerce add to cart form on redesigned product page */
.wv-product-actions .cart { display: flex; gap: 0.8rem; align-items: center; width: 100%; }
.wv-product-actions .quantity { display: flex; align-items: center; border: 1px solid var(--border); }
.wv-product-actions .quantity input[type=number] { width: 60px; text-align: center; border: none; font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; color: var(--navy); padding: 0.8rem 0.5rem; -moz-appearance: textfield; }
.wv-product-actions .quantity input[type=number]::-webkit-outer-spin-button,
.wv-product-actions .quantity input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; }
.wv-product-actions .single_add_to_cart_button { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 1.1rem 2rem; background: var(--navy) !important; color: var(--white) !important; font-family: var(--font-body); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.4s var(--ease-smooth); border-radius: 0 !important; }
.wv-product-actions .single_add_to_cart_button:hover { background: var(--navy-light) !important; transform: translateY(-1px); }

/* Product subtitle positioning */
.wv-product-subtitle { max-height: 3.6em; overflow: hidden; }

/* ══════════════════════════════════════════════
   CATEGORY / ARCHIVE PAGE REDESIGN
   ══════════════════════════════════════════════ */

/* ── BREADCRUMB ── */
.wv-archive-breadcrumb { padding: 1.5rem 0 0; }
.wv-archive-breadcrumb-inner {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.75rem; color: var(--text-light);
}
.wv-archive-breadcrumb-inner a {
  color: var(--text-secondary); text-decoration: none;
  transition: color 0.3s;
}
.wv-archive-breadcrumb-inner a:hover { color: var(--stone-dark); }
.wv-archive-breadcrumb-sep { color: var(--border); }

/* ── CATEGORY HEADER ── */
.wv-archive-header {
  padding: 2rem 0 2.5rem; text-align: left;
}
.wv-archive-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 400; color: var(--navy);
  margin-bottom: 0.6rem; text-align: center;
}
.wv-archive-header p {
  font-size: 0.92rem; color: var(--text-secondary);
  line-height: 1.7; font-weight: 300;
}
.wv-archive-header-count {
  font-size: 0.75rem; color: var(--text-light);
  margin-top: 0.8rem; letter-spacing: 0.05em;
}
.wv-archive-header-count strong { color: var(--text-primary); font-weight: 600; }

/* ── LAYOUT ── */
.wv-archive-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(2rem, 3vw, 3rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}
.wv-archive-main { min-width: 0; }

/* ── SIDEBAR FILTERS ── */
.wv-archive-sidebar {
  position: sticky; top: 6rem; align-self: start;
  max-height: calc(100vh - 7rem); overflow-y: auto;
  padding-right: 0.5rem;
}
.wv-archive-sidebar::-webkit-scrollbar { width: 3px; }
.wv-archive-sidebar::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }

.wv-filter-section {
  margin-bottom: 1.8rem; padding-bottom: 1.8rem;
  border-bottom: 1px solid var(--border);
}
.wv-filter-section:last-child { border-bottom: none; }

.wv-filter-title {
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; margin-bottom: 1rem;
}
.wv-filter-title h3 {
  font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--text-primary); font-weight: 600;
}
.wv-filter-title svg {
  width: 16px; height: 16px; color: var(--text-light);
  transition: transform 0.3s;
}
.wv-filter-section.wv-collapsed .wv-filter-title svg { transform: rotate(-90deg); }
.wv-filter-section.wv-collapsed .wv-filter-body { display: none; }

/* Search filter */
.wv-filter-search { position: relative; margin-bottom: 1.5rem; }
.wv-filter-search input {
  width: 100%; padding: 0.7rem 1rem 0.7rem 2.4rem;
  border: 1px solid var(--border); background: var(--white);
  font-family: var(--font-body); font-size: 0.82rem;
  color: var(--text-primary); outline: none;
  transition: border-color 0.3s;
}
.wv-filter-search input:focus { border-color: var(--stone); }
.wv-filter-search input::placeholder { color: var(--text-light); }
.wv-filter-search svg {
  position: absolute; left: 0.8rem; top: 50%;
  transform: translateY(-50%); width: 16px; height: 16px;
  color: var(--text-light);
}

/* Filter checkboxes */
.wv-filter-options { display: flex; flex-direction: column; gap: 0.1rem; }
.wv-filter-option {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.4rem 0; cursor: pointer;
  transition: opacity 0.2s;
}
.wv-filter-option:hover { opacity: 0.8; }
.wv-filter-checkbox {
  width: 18px; height: 18px;
  border: 1.5px solid var(--border); border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all 0.2s; background: var(--white);
}
.wv-filter-option.checked .wv-filter-checkbox {
  background: var(--navy); border-color: var(--navy);
}
.wv-filter-checkbox svg {
  width: 12px; height: 12px; color: var(--white);
  opacity: 0; transform: scale(0.5); transition: all 0.2s;
}
.wv-filter-option.checked .wv-filter-checkbox svg {
  opacity: 1; transform: scale(1);
}
.wv-filter-option-label {
  font-size: 0.85rem; color: var(--text-primary); flex: 1; text-transform: capitalize;
}
.wv-filter-option-count {
  font-size: 0.72rem; color: var(--text-light); font-weight: 500;
}

/* Active filters chips */
/* Price range filter */
.wv-price-range { padding: 0.5rem 0; }
.wv-price-inputs { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem; }
.wv-price-input { flex: 1; position: relative; }
.wv-price-input label { position: absolute; left: 0.7rem; top: 50%; transform: translateY(-50%); font-size: 0.78rem; color: var(--text-light); pointer-events: none; }
.wv-price-input input[type="text"] { width: 100%; padding: 0.6rem 0.6rem 0.6rem 1.4rem; border: 1px solid var(--border); background: var(--white); font-family: var(--font-price); font-size: 0.82rem; font-weight: 500; color: var(--text-primary); outline: none; }
.wv-price-input input[type="text"]:focus { border-color: var(--stone); }
.wv-price-dash { color: var(--border); font-size: 0.8rem; }

/* Dual range slider */
.wv-price-slider-wrap { position: relative; height: 28px; margin-top: 0.5rem; }
.wv-price-slider-track { position: absolute; top: 12px; left: 0; right: 0; height: 4px; background: var(--cream-dark); border-radius: 2px; }
.wv-price-slider-fill { position: absolute; top: 0; height: 100%; background: var(--navy); border-radius: 2px; }
.wv-range-input {
  position: absolute; top: 0; left: 0; width: 100%; height: 28px;
  -webkit-appearance: none; appearance: none;
  background: transparent; pointer-events: none; margin: 0;
}
.wv-range-input::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--navy);
  cursor: pointer; pointer-events: all;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  transition: transform 0.15s, box-shadow 0.15s;
}
.wv-range-input::-webkit-slider-thumb:hover {
  transform: scale(1.2); box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.wv-range-input::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--navy);
  cursor: pointer; pointer-events: all;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.wv-range-input::-webkit-slider-runnable-track { background: transparent; }
.wv-range-input::-moz-range-track { background: transparent; }

.wv-active-filters {
  display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.5rem;
}
.wv-active-filter {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.35rem 0.7rem; background: var(--white);
  border: 1px solid var(--border); font-size: 0.72rem;
  color: var(--text-secondary); cursor: pointer;
  transition: all 0.2s;
}
.wv-active-filter:hover { border-color: #C0392B; color: #C0392B; }
.wv-active-filter svg { width: 12px; height: 12px; }

/* ── SORT BAR ── */
.wv-sort-bar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.5rem; padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.wv-sort-bar-left { display: flex; align-items: center; gap: 1rem; }
.wv-results-count { font-size: 0.82rem; color: var(--text-secondary); }
.wv-results-count strong { color: var(--text-primary); font-weight: 600; }

.wv-shop-search {
  display: flex; align-items: center; gap: 0.5rem;
  border: 1px solid var(--border); padding: 0.5rem 0.8rem; background: var(--white);
  max-width: 280px;
}
.wv-shop-search svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--text-light); }
.wv-shop-search input {
  border: none; outline: none; font-family: var(--font-body); font-size: 0.82rem;
  color: var(--text-primary); width: 100%; background: transparent;
}
.wv-shop-search input::placeholder { color: var(--text-light); }

.wv-view-toggle { display: flex; gap: 0.3rem; }
.wv-view-btn {
  width: 32px; height: 32px; display: flex; align-items: center;
  justify-content: center; border: 1px solid var(--border);
  background: var(--white); cursor: pointer;
  color: var(--text-light); transition: all 0.2s;
}
.wv-view-btn.active {
  border-color: var(--navy); color: var(--navy);
  background: rgba(10,22,40,0.03);
}
.wv-view-btn svg { width: 16px; height: 16px; }

.wv-sort-form { display: inline-flex; }
.wv-sort-select {
  padding: 0.5rem 2rem 0.5rem 0.8rem;
  border: 1px solid var(--border); background: var(--white);
  font-family: var(--font-body); font-size: 0.82rem;
  color: var(--text-primary); outline: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239A9A9A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.6rem center;
  cursor: pointer;
}

/* ── PRODUCT GRID ── */
.wv-archive-product-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem; transition: opacity 0.3s;
}
.wv-archive-layout .wv-archive-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ── PRODUCT CARD ── */
.wv-archive-card {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--border);
  transition: all 0.3s var(--ease-smooth);
}
.wv-archive-card:hover {
  border-color: var(--stone-light);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

.wv-archive-card-img {
  position: relative; overflow: hidden; aspect-ratio: 4/3;
}
.wv-archive-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.wv-archive-card:hover .wv-archive-card-img img { transform: scale(1.05); }

.wv-archive-card-badges {
  position: absolute; top: 0.8rem; left: 0.8rem;
  display: flex; gap: 0.3rem;
}
.wv-archive-badge {
  padding: 0.25rem 0.6rem; font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
}
.wv-archive-badge--sale { background: #C0392B; color: var(--white); }
.wv-archive-badge--best { background: var(--stone); color: var(--navy); }
.wv-archive-badge--new { background: var(--navy); color: var(--white); }
.wv-archive-badge--shipping {
  background: var(--navy); color: var(--white);
  position: absolute; bottom: 0.8rem; right: 0.8rem;
}

/* Super Deal ribbon */
.wv-archive-card-ribbon {
  position: absolute; top: 18px; right: -32px;
  transform: rotate(45deg);
  background: #3A7D44; color: var(--white);
  font-size: 0.55rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.35rem 2.5rem;
  z-index: 3;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.wv-archive-card-stock-badge {
  position: absolute; bottom: 0.8rem; left: 0.8rem;
  padding: 0.25rem 0.6rem; font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
  background: var(--navy); color: var(--white);
}

.wv-archive-card-body {
  padding: 1rem 1.2rem;
  display: flex; flex-direction: column; flex: 1;
}
.wv-archive-card-cat {
  font-size: 0.6rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--stone-dark);
  font-weight: 600; margin-bottom: 0.3rem;
}
.wv-archive-card-name {
  font-family: var(--font-display); font-size: 1.2rem;
  font-weight: 500; color: var(--navy); text-decoration: none;
  display: block; margin-bottom: 0.3rem;
  transition: color 0.2s;
}
.wv-archive-card-name:hover { color: var(--stone-dark); }
.wv-archive-card-desc { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.5; margin-top: 0.4rem; }

.wv-archive-card-reviews {
  display: flex; align-items: center; gap: 0.4rem;
  margin-bottom: 0.6rem;
}
.wv-archive-card-stars { display: flex; gap: 1px; color: var(--stone); }
.wv-archive-card-stars svg { width: 13px; height: 13px; }
.wv-archive-card-rating { font-size: 0.75rem; color: var(--text-secondary); }
.wv-archive-card-rating strong { font-weight: 600; color: var(--text-primary); }

.wv-archive-card-price {
  display: flex; align-items: baseline; gap: 0.4rem;
  flex-wrap: wrap; margin-bottom: 0.2rem;
}
.wv-archive-card-msrp {
  font-family: var(--font-price); font-size: 0.82rem;
  color: var(--text-light); text-decoration: line-through; font-weight: 400;
}
.wv-archive-card-amount {
  font-family: var(--font-price); font-size: 1.2rem;
  font-weight: 600; color: var(--navy); letter-spacing: -0.02em;
}
.wv-archive-card-save {
  font-size: 0.6rem; font-weight: 700; color: #C0392B;
  background: rgba(192,57,43,0.08); padding: 0.1rem 0.4rem;
}

.wv-archive-card-affirm {
  display: flex; align-items: center; gap: 0.3rem;
  font-size: 0.7rem; color: var(--text-secondary);
  margin-bottom: 0.4rem; font-family: var(--font-price);
}
.wv-archive-affirm-apr {
  font-size: 0.6rem; font-weight: 700; color: var(--white);
  background: #3A7D44; padding: 0.1rem 0.35rem; border-radius: 2px;
}
.wv-archive-affirm-logo {
  font-weight: 800; color: #4A64F5; letter-spacing: -0.03em;
}

.wv-archive-card-urgency { font-size: 0.7rem; margin-bottom: 0.5rem; line-height: 1.4; }
.wv-archive-urgency-stock { color: #C0392B; font-weight: 600; }

.wv-archive-card-footer {
  margin-top: auto; padding-top: 0.8rem;
  display: flex; gap: 0.5rem; flex-direction: row-reverse;
}
.wv-archive-btn-cart {
  flex: 1; display: inline-flex; align-items: center;
  justify-content: center; gap: 0.5rem;
  padding: 0.75rem 1rem; background: var(--navy); color: var(--white);
  font-family: var(--font-body); font-size: 0.7rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  border: none; cursor: pointer; text-decoration: none;
  white-space: nowrap; min-width: 0;
  transition: all 0.3s;
}
.wv-archive-btn-cart:hover {
  background: var(--navy); transform: translateY(-1px);
  color: var(--white);
}
.wv-archive-btn-cart svg { width: 15px; height: 15px; }
.wv-archive-btn-cart.loading { opacity: 0.7; cursor: not-allowed; }

/* Add-to-cart spinner */
.wv-btn-spinner {
  display: inline-block; width: 14px; height: 14px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: wvSpin 0.6s linear infinite;
}
@keyframes wvSpin { to { transform: rotate(360deg); } }

.wv-archive-btn-view {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.75rem 1rem; border: 1px solid var(--border); background: var(--white);
  color: var(--text-secondary); cursor: pointer; text-decoration: none;
  font-family: var(--font-body); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  white-space: nowrap; min-width: 0;
  transition: all 0.3s;
}
.wv-archive-btn-view svg { width: 14px; height: 14px; }
.wv-archive-btn-view:hover { border-color: var(--stone); color: var(--stone-dark); }
.wv-archive-btn-view svg { width: 15px; height: 15px; }

/* Description — truncated */
.wv-archive-card-desc {
  font-size: 0.82rem; color: var(--text-secondary);
  line-height: 1.55; font-weight: 300; margin-bottom: 0.5rem;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Feature tags — hidden in grid, visible in list */
.wv-archive-card-features { display: none !important; }

.wv-archive-card-feat {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.25rem 0.6rem; background: var(--cream);
  border: 1px solid var(--border); font-size: 0.65rem;
  letter-spacing: 0.04em; color: var(--text-secondary); font-weight: 500;
}
.wv-archive-card-feat svg { width: 11px; height: 11px; color: var(--sage); }

/* ── LIST VIEW ── */
.wv-archive-product-grid.wv-list-view,
.wv-archive-layout .wv-archive-product-grid.wv-list-view { grid-template-columns: 1fr; gap: 1rem; }
.wv-archive-product-grid.wv-list-view .wv-archive-card {
  flex-direction: row; align-items: stretch; width: 100%;
}
.wv-archive-product-grid.wv-list-view .wv-archive-card:hover {
  transform: none; box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.wv-archive-product-grid.wv-list-view .wv-archive-card-img {
  aspect-ratio: auto; width: 320px; min-height: 260px;
  flex-shrink: 0; position: relative;
}
.wv-archive-product-grid.wv-list-view .wv-archive-card-img img {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.wv-archive-product-grid.wv-list-view .wv-archive-card-body {
  padding: 1.2rem 1.8rem; flex: 1; min-width: 0;
}
.wv-archive-product-grid.wv-list-view .wv-archive-card-name { font-size: 1.4rem; }
.wv-archive-product-grid.wv-list-view .wv-archive-card-cat { margin-bottom: 0.2rem; }
.wv-archive-product-grid.wv-list-view .wv-archive-card-reviews { margin-bottom: 0.4rem; }
.wv-archive-product-grid.wv-list-view .wv-archive-card-price { margin-bottom: 0.15rem; }
.wv-archive-product-grid.wv-list-view .wv-archive-card-footer { margin-top: auto; padding-top: 0.6rem; }
.wv-archive-product-grid.wv-list-view .wv-archive-btn-cart,
.wv-archive-product-grid.wv-list-view .wv-archive-btn-view { flex: 0 0 auto; padding: 0.55rem 1.5rem; }
.wv-archive-product-grid.wv-list-view .wv-archive-card-desc {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
.wv-archive-product-grid.wv-list-view .wv-archive-btn-cart { font-size: 0.62rem; padding: 0.55rem 1.2rem; }
.wv-archive-product-grid.wv-list-view .wv-archive-btn-cart svg { width: 12px; height: 12px; }

/* ── NO PRODUCTS ── */
.wv-archive-no-products {
  grid-column: 1 / -1; text-align: center; padding: 4rem 2rem;
}
.wv-archive-no-products p {
  font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 1.5rem;
}

/* ── PAGINATION ── */
.wv-archive-pagination {
  display: flex !important; flex-direction: row !important; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 0.4rem; margin: 2rem auto 2.5rem; padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  text-align: center;
}
.wv-page-btn {
  width: 40px; height: 40px; display: inline-flex;
  align-items: center; justify-content: center; flex-shrink: 0;
  border: 1px solid var(--border); background: var(--white);
  font-family: var(--font-price); font-size: 0.82rem; font-weight: 500;
  color: var(--text-secondary); cursor: pointer; text-decoration: none;
  transition: all 0.2s;
}
.wv-page-btn:hover { border-color: var(--stone); color: var(--stone-dark); }
.wv-page-btn.active {
  background: var(--navy); border-color: var(--navy); color: var(--white);
}
.wv-page-btn.wv-page-arrow { color: var(--text-light); }
.wv-page-btn.wv-page-arrow:hover { color: var(--navy); }
.wv-page-btn.disabled {
  opacity: 0.4; cursor: default; pointer-events: none;
}
.wv-page-btn svg { width: 16px; height: 16px; }
.wv-page-dots { font-size: 0.82rem; color: var(--text-light); padding: 0 0.3rem; }

/* ── MOBILE FILTER BUTTON ── */
.wv-mobile-filter-btn {
  display: none; align-items: center; justify-content: center;
  gap: 0.5rem; padding: 0.7rem 1.2rem;
  border: 1px solid var(--border); background: var(--white);
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
  color: var(--navy); cursor: pointer; margin-bottom: 1rem; width: 100%;
}
.wv-mobile-filter-btn svg { width: 16px; height: 16px; }

/* ── MOBILE FILTER DRAWER ── */
.wv-filter-overlay {
  position: fixed; inset: 0; z-index: 1050;
  background: rgba(10,22,40,0.4); backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.wv-filter-overlay.wv-open { opacity: 1; pointer-events: all; }

.wv-filter-drawer {
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 1051;
  width: min(360px, 90vw); background: var(--white);
  transform: translateX(-100%);
  transition: transform 0.4s var(--ease-out);
  overflow-y: auto; padding: 1.5rem;
  box-shadow: 4px 0 30px rgba(0,0,0,0.15);
}
.wv-filter-drawer.wv-open { transform: translateX(0); }

.wv-filter-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.5rem; padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.wv-filter-drawer-header h2 {
  font-family: var(--font-display); font-size: 1.4rem;
  font-weight: 500; color: var(--navy);
}
.wv-filter-drawer-close {
  background: none; border: none; cursor: pointer;
  color: var(--text-secondary); padding: 0.3rem;
}
.wv-filter-drawer-close svg { width: 22px; height: 22px; }

.wv-filter-btn-apply {
  display: block; width: 100%; padding: 0.8rem;
  background: var(--navy); color: var(--white);
  font-family: var(--font-body); font-size: 0.78rem;
  font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; border: none; cursor: pointer;
  margin-top: 1rem;
}

/* Nav tightens before it breaks to mobile */
@media (max-width: 1280px) {
  .wv-nav, .wv-nav ul { gap: 1.5rem; }
  .wv-nav a { font-size: 0.75rem; letter-spacing: 0.06em; }
  .wv-header-actions { gap: 1rem; }
}

/* ── ARCHIVE PAGE RESPONSIVE ── */
@media (max-width: 1200px) {
  .wv-archive-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wv-archive-layout .wv-archive-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .wv-archive-layout { grid-template-columns: 1fr; }
  .wv-archive-sidebar { display: none; }
  .wv-mobile-filter-btn { display: flex; }
  .wv-archive-layout .wv-archive-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .wv-archive-product-grid,
  .wv-archive-layout .wv-archive-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wv-sort-bar { flex-direction: column; gap: 0.8rem; align-items: stretch; }
  .wv-sort-bar-left { justify-content: space-between; }
  .wv-view-toggle { display: none; }
  .wv-archive-product-grid.wv-list-view .wv-archive-card { flex-direction: column; }
  .wv-archive-product-grid.wv-list-view .wv-archive-card-img {
    width: 100%; min-height: 0; aspect-ratio: 4/3;
  }
}

/* Ensure taxonomy-categories body styling */
body.tax-categories { background: var(--cream); }
body.tax-categories #banner,
body.tax-categories #page-content,
body.tax-categories #page-content .container { display: block; }

/* ══════════════════════════════════════
   CHECKOUT PAGE (2-Step)
   ══════════════════════════════════════ */

/* Step bar */
.wv-checkout-steps-bar { display: none; }
.wv-checkout-steps-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1680px; margin: 0 auto; padding: 0.8rem clamp(1.5rem, 4vw, 4rem); }
.wv-checkout-back-link { font-size: 0.82rem; color: var(--text-secondary); text-decoration: none; font-weight: 500; transition: color 0.3s; }
.wv-checkout-back-link:hover { color: var(--stone-dark); }
.wv-checkout-steps { display: flex; align-items: center; gap: 1rem; }
.wv-step { display: flex; align-items: center; gap: 0.4rem; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); cursor: default; }
.wv-step.active { color: var(--navy); font-weight: 600; }
.wv-step.done { color: var(--green); }
.wv-step-num { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 600; }
.wv-step.active .wv-step-num { background: var(--navy); color: var(--white); border-color: var(--navy); }
.wv-step.done .wv-step-num { background: var(--green-bg); color: var(--green); border-color: var(--green); }
.wv-step-arrow { color: var(--border); font-size: 0.7rem; }

/* Container & Grid */
.wv-checkout-container { max-width: 1680px; margin: 0 auto; padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 4rem); }
.wv-checkout-grid { display: grid; grid-template-columns: 1fr 440px; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }

/* Step panels */
.wv-step-panel { display: none; }
.wv-step-panel.active { display: block; animation: wvStepFadeIn 0.4s var(--ease-out); }
@keyframes wvStepFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* Step navigation */
.wv-step-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.wv-step-nav-back { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.8rem 1.5rem; background: none; border: 1px solid var(--border); color: var(--text-secondary); font-family: var(--font-body); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: all 0.3s; }
.wv-step-nav-back:hover { border-color: var(--stone); color: var(--stone-dark); }
.wv-step-nav-back svg { width: 15px; height: 15px; }
.wv-step-nav-next { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 2.5rem; background: var(--navy); color: var(--white); font-family: var(--font-body); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.3s; }
.wv-step-nav-next:hover { background: var(--navy-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(10,22,40,0.2); }
.wv-step-nav-next svg { width: 16px; height: 16px; }

/* Form sections */
.wv-form-section { margin-bottom: 2.5rem; }
.wv-form-section-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--navy); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.wv-form-section-title small { font-family: var(--font-body); font-size: 0.75rem; color: var(--text-light); font-weight: 400; }

/* WC form fields */
.wv-checkout-form .form-row { margin-bottom: 1rem; }
.wv-checkout-form .form-row label { font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-secondary); font-weight: 600; margin-bottom: 0.4rem; display: block; }
.wv-checkout-form .form-row label .required { color: #B94A3E; margin-left: 0.2rem; }
.wv-checkout-form .form-row input.input-text, .wv-checkout-form .form-row textarea, .wv-checkout-form .form-row select, .wv-form-input { width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--border); background: var(--white); font-family: var(--font-body); font-size: 0.88rem; color: var(--text-primary); outline: none; transition: border-color 0.3s; border-radius: 0; }
.wv-checkout-form .form-row input.input-text:focus, .wv-checkout-form .form-row textarea:focus, .wv-checkout-form .form-row select:focus, .wv-form-input:focus { border-color: var(--stone); }
.wv-checkout-form .form-row input.input-text::placeholder, .wv-checkout-form .form-row textarea::placeholder, .wv-form-input::placeholder { color: var(--text-light); }
.wv-checkout-form .form-row .woocommerce-form__label-for-checkbox { display: flex; align-items: flex-start; gap: 0.6rem; cursor: pointer; font-size: 0.82rem; color: var(--text-secondary); text-transform: none; letter-spacing: 0; font-weight: 400; }
.wv-checkout-form .form-row .woocommerce-form__label-for-checkbox input { width: 18px; height: 18px; accent-color: var(--navy); margin-top: 0.1rem; flex-shrink: 0; }

/* Select2 */
.wv-checkout-form .select2-container .select2-selection--single { height: auto; padding: 0.85rem 1rem; border: 1px solid var(--border); border-radius: 0; background: var(--white); }
.wv-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered { font-family: var(--font-body); font-size: 0.88rem; color: var(--text-primary); line-height: 1.4; padding: 0; }
.wv-checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; right: 0.8rem; }
.wv-checkout-form .select2-container { width: 100% !important; }

/* Hide WC default headings — we use our own section titles */
.wv-checkout-form .woocommerce-billing-fields > h3,
.wv-checkout-form .woocommerce-shipping-fields > h3,
.wv-checkout-form .woocommerce-additional-fields > h3 { display: none; }

/* Layout */
.wv-checkout-form #customer_details .col-1, .wv-checkout-form #customer_details .col-2 { width: 100%; float: none; }
.wv-checkout-form .col2-set { display: block; }
.wv-checkout-form .form-row-first, .wv-checkout-form .form-row-last { width: 100%; float: none; min-width: 0; max-width: none; flex: 1; }
.wv-checkout-form .woocommerce-billing-fields__field-wrapper,
.wv-checkout-form .woocommerce-shipping-fields__field-wrapper {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem;
}
.wv-checkout-form .form-row-wide { grid-column: span 2; }
.wv-checkout-form .form-row-first,
.wv-checkout-form .form-row-last { grid-column: span 1; }

/* First/Last name — force equal 50/50 */
.wv-checkout-form #billing_first_name_field,
.wv-checkout-form #billing_last_name_field,
.wv-checkout-form #shipping_first_name_field,
.wv-checkout-form #shipping_last_name_field { width: 100% !important; max-width: none !important; }

/* Country field shows as text — make full width */
.wv-checkout-form #billing_country_field,
.wv-checkout-form #shipping_country_field { grid-column: span 2; }

/* State + postcode side by side */
.wv-checkout-form #billing_state_field { grid-column: 1; }
.wv-checkout-form #billing_postcode_field { grid-column: 2; }
.wv-checkout-form #shipping_state_field { grid-column: 1; }
.wv-checkout-form #shipping_postcode_field { grid-column: 2; }

@media (max-width: 768px) {
  .wv-checkout-form .woocommerce-billing-fields__field-wrapper,
  .wv-checkout-form .woocommerce-shipping-fields__field-wrapper { display: block; }
}

/* ── Upgrades (Step 1) ── */
.wv-addons-section .wv-form-section-title { gap: 0.8rem; }
.wv-addons-badge { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--stone); color: var(--navy); font-size: 0.7rem; font-weight: 700; flex-shrink: 0; }
.wv-addons-savings { margin-left: auto; font-family: var(--font-body); font-size: 0.75rem; color: var(--green); font-weight: 600; background: var(--green-bg); padding: 0.3rem 0.8rem; border-radius: 100px; }

.wv-upgrade-product { margin-bottom: 2rem; }
.wv-upgrade-product:last-child { margin-bottom: 0; }
.wv-upgrade-product-header { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; background: var(--white); border: 1px solid var(--border); border-bottom: none; }
.wv-upgrade-product-img { width: 48px; height: 48px; overflow: hidden; flex-shrink: 0; background: var(--cream-dark); }
.wv-upgrade-product-img img { width: 100%; height: 100%; object-fit: cover; }
.wv-upgrade-product-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--navy); }
.wv-upgrade-product-config { font-size: 0.72rem; color: var(--text-light); margin-top: 0.1rem; }
.wv-upgrade-product-label { margin-left: auto; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone-dark); font-weight: 600; }

.wv-upgrade-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; border: 1px solid var(--border); border-top: none; padding: 1rem; background: var(--white); }

.wv-ug-card { position: relative; border: 1.5px solid var(--border); background: var(--white); cursor: pointer; transition: all 0.25s var(--ease-smooth); display: flex; flex-direction: row; align-items: center; gap: 0.8rem; padding: 0.7rem; overflow: hidden; }
.wv-ug-card:hover { border-color: var(--stone-light); box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.wv-ug-card.selected { border-color: var(--navy); background: rgba(10,22,40,0.02); }
.wv-ug-card-img { width: 56px; height: 56px; flex-shrink: 0; overflow: hidden; border-radius: 4px; background: var(--cream-dark); }
.wv-ug-card-img img { width: 100%; height: 100%; object-fit: cover; margin: 0 !important; border-radius: 0 !important; display: block; }

/* Kill global `.wv-page-body img { margin: 1.5rem 0 }` inside the
   checkout flow — thumbnails should sit flush in their wrappers. */
.wv-checkout-grid img,
.wv-checkout-container img,
.wv-upgrade-product-img img,
.wv-upgrade-product-header img,
.wv-review-item-img img,
.wv-cart-item-img img,
.wv-order-review-sidebar img,
.wv-ug-card img { margin: 0 !important; }
.wv-ug-card-body { flex: 1; min-width: 0; }
.wv-ug-card-name { font-size: 0.82rem; font-weight: 600; color: var(--text-primary); line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wv-ug-card-desc { font-size: 0.7rem; color: var(--text-light); line-height: 1.3; margin-top: 0.1rem; }
.wv-ug-card-price { font-family: var(--font-price); font-size: 0.9rem; font-weight: 600; color: var(--navy); margin-top: 0.2rem; letter-spacing: -0.02em; }
.wv-ug-right { flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding-left: 0.5rem; }
.wv-ug-check { width: 20px; height: 20px; border-radius: 50%; background: var(--white); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; transition: all 0.25s; }
.wv-ug-check svg { width: 12px; height: 12px; color: var(--white); opacity: 0; transform: scale(0.5); transition: all 0.25s; }
.wv-ug-card.selected .wv-ug-check { background: var(--navy); border-color: var(--navy); }
.wv-ug-card.selected .wv-ug-check svg { opacity: 1; transform: scale(1); }
.wv-ug-view-details-btn { display: inline-block; margin-top: 0.3rem; font-size: 0.7rem; color: var(--navy); background: none; border: none; padding: 0; cursor: pointer; text-decoration: underline; font-family: var(--font-body); }
.wv-ug-view-details-btn:hover { color: var(--stone-dark); }
.wv-ug-qty-row { display: flex; flex-direction: column; align-items: center; gap: 0.2rem; }
.wv-ug-qty-btn { width: 22px; height: 22px; border: 1.5px solid var(--border); background: var(--white); border-radius: 50%; cursor: pointer; font-size: 1rem; line-height: 1; color: var(--navy); display: flex; align-items: center; justify-content: center; padding: 0; font-weight: 600; transition: border-color 0.2s; }
.wv-ug-qty-btn:hover { border-color: var(--navy); }
.wv-ug-qty-num { font-size: 0.8rem; font-weight: 700; color: var(--navy); min-width: 16px; text-align: center; }

.wv-upgrade-summary-bar { display: flex; align-items: center; justify-content: space-between; padding: 0.6rem 1.2rem; background: var(--cream); border: 1px solid var(--border); border-top: none; }
.wv-upgrade-summary-bar span { font-size: 0.78rem; color: var(--text-secondary); }
.wv-upgrade-summary-bar span strong { color: var(--text-primary); }
.wv-upgrade-summary-bar .wv-ug-total { font-family: var(--font-price); font-size: 0.95rem; font-weight: 600; color: var(--navy); letter-spacing: -0.02em; }

/* ── Order Review Sidebar ── */
.wv-order-review-sidebar { background: var(--white); border: 1px solid var(--border); padding: clamp(1.5rem, 3vw, 2rem); position: sticky; top: 5rem; }
.wv-order-review-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--navy); margin-bottom: 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }

.wv-order-review-sidebar .wv-review-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--border); align-items: center; }
.wv-order-review-sidebar .wv-review-item-img { width: 60px; height: 60px; overflow: hidden; background: var(--cream-dark); position: relative; }
.wv-order-review-sidebar .wv-review-item-img img { width: 100%; height: 100%; object-fit: cover; }
.wv-order-review-sidebar .wv-review-item-qty { position: absolute; top: -6px; right: -6px; width: 20px; height: 20px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 0.6rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.wv-order-review-sidebar .wv-review-item-name { font-size: 0.85rem; font-weight: 600; color: var(--navy); }
.wv-order-review-sidebar .wv-review-item-config { font-size: 0.72rem; color: var(--text-light); margin-top: 0.15rem; }
.wv-order-review-sidebar .wv-review-item-price { font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--navy); text-align: right; }

.wv-review-row { display: flex; justify-content: space-between; padding: 0.6rem 0; font-size: 0.85rem; }
.wv-review-row .label { color: var(--text-secondary); }
.wv-review-row .value { font-weight: 500; }
.wv-review-row.shipping .value { color: var(--green); font-weight: 600; }
.wv-review-divider { border: none; border-top: 1px solid var(--border); margin: 0.5rem 0; }
.wv-review-total { display: flex; justify-content: space-between; align-items: baseline; padding: 0.8rem 0; }
.wv-review-total .label { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.wv-review-total .value { font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; color: var(--navy); }

.wv-btn-sidebar-action { display: flex; align-items: center; justify-content: center; gap: 0.6rem; width: 100%; padding: 1.2rem; background: var(--navy); color: var(--white); font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.3s; margin-top: 1rem; border-radius: 0; }
.wv-btn-sidebar-action:hover { background: var(--navy-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(10,22,40,0.2); }
.wv-btn-sidebar-action svg { width: 18px; height: 18px; }

/* Hide WC review table (we render items ourselves) */
.wv-order-review-sidebar .woocommerce-checkout-review-order-table { display: none; }

/* Payment methods */
#wvPaymentWrap { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.wv-payment-section-title { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--text-secondary); margin-bottom: 0.25rem; }
#wvPaymentWrap #payment,
.wv-order-review-sidebar #payment { background: none; border: none; padding: 0; border-radius: 0; }
#wvPaymentWrap #payment::before,
.wv-order-review-sidebar #payment::before { display: none; }
/* Hide WC's built-in privacy/personal data notice — we use our own terms text */
.wv-order-review-sidebar .woocommerce-privacy-policy-text { display: none; }

.wv-order-review-sidebar .wc_payment_methods { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.wv-order-review-sidebar .wc_payment_method { display: flex; flex-wrap: wrap; align-items: center; border: 1.5px solid var(--border); background: var(--white); margin-bottom: 0.6rem; overflow: hidden; transition: border-color 0.2s; }
.wv-order-review-sidebar .wc_payment_method:has(input:checked) { border-color: var(--navy); }
.wv-order-review-sidebar .wc_payment_method input[type="radio"] { appearance: none; -webkit-appearance: none; width: 18px; height: 18px; min-width: 18px; border: 2px solid var(--border); border-radius: 50%; cursor: pointer; transition: all 0.2s; background: var(--white); margin: 0 0 0 1rem; order: 0; flex-shrink: 0; }
.wv-order-review-sidebar .wc_payment_method input[type="radio"]:checked { border-color: var(--navy); border-width: 5px; }
.wv-order-review-sidebar .wc_payment_method label { order: 1; flex: 1; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; padding: 0.9rem 1rem; font-size: 0.9rem; font-weight: 600; color: var(--text-primary); cursor: pointer; text-transform: none; letter-spacing: 0; margin: 0; }
.wv-order-review-sidebar .wc_payment_method label img { height: 20px; width: auto; object-fit: contain; margin: 0 0 0 0.25rem; }
.wv-order-review-sidebar .payment_box { order: 2; flex-basis: 100%; padding: 0.75rem 1rem; margin: 0; background: var(--cream, #f7f4ef); border-top: 1px solid var(--border); font-size: 0.78rem; color: var(--text-secondary); line-height: 1.45; text-align: center; }
.wv-order-review-sidebar .payment_box p { font-size: 0.78rem; margin: 0; }
.wv-order-review-sidebar .payment_box::before { display: none !important; }
.wv-order-review-sidebar .form-row.place-order { margin: 0; padding: 0; }
.wv-order-review-sidebar .woocommerce-terms-and-conditions-wrapper { font-size: 0.72rem; color: var(--text-light); margin: 1rem 0 0.75rem; line-height: 1.6; }
.wv-order-review-sidebar .woocommerce-terms-and-conditions-wrapper label { display: flex; align-items: flex-start; gap: 0.5rem; cursor: pointer; text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 0.78rem; color: var(--text-secondary); padding: 0; margin: 0; }
.wv-order-review-sidebar .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 0.1rem; accent-color: var(--navy); cursor: pointer; }
.wv-order-review-sidebar .woocommerce-terms-and-conditions-wrapper a { color: var(--stone-dark); text-decoration: underline; }
.wv-order-review-sidebar #place_order { display: flex; align-items: center; justify-content: center; gap: 0.6rem; width: 100%; padding: 1.1rem; background: var(--navy); color: var(--white); font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.25s, transform 0.2s, box-shadow 0.2s; border-radius: 0; }
.wv-order-review-sidebar #place_order:hover { background: var(--navy-light, #1a3152); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(10,22,40,0.2); }

.wv-checkout-terms-text { font-size: 0.72rem; color: var(--text-light); text-align: center; margin-top: 1rem; line-height: 1.5; }
.wv-checkout-terms-text a { color: var(--stone-dark); text-decoration: underline; }
.wv-checkout-secure { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 1.2rem; font-size: 0.7rem; color: var(--text-light); }
.wv-checkout-secure svg { width: 14px; height: 14px; }

.woocommerce-checkout .woocommerce-NoticeGroup { max-width: 1680px; margin: 0 auto 1rem; padding: 0 clamp(1.5rem, 4vw, 4rem); }
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon { display: none !important; }

/* Checkout responsive */
@media (max-width: 1024px) {
  .wv-checkout-grid { grid-template-columns: 1fr; }
  .wv-order-review-sidebar { position: static; order: -1; margin-bottom: 2rem; }
  .wv-checkout-steps { display: none; }
}
@media (max-width: 768px) {
  .wv-checkout-form .woocommerce-billing-fields__field-wrapper, .wv-checkout-form .woocommerce-shipping-fields__field-wrapper { display: block; }
  .wv-step-nav { flex-direction: column; gap: 1rem; }
  .wv-step-nav-next { width: 100%; justify-content: center; }
  .wv-upgrade-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════
   CART PAGE
   ══════════════════════════════════════ */

/* Breadcrumb — break out of .wv-page-body container so the cream
   background spans the full viewport while inner .wv-container keeps
   the content padded on both sides. */
body.woocommerce-cart .wv-breadcrumb {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Page title */
.wv-cart-page-title { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 400; color: var(--navy); margin-bottom: 0.3rem; }
.wv-cart-page-subtitle { font-size: 0.88rem; color: var(--text-secondary); margin-bottom: 2.5rem; }

/* Cart layout */
.wv-cart-page { padding-bottom: clamp(4rem, 8vw, 6rem); }
.wv-cart-layout { display: grid; grid-template-columns: 1fr 400px; gap: clamp(2rem, 4vw, 4rem); align-items: start; }

/* Cart table */
.wv-cart-table { width: 100%; }
.wv-cart-table-header { display: grid; grid-template-columns: 100px 1fr 140px 120px 100px 40px; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid var(--border); align-items: center; }
.wv-cart-table-header span { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-light); font-weight: 600; }

.wv-cart-row { display: grid; grid-template-columns: 100px 1fr 140px 120px 100px 40px; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--border); align-items: center; }
.wv-cart-row-img { aspect-ratio: 1; overflow: hidden; background: var(--cream-dark); margin: 0; }
.wv-cart-row-img a { display: block; line-height: 0; margin: 0; }
.wv-cart-row-img img { width: 100%; height: 100%; object-fit: cover; display: block; margin: 0; }
.wv-cart-row-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--navy); }
.wv-cart-row-cat { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone-dark); font-weight: 500; margin-bottom: 0.2rem; }
.wv-cart-row--upgrade { border-bottom: 1px dashed var(--border); border-left: 2px solid var(--stone-light); margin-left: 1.5rem; padding: 1rem 0 1rem 1rem; }
.wv-cart-row--upgrade .wv-cart-row-img { display: none; }
.wv-cart-row--upgrade .wv-cart-row-name { font-size: 0.95rem; font-family: var(--font-body); }
.wv-cart-row--upgrade .wv-cart-row-cat { color: var(--text-light); font-style: italic; letter-spacing: 0.08em; }
.wv-cart-row-config { font-size: 0.75rem; color: var(--text-light); margin-top: 0.3rem; line-height: 1.4; }
.wv-cart-row-price { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--navy); }

.wv-qty-control { display: flex; align-items: center; border: 1px solid var(--border); width: fit-content; }
.wv-qty-control button { width: 36px; height: 36px; background: none; border: none; font-size: 1rem; color: var(--text-secondary); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.wv-qty-control button:hover { background: var(--cream); color: var(--navy); }
.wv-qty-control input.qty { width: 40px; text-align: center; font-size: 0.85rem; font-weight: 600; color: var(--navy); border: none; border-left: 1px solid var(--border); border-right: 1px solid var(--border); line-height: 36px; height: 36px; padding: 0; font-family: var(--font-body); background: var(--white); -moz-appearance: textfield; }
.wv-qty-control input.qty::-webkit-inner-spin-button,
.wv-qty-control input.qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.wv-cart-row-total { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--navy); }

.wv-cart-row-remove { background: none; border: none; cursor: pointer; color: var(--text-light); transition: color 0.3s; padding: 0.3rem; display: inline-flex; text-decoration: none; }
.wv-cart-row-remove:hover { color: var(--red-sale, #B94A3E); }
.wv-cart-row-remove svg { width: 18px; height: 18px; }

/* Coupon */
.wv-coupon-row { display: flex; gap: 0.6rem; margin-top: 1.5rem; }
.wv-coupon-input { flex: 1; padding: 0.8rem 1rem; border: 1px solid var(--border); background: var(--white); font-family: var(--font-body); font-size: 0.82rem; color: var(--text-primary); outline: none; transition: border-color 0.3s; }
.wv-coupon-input:focus { border-color: var(--stone); }
.wv-coupon-input::placeholder { color: var(--text-light); }
.wv-coupon-btn { padding: 0.8rem 1.5rem; background: none; border: 1px solid var(--navy); color: var(--navy); font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; }
.wv-coupon-btn:hover { background: var(--navy); color: var(--white); }

.wv-cart-actions-row { display: flex; justify-content: space-between; align-items: center; margin-top: 1.5rem; }
.wv-cart-actions-row .wv-btn-continue { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0; background: none; font-size: 0.78rem; color: var(--text-secondary); text-decoration: none; font-weight: 500; letter-spacing: normal; text-transform: none; transition: color 0.3s; }
.wv-cart-actions-row .wv-btn-continue:hover { background: none; color: var(--stone-dark); }
.wv-cart-actions-row .wv-btn-continue svg { width: 16px; height: 16px; }
.wv-btn-update { padding: 0.6rem 1.2rem; background: none; border: 1px solid var(--border); color: var(--text-secondary); font-family: var(--font-body); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; }
.wv-btn-update:hover { border-color: var(--stone); color: var(--stone-dark); }

/* Order Summary */
.wv-order-summary { background: var(--white); border: 1px solid var(--border); padding: clamp(1.5rem, 3vw, 2.5rem); position: sticky; top: 5rem; }
.wv-order-summary h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--navy); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }

.wv-summary-row { display: flex; justify-content: space-between; align-items: baseline; padding: 0.6rem 0; font-size: 0.88rem; }
.wv-summary-row .label { color: var(--text-secondary); }
.wv-summary-row .value { font-weight: 500; color: var(--text-primary); }
.wv-summary-row.shipping .value { color: var(--green); font-weight: 600; font-size: 0.82rem; }

.wv-summary-divider { border: none; border-top: 1px solid var(--border); margin: 1rem 0; }

.wv-summary-total { display: flex; justify-content: space-between; align-items: baseline; padding: 0.6rem 0; }
.wv-summary-total .label { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-primary); font-weight: 600; }
.wv-summary-total .value { font-family: var(--font-display); font-size: 1.8rem; font-weight: 500; color: var(--navy); }

.wv-summary-affirm { font-size: 0.78rem; color: var(--text-light); text-align: right; margin-bottom: 1.5rem; }
.wv-summary-affirm strong { color: var(--text-primary); }

.wv-btn-checkout-full { display: flex; align-items: center; justify-content: center; gap: 0.6rem; width: 100%; padding: 1.1rem; background: var(--navy); color: var(--white); font-family: var(--font-body); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; transition: all 0.3s; }
.wv-btn-checkout-full:hover { background: var(--navy-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(10,22,40,0.2); color: var(--white); }
.wv-btn-checkout-full svg { width: 16px; height: 16px; }

.wv-summary-secure { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 1rem; font-size: 0.7rem; color: var(--text-light); }
.wv-summary-secure svg { width: 14px; height: 14px; }

.wv-summary-badges { display: flex; flex-direction: column; gap: 0.8rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.wv-summary-badge { display: flex; align-items: center; gap: 0.6rem; font-size: 0.78rem; color: var(--text-secondary); }
.wv-summary-badge svg { width: 18px; height: 18px; color: var(--stone-dark); flex-shrink: 0; }

/* Empty */
.wv-cart-empty-page { text-align: center; padding: clamp(4rem, 8vw, 8rem) 0; }
.wv-cart-empty-page svg { width: 80px; height: 80px; color: var(--border); margin-bottom: 1.5rem; }
.wv-cart-empty-page h2 { font-family: var(--font-display); font-size: 2rem; font-weight: 400; color: var(--navy); margin-bottom: 0.5rem; }
.wv-cart-empty-page p { font-size: 0.95rem; color: var(--text-secondary); margin-bottom: 2rem; }
.wv-btn-shop { display: inline-flex; align-items: center; gap: 0.5rem; padding: 1rem 2.5rem; background: var(--navy); color: var(--white); font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
.wv-btn-shop:hover { background: var(--navy-light); transform: translateY(-1px); color: var(--white); }

/* Hide default WC styles on cart page */
.woocommerce-cart .woocommerce-notices-wrapper { max-width: 1680px; margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 4rem); }

/* Cart Responsive */
@media (max-width: 1024px) {
  .wv-cart-layout { grid-template-columns: 1fr; }
  .wv-order-summary { position: static; }
  .wv-cart-table-header { display: none; }
  .wv-cart-row { grid-template-columns: 80px 1fr auto; gap: 0.8rem 1rem; }
}
@media (max-width: 768px) {
  .wv-coupon-row { flex-direction: column; }
  .wv-cart-actions-row { flex-direction: column; gap: 1rem; align-items: stretch; }
}

/* ══════════════════════════════════════
   DEALS PAGE
   ══════════════════════════════════════ */

/* Deals Hero */
.wv-deals-hero { position: relative; overflow: hidden; background: var(--navy); padding: clamp(4rem, 8vw, 6rem) 0; text-align: center; }
.wv-deals-hero::before { content: ''; position: absolute; top: -40%; right: -15%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(196,168,130,0.1) 0%, transparent 70%); border-radius: 50%; }
.wv-deals-hero::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(192,57,43,0.06) 0%, transparent 70%); border-radius: 50%; }
.wv-deals-hero-content { position: relative; z-index: 1; }
.wv-deals-hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 1.2rem; background: rgba(192,57,43,0.15); border: 1px solid rgba(192,57,43,0.25); border-radius: 100px; margin-bottom: 1.5rem; }
.wv-deals-hero-badge svg { width: 16px; height: 16px; color: #C0392B; }
.wv-deals-hero-badge span { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: #E74C3C; font-weight: 600; }
.wv-deals-hero h1 { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 300; color: var(--white); line-height: 1.1; margin-bottom: 0.6rem; }
.wv-deals-hero h1 em { font-style: italic; color: var(--stone-light); }
.wv-deals-hero p { font-size: 1rem; color: rgba(255,255,255,0.55); max-width: 520px; margin: 0 auto; line-height: 1.7; font-weight: 300; }

/* Countdown */
.wv-countdown { display: flex; justify-content: center; gap: 1.5rem; margin-top: 2rem; }
.wv-countdown-item { display: flex; flex-direction: column; align-items: center; }
.wv-countdown-num { font-family: var(--font-price); font-size: 2.2rem; font-weight: 700; color: var(--white); line-height: 1; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; }
.wv-countdown-label { font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-top: 0.4rem; }

/* Weekly Special */
.wv-weekly-special { padding: 2rem 0; }
.wv-weekly-special-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wv-weekly-special-text h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; color: var(--navy); margin-bottom: 0.5rem; }
.wv-weekly-special-text h2 em { font-style: italic; color: var(--stone-dark); }
.wv-weekly-special-text { min-width: 0; flex: 1 1 auto; }
.wv-weekly-special-text p { font-size: 1rem; color: var(--text-secondary); line-height: 1.6; }
.wv-weekly-special .wv-countdown { margin-top: 0; flex-shrink: 0; }
.wv-weekly-special .wv-countdown-num { color: var(--navy); background: var(--cream); border-color: var(--border); }
.wv-weekly-special .wv-countdown-label { color: var(--text-secondary); }
@media (min-width: 1200px) {
  .wv-weekly-special-text p { white-space: nowrap; }
}
@media (max-width: 768px) {
  .wv-weekly-special-inner { flex-direction: column; align-items: flex-start; }
  .wv-weekly-special-text p { white-space: normal; }
}

/* Featured Deal */
.wv-featured-deal { background: var(--white); border: 2px solid #C0392B; position: relative; overflow: hidden; }
.wv-featured-deal-ribbon { position: absolute; top: 20px; left: -35px; transform: rotate(-45deg); background: #C0392B; color: var(--white); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.4rem 3rem; z-index: 2; }
.wv-featured-deal-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; }
.wv-featured-deal-img { position: relative; overflow: hidden; }
.wv-featured-deal-img img { width: 100%; height: 100%; object-fit: cover; }
.wv-featured-deal-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 3.5rem); }
.wv-deal-tag { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.3rem 0.8rem; background: rgba(192,57,43,0.06); color: #C0392B; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1rem; width: fit-content; }
.wv-deal-tag svg { width: 14px; height: 14px; }
.wv-featured-deal-content h3 { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 400; color: var(--navy); margin-bottom: 0.4rem; line-height: 1.2; }
.wv-deal-sub { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 1.2rem; }
.wv-deal-price-row { display: flex; align-items: baseline; gap: 0.6rem; margin-bottom: 0.3rem; }
.wv-deal-msrp { font-family: var(--font-price); font-size: 1rem; color: var(--text-light); text-decoration: line-through; }
.wv-deal-price { font-family: var(--font-price); font-size: 2rem; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; }
.wv-deal-save { font-family: var(--font-price); font-size: 0.82rem; font-weight: 700; color: #C0392B; }
.wv-deal-affirm { font-size: 0.78rem; color: var(--text-secondary); margin-bottom: 1.5rem; font-family: var(--font-price); }
.wv-deal-affirm .apr { font-size: 0.62rem; font-weight: 700; color: #fff; background: #16a34a; padding: 0.15rem 0.45rem; border-radius: 3px; margin-right: 0.4rem; letter-spacing: 0.02em; }
.wv-deal-cta { display: flex; gap: 0.6rem; }
.wv-btn-deal { padding: 0.9rem 2rem; background: var(--navy); color: var(--white); font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s; }
.wv-btn-deal:hover { background: var(--navy-light); transform: translateY(-1px); color: var(--white); }
.wv-btn-deal svg { width: 15px; height: 15px; }
.wv-btn-deal-outline { padding: 0.9rem 1.5rem; background: none; border: 1px solid var(--border); color: var(--text-secondary); font-family: var(--font-body); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: all 0.3s; display: inline-flex; align-items: center; }
.wv-btn-deal-outline:hover { border-color: var(--stone); color: var(--stone-dark); }

/* Deal Cards Grid */
.wv-deals-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.wv-deal-card { background: var(--white); border: 1px solid var(--border); display: flex; flex-direction: column; transition: all 0.3s var(--ease-smooth); position: relative; overflow: hidden; }
.wv-deal-card:hover { border-color: var(--stone-light); box-shadow: 0 8px 30px rgba(0,0,0,0.06); transform: translateY(-3px); }
.wv-deal-card-img { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.wv-deal-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.wv-deal-card:hover .wv-deal-card-img img { transform: scale(1.05); }
.wv-deal-card-badges { position: absolute; top: 0.8rem; left: 0.8rem; display: flex; gap: 0.3rem; }
.wv-deal-badge { padding: 0.25rem 0.6rem; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; }
.wv-deal-badge--sale { background: #C0392B; color: var(--white); }
.wv-deal-badge--pct { background: var(--navy); color: var(--white); }
.wv-deal-card-timer { position: absolute; bottom: 0.8rem; left: 0.8rem; display: flex; align-items: center; gap: 0.4rem; padding: 0.35rem 0.7rem; background: rgba(0,0,0,0.7); backdrop-filter: blur(4px); font-family: var(--font-price); font-size: 0.7rem; font-weight: 600; color: var(--white); }
.wv-deal-card-timer svg { width: 13px; height: 13px; }
.wv-deal-card-body { padding: 1.2rem; display: flex; flex-direction: column; flex: 1; }
.wv-deal-card-cat { font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--stone-dark); font-weight: 600; margin-bottom: 0.3rem; }
.wv-deal-card-name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--navy); text-decoration: none; display: block; margin-bottom: 0.3rem; }
.wv-deal-card-name:hover { color: var(--stone-dark); }
.wv-deal-card-reviews { display: flex; align-items: center; gap: 0.4rem; margin-bottom: 0.5rem; }
.wv-deal-card-stars { display: flex; gap: 1px; color: var(--stone); }
.wv-deal-card-stars svg { width: 13px; height: 13px; }
.wv-deal-card-rating { font-size: 0.72rem; color: var(--text-secondary); }
.wv-deal-card-rating strong { font-weight: 600; color: var(--text-primary); }
.wv-deal-card-price { display: flex; align-items: baseline; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 0.2rem; }
.wv-deal-card-msrp { font-family: var(--font-price); font-size: 0.85rem; color: var(--text-light); text-decoration: line-through; }
.wv-deal-card-amount { font-family: var(--font-price); font-size: 1.2rem; font-weight: 600; color: var(--navy); letter-spacing: -0.02em; }
.wv-deal-card-save { font-size: 0.6rem; font-weight: 700; color: #C0392B; background: rgba(192,57,43,0.06); padding: 0.1rem 0.4rem; }
.wv-deal-card-affirm { font-family: var(--font-price); font-size: 0.7rem; color: var(--text-secondary); margin-bottom: 0.4rem; }
.wv-deal-card-affirm .apr { font-size: 0.58rem; font-weight: 700; color: var(--white); background: var(--green); padding: 0.1rem 0.3rem; border-radius: 2px; }
.wv-deal-card-urgency { font-size: 0.7rem; line-height: 1.4; margin-bottom: 0.5rem; }
.wv-deal-card-urgency .stock { color: #C0392B; font-weight: 600; }
.wv-deal-card-footer { margin-top: auto; padding-top: 0.8rem; display: flex; gap: 0.5rem; }
.wv-deal-btn-cart { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.7rem; background: var(--navy); color: var(--white); font-family: var(--font-body); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.3s; text-decoration: none; }
.wv-deal-btn-cart:hover { background: var(--navy-light); color: var(--white); }
.wv-deal-btn-cart svg { width: 14px; height: 14px; }
.wv-deal-btn-view { display: flex; align-items: center; justify-content: center; width: 38px; border: 1px solid var(--border); background: var(--white); color: var(--text-secondary); cursor: pointer; text-decoration: none; transition: all 0.3s; }
.wv-deal-btn-view:hover { border-color: var(--stone); color: var(--stone-dark); }
.wv-deal-btn-view svg { width: 15px; height: 15px; }

/* Overstock Banner */
.wv-overstock-banner { background: var(--navy); padding: clamp(3rem, 5vw, 4rem) 0; text-align: center; position: relative; overflow: hidden; }
.wv-overstock-banner::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255,255,255,0.015) 20px, rgba(255,255,255,0.015) 40px); }
.wv-overstock-banner-content { position: relative; z-index: 1; }
.wv-overstock-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 1rem; background: rgba(192,57,43,0.2); border-radius: 100px; margin-bottom: 1rem; }
.wv-overstock-badge span { font-family: var(--font-price); font-size: 0.82rem; font-weight: 700; color: #E74C3C; }
.wv-overstock-banner h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 300; color: var(--white); margin-bottom: 0.5rem; }
.wv-overstock-banner h2 em { font-style: italic; color: var(--stone-light); }
.wv-overstock-banner p { font-size: 0.92rem; color: rgba(255,255,255,0.5); max-width: 500px; margin: 0 auto 2rem; line-height: 1.7; }

/* Affirm Banner */
.wv-affirm-banner { background: var(--white); border: 1px solid var(--border); padding: clamp(2.5rem, 4vw, 3.5rem); display: flex; align-items: center; gap: clamp(2rem, 4vw, 4rem); }
.wv-affirm-banner-icon { width: auto; min-width: 80px; height: 80px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.wv-affirm-banner-icon svg { width: 36px; height: 36px; color: #4A64F5; }
.wv-affirm-banner-logo { width: auto; height: 50px; display: block; }
.wv-affirm-banner-disclosure { margin-top: 0.6rem !important; font-size: 0.78rem !important; opacity: 0.75; }
.wv-affirm-banner-disclosure a { color: var(--navy); text-decoration: underline; }
.wv-affirm-banner-text { flex: 1; }
.wv-affirm-banner-text h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: var(--navy); margin-bottom: 0.3rem; }
.wv-affirm-banner-text p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; }
.wv-affirm-banner-cta { flex-shrink: 0; }
.wv-affirm-banner-cta a { padding: 0.8rem 2rem; background: var(--navy); color: var(--white); font-family: var(--font-body); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; transition: all 0.3s; }
.wv-affirm-banner-cta a:hover { background: var(--navy-light); color: var(--white); }

/* Deals Responsive */
@media (max-width: 1200px) { .wv-deals-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1024px) {
  .wv-featured-deal-inner { grid-template-columns: 1fr; }
  .wv-featured-deal-img { max-height: 300px; }
  .wv-deals-grid { grid-template-columns: repeat(2, 1fr); }
  .wv-affirm-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 768px) {
  .wv-deals-grid { grid-template-columns: 1fr; }
  .wv-countdown { gap: 1rem; }
  .wv-countdown-num { width: 50px; height: 50px; font-size: 1.6rem; }
  .wv-affirm-banner { padding: 1.5rem; }
}

/* ══════════════════════════════════════════════
   COMPREHENSIVE RESPONSIVE FIXES
   ══════════════════════════════════════════════ */

/* ── 1024px: Tablet ── */
@media (max-width: 1024px) {
  /* Product hero — single column on tablet */
  .wv-product-hero .wv-product-hero-grid { grid-template-columns: 1fr; }
  .wv-gallery { position: static; }

  /* Category nav: horizontally scrollable */
  .wv-cat-nav-inner { justify-content: flex-start; padding: 0 1rem; }
  .wv-cat-nav { -webkit-overflow-scrolling: touch; }

  /* Archive list-view image */
  .wv-archive-product-grid.wv-list-view .wv-archive-card-img { width: 240px; min-height: 200px; }

  /* Cart page: simplify table layout */
  .wv-cart-row { grid-template-columns: 80px 1fr auto; }
  .wv-cart-row-price { font-size: 0.95rem; }
}

/* ── 768px: Large mobile ── */
@media (max-width: 768px) {
  /* Hero — fixed height so slick fade mode measures correctly */
  .wv-hero-slide { height: 520px; }
  .wv-hero-bg img { object-position: center; }
  .wv-hero h1 { font-size: clamp(2rem, 8vw, 3rem); max-width: 100%; }
  .wv-hero-sub { display: none; }
  .wv-hero-content { max-width: 100%; }
  .wv-hero-scroll { display: none; }
  .wv-hero-slider .slick-dots { bottom: 1.5rem; right: 1rem; }

  /* Hide the "Crafted since 1999" badge + Free Consultation CTA on mobile */
  .wv-hero-badge { display: none !important; }
  .wv-hero-actions .wv-btn-ghost,
  .wv-hero-actions .wv-btn-cta-outline { display: none !important; }

  .wv-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0) 100%); }

  /* Buttons — full width on mobile */
  .wv-btn-primary, .wv-btn-cta, .wv-btn-cta-outline { width: 100%; justify-content: center; }

  /* Section headers — tighter on mobile */
  .wv-section-header { margin-bottom: 2rem; }
  .wv-section-header h2 { font-size: clamp(1.6rem, 6vw, 2.2rem); }

  /* Category cards — consistent aspect ratio */
  .wv-category-card { min-height: 280px; aspect-ratio: 4/3; }

  /* Product card — tighter padding */
  .wv-product-card-info { padding: 1rem 0 0; }
  .wv-product-card-name { font-size: 1.2rem; }

  /* Testimonial card */
  .wv-testimonial-card { padding: 1.5rem; }
  .wv-testimonial-card blockquote { font-size: 0.88rem; }

  /* Craftsmanship band */
  .wv-craft-band { min-height: auto; padding: 3rem 0; }

  /* Cart page: stack the table */
  .wv-cart-table-header { display: none; }
  .wv-cart-row {
    grid-template-columns: 80px 1fr auto;
    grid-template-areas:
      "img name name"
      "qty qty  total";
    gap: 0.6rem 1rem;
    position: relative;
    padding-right: 2rem;
  }
  .wv-cart-row-remove { position: absolute; top: 1.5rem; right: 0; }
  .wv-cart-row-price { display: none; }
  /* Map remaining cells to the named grid areas so qty and total share
     a single row, with the + button no longer clipped by the image col. */
  .wv-cart-row > .wv-cart-row-img { grid-area: img; }
  .wv-cart-row > div:nth-child(2) { grid-area: name; }
  .wv-cart-row > div:nth-child(4) { grid-area: qty; align-self: center; }
  .wv-cart-row-total { grid-area: total; align-self: center; justify-self: end; font-size: 0.92rem; }
  .wv-cart-row--upgrade { margin-left: 0.5rem; padding-left: 0.5rem; }

  /* Cart drawer — tighter padding */
  .wv-cart-drawer-header { padding: 1.2rem 1.2rem; }
  .wv-cart-item { padding: 1.2rem; gap: 1rem; grid-template-columns: 80px 1fr; }
  .wv-cart-drawer-footer { padding: 1.2rem; }

  /* Featured deal — stack */
  .wv-featured-deal-inner { grid-template-columns: 1fr; }
  .wv-featured-deal-img { max-height: 260px; }
  .wv-deal-cta { flex-direction: column; }
  .wv-deal-cta .wv-btn-deal,
  .wv-deal-cta .wv-btn-deal-outline { width: 100%; justify-content: center; }

  /* Affirm banner — stack */
  .wv-affirm-banner { flex-direction: column; text-align: center; gap: 1.5rem; }
  .wv-affirm-banner-cta a { width: 100%; justify-content: center; }

  /* Archive list view — stack card fully */
  .wv-archive-product-grid.wv-list-view .wv-archive-card-img { width: 100%; min-height: 0; aspect-ratio: 4/3; }

  /* Sort bar improvements */
  .wv-sort-bar-left { flex-wrap: wrap; }
  .wv-shop-search { max-width: none; width: 100%; }

  /* Checkout */
  .wv-checkout-grid { grid-template-columns: 1fr; }
  .wv-order-review-sidebar { position: static; }

  /* FAQ grid — already 1fr, tighten sidebar */
  .wv-faq-nav button { padding: 0.8rem 1rem; font-size: 0.9rem; }

  /* Page hero */
  .wv-page-hero { min-height: 200px; }
  .wv-page-hero-content h1 { font-size: clamp(1.8rem, 7vw, 2.5rem); }

  /* Specs table — horizontal scroll */
  .wv-specs-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  /* Timeline */
  .wv-timeline-track::before { left: 20px; }
  .wv-timeline-item,
  .wv-timeline-item.left,
  .wv-timeline-item.right {
    width: 100%; margin-left: 0;
    padding: 1rem 1rem 1rem 50px; text-align: left;
  }
  .wv-timeline-item.left .wv-timeline-dot,
  .wv-timeline-item.right .wv-timeline-dot { left: 13px; right: auto; }

  /* Product page title */
  .wv-product-title { font-size: clamp(1.8rem, 6vw, 2.4rem); }

  /* Gallery thumbs — 4 across on smaller screens */
  .wv-gallery-thumbs { grid-template-columns: repeat(4, 1fr); }

  /* Tabs — scrollable */
  .wv-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .wv-tabs::-webkit-scrollbar { display: none; }

  /* Reviews summary — stack */
  .wv-reviews-summary { flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.5rem; }

  /* Overstock banner */
  .wv-overstock-banner { padding: 2rem 0; }
}

/* ── 480px: Small mobile ── */
@media (max-width: 480px) {
  /* Global spacing tightening */
  .wv-container { padding: 0 1rem; }
  .section-pad { padding: clamp(2rem, 6vw, 3rem) 0; }

  /* Hero — shorter on small phones */
  .wv-hero-slide { height: 420px; }
  .wv-hero-content { padding: 2rem 1rem; }
  .wv-hero-badge { margin-bottom: 1rem; }
  .wv-hero h1 { font-size: 1.8rem; }
  .wv-hero-sub { margin-top: 1rem; }
  .wv-hero-actions { gap: 1rem; margin-top: 1.5rem; }

  /* Header */
  .wv-header-inner { padding: 0.8rem 1rem; }
  .wv-header-actions { gap: 0.8rem; }
  .wv-cat-label { display: none; }
  .wv-mobile-toggle { flex-shrink: 0; }
  .wv-mobile-cat-btn { padding: 0.45rem 0.6rem; }

  /* Product page — prevent consult button overflowing container */
  .wv-btn-consult { white-space: normal; text-align: center; font-size: 0.72rem; padding: 0.75rem 0.5rem; }

  /* Footer brand — full width description */
  .wv-footer-brand p { max-width: 100%; }

  /* Category nav pills — tighter */
  .wv-cat-nav-inner a { padding: 0.8rem 1rem; font-size: 0.68rem; }

  /* Intro strip */
  .wv-intro-strip-inner { flex-direction: column; gap: 1rem; }
  .wv-intro-stat-divider { display: none; }

  /* Categories */
  .wv-category-card { min-height: 260px; aspect-ratio: 4/3; }
  .wv-category-card:first-child { aspect-ratio: 4/3; }
  .wv-category-card-content { padding: 1.3rem 1.4rem; }
  .wv-category-card-name { font-size: 1.35rem; }
  .wv-category-card-count { font-size: 0.78rem; }

  /* Product cards — single column adjustments */
  .wv-product-card-name { font-size: 1.15rem; }
  .wv-product-card-price .amount { font-size: 1.15rem; }
  .wv-btn-card-cart { padding: 0.7rem 0.8rem; font-size: 0.68rem; }

  /* Why Westview features */
  .wv-why-item { padding: 1.5rem; }
  .wv-why-item h3 { font-size: 1.1rem; }

  /* Craft features */
  .wv-craft-features { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .wv-craft-feature strong { font-size: 1.3rem; }

  /* CTA section */
  .wv-cta-section { padding: 3rem 0; }
  .wv-cta-content h2 { font-size: 1.8rem; }
  .wv-cta-actions { flex-direction: column; }
  .wv-cta-phone { font-size: 0.72rem; }

  /* Articles */
  .wv-article-card-body { padding: 1rem; }
  .wv-article-card-body h3 { font-size: 1.1rem; }

  /* Footer — tighter */
  .wv-footer { padding-top: 3rem; }
  .wv-footer-brand p { font-size: 0.82rem; }
  .wv-footer-col h4 { margin-bottom: 1rem; }
  .wv-footer-col a,
  .wv-footer-col li a { font-size: 0.82rem; margin-bottom: 0.6rem; }
  .wv-footer-bottom { padding: 1.2rem 0; font-size: 0.68rem; }

  /* Archive page — single column on small mobile */
  .wv-archive-product-grid,
  .wv-archive-layout .wv-archive-product-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wv-archive-header h1 { font-size: 1.8rem; }
  .wv-mobile-filter-btn { font-size: 0.72rem; }

  /* Archive card — restore full spacing for single-column layout */
  .wv-archive-card-body { padding: 1rem; }
  .wv-archive-card-name { font-size: 1rem; line-height: 1.3; }
  .wv-archive-card-cat { font-size: 0.68rem; }
  .wv-archive-card-desc { display: none; }
  .wv-archive-card-amount { font-size: 1.15rem; }
  .wv-archive-card-msrp { font-size: 0.75rem; }
  .wv-archive-card-reviews { font-size: 0.72rem; }
  .wv-archive-card-footer { flex-direction: row-reverse; gap: 0.5rem; padding-top: 0.75rem; }
  .wv-archive-btn-cart,
  .wv-archive-btn-view {
    flex: 1; justify-content: center;
    padding: 0.6rem 0.75rem; font-size: 0.7rem;
  }
  .wv-archive-btn-cart svg,
  .wv-archive-btn-view svg { width: 14px; height: 14px; }

  /* Cart page */
  .wv-cart-page-title { font-size: 1.6rem; }
  /* Keep the 3-col grid + named areas inherited from the 768px block so
     qty and total stay on one row. Only narrow the image column. */
  .wv-cart-row { grid-template-columns: 60px 1fr auto; gap: 0.5rem 0.8rem; }
  .wv-cart-row-img { aspect-ratio: 1; }
  .wv-cart-row-name { font-size: 0.95rem; }

  /* Cart drawer */
  .wv-cart-drawer { width: 100vw; }
  .wv-cart-item { grid-template-columns: 70px 1fr; }
  .wv-cart-item-name { font-size: 1rem; }

  /* Checkout */
  .wv-checkout-container { padding: 1.5rem 1rem; }
  .wv-order-review-sidebar { padding: 1.2rem; }
  .wv-step-nav-next { padding: 0.8rem 1.5rem; font-size: 0.75rem; }

  /* Product page */
  .wv-product-title { font-size: 1.6rem; }
  .wv-product-price { font-size: 1.8rem; }
  .wv-gallery-thumbs { grid-template-columns: repeat(4, 1fr); gap: 0.4rem; }
  .wv-tab-btn { padding: 0.8rem 1rem; font-size: 0.65rem; }
  .wv-upgrade-grid { grid-template-columns: 1fr; }

  /* Deals page */
  .wv-deals-hero h1 { font-size: 1.8rem; }
  .wv-countdown { gap: 0.6rem; }
  .wv-countdown-num { width: 44px; height: 44px; font-size: 1.3rem; border-radius: 6px; }
  .wv-countdown-label { font-size: 0.55rem; }
  .wv-featured-deal-content { padding: 1.5rem; }
  .wv-deal-card-footer { flex-direction: column; }
  .wv-deal-btn-cart { width: 100%; }
  .wv-deal-btn-view { width: 100%; }

  /* Contact */
  .wv-contact-block { padding: 1.5rem; }
  .wv-contact-block h3 { font-size: 1.2rem; }

  /* Reviews page */
  .wv-review-card-media img { height: 160px; }

  /* Finance badge — smaller on mobile */
  .wv-finance-badge { bottom: 1rem; right: 1rem; padding: 0.6rem 0.8rem; font-size: 0.65rem; }

  /* Mobile nav — tweak spacing */
  .wv-mobile-nav { padding: 4rem 1.5rem 2rem; }
  .wv-mobile-nav a { font-size: 1.3rem; }
  .wv-mobile-nav-toggle { font-size: 1.3rem; }

  /* Page hero */
  .wv-page-hero { min-height: 180px; }
  .wv-page-hero-content { padding: 2rem 0; }

  /* Installation steps */
  .wv-install-steps { grid-template-columns: 1fr; }

  /* Blog layout */
  .wv-blog-posts .wv-posts-grid { grid-template-columns: 1fr; }

  /* Contact form — Bootstrap col-md-6 must stack on mobile */
  .col-md-6 { flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important; }

  /* Deals promotions grid — single column on small mobile */
  .wv-deals-grid { grid-template-columns: 1fr !important; }
}

/* ── Touch improvements ── */
@media (hover: none) and (pointer: coarse) {
  /* Disable hover transforms on touch devices to avoid sticky hover states */
  .wv-archive-card:hover,
  .wv-deal-card:hover,
  .wv-article-card:hover,
  .wv-testimonial-card:hover,
  .wv-review-card:hover,
  .wv-installation-card:hover { transform: none; }

  /* Ensure adequate touch targets (44px minimum) */
  .wv-archive-btn-cart,
  .wv-archive-btn-view,
  .wv-deal-btn-cart,
  .wv-deal-btn-view { min-height: 44px; }
  .wv-filter-option { min-height: 44px; }
  .wv-page-btn { min-width: 44px; min-height: 44px; }
  .wv-tab-btn { min-height: 44px; }
  .wv-cart-qty-btn { min-width: 44px; min-height: 44px; }

  /* Category nav — add scroll hint gradient */
  .wv-cat-nav { position: relative; }
  .wv-cat-nav::after {
    content: ''; position: absolute; top: 0; right: 0;
    width: 40px; height: 100%; pointer-events: none;
    background: linear-gradient(90deg, transparent, var(--white));
  }
}

/* ── Landscape phone ── */
@media (max-height: 500px) and (orientation: landscape) {
  .wv-hero-slide { min-height: 100vh; }
  .wv-hero h1 { font-size: 1.6rem; }
  .wv-hero-content { padding: 1.5rem; }
  .wv-mobile-nav { gap: 1rem; }
  .wv-mobile-nav a { font-size: 1.3rem; }
}

/* ── SINGLE POST META INFO ── */
.wv-post-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.6rem;
  font-size: 0.8rem; color: var(--stone-dark);
  margin-bottom: 1.75rem;
  font-family: var(--font-ui);
  letter-spacing: 0.02em;
}
.wv-post-meta a { color: inherit; text-decoration: none; }
.wv-post-meta a:hover { color: var(--navy); }
.wv-post-meta-cat a { font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.7rem; }
.wv-post-meta-sep { color: var(--stone-light); }

/* ── SINGLE POST SIDEBAR ── */
.wv-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: 1200px;
}
.wv-post-layout .wv-post-main { min-width: 0; }

.wv-post-sidebar { position: sticky; top: 7rem; align-self: start; display: flex; flex-direction: column; gap: 2rem; margin-top: 2.5rem; }
.wv-post-sidebar-heading {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 500; color: var(--navy);
  margin: 0 0 1.25rem; padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.wv-post-sidebar-products { background: var(--cream); padding: 1.75rem; }
.wv-post-sidebar-card {
  display: flex; gap: 1rem; margin-bottom: 1rem;
  text-decoration: none; color: inherit;
  background: var(--white); padding: 0.9rem;
  border: 1px solid transparent;
  transition: border-color 0.25s;
}
.wv-post-sidebar-card:last-child { margin-bottom: 0; }
.wv-post-sidebar-card:hover { border-color: var(--stone-light); }
.wv-post-sidebar-card-img {
  width: 88px; height: 88px; flex-shrink: 0; overflow: hidden;
  background: var(--cream);
}
.wv-post-sidebar-card-img img { width: 100%; height: 100%; object-fit: cover; }
.wv-post-sidebar-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 0.2rem; }
.wv-post-sidebar-card-body h4 {
  font-size: 0.95rem; font-weight: 500; margin: 0 0 0.3rem;
  color: var(--navy);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wv-post-sidebar-card-price { font-family: var(--font-price); font-size: 0.95rem; font-weight: 600; color: var(--navy); margin-bottom: 0.4rem; }
.wv-post-sidebar-card-price .amount { color: var(--navy); }
.wv-post-sidebar-card-link {
  font-size: 0.68rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--stone-dark); font-weight: 600;
}

.wv-post-sidebar-contact {
  background: var(--navy); color: var(--white); padding: 2rem;
}
.wv-post-sidebar-contact .wv-post-sidebar-heading { color: var(--white); border-bottom-color: rgba(255,255,255,0.2); }
.wv-post-sidebar-contact-desc {
  font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.75);
  margin: 0 0 1.5rem; font-weight: 300;
}
.wv-post-sidebar-contact-phone {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.8rem 1.2rem;
  background: var(--white); color: var(--navy);
  font-family: var(--font-price); font-weight: 600; font-size: 1rem;
  text-decoration: none; letter-spacing: 0.02em;
  transition: background 0.25s, color 0.25s;
}
.wv-post-sidebar-contact-phone:hover { background: var(--stone-light); color: var(--navy); }
.wv-post-sidebar-contact-phone svg { width: 16px; height: 16px; }

@media (max-width: 1024px) {
  .wv-post-layout { grid-template-columns: minmax(0, 1fr); }
  .wv-post-sidebar { position: static; margin-top: 2rem; }
}

/* ═══ Short description rich text ═══ */
.wv-product-desc p { margin: 0 0 0.8rem; }
.wv-product-desc p:last-child { margin-bottom: 0; }
.wv-product-desc ul,
.wv-product-desc ol { margin: 0 0 1rem; padding-left: 1.2rem; }
.wv-product-desc ul { list-style: disc; }
.wv-product-desc ol { list-style: decimal; }
.wv-product-desc li { margin-bottom: 0.35rem; line-height: 1.65; }
.wv-product-desc li:last-child { margin-bottom: 0; }
.wv-product-desc strong,
.wv-product-desc b { color: var(--text-primary); font-weight: 600; }
.wv-product-desc em,
.wv-product-desc i { font-style: italic; }
.wv-product-desc a { color: var(--navy); text-decoration: underline; }
.wv-product-desc a:hover { text-decoration: none; }

/* ═══ Thumbnail slider polish ═══ */
.product-slider .slider-nav { visibility: hidden; }
.product-slider .slider-nav.slick-initialized { visibility: visible; }
.product-slider .slider-nav .slick-prev,
.product-slider .slider-nav .slick-next {
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--border);
  border-radius: 50%;
  z-index: 5;
}
.product-slider .slider-nav .slick-prev::before,
.product-slider .slider-nav .slick-next::before {
  color: var(--navy); font-size: 16px; opacity: 1;
}
/* Vertical mode (desktop): arrows top/bottom */
@media (min-width: 993px) {
  .product-slider .slider-nav .slick-prev { top: -14px; left: 50%; transform: translateX(-50%) rotate(90deg); }
  .product-slider .slider-nav .slick-next { top: auto; bottom: -14px; right: 50%; transform: translateX(50%) rotate(90deg); }
}

/* ═══ Customer Photos tab ═══ */
.wv-cp-intro { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; margin: 0 0 1.5rem; max-width: 760px; }
.wv-customer-photos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 10px;
  gap: 1rem;
  position: relative;
}
.wv-customer-photos-grid.is-masonry { column-count: unset; column-gap: unset; }
.wv-customer-photos-grid.is-masonry .wv-cp-item { margin-bottom: 1rem; }
.wv-cp-item {
  position: relative; display: block; overflow: hidden;
  border-radius: 4px; background: var(--stone-light);
  cursor: zoom-in; text-decoration: none;
  margin: 0 0 1rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.wv-cp-item img {
  width: 100%; height: 100%; display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}
/* Masonry: cycle grid-row span so identical source images produce varied heights */
.wv-cp-item { grid-row: span 14; aspect-ratio: auto; }
.wv-cp-item:nth-child(6n+1) { grid-row: span 16; }
.wv-cp-item:nth-child(6n+2) { grid-row: span 12; }
.wv-cp-item:nth-child(6n+3) { grid-row: span 15; }
.wv-cp-item:nth-child(6n+4) { grid-row: span 13; }
.wv-cp-item:nth-child(6n+5) { grid-row: span 17; }
.wv-cp-item:nth-child(6n)   { grid-row: span 14; }
.wv-cp-item:hover img { transform: scale(1.03); }
.wv-cp-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 0.5rem 0.7rem;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
  color: #fff; font-size: 0.78rem; font-weight: 400;
  opacity: 0; transition: opacity 0.3s;
}
.wv-cp-item:hover .wv-cp-caption { opacity: 1; }
@media (max-width: 1200px) { .wv-customer-photos-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 992px) { .wv-customer-photos-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 580px) { .wv-customer-photos-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; } }

/* Lightbox */
.wv-cp-lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none; align-items: center; justify-content: center;
  z-index: 100000;
  overflow: hidden;
}
body.wv-lightbox-open { overflow: hidden; }
.wv-cp-lightbox.open { display: flex; }
.wv-cp-lightbox-img { max-width: 92vw; max-height: 86vh; object-fit: contain; }
.wv-cp-lightbox-caption {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  color: #fff; font-size: 0.9rem; padding: 0.4rem 1rem;
  background: rgba(0,0,0,0.4); border-radius: 4px; max-width: 80vw; text-align: center;
}
.wv-cp-lightbox-close,
.wv-cp-lightbox-prev,
.wv-cp-lightbox-next {
  position: absolute; background: rgba(255,255,255,0.12);
  color: #fff; border: none; cursor: pointer;
  width: 44px; height: 44px; border-radius: 50%;
  font-size: 28px; line-height: 1; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.wv-cp-lightbox-close:hover,
.wv-cp-lightbox-prev:hover,
.wv-cp-lightbox-next:hover { background: rgba(255,255,255,0.25); }
.wv-cp-lightbox-close { top: 1.2rem; right: 1.2rem; font-size: 32px; }
.wv-cp-lightbox-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.wv-cp-lightbox-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
@media (max-width: 580px) {
  .wv-cp-lightbox-prev { left: 0.5rem; }
  .wv-cp-lightbox-next { right: 0.5rem; }
  .wv-cp-lightbox-close { top: 0.5rem; right: 0.5rem; }
}

/* Main product gallery lightbox (reuse cp-lightbox visual styles) */
.wv-main-lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none; align-items: center; justify-content: center;
  z-index: 100000;
  overflow: hidden;
}
.wv-main-lightbox.open { display: flex; }
.wv-main-lightbox .wv-cp-lightbox-img { max-width: 92vw; max-height: 86vh; object-fit: contain; }

/* Thumbnail slider when >5 images — pre-init keeps grid, slick takes over on init */
.wv-gallery-thumbs--slider { max-width: 100%; overflow: hidden; }
.wv-gallery-thumbs--slider .slick-list { overflow: hidden; }
.wv-gallery-thumbs--slider.slick-initialized {
  display: block;
  grid-template-columns: none;
  padding: 0 32px;
  position: relative;
}
.wv-gallery-thumbs--slider.slick-initialized .wv-gallery-thumb { margin: 0 0.25rem; }
.wv-gallery-thumbs--slider .slick-prev,
.wv-gallery-thumbs--slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  padding: 0;
  background: rgba(255,255,255,0.95);
  border: 1px solid var(--border);
  border-radius: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--navy);
  font-size: 0;
  line-height: 0;
}
.wv-gallery-thumbs--slider .slick-prev { left: 0; }
.wv-gallery-thumbs--slider .slick-next { right: 0; }
.wv-gallery-thumbs--slider .slick-prev::before,
.wv-gallery-thumbs--slider .slick-next::before { content: none; }
.wv-gallery-thumbs--slider .slick-prev svg,
.wv-gallery-thumbs--slider .slick-next svg { display: block; }
.wv-gallery-thumbs--slider .slick-disabled { opacity: 0.3; pointer-events: none; }

/* Sticky Add to Cart bar */
.wv-sticky-cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: var(--white);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
  transform: translateY(100%);
  transition: transform 0.35s var(--ease-smooth);
  pointer-events: none;
  padding-right: 0;
}
.wv-sticky-cart.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}
.wv-sticky-cart-inner {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0.5rem 4rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.2rem;
}
.wv-sticky-cart-info {
  grid-column: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.wv-sticky-cart-thumb {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--cream-dark);
}
.wv-sticky-cart-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wv-sticky-cart-text { display: flex; flex-direction: column; min-width: 0; line-height: 1.1; }
.wv-sticky-cart-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wv-sticky-cart-price {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  margin-top: 0.15rem;
}
.wv-sticky-cart-right {
  grid-column: 3;
  justify-self: end;
  padding-right: 3.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wv-sticky-cart .wv-btn-add-cart {
  flex: 0 0 auto;
  min-width: 340px;
  padding: 0.64rem 1rem;
  border-radius: 4px;
}
.wv-sticky-btn-consult {
  grid-column: 2;
  justify-self: center;
  margin-bottom: 0;
  padding: 0.64rem 1rem;
  min-width: 0;
  border-radius: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.wv-sticky-btn-consult svg { width: 16px; height: 16px; }
.wv-sticky-consult-phone { display: none; }
.wv-sticky-cart-top {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: var(--white);
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.wv-sticky-cart-top svg { width: 18px; height: 18px; display: block; stroke: currentColor; }
.wv-sticky-cart-top:hover {
  background: var(--white);
  color: var(--navy);
  transform: translateY(calc(-50% - 3px));
}
body.with-bottom-bar .wv-sticky-cart { bottom: var(--bottom-bar-h, 0); }
@media (max-width: 992px) {
  .wv-sticky-cart-inner { padding: 0.5rem 4rem 0.5rem 0.8rem; gap: 0.6rem; max-width: 100%; grid-template-columns: minmax(0,1fr) auto auto; }
  .wv-sticky-cart-right { padding-right: 3rem; gap: 0.6rem; }
  .wv-sticky-cart-thumb { width: 44px; height: 44px; }
  .wv-sticky-cart-title { font-size: 0.9rem; }
  .wv-sticky-cart-price { font-size: 0.78rem; }
  .wv-sticky-cart .wv-btn-add-cart { min-width: 0; padding: 0.7rem 1rem; font-size: 0.75rem; }
  .wv-sticky-cart .wv-btn-add-cart svg { width: 16px; height: 16px; }
  .wv-sticky-cart-top { display: none !important; }
  .wv-sticky-btn-consult { padding: 0.6rem 0.8rem; font-size: 0.68rem; }
  .wv-sticky-consult-full { display: none; }
  .wv-sticky-consult-phone { display: inline; }
}
@media (max-width: 580px) {
  .wv-sticky-cart-inner { padding: 0.45rem 2.8rem 0.45rem 0.5rem; gap: 0.4rem; grid-template-columns: 1fr auto 1fr; }
  .wv-sticky-cart-info { min-width: 0; max-width: 100%; }
  .wv-sticky-cart-thumb { width: 38px; height: 38px; flex: 0 0 38px; }
  .wv-sticky-cart-title { font-size: 0.8rem; }
  .wv-sticky-cart-price { font-size: 0.72rem; }
  .wv-sticky-cart-right { padding-right: 0; gap: 0.4rem; }
  .wv-sticky-btn-consult { padding: 0.5rem; min-width: 0; }
  .wv-sticky-btn-consult svg { width: 14px; height: 14px; margin: 0; }
  .wv-sticky-cart .wv-btn-add-cart { padding: 0.55rem 0.7rem; font-size: 0.68rem; letter-spacing: 0.04em; }
  .wv-sticky-cart .wv-btn-add-cart span { white-space: nowrap; }
  .wv-sticky-cart-top { width: 34px; height: 34px; right: 0.5rem; }
  .wv-sticky-btn-consult { padding: 0.55rem 0.6rem; }
  .wv-sticky-btn-consult svg { width: 14px; height: 14px; }
}
@media (max-width: 420px) {
  .wv-sticky-cart-inner { grid-template-columns: 1fr auto 1fr; padding: 0.45rem 0.4rem 0.45rem 0.4rem; gap: 0.3rem; }
  .wv-sticky-cart-top { display: none !important; }
  .wv-sticky-cart-title { font-size: 0.72rem; }
  .wv-sticky-cart-price { font-size: 0.65rem; }
  .wv-sticky-cart-thumb { width: 34px; height: 34px; flex: 0 0 34px; }
  .wv-sticky-cart .wv-btn-add-cart { padding: 0.5rem 0.6rem; font-size: 0.62rem; }
  .wv-sticky-cart .wv-btn-add-cart svg { width: 14px; height: 14px; }
  .wv-sticky-btn-consult { padding: 0.45rem; }
}

/* Deals menu — highlighted */
.wv-nav a.wv-nav-deals, .wv-mobile-nav a.wv-nav-deals { background: #d92121 !important; color: #fff !important; padding: 0.2rem 0.8rem !important; margin: 0 0.6rem !important; border-radius: 4px !important; font-weight: 600 !important; }
.wv-nav-deals:hover { background: #b81717; color: #fff !important; }

/* Exit-intent modal — brand fonts */
.exit-intent-popup, .exit-intent-popup .modal-content { font-family: var(--font-body); color: var(--navy); }
.exit-intent-popup .exit-modal-heading { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.6rem, 2.4vw, 2.2rem); line-height: 1.15; color: var(--navy); margin-bottom: 1rem; letter-spacing: -0.01em; }
.exit-intent-popup .exit-modal-content p,
.exit-intent-popup .exit-modal-content { font-family: var(--font-body); font-size: 0.95rem; line-height: 1.55; color: var(--text-secondary); }
.exit-intent-popup .exit-modal-heading-5 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--navy); margin: 0.4rem 0; }
.exit-intent-popup .modal-phone { font-family: var(--font-display); font-weight: 500; font-size: 2rem; color: var(--navy); text-decoration: none; letter-spacing: -0.02em; display: inline-block; margin: 0.25rem 0 0.5rem; }
.exit-intent-popup .btn-submit { font-family: var(--font-body); font-weight: 600; letter-spacing: 0.03em; padding: 0.7rem 1.6rem; }

/* ── Order-Pay + Order-Received pages ── */
body.woocommerce-order-pay .entry-header, body.woocommerce-order-pay .wv-page-header,
body.woocommerce-order-received .entry-header, body.woocommerce-order-received .wv-page-header { margin-bottom: 3rem; }
body.woocommerce-order-pay .woocommerce,
body.woocommerce-order-received .woocommerce { padding-top: 2.5rem; padding-bottom: 4rem; max-width: 1100px; margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem; }
body.woocommerce-order-pay ul.order_details,
body.woocommerce-order-received ul.order_details { margin-bottom: 3rem !important; }

/* Thank-you / order-received */
body.woocommerce-order-received p.woocommerce-notice,
body.woocommerce-order-received p.woocommerce-thankyou-order-received,
body.woocommerce-checkout p.woocommerce-thankyou-order-received { font-family: var(--font-display) !important; font-size: clamp(1rem, 2vw, 1.5rem) !important; font-weight: 500 !important; color: var(--navy) !important; text-align: center !important; margin: 0 auto 3rem !important; line-height: 1.2 !important; letter-spacing: -0.01em !important; max-width: 900px; }

body.woocommerce-order-received h2,
body.woocommerce-order-pay h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; color: var(--navy); margin: 3rem 0 1.25rem; letter-spacing: -0.01em; }

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details { margin-bottom: 2.5rem; }

body.woocommerce-order-received table.woocommerce-table--order-details,
body.woocommerce-order-received table.shop_table { width: 100%; border-collapse: collapse; border: 1px solid var(--border); background: #fff; }
body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td { padding: 1rem 1.25rem; border-bottom: 1px solid var(--border); font-size: 0.9rem; vertical-align: top; }
body.woocommerce-order-received table.shop_table thead th { background: var(--cream, #f7f4ef); font-weight: 700; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.06em; color: var(--text-primary); }
body.woocommerce-order-received table.shop_table tbody tr:last-child td { border-bottom: 0; }
body.woocommerce-order-received table.shop_table tfoot th { background: var(--cream, #f7f4ef); font-weight: 700; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.06em; }
body.woocommerce-order-received table.shop_table tfoot td { font-weight: 600; }
body.woocommerce-order-received table.shop_table a { color: var(--navy); text-decoration: underline; }

body.woocommerce-order-received .woocommerce-customer-details .col2-set,
body.woocommerce-order-received .woocommerce-customer-details .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
body.woocommerce-order-received .woocommerce-customer-details address { padding: 1.25rem 1.5rem; border: 1px solid var(--border); background: var(--cream, #f7f4ef); font-style: normal; line-height: 1.65; font-size: 0.92rem; color: var(--text-primary); border-radius: 4px; }
body.woocommerce-order-received .woocommerce-column__title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; margin: 0 0 0.9rem; color: var(--navy); }

@media (max-width: 720px) {
  body.woocommerce-order-received .woocommerce-customer-details .col2-set,
  body.woocommerce-order-received .woocommerce-customer-details .u-columns { grid-template-columns: 1fr; }
}
#order_review { max-width: 720px; margin: 0 auto 4rem; padding: 0 1rem; }
#order_review .payment_box { padding: 2rem 2rem 2.25rem !important; margin-top: 1.5rem !important; border-radius: 6px; }
#order_review .payment_box > p:first-child { margin: 0 0 1.5rem; }
#order_review .wc-elavon-converge-credit-card-new-payment-method-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; }
#order_review .form-row { margin: 0; padding: 0; }
#order_review .form-row-wide, #order_review .wc-credit-card-form-card-number { grid-column: 1 / -1; }
#order_review .wc-credit-card-form-card-expiry { grid-column: 1 / 2; }
#order_review .wc-credit-card-form-card-cvc { grid-column: 2 / 3; }
#order_review .form-row label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.45rem; color: var(--text-primary); }
#order_review .form-row .input-text { width: 100%; padding: 0.85rem 1rem; font-size: 1rem; border: 1.5px solid var(--border); border-radius: 4px; background: #fff; box-sizing: border-box; }
#order_review .form-row .input-text:focus { border-color: var(--navy); outline: none; }
#order_review #place_order { margin-top: 1.75rem; padding: 0.95rem 2.2rem; font-size: 0.95rem; font-weight: 600; letter-spacing: 0.04em; }
@media (max-width: 600px) {
  #order_review .payment_box { padding: 1.25rem 1.25rem 1.5rem !important; }
  #order_review .wc-elavon-converge-credit-card-new-payment-method-form { grid-template-columns: 1fr; }
  #order_review .wc-credit-card-form-card-expiry,
  #order_review .wc-credit-card-form-card-cvc { grid-column: 1 / -1; }
}

/* Hide reCAPTCHA badge (Google TOS: must show "protected by reCAPTCHA" link on forms) */
.grecaptcha-badge { visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }

/* Sale-end indicator on product cards */
.wv-archive-card-sale-end {
  display: flex; align-items: center; gap: 0.4rem;
  margin: 0.6rem 0 1rem;
  padding: 0.45rem 0.7rem;
  background: #fdecea;
  border: 1px solid #f5b8b3;
  border-radius: 4px;
  font-size: 0.74rem;
  font-weight: 600;
  color: #b1271a;
  line-height: 1.25;
}
.wv-archive-card-sale-end svg { width: 14px; height: 14px; flex-shrink: 0; }
.wv-archive-card-sale-end .wv-sale-end-label { white-space: nowrap; }
.wv-archive-card-sale-end .wv-sale-end-countdown {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.wv-archive-card-sale-end.wv-sale-ending-soon { background: #b1271a; color: #fff; border-color: #b1271a; }

/* Mobile checkout — hide page hero eyebrow ("WESTVIEW MANUFACTURING") */
@media (max-width: 768px) {
  body.woocommerce-checkout .wv-page-hero .wv-section-label,
  body.woocommerce-cart .wv-page-hero .wv-section-label,
  body.woocommerce-order-received .wv-page-hero .wv-section-label,
  body.woocommerce-order-pay .wv-page-hero .wv-section-label { display: none !important; }
}

/* Desktop checkout — bump thumb + tidy spacing.
   Container is `overflow: visible` so the qty badge can sit outside the
   rounded image bounds; the image itself is clipped by its own border-radius
   instead of overflow:hidden on the parent. */
.wv-order-review-sidebar .wv-review-item { grid-template-columns: 84px 1fr auto !important; gap: 1rem !important; padding: 1.1rem 0 !important; align-items: center; }
.wv-order-review-sidebar .wv-review-item-img {
  width: 84px !important;
  height: 84px !important;
  aspect-ratio: 1 / 1 !important;
  position: relative;
  overflow: visible !important;
  background: transparent !important;
}
.wv-order-review-sidebar .wv-review-item-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  background: var(--cream-dark);
}
.wv-order-review-sidebar .wv-review-item-qty {
  width: 22px !important;
  height: 22px !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  top: -8px !important;
  right: -8px !important;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2;
}
.wv-order-review-sidebar .wv-review-item-name { font-size: 0.95rem; font-weight: 600; line-height: 1.3; }
.wv-order-review-sidebar .wv-review-item-price { font-size: 1.05rem; }

/* Mobile checkout — collapse 2-col layout + tidy sidebar/thumbnail */
@media (max-width: 900px) {
  .wv-checkout-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  .wv-order-review-sidebar {
    position: static !important;
    top: auto !important;
    padding: 1.25rem !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .wv-checkout-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    overflow-x: hidden;
  }
}

@media (max-width: 600px) {
  .wv-order-review-sidebar .wv-review-item {
    grid-template-columns: 72px 1fr auto !important;
    gap: 0.75rem !important;
    padding: 0.85rem 0 !important;
    align-items: center;
  }
  .wv-order-review-sidebar .wv-review-item-img {
    width: 72px !important;
    height: 72px !important;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    position: relative;
    overflow: visible !important;
    background: transparent !important;
  }
  .wv-order-review-sidebar .wv-review-item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    background: var(--cream-dark);
  }
  .wv-order-review-sidebar .wv-review-item-qty {
    width: 22px;
    height: 22px;
    font-size: 0.68rem;
    top: -8px;
    right: -8px;
    box-shadow: 0 0 0 2px #fff;
  }
  .wv-order-review-sidebar .wv-review-item-name { font-size: 0.92rem; line-height: 1.3; }
  .wv-order-review-sidebar .wv-review-item-price { font-size: 1rem; }
}
