/*
 * Walt Gear — Homepage CSS
 * Developer: Li-Anne
 * Source: waltgear-homepage-v2.html (exact)
 *
 * Loaded only on the Homepage template via page-homepage.php.
 * This file contains EVERY rule from the original HTML prototype,
 * copied verbatim so rendering is pixel-perfect.
 */

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

:root {
  --cream: #F5F0E8;
  --cream-dark: #EDE6D6;
  --black: #1A1A18;
  --warm-stone: #C8BFA8;
  --stone: #8A8272;
  --forest: #2D4A2D;
  --forest-mid: #3D6B3D;
  --sage: #7A9E7A;
  --white: #FFFFFF;
  --accent: #2D4A2D;
  --border: rgba(26,26,24,0.12);
  --font-head: 'Montserrat', sans-serif;
  --font-body: 'Roboto', sans-serif;
  --radius: 10px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--black);
  font-weight: 300;
  line-height: 1.6;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  height: 68px;
  background: rgba(245,240,232,0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.walt-logo-svg {
  height: 28px;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  opacity: 0.65;
  transition: opacity var(--transition);
}

.nav-links a:hover { opacity: 1; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-hamburger { display: none; }
.mobile-nav-drawer { display: none; }

.nav-cart {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.cart-count {
  background: var(--forest);
  color: white;
  font-size: 0.6rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* Mobile nav drawer styles */
.mobile-nav-drawer {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--cream);
  z-index: 999;
  display: none;
  flex-direction: column;
  padding: 2rem 1.5rem;
  gap: 1.5rem;
}

.mobile-nav-drawer.open {
  display: flex;
}

.drawer-close {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--black);
  align-self: flex-end;
  line-height: 1;
  padding: 0.25rem;
}

.drawer-link {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
}

/* ── HERO ── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: #1C2A1C;
  z-index: 0;
}

.hero-video-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #263B26 0%, #1A2A1A 50%, #0F1A10 100%);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 2rem 3rem;
} 

.hero-video-placeholder::after {
  
  font-family: var(--font-head);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.18);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.1) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: 0 2rem;
  animation: fadeUp 1.1s ease both;
}

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

.hero-eyebrow {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.4rem;
}

.hero h1 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 1.0;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 1.4rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* FIX: Remove any underline from italic em inside h1 */
.hero h1 em {
  font-style: italic;
  color: var(--sage);
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
}

.hero-sub {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
}

.btn-primary {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--forest);
  border: none;
  padding: 1rem 2.6rem;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  transition: background var(--transition), transform 0.2s;
}

.btn-primary:hover {
  background: var(--forest-mid);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--black);
  background: transparent;
  border: 1.5px solid var(--black);
  padding: 0.9rem 2.4rem;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition);
}

.btn-outline:hover {
  background: var(--black);
  color: var(--cream);
}

.btn-outline-light {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.5);
  padding: 0.9rem 2.4rem;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition);
}

.btn-outline-light:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
}

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.4;
  animation: bounceDown 2s ease infinite;
}

@keyframes bounceDown {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}

.hero-scroll span {
  font-family: var(--font-head);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: white;
}

.hero-scroll svg { stroke: white; }

/* ── SECTIONS COMMON ── */
section { width: 100%; }

.section-label {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 0.9rem;
}

.section-title {
  font-family: var(--font-head);
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--black);
}

.section-title-light { color: var(--white); }

/* ── REVEAL ANIMATION ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

@media (max-width: 680px) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ── FEATURED PRODUCTS CAROUSEL ── */
.products-section {
  padding: 6rem 0 6rem;
  background: var(--cream);
}

.products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto 2rem;
  padding: 0 3rem;
}

.carousel-outer {
  position: relative;
}

.products-track-wrap {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.5rem 3rem 1.5rem;
  scroll-padding-left: 3rem;
  cursor: grab;
}

.products-track-wrap::-webkit-scrollbar { display: none; }
.products-track-wrap.grabbing { cursor: grabbing; }

.products-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
}

.product-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  width: calc((min(100vw, 1360px) - 6rem - 3 * 1.25rem) / 4);
  min-width: 220px;
  max-width: 320px;
  scroll-snap-align: start;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.08);
}

.product-img {
  width: 100%;
  aspect-ratio: 3/4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
  flex-shrink: 0;
}

.product-img.tone-1 { background: #C2B8A4; }
.product-img.tone-2 { background: #B0BEA8; }
.product-img.tone-3 { background: #C0B2A0; }
.product-img.tone-4 { background: #A8B6B6; }
.product-img.tone-5 { background: #BDB0A0; }
.product-img.tone-6 { background: #B8C0AA; }
.product-img.tone-7 { background: #C4B4A8; }
.product-img.tone-8 { background: #AABAB8; }
.product-img.tone-9 { background: #C0BAA8; }

.product-img-label {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  text-align: center;
}

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--forest);
  color: white;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.28rem 0.65rem;
  border-radius: 4px;
}

.product-badge.coming-soon-badge {
  background: var(--stone);
}

.product-info {
  padding: 1.1rem 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  color: var(--black);
  margin-bottom: 0.3rem;
}

.product-desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.78rem;
  color: var(--stone);
  line-height: 1.45;
  flex: 1;
  margin-bottom: 0;
}

.product-footer {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1rem;
}

.product-price {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--black);
}

.add-cart-btn {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--forest);
  background: rgba(45,74,45,0.12);
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s;
}

.add-cart-btn:hover {
  background: rgba(45,74,45,0.22);
}

.waitlist-btn {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--stone);
  background: rgba(138,130,114,0.1);
  border: 1.5px solid rgba(138,130,114,0.3);
  padding: 0.72rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: all 0.2s;
}

.waitlist-btn:hover {
  background: rgba(45,74,45,0.1);
  border-color: var(--forest);
  color: var(--forest);
}

/* Carousel arrows */
.carousel-btn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.2s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.carousel-btn:hover {
  border-color: var(--forest);
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}

.carousel-btn:disabled {
  opacity: 0.25;
  cursor: default;
  box-shadow: none;
}

.carousel-btn svg {
  width: 18px;
  height: 18px;
  stroke: var(--black);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carousel-btn-prev { left: 0.5rem; }
.carousel-btn-next { right: 0.5rem; }

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}

.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: all 0.25s;
  border: none;
  padding: 0;
}

.carousel-dot.active {
  background: var(--forest);
  width: 18px;
  border-radius: 3px;
}

/* ── WAITLIST MODAL ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26,26,24,0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  background: var(--white);
  border-radius: 14px;
  padding: 2.5rem 2rem;
  max-width: 440px;
  width: 100%;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}

.modal-overlay.open .modal-box {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--stone);
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.4rem;
  transition: color 0.2s;
}

.modal-close:hover { color: var(--black); }

.modal-eyebrow {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 0.5rem;
}

.modal-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}

.modal-product-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--forest);
  margin-bottom: 1.1rem;
}

.modal-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.84rem;
  color: var(--stone);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modal-input {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  color: var(--black);
  background: var(--cream);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.modal-input:focus {
  border-color: var(--forest);
}

.modal-submit {
  width: 100%;
  padding: 1rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--forest);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.modal-submit:hover { background: var(--forest-mid); }

.modal-success {
  display: none;
  text-align: center;
  padding-top: 1rem;
}

.modal-success-icon {
  width: 48px;
  height: 48px;
  background: #EDF3ED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.modal-success-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--forest);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.modal-success-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--black);
  margin-bottom: 0.5rem;
}

.modal-success-note {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.82rem;
  color: var(--stone);
  line-height: 1.6;
}

/* ── BUNDLES ── */
.bundles-section {
  padding: 6rem 3rem;
  background: var(--black);
}

.bundles-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.bundles-header { margin-bottom: 3rem; }

.bundles-sub {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.7rem;
  max-width: 420px;
}

.bundles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.bundle-card {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: border-color var(--transition), transform 0.3s;
  display: flex;
  flex-direction: column;
}

.bundle-card:hover {
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-4px);
}

.bundle-img {
  aspect-ratio: 4/3;
  display: flex;
  align-items: flex-end;
  padding: 1.2rem;
  position: relative;
}

.bundle-img.b1 { background: #2A3D28; }
.bundle-img.b2 { background: #1E2E20; }
.bundle-img.b3 { background: #2E2A1E; }
.bundle-img.b4 { background: #1C2830; }

.bundle-img::after {
  content: 'Image';
  font-family: var(--font-head);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.15);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bundle-item-count {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  position: relative;
  z-index: 1;
}

.bundle-info {
  padding: 1.1rem 1.2rem 1.3rem;
  background: rgba(255,255,255,0.035);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bundle-name {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 0.3rem;
}

.bundle-items {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.5;
  margin-bottom: 1rem;
  flex: 1;
}

.bundle-footer {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.bundle-price-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.bundle-price {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--sage);
}

.bundle-was {
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.25);
  text-decoration: line-through;
}

.bundle-save {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest);
  background: var(--sage);
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}

.bundle-cta {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.08);
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s;
}

.bundle-cta:hover {
  background: rgba(255,255,255,0.14);
}

/* ── BRAND VALUES ── */
.values-section {
  padding: 6rem 3rem;
  background: var(--cream-dark);
}

.values-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 3.5rem;
}

.value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--white);
  fill: none;
  stroke-width: 1.8;
}

.value-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
}

.value-text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.85rem;
  color: var(--stone);
  line-height: 1.65;
  text-align: center;
}

/* ── STORY BLOCK ── */
.story-section {
  position: relative;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.story-bg {
  position: absolute;
  inset: 0;
  background: #1A2C1A;
  z-index: 0;
}

.story-bg::before { 
 
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-head);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.12);
  white-space: nowrap;
}

.story-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  z-index: 1;
}

.story-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 0 2rem;
}

.story-quote {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  line-height: 1.15;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 2.2rem;
}

.story-quote span { color: var(--sage); }

/* ── CONSERVATION ── */
.conservation-section {
  padding: 6rem 3rem;
  background: var(--cream);
}

.conservation-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.conservation-img-block { position: relative; }

.conservation-img-main {
  width: 100%;
  aspect-ratio: 4/3;
  background:
    linear-gradient(rgba(20, 40, 20, 0.15), rgba(20, 40, 20, 0.15)),
    url('https://staging.waltgear.co.za/wp-content/uploads/2026/07/Garrick-NickJVR-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}



.conservation-img-inset {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 45%;
  aspect-ratio: 1;
  background: url('https://staging.waltgear.co.za/wp-content/uploads/2026/07/Garrick-Kob-JohannduPreez.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--radius);
  border: 4px solid var(--cream);
  overflow: hidden;

}

.conservation-img-inset::after {
  content: '';
  font-family: var(--font-head);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.conservation-badges {
  display: flex;
  gap: 0.75rem;
  margin: 1.5rem 0 2rem;
  flex-wrap: wrap;
}

.conservation-badge {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
  border: 1.5px solid var(--forest);
  padding: 0.35rem 0.9rem;
  border-radius: 20px;
}

.conservation-text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--stone);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* ── REVIEWS ── */
.reviews-section {
  padding: 6rem 3rem;
  background: var(--black);
}

.reviews-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.reviews-grid {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.5rem 3rem 1.5rem;
  margin: 0 -3rem;
}
.reviews-grid::-webkit-scrollbar { display: none; }

.review-card {
  flex: 0 0 calc((min(100vw, 1100px) - 6rem - 2 * 1.5rem) / 3);
  min-width: 280px;
  scroll-snap-align: start;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 1.8rem;
}

.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 1rem;
}

.review-stars span {
  color: var(--sage);
  font-size: 0.85rem;
}

.review-text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.7;
  margin-bottom: 1.3rem;
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.65rem;
  color: var(--sage);
  flex-shrink: 0;
}

.review-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.04em;
}

.review-tag {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.32);
}

/* ── FOOTER ── */
footer {
  background: #111110;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 4rem 3rem 2.5rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1300px;
  margin: 0 auto 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-brand-name {
  display: block;
  margin-bottom: 0.75rem;
}

.footer-tagline {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  transition: border-color var(--transition);
}

.footer-social a:hover { border-color: rgba(255,255,255,0.4); }

.footer-social svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255,255,255,0.5);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-col-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 1.2rem;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-col ul li a {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-col ul li a:hover { color: rgba(255,255,255,0.9); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}

.footer-copy {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.25);
}

.footer-currency {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-currency span {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.28);
  cursor: pointer;
  transition: color var(--transition);
}

.footer-currency span:hover { color: rgba(255,255,255,0.7); }
.footer-currency span.active {
  color: var(--white);
  font-weight: 700;
  border-bottom: 1.5px solid rgba(255,255,255,0.6);
  padding-bottom: 1px;
}

/* ── RESPONSIVE — TABLET ── */
@media (max-width: 1024px) {
  nav { padding: 0 1.5rem; }

  .product-card {
    width: calc((100vw - 3rem - 1.25rem) / 2.15);
  }

  .bundles-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid  { grid-template-columns: repeat(2, 1fr); }

  .conservation-inner { gap: 3rem; }
}

/* ── RESPONSIVE — MOBILE ── */
@media (max-width: 680px) {
  nav { padding: 0 0.75rem; height: 52px; gap: 0.5rem; }
  .walt-logo-svg { height: 18px; }
  .nav-links { gap: 0.75rem; }
  .nav-links a { font-size: 0.58rem; letter-spacing: 0.07em; }
  .nav-right { gap: 0.5rem; }
  .nav-cart { font-size: 0.58rem; letter-spacing: 0.06em; }
  .cart-count { width: 15px; height: 15px; font-size: 0.52rem; }
  .nav-hamburger { display: none; }
  .mobile-nav-drawer { display: none !important; }

  .hero { height: 88svh; min-height: 500px; }
  .hero-content { padding: 0 1.25rem; }
  .hero-content h1 { font-size: clamp(1.9rem, 8.5vw, 3rem); }

  .products-section { padding: 3rem 0; }
  .products-header { padding: 0 1.25rem; margin: 0 0 1.25rem; }
  .products-track-wrap { padding: 0.5rem 1.25rem 1.5rem; scroll-padding-left: 1.25rem; }
  .product-card { width: calc(100vw - 2.5rem - 20px); max-width: none; min-width: 0; }
  .carousel-btn { display: none; }

  .bundles-section { padding: 3.5rem 1.25rem; }
  .bundles-grid { grid-template-columns: 1fr; gap: 1rem; }

  .values-section { padding: 3.5rem 1.25rem; }
  .values-grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
  .value-item { padding: 1.25rem 1rem; }
  .value-title { font-size: 0.78rem; }
  .value-text { font-size: 0.8rem; }

  .story-section { height: 380px; }
  .story-quote { font-size: clamp(1.3rem, 6vw, 2rem); }

  .conservation-section { padding: 3.5rem 1.25rem; }
  .conservation-inner { grid-template-columns: 1fr; gap: 2rem; }
  .conservation-img-block { margin-bottom: 1.5rem; }
  .conservation-img-inset {
    
    width: 60%;
    margin: 1rem auto 0;
    border: 3px solid var(--cream-dark);
  }

  .reviews-section { padding: 3.5rem 1.25rem; }
  .reviews-grid { padding: 0.5rem 1.25rem 1.5rem; margin: 0 -1.25rem; }
  .review-card { flex: 0 0 calc(100vw - 2.5rem - 20px); min-width: 0; }
  .reviews-header { flex-direction: column; gap: 1rem; align-items: flex-start; }

  footer { padding: 3rem 1.25rem 2rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .footer-currency { flex-wrap: wrap; }

  .modal-box { padding: 1.75rem 1.25rem; }
  .modal-title { font-size: 1.25rem; }

  h1, h2, .section-title, .product-name, .bundle-name, .value-title, .hero h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .section-title { font-weight: 800 !important; }
  .hero h1 { font-weight: 900 !important; }

}
/* Hero sub line break */
.hero-sub-br { display: none; }
@media (max-width: 680px) {
  .hero-sub-br { display: inline; }
}

/*
 * Walt Gear — Product Card Fixes
 * Add these rules to homepage.css (or paste at the bottom to override)
 * Fixes: image zoom, card proportions, font sizes, button alignment
 */

/* ── PRODUCT CARD CONTAINER ───────────────────────────────── */
.product-card {
  background: var(--white, #ffffff);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 24, 0.08);
  display: flex;
  flex-direction: column;
  width: 280px;          /* fixed card width in carousel */
  flex-shrink: 0;
  scroll-snap-align: start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(26, 26, 24, 0.1);
}

/* Remove default link styles — the whole card is wrapped in <a> */
.product-card .product-link,
.product-card a.product-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ── PRODUCT IMAGE ─────────────────────────────────────────── */
.product-card .product-img {
  width: 100%;
  height: 240px;                    /* fixed height — adjust if needed */
  background-size: cover;           /* KEY FIX: was missing, causing zoom */
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #EDE6D6;        /* cream fallback while image loads */
  position: relative;
  flex-shrink: 0;
}

/* ── BADGES ON IMAGE ──────────────────────────────────────── */
.product-card .coming-soon-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(26, 26, 24, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

.product-card .product-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #2D4A2D;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
}

/* ── PRODUCT INFO BLOCK ────────────────────────────────────── */
.product-card .product-info {
  padding: 1.1rem 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}

/* Product name */
.product-card .product-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1A1A18;
  margin-bottom: 0.3rem;
  line-height: 1.3;
   text-align:center;
    width:100%;
}

/* Short description */
.product-card .product-desc {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 0.78rem;
  color: #8A8272;
  line-height: 1.6;
  margin-bottom: 0.9rem;
  flex: 1;
  text-align:center;
}

/* ── PRODUCT FOOTER: price + button ──────────────────────── */
.product-card .product-footer{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    gap:14px;
    padding:18px 18px 22px;
    margin-top:auto;
    border-top:1px solid rgba(26,26,24,.08);
}

/* Price — WooCommerce outputs <span class="woocommerce-Price-amount"> */
.product-card .product-price,
.product-card .woocommerce-Price-amount,
.product-card .price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #1A1A18;
  letter-spacing: -0.01em;
  white-space: nowrap;
  display:block;
    width:100%;
    text-align:center;
    font-size:1rem;
}

/* Strip WooCommerce default price styling that may conflict */
.product-card .price ins,
.product-card .price del {
  text-decoration: none;
  font-weight: 800;
  color: #1A1A18;
}

/* Add to cart button */
.product-card .add-cart-btn,
.product-card a.add-cart-btn {
  width:calc(100% - 24px);

    margin:0 12px 12px;
text-decoration: none !important;
    height:46px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:8px;

    border:2px solid var(--forest);

    background:white;

    color:var(--forest);

    font-family:var(--font-head);

    font-size:.68rem;

    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;

    transition:.25s; 
}

.product-card .add-cart-btn:hover,
.product-card a.add-cart-btn:hover {
  background:var(--forest);

    color:white;

    transform:translateY(-2px);
text-decoration: none !important;
    box-shadow:0 10px 20px rgba(45,74,45,.18);
}

/* Dropping soon / early access state */
.product-card .dropping-soon {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #8A8272;
  text-transform: uppercase;
}

.product-card .early-access-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2D4A2D;
  background: transparent;
  border: 1.5px solid #2D4A2D;
  border-radius: 4px;
  padding: 0.5rem 0.85rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.product-card .early-access-btn:hover {
  background: #2D4A2D;
  color: #fff;
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 720px) {
  .product-card {
    width: calc(80vw);
    max-width: 300px;
  }

  .product-card .product-img {
    height: 200px;
  }
}

.conservation-img-main {

  background:

    linear-gradient(rgba(20,40,20,0.15), rgba(20,40,20,0.15)),

    url('https://staging.waltgear.co.za/wp-content/uploads/2026/07/Garrick-NickJVR-scaled.jpg') center center / cover no-repeat !important;

}

.conservation-img-main::after {

  content: '' !important;

}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-bg {
  z-index: 0;
}

.hero-overlay {
  z-index: 2;
}

.hero-content,
.hero-scroll {
  z-index: 3;
}

.bundle-img.b1 {
  background-image: url('/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-08-at-12.37.32-scaled.jpeg') !important;
}

.bundle-img.b2 {
  background-image: url('/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-08-at-12.36.50-scaled.jpeg') !important;
}

.bundle-img.b3 {
  background-image: url('/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-08-at-12.36.32-scaled.jpeg') !important;
}

.bundle-img.b4 {
  background-image: url('/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-08-at-12.36.18-scaled.jpeg') !important;
}

.bundle-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bundle-img::after {
  display: none !important;
}


.conservation-img-inset {

    background-image: url('https://staging.waltgear.co.za/wp-content/uploads/2026/07/Garrick-Kob-JohannduPreez.png') !important;

    background-size: cover !important;

    background-position: center center !important;

    background-repeat: no-repeat !important;

}

.conservation-img-inset::after {

    display: none !important;

}

/* ================================
   WALT GEAR - MOBILE CONSERVATION OVERLAP
================================ */

@media (max-width: 680px) {
  .conservation-img-block {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 28%;
  }

  .conservation-img-main {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .conservation-img-inset {
    position: absolute !important;
    right: 1.25rem !important;
    bottom: 0 !important;
    width: 58% !important;
    aspect-ratio: 1 / 1;
    margin: 0 !important;
    border: 4px solid var(--cream) !important;
    border-radius: var(--radius);
  }
}

/* ================================
   WALT GEAR - REVIEWS CENTER FIX
================================ */

.reviews-grid {
  justify-content: center;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 680px) {
  .reviews-grid {
    justify-content: flex-start;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    scroll-padding-left: 1.25rem;
  }

  .review-card {
    flex: 0 0 calc(100vw - 2.5rem) !important;
    max-width: calc(100vw - 2.5rem) !important;
  }
}