/* ================= RESET ================= */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
}

body{
    background:#ffffff;
    color:#000;
    overflow-x:hidden;
    line-height:1.7;
    width:100%;
    margin:0;
}

img{
    max-width:100%;
    height:auto;
    display:block;
    border-radius:0;
}



/* ================= NAV (Apple.com style) ================= */

a{text-decoration:none; color:#333;}

nav{
    position:sticky;
    top:0;
    z-index:1000;
    background:#0; /* Apple-style light grey */
    padding:10px 0; /* slimmer height like apple.com */

  width:100%;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.6);
  border-bottom:1px solid rgba(0,0,0,0.05);
  transition:all 0.3s ease;
	
	
}

.nav-inner{
    max-width:1200px; /* Apple-style centered nav */
    margin:0 auto;
    padding:0 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

nav .logo{
    font-size:14px;
    font-weight:500;
    letter-spacing:.2px;
}

nav ul{
    list-style:none;
    display:flex;
    gap:24px;
}

nav ul li{
    font-size:12px;
    font-weight:400;
    color:#000;
    cursor:pointer;
    transition:opacity .2s ease;
}

nav ul li:hover{
    opacity:.65;
}

.menu-toggle{
    display:none;
    font-size:20px;
    cursor:pointer;
}

/* ================= BUTTONS ================= */
.btn{
    padding:14px 32px;
    border-radius:30px;
    font-size:15px;
    cursor:pointer;
    border:none;
    transition:.3s ease;
    text-decoration:none;
}

.btn a{color:#fff;}

.btn-dark{
    background:#111;
    color:#fff;
}

.btn-dark:hover{opacity:.85}

.btn-light{
    background:transparent;
    border:1px solid #111;
    color:#fff;
}

/* Marketplace themed buttons */
.btn-amazon{
    background:#ff9900; /* Amazon orange */
    color:#111;
}

.btn-amazon:hover{
    opacity:.9;
}

.btn-flipkart{
    background:#2874f0; /* Flipkart blue */
    color:#fff;
}

.btn-flipkart:hover{
    opacity:.9;
}

/* ================= HERO ================= */
.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:120px 6% 80px;
	background:#ffffff;
	margin:0px 0px 0px 0px;
}

.hero h1{
    font-size:clamp(36px,6vw,64px);
    font-weight:600;
    margin-bottom:20px;
}

.hero p{
    font-size:clamp(14px,2.2vw,18px);
    color:#000;
    margin-bottom:36px;
    line-height:1.8;
}





.hero img{
    
    margin:40px auto;
}

.hero .mainLP{
    
    margin:40px auto; width:150px;
}




.hero img{
    
    margin:40px auto;
}


.hero .actions{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}



.heroinner{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:50px 0px 0px 0px ;
	background:#ffffff;
	margin:0px 0px 0px 0px;
}


/* ================= SECTION ================= */
.section{
    padding:120px 6%;
    background:#ffffff; margin:0px 0px 15px 0px;
}

/* alternating section backgrounds like apple.com */
.section.alt{
    background:#ffffff;
}

.split{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
}

.split h2{
    font-size:clamp(32px,5vw,52px);
    margin-bottom:20px; line-height:60px;
}

.split p{
    font-size:16px;
    color:#000;
    margin-bottom:30px;
    line-height:1.8;
}

.split img{
    max-width:auto;
    margin:auto;
}	
	




.split.image-left {
    grid-template-columns: 1fr 1fr;
}

.split.image-left .image-col {
    order: 1;
}

.split.image-left .text-col {
    order: 2;
}


/* ================= SHADES ================= */
.shades{text-align:center; }

.shades h2{
    font-size:clamp(30px,5vw,48px);
    margin-bottom:20px;
}

.shade-row{
    display:flex;
    gap:48px;
    overflow-x:auto; 
    padding:40px 0;
    scroll-snap-type:x mandatory;
}

.shade-row img{
    width:100%;
    scroll-snap-align:center; 
}

/* remove any border/outline from marketplace icons */
.shades a img{
    border:0 !important;
    outline:none !important;
    box-shadow:none !important;
    background:transparent !important;
}

/* ================= SHOWCASE (Apple-style) ================= */
/* ================= Endless Colour Expression ================= */

.section#showcase{
    padding-left:0;
    padding-right:0;
}

/* Text container */
.showcase-inner{
    max-width:1400px;
    margin:0 auto;
    padding:0 6%;
    text-align:center;
}

.showcase-inner h2{
    font-size:clamp(32px,6vw,52px);
    font-weight:600;
    margin-bottom:20px;
}

.showcase-inner p{
    max-width:900px;
    margin:0 auto 40px;
    font-size:16px;
    line-height:1.8;
    color:#000;
}





/* Full-width scrolling images */
/* ================= Endless Colour Expression ================= */

.section#showcase{
   
    position:relative;
	padding:100px 0px 0px 0px; 
}

/* Text container */
.showcase-inner{
    max-width:1400px;
    margin:0 auto;
    padding:0 6%;
    text-align:center;
}

.showcase-inner h2{
    font-size:clamp(32px,6vw,52px);
    font-weight:600;
    margin-bottom:20px;
}

.showcase-inner p{
    max-width:900px;
    margin:0 auto 40px;
    font-size:16px;
    line-height:1.8;
    color:#000;
}

/* Full-width scrolling images */
/* ================= Endless Colour Expression ================= */

/* Section wrapper */
.section#showcase{
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background: #ffffff; /* matches apple-style alt section */
}

/* Heading & text container */
.showcase-inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 6na
    text-align: center;
}

.showcase-inner h2{
    font-size: clamp(32px, 6vw, 52px);
    font-weight: 600;
    margin-bottom: 20px;
}

.showcase-inner p{
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}

/* Full-width scrolling image strip */
#showcase .showcase-scroll{
    display: flex;
    gap: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw); /* break out of container */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

#showcase .showcase-scroll::-webkit-scrollbar{
    display: none; 
}

/* Individual image item */
.showcase-item{
    flex: 0 0 50vw;
    max-width: none;
    scroll-snap-align: center; 
}

.showcase-item img{
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;  
}

/* Scroll arrows – vertically centered on images */
.showcase-nav{
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    border: none;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);s
    z-index: 5;
}

.showcase-prev{ left: 16px; }
.showcase-next{ right: 16px; }

/* ================= Responsive ================= */

/* Tablet */
@media (max-width: 1024px){
    .showcase-item{
        flex: 0 0 85vw;
    }
}

/* Mobile */
@media (max-width: 768px){
    .showcase-item{
        flex: 0 0 90vw;
    }
    .showcase-nav{
        display: none; /* swipe UX on mobile */
    }
}


/* ================= STATEMENT ================= */
.statement{
    background:#951717; /* Apple-style blue */
    color:#ffffff;
    text-align:center;
    padding:140px 6%;
}



.statement h2{
    font-size:clamp(32px,6vw,56px);
    font-weight:500;
}


.statement2{
    background:#000; /* Apple-style blue */
    color:#ffffff;
    text-align:center;
    padding:140px 6%;
}



.statement2 h2{
    font-size:clamp(32px,6vw,56px);
    font-weight:500;
}



/* ================= DISTRIBUTOR ================= */
.distributor{
    text-align:center;
    padding:100px 6%;
}

.distributor h3{
    font-size:clamp(26px,5vw,38px);
    margin-bottom:20px;
}

.distributor p{
    font-size:13px; /* match tab / navigation text scale */
    color:#000;
    margin-bottom:22px;
    line-height:1.6;
}

/* ================= DIVIDER ================= */
.section-divider{
    width:100%;
    height:1px;              /* keep physical pixel */
    background:#d2d2d7;      /* Apple-style grey */
    transform:scaleY(0.1);   /* visually ~0.1px */
    transform-origin:top;
}

/* ================= FOOTER ================= */
footer{
    background:#000;
    padding:80px 6%;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

footer h4{margin-bottom:15px; color:#a8a8a8;}

footer p{
    font-size:12px;
    color:#a8a8a8;
    margin-bottom:8px;
    line-height:1.7;
}

/* footer links – restore original text style */
footer a{
    color:#a8a8a8;
    text-decoration:none;
}

footer a:hover{
    text-decoration:underline;
    color:#a8a8a8;
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px){
    nav ul{display:none}
    .menu-toggle{display:block}
    .split{grid-template-columns:1fr;text-align:center}
}

@media(max-width:600px){
    .btn{width:100%;max-width:260px}
    .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:420px){
    .footer-grid{grid-template-columns:1fr}
}

/* ================= MOBILE MENU ================= */
.mobile-menu{
    display:none;
    position:fixed;
    top:0;
    right:0;
    width:100%;
    height:100vh;
    background:#ffffff;
    z-index:2000;
    padding:80px 30px;
}

.mobile-menu ul{
    list-style:none;
}

.mobile-menu ul li{
    font-size:20px;
    padding:16px 0;
    border-bottom:1px solid #eee;
    cursor:pointer;
}

.mobile-menu.active{
    display:block;
}

.mobile-close{
    position:absolute;
    top:20px;
    right:20px;
    font-size:26px;
    cursor:pointer;
}




/* ================= Nail Polish Categories ================= */

.categories{
    padding:80px 0;  
	background:#ffffff; margin:15px 0px 15px 0px;
	
    position:relative;
    width:100%;
    overflow:hidden;
}

.categories h2{
    text-align:center;
    font-size:clamp(24px,5vw,44px);
    margin-bottom:32px;
    font-weight:600;
}

/* Scroll Track */
.categories-track{
    display:flex;
    gap:0;
    width:100vw;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
}

.categories-track::-webkit-scrollbar{
    display:none;
}

/* Category Card */
.category-item{
    flex:0 0 25vw;
    min-width:240px;
    text-align:center;
}

.category-item img{
    width:100%;
    height:400px;
    object-fit:cover;
    display:block; border-radius:50px; padding:5px; border:1px solid #ffffff;
}

.category-item span{
    display:block;
    padding:12px 8px 0;
    font-size:15px;
    font-weight:600;
    color:#000;
}

/* Navigation Arrows */
.cat-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(255,255,255,0.95);
    border:none;
    width:40px;
    height:40px;
    border-radius:50%;
    font-size:22px;
    cursor:pointer;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
    z-index:5;
}

.cat-prev{left:16px;}
.cat-next{right:16px;}

/* Tablet */
@media (max-width:1024px){
    .category-item{
        flex:0 0 33.33vw;
    }
    .category-item img{
        height:240px;
    }
}

/* Mobile */
@media (max-width:768px){
    .cat-nav{
        display:none;
    }
    .category-item{
        flex:0 0 80vw;
    }
    .category-item img{
        height:220px;
    }
}

/* Small Mobile */
@media (max-width:480px){
    .category-item{
        flex:0 0 90vw;
    }
    .category-item img{
        height:200px;
    }
}


  
  
  
  /* ================= TERMS & CONDITIONS ================= */

.terms{
    background:#ffffff;
}

/* Header */
.terms-header{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
}

.terms-header h2{
    font-size:clamp(34px,6vw,56px);
    font-weight:600;
    margin-bottom:12px;
}

.terms-subtitle{
    font-size:16px;
    color:#666;
    line-height:1.7;
}

/* Content */
.terms-content{
    max-width:900px;
    margin:0 auto;
    background:#ffffff;
    padding:60px 60px;
    border-radius:24px;
    box-shadow:0 8px 30px rgba(0,0,0,0.06);
}

.terms-content p{
    font-size:14px;
    line-height:1.9;
    color:#444;
    margin-bottom:18px;
}

.terms-content strong{
    color:#111;
    font-weight:600;
}

/* Section headings */
.terms-content h4{
    font-size:16px;
    font-weight:600;
    margin:36px 0 12px;
    color:#111;
}

/* Contact block spacing */
.terms-content h4 + p{
    margin-top:0;
}

/* CTA */
.terms-action{
    margin-top:60px;
    text-align:center;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width:1024px){
    .terms-content{
        padding:48px 40px;
    }
}

/* Mobile */
@media (max-width:768px){
    .terms-header{
        margin-bottom:40px;
    }

    .terms-content{
        padding:36px 24px;
        border-radius:16px;
    }

    .terms-content p{
        font-size:13.5px;
    }

    .terms-content h4{
        font-size:15px;
    }
}

/* Small Mobile */
@media (max-width:480px){
    .terms-header h2{
        font-size:28px;
    }

    .terms-subtitle{
        font-size:14px;
    }

    .terms-content{
        padding:28px 18px;
    }
}


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     .page-wrapper{
      min-height:100vh;
      display:flex;
      align-items:center;
      justify-content:center;
      width:100%; background:#000;"
    }

    .subscription-box{
      background:#dcdcdc; border-radius:20px;
      padding:60px 40px;
      max-width:520px;
      width:100%;
      text-align:center;
      box-shadow:0 10px 30px rgba(0,0,0,0.06);
    }

    .subscription-box h2{
      font-size:32px;
      margin-bottom:12px;
    }

    .subscription-box p{
      font-size:16px;
      color:#666;
      margin-bottom:30px;
    }

    .subscription-box input[type="email"]{
      width:100%;
      padding:14px 16px;
      font-size:16px;
      border:1px solid #ddd;
      outline:none;
      margin-bottom:20px;
    }

    .subscription-box input[type="email"]:focus{
      border-color:#000;
    }

    .subscription-box button{
      width:100%;
      padding:14px 16px;
      font-size:16px;
      background:#000;
      color:#fff;
      border:none;
      cursor:pointer;
    }

    .subscription-box button:hover{
      opacity:0.9;
    }

    .note{
      font-size:12px;
      color:#888;
      margin-top:16px;
    }
	
	.note a{
      font-size:12px;
      color:#888;
      margin-top:16px; text-decoration:underline;
    }
	
	
	
	
	
	
	
	
	
	

*{margin:0;padding:0;box-sizing:border-box}


.container{max-width:100%;margin:auto;padding:40px 20px; background:#f0f2f4;}


/* LIST ITEM */
.product-item{
  display:flex;
  gap:30px;
  border:1px solid #ddd;
  background:#fff;
  padding:50px; margin:0px;
  margin-bottom:25px;
  align-items:flex-start; border-radius:30px;
}
.product-item:hover{background:#fcfcf7;}

.product-item img{
  width:280px;
  height:auto;
}

.product-content{
  flex:1;
}

.product-content {
  font-family:'Playfair Display',serif;
  font-size:17px; line-height:22px;
  margin-bottom:10px;
  margin-top:0;
}

.product-content h2{line-height:32px; padding-bottom:20px;}

.product-content p{
  color:#000;
  margin-bottom:15px;
  margin-top:0;
}

.btn-group{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.btn{
  padding:10px 18px;
  border:0px solid #000;
  text-decoration:none;
  color:#000;
  font-size:14px; background:#ffa800;
}

.btn:hover{
  background:#000;
  color:#fff;
}

/* RESPONSIVE */
@media(max-width:768px){
  .product-item{
    flex-direction:column;
    text-align:center;
  }

  .product-item img{
    width:100%;
    max-width:250px;
  }

  .btn-group{
    justify-content:center;
  }
}







