/* Homepage-only visual refresh — scoped to .page-home so cart/checkout stay intact */

.page-home {
  --rh-primary: #5f8f58;
  --rh-primary-dark: #45703f;
  --rh-primary-mid: #7aa872;
  --rh-mint: #eaf5e6;
  --rh-cream: #f5f9f2;
  --rh-leaf: #9bc48f;
  --rh-text: #2a3528;
  --rh-muted: #6b7568;
  background:
    radial-gradient(ellipse 80% 45% at 100% 0%, rgba(155, 196, 143, 0.2), transparent 55%),
    radial-gradient(ellipse 60% 35% at 0% 15%, rgba(95, 143, 88, 0.1), transparent 50%),
    #fbfef9;
  color: var(--rh-text);
}

.page-home .lux-container {
  max-width: 1280px;
}

/* Announcement-like USP */
.page-home .lux-usp {
  background: linear-gradient(90deg, #e8f4e3, #f4faf1 50%, #eaf6e6);
  border: 1px solid rgba(95, 143, 88, 0.14);
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(70, 110, 60, 0.06);
}

.page-home .lux-usp__title {
  color: var(--rh-primary-dark);
  font-weight: 600;
}

.page-home .lux-usp__icon {
  background: var(--rh-mint);
  color: var(--rh-primary-dark);
  border-radius: 14px;
}

/* Hero */
.page-home .lux-hero-wrap {
  padding-inline: 20px;
}

.page-home .lux-hero {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(70, 110, 60, 0.14);
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.page-home .lux-hero::after {
  content: none;
}

/* Section headers */
.page-home .lux-eyebrow {
  color: var(--rh-primary-dark);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-home .lux-section-title,
.page-home .lux-mood__heading,
.page-home .lux-brand__title,
.page-home .lux-gift-cta__title,
.page-home .lux-sale__title {
  color: var(--rh-text);
  font-weight: 600;
}

.page-home .lux-section-header--center .lux-section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rh-leaf), var(--rh-primary));
}

.page-home .lux-section--warm {
  background:
    linear-gradient(180deg, rgba(242, 248, 239, 0.95), rgba(251, 254, 249, 0.9));
  border-block: 1px solid rgba(95, 143, 88, 0.08);
}

/* Categories */
.page-home .lux-cat-card {
  border: none;
  background: transparent;
  box-shadow: none;
}

.page-home .lux-cat-card__img {
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 10px 28px rgba(70, 110, 60, 0.12), 0 0 0 1px rgba(95, 143, 88, 0.12);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .lux-cat-card:hover .lux-cat-card__img {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(70, 110, 60, 0.16), 0 0 0 3px rgba(155, 196, 143, 0.55);
}

.page-home .lux-cat-card__title {
  font-weight: 600;
  margin-top: 12px;
}

/* Product cards */
.page-home .lux-product-card {
  border: 1px solid rgba(95, 143, 88, 0.12);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(70, 110, 60, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

.page-home .lux-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(70, 110, 60, 0.14);
  border-color: rgba(95, 143, 88, 0.28);
}

.page-home .lux-product-card__price {
  color: #4f7a48;
  font-weight: 700;
}

.page-home .lux-badge--sale,
.page-home .lux-badge {
  border-radius: 999px;
}

/* Mood / collections */
.page-home .lux-mood__tile {
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(70, 110, 60, 0.1);
  border: 1px solid rgba(95, 143, 88, 0.1);
  overflow: hidden;
}

.page-home .lux-mood__cta {
  color: var(--rh-primary-dark);
  font-weight: 600;
}

/* Buttons */
.page-home .lux-btn--primary {
  background: linear-gradient(135deg, var(--rh-primary-mid), var(--rh-primary) 55%, var(--rh-primary-dark));
  border: none;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(95, 143, 88, 0.28);
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .lux-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(95, 143, 88, 0.35);
  background: linear-gradient(135deg, var(--rh-primary), var(--rh-primary-dark));
}

.page-home .lux-btn--ghost {
  border-radius: 999px;
  border-color: rgba(95, 143, 88, 0.28);
  color: var(--rh-primary-dark);
}

.page-home .lux-btn--ghost:hover {
  background: var(--rh-mint);
}

/* Brand / gift / testimonials */
.page-home .lux-brand,
.page-home .lux-gift-cta__inner,
.page-home .lux-testimonial,
.page-home .lux-faq__item,
.page-home .lux-blog-card,
.page-home .lux-sale {
  border-radius: 22px;
}

.page-home .lux-gift-cta {
  background: linear-gradient(120deg, #e5f3e1, #f4faf1 50%, #eaf6e6);
  border-block: 1px solid rgba(95, 143, 88, 0.12);
}

.page-home .lux-gift-cta__inner {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(95, 143, 88, 0.14);
  box-shadow: 0 10px 30px rgba(70, 110, 60, 0.08);
  padding: 28px;
}

.page-home .lux-testimonial {
  border: 1px solid rgba(95, 143, 88, 0.12);
  box-shadow: 0 8px 24px rgba(70, 110, 60, 0.05);
  background: #fff;
}

.page-home .lux-testimonial__stars {
  color: var(--rh-primary);
}

.page-home .lux-blog-card {
  border: 1px solid rgba(95, 143, 88, 0.1);
  box-shadow: 0 8px 24px rgba(70, 110, 60, 0.05);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .lux-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(70, 110, 60, 0.12);
}

.page-home .lux-faq {
  background: #fff;
  border: 1px solid rgba(95, 143, 88, 0.12);
  border-radius: 22px;
  padding: 8px 20px;
  box-shadow: 0 10px 30px rgba(70, 110, 60, 0.06);
}

.page-home .lux-faq__question {
  font-weight: 600;
}

.page-home .lux-faq__item.is-open .lux-faq__question {
  color: var(--rh-primary-dark);
}

/* Soften fake claims visually via copy is separate; keep support item calm */
.page-home .lux-section-link {
  color: var(--rh-primary-dark);
  font-weight: 600;
  background: var(--rh-mint);
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
}

.page-home .lux-section-link:hover {
  background: #dcefd6;
}

@media (prefers-reduced-motion: reduce) {
  .page-home .lux-product-card,
  .page-home .lux-cat-card__img,
  .page-home .lux-btn--primary,
  .page-home .lux-blog-card {
    transition: none !important;
    transform: none !important;
  }
}

/* ── Mobile polish (homepage only) ── */
@media (max-width: 991px) {
  .page-home,
  .page-home .page-content,
  .page-home .main {
    overflow-x: clip;
    max-width: 100%;
  }

  .page-home .lux-hero-wrap,
  .page-home .page-content > .lux-hero-wrap:first-child {
    padding-inline: 12px;
    margin-top: 8px !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-home .lux-hero {
    border-radius: 16px;
    border-width: 2px;
    aspect-ratio: 2 / 1 !important;
    box-shadow: 0 10px 28px rgba(70, 110, 60, 0.12);
    width: 100%;
    max-width: 100%;
  }

  .page-home .lux-usp {
    margin: 10px 12px 0 !important;
    padding: 10px 8px !important;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(70, 110, 60, 0.06);
    width: auto;
    max-width: calc(100% - 24px);
  }

  .page-home .lux-usp__item {
    padding: 8px 4px !important;
    gap: 6px !important;
  }

  .page-home .lux-usp__icon {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.95rem !important;
    border-radius: 10px !important;
  }

  .page-home .lux-usp__title {
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
  }

  .page-home .lux-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-inline: 12px;
  }

  .page-home .lux-categories-grid,
  .page-home .lux-products-grid,
  .page-home .lux-mood__bento,
  .page-home .lux-banners {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Categories: rounded square (not circle+padding fight) */
  .page-home .lux-cat-card__img {
    border-radius: 18px;
    border-width: 2px;
    padding: 10px;
    box-shadow: 0 6px 16px rgba(70, 110, 60, 0.1), 0 0 0 1px rgba(95, 143, 88, 0.1);
  }

  .page-home .lux-cat-card:hover .lux-cat-card__img {
    transform: none;
  }

  .page-home .lux-cat-card__title {
    margin-top: 0;
    font-size: 1.25rem;
  }

  .page-home .lux-product-card,
  .page-home .lux-mood__tile,
  .page-home .lux-brand,
  .page-home .lux-gift-cta__inner,
  .page-home .lux-testimonial,
  .page-home .lux-blog-card,
  .page-home .lux-sale,
  .page-home .lux-faq {
    border-radius: 16px;
    max-width: 100%;
  }

  .page-home .lux-product-card:hover,
  .page-home .lux-blog-card:hover {
    transform: none;
  }

  .page-home .lux-mood__tile {
    min-height: 160px;
    padding: 18px 16px;
  }

  .page-home .lux-gift-cta__inner {
    padding: 20px 16px;
  }

  .page-home .lux-faq {
    padding: 4px 12px;
  }

  .page-home .lux-section-link {
    padding: 6px 12px;
    font-size: 0.875rem;
  }

  .page-home .lux-section-header--center .lux-section-title::after {
    width: 36px;
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .page-home .lux-hero-wrap {
    padding-inline: 10px;
    margin-top: 6px;
  }

  .page-home .lux-usp {
    margin: 8px 10px 0;
    padding: 10px 8px;
    max-width: calc(100% - 20px);
  }

  .page-home .lux-container {
    padding-inline: 10px;
  }

  .page-home .lux-categories-grid,
  .page-home .lux-products-grid {
    gap: 10px;
  }

  .page-home .lux-cat-card__img {
    padding: 8px;
    border-radius: 14px;
  }

  .page-home .lux-mood__tile {
    min-height: 140px;
    padding: 16px 14px;
  }
}
