:root {
  --color-dark: #080706;
  --color-dark-2: #15110d;
  --color-gold: #c9a45c;
  --color-gold-light: #e7c77f;
  --color-cream: #f7f1e8;
  --color-muted: #746b61;
  --color-white: #ffffff;
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, .12);
  --radius-xl: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-dark);
  background: var(--color-white);
  overflow-x: hidden;
}

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.05; }
h1 { font-size: clamp(2.6rem, 6vw, 5.8rem); color: var(--color-white); letter-spacing: -.06em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.045em; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }

.top-bar { background: var(--color-dark); color: var(--color-cream); border-bottom: 1px solid rgba(255,255,255,.08); }
.main-header { background: rgba(255,255,255,.92); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(0,0,0,.05); }
.navbar-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--color-dark); font-weight: 800; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--color-dark), #40301f); color: var(--color-gold-light); font-family: Georgia, serif; font-size: 1.6rem; }
.brand-text { display: flex; flex-direction: column; line-height: 1; font-size: 1.25rem; letter-spacing: -.03em; }
.brand-text small { font-size: .68rem; color: var(--color-muted); letter-spacing: .12em; text-transform: uppercase; margin-top: .25rem; }
.nav-link { color: var(--color-dark); font-weight: 600; font-size: .95rem; }
.nav-link:hover, .promo-link { color: var(--color-gold); }
.icon-btn { width: 42px; height: 42px; border: 1px solid rgba(0,0,0,.08); background: var(--color-white); border-radius: 50%; display: grid; place-items: center; transition: .25s ease; position: relative; }
.icon-btn:hover { background: var(--color-dark); color: var(--color-gold-light); transform: translateY(-2px); }
.cart-btn span { position: absolute; top: -5px; right: -5px; background: var(--color-gold); color: var(--color-dark); width: 20px; height: 20px; border-radius: 50%; font-size: .72rem; font-weight: 800; display: grid; place-items: center; }
.search-panel { display: none; border-top: 1px solid rgba(0,0,0,.08); background: var(--color-white); }
.search-panel.active { display: block; }

.hero-section { background: radial-gradient(circle at 80% 20%, rgba(201,164,92,.35), transparent 28%), linear-gradient(135deg, #070605 0%, #18110b 50%, #060504 100%); color: var(--color-cream); position: relative; overflow: hidden; }
.min-vh-75 { min-height: 75vh; padding: 5rem 0; }
.section-kicker { display: inline-flex; color: var(--color-gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; margin-bottom: 1rem; }
.section-kicker.dark { color: var(--color-gold); }
.hero-text { font-size: clamp(1.05rem, 2vw, 1.35rem); color: rgba(255,255,255,.78); max-width: 620px; }
.btn-gold { background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold)); color: #171008; border: 0; font-weight: 800; border-radius: 999px; padding: .85rem 1.5rem; box-shadow: 0 12px 30px rgba(201,164,92,.25); }
.btn-gold:hover { color: #171008; transform: translateY(-2px); }
.btn-outline-light { border-radius: 999px; font-weight: 700; padding: .85rem 1.5rem; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 1rem; color: rgba(255,255,255,.75); }
.hero-benefits i { color: var(--color-gold-light); margin-right: .3rem; }
.hero-product-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 30px 100px rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.1); }
.hero-product-card img { height: 560px; width: 100%; object-fit: cover; }
.floating-card { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; padding: 1.25rem; background: rgba(8,7,6,.72); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; display: grid; gap: .3rem; }
.floating-card span { color: rgba(255,255,255,.74); }
.floating-card small { color: var(--color-gold-light); font-weight: 800; }

.section-padding { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-heading p { color: var(--color-muted); font-size: 1.05rem; max-width: 640px; }
.text-center .section-heading p, .section-heading.text-center p { margin-left: auto; margin-right: auto; }
.bg-soft { background: var(--color-cream); }
.category-card, .product-card, .testimonial-card, .personality-card { background: var(--color-white); border: 1px solid rgba(0,0,0,.06); border-radius: 24px; box-shadow: 0 12px 40px rgba(0,0,0,.05); transition: .25s ease; }
.category-card { padding: 1.5rem; min-height: 170px; }
.category-card:hover, .product-card:hover, .personality-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.category-card i { color: var(--color-gold); font-size: 1.8rem; margin-bottom: 1rem; }
.category-card h3 { font-size: 1.25rem; }
.category-card p { color: var(--color-muted); margin-bottom: 0; }

.product-card { overflow: hidden; height: 100%; }
.product-image { position: relative; background: #eee; }
.product-image img { width: 100%; height: 300px; object-fit: cover; }
.product-badge { position: absolute; top: 1rem; left: 1rem; background: var(--color-dark); color: var(--color-gold-light); border-radius: 999px; padding: .35rem .75rem; font-size: .75rem; font-weight: 800; }
.favorite-btn { position: absolute; top: 1rem; right: 1rem; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); }
.product-content { padding: 1.25rem; }
.product-content h3 { font-size: 1.35rem; margin-bottom: .2rem; }
.product-meta, .product-notes, .installment { color: var(--color-muted); font-size: .92rem; }
.rating { color: var(--color-gold); font-size: .9rem; }
.price { font-size: 1.35rem; font-weight: 900; margin: .5rem 0 0; }
.add-cart { width: 100%; margin-top: 1rem; }
.link-premium { color: var(--color-dark); font-weight: 800; }
.link-premium:hover { color: var(--color-gold); }

.lifestyle-banner { padding: 8rem 0; background: linear-gradient(90deg, rgba(8,7,6,.88), rgba(8,7,6,.35)), url('https://images.unsplash.com/photo-1615634260167-c8cdede054de?auto=format&fit=crop&w=1600&q=80') center/cover; color: var(--color-white); }
.lifestyle-content { max-width: 650px; }
.lifestyle-content p { color: rgba(255,255,255,.78); font-size: 1.1rem; }
.personality-card { padding: 1.5rem; min-height: 145px; font-family: Georgia, serif; font-size: 1.35rem; display: flex; flex-direction: column; justify-content: center; }
.personality-card span { display: block; font-family: Inter, sans-serif; font-size: .95rem; color: var(--color-muted); margin-top: .5rem; }
.brands-strip { background: var(--color-dark); color: var(--color-cream); }
.brand-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem 2.4rem; }
.brand-list span { font-family: Georgia, serif; font-size: clamp(1.2rem, 3vw, 2rem); opacity: .75; }
.promo-box { background: linear-gradient(135deg, #110d08, #3a2918); color: var(--color-white); border-radius: var(--radius-xl); padding: clamp(2rem, 5vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; box-shadow: var(--shadow-soft); }
.promo-box p { color: rgba(255,255,255,.78); }
.testimonial-card { padding: 1.8rem; height: 100%; }
.testimonial-card div { color: var(--color-gold); letter-spacing: .1em; margin-bottom: 1rem; }
.testimonial-card p { color: var(--color-muted); }
.benefits-section { background: var(--color-dark); color: var(--color-cream); }
.benefits-section .col-6, .benefits-section .col-12 { display: flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 700; }
.benefits-section i { color: var(--color-gold-light); }
.newsletter-section { background: linear-gradient(180deg, #fff, var(--color-cream)); }
.newsletter-box { max-width: 820px; margin: 0 auto; background: var(--color-white); padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.newsletter-form { max-width: 620px; display: flex; gap: .75rem; margin-top: 1.5rem; }
.newsletter-form input { flex: 1; border: 1px solid rgba(0,0,0,.12); border-radius: 999px; padding: .9rem 1.2rem; outline: 0; }
.newsletter-form input:focus { border-color: var(--color-gold); box-shadow: 0 0 0 4px rgba(201,164,92,.13); }
#newsletterMsg { display: block; margin-top: 1rem; color: #198754; font-weight: 700; }
.footer { background: #070605; color: rgba(255,255,255,.72); }
.footer .navbar-brand { color: var(--color-white); }
.footer h3 { color: var(--color-white); font-size: 1.15rem; margin-bottom: 1rem; }
.footer a { color: rgba(255,255,255,.72); display: block; margin-bottom: .55rem; }
.footer a:hover { color: var(--color-gold-light); }
.social-links { display: flex; gap: .75rem; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
.footer hr { border-color: rgba(255,255,255,.12); margin: 2rem 0; }
.back-to-top { position: fixed; right: 1rem; bottom: 1rem; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--color-gold); color: var(--color-dark); box-shadow: var(--shadow-soft); display: none; z-index: 1000; }
.back-to-top.show { display: grid; place-items: center; }

@media (max-width: 991px) {
  .header-actions { justify-content: center; padding-top: 1rem; }
  .min-vh-75 { min-height: auto; padding: 4rem 0; }
  .hero-product-card img { height: 420px; }
  .promo-box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 575px) {
  .top-bar .container { font-size: .78rem; }
  .hero-section { text-align: center; }
  .hero-benefits { justify-content: center; }
  .hero-product-card img { height: 360px; }
  .floating-card { text-align: left; }
  .product-image img { height: 240px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form .btn { width: 100%; }
}
