/* Fashion landing overrides (keeps Oja theme intact elsewhere) */
body.fashion{
  background: #0b1730 !important;
}

/* HERO */
.fashion-hero{
  position: relative;
  min-height: 82vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* deeper glam overlay */
.fashion-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.62)),
    radial-gradient(900px 500px at 20% 10%, rgba(246,196,83,.10), transparent 60%),
    radial-gradient(900px 520px at 90% 20%, rgba(62,166,255,.10), transparent 60%);
}

.fashion-hero__inner{
  position: relative;
  z-index: 2;
  display:flex;
  justify-content:center;

  /* ✅ standard position like the sample */
  padding: 64px 16px 32px 16px;
}

/* FORM CARD */
.fashion-form-card{
  width: min(780px, 100%);
  padding: 18px 18px 16px 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}

/* top row */
.fashion-form-top{
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap: 12px;
  margin-bottom: 10px;
}

.brand{
  display:flex;
  align-items:center;
  gap: 10px;
}

.brand__logo{
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
}

.brand__title{
  font-weight: 950;
  font-size: 20px;
  letter-spacing: .3px;
}

.brand__tag{
  opacity: .85;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .2px;
  color: rgba(234,241,255,.86);
}

/* Track button same style as Continue */
.track-btn{
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 900;
}

/* Glam copy area */
.glam-copy{
  margin: 10px 0 14px 0;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.16);
}

.glam-copy__headline{
  font-weight: 950;
  font-size: 18px;
  letter-spacing: .2px;
  color: var(--oja-gold2);
}

.glam-copy__sub{
  margin-top: 4px;
  opacity: .85;
  font-weight: 750;
}

.glam-copy__pill-row{
  margin-top: 10px;
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill{
  display:inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  font-weight: 850;
  font-size: 12px;
  color: rgba(234,241,255,.92);
}

/* Inputs */
.input{
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
  color: #fff;
  margin: 6px 0 12px 0;
  outline: none;
}

.input:focus{
  border-color: rgba(246,196,83,.60);
}

/* Preview */
.preview{
  margin-top: 10px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
}

.preview__top{
  display:flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.preview__hint{
  opacity:.75;
  font-size: 13px;
  font-weight: 750;
}

.preview-empty{
  margin-top: 10px;
  opacity: .78;
  font-weight: 700;
  font-size: 13px;
}

.preview__list{
  margin-top: 10px;
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.preview-row{
  display:flex;
  gap: 10px;
  align-items:center;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
}

.thumb{
  width: 54px;
  height: 54px;
  border-radius: 12px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  flex: 0 0 auto;
}

.thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.thumb-fallback{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size: 11px;
  opacity: .75;
}

.preview-row__mid{
  min-width:0;
  flex: 1;
}

.preview-row__label{
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview-row__meta{
  opacity: .75;
  font-size: 12px;
  margin-top: 2px;
  text-transform: capitalize;
}

.preview-row__right{
  display:flex;
  align-items:center;
  gap: 8px;
}

.qty{
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
  color: #fff;
  font-weight: 850;
}

.btn-mini{
  padding: 8px 10px;
  border-radius: 12px;
  font-size: .9rem;
}

.fashion-form-note{
  margin-top: 10px;
  font-size: 12px;
  opacity: .75;
  font-weight: 700;
}

/* Explore section */
.fashion-explore{
  margin-top: -34px;
  position: relative;
  z-index: 3;
}

.explore-header{
  text-align:center;
  margin-bottom: 12px;
}

.fashion-section-title{
  text-align:center;
  color: var(--oja-gold);
  margin: 18px 0 6px 0;
}

.explore-sub{
  opacity: .82;
  font-weight: 750;
  font-size: 13px;
}

/* Categories */
.cat-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 900px){
  .cat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .preview__top{ flex-direction: column; align-items: flex-start; }
}

.cat-card{
  text-align:left;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  cursor: pointer;
  padding: 0;
}

.cat-card img{
  width:100%;
  height: 132px;
  object-fit: cover;
  display:block;
}

.cat-card__label{
  padding: 10px 12px;
  font-weight: 950;
  letter-spacing: .2px;

  /* ✅ uniform lettering color */
  color: rgba(234,241,255,.92);
}

.cat-card.active{
  outline: 2px solid rgba(246,196,83,.65);
}

/* Styles section */
.styles-section{
  margin-top: 18px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}

.styles-head{
  display:flex;
  justify-content: space-between;
  align-items:flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.cat-title{
  margin:0;
  color: var(--oja-gold2);
}

.cat-hint{
  margin-top: 4px;
  opacity: .8;
  font-weight: 750;
  font-size: 13px;
}

.load-status{
  opacity: .85;
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
}

.styles-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.style-card{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
  overflow:hidden;
}

.style-thumb{
  width:100%;
  height: 154px;
  background: rgba(0,0,0,.18);
  display:flex;
  justify-content:center;
  align-items:center;
}

.style-thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.style-card__bottom{
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
}

.style-card__label{
  font-weight: 900;
  min-width:0;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

.sentinel{ height: 1px; }



/* --- Shimmer line under headline --- */
.shimmer-line{
  height: 3px;
  border-radius: 999px;
  margin-top: 10px;
  background: linear-gradient(90deg,
    rgba(246,196,83,0),
    rgba(246,196,83,.85),
    rgba(62,166,255,.55),
    rgba(246,196,83,.85),
    rgba(246,196,83,0)
  );
  position: relative;
  overflow: hidden;
}
.shimmer-line::after{
  content:"";
  position:absolute;
  inset:0;
  transform: translateX(-60%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  animation: shimmerMove 2.6s ease-in-out infinite;
}
@keyframes shimmerMove{
  0%{ transform: translateX(-60%); }
  100%{ transform: translateX(60%); }
}

/* --- Hero CTAs --- */
.hero-ctas{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ghost{
  background: rgba(0,0,0,.18) !important;
  color: var(--oja-text) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
}

/* --- Lookbook --- */
.lookbook{
  margin-top: -18px;
  position: relative;
  z-index: 3;
}
.lookbook__head{
  text-align:center;
  margin: 14px 0 10px 0;
}
.lookbook__sub{
  opacity: .82;
  font-weight: 750;
  font-size: 13px;
  margin-top: 6px;
}
.lookbook__rail{
  display:flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 6px 14px 6px;
  scroll-snap-type: x mandatory;
}
.lookbook__rail::-webkit-scrollbar{
  height: 8px;
}
.lookbook__rail::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.18);
  border-radius: 999px;
}
.lookbook__card{
  flex: 0 0 auto;
  width: min(240px, 70vw);
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  scroll-snap-align: start;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.lookbook__card img{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
}

/* Slight spacing alignment for explore section after lookbook */
.fashion-explore{
  margin-top: 6px;
}

.top-actions{
  display:flex;
  gap: 10px;
  align-items:center;
  flex-wrap: wrap;
  justify-content:flex-end;
}

/* Premium consultation button (still gold, but “glam”) */
.btn-consult{
  position: relative;
  background: linear-gradient(90deg, rgba(246,196,83,.95), rgba(255,217,102,.95));
  color: #081225;
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 12px 30px rgba(246,196,83,.14);
}

/* subtle glow ring */
.btn-consult::after{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius: 16px;
  border: 1px solid rgba(246,196,83,.45);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events:none;
}

.btn-consult:hover::after{ opacity: 1; }