:root {
  --nv-black: #100d0a;
  --nv-ink: #211913;
  --nv-brown: #3a2a1f;
  --nv-card: #fff8ec;
  --nv-paper: #f4ead9;
  --nv-paper-soft: #efe0ca;
  --nv-gold: #b9853d;
  --nv-gold-bright: #c99d51;
  --nv-green: #19352a;
  --nv-muted: #6d5a48;
  --nv-line: rgba(95, 67, 35, 0.22);
}

/* Hero first-screen refinement: warm DTC, real product image, tighter navigation. */
html body.home,
html body.home .site,
html body.home .site-main,
html body.home .luna-rebuild {
  background: #f8f1e7 !important;
}

body.home .luna-rebuild {
  max-width: none !important;
  margin: 0 !important;
  overflow-x: clip !important;
}

body.home .lv-top-bars {
  min-height: 32px !important;
  background: #17130f !important;
}

body.home .lv-top-bars .lv-top-bar-item,
body.home .lv-top-bars span {
  min-height: 32px !important;
  padding: 0 14px !important;
  font-size: 11px !important;
  letter-spacing: 0.045em !important;
}

body.home .lv-front-header-inner {
  width: min(calc(100% - 48px), 1380px) !important;
  min-height: 68px !important;
  gap: clamp(22px, 2.8vw, 46px) !important;
}

body.home .lv-front-logo {
  font-size: clamp(24px, 1.85vw, 29px) !important;
  letter-spacing: 0.075em !important;
}

body.home .lv-primary-nav {
  gap: clamp(18px, 1.55vw, 28px) !important;
}

body.home .lv-primary-nav a,
body.home .lv-header-icons a {
  font-size: 12px !important;
  font-weight: 760 !important;
}

body.home .lv-header-cart {
  min-width: 82px !important;
  min-height: 34px !important;
  padding-inline: 18px !important;
}

body.home .lv-hero-carousel {
  width: min(calc(100% - 32px), 1500px) !important;
  height: clamp(540px, 66vh, 630px) !important;
  min-height: 540px !important;
  margin: 16px auto 0 !important;
  border: 1px solid rgba(80, 55, 28, 0.12) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, #fff8ed 0%, #f7ead6 54%, #dcc19a 100%) !important;
  color: #1d1812 !important;
  box-shadow: none !important;
}

body.home .lv-hero-slide {
  background:
    radial-gradient(circle at 80% 40%, rgba(185, 133, 61, 0.18), transparent 30%),
    linear-gradient(90deg, #fff8ed 0%, #f7ead6 55%, #dec49b 100%) !important;
}

body.home .lv-hero-content {
  width: min(calc(100% - 92px), 1240px) !important;
  min-height: clamp(540px, 66vh, 630px) !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr) !important;
  gap: clamp(42px, 5vw, 86px) !important;
  padding: 48px 0 62px !important;
}

body.home .lv-hero-copy h1 {
  max-width: 560px !important;
  color: #211913 !important;
  font-size: clamp(38px, 4.6vw, 58px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

body.home .lv-hero-copy > p:not(.luna-kicker) {
  max-width: 500px !important;
  color: #6f6254 !important;
  font-size: clamp(16px, 1.15vw, 18px) !important;
}

body.home .lv-hero-copy .luna-btn {
  min-height: 48px !important;
  padding: 0 25px !important;
  border-radius: 999px !important;
  background: #b9822e !important;
  color: #17130f !important;
  font-size: 14px !important;
  font-weight: 550 !important;
  letter-spacing: 0.015em !important;
  text-transform: none !important;
}

body.home .lv-hero-promo {
  width: min(100%, 430px) !important;
  height: min(430px, 52vh) !important;
  min-height: 400px !important;
  border: 1px solid rgba(80, 55, 28, 0.16) !important;
  border-radius: 20px !important;
  background: #fff9f0 !important;
  box-shadow: 0 24px 54px rgba(58, 42, 31, 0.14) !important;
}

body.home .lv-hero-promo-art {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  background-image:
    var(--lv-hero-promo-image, var(--lv-slide-bg, url("../img/nima-story-lifestyle.svg"))),
    url("../img/nima-story-lifestyle.svg") !important;
  background-color: #f2e4cd !important;
  background-size: cover !important;
  background-position: center !important;
}

body.home .lv-hero-promo > div:not(.lv-hero-promo-art) {
  right: 14px !important;
  bottom: 14px !important;
  left: 14px !important;
  padding: 13px 15px 14px !important;
  border-radius: 14px !important;
  background: rgba(255, 250, 241, 0.92) !important;
}

body.home .lv-hero-promo strong {
  color: #1d1812 !important;
  font-size: 15px !important;
}

body.home .lv-hero-promo span {
  color: #7a6856 !important;
  font-size: 10px !important;
}

body.home .lv-hero-product-price {
  margin-top: 6px !important;
  font-size: 14px !important;
}

body.home .lv-hero-promo p,
body.home .lv-hero-promo em,
body.home .lv-hero-product-cta {
  font-size: 12px !important;
}

body.home .lv-hero-product-cta {
  color: #6a431b !important;
  font-weight: 650 !important;
}

body.home .lv-hero-dots {
  bottom: 24px !important;
}

@media (max-width: 980px) {
  body.home .lv-front-header-inner {
    width: min(calc(100% - 32px), 1380px) !important;
    min-height: 64px !important;
    grid-template-columns: auto auto auto !important;
  }

  body.home .lv-primary-nav {
    display: none !important;
  }

  body.home .lv-menu-toggle {
    display: inline-flex !important;
    min-height: 36px !important;
  }

  body.home .lv-header-icons a:not(.lv-header-cart) {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.home .lv-hero-carousel {
    width: min(calc(100% - 40px), 760px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.home .lv-hero-carousel.is-static,
  body.home .lv-hero-carousel.is-static .lv-hero-slides,
  body.home .lv-hero-carousel.is-static .lv-hero-slide {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.home .lv-hero-carousel.is-static,
  body.home .lv-hero-carousel.is-static .lv-hero-slides,
  body.home .lv-hero-carousel.is-static .lv-hero-slide {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.home .lv-hero-content {
    width: min(calc(100% - 48px), 680px) !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    min-height: 0 !important;
    padding: 30px 0 42px !important;
  }

  body.home .lv-hero-visual {
    order: -1 !important;
    aspect-ratio: 4 / 3 !important;
  }

  body.home .lv-hero-copy {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  body.home .lv-hero-carousel {
    width: min(calc(100% - 24px), 430px) !important;
    height: clamp(740px, 88vh, 820px) !important;
    min-height: 740px !important;
    margin-top: 12px !important;
  }

  body.home .lv-hero-content {
    width: calc(100% - 28px) !important;
    min-height: clamp(740px, 88vh, 820px) !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 30px 0 64px !important;
  }

  body.home .lv-hero-visual,
  body.home .lv-hero-visual--product {
    order: -1 !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
  }

  body.home .lv-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 9vw, 40px) !important;
    line-height: 1.08 !important;
  }

  body.home .lv-hero-copy > p:not(.luna-kicker) {
    max-width: 32ch !important;
    font-size: 15px !important;
  }

  body.home .lv-hero-copy .luna-btn {
    min-height: 48px !important;
    padding-inline: 22px !important;
    font-size: 14px !important;
  }

  body.home .lv-hero-promo {
    width: 100% !important;
    height: 330px !important;
    min-height: 330px !important;
    display: block !important;
    position: relative !important;
  }

  body.home .lv-hero-promo-art {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    min-height: 330px !important;
    aspect-ratio: auto !important;
    background-size: cover !important;
    background-position: center !important;
  }

  body.home .lv-hero-promo > div:not(.lv-hero-promo-art) {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    padding: 12px 13px !important;
  }

  body.home .lv-hero-dots {
    bottom: 22px !important;
  }
}

@media (max-width: 767px) {
  body.home .lv-hero-visual,
  body.home .lv-hero-visual--product {
    aspect-ratio: 4 / 3 !important;
  }
}

/* Final responsive lock for story product slots and ritual image block. */
body.home .lv-hands-inner {
  width: min(calc(100% - 48px), 1440px) !important;
  max-width: 1440px !important;
}

body.home .lv-hands-stage {
  min-height: clamp(520px, 47vw, 620px) !important;
}

body.home .lv-hand-slide {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr) clamp(220px, 14vw, 260px) !important;
}

body.home .lv-hand-cinematic {
  min-height: clamp(520px, 47vw, 620px) !important;
}

body.home .lv-hand-products {
  height: 100% !important;
  min-height: clamp(520px, 47vw, 620px) !important;
  display: grid !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  padding: 0 0 0 18px !important;
  background: rgba(255, 250, 241, 0.54) !important;
}

body.home .lv-hand-product-card {
  height: 100% !important;
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  align-content: start !important;
  gap: 8px !important;
  overflow: hidden !important;
  background: rgba(23, 19, 15, 0.16) !important;
}

body.home .lv-hand-product-card-empty {
  border: 1px solid rgba(80, 55, 28, 0.16) !important;
  background: rgba(255, 250, 241, 0.28) !important;
}

body.home .lv-hand-product-media {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.home .lv-mountain-section {
  width: 100% !important;
  margin-inline: 0 !important;
  grid-template-columns: minmax(360px, 0.82fr) minmax(360px, 0.78fr) !important;
  gap: clamp(36px, 5vw, 72px) !important;
  padding: clamp(72px, 8vw, 112px) max(28px, calc((100vw - 1600px) / 2)) !important;
}

body.home .lv-mountain-copy {
  max-width: 650px !important;
  justify-self: start !important;
}

body.home .lv-mountain-video {
  width: min(100%, 620px) !important;
  aspect-ratio: 4 / 3 !important;
  min-height: 0 !important;
  justify-self: start !important;
}

@media (max-width: 900px) {
  body.home .lv-hands-stage {
    min-height: 0 !important;
  }

  body.home .lv-hand-slide {
    position: relative !important;
    inset: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.home .lv-hand-slide:not(.is-active) {
    display: none !important;
  }

  body.home .lv-hand-cinematic {
    min-height: 320px !important;
  }

  body.home .lv-hand-products {
    min-height: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    gap: 14px !important;
    padding: 14px !important;
  }

  body.home .lv-hand-product-card,
  body.home .lv-hand-product-card-empty {
    min-height: 280px !important;
  }

  body.home .lv-mountain-section {
    width: calc(100% - 32px) !important;
    box-sizing: border-box !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    margin-inline: auto !important;
    padding: 64px 24px !important;
  }

  body.home .lv-mountain-copy,
  body.home .lv-mountain-video {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 560px) {
  body.home .lv-hands-inner {
    width: calc(100% - 28px) !important;
  }

  body.home .lv-hand-products {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.home .lv-hand-product-card,
  body.home .lv-hand-product-card-empty {
    min-height: 500px !important;
  }

  body.home .lv-hand-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home .lv-mountain-section {
    width: calc(100% - 28px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 54px 18px !important;
  }

  body.home .lv-mountain-copy h2 {
    font-size: clamp(36px, 12vw, 48px) !important;
  }
}

/* Responsive homepage mid-section polish: fixed two-product story slots and left-aligned ritual block. */
body.home .lv-hands-inner {
  width: min(calc(100% - 48px), 1440px) !important;
  max-width: 1440px !important;
}

body.home .lv-hands-stage {
  min-height: clamp(520px, 47vw, 620px) !important;
  background: #1f1e1c !important;
}

body.home .lv-hand-slide {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr) clamp(220px, 14vw, 260px) !important;
}

body.home .lv-hand-copy {
  padding: clamp(34px, 4vw, 58px) !important;
}

body.home .lv-hand-cinematic {
  min-height: clamp(520px, 47vw, 620px) !important;
}

body.home .lv-hand-products {
  height: 100% !important;
  min-height: clamp(520px, 47vw, 620px) !important;
  display: grid !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-content: stretch !important;
  padding: 0 0 0 18px !important;
  background: rgba(255, 250, 241, 0.54) !important;
}

body.home .lv-hand-product-card {
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  align-content: start !important;
  gap: 8px !important;
  padding: 0 0 12px !important;
  overflow: hidden !important;
  background: rgba(23, 19, 15, 0.16) !important;
  color: #fff9f0 !important;
  text-decoration: none !important;
}

body.home .lv-hand-product-card-empty {
  border: 1px solid rgba(80, 55, 28, 0.16) !important;
  background: rgba(255, 250, 241, 0.28) !important;
}

body.home .lv-hand-product-media {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  background-color: #efe2ce !important;
}

body.home .lv-hand-products span,
body.home .lv-hand-products em {
  padding-inline: 12px !important;
}

body.home .lv-hand-products span {
  color: #fff9f0 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

body.home .lv-hand-products em {
  color: rgba(255, 249, 240, 0.82) !important;
  font-size: 13px !important;
}

body.home .lv-hand-products em del,
body.home .lv-hand-products em ins {
  color: inherit !important;
}

body.home .lv-hand-nav {
  background: #bd873c !important;
}

body.home .lv-mountain-section {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  grid-template-columns: minmax(360px, 0.82fr) minmax(360px, 0.78fr) !important;
  gap: clamp(36px, 5vw, 72px) !important;
  padding: clamp(72px, 8vw, 112px) max(28px, calc((100vw - 1600px) / 2)) !important;
}

body.home .lv-mountain-copy {
  max-width: 650px !important;
  justify-self: start !important;
}

body.home .lv-mountain-video {
  width: min(100%, 620px) !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  justify-self: start !important;
}

@media (max-width: 1180px) {
  body.home .lv-hand-slide {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1fr) 210px !important;
  }

  body.home .lv-hand-products {
    padding-left: 14px !important;
  }

  body.home .lv-mountain-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr) !important;
    padding-inline: 32px !important;
  }
}

@media (max-width: 900px) {
  body.home .lv-hands-stage {
    min-height: 0 !important;
  }

  body.home .lv-hand-slide {
    position: relative !important;
    inset: auto !important;
    grid-template-columns: 1fr !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.home .lv-hand-slide:not(.is-active) {
    display: none !important;
  }

  body.home .lv-hand-cinematic {
    min-height: 320px !important;
  }

  body.home .lv-hand-products {
    min-height: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    gap: 14px !important;
    padding: 14px !important;
  }

  body.home .lv-hand-product-card {
    grid-template-rows: auto auto auto !important;
    min-height: 280px !important;
  }

  body.home .lv-hand-product-card-empty {
    min-height: 280px !important;
  }

  body.home .lv-hand-product-media {
    height: auto !important;
  }

  body.home .lv-mountain-section {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 64px 24px !important;
  }

  body.home .lv-mountain-video {
    width: 100% !important;
    max-width: 620px !important;
  }
}

@media (max-width: 560px) {
  body.home .lv-hands-inner {
    width: calc(100% - 28px) !important;
  }

  body.home .lv-hand-copy {
    padding: 28px 20px !important;
  }

  body.home .lv-hand-copy h3 {
    font-size: clamp(30px, 9vw, 40px) !important;
  }

  body.home .lv-hand-cinematic {
    min-height: 260px !important;
  }

  body.home .lv-hand-products {
    grid-template-columns: 1fr !important;
  }

  body.home .lv-hand-product-card {
    min-height: 500px !important;
  }

  body.home .lv-hand-product-media {
    aspect-ratio: 4 / 5 !important;
  }

  body.home .lv-hand-product-card-empty {
    min-height: 500px !important;
  }

  body.home .lv-hand-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home .lv-mountain-section {
    width: calc(100% - 28px) !important;
    box-sizing: border-box !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 54px 18px !important;
    margin-inline: auto !important;
  }

  body.home .lv-mountain-copy,
  body.home .lv-mountain-video {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-self: stretch !important;
  }

  body.home .lv-mountain-copy h2 {
    font-size: clamp(36px, 12vw, 48px) !important;
  }

  body.home .lv-mountain-video {
    aspect-ratio: 4 / 3.4 !important;
  }
}

body {
  background: var(--nv-paper);
}

.luna-rebuild,
.lv-collection-page,
.lv-shop-archive,
.lv-product-detail-sections,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main,
body:not(.home) .site-main {
  background:
    radial-gradient(circle at 86% 0, rgba(185, 133, 61, 0.16), transparent 30%),
    linear-gradient(180deg, #fbf4e8 0%, var(--nv-paper) 48%, #eadbc5 100%) !important;
  color: var(--nv-ink) !important;
}

.lv-top-bars,
.lv-front-header,
.lv-global-front-header.is-scrolled .lv-front-header,
body.home .lv-front-header,
body.home .lv-global-front-header.is-scrolled .lv-front-header {
  background:
    radial-gradient(circle at 14% 0, rgba(196, 154, 69, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(23, 19, 15, 0.98), rgba(18, 15, 11, 0.96));
  color: #f7ebd8;
}

.lv-front-header,
body.home .lv-front-header {
  border-bottom: 1px solid rgba(196, 154, 69, 0.35) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.lv-front-header-inner {
  width: min(calc(100% - 56px), 1440px) !important;
  max-width: 1440px !important;
  min-height: 84px !important;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(28px, 3.2vw, 56px) !important;
  align-items: center;
  margin-inline: auto;
  padding: 0 !important;
}

.lv-front-logo,
.lv-primary-nav a,
.lv-header-icons a,
.luna-rebuild > .lv-front-header .lv-front-logo,
.luna-rebuild > .lv-front-header .lv-primary-nav a,
.luna-rebuild > .lv-front-header .lv-header-icons a {
  color: #f4e9d4;
}

.lv-front-logo,
.luna-rebuild > .lv-front-header .lv-front-logo {
  color: #f8f2e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.1vw, 32px) !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.lv-primary-nav,
.lv-header-icons {
  display: flex;
  align-items: center;
}

.lv-primary-nav {
  justify-content: flex-start;
  gap: clamp(18px, 1.9vw, 34px) !important;
  min-width: 0;
}

.lv-header-icons {
  justify-content: flex-end;
  gap: 12px !important;
  white-space: nowrap;
}

.lv-primary-nav a,
.lv-header-icons a,
.luna-rebuild > .lv-front-header .lv-primary-nav a,
.luna-rebuild > .lv-front-header .lv-header-icons a {
  color: #f4e9d4;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.08em !important;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.lv-primary-nav a:hover,
.lv-primary-nav a:focus-visible,
.lv-header-icons a:hover,
.lv-header-icons a:focus-visible {
  color: #c49a45 !important;
}

.lv-header-action {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.lv-header-cart {
  min-width: 76px;
  padding-inline: 16px !important;
  border: 1px solid rgba(196, 154, 69, 0.55);
  border-radius: 999px;
  color: #f8f2e8 !important;
  background: rgba(196, 154, 69, 0.08);
}

.lv-header-cart:hover,
.lv-header-cart:focus-visible {
  border-color: #c49a45;
  background: rgba(196, 154, 69, 0.16);
}

.lv-menu-toggle {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(196, 154, 69, 0.48);
  border-radius: 999px;
  background: rgba(196, 154, 69, 0.08);
  color: #f4e9d4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lv-hero-carousel {
  background: var(--nv-black);
}

.lv-brand-values,
.lv-intention-section,
.lv-material-section,
.lv-featured-series,
.lv-hands-section,
.lv-mountain-section {
  background:
    radial-gradient(circle at 12% 4%, rgba(185, 133, 61, 0.16), transparent 28%),
    linear-gradient(135deg, #20160f 0%, #143126 52%, #0f0c09 100%) !important;
  color: #f7ebd8;
}

.lv-new-drops,
.luna-section:not(.lv-brand-values):not(.lv-intention-section):not(.lv-material-section),
.luna-subscribe,
.lv-story,
.lv-collection-shell,
.lv-single-lower,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
  color: var(--nv-ink);
}

.luna-product-card,
li.luna-product-card,
.woocommerce ul.products li.product,
.wc-block-product-template .wc-block-product,
.lv-product-symbol-cards div,
.lv-product-info-grid article,
.lv-custom-request-form,
.lv-custom-fields,
.lv-paypal-quick-pay,
.woocommerce table.shop_table,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-color: var(--nv-line) !important;
  background: var(--nv-card) !important;
  color: var(--nv-ink) !important;
  box-shadow: 0 18px 44px rgba(58, 42, 31, 0.10) !important;
}

.luna-product-title a,
.woocommerce-loop-product__title,
.wc-block-product-template .wp-block-post-title,
.lv-product-symbol-cards strong,
.lv-product-info-grid h2,
.woocommerce div.product .product_title,
.woocommerce-products-header__title,
.lv-collection-head h1,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  color: var(--nv-ink) !important;
}

.luna-section-subtitle,
.lv-story p,
.lv-value-grid p,
.luna-category span,
.lv-material-grid p,
.lv-product-info-grid p,
.lv-gift-inquiry p,
.lv-paypal-quick-pay p,
.woocommerce-product-details__short-description,
.lv-product-notes,
.lv-filter-note,
.lv-sort-form,
.lv-breadcrumb,
.lv-collection-head p,
.woocommerce table.shop_table td,
.woocommerce form .form-row label {
  color: var(--nv-muted) !important;
}

.luna-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.luna-kicker,
.lv-mega-menu h3,
.luna-product-badge,
.lv-product-symbol-cards span,
.woocommerce span.onsale {
  color: var(--nv-gold) !important;
}

.luna-product-art,
.wc-block-components-product-image {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 248, 236, 0.45), transparent 15%),
    radial-gradient(circle at 70% 56%, rgba(185, 133, 61, 0.25), transparent 24%),
    linear-gradient(145deg, #efe2cb, #d7c0a0 52%, #184032) !important;
}

.luna-btn,
.luna-card-button,
.lv-buy-now,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button {
  border-color: var(--nv-gold) !important;
  background: var(--nv-gold) !important;
  color: #130d08 !important;
}

.luna-btn.secondary,
.lv-quick-view {
  border-color: rgba(185, 133, 61, 0.48) !important;
  background: rgba(255, 248, 236, 0.74) !important;
  color: var(--nv-brown) !important;
}

input,
select,
textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-color: rgba(95, 67, 35, 0.28) !important;
  background: #fffdf8 !important;
  color: var(--nv-ink) !important;
}

input::placeholder,
textarea::placeholder {
  color: #927d66 !important;
}

.lv-single-product-page {
  background: var(--nv-paper) !important;
  color: var(--nv-ink) !important;
}

.lv-single-breadcrumb,
.lv-single-breadcrumb a,
.lv-single-promise-row,
.lv-single-accordion p,
.lv-single-accordion li {
  color: var(--nv-muted) !important;
}

.lv-single-summary,
.lv-single-summary-inner {
  color: var(--nv-ink);
}

.lv-single-accordion,
.lv-single-accordion details,
.lv-single-promise-row {
  border-color: rgba(95, 67, 35, 0.24) !important;
}

.lv-single-accordion summary {
  color: var(--nv-ink) !important;
}

.lv-gift-inquiry {
  background:
    radial-gradient(circle at 85% 20%, rgba(185, 133, 61, 0.20), transparent 28%),
    linear-gradient(135deg, #1b120c, #19352a) !important;
  color: #f7ebd8 !important;
}

.lv-front-footer,
.luna-footer,
.luna-site-footer {
  background: #120d09 !important;
  color: #d8c4a8 !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .lv-front-header-inner {
    width: min(calc(100% - 40px), 1120px) !important;
    min-height: 78px !important;
    gap: 22px !important;
  }

  .lv-front-logo {
    font-size: clamp(24px, 2.3vw, 28px) !important;
  }

  .lv-primary-nav {
    gap: 16px !important;
  }

  .lv-primary-nav a,
  .lv-header-icons a {
    font-size: 12px !important;
  }

  .lv-header-search {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .lv-top-bars {
    display: none !important;
  }

  .lv-front-header,
  body.home .lv-front-header {
    background: linear-gradient(180deg, #17130f, #120f0b) !important;
  }

  .lv-front-header-inner,
  .luna-section,
  .lv-collection-shell,
  .lv-single-product-layout,
  .lv-single-lower,
  .woocommerce-cart .entry-content,
  .woocommerce-checkout .entry-content,
  .woocommerce-account .entry-content {
    width: calc(100vw - 36px) !important;
  }

  .lv-front-header-inner {
    min-height: 68px !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px !important;
  }

  .lv-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    grid-row: 1;
  }

  .lv-front-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    font-size: clamp(22px, 6vw, 26px) !important;
    letter-spacing: 0.07em;
  }

  .lv-header-icons {
    grid-column: 3;
    grid-row: 1;
    display: flex !important;
  }

  .lv-header-search,
  .lv-header-account {
    display: none !important;
  }

  .lv-header-cart {
    min-width: 58px;
    min-height: 38px;
    padding-inline: 12px !important;
    font-size: 12px !important;
  }

  .lv-primary-nav {
    position: fixed;
    top: 72px;
    right: 18px;
    left: 18px;
    z-index: 80;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0 !important;
    padding: 10px;
    border: 1px solid rgba(196, 154, 69, 0.28);
    border-radius: 0 0 12px 12px;
    background: rgba(18, 15, 11, 0.98);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
  }

  .lv-primary-nav.is-open {
    display: flex !important;
  }

  .lv-primary-nav .lv-nav-has-mega > a,
  .lv-primary-nav a {
    display: flex !important;
    min-height: 46px;
    align-items: center;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  .lv-primary-nav .lv-mega-menu {
    display: none !important;
  }

  .luna-product-card,
  .woocommerce ul.products li.product,
  .cart_totals,
  .woocommerce-cart-form,
  .woocommerce-checkout-review-order,
  .woocommerce-billing-fields,
  .woocommerce-additional-fields {
    border-radius: 10px;
  }

  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 12px 10px;
  }
}

/* DTC polish pass inspired by clean US jewelry storefronts: warmer, lighter, product-led. */
html,
body,
body.home,
body.home .site,
body.home .site-main,
body.home .luna-rebuild {
  background: #f8f1e7 !important;
  color: #1d1812 !important;
}

body.home .luna-rebuild {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow-x: clip !important;
}

body.home .lv-global-front-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0) !important;
  z-index: 40 !important;
}

body.home .lv-top-bars {
  background: #fbf4e8 !important;
  color: #6f4b1d !important;
  border-bottom: 1px solid rgba(80, 55, 28, 0.12) !important;
}

body.home .lv-top-bars .lv-top-bar-item,
body.home .lv-top-bars span {
  color: #6f4b1d !important;
}

body.home .lv-front-header {
  background: rgba(23, 19, 15, 0.96) !important;
}

body.home .lv-front-header-inner {
  min-height: 72px !important;
}

body.home .lv-front-logo {
  font-size: clamp(24px, 1.8vw, 28px) !important;
}

body.home .lv-primary-nav a,
body.home .lv-header-icons a {
  font-size: 12px !important;
}

body.home .lv-header-action,
body.home .lv-header-cart {
  min-height: 34px !important;
}

body.home .lv-hero-carousel {
  width: min(calc(100% - 28px), 1560px) !important;
  height: clamp(530px, 64vh, 650px) !important;
  min-height: 530px !important;
  margin: 18px auto 0 !important;
  overflow: hidden;
  border: 1px solid rgba(80, 55, 28, 0.14);
  border-radius: 0;
  background:
    linear-gradient(90deg, #fffaf1 0%, #fffaf1 58%, #ead6b5 100%) !important;
  box-shadow: 0 24px 70px rgba(58, 42, 31, 0.11);
}

body.home .lv-hero-overlay {
  background: linear-gradient(90deg, rgba(255, 250, 241, 0.98) 0%, rgba(255, 250, 241, 0.88) 48%, rgba(234, 214, 181, 0.34) 100%) !important;
}

body.home .lv-hero-content {
  width: min(calc(100% - 96px), 1260px) !important;
  height: 100%;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 0.72fr) !important;
  gap: clamp(44px, 5vw, 86px) !important;
  padding: 34px 0 46px !important;
}

body.home .lv-hero-copy {
  max-width: 760px !important;
}

body.home .lv-hero-copy h1 {
  max-width: 590px !important;
  color: #1d1812 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 62px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

body.home .lv-hero-copy > p:not(.luna-kicker) {
  max-width: 500px;
  color: #6f6254 !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
}

body.home .lv-hero-copy .luna-actions {
  margin-top: 28px !important;
}

body.home .lv-hero-copy .luna-btn {
  min-height: 48px !important;
  padding: 0 24px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  box-shadow: 0 10px 24px rgba(185, 133, 61, 0.16) !important;
}

body.home .lv-hero-promo {
  width: 100% !important;
  min-height: 0 !important;
  height: min(480px, 56vh);
  align-self: center;
  position: relative !important;
  display: block !important;
  border-radius: 22px !important;
  background: #fff9f0 !important;
  overflow: hidden !important;
  box-shadow: 0 24px 64px rgba(80, 55, 28, 0.14) !important;
}

body.home .lv-hero-promo-art {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  height: 100% !important;
  background-image:
    var(--lv-hero-promo-image, var(--lv-slide-bg, url("../img/nima-story-lifestyle.svg"))),
    url("../img/nima-story-lifestyle.svg") !important;
  background-size: cover !important;
  background-position: center !important;
}

body.home .lv-hero-promo.has-product-image .lv-hero-promo-art {
  background-color: #f4e4ca !important;
  background-size: cover !important;
  background-position: center 48% !important;
}

body.home .lv-hero-promo > div:not(.lv-hero-promo-art) {
  position: absolute !important;
  right: 18px;
  bottom: 18px;
  left: 18px;
  min-height: 0;
  padding: 14px 16px 16px !important;
  border-radius: 16px;
  background: rgba(255, 250, 241, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(58, 42, 31, 0.13);
}

body.home .lv-hero-promo strong {
  display: block;
  font-size: 16px !important;
  line-height: 1.25 !important;
}

body.home .lv-hero-promo span {
  display: block;
  margin-top: 4px;
  font-size: 11px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.home .lv-hero-product-price {
  display: block;
  margin-top: 8px;
  color: #1d1812 !important;
  font-size: 15px;
  font-weight: 700;
}

body.home .lv-hero-product-price del {
  color: #8c7c68;
  font-weight: 500;
}

body.home .lv-hero-promo p {
  margin: 8px 0 0 !important;
  font-size: 14px !important;
}

body.home .lv-hero-promo em {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px !important;
}

body.home .lv-hero-product-cta {
  float: right;
  margin-top: 6px;
  color: #6a431b !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.home .lv-hero-dots {
  bottom: 32px !important;
}

body.home .lv-hero-prev {
  left: 12px !important;
}

body.home .lv-hero-next {
  right: 12px !important;
}

body.home .lv-hero-arrow {
  width: 42px !important;
  height: 42px !important;
  transform: translateY(-10%) !important;
}

body.home .lv-new-drops {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(64px, 7vw, 96px) max(24px, calc((100vw - 1320px) / 2)) clamp(62px, 7vw, 96px) !important;
  background: #f8f1e7 !important;
  color: #1d1812 !important;
}

body.home .lv-new-drops .luna-section-head,
body.home .lv-new-drops .luna-product-grid {
  width: min(100%, 1320px) !important;
  margin-inline: auto !important;
}

body.home .lv-new-drops .luna-section-head {
  margin-bottom: 28px !important;
}

body.home .lv-new-drops .luna-section-head h2 {
  max-width: 700px;
  color: #1d1812 !important;
  opacity: 1 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 54px) !important;
  line-height: 1.08 !important;
}

body.home .lv-new-drops .luna-kicker {
  color: #b9822e !important;
}

body.home .lv-new-drops .luna-section-head a {
  color: #6a431b !important;
  font-size: 14px !important;
  opacity: 1 !important;
}

body.home .luna-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.home .luna-product-card {
  border: 1px solid rgba(80, 55, 28, 0.14) !important;
  background: #fffaf1 !important;
  box-shadow: none !important;
}

body.home .luna-product-art {
  background: #f2e4cd !important;
}

body.home .luna-product-title,
body.home .luna-product-title a,
body.home .luna-price {
  color: #1d1812 !important;
  opacity: 1 !important;
}

body.home .lv-card-actions .lv-quick-view {
  border: 1px solid rgba(185, 133, 61, 0.36) !important;
  background: transparent !important;
  color: #6a431b !important;
}

body.home .lv-featured-series {
  width: 100% !important;
  padding: clamp(56px, 7vw, 88px) 0 !important;
  background: #fff9f0 !important;
  color: #1d1812 !important;
}

body.home .lv-featured-series h2 {
  color: #1d1812 !important;
  font-size: clamp(34px, 3.6vw, 52px) !important;
}

body.home .lv-series-story-block p,
body.home .lv-series-panel p {
  color: #6f6254 !important;
  opacity: 1 !important;
}

body.home .lv-series-feature-media,
body.home .lv-series-compact-media,
body.home .lv-series-tile-media {
  background: #f2e4cd !important;
}

body.home .lv-series-feature-card,
body.home .lv-series-compact-card,
body.home .lv-series-tile-card {
  min-height: auto !important;
  border-color: rgba(80, 55, 28, 0.14) !important;
  background: #fffaf1 !important;
  color: #1d1812 !important;
}

body.home .lv-mountain-section {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(64px, 8vw, 96px) max(24px, calc((100vw - 1320px) / 2)) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.82fr) !important;
  gap: clamp(32px, 5vw, 78px) !important;
  align-items: center;
  background:
    radial-gradient(circle at 92% 12%, rgba(201, 154, 69, 0.18), transparent 28%),
    linear-gradient(135deg, #102820, #18372e) !important;
  color: #fff9f0 !important;
}

body.home .lv-mountain-copy {
  max-width: 650px;
}

body.home .lv-mountain-copy h2 {
  color: #fff9f0 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.8vw, 68px) !important;
  line-height: 1.05 !important;
}

body.home .lv-mountain-copy p:last-child {
  color: #e2d4bd !important;
  font-size: 18px !important;
}

body.home .lv-mountain-video {
  min-height: 460px !important;
  border-radius: 22px !important;
  background:
    linear-gradient(rgba(17, 19, 15, 0.05), rgba(17, 19, 15, 0.16)),
    url("../img/nima-story-lifestyle.svg") center / cover no-repeat !important;
}

body.home .lv-mountain-video span {
  display: none !important;
}

body.home .lv-material-section {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(64px, 7vw, 96px) max(24px, calc((100vw - 1320px) / 2)) !important;
  background: #f8f1e7 !important;
  color: #1d1812 !important;
}

body.home .lv-material-section .luna-section-head,
body.home .lv-material-grid {
  width: min(100%, 1320px) !important;
  margin-inline: auto !important;
}

body.home .lv-material-section h2,
body.home .lv-material-grid h3 {
  color: #1d1812 !important;
}

body.home .lv-material-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.home .lv-material-grid article {
  background: #fffaf1 !important;
  border-color: rgba(80, 55, 28, 0.14) !important;
  box-shadow: none !important;
}

body.home .lv-material-grid p {
  color: #6f6254 !important;
}

body.home .lv-material-grid a {
  color: #8a5b22 !important;
}

body.home .lv-hands-section,
body.home .lv-brand-values,
body.home .lv-intention-section {
  background: #f8f1e7 !important;
  color: #1d1812 !important;
}

body.home .luna-subscribe {
  background: #fffaf1 !important;
}

@media (max-width: 1180px) {
  body.home .lv-hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr) !important;
  }

  body.home .luna-product-grid,
  body.home .lv-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.home .lv-hero-carousel {
    width: 100% !important;
    height: 720px !important;
    min-height: 720px !important;
    margin-top: 0 !important;
    border-width: 0 0 1px !important;
  }

  body.home .lv-hero-content {
    width: calc(100vw - 36px) !important;
    min-height: 720px !important;
    grid-template-columns: 1fr !important;
    padding: 34px 0 72px !important;
  }

  body.home .lv-hero-copy h1 {
    max-width: 12ch !important;
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  body.home .lv-hero-promo {
    height: auto !important;
  }

  body.home .lv-hero-promo-art {
    height: auto !important;
    aspect-ratio: 4 / 4.6 !important;
  }

  body.home .lv-new-drops,
  body.home .lv-material-section,
  body.home .lv-mountain-section {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body.home .luna-product-grid,
  body.home .lv-material-grid,
  body.home .lv-mountain-section {
    grid-template-columns: 1fr !important;
  }

  body.home .lv-mountain-video {
    min-height: 320px !important;
  }
}

/* Warm DTC homepage pass: product-forward, lighter, and easier to shop. */
html,
body {
  overflow-x: hidden;
}

.luna-rebuild {
  background:
    radial-gradient(circle at 10% 2%, rgba(201, 154, 69, 0.14), transparent 28%),
    linear-gradient(180deg, #f8f1e7 0%, #f6efe4 48%, #efe0ca 100%) !important;
}

.lv-top-bars {
  min-height: 36px !important;
}

.lv-top-bars .lv-top-bar-item,
.lv-top-bars span {
  min-height: 36px !important;
  font-size: 12px !important;
  letter-spacing: 0.03em;
}

.lv-hero-carousel {
  height: clamp(560px, 70vh, 720px) !important;
  min-height: 560px !important;
  max-height: 760px;
  background: #fff9f0 !important;
  color: var(--nv-ink) !important;
}

.lv-hero-slide {
  background-image: none !important;
}

.lv-hero-slide::before {
  opacity: 0 !important;
}

.lv-hero-overlay {
  background:
    radial-gradient(circle at 82% 30%, rgba(185, 133, 61, 0.12), transparent 30%),
    linear-gradient(90deg, rgba(255, 248, 236, 0.96), rgba(255, 248, 236, 0.68) 44%, rgba(19, 13, 8, 0.08)) !important;
}

.lv-hero-content {
  width: min(calc(100% - 64px), 1320px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: clamp(36px, 5vw, 88px);
  align-items: center !important;
  padding-block: 52px 42px !important;
}

.lv-hero-copy {
  max-width: 640px !important;
  color: var(--nv-ink) !important;
}

.lv-hero-copy .luna-kicker,
.lv-hero-copy h1,
.lv-hero-copy p {
  color: inherit !important;
  text-shadow: none !important;
}

.lv-hero-copy .luna-kicker {
  color: var(--nv-gold) !important;
}

.lv-hero-copy h1 {
  max-width: 11ch;
  color: #1d1812 !important;
  font-size: clamp(52px, 6.4vw, 94px) !important;
  line-height: 0.95 !important;
}

.lv-hero-copy > p:not(.luna-kicker) {
  max-width: 560px;
  color: #6f6254 !important;
  font-size: clamp(17px, 1.35vw, 21px) !important;
  line-height: 1.7 !important;
}

.lv-hero-promo {
  align-self: center;
  width: min(100%, 520px) !important;
  min-height: 520px;
  display: grid !important;
  grid-template-rows: 1fr auto;
  gap: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(80, 55, 28, 0.16) !important;
  border-radius: 26px !important;
  background: #fff9f0 !important;
  color: var(--nv-ink) !important;
  box-shadow: 0 30px 80px rgba(58, 42, 31, 0.18) !important;
}

.lv-hero-promo-art {
  width: 100% !important;
  min-height: 360px !important;
  border-radius: 0 !important;
  background-color: #f1dfc2 !important;
  background-image:
    var(--lv-hero-promo-image, var(--lv-slide-bg, url("../img/nima-story-lifestyle.svg"))),
    url("../img/nima-story-lifestyle.svg") !important;
  background-position: center !important;
  background-size: cover !important;
}

.lv-hero-promo > div:not(.lv-hero-promo-art) {
  padding: 24px 28px 28px;
}

.lv-hero-promo strong {
  color: #1d1812 !important;
  font-size: 19px !important;
}

.lv-hero-promo span,
.lv-hero-promo p {
  color: #6f6254 !important;
}

.lv-hero-promo em {
  color: var(--nv-gold) !important;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.lv-hero-arrow {
  border-color: rgba(80, 55, 28, 0.18) !important;
  background: rgba(255, 249, 240, 0.82) !important;
  color: #1d1812 !important;
}

.lv-hero-dots button {
  border-color: rgba(80, 55, 28, 0.28) !important;
  background: rgba(29, 24, 18, 0.15) !important;
}

.lv-hero-dots button.is-active {
  background: var(--nv-gold) !important;
}

.lv-hero-progress {
  background: rgba(80, 55, 28, 0.12) !important;
}

.lv-hero-progress span {
  background: linear-gradient(90deg, #b9822e, #19352a, #c99a45) !important;
}

.luna-section,
.lv-featured-series-inner,
.lv-story,
.lv-hands-inner {
  width: min(calc(100% - 64px), 1320px) !important;
  max-width: 1320px !important;
}

.lv-new-drops {
  padding-top: clamp(64px, 8vw, 104px) !important;
  padding-bottom: clamp(58px, 7vw, 92px) !important;
}

.lv-new-drops .luna-section-head h2 {
  max-width: 760px;
  color: #1d1812 !important;
  font-size: clamp(34px, 4.4vw, 60px) !important;
  line-height: 1.05 !important;
}

.lv-new-drops .luna-section-head a {
  color: var(--nv-brown) !important;
  border-bottom: 1px solid rgba(185, 133, 61, 0.5);
  text-decoration: none !important;
}

.luna-product-grid,
.woocommerce ul.products,
.wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  width: 100%;
}

.luna-product-card,
.woocommerce ul.products li.product,
.wc-block-product-template .wc-block-product {
  min-width: 0;
  overflow: hidden;
  border-radius: 18px !important;
}

.luna-product-art,
.woocommerce ul.products li.product a img,
.wc-block-components-product-image,
.lv-series-feature-media,
.lv-series-compact-media,
.lv-series-tile-media {
  aspect-ratio: 4 / 5 !important;
}

.luna-product-art {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #f2e4cd !important;
}

.luna-product-image,
.luna-product-art img,
.woocommerce ul.products li.product a img,
.wc-block-components-product-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover !important;
  object-position: center !important;
}

.luna-product-body {
  padding: 20px 20px 22px !important;
}

.luna-product-title,
.luna-product-title a {
  color: #1d1812 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

.luna-price {
  margin-top: 12px;
  color: #4d3218 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.luna-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.luna-product-badge {
  border: 1px solid rgba(185, 133, 61, 0.26) !important;
  background: rgba(185, 133, 61, 0.09) !important;
  color: #6a431b !important;
}

.lv-card-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.lv-quick-view,
.luna-card-button {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lv-product-card-placeholder .lv-quick-view {
  pointer-events: none;
}

.lv-featured-series {
  padding: clamp(64px, 8vw, 104px) 0 !important;
  background: #f8f1e7 !important;
  color: #1d1812 !important;
}

.lv-featured-series-inner {
  background: transparent !important;
}

.lv-featured-series h2 {
  color: #1d1812 !important;
  font-size: clamp(34px, 4.2vw, 56px) !important;
  text-align: center;
}

.lv-series-tabs {
  width: fit-content;
  max-width: 100%;
  display: flex;
  gap: 0;
  margin: 28px auto 34px !important;
  overflow-x: auto;
  border-bottom: 1px solid rgba(80, 55, 28, 0.18);
}

.lv-series-tab {
  position: relative;
  min-height: 48px;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #6f6254 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap;
}

.lv-series-tab::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 2px;
  background: transparent;
}

.lv-series-tab.is-active {
  color: #1d1812 !important;
}

.lv-series-tab.is-active::after {
  background: var(--nv-gold);
}

.lv-series-showcase,
.lv-series-bottom-row {
  gap: clamp(18px, 2.4vw, 30px) !important;
}

.lv-series-feature-card,
.lv-series-compact-card,
.lv-series-tile-card {
  border-color: rgba(80, 55, 28, 0.16) !important;
  background: #fff9f0 !important;
  color: #1d1812 !important;
}

.lv-material-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(185, 133, 61, 0.14), transparent 30%),
    linear-gradient(135deg, #102820, #11130f) !important;
  color: #f8f1e7 !important;
}

.lv-material-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.lv-material-grid article {
  overflow: hidden;
  border: 1px solid rgba(216, 183, 106, 0.24) !important;
  border-radius: 18px;
  background: rgba(255, 249, 240, 0.06) !important;
}

.lv-material-art {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lv-material-grid h3,
.lv-material-grid p,
.lv-material-grid a {
  padding-inline: 20px;
}

.lv-material-grid h3 {
  margin-top: 20px;
  color: #fff9f0 !important;
}

.lv-material-grid p {
  color: #d8c8af !important;
}

.lv-material-grid a {
  display: inline-flex;
  margin: 6px 20px 22px;
  color: #d8b76a !important;
}

.lv-story {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding: clamp(54px, 7vw, 90px) 0 !important;
  background: transparent !important;
  color: #1d1812 !important;
}

.lv-story-heading,
.lv-story-copy {
  max-width: 660px;
}

.lv-story-heading h2 {
  color: #1d1812 !important;
  font-size: clamp(36px, 5vw, 68px) !important;
  line-height: 1.02 !important;
}

.lv-story-copy p {
  color: #6f6254 !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.8 !important;
}

.lv-story-image {
  grid-column: 2;
  grid-row: 1 / span 2;
  overflow: hidden;
  border: 1px solid rgba(80, 55, 28, 0.16);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(58, 42, 31, 0.14);
}

.lv-story-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.luna-subscribe {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(34px, 5vw, 58px) !important;
  border: 1px solid rgba(80, 55, 28, 0.16) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 90% 18%, rgba(201, 154, 69, 0.18), transparent 30%),
    linear-gradient(135deg, #fff9f0, #f1dfc2) !important;
}

.luna-subscribe h2 {
  color: #1d1812 !important;
}

.luna-subscribe form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.luna-subscribe input,
.luna-subscribe button {
  min-height: 52px !important;
  border-radius: 999px !important;
}

.lv-front-footer,
.luna-footer {
  padding-block: 62px 44px !important;
}

.luna-footer-grid {
  width: min(calc(100% - 64px), 1320px) !important;
  max-width: 1320px !important;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(140px, 1fr)) !important;
  gap: 34px !important;
}

.luna-footer-grid h3 {
  color: #f8f2e8 !important;
  letter-spacing: 0.08em;
}

.luna-footer-grid h4 {
  color: #d8b76a !important;
}

.luna-footer-grid a,
.luna-footer-grid p {
  color: #d8c4a8 !important;
}

@media (max-width: 1180px) {
  .lv-hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 34px;
  }

  .lv-hero-promo {
    min-height: 440px;
  }

  .luna-product-grid,
  .woocommerce ul.products,
  .wc-block-product-template,
  .lv-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .luna-rebuild {
    background: linear-gradient(180deg, #f8f1e7 0%, #f6efe4 100%) !important;
  }

  .lv-hero-carousel {
    height: clamp(640px, 82vh, 760px) !important;
    min-height: 640px !important;
  }

  .lv-hero-content {
    width: calc(100vw - 36px) !important;
    min-height: 0 !important;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 40px 0 72px !important;
  }

  .lv-hero-copy {
    text-align: left !important;
  }

  .lv-hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(42px, 13vw, 56px) !important;
  }

  .lv-hero-copy > p:not(.luna-kicker) {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .lv-hero-promo {
    width: 100% !important;
    min-height: 0;
    border-radius: 18px !important;
  }

  .lv-hero-promo-art {
    min-height: 260px !important;
    aspect-ratio: 4 / 5;
  }

  .lv-hero-arrow {
    display: none !important;
  }

  .lv-hero-dots {
    bottom: 28px !important;
  }

  .luna-section,
  .lv-featured-series-inner,
  .lv-story,
  .lv-hands-inner {
    width: calc(100vw - 36px) !important;
  }

  .luna-section-head {
    display: grid !important;
    gap: 14px;
  }

  .lv-new-drops .luna-section-head h2,
  .lv-featured-series h2,
  .lv-story-heading h2 {
    font-size: clamp(32px, 10vw, 44px) !important;
  }

  .luna-product-grid,
  .woocommerce ul.products,
  .wc-block-product-template,
  .lv-material-grid {
    grid-template-columns: 1fr !important;
  }

  .luna-product-art {
    aspect-ratio: 4 / 5 !important;
  }

  .lv-series-tabs {
    width: 100%;
    justify-content: flex-start;
  }

  .lv-series-tab {
    padding-inline: 18px !important;
  }

  .lv-story {
    grid-template-columns: 1fr;
  }

  .lv-story-image {
    grid-column: auto;
    grid-row: auto;
  }

  .lv-story-image img {
    min-height: 300px;
  }

  .luna-subscribe {
    grid-template-columns: 1fr;
    padding: 28px !important;
    border-radius: 20px !important;
  }

  .luna-subscribe form {
    grid-template-columns: 1fr;
  }

  .luna-footer-grid {
    width: calc(100vw - 36px) !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

/* Final local homepage hero polish. Keep this near the end so it wins over older passes. */
body.home,
body.home .site,
body.home .site-main,
body.home .luna-rebuild {
  background: #f8f1e7 !important;
}

body.home .luna-rebuild {
  max-width: none !important;
  margin: 0 !important;
  overflow-x: clip !important;
}

body.home .lv-top-bars,
body.home .lv-front-header {
  background:
    radial-gradient(circle at 12% 0, rgba(196, 154, 69, 0.12), transparent 28%),
    linear-gradient(180deg, #17130f 0%, #120f0b 100%) !important;
}

body.home .lv-top-bars,
body.home .lv-top-bars .lv-top-bar-item,
body.home .lv-top-bars span {
  min-height: 32px !important;
  font-size: 11px !important;
}

body.home .lv-front-header-inner {
  width: min(calc(100% - 48px), 1380px) !important;
  min-height: 66px !important;
  gap: clamp(20px, 2.5vw, 42px) !important;
}

body.home .lv-front-logo {
  font-size: clamp(24px, 1.8vw, 28px) !important;
}

body.home .lv-primary-nav {
  gap: clamp(18px, 1.45vw, 28px) !important;
}

body.home .lv-primary-nav a,
body.home .lv-header-icons a {
  font-size: 12px !important;
  font-weight: 720 !important;
}

body.home .lv-header-cart {
  min-width: 82px !important;
  min-height: 34px !important;
}

body.home .lv-hero-carousel {
  width: min(calc(100% - 64px), 1440px) !important;
  height: clamp(560px, 42vw, 620px) !important;
  min-height: 0 !important;
  margin: 16px auto 0 !important;
  border: 1px solid rgba(80, 55, 28, 0.12) !important;
  background: #fff9f0 !important;
  box-shadow: none !important;
}

body.home .lv-hero-slide {
  background: transparent !important;
}

body.home .lv-hero-content {
  width: min(calc(100% - 64px), 1320px) !important;
  min-height: 0 !important;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr) !important;
  gap: clamp(34px, 4vw, 60px) !important;
  padding: clamp(42px, 5vw, 64px) 0 !important;
}

body.home .lv-hero-visual,
body.home .lv-hero-visual--product {
  justify-self: stretch !important;
  width: 100% !important;
  aspect-ratio: 6 / 5 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.home .lv-hero-visual img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-position: var(--lv-hero-image-focus, center center) !important;
}

body.home .lv-hero-visual.is-cover img {
  object-fit: cover !important;
}

body.home .lv-hero-visual.is-contain img {
  object-fit: contain !important;
}

body.home .lv-hero-copy h1 {
  max-width: 760px !important;
  color: #211913 !important;
  font-size: clamp(48px, 3.45vw, 52px) !important;
  line-height: 1.08 !important;
}

body.home .lv-hero-copy > p:not(.luna-kicker) {
  max-width: 500px !important;
  color: #6f6254 !important;
  font-size: clamp(16px, 1.15vw, 18px) !important;
}

body.home .lv-hero-copy .luna-btn,
body.home .lv-hero-copy a.luna-btn {
  min-height: 48px !important;
  padding: 0 25px !important;
  border: 1px solid rgba(185, 130, 46, 0.42) !important;
  border-radius: 999px !important;
  background: #b9822e !important;
  color: #17130f !important;
  font-size: 14px !important;
  font-weight: 550 !important;
  letter-spacing: 0.015em !important;
  text-transform: none !important;
  box-shadow: 0 10px 22px rgba(185, 133, 61, 0.16) !important;
}

body.home .lv-hero-promo {
  width: min(100%, 430px) !important;
  height: min(430px, 52vh) !important;
  min-height: 400px !important;
  border: 1px solid rgba(80, 55, 28, 0.16) !important;
  border-radius: 20px !important;
  background: #fff9f0 !important;
  box-shadow: 0 24px 54px rgba(58, 42, 31, 0.14) !important;
}

body.home .lv-hero-promo-art {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  background-image:
    var(--lv-hero-promo-image, var(--lv-slide-bg, url("../img/nima-story-lifestyle.svg"))),
    url("../img/nima-story-lifestyle.svg") !important;
  background-color: #f2e4cd !important;
  background-size: cover !important;
  background-position: center !important;
}

body.home .lv-hero-promo > div:not(.lv-hero-promo-art) {
  right: 14px !important;
  bottom: 14px !important;
  left: 14px !important;
  padding: 13px 15px 14px !important;
  border-radius: 14px !important;
  background: rgba(255, 250, 241, 0.92) !important;
}

body.home .lv-hero-promo strong {
  color: #1d1812 !important;
  font-size: 15px !important;
}

body.home .lv-hero-promo span {
  color: #7a6856 !important;
  font-size: 10px !important;
}

body.home .lv-hero-product-price {
  margin-top: 6px !important;
  font-size: 14px !important;
}

body.home .lv-hero-promo p,
body.home .lv-hero-promo em,
body.home .lv-hero-product-cta {
  font-size: 12px !important;
}

body.home .lv-hero-product-cta {
  color: #6a431b !important;
  font-weight: 650 !important;
}

body.home .lv-hero-dots {
  bottom: 24px !important;
}

@media (max-width: 980px) {
  body.home .lv-front-header-inner {
    width: min(calc(100% - 32px), 1380px) !important;
    min-height: 64px !important;
    grid-template-columns: auto auto auto !important;
  }

  body.home .lv-primary-nav {
    display: none !important;
  }

  body.home .lv-menu-toggle {
    display: inline-flex !important;
    min-height: 36px !important;
  }

  body.home .lv-header-icons a:not(.lv-header-cart) {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.home .lv-hero-carousel {
    width: min(calc(100% - 40px), 760px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.home .lv-hero-content {
    width: min(calc(100% - 48px), 680px) !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    min-height: 0 !important;
    padding: 30px 0 42px !important;
  }

  body.home .lv-hero-visual {
    order: -1 !important;
    aspect-ratio: 4 / 3 !important;
  }

  body.home .lv-hero-visual--product {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
  }

  body.home .lv-hero-copy {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  body.home .lv-hero-carousel {
    width: min(calc(100% - 24px), 430px) !important;
    height: clamp(740px, 88vh, 820px) !important;
    min-height: 740px !important;
    margin-top: 12px !important;
  }

  body.home .lv-hero-content {
    width: calc(100% - 28px) !important;
    min-height: clamp(740px, 88vh, 820px) !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 30px 0 64px !important;
  }

  body.home .lv-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 9vw, 40px) !important;
    line-height: 1.08 !important;
  }

  body.home .lv-hero-copy > p:not(.luna-kicker) {
    max-width: 32ch !important;
    font-size: 15px !important;
  }

  body.home .lv-hero-copy .luna-btn {
    min-height: 48px !important;
    padding-inline: 22px !important;
    font-size: 14px !important;
  }

  body.home .lv-hero-promo {
    width: 100% !important;
    height: 330px !important;
    min-height: 330px !important;
    display: block !important;
    position: relative !important;
  }

  body.home .lv-hero-promo-art {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    min-height: 330px !important;
    aspect-ratio: auto !important;
  }

  body.home .lv-hero-promo > div:not(.lv-hero-promo-art) {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    padding: 12px 13px !important;
  }

  body.home .lv-hero-dots {
    bottom: 22px !important;
  }
}
