/* ─── Hero ─── */
.hero {
  padding: clamp(5rem, 9vw, 9.5rem) 0 clamp(3.5rem, 6vw, 6rem);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 72% 45%, rgba(201,169,122,0.09), transparent 60%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hero-banner {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 560px);
  margin-top: -7.9rem;
  margin-bottom: clamp(0.25rem, 0.7vw, 0.75rem);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 70px rgba(11,9,8,0.92);
}

.hero-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,9,8,0.22), rgba(11,9,8,0.38));
  pointer-events: none;
}

.hero-banner-img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.68) contrast(1.05) saturate(0.86);
  opacity: 0.92;
}

.hero-text h1 {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 1.06;
  font-style: italic;
}

.hero-text h1 em { font-style: normal; color: var(--primary); }

.hero-desc {
  margin-top: 1.2rem;
  max-width: 44ch;
  font-size: 0.96rem;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-meta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}

.hero-meta-item { font-size: 0.82rem; color: var(--muted); }
.hero-meta-item strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--accent);
}

.hero-media {
  position: relative;
  min-height: 520px;
}

.hero-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(0,0,0,0.65);
  border: 1px solid rgba(201,169,122,0.1);
  max-width: 420px;
  margin-left: auto;
  aspect-ratio: 521 / 699;
}
.hero-img-main img { width: 100%; height: auto; object-fit: cover; }

.hero-img-float {
  position: absolute;
  left: -16px;
  bottom: -36px;
  width: min(52%, 268px);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 4px solid rgba(255,255,255,0.04);
  box-shadow: 0 16px 44px rgba(0,0,0,0.65);
}
.hero-img-float img { width: 100%; height: 100%; object-fit: cover; }

/* ─── Features strip ─── */
.features {
  background: var(--bg-alt);
  padding: 3rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.4rem 1.3rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(201,169,122,0.1);
  border: 1px solid rgba(201,169,122,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0.15rem;
}

.feature-card h2 { font-size: 1.35rem; }
.feature-card p { font-size: 0.89rem; }

/* ─── Gallery preview ─── */
.gallery-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
  margin-bottom: 1.8rem;
}

.gp-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 2/3;
  background: var(--card);
}
.gp-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gp-item:hover img { transform: scale(1.05); }

.gallery-preview-cta { text-align: center; }

/* ─── About home ─── */
.about-home {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.about-home-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0,0,0,0.62);
  border: 1px solid rgba(201,169,122,0.09);
  max-height: 580px;
}
.about-home-photo img { width: 100%; height: 100%; object-fit: cover; }

.about-home-copy h2 { margin-top: 0.25rem; margin-bottom: 1rem; }
.about-home-copy p + p { margin-top: 0.75rem; }
.about-home-copy .btn { margin-top: 1.6rem; }

/* ─── Candles preview ─── */
.candles-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.9rem;
}

.candle-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: border-color 0.25s, transform 0.25s;
}
.candle-card:hover { border-color: rgba(201,169,122,0.38); transform: translateY(-3px); }

.candle-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--border);
}

.candle-card h3 { font-size: 1.2rem; margin-top: 0.15rem; }
.candle-card p { font-size: 0.87rem; }

/* ─── Responsive ─── */
@media (max-width: 1020px) {
  .hero-inner, .about-home { grid-template-columns: 1fr; }

  .hero-banner {
    width: min(100%, 520px);
    margin-top: -2.2rem;
    margin-bottom: 0.2rem;
  }

  .hero-media {
    min-height: 0;
    padding-bottom: 3rem;
    margin-top: 0.8rem;
  }

  .hero-img-main { margin-left: 0; max-width: 520px; }
  .hero-img-float { left: auto; right: 0; bottom: 0; }

  .gallery-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .about-home-photo { max-height: 420px; }
}

@media (max-width: 640px) {
  .hero-banner {
    width: min(100%, 440px);
    margin-top: -1.15rem;
  }

  .hero-img-float { width: 44%; border-width: 3px; }

  .features-grid { grid-template-columns: 1fr; gap: 0.65rem; }
}

/* Hide the large hero banner on non-phone screens (show only on small/mobile) */
@media (min-width: 641px) {
  .hero-banner {
    display: none !important;
  }
}
