:root {
  --dark: #111111;
  --soft-dark: #2b2723;
  --gold: #c8a45d;
  --gold-dark: #9d7a35;
  --cream: #f8f5f1;
  --champagne: #efe4d3;
  --white: #ffffff;
  --muted: #756f68;
  --border: rgba(17, 17, 17, .1);
  --shadow: 0 24px 60px rgba(17, 17, 17, .1);
  --font-title: 'Cormorant Garamond', serif;
  --font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--dark);
  background: var(--white);
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.top-bar {
  background: var(--dark);
  color: var(--champagne);
  font-size: .82rem;
  padding: .55rem 0;
}

.brand {
  font-family: var(--font-title);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.brand span { color: var(--gold); }
.navbar { --bs-navbar-padding-y: .9rem; }
.nav-link { font-weight: 600; font-size: .94rem; color: var(--soft-dark); }
.nav-link:hover { color: var(--gold-dark); }
.icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .25s ease;
}
.icon-btn:hover { background: var(--cream); color: var(--gold-dark); }
.cart-btn { position: relative; }
.cart-btn span {
  position: absolute;
  top: -7px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--dark);
  font-size: .72rem;
  font-weight: 700;
}

.hero-section {
  min-height: 82vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 85% 15%, rgba(200,164,93,.22), transparent 28%),
    linear-gradient(135deg, var(--cream), #fff 55%, #f3eadf);
  padding: 5rem 0;
}
.eyebrow {
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .75rem;
  font-weight: 800;
  display: inline-block;
  margin-bottom: .8rem;
}
.eyebrow.light { color: var(--champagne); }
h1, h2, h3 { font-family: var(--font-title); line-height: 1.05; }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); margin-bottom: 1.4rem; }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); margin-bottom: 1rem; }
h3 { font-size: 1.45rem; }
.hero-section p, .section-heading p, .brand-banner p, .collection-box p, .newsletter-box p { color: var(--muted); max-width: 620px; }
.btn { border-radius: 999px; padding: .9rem 1.45rem; font-weight: 800; }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: var(--white); }
.btn-outline-dark:hover { background: var(--dark); }
.btn-light-gold { background: var(--champagne); color: var(--dark); border: none; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; font-size: .9rem; font-weight: 700; }
.hero-badges i { color: var(--gold-dark); }
.hero-image {
  min-height: 600px;
  border-radius: 42px;
  background:
    linear-gradient(to bottom, rgba(17,17,17,.08), rgba(17,17,17,.42)),
    url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?auto=format&fit=crop&w=1100&q=80') center/cover;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.floating-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.55);
  padding: 1rem 1.2rem;
  border-radius: 24px;
  max-width: 280px;
}
.floating-card strong, .floating-card small { display: block; }
.floating-card small { color: var(--muted); }

.section-padding { padding: 6rem 0; }
.bg-soft { background: var(--cream); }
.section-heading { margin-bottom: 3rem; }
.category-card {
  min-height: 230px;
  border-radius: 30px;
  padding: 1.5rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(17,17,17,.08);
}
.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,.02));
}
.category-card > * { position: relative; z-index: 1; }
.category-card p { margin: 0; color: rgba(255,255,255,.82); }
.category-1 { background-image: url('https://images.unsplash.com/photo-1605100804763-247f67b3557e?auto=format&fit=crop&w=900&q=80'); }
.category-2 { background-image: url('https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?auto=format&fit=crop&w=900&q=80'); }
.category-3 { background-image: url('https://images.unsplash.com/photo-1611591437281-460bfbe1220a?auto=format&fit=crop&w=900&q=80'); }
.category-4 { background-image: url('https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?auto=format&fit=crop&w=900&q=80'); }
.category-5 { background-image: url('https://images.unsplash.com/photo-1589674781759-c21c37956a44?auto=format&fit=crop&w=900&q=80'); }
.category-6 { background-image: url('https://images.unsplash.com/photo-1543294001-f7cd5d7fb516?auto=format&fit=crop&w=900&q=80'); }

.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  transition: .25s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image {
  min-height: 310px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(255,255,255,.9);
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .75rem;
  font-weight: 800;
}
.product-content { padding: 1.3rem; }
.product-content p { color: var(--muted); font-size: .92rem; }
.price { font-weight: 900; font-size: 1.15rem; }
.installment { color: var(--muted); font-size: .84rem; }
.product-actions { display: flex; gap: .7rem; margin-top: 1rem; }
.product-actions .btn { flex: 1; padding: .75rem 1rem; }
.link-elegant { font-weight: 800; color: var(--gold-dark); border-bottom: 1px solid currentColor; }

.brand-banner {
  background: var(--dark);
  color: var(--white);
  padding: 6rem 0;
}
.brand-banner p { color: rgba(255,255,255,.72); }
.banner-image {
  min-height: 480px;
  border-radius: 36px;
  background: url('https://images.unsplash.com/photo-1617038260897-41a1f14a8ca0?auto=format&fit=crop&w=1100&q=80') center/cover;
}
.benefit-item {
  padding: 2rem 1rem;
  border: 1px solid var(--border);
  border-radius: 28px;
  height: 100%;
}
.benefit-item i { font-size: 2rem; color: var(--gold-dark); }
.benefit-item h3 { font-size: 1.25rem; margin-top: 1rem; }
.benefit-item p { color: var(--muted); margin: 0; }
.collection-section { padding: 4rem 0; background: linear-gradient(135deg, #fff, var(--champagne)); }
.collection-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid rgba(157,122,53,.25);
  border-radius: 36px;
  background: rgba(255,255,255,.58);
  padding: 3rem;
}
.testimonial {
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 2rem;
  height: 100%;
  background: var(--white);
}
.stars { color: var(--gold-dark); letter-spacing: .15em; margin-bottom: 1rem; }
.testimonial p { color: var(--muted); }
.insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.insta-grid div {
  min-height: 220px;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
}
.insta-grid div:nth-child(1) { background-image: url('https://images.unsplash.com/photo-1506630448388-4e683c67ddb0?auto=format&fit=crop&w=700&q=80'); }
.insta-grid div:nth-child(2) { background-image: url('https://images.unsplash.com/photo-1603974372039-adc49044b6bd?auto=format&fit=crop&w=700&q=80'); }
.insta-grid div:nth-child(3) { background-image: url('https://images.unsplash.com/photo-1620656798579-1984d9e87df6?auto=format&fit=crop&w=700&q=80'); }
.insta-grid div:nth-child(4) { background-image: url('https://images.unsplash.com/photo-1512163143273-bde0e3cc7407?auto=format&fit=crop&w=700&q=80'); }
.accordion-item { border: 1px solid var(--border); border-radius: 18px !important; margin-bottom: 1rem; overflow: hidden; }
.accordion-button { font-weight: 800; }
.accordion-button:not(.collapsed) { background: var(--cream); color: var(--dark); box-shadow: none; }
.newsletter-section { padding: 5rem 0; background: var(--cream); }
.newsletter-box {
  background: var(--dark);
  color: var(--white);
  border-radius: 36px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2rem;
  align-items: center;
}
.newsletter-box p { color: rgba(255,255,255,.72); }
.newsletter-form { display: flex; gap: .8rem; }
.newsletter-form input {
  flex: 1;
  min-height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: var(--white);
  padding: 0 1.2rem;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.65); }
.footer {
  background: #0c0c0c;
  color: rgba(255,255,255,.72);
  padding: 5rem 0 2rem;
}
.footer h3 { color: var(--white); font-size: 1.25rem; }
.footer a { display: block; color: rgba(255,255,255,.72); margin-bottom: .45rem; }
.footer a:hover { color: var(--gold); }
.footer-brand { color: var(--white) !important; margin-bottom: 1rem !important; }
.social-links { display: flex; gap: .8rem; }
.social-links a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .9rem; }
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  z-index: 10;
}
.toast-message {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(100px);
  background: var(--dark);
  color: var(--white);
  border-radius: 999px;
  padding: .9rem 1.3rem;
  box-shadow: var(--shadow);
  opacity: 0;
  transition: .3s ease;
  z-index: 20;
}
.toast-message.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 991.98px) {
  .hero-section { min-height: auto; padding: 4rem 0; }
  .hero-image { min-height: 440px; }
  .collection-box, .newsletter-box { grid-template-columns: 1fr; display: grid; padding: 2rem; }
  .collection-box { align-items: start; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-form { flex-direction: column; }
}

@media (max-width: 575.98px) {
  .section-padding { padding: 4rem 0; }
  .top-bar { font-size: .74rem; }
  .hero-image { min-height: 360px; border-radius: 28px; }
  .floating-card { left: 16px; right: 16px; bottom: 16px; }
  .category-card { min-height: 185px; padding: 1rem; border-radius: 22px; }
  .product-image { min-height: 250px; }
  .brand-banner, .newsletter-section { padding: 4rem 0; }
  .banner-image { min-height: 340px; }
  .insta-grid div { min-height: 160px; }
  .newsletter-box, .collection-box { border-radius: 26px; padding: 1.5rem; }
  .whatsapp-float { width: 52px; height: 52px; }
}
