/* ==========================================================================
   Iron Store — "Timeless Elegance" style hero
   Reusable, self-contained styles for the iron-theme hero section.
   ========================================================================== */

.light-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #b6852a url("../gold-background.jpg") center center / cover no-repeat;
  padding: 1.5rem 1rem 1.75rem;
}

.gold-texture-bg {
  background: #b6852a url("../gold-background.jpg") center center / cover no-repeat;
}

@media (min-width: 640px) {
  .light-hero { padding: 2rem 1.5rem 2.25rem; }
}

@media (min-width: 1024px) {
  .light-hero { padding: 2.5rem 2rem 2.75rem; }
}

.light-hero__inner {
  position: relative;
  margin: 0 auto;
  max-width: 100rem;
}

/* Premium badge, top-right */
.light-hero__badge {
  display: none;
  align-items: center;
  gap: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0.75rem 1rem;
  border-radius: 1.1rem;
  border: 1px solid #ecdfc2;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(35, 22, 16, 0.06);
}

@media (min-width: 640px) {
  .light-hero__badge { display: flex; }
}

.light-hero__badge-icon {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: #f6ecd9;
  color: #7a1f2b;
  font-size: 1.15rem;
}

.light-hero__badge-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2a1f1c;
  line-height: 1.2;
}

.light-hero__badge-sub {
  font-size: 0.72rem;
  color: #8c7a66;
  line-height: 1.3;
}

/* Grid layout: copy | product visual */
.light-hero__grid {
  display: grid;
  align-items: center;
  gap: 2.5rem;
  min-width: 0;
}

@media (min-width: 1024px) {
  .light-hero__grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 2.5rem;
  }
}

/* Copy column */
.light-hero__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .light-hero__copy { gap: 1.5rem; }
}

.light-hero__eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #4a0e17;
}

.light-hero__heading {
  margin: 0;
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.light-hero__heading-line {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: #4a0e17;
  font-size: clamp(2.75rem, 8vw, 5.25rem);
}

.light-hero__heading-script {
  display: block;
  font-family: "Sesbania", "Alex Brush", cursive;
  font-weight: 400;
  line-height: 1.05;
  font-size: clamp(3.5rem, 10vw, 6.75rem);
  color: #fffdf8;
  text-shadow: 0 10px 26px rgba(74, 14, 23, 0.35);
}

.light-hero__subtext {
  max-width: 30rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5c2a1e;
}

@media (min-width: 640px) {
  .light-hero__subtext { font-size: 1rem; }
}

/* Stat chips (10K+ Happy Customers / 4.9 Customer Rating) */
.light-hero__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.light-hero__stat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.light-hero__stat-icon {
  display: flex;
  flex: none;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: #f6ecd9;
  color: #7a1f2b;
  font-size: 1.1rem;
}

.light-hero__stat-icon--gold { color: #c9a227; }

.light-hero__stat-value {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2a1f1c;
  line-height: 1.2;
}

.light-hero__stat-label {
  font-size: 0.75rem;
  color: #6b3a24;
}

/* CTA buttons */
.light-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.25rem;
}

@media (min-width: 640px) {
  .light-hero__actions { flex-direction: row; align-items: center; }
}

.light-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: filter 160ms ease, background 160ms ease, transform 160ms ease;
  width: 100%;
}

@media (min-width: 640px) {
  .light-hero__btn { width: auto; }
}

.light-hero__btn:active { transform: translateY(1px); }

.light-hero__btn--primary {
  background: #7a1f2b;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(74, 14, 23, 0.3);
}

.light-hero__btn--primary:hover { background: #5c141e; }

.light-hero__btn--secondary {
  background: #ffffff;
  color: #2a1f1c;
  font-weight: 500;
  box-shadow: 0 10px 24px rgba(74, 14, 23, 0.16);
}

.light-hero__btn--secondary:hover { background: #fff7f0; }

/* Product visual column */
.light-hero__visual {
  position: relative;
  display: flex;
  min-height: 300px;
  min-width: 0;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 1024px) {
  .light-hero__visual { min-height: 560px; }
}

.light-hero__visual-backdrop {
  position: absolute;
  right: 4%;
  top: 50%;
  height: 82%;
  width: auto;
  aspect-ratio: 1 / 1;
  transform: translateY(-50%);
  border-radius: 999px;
  background: radial-gradient(circle at 38% 28%, #8a2532 0%, #6b1620 55%, #4a0e17 100%);
  box-shadow: 0 0 0 10px rgba(255, 253, 248, 0.18);
}

@media (min-width: 640px) {
  .light-hero__visual-backdrop { right: 8%; }
}

.light-hero__visual-shadow {
  position: absolute;
  bottom: 0.5rem;
  height: 4rem;
  width: 70%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.18), transparent 75%);
  filter: blur(6px);
}

.light-hero__visual-image-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 26rem;
}

.light-hero__visual-image {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 35px 45px rgba(0, 0, 0, 0.28));
}

/* Benefits strip */
.light-hero__benefits {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 1.5rem;
  border: 1px solid #ecdfc2;
  background: #ffffff;
  padding: 1.25rem;
  box-shadow: 0 12px 36px rgba(35, 22, 16, 0.06);
}

@media (min-width: 1024px) {
  .light-hero__benefits { grid-template-columns: repeat(4, 1fr); padding: 1.75rem; }
}

.light-hero__benefit {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.light-hero__benefit-icon {
  display: flex;
  flex: none;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f6ecd9;
  color: #2a1f1c;
  font-size: 1.1rem;
}

.light-hero__benefit-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2a1f1c;
}

.light-hero__benefit-sub {
  font-size: 0.75rem;
  color: #8c7a66;
}

@media (prefers-reduced-motion: reduce) {
  .light-hero__btn { transition: none !important; }
}
