:root {
  --lv-front-ivory: #fffaf3;
  --lv-front-warm: #f3e7da;
  --lv-front-gold: #b7894f;
  --lv-front-brown: #332621;
  --lv-front-rose: #c9827b;
  --lv-front-beige: #ead9c8;
  --lv-front-charcoal: #272321;
}

.luna-rebuild {
  background: var(--lv-front-ivory);
  color: var(--lv-front-charcoal);
}

body.wp-theme-alante #body-core > header {
  display: none !important;
}

.lv-top-bars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--lv-front-brown);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.lv-top-bars div {
  padding: 10px 8px;
  border-right: 1px solid rgba(255,255,255,0.18);
}

.lv-front-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(51, 38, 33, 0.12);
  background: rgba(255,250,243,0.96);
  backdrop-filter: blur(12px);
}

.luna-rebuild > .lv-front-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 40;
  border-bottom-color: rgba(255, 250, 243, 0.18);
  background: linear-gradient(180deg, rgba(18, 13, 10, 0.48), rgba(18, 13, 10, 0));
  backdrop-filter: none;
}

.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: #fffaf3;
}

.luna-rebuild > .lv-front-header .lv-menu-toggle {
  border-color: rgba(255,250,243,0.45);
  background: rgba(255,250,243,0.12);
  color: #fffaf3;
}

.lv-front-header-inner {
  max-width: 1240px;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 0 auto;
  padding: 0 24px;
}

.lv-front-logo {
  color: var(--lv-front-brown);
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

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

.lv-primary-nav a,
.lv-header-icons a {
  color: var(--lv-front-brown);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.lv-menu-toggle {
  display: none;
}

.lv-nav-has-mega {
  position: relative;
}

.lv-mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 28px);
  width: min(980px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(51, 38, 33, 0.12);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 28px 70px rgba(51, 38, 33, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.lv-nav-has-mega:hover .lv-mega-menu,
.lv-nav-has-mega:focus-within .lv-mega-menu,
.lv-nav-has-mega.is-open .lv-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.lv-mega-menu h3 {
  margin: 0 0 12px;
  color: var(--lv-front-rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lv-mega-menu a {
  display: block;
  margin: 9px 0;
  color: var(--lv-front-charcoal);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.lv-front-hero {
  max-width: 1240px;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 36px;
  align-items: center;
  margin: 0 auto;
  padding: 70px 24px 84px;
}

.lv-hero-carousel {
  position: relative;
  min-height: min(100vh, 940px);
  height: 92vh;
  overflow: hidden;
  background: #100d0b;
  color: #fffaf3;
}

.lv-hero-slides,
.lv-hero-slide {
  position: absolute;
  inset: 0;
}

.lv-hero-slide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity 700ms ease, transform 1200ms ease;
  background:
    radial-gradient(circle at 70% 35%, rgba(183,137,79,0.26), transparent 28%),
    linear-gradient(135deg, #16110e 0%, #3a271e 48%, #0d0b0a 100%);
  background-image: var(--lv-slide-bg), radial-gradient(circle at 70% 35%, rgba(183,137,79,0.26), transparent 28%), linear-gradient(135deg, #16110e 0%, #3a271e 48%, #0d0b0a 100%);
  background-size: cover;
  background-position: center;
}

.lv-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.lv-hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 34%, transparent 0 16%, rgba(13,10,8,0.42) 48%, rgba(13,10,8,0.82) 100%),
    linear-gradient(90deg, rgba(8,6,5,var(--lv-slide-overlay,0.62)) 0%, rgba(8,6,5,0.42) 45%, rgba(8,6,5,0.08) 100%);
}

.lv-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 82%, rgba(183,137,79,0.22), transparent 24%),
    linear-gradient(0deg, rgba(11,8,7,0.62), transparent 42%);
}

.lv-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(280px, 0.38fr);
  gap: 28px;
  align-items: end;
  margin: 0 auto;
  padding: 180px 24px 92px;
  color: var(--lv-slide-text, #fffaf3);
}

.lv-hero-pos-center .lv-hero-content {
  grid-template-columns: minmax(0, 0.72fr);
  justify-content: center;
  text-align: center;
}

.lv-hero-pos-right .lv-hero-content {
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.52fr);
}

.lv-hero-pos-right .lv-hero-copy {
  grid-column: 2;
}

.lv-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: currentColor;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

.lv-hero-copy > p:not(.luna-kicker) {
  max-width: 650px;
  margin: 0 0 28px;
  color: rgba(255,250,243,0.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.lv-hero-promo {
  align-self: end;
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 14px;
  max-width: 420px;
  padding: 14px;
  border: 1px solid rgba(255,250,243,0.24);
  border-radius: 8px;
  background: rgba(18, 13, 10, 0.58);
  color: #fffaf3;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  backdrop-filter: blur(12px);
}

.lv-hero-promo-art {
  aspect-ratio: 1;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,250,243,0.95) 0 11px, transparent 12px),
    radial-gradient(circle at 50% 50%, transparent 0 31%, rgba(183,137,79,0.72) 32% 35%, transparent 36%),
    linear-gradient(145deg, #2a1c16, #a27445);
  background-size: cover;
  background-position: center;
}

.lv-hero-promo strong,
.lv-hero-promo span,
.lv-hero-promo em {
  display: block;
}

.lv-hero-promo strong {
  font-size: 15px;
  line-height: 1.25;
}

.lv-hero-promo span {
  margin-top: 5px;
  color: rgba(255,250,243,0.66);
  font-size: 12px;
  text-transform: uppercase;
}

.lv-hero-promo p {
  margin: 8px 0;
  font-weight: 900;
}

.lv-hero-promo em {
  color: #e9c27c;
  font-style: normal;
  font-weight: 900;
}

.lv-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,250,243,0.35);
  border-radius: 50%;
  background: rgba(18,13,10,0.24);
  color: #fffaf3;
  font-size: 30px;
  transform: translateY(-50%);
}

.lv-hero-prev {
  left: 22px;
}

.lv-hero-next {
  right: 22px;
}

.lv-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 5;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.lv-hero-dots button {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255,250,243,0.75);
  border-radius: 50%;
  background: transparent;
  padding: 0;
}

.lv-hero-dots button.is-active {
  background: #fffaf3;
}

.lv-hero-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 6px;
  background: linear-gradient(90deg, #2b1812, #5f3924, #9d6d39);
}

.lv-hero-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #d6a45f, #f2d395, #fff4c6);
}

.lv-hero-carousel.is-running .lv-hero-progress span {
  animation: lvHeroProgress var(--lv-hero-speed, 5000ms) linear forwards;
}

@keyframes lvHeroProgress {
  from { width: 0%; }
  to { width: 100%; }
}

.luna-rebuild .lv-new-drops {
  max-width: none;
  margin: 0;
  padding: 76px max(24px, calc((100vw - 1180px) / 2));
  background: #14100e;
  color: #fffaf3;
}

.luna-rebuild .lv-new-drops .luna-section-head h2,
.luna-rebuild .lv-new-drops .luna-product-title a {
  color: #fffaf3;
}

.luna-rebuild .lv-new-drops .luna-section-head a,
.luna-rebuild .lv-new-drops .luna-section-subtitle {
  color: rgba(255,250,243,0.72);
}

.lv-hero-copy h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--lv-front-brown);
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.94;
  letter-spacing: 0;
}

.lv-hero-copy > p:not(.luna-kicker) {
  max-width: 570px;
  margin: 0 0 28px;
  color: #665650;
  font-size: 20px;
  line-height: 1.6;
}

.lv-hero-art {
  min-height: 570px;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.lv-hero-art span {
  display: grid;
  place-items: end start;
  padding: 24px;
  border: 1px solid rgba(183, 137, 79, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 52% 36%, rgba(255,255,255,0.92) 0 10px, transparent 11px),
    radial-gradient(circle at 50% 42%, transparent 0 29%, rgba(183,137,79,0.42) 30% 32%, transparent 33%),
    linear-gradient(145deg, #fff9f1 0%, #ead2c6 48%, #f5ede2 100%);
  color: var(--lv-front-brown);
  font-weight: 900;
}

.lv-hero-art span:first-child {
  grid-row: span 2;
}

.lv-new-drops .luna-section-head h2,
.lv-featured .luna-section-head h2 {
  max-width: 720px;
}

.lv-product-hover {
  position: absolute;
  inset: 12px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: rgba(51, 38, 33, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  opacity: 0;
  transition: opacity 180ms ease;
}

.luna-product-art {
  position: relative;
}

.luna-product-card:hover .lv-product-hover {
  opacity: 1;
}

.lv-tabs {
  display: grid;
  gap: 22px;
}

.lv-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lv-tab-button {
  min-height: 42px;
  border: 1px solid var(--lv-front-beige);
  border-radius: 999px;
  background: #fffdf9;
  color: var(--lv-front-brown);
  padding: 0 18px;
  font-weight: 900;
}

.lv-tab-button.is-active {
  background: var(--lv-front-brown);
  color: #fff;
}

.lv-tab-panel {
  display: none;
}

.lv-tab-panel.is-active {
  display: grid;
  gap: 20px;
}

.lv-tab-panel > p {
  max-width: 760px;
  color: #6f5d56;
  font-size: 18px;
  line-height: 1.65;
}

.lv-story {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 36px;
  align-items: start;
  padding: 86px max(24px, calc((100vw - 1180px) / 2));
  background: var(--lv-front-brown);
  color: #fff;
}

.lv-story h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1;
}

.lv-story p:last-child {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 20px;
  line-height: 1.75;
}

.lv-custom-idea,
.lv-making-grid {
  display: grid;
  gap: 18px;
}

.lv-custom-idea {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--lv-front-beige);
  border-radius: 8px;
  background: #fffdf9;
}

.lv-making {
  background: #f7efe6;
}

.lv-making-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lv-making-grid div,
.lv-material-grid article,
.lv-product-info-grid article,
.lv-faq-item {
  border: 1px solid rgba(51, 38, 33, 0.12);
  border-radius: 8px;
  background: #fffdf9;
  padding: 20px;
}

.lv-making-grid p,
.lv-material-grid p,
.lv-product-info-grid p {
  color: #6f5d56;
  line-height: 1.58;
}

.lv-material-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.lv-material-art {
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,0.94) 0 12px, transparent 13px),
    linear-gradient(145deg, #fff8ee, #e3cfc1);
}

.lv-tiktok {
  background: #fff3ea;
}

.lv-product-detail-sections {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 72px;
}

.lv-product-notes {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(51, 38, 33, 0.12);
  border-radius: 8px;
  background: #fffdf9;
}

.lv-product-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.lv-product-faq {
  display: grid;
  gap: 10px;
  margin-bottom: 38px;
}

.lv-faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 0;
  background: transparent;
  color: var(--lv-front-brown);
  padding: 0;
  text-align: left;
  font-weight: 900;
}

.lv-faq-item button:after {
  content: "+";
}

.lv-faq-item.is-open button:after {
  content: "-";
}

.lv-faq-panel {
  display: none;
}

.lv-faq-item.is-open .lv-faq-panel {
  display: block;
}

@media (max-width: 980px) {
  .luna-rebuild > .lv-front-header {
    top: 78px;
  }

  .lv-hero-carousel {
    height: 82vh;
    min-height: 680px;
  }

  .lv-hero-slide {
    background-image: var(--lv-slide-mobile-bg), radial-gradient(circle at 70% 35%, rgba(183,137,79,0.26), transparent 28%), linear-gradient(135deg, #16110e 0%, #3a271e 48%, #0d0b0a 100%);
  }

  .lv-hero-content {
    grid-template-columns: 1fr;
    align-content: end;
    padding: 170px 22px 82px;
    text-align: center;
  }

  .lv-hero-copy,
  .lv-hero-pos-right .lv-hero-copy {
    grid-column: auto;
  }

  .lv-hero-copy h1,
  .lv-hero-copy > p:not(.luna-kicker) {
    margin-left: auto;
    margin-right: auto;
  }

  .lv-hero-promo {
    justify-self: center;
    grid-template-columns: 74px minmax(0, 1fr);
    max-width: min(420px, 100%);
    text-align: left;
  }

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

  .lv-top-bars,
  .lv-front-hero,
  .lv-story,
  .lv-custom-idea {
    grid-template-columns: 1fr;
  }

  .lv-menu-toggle {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    border: 1px solid var(--lv-front-beige);
    border-radius: 999px;
    background: #fffdf9;
    color: var(--lv-front-brown);
    padding: 0 14px;
    font-weight: 900;
  }

  .lv-front-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .lv-primary-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    max-height: calc(100vh - 120px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: auto;
    border-top: 1px solid var(--lv-front-beige);
    background: #fffdf9;
    padding: 18px 24px;
  }

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

  .lv-primary-nav a {
    padding: 13px 0;
  }

  .lv-mega-menu {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 8px;
    padding: 18px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .lv-hero-art {
    min-height: 420px;
  }

  .lv-making-grid,
  .lv-material-grid,
  .lv-product-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .lv-top-bars {
    grid-template-columns: 1fr;
  }

  .lv-top-bars div {
    padding: 5px 8px;
  }

  .luna-rebuild > .lv-front-header {
    top: 66px;
  }

  .lv-hero-carousel {
    height: 84vh;
    min-height: 640px;
  }

  .lv-hero-content {
    padding: 150px 18px 74px;
  }

  .lv-hero-copy h1 {
    font-size: 42px;
  }

  .lv-hero-promo {
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 10px;
  }

  .lv-hero-promo strong {
    font-size: 13px;
  }

  .lv-hero-promo p,
  .lv-hero-promo em {
    font-size: 12px;
  }

  .lv-hero-dots {
    bottom: 18px;
  }

  .lv-top-bars {
    font-size: 11px;
  }

  .lv-front-header-inner {
    gap: 10px;
    padding: 0 14px;
  }

  .lv-header-icons {
    gap: 10px;
  }

  .lv-header-icons a {
    font-size: 0;
  }

  .lv-header-icons a:before {
    font-size: 12px;
  }

  .lv-header-icons a[aria-label="Search"]:before { content: "Search"; }
  .lv-header-icons a[aria-label="Account"]:before { content: "Account"; }
  .lv-header-icons a[aria-label="Cart"]:before { content: "Cart"; }

  .lv-front-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .lv-hero-copy h1 {
    font-size: 48px;
  }

  .lv-making-grid,
  .lv-material-grid,
  .lv-product-info-grid {
    grid-template-columns: 1fr;
  }

  .luna-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

/* Eastern-inspired symbolic jewelry refresh. */
:root {
  --lv-front-ivory: #f7efe3;
  --lv-front-warm: #efe1d0;
  --lv-front-gold: #bd8b4d;
  --lv-front-brown: #2b1d16;
  --lv-front-rose: #9a5d42;
  --lv-front-green: #243f34;
  --lv-front-charcoal: #14100d;
}

.luna-rebuild {
  background:
    radial-gradient(circle at 12% 8%, rgba(189, 139, 77, 0.14), transparent 28%),
    linear-gradient(180deg, #120f0d 0, #1b1511 780px, #f7efe3 781px, #f7efe3 100%);
}

.lv-top-bars {
  background: #12100e;
  color: #f7efe3;
}

.lv-front-logo {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.03em;
}

.lv-primary-nav,
.lv-header-icons {
  gap: clamp(10px, 1.4vw, 18px);
}

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

.lv-mega-menu {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(189, 139, 77, 0.22);
  background: rgba(20, 16, 13, 0.96);
}

.lv-mega-menu h3,
.lv-mega-menu a {
  color: #f7efe3;
}

.lv-hero-carousel {
  background: #120f0d;
}

.lv-hero-slide {
  background-image:
    var(--lv-slide-bg),
    radial-gradient(circle at 74% 30%, rgba(38, 84, 68, 0.46), transparent 26%),
    radial-gradient(circle at 70% 64%, rgba(189, 139, 77, 0.26), transparent 21%),
    linear-gradient(135deg, #0d0b0a 0%, #2b1d16 44%, #17251f 100%);
}

.lv-hero-copy h1,
.luna-section-head h2,
.lv-story h2,
.luna-subscribe h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.lv-hero-copy h1 {
  max-width: 760px;
}

.lv-hero-promo,
.lv-value-grid article,
.luna-category,
.lv-material-grid article,
.luna-subscribe,
.lv-gift-inquiry {
  border: 1px solid rgba(189, 139, 77, 0.24);
  box-shadow: 0 24px 80px rgba(18, 15, 13, 0.12);
}

.lv-brand-values {
  background: #120f0d;
  color: #f7efe3;
}

.lv-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lv-value-grid article {
  min-height: 190px;
  display: grid;
  align-content: end;
  padding: 24px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 15%, rgba(189, 139, 77, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(36, 63, 52, 0.8), rgba(20, 16, 13, 0.94));
}

.lv-value-grid span {
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border: 1px solid rgba(247, 239, 227, 0.36);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(189,139,77,.9), rgba(189,139,77,.12));
}

.lv-value-grid h2 {
  margin: 0 0 10px;
  color: #fff8ed;
  font-size: clamp(22px, 3vw, 34px);
}

.lv-value-grid p {
  margin: 0;
  color: rgba(247, 239, 227, 0.76);
  line-height: 1.6;
}

.lv-intention-section {
  background: #f7efe3;
}

.luna-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.luna-category {
  min-height: 180px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
  color: #f7efe3;
  text-align: left;
  background:
    radial-gradient(circle at 75% 20%, rgba(189, 139, 77, 0.24), transparent 30%),
    linear-gradient(145deg, #17251f, #2b1d16);
}

.luna-category strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.luna-category span {
  color: rgba(247, 239, 227, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.lv-new-drops {
  background: #14100d;
  color: #f7efe3;
}

.lv-new-drops .luna-section-head a,
.lv-new-drops .luna-product-title a,
.lv-new-drops .luna-price {
  color: #f7efe3;
}

.lv-material-section {
  background: #ede0cf;
}

.lv-material-grid article {
  background: #fff8ed;
}

.lv-material-art {
  background:
    radial-gradient(circle at 35% 35%, rgba(247,239,227,.5), transparent 18%),
    linear-gradient(135deg, #151210, #32483c 52%, #bd8b4d);
}

.lv-material-obsidian .lv-material-art { background: linear-gradient(135deg, #050505, #191615 55%, #59422b); }
.lv-material-tiger-eye .lv-material-art { background: linear-gradient(135deg, #3b2614, #bd8b4d 48%, #17120e); }
.lv-material-crystal .lv-material-art { background: linear-gradient(135deg, #f7efe3, #d7e2dc 48%, #9ab1a6); }
.lv-material-agate .lv-material-art { background: linear-gradient(135deg, #5a241f, #b56645 48%, #ead0b8); }
.lv-material-lapis-lazuli .lv-material-art { background: linear-gradient(135deg, #0b2443, #153e73 58%, #bd8b4d); }

.lv-story {
  background:
    radial-gradient(circle at 82% 24%, rgba(189, 139, 77, 0.16), transparent 26%),
    linear-gradient(135deg, #17251f, #120f0d);
  color: #f7efe3;
}

.lv-story p {
  color: rgba(247, 239, 227, 0.78);
}

.luna-subscribe {
  background: linear-gradient(135deg, #2b1d16, #17251f);
  color: #f7efe3;
}

.luna-subscribe .luna-section-subtitle {
  color: rgba(247, 239, 227, 0.72);
}

.lv-front-footer {
  background: #100d0b;
}

@media (max-width: 1100px) {
  .luna-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .luna-rebuild > .lv-front-header {
    top: 66px;
  }

  .lv-front-header-inner {
    min-height: 68px;
  }

  .lv-primary-nav {
    background: #120f0d;
  }

  .lv-primary-nav a {
    color: #f7efe3;
  }

  .luna-category-grid,
  .lv-material-grid {
    grid-template-columns: 1fr;
  }

  .luna-category {
    min-height: 146px;
  }
}
