:root {
  --bg: #f6f1ec;
  --surface: #ffffff;
  --surface-2: #f1e9e2;
  --text: #22191b;
  --muted: #73676a;
  --dark: #1b1416;
  --gold: #c7a46a;
  --gold-2: #e8cf9f;
  --line: rgba(34, 25, 27, 0.12);
  --shadow: 0 18px 55px rgba(26, 17, 20, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.section { padding: 90px 0; }
.section-head { max-width: 760px; margin-bottom: 32px; }
.section-head.center { text-align: center; margin-inline: auto; margin-bottom: 42px; }
.section-tag {
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--gold);
  font-weight: 700;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; line-height: 1.05; margin: 0 0 14px; }
h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); }
h3 { font-size: 1.9rem; }
p { margin: 0 0 14px; color: var(--muted); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 700;
  transition: transform .25s ease, opacity .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #201617; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-light { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(10px); }
.btn-full { width: 100%; }
.icon-btn, .menu-toggle {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; position: relative;
}
#loader {
  position: fixed; inset: 0; display: grid; place-items: center; background: #120d0f; z-index: 9999; transition: opacity .6s ease, visibility .6s ease;
}
#loader.hide { opacity: 0; visibility: hidden; }
.loader-mark { text-align: center; color: #fff; }
.loader-mark span {
  display: inline-grid; place-items: center; width: 78px; height: 78px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 2rem; font-family: 'Cormorant Garamond', serif; margin-bottom: 12px;
}
.site-header {
  position: sticky; top: 0; z-index: 900; backdrop-filter: blur(12px); background: rgba(246,241,236,.82); border-bottom: 1px solid rgba(34,25,27,.08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand strong { display: block; font-size: 1.2rem; }
.brand small { color: var(--muted); display: block; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold), #f4dfbb); color: #24191a; font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; box-shadow: var(--shadow);
}
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: #473c3f; font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; }
#cartCount {
  position: absolute; top: -4px; right: -2px; min-width: 22px; height: 22px; border-radius: 999px; background: var(--gold); color: #1c1213; font-size: .76rem; display: grid; place-items: center; font-weight: 800;
}
.hero {
  position: relative; min-height: calc(100vh - 84px); display: flex; align-items: center; overflow: hidden; background: #110d0f;
}
.hero-slider, .hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease; transform: scale(1.04); }
.hero-slide.active { opacity: 1; }
.hero-overlay { background: linear-gradient(90deg, rgba(17,13,15,.82) 0%, rgba(17,13,15,.55) 42%, rgba(17,13,15,.25) 100%); }
.hero-content { position: relative; z-index: 2; padding: 90px 0; }
.hero-text { max-width: 720px; color: #fff; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: #f1d6a7; letter-spacing: .16em; text-transform: uppercase; font-size: .82rem; font-weight: 700; }
.hero-text p { color: rgba(255,255,255,.84); max-width: 620px; font-size: 1.08rem; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.hero-stats { list-style: none; padding: 0; margin: 34px 0 0; display: flex; flex-wrap: wrap; gap: 16px; }
.hero-stats li { min-width: 140px; padding: 16px 20px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.hero-stats strong { display: block; color: #fff; font-size: 1.35rem; }
.hero-stats span { color: rgba(255,255,255,.78); font-size: .94rem; }
.brand-bar { background: #1a1315; color: #f6ece4; padding: 18px 0; }
.brand-bar-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.brand-bar-grid div { display: flex; align-items: center; gap: 10px; justify-content: center; text-align: center; }
.grid-2 { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.about-card, .map-card, .benefit-card, .testimonial-card, .product-card, .collection-card, .about-media, .lookbook-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.about-card {
  background: linear-gradient(180deg, #fff, #f8f2ec); padding: 42px; box-shadow: var(--shadow); border: 1px solid rgba(34,25,27,.06);
}
.about-media, .lookbook-media { position: relative; box-shadow: var(--shadow); }
.about-media img, .lookbook-media img { height: 560px; object-fit: cover; }
.floating-note {
  position: absolute; left: 22px; bottom: 22px; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); border-radius: 18px; padding: 16px 18px; box-shadow: var(--shadow);
}
.collection-grid, .benefits-grid, .products-grid, .insta-grid {
  display: grid; gap: 24px;
}
.collection-grid { grid-template-columns: repeat(3, 1fr); }
.collection-card { position: relative; min-height: 520px; box-shadow: var(--shadow); }
.collection-card img { height: 100%; object-fit: cover; }
.collection-content {
  position: absolute; inset: auto 0 0 0; padding: 28px; color: #fff; background: linear-gradient(180deg, transparent, rgba(17,13,15,.84));
}
.filter-bar { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.filter-btn {
  padding: 12px 18px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-weight: 700; color: #463b3e;
}
.filter-btn.active { background: var(--dark); color: #fff; border-color: var(--dark); }
.products-grid { grid-template-columns: repeat(3, 1fr); }
.product-card { background: #fff; box-shadow: var(--shadow); border: 1px solid rgba(34,25,27,.06); display: flex; flex-direction: column; }
.product-media { position: relative; overflow: hidden; }
.product-media img { height: 390px; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.06); }
.product-badge {
  position: absolute; top: 18px; left: 18px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.88); font-size: .8rem; font-weight: 800;
}
.product-info { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.product-info p { min-height: 72px; }
.product-meta { margin: auto 0 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.product-meta strong { font-size: 1.25rem; color: var(--dark); }
.product-meta span { color: var(--gold); font-weight: 700; }
.benefits-grid { grid-template-columns: repeat(4, 1fr); }
.benefit-card {
  padding: 28px; background: linear-gradient(180deg, #fff, #f8f2ec); box-shadow: var(--shadow); border: 1px solid rgba(34,25,27,.06);
}
.benefit-card i { font-size: 1.5rem; color: var(--gold); margin-bottom: 16px; }
.lookbook-content .check-list { list-style: none; padding: 0; margin: 22px 0 28px; }
.check-list li { padding-left: 28px; position: relative; margin-bottom: 10px; color: #4b4043; font-weight: 600; }
.check-list li::before { content: '\f058'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; color: var(--gold); }
.testimonial-slider { position: relative; max-width: 940px; margin: 0 auto; }
.testimonial-track { position: relative; min-height: 260px; }
.testimonial-card {
  position: absolute; inset: 0; opacity: 0; transform: translateY(10px); transition: all .35s ease; background: #fff; padding: 36px; box-shadow: var(--shadow); border: 1px solid rgba(34,25,27,.06); text-align: center;
}
.testimonial-card.active { opacity: 1; transform: translateY(0); }
.stars { color: #f2b938; letter-spacing: .18em; margin-bottom: 14px; }
.slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; border: 0; background: #fff; box-shadow: var(--shadow); z-index: 2;
}
.prev { left: -24px; }
.next { right: -24px; }
.insta-grid { grid-template-columns: repeat(4, 1fr); }
.insta-grid img { height: 360px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.contact-info { background: linear-gradient(180deg, #fff, #f7f0e8); padding: 40px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-list { display: grid; gap: 14px; margin: 24px 0 28px; }
.contact-list div { display: flex; gap: 12px; align-items: flex-start; color: #4d4245; }
.contact-list i { color: var(--gold); margin-top: 5px; }
.map-card { min-height: 100%; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; min-height: 480px; border: 0; }
.site-footer { background: #161012; color: #f6ede4; padding-top: 52px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 28px; }
.site-footer h4 { margin-bottom: 14px; font-size: 1.5rem; }
.site-footer a { display: block; margin-bottom: 10px; color: rgba(255,255,255,.8); }
.footer-brand { margin-bottom: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 24px; padding: 18px 0 26px; text-align: center; }
.footer-bottom p, .site-footer p { color: rgba(255,255,255,.68); }
.floating-whatsapp, .back-to-top {
  position: fixed; right: 20px; width: 58px; height: 58px; border: 0; border-radius: 50%; display: grid; place-items: center; z-index: 950; box-shadow: 0 16px 35px rgba(0,0,0,.18); transition: transform .25s ease, opacity .25s ease;
}
.floating-whatsapp { bottom: 92px; background: #25D366; color: #fff; font-size: 1.6rem; }
.back-to-top { bottom: 24px; background: var(--dark); color: #fff; opacity: 0; pointer-events: none; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: -430px; width: min(100%, 410px); height: 100vh; background: #fff; z-index: 1001; box-shadow: -16px 0 40px rgba(0,0,0,.12); transition: right .35s ease; display: flex; flex-direction: column;
}
.cart-drawer.open { right: 0; }
.cart-overlay {
  position: fixed; inset: 0; background: rgba(16,11,13,.35); backdrop-filter: blur(3px); opacity: 0; pointer-events: none; z-index: 1000; transition: opacity .35s ease;
}
.cart-overlay.show { opacity: 1; pointer-events: auto; }
.cart-header, .cart-footer { padding: 22px; border-bottom: 1px solid var(--line); }
.cart-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cart-body { padding: 16px 22px 22px; overflow: auto; flex: 1; }
.cart-footer { border-bottom: 0; border-top: 1px solid var(--line); }
.summary-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.summary-row.small { font-size: .95rem; color: var(--muted); }
.cart-item {
  display: grid; grid-template-columns: 88px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(34,25,27,.08);
}
.cart-item img { width: 88px; height: 100px; object-fit: cover; border-radius: 16px; }
.cart-item h4 { font-size: 1.35rem; margin-bottom: 6px; }
.cart-item p { margin: 0; }
.remove-item { border: 0; background: transparent; color: #9a767a; font-size: .9rem; }
.empty-cart { height: 100%; min-height: 240px; display: grid; place-items: center; text-align: center; color: var(--muted); }
.empty-cart i { font-size: 2rem; display: block; margin-bottom: 10px; color: var(--gold); }
.reveal { opacity: 0; transform: translateY(28px); transition: all .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.hidden { display: none !important; }

@media (max-width: 1080px) {
  .products-grid, .collection-grid, .benefits-grid, .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .prev { left: 0; } .next { right: 0; }
}
@media (max-width: 860px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav {
    position: absolute; left: 16px; right: 16px; top: calc(100% + 10px); background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 18px; display: none; flex-direction: column; align-items: flex-start; gap: 16px;
  }
  .nav.open { display: flex; }
  .brand-bar-grid { grid-template-columns: repeat(2,1fr); }
  .hero { min-height: 90vh; }
  .hero-overlay { background: linear-gradient(180deg, rgba(17,13,15,.78) 0%, rgba(17,13,15,.58) 50%, rgba(17,13,15,.48) 100%); }
  .hero-stats li { flex: 1 1 calc(50% - 8px); }
  .about-media img, .lookbook-media img { height: 420px; }
  .product-media img { height: 330px; }
}
@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .nav-wrap { min-height: 76px; }
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.15rem; }
  .hero-content { padding: 74px 0; }
  .hero-text p { font-size: 1rem; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .hero-stats { gap: 12px; }
  .hero-stats li { min-width: 100%; }
  .brand-bar-grid, .products-grid, .collection-grid, .benefits-grid, .insta-grid { grid-template-columns: 1fr; }
  .about-card, .contact-info, .benefit-card, .testimonial-card { padding: 26px; }
  .about-media img, .lookbook-media img, .insta-grid img { height: 320px; }
  .filter-bar { overflow-x: auto; padding-bottom: 6px; flex-wrap: nowrap; }
  .filter-btn { flex: 0 0 auto; }
  .slider-arrow { width: 42px; height: 42px; top: auto; bottom: -54px; transform: none; }
  .prev { left: calc(50% - 48px); } .next { right: calc(50% - 48px); }
  .testimonial-track { min-height: 320px; }
  .floating-whatsapp, .back-to-top { width: 54px; height: 54px; right: 14px; }
  .floating-whatsapp { bottom: 82px; }
  .back-to-top { bottom: 18px; }
  .cart-item { grid-template-columns: 74px 1fr; }
  .cart-item > div:last-child { grid-column: 2; }
  .reverse-mobile { display: flex; flex-direction: column-reverse; }
}
