/* Jewelry Home Variant */

/* ── Hero ── */
.jwl-hero { position: relative; overflow: hidden; background: #0d0d0d; }
.jwl-hero-track { position: relative; height: 600px; }
.jwl-hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1s ease;
}
.jwl-hero-slide.active { opacity: 1; }
.jwl-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 55%, transparent 100%);
}
.jwl-hero-caption {
  position: absolute; top: 50%; transform: translateY(-50%);
  left: 0; right: 0;
}
.jwl-hero-eyebrow {
  display: block; font-size: 11px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--molla-accent); margin-bottom: 18px;
}
.jwl-hero-title {
  font-size: 3.6rem; font-weight: 200; color: #fff;
  letter-spacing: 4px; line-height: 1.2; margin-bottom: 36px;
  text-transform: uppercase; max-width: 560px;
}
.jwl-hero-btn {
  display: inline-block; padding: 14px 40px;
  border: 1px solid rgba(255,255,255,.5); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  text-decoration: none; transition: background .25s, border-color .25s;
}
.jwl-hero-btn:hover { background: var(--molla-accent); border-color: var(--molla-accent); color: #fff; }
.jwl-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18); color: #fff;
  font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: border-color .2s, background .2s; z-index: 2;
}
.jwl-arrow:hover { border-color: var(--molla-accent); background: var(--molla-accent); }
.jwl-prev { left: 28px; }
.jwl-next { right: 28px; }
.jwl-dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.jwl-dot {
  width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.35);
  border: none; cursor: pointer; padding: 0; transition: background .2s, transform .2s;
}
.jwl-dot.active { background: var(--molla-accent); transform: scale(1.4); }

/* ── Shared Section ── */
.jwl-eyebrow {
  display: block; font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--molla-accent); margin-bottom: 10px;
}
.jwl-section-head { margin-bottom: 44px; }
.jwl-section-head--center { text-align: center; }
.jwl-section-title {
  font-size: 26px; font-weight: 200; letter-spacing: 3px; text-transform: uppercase; color: #111;
}

/* ── Category Grid ── */
.jwl-cats-section { padding: 80px 0; }
.jwl-cats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.jwl-cat-card {
  position: relative; overflow: hidden; aspect-ratio: 3/4; display: block;
  text-decoration: none;
}
.jwl-cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.jwl-cat-card:hover img { transform: scale(1.05); }
.jwl-cat-placeholder { width: 100%; height: 100%; background: #e8e0d5; }
.jwl-cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.1) 50%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 24px 20px;
  transition: background .3s;
}
.jwl-cat-card:hover .jwl-cat-overlay { background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.2) 60%, transparent 100%); }
.jwl-cat-name {
  font-size: 15px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: #fff; margin-bottom: 8px;
}
.jwl-cat-cta {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--molla-accent); display: flex; align-items: center; gap: 6px;
  opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s;
}
.jwl-cat-card:hover .jwl-cat-cta { opacity: 1; transform: translateY(0); }

/* ── Products ── */
.jwl-products-section { padding: 80px 0; }
.jwl-bg-light { background: #faf8f5; }
.jwl-products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.jwl-products-grid--4 { grid-template-columns: repeat(5, 1fr); }
.jwl-view-all-wrap { text-align: center; margin-top: 48px; }
.jwl-btn-outline {
  display: inline-block; padding: 13px 40px;
  border: 1px solid #111; color: #111; font-size: 11px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase; text-decoration: none;
  transition: background .2s, color .2s;
}
.jwl-btn-outline:hover { background: #111; color: #fff; }

/* ── Editorial Banner ── */
.jwl-editorial { overflow: hidden; }
.jwl-editorial-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.jwl-editorial-img { overflow: hidden; }
.jwl-editorial-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.jwl-editorial:hover .jwl-editorial-img img { transform: scale(1.04); }
.jwl-editorial-body {
  background: #0d0d0d; display: flex; flex-direction: column;
  justify-content: center; padding: 64px 72px;
}
.jwl-editorial-body .jwl-eyebrow { color: var(--molla-accent); }
.jwl-editorial-title {
  font-size: 2.4rem; font-weight: 200; color: #fff; letter-spacing: 3px;
  text-transform: uppercase; line-height: 1.3; margin: 16px 0 24px;
}
.jwl-editorial-text { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.9; margin-bottom: 40px; }
.jwl-btn-dark {
  display: inline-block; padding: 13px 36px;
  border: 1px solid var(--molla-accent); color: var(--molla-accent);
  font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  text-decoration: none; transition: background .2s, color .2s; align-self: flex-start;
}
.jwl-btn-dark:hover { background: var(--molla-accent); color: #fff; }

/* ── Brands ── */
.jwl-brands-section { padding: 48px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.jwl-brands-label {
  text-align: center; font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: #bbb; margin-bottom: 28px;
}
.jwl-brands-inner { display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; }
.jwl-brand-item { text-decoration: none; opacity: .4; transition: opacity .2s; }
.jwl-brand-item:hover { opacity: 1; }
.jwl-brand-item img { max-height: 28px; max-width: 90px; object-fit: contain; filter: grayscale(100%); }
.jwl-brand-item:hover img { filter: none; }
.jwl-brand-name { font-size: 13px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: #333; }

/* ── Blog ── */
.jwl-blog-section { padding: 80px 0; }
.jwl-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.jwl-blog-card { display: block; text-decoration: none; color: inherit; }
.jwl-blog-img { aspect-ratio: 4/3; overflow: hidden; margin-bottom: 22px; }
.jwl-blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.jwl-blog-card:hover .jwl-blog-img img { transform: scale(1.04); }
.jwl-blog-title { font-size: 15px; font-weight: 600; color: #111; margin-bottom: 10px; line-height: 1.5; }
.jwl-blog-excerpt { font-size: 13px; color: #888; line-height: 1.7; margin-bottom: 14px; }
.jwl-read-more { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--molla-accent); display: flex; align-items: center; gap: 6px; }

/* ── Newsletter ── */
.jwl-nl-section { padding: 80px 0; text-align: center; background: #faf8f5; }
.jwl-nl-title { font-size: 24px; font-weight: 200; letter-spacing: 3px; text-transform: uppercase; color: #111; margin: 10px 0 12px; }
.jwl-nl-sub { font-size: 13px; color: #888; margin-bottom: 32px; }
.jwl-nl-form { display: flex; max-width: 460px; margin: 0 auto; }
.jwl-nl-input {
  flex: 1; border: 1px solid #ccc; border-right: none;
  padding: 13px 18px; font-size: 13px; outline: none; background: #fff;
}
.jwl-nl-input:focus { border-color: var(--molla-accent); }
.jwl-nl-btn {
  padding: 13px 28px; background: #111; color: #fff;
  border: none; font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; cursor: pointer; transition: background .2s;
}
.jwl-nl-btn:hover { background: var(--molla-accent); }

/* ── Responsive ── */
@media (max-width: 1199px) {
  .jwl-products-grid, .jwl-products-grid--4 { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1024px) {
  .jwl-products-grid, .jwl-products-grid--4 { grid-template-columns: repeat(3, 1fr); }
  .jwl-editorial-body { padding: 48px 40px; }
}
@media (max-width: 768px) {
  .jwl-hero-track { height: 460px; }
  .jwl-hero-title { font-size: 2.4rem; }
  .jwl-cats-grid { grid-template-columns: repeat(2, 1fr); }
  .jwl-products-grid, .jwl-products-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .jwl-editorial-inner { grid-template-columns: 1fr; }
  .jwl-editorial-img { aspect-ratio: 16/9; }
  .jwl-editorial-body { padding: 48px 32px; }
  .jwl-blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .jwl-hero-track { height: 320px; }
  .jwl-hero-title { font-size: 1.8rem; letter-spacing: 2px; }
  .jwl-products-grid, .jwl-products-grid--4 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .jwl-blog-grid { grid-template-columns: 1fr; }
  .jwl-nl-form { flex-direction: column; }
  .jwl-nl-input { border-right: 1px solid #ccc; border-bottom: none; }
}
