:root{
  --cream:#FFF8F0;
  --ivory:#FFFFF7;
  --blush:#F7D8D8;
  --gold:#B8862B;
  --beige:#E8D8C3;
  --brown:#2B1B14;
  --rose:#EABFC4;
  --shadow:0 18px 50px rgba(74,52,40,.12);
  --shadow-soft:0 10px 28px rgba(74,52,40,.10);
  --radius:22px;
  --text-on-dark:rgba(255,255,247,.90);
  --muted-on-dark:rgba(255,255,247,.68);
  --text-on-light:rgba(74,52,40,.92);
  --muted-on-light:rgba(74,52,40,.64);
  --lux-topbar-height:34px;
}

html,body{height:100%}
body{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:linear-gradient(180deg, #1F140F 0%, #3B241B 100%);
  color:var(--text-on-dark);
}
body.page-home{
  background:#1F140F;
}

a{color:inherit}
a:hover{color:var(--gold)}

body .text-muted{color:var(--muted-on-dark) !important}
.muted{color:var(--muted-on-dark)}

.lux-section,
.lux-card,
.lux-topbar,
.category-strip,
.lux-drawer,
.masonry-overlay,
.campaign-overlay,
.modal-content,
.zoom-stage,
.lux-zoom-modal{
  color:var(--text-on-light);
}
.lux-section .text-muted,
.lux-card .text-muted,
.lux-topbar .text-muted,
.category-strip .text-muted,
.lux-drawer .text-muted,
.masonry-overlay .text-muted,
.campaign-overlay .text-muted,
.modal-content .text-muted,
.zoom-stage .text-muted,
.lux-zoom-modal .text-muted{
  color:var(--muted-on-light) !important;
}
.lux-section .muted,
.lux-card .muted,
.lux-topbar .muted,
.category-strip .muted,
.lux-drawer .muted,
.masonry-overlay .muted,
.campaign-overlay .muted,
.modal-content .muted,
.zoom-stage .muted,
.lux-zoom-modal .muted{
  color:var(--muted-on-light);
}

h1,h2,h3,h4,h5,h6{
  font-family:"Playfair Display",Georgia,serif;
  letter-spacing:.2px;
}

.lux-header{
  position:sticky;
  top:var(--lux-topbar-height);
  z-index:1035;
  transition:all .35s ease;
  background:rgba(255,255,247,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(216,181,109,.22);
  color:var(--text-on-light);
}
.lux-header::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(184,134,43,.20) 0%, rgba(255,255,247,0) 62%),
    linear-gradient(0deg, rgba(43,27,20,.06) 0%, rgba(255,255,247,0) 55%);
  pointer-events:none;
}
.lux-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg, rgba(184,134,43,.0), rgba(184,134,43,.65), rgba(255,255,247,.25), rgba(184,134,43,.0));
  pointer-events:none;
}
.lux-header > *{
  position:relative;
  z-index:1;
}
.lux-topbar-wrap{
  position:sticky;
  top:0;
  z-index:1045;
}
.lux-header .navbar-toggler{
  border-color:rgba(74,52,40,.22);
  padding:.22rem .55rem;
}
.lux-header .navbar-toggler:focus{
  box-shadow:0 0 0 .2rem rgba(184,134,43,.22);
}
.lux-topbar{
  background:rgba(255,255,247,.92);
  border-bottom:1px solid rgba(216,181,109,.18);
  color:rgba(74,52,40,.86);
}
.lux-header .navbar{
  padding-top:.45rem !important;
  padding-bottom:.45rem !important;
}
.lux-header .navbar-brand{
  padding-top:0;
  padding-bottom:0;
}
.lux-topbar-slider .carousel-inner{
  line-height:1.2;
}
.lux-topbar-slider .carousel-item{
  transition:opacity .5s ease;
}
.nav-spacer{
  width:38px;
  height:38px;
}

@media (max-width: 576px){
  :root{--lux-topbar-height:0px}
  .lux-topbar-wrap{display:none}
  .lux-header .navbar{padding-top:.38rem !important;padding-bottom:.38rem !important}
  .nav-spacer{width:34px;height:34px}
  .lux-drawer{--bs-offcanvas-width: 85vw}
}
.lux-drawer{
  background:var(--cream);
  --bs-offcanvas-width: 85vw;
  z-index:1060;
}
.offcanvas-backdrop{z-index:1055}
.lux-drawer .offcanvas-header{
  border-bottom:1px solid rgba(216,181,109,.18);
  background:rgba(255,255,247,.92);
  padding:10px 16px;
}
.lux-drawer .brand-title{
  background:none !important;
  -webkit-background-clip:initial;
  background-clip:initial;
  color:var(--brown) !important;
}
.lux-header .brand-title{
  background:none !important;
  -webkit-background-clip:initial;
  background-clip:initial;
  color:var(--brown) !important;
}
.lux-drawer .offcanvas-body{
  display:flex;
  flex-direction:column;
  padding:10px 16px 16px;
  overflow:hidden;
  align-items:stretch;
  justify-content:flex-start;
}
.lux-drawer .offcanvas-body nav{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  width:100%;
}

@media (min-width: 577px){
  .lux-drawer .offcanvas-body{
    align-items:stretch;
    justify-content:flex-start;
    padding-top:10px;
  }
  .lux-drawer .offcanvas-body nav{
    justify-content:flex-start;
  }
}
.lux-drawer .offcanvas-body .drawer-link{
  width:100%;
}
.lux-drawer .offcanvas-body .drawer-link + .drawer-link{
  margin-top:2px;
}

@media (max-width: 576px){
  .lux-drawer .offcanvas-header{
    padding:10px 16px;
  }
  .lux-drawer .offcanvas-body{
    padding:10px 16px 16px;
  }
  .drawer-link{
    padding:.62rem .85rem;
    font-size:1.05rem;
  }
}
.drawer-link{
  border-radius:14px;
  padding:.75rem .9rem;
  color:rgba(74,52,40,.82);
  font-weight:600;
}
.drawer-link:hover{
  background:rgba(247,216,216,.55);
  color:var(--brown);
}
.drawer-link.active{
  background:rgba(216,181,109,.18);
  color:var(--brown);
}

.category-strip{
  background:rgba(255,255,247,.92);
  border-bottom:1px solid rgba(216,181,109,.18);
}
.page-home .category-strip{
  background:rgba(31,20,15,.92);
  border-bottom:1px solid rgba(184,134,43,.18);
}
.cat-scroll{
  display:flex;
  gap:14px;
  overflow-x:auto;
  padding:14px 4px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}
.cat-scroll::-webkit-scrollbar{height:8px}
.cat-scroll::-webkit-scrollbar-thumb{background:rgba(216,181,109,.35);border-radius:999px}
.page-home .cat-scroll::-webkit-scrollbar-thumb{background:rgba(184,134,43,.32)}
.cat-item{
  scroll-snap-align:start;
  flex:0 0 auto;
  width:92px;
  text-decoration:none;
  color:inherit;
}
.cat-thumb{
  width:92px;
  height:92px;
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  border:1px solid rgba(216,181,109,.18);
  background:rgba(247,216,216,.35);
}
.page-home .cat-thumb{
  border-color:rgba(184,134,43,.24);
  background:rgba(255,255,247,.10);
}
.cat-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.cat-name{
  font-size:.85rem;
  font-weight:600;
  text-align:center;
  margin-top:8px;
  color:rgba(74,52,40,.85);
  line-height:1.2;
}
.page-home .cat-name{
  color:rgba(255,255,247,.88);
}

.home-video{
  overflow:hidden;
}
.video-placeholder{
  position:relative;
  width:100%;
  height:100%;
}
.video-placeholder img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.category-collage{
  margin-top:6px;
}
.category-tile{
  display:block;
}
.category-thumb{
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  border:1px solid rgba(216,181,109,.18);
  background:rgba(247,216,216,.22);
}
.category-label{
  text-align:center;
  font-weight:700;
  font-size:.86rem;
  margin-top:10px;
  color:var(--text-on-dark);
  line-height:1.2;
  text-shadow:0 10px 26px rgba(0,0,0,.45);
}
.collections-card .category-label{
  color:var(--text-on-light);
  text-shadow:none;
}

.style-slider{
  display:flex;
  gap:18px;
  overflow-x:auto;
  padding:4px 4px 14px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}
.style-slider::-webkit-scrollbar{height:8px}
.style-slider::-webkit-scrollbar-thumb{background:rgba(216,181,109,.35);border-radius:999px}
.style-slide{
  scroll-snap-align:start;
  flex:0 0 auto;
  width:min(320px, 82vw);
}
.style-card{
  height:100%;
}

@media (min-width: 992px){
  .style-slide{width:320px}
}
.brand-title{
  font-family:"Playfair Display",Georgia,serif;
  font-weight:800;
  font-size:1.18rem;
  letter-spacing:.5px;
  display:inline-flex;
  align-items:baseline;
  gap:8px;
  color:var(--brown);
}
.brand-99{
  font-weight:900;
  font-size:1.9rem;
  letter-spacing:.6px;
  color:var(--gold);
  text-shadow:
    0 1px 0 rgba(43,27,20,.18),
    0 2px 0 rgba(43,27,20,.16),
    0 3px 0 rgba(43,27,20,.14),
    0 12px 22px rgba(0,0,0,.18),
    1px -1px 0 rgba(255,255,247,.55);
}
.brand-word{
  font-weight:800;
  font-size:1.18rem;
  color:var(--brown);
}
@media (max-width: 576px){
  .brand-title{font-size:1.08rem}
  .brand-99{font-size:1.7rem}
  .brand-word{font-size:1.08rem}
}
@supports (-webkit-background-clip: text) or (background-clip: text){}
.lux-header.is-home{
  background:rgba(255,255,247,.92);
  border-bottom:1px solid rgba(184,134,43,.18);
}
.lux-header.is-scrolled{
  background:rgba(255,255,247,.97);
  border-bottom:1px solid rgba(184,134,43,.22);
  box-shadow:0 10px 34px rgba(0,0,0,.18);
}

.lux-header .navbar .nav-link{
  color:rgba(74,52,40,.86);
  font-weight:500;
  padding:.48rem .75rem;
  border-radius:999px;
  transition:all .25s ease;
}
.lux-header .navbar .nav-link:hover{
  background:rgba(184,134,43,.12);
  color:rgba(74,52,40,.96);
}
.lux-header .navbar .nav-link.active{
  background:rgba(184,134,43,.20);
  color:rgba(74,52,40,.96);
}

.brand-mark{display:flex;flex-direction:column;line-height:1.15}
.brand-name{font-family:"Playfair Display",Georgia,serif;font-weight:700;font-size:1.1rem}
.brand-sub{font-size:.82rem;color:rgba(74,52,40,.64)}

.btn-lux-primary{
  background:var(--gold);
  color:#fff;
  border:none;
  border-radius:30px;
  padding:12px 30px;
  transition:all .25s ease;
  box-shadow:0 12px 30px rgba(216,181,109,.35);
}
.btn-lux-primary:hover{
  background:var(--brown);
  color:#fff;
  transform:translateY(-1px);
}
.btn-lux-secondary{
  background:transparent;
  border:1px solid var(--gold);
  color:var(--gold);
  border-radius:30px;
  padding:12px 30px;
  transition:all .25s ease;
}
.btn-lux-secondary:hover{
  background:var(--gold);
  color:#fff;
  transform:translateY(-1px);
}

.lux-section{
  background:var(--ivory);
  border-radius:calc(var(--radius) + 6px);
  box-shadow:var(--shadow-soft);
}
.lux-card{
  border:none;
  background:rgba(255,255,247,.92);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  transition:transform .28s ease, box-shadow .28s ease;
}
.lux-card.d-block{
  height:100%;
  display:flex !important;
  flex-direction:column;
}
.lux-card.d-block .img-zoom{flex:1 1 auto}
.lux-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
}
.lux-img{
  width:100%;
  height:auto;
  display:block;
}
.img-zoom{
  overflow:hidden;
}
.img-zoom img{
  transition:transform .8s ease;
}
.lux-card:hover .img-zoom img{
  transform:scale(1.06);
}

.lux-product-carousel .carousel-indicators [data-bs-target]{
  width:7px;
  height:7px;
  border-radius:999px;
  background-color:rgba(216,181,109,.55);
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
  filter:invert(0) grayscale(100) brightness(0) contrast(1.2);
  opacity:.9;
}
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon{
  opacity:1;
}
.zoom-btn{
  position:absolute;
  top:14px;
  right:14px;
  z-index:5;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(216,181,109,.35);
  background:rgba(255,255,247,.92);
  box-shadow:0 10px 26px rgba(74,52,40,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(74,52,40,.85);
  transition:transform .2s ease, box-shadow .2s ease;
}
.zoom-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(74,52,40,.16);
}
.lux-zoom-modal{
  background:rgba(255,248,240,.98);
  border-radius:22px;
}
.zoom-stage{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(216,181,109,.25);
  background:rgba(255,255,247,.92);
}
.zoom-img{
  width:100%;
  height:auto;
  display:block;
  cursor:zoom-in;
  transform-origin:var(--zoom-x, 50%) var(--zoom-y, 50%);
  transition:transform .12s ease;
  touch-action:none;
}
.zoom-img.is-zoomed{
  cursor:zoom-out;
  transform:scale(1.9);
}

.hero{
  position:relative;
  min-height:88vh;
  display:flex;
  align-items:stretch;
}
.hero .carousel-item{
  min-height:88vh;
}
.hero .hero-slide{
  position:relative;
  min-height:88vh;
  display:flex;
  align-items:center;
}
.hero .hero-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:none;
}
.hero img.hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
}
.hero,
.hero .carousel-item,
.hero .hero-slide{
  height:clamp(520px, 82vh, 760px);
}
.hero .carousel-control-prev-icon,
.hero .carousel-control-next-icon{
  background-color:rgba(255,255,247,.78);
  border-radius:999px;
  width:44px;
  height:44px;
  background-size:18px 18px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.hero .hero-content{
  position:relative;
  z-index:2;
  max-width:720px;
}
.hero .kicker{
  display:inline-block;
  background:rgba(247,216,216,.75);
  color:var(--brown);
  border:1px solid rgba(216,181,109,.22);
  padding:8px 14px;
  border-radius:999px;
  font-weight:600;
  letter-spacing:.5px;
}
.hero h1{
  font-size:clamp(2.2rem, 4vw, 3.8rem);
  margin-top:14px;
}
.hero p{
  font-size:1.05rem;
  color:rgba(74,52,40,.74);
}

.section-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}
.section-title h2{
  font-size:2.2rem;
  margin:0;
}
.section-title .muted{
  color:var(--muted-on-dark);
  max-width:520px;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:9px 14px;
  background:rgba(232,216,195,.55);
  border:1px solid rgba(216,181,109,.20);
  color:rgba(74,52,40,.80);
  font-weight:500;
}
.page-lookbook .pill{
  background:rgba(255,255,247,.92);
}
.home-highlights .pill{
  background:rgba(255,255,247,.92);
}

.lux-footer{
  position:relative;
  background:#000;
  overflow:hidden;
  color:rgba(255,255,247,.90);
}
.footer-title{font-weight:700;margin-bottom:14px;color:rgba(255,255,247,.92)}
.footer-links li{margin-bottom:10px;color:rgba(255,255,247,.74)}
.footer-links a{color:rgba(255,255,247,.82);text-decoration:none}
.footer-links a:hover{color:var(--gold);text-decoration:underline}
.social-pill{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(184,134,43,.38);
  background:rgba(255,255,247,.06);
  color:rgba(255,255,247,.82);
  text-decoration:none;
  transition:all .25s ease;
}
.social-pill:hover{
  background:var(--gold);
  color:var(--brown);
}

.lux-footer .text-muted{
  color:rgba(255,255,247,.68) !important;
}
.lux-footer .border-top{
  border-color:rgba(184,134,43,.22) !important;
}

.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1040;
  background:var(--brown);
  color:#fff;
  text-decoration:none;
  padding:12px 16px;
  border-radius:999px;
  box-shadow:0 16px 40px rgba(74,52,40,.22);
  transition:transform .25s ease, background .25s ease;
}
.whatsapp-float:hover{
  transform:translateY(-2px);
  background:#2f211a;
  color:#fff;
}

.fade-up{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
.fade-up.is-in{
  opacity:1;
  transform:translateY(0);
}

.masonry{
  column-count:4;
  column-gap:14px;
}
.masonry-item{
  display:block;
  break-inside:avoid;
  margin:0 0 14px 0;
  position:relative;
  text-decoration:none;
  color:inherit;
}
.masonry-overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,247,.86);
  border:1px solid rgba(216,181,109,.22);
  backdrop-filter:blur(10px);
}

.campaign-banner{
  position:relative;
  min-height:420px;
  display:flex;
  align-items:stretch;
}
.campaign-media{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:420px;
}
.page-collection .campaign-banner{min-height:220px}
.page-collection .campaign-media{min-height:220px}
.page-collection .campaign-overlay{padding:clamp(18px, 3vw, 38px)}

@media (max-width: 991.98px){
  .page-collection .campaign-banner{min-height:190px}
  .page-collection .campaign-media{min-height:190px}
}
.campaign-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(22px, 4vw, 56px);
  max-width:720px;
  background:linear-gradient(90deg, rgba(255,248,240,.88) 0%, rgba(255,255,247,.58) 55%, rgba(255,255,247,.0) 100%);
}

.form-control, .form-select{
  border-radius:18px;
  border:1px solid rgba(216,181,109,.22);
  background:rgba(255,255,247,.88);
}
.form-control:focus, .form-select:focus{
  border-color:rgba(216,181,109,.55);
  box-shadow:0 0 0 .25rem rgba(216,181,109,.18);
}

@media (max-width: 991.98px){
  .hero, .hero .carousel-item, .hero .hero-slide{min-height:unset;height:clamp(520px, 82vh, 820px)}
  .hero img.hero-media{object-position:center 15%}
  .masonry{column-count:2}
  .campaign-overlay{background:linear-gradient(180deg, rgba(255,248,240,.88) 0%, rgba(255,255,247,.65) 60%, rgba(255,255,247,.0) 100%); max-width:none}
}

@media (max-width: 575.98px){
  .masonry{column-count:1}
}
