*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;}
body{font-family:'Poppins',sans-serif;color:#222;background:#fff}

/* HEADER */
header{
position:fixed;
top:0;
width:100%;
background:#fff;
padding:18px 8%;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 3px 15px rgba(0,0,0,0.05);
z-index:1000;
}

.logo{
font-family:'Playfair Display',serif;
font-size:24px;
font-weight:700;
}

nav a{
text-decoration:none;
color:#000;
margin-left:25px;
font-weight:500;
transition:.3s;
}

nav a:hover{color:#c59d5f}

.cart{
font-weight:600;
}

.hero {
  height: 100vh;
background-image: url('https://www.muneebawardrobe.com/assets/images/cover.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
}

.hero::after{
content:"";
position:absolute;
width:100%;height:100%;
background:rgba(0,0,0,0.55);
}

.hero-content{
position:relative;
z-index:2;
animation:fadeUp 1.2s ease;
}

.hero h1{
font-size:60px;
font-family:'Playfair Display',serif;
}

.btn{
display:inline-block;
margin-top:25px;
padding:14px 35px;
background:#c59d5f;
color:#fff;
text-decoration:none;
border-radius:30px;
font-weight:600;
transition:.3s;
}
.btn:hover{background:#000}

/* SECTION */
section{padding:100px 8%;text-align:center;}
.section-title{font-size:38px;font-family:'Playfair Display',serif}

/* CATEGORY */
.categories{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:50px;
}
.category{
position:relative;
overflow:hidden;
}
.category img{
width:100%;height:350px;object-fit:cover;transition:.4s;
}
.category:hover img{transform:scale(1.1)}
.category span{
position:absolute;bottom:20px;left:20px;
color:#fff;font-size:20px;font-weight:600;
}

/* PRODUCTS */
.products{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:35px;margin-top:50px;
}
.product{
border:1px solid #eee;background:#fff;
transition:.3s;
}
.product img{
width:100%;height:320px;object-fit:cover;
}
.product-info{padding:20px;text-align:left;}
.price{color:#c59d5f;font-weight:600;margin:8px 0;}
.product button{
width:100%;padding:12px;border:none;
background:#000;color:#fff;cursor:pointer;
}

/* TRUST */
.trust{
display:flex;
justify-content:space-around;
flex-wrap:wrap;
gap:20px;
margin-top:50px;
}
.trust div{font-weight:500}

/* INSTAGRAM */
.instagram-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:10px;margin-top:40px;
}
.instagram-grid img{
width:100%;height:180px;object-fit:cover;
}

/* NEWSLETTER */
.newsletter{
background:#000;color:#fff;
}
.newsletter input{
padding:12px;width:250px;border:none;margin-top:20px;
}
.newsletter button{
padding:12px 25px;background:#c59d5f;border:none;color:#fff;
}

/* FOOTER */
footer{
background:#111;color:#aaa;padding:40px;text-align:center;
}

@keyframes fadeUp{
from{opacity:0;transform:translateY(40px)}
to{opacity:1;transform:translateY(0)}
}

@media(max-width:768px){
.hero h1{font-size:32px}
nav{display:none}
}

/* PREMIUM SHOP SECTION */
.premium-shop{
background:#fafafa;
padding:120px 8%;
text-align:center;
}

.section-subtitle{
max-width:700px;
margin:15px auto 50px;
color:#666;
}

.premium-products{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:40px;
}

.premium-product{
background:#fff;
border-radius:8px;
overflow:hidden;
box-shadow:0 10px 40px rgba(0,0,0,0.05);
transition:.4s;
position:relative;
}

.premium-product:hover{
transform:translateY(-10px);
box-shadow:0 20px 60px rgba(0,0,0,0.1);
}

.premium-product img{
width:100%;
height:380px;
object-fit:cover;
transition:.4s;
}

.premium-product:hover img{
transform:scale(1.05);
}

.product-badge{
position:absolute;
top:15px;
left:15px;
background:#c59d5f;
color:#fff;
padding:6px 14px;
font-size:12px;
border-radius:20px;
}

.premium-info{
padding:25px;
text-align:left;
}

.premium-info h3{
font-family:'Playfair Display',serif;
margin-bottom:10px;
}

.price{
color:#c59d5f;
font-weight:600;
margin-bottom:10px;
}

.desc{
color:#666;
font-size:14px;
margin-bottom:20px;
}

.premium-btn{
display:inline-block;
padding:12px 25px;
background:#000;
color:#fff;
text-decoration:none;
border-radius:30px;
transition:.3s;
}

.premium-btn:hover{
background:#c59d5f;
}

.trust-premium{
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
margin-top:60px;
font-weight:500;
color:#444;
}
/* TRUST PREMIUM SECTION */
.trust-section{
padding:120px 8%;
background:#ffffff;
}

.trust-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:60px;
text-align:center;
}

.trust-item h4{
font-family:'Playfair Display',serif;
margin:20px 0 10px;
font-size:20px;
}

.trust-item p{
color:#666;
font-size:14px;
line-height:1.7;
}

.trust-icon{
width:60px;
height:60px;
border:1px solid #c59d5f;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto;
font-weight:600;
color:#c59d5f;
font-size:16px;
transition:.3s;
}

.trust-item:hover .trust-icon{
background:#c59d5f;
color:#fff;
}
/* PREMIUM ABOUT SECTION */
.about-premium{
padding:140px 8%;
background:#f8f6f2;
}

.about-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.about-image img{
width:100%;
height:500px;
object-fit:cover;
border-radius:8px;
box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.about-subtitle{
color:#c59d5f;
letter-spacing:3px;
font-size:13px;
text-transform:uppercase;
}

.about-content h2{
font-family:'Playfair Display',serif;
font-size:40px;
margin:15px 0;
}

.about-divider{
width:60px;
height:2px;
background:#c59d5f;
margin:20px 0 30px;
}

.about-content p{
color:#555;
line-height:1.9;
margin-bottom:18px;
font-size:15px;
}

.about-highlight{
color:#000;
font-weight:500;
}

.about-btn{
display:inline-block;
margin-top:20px;
padding:14px 30px;
background:#000;
color:#fff;
text-decoration:none;
border-radius:30px;
transition:.3s;
}

.about-btn:hover{
background:#c59d5f;
}

@media(max-width:900px){
.about-container{
grid-template-columns:1fr;
}
.about-image img{
height:400px;
}
}
/* PREMIUM FOOTER */
.footer-premium{
background:#000;
color:#fff;
padding:80px 8% 30px;
font-size:14px;
}

.footer-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:50px;
margin-bottom:40px;
}

.footer-about h3{
font-family:'Playfair Display',serif;
font-size:22px;
margin-bottom:15px;
}

.footer-about p, .footer-about a{
color:#ccc;
text-decoration:none;
line-height:1.8;
}

.footer-links h4, .footer-policies h4, .footer-social h4{
font-family:'Playfair Display',serif;
font-size:18px;
margin-bottom:15px;
color:#c59d5f;
}

.footer-links ul, .footer-policies ul{
list-style:none;
padding:0;
}

.footer-links li, .footer-policies li{
margin-bottom:10px;
}

.footer-links a, .footer-policies a, .footer-social a{
color:#ccc;
text-decoration:none;
transition:.3s;
}

.footer-links a:hover, .footer-policies a:hover, .footer-social a:hover{
color:#c59d5f;
}

.footer-social a{
display:inline-block;
margin-right:15px;
margin-bottom:10px;
}

.footer-bottom{
text-align:center;
border-top:1px solid #333;
padding-top:15px;
font-size:13px;
color:#888;
}

@media(max-width:768px){
.footer-container{
grid-template-columns:1fr 1fr;
gap:30px;
}
.footer-social a{
margin-right:10px;
}
}
/* ========================
   Testimonials Section
   ======================== */
.testimonials {
  padding: 80px 8%;
  background: #fff8f2;
  text-align: center;
}
.testimonials .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #000;
}
.testimonials p {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #666;
}
.testimonials-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.testimonial-item {
  max-width: 300px;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.testimonial-item p {
  font-size: 0.95rem;
  margin-bottom: 15px;
  color: #555;
}
.testimonial-item strong {
  font-weight: 600;
  color: #c59d5f;
}

/* ========================
   Offers Section
   ======================== */
.offers {
  padding: 80px 8%;
  background: #fdfdfd;
  text-align: center;
}
.offers .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #000;
}
.offers p {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #666;
}
.offers-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.offer-item {
  max-width: 300px;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.offer-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.offer-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #c59d5f;
}
.offer-item p {
  font-size: 0.95rem;
  color: #555;
}

/* ========================
   FAQ Section
   ======================== */
.faq {
  padding: 80px 8%;
  background: #fff;
}
.faq .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 20px;
  border-left: 4px solid #c59d5f;
  padding-left: 15px;
}
.faq-item strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 6px;
  color: #222;
}
.faq-item p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}

/* ========================
   Responsive Styles
   ======================== */
@media(max-width:768px){
  .testimonials-container, .offers-container {
    flex-direction: column;
    align-items: center;
  }
  .testimonial-item, .offer-item {
    max-width: 90%;
  }
}