/* =========================================================
   SUNAN FASHION HOUSE
   CLEAN MASTER STYLESHEET (FULLY RESPONSIVE)
========================================================= */

:root {
  --black: #0c0c0c;
  --black2: #151515;
  --gold: #d4af37;
  --gold2: #f1d477;
  --cream: #faf8f2;
  --white: #fff;
  --text: #242424;
  --muted: #777;
  --border: #e9e5dc;
  --shadow: 0 20px 55px rgba(0,0,0,.11);
  --radius: 18px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

.container {
  width: min(1180px, 92%);
  margin-inline: auto;
}

.section {
  padding: 100px 0;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
  padding: 0 15px;
}

.kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
}

.section-title h2 {
  margin-bottom: 12px;
  color: var(--black);
  font: 700 46px/1.15 "Playfair Display", serif;
}

.section-title p {
  color: var(--muted);
  font-size: 15px;
}

/* ---------- Loader ---------- */

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  background: #0b0b0b;
  color: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity .6s ease, visibility .6s ease;
}

.page-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-spinner {
  width: 58px;
  height: 58px;
  border: 3px solid #333;
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

.loader-brand {
  color: #fff;
  font: 700 22px "Playfair Display", serif;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ---------- Header ---------- */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  width: 100%;
  padding: 18px 0;
  background: rgba(8,8,8,.22);
  backdrop-filter: blur(12px);
  transition: .3s ease;
}

.site-header.scrolled {
  padding: 10px 0;
  background: rgba(8,8,8,.96);
  box-shadow: 0 10px 35px rgba(0,0,0,.2);
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  width: min(1180px, 92%);
  margin-inline: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  color: #fff;
}

.brand-logo {
  width: 48px;
  height: 48px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font: 700 22px "Playfair Display", serif;
  letter-spacing: 1px;
}

.brand-copy small {
  margin-top: 6px;
  color: #ddd;
  font-size: 8px;
  letter-spacing: 3px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.nav-link {
  position: relative;
  padding: 10px 14px;
  color: #eee;
  font-size: 13px;
  font-weight: 500;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 3px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: .25s;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.icon-btn {
  position: relative;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #fff;
}

.icon-btn:hover {
  color: var(--gold);
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -8px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  font-size: 9px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 4px;
  background: #fff;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #111;
  padding: 120px 0 60px;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/hero-background.jpg") center / cover no-repeat;
  transform: scale(1.02);
  transition: opacity .7s ease;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.56) 52%, rgba(0,0,0,.18) 100%);
}

.hero-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 76% 45%, rgba(212,175,55,.18), transparent 28%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 92%);
  margin-inline: auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold2);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
}

.hero h1 {
  margin-bottom: 22px;
  font: 700 clamp(36px, 5vw, 72px)/1.1 "Playfair Display", serif;
}

.hero h1 span {
  color: var(--gold);
}

.hero p {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  transition: .3s ease;
}

.btn-gold {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #111;
}

.btn-gold:hover {
  background: var(--gold2);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(212,175,55,.25);
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,.65);
  color: #fff;
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hero-note {
  margin-top: 30px;
  color: #ccc;
  font-size: 11px;
  letter-spacing: 1px;
}

.hero-note span {
  display: inline-block;
  width: 22px;
  height: 1px;
  margin-right: 8px;
  background: var(--gold);
  vertical-align: middle;
}

.scroll-cue {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  color: #ddd;
  font-size: 9px;
  letter-spacing: 3px;
  transform: translateX(-50%);
}

.scroll-cue span {
  display: inline-block;
  width: 35px;
  height: 1px;
  margin-right: 8px;
  background: var(--gold);
  vertical-align: middle;
}

/* ---------- Hero YouTube Video Frame ---------- */

.hero-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 480px;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid rgba(212, 175, 55, 0.7);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(212, 175, 55, 0.25);
  background: #0c0c0c;
  transform: perspective(1000px) rotateY(-4deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  justify-self: center;
}

.hero-video-wrapper:hover {
  transform: perspective(1000px) rotateY(0deg) scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(212, 175, 55, 0.4);
}

.hero-video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

/* ---------- Categories ---------- */

.categories { background: var(--cream); }

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.category-card {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #222;
  box-shadow: var(--shadow);
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(0,0,0,.78));
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s;
}

.category-card:hover img { transform: scale(1.07); }

.category-overlay {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 25px;
  z-index: 2;
  color: #fff;
}

.category-overlay h3 {
  margin-bottom: 8px;
  font: 700 31px "Playfair Display", serif;
}

.category-overlay a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.category-overlay i {
  margin-left: 5px;
  color: var(--gold);
}

/* ---------- Products ---------- */

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  transition: .35s;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #eee;
}

.product-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .55s;
}

.product-card:hover .product-image > img { transform: scale(1.06); }

.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 9px;
  background: #111;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
}

.badge.sale { background: #a83232; }
.badge.hot { background: var(--gold); color: #111; }

.product-actions {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  opacity: 0;
  transform: translateX(8px);
  transition: .3s;
}

.product-card:hover .product-actions {
  opacity: 1;
  transform: none;
}

.wishlist-btn {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.12);
}

.wishlist-btn.active {
  background: var(--gold);
}

.product-info { padding: 21px; }

.product-info h3 {
  min-height: 48px;
  margin-bottom: 8px;
  font: 700 19px/1.25 "Playfair Display", serif;
}

.rating {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 2px;
}

.price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 16px;
}

.price strong { font-size: 19px; }
.price del { color: #999; font-size: 13px; }

.add-cart {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  transition: .25s;
}

.add-cart:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: #111;
}

/* Hero Bengali Text Fade Animation */

#heroText {
    opacity: 1;
    transition: opacity 0.7s ease;
}

#heroText.fade-out {
    opacity: 0;
}

/* =========================================================
   PROMO SECTION
========================================================= */

.promo-section {
    padding: 90px 0;
    background: #f5f2ea;
}

.promo-box {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    min-height: 520px;
    padding: 60px;
    overflow: hidden;
    border-radius: 24px;
    background: #111;
    color: #fff;
}

.promo-copy {
    position: relative;
    z-index: 3;
}

.promo-copy h2 {
    margin: 12px 0 18px;
    font: 700 52px/1.05 "Playfair Display", serif;
}

.promo-copy h2 span {
    color: var(--gold);
}

.promo-copy p {
    max-width: 600px;
    color: #c8c8c8;
    line-height: 1.8;
}

/* =========================================================
   COUNTDOWN
========================================================= */

.countdown {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0;
}

.countdown div {
    min-width: 78px;
    padding: 11px 8px;
    border: 1px solid rgba(212,175,55,.35);
    background: rgba(255,255,255,.04);
    text-align: center;
}

.countdown strong {
    display: block;
    color: var(--gold);
    font: 700 28px "Playfair Display", serif;
}

.countdown small {
    display: block;
    margin-top: 3px;
    color: #999;
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* =========================================================
   PROMO IMAGE & SLIDESHOW
========================================================= */

.offer-image {
    position: relative;
    width: 100%;
    max-width: 430px;
    height: 520px;
    justify-self: center;
    overflow: hidden;
    border-radius: 16px;
    background: #181818;
}

.fashion-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fashion-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease, visibility .7s ease, transform 5s ease;
    transform: scale(1.03);
    z-index: 1;
}

.fashion-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.offer-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.18));
}

/* ---------- About / Our Promise Section ---------- */

.about { 
  background: linear-gradient(135deg, #141414 0%, #1f1f1f 100%);
  padding: 100px 0;
  color: #fff;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.about-copy .kicker {
  color: var(--gold);
}

.about-copy h2 {
  margin-bottom: 18px;
  color: #fff;
  font: 700 47px/1.1 "Playfair Display", serif;
}

.about-copy p {
  max-width: 540px;
  color: #b5b5b5;
  line-height: 1.9;
  font-size: 15px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--gold);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.text-link:hover {
  color: var(--gold);
}

.text-link i { 
  color: var(--gold); 
  transition: transform 0.3s ease;
}

.text-link:hover i {
  transform: translateX(4px);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 14px;
  padding: 35px 20px;
  text-align: center;
  transition: all 0.35s ease;
}

.why-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.06);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.15);
}

.why-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  color: var(--gold);
  font-size: 26px;
  transition: all 0.35s ease;
}

.why-card:hover i {
  background: var(--gold);
  color: #111;
  transform: scale(1.1);
}

.why-card h3 {
  margin-bottom: 10px;
  color: #fff;
  font: 700 20px "Playfair Display", serif;
  letter-spacing: 0.5px;
}

.why-card p {
  color: #b5b5b5;
  font-size: 13px;
  line-height: 1.6;
}

/* Bengali Hero Text Animation */
.hero-text-rotator {
    min-height: 170px;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero-text-rotator.fade-out {
    opacity: 0;
    transform: translateY(10px);
}

.hero-text-rotator.fade-in {
    opacity: 1;
    transform: translateY(0);
}

#heroTextLine {
    display: inline-block;
}

/* ---------- Stats ---------- */

.stats {
  padding: 60px 0;
  background: #111;
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.stats strong {
  display: block;
  color: var(--gold);
  font: 700 42px "Playfair Display", serif;
}

.stats span {
  color: #aaa;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---------- Instagram / Gallery Section ---------- */

.instagram { 
  background: linear-gradient(135deg, #141414 0%, #1f1f1f 100%);
  padding: 100px 0;
  color: #fff;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.insta-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #111;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.35s ease;
}

.insta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.insta-card span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(15, 15, 15, 0.7);
  color: var(--gold);
  font-size: 28px;
  opacity: 0;
  transition: opacity 0.35s ease;
  backdrop-filter: blur(3px);
}

.insta-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.2);
}

.insta-card:hover img { 
  transform: scale(1.08); 
}

.insta-card:hover span { 
  opacity: 1; 
}

/* ---------- Testimonials / Customer Reviews ---------- */

.testimonials { 
  background: linear-gradient(135deg, #141414 0%, #1f1f1f 100%);
  padding: 100px 0;
  color: #fff;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}

.testimonial-stage {
  display: grid;
  grid-template-columns: 55px 1fr 55px;
  align-items: center;
  gap: 15px;
  max-width: 900px;
  margin: auto;
}

.testimonial-track {
  position: relative;
  min-height: 330px;
}

.testimonial {
  display: none;
  min-height: 300px;
  padding: 45px 70px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  text-align: center;
  backdrop-filter: blur(10px);
}

.testimonial.active {
  display: block;
  animation: fade .45s ease;
}

.testimonial img {
  width: 82px;
  height: 82px;
  margin: 0 auto 17px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.testimonial h3 {
  color: #fff;
  font: 700 22px "Playfair Display", serif;
}

.testimonial .rating {
  color: var(--gold);
  margin-top: 5px;
  font-size: 14px;
}

.testimonial p {
  max-width: 600px;
  margin: 15px auto 0;
  color: #d1d5db;
  line-height: 1.8;
  font-size: 15px;
}

.slider-btn {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold);
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background: var(--gold);
  color: #111;
  border-color: var(--gold);
  transform: scale(1.05);
}

@keyframes fade {
  from { opacity: .2; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

/* Make section titles bright and readable on dark sections */
.section.testimonials .section-title h2 {
  color: #ffffff !important;
}

/* ---------- Features ---------- */

.features-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #141414 0%, #1f1f1f 100%);
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 14px;
  padding: 35px 20px;
  text-align: center;
  transition: all 0.35s ease;
}

.feature-box:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.06);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.15);
}

.feature-box i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  color: var(--gold);
  font-size: 26px;
  transition: all 0.35s ease;
}

.feature-box:hover i {
  background: var(--gold);
  color: #111;
  transform: scale(1.1);
}

.feature-box h3 {
  margin-bottom: 10px;
  color: #fff;
  font: 700 20px "Playfair Display", serif;
  letter-spacing: 0.5px;
}

.feature-box p {
  color: #b5b5b5;
  font-size: 13px;
  line-height: 1.6;
}

/* ---------- Newsletter ---------- */

.newsletter {
  padding: 90px 0;
  background: linear-gradient(135deg,#121212,#252525);
  color: #fff;
}

.newsletter-inner {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.newsletter h2 {
  margin-bottom: 12px;
  font: 700 45px "Playfair Display", serif;
}

.newsletter p { color: #bbb; }

.newsletter form {
  display: flex;
  max-width: 650px;
  margin: 30px auto 0;
}

.newsletter input {
  flex: 1;
  padding: 16px 20px;
  border: 0;
  outline: 0;
  border-radius: 4px 0 0 4px;
}

.newsletter button {
  padding: 16px 28px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: var(--gold);
  color: #111;
  font-weight: 700;
}

/* ---------- Footer ---------- */

.footer {
  padding: 75px 0 0;
  background: #080808;
  color: #999;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .9fr 1fr;
  gap: 50px;
  width: min(1180px, 92%);
  margin-inline: auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #fff;
  font: 700 24px "Playfair Display", serif;
}

.footer-brand img { width: 46px; }

.footer p {
  font-size: 13px;
  line-height: 1.8;
}

.footer h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 15px;
}

.footer-grid > div > a:not(.footer-brand) {
  display: block;
  margin-bottom: 11px;
  color: #999;
  font-size: 13px;
}

.footer-grid > div > a:not(.footer-brand):hover {
  color: var(--gold);
}

.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 11px;
}

.contact-line i {
  width: 16px;
  padding-top: 4px;
  color: var(--gold);
}

.socials {
  display: flex;
  gap: 9px;
  margin-top: 24px;
}

.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #333;
  border-radius: 50%;
  color: #fff;
}

.socials a:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: #111;
}

.footer-bottom {
  margin-top: 50px;
  padding: 22px;
  border-top: 1px solid #222;
  color: #666;
  font-size: 12px;
  text-align: center;
}

/* ---------- WhatsApp Float Button ---------- */

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
  background: #20ba5a;
  transform: scale(1.1);
  color: #fff;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.6);
}

@keyframes whatsapp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ---------- Toast / Back to top ---------- */

.toast-message {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 3000;
  max-width: 320px;
  padding: 14px 20px;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: #111;
  color: #fff;
  box-shadow: 0 12px 35px rgba(0,0,0,.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: .3s;
}

.toast-message.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 85px;
  z-index: 900;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* ---------- Reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* =========================================================
   RESPONSIVE MEDIA QUERIES FOR ALL DEVICES
========================================================= */

@media (max-width: 1200px) {
  .category-grid,
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1000px) {
  .main-nav { gap: 0; }
  .nav-link { padding: 10px 8px; }
  .nav-actions { gap: 8px; }

  .category-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .hero-copy {
    margin: 0 auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-video-wrapper {
    max-width: 300px;
    height: 420px;
    margin: 0 auto;
    transform: none !important;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .promo-box {
    grid-template-columns: 1fr;
    padding: 45px;
  }

  .offer-image {
    width: 100%;
    max-width: 430px;
    height: 360px;
    margin-top: 35px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .insta-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .site-header {
    background: rgba(8,8,8,.96);
  }

  .nav-wrap {
    flex-wrap: wrap;
    gap: 15px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    order: 5;
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
  }

  .main-nav.open { display: flex; }

  .nav-link { padding: 12px 8px; }

  .nav-actions { margin-left: auto; }

  .hero {
    min-height: auto;
    padding: 140px 0 60px;
  }

  .hero h1 { font-size: 38px; }

  .hero p { font-size: 14px; }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .category-card { height: 330px; }

  .section { padding: 60px 0; }

  .section-title h2,
  .about-copy h2 {
    font-size: 32px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .testimonial-stage {
    grid-template-columns: 38px 1fr 38px;
    gap: 8px;
  }

  .testimonial {
    padding: 35px 20px;
  }

  .newsletter form {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter input,
  .newsletter button {
    width: 100%;
    border-radius: 4px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .scroll-cue { display: none; }
}

@media (max-width: 480px) {
  .brand-logo { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 7px; }

  .category-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .category-card { height: 350px; }

  .countdown { gap: 6px; }

  .countdown div { min-width: 55px; }

  .countdown strong { font-size: 20px; }

  .promo-copy h2 { font-size: 32px; }

  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats strong { font-size: 32px; }

  .hero-video-wrapper {
    max-width: 100%;
    height: 360px;
  }
}
/* =========================================================
   UPGRADED LUXURY GALLERY CARDS
========================================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.gallery-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2); /* Soft luxury gold border */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 40px rgba(212, 175, 55, 0.18);
  border-color: var(--gold, #d4af37);
}

.gallery-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5; /* Perfect vertical fashion proportion */
  background: #f8fafc;
  overflow: hidden;
}

.gallery-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-card:hover .gallery-img-wrap img {
  transform: scale(1.08);
}

/* Elegant dark gradient fade over image base */
.gallery-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 40%, rgba(0,0,0,0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery-card:hover .gallery-img-wrap::after {
  opacity: 1;
}

/* Chic Glassmorphism Badge */
.gallery-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(12, 12, 12, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #f1d477;
  font-size: 10px;
  padding: 6px 12px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  z-index: 2;
}

/* Card Information Body */
.gallery-info {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 0%, #faf8f2 100%);
  border-top: 1px solid #f0ede6;
}

.gallery-info h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0c0c0c;
  font-family: 'Playfair Display', serif;
}

.gallery-price {
  font-weight: 700;
  color: #d97706;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}