@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f2ed;color:#171614;font-family:'DM Sans',sans-serif}a{text-decoration:none;color:inherit}
.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:#f5f2ed;position:sticky;top:0;z-index:20;border-bottom:1px solid #ded9d0}.logo{font-size:20px;font-weight:600;letter-spacing:.16em}.logo span{font-weight:400}.site-header nav{display:flex;gap:28px;align-items:center;font-size:13px}.site-header nav a:hover{opacity:.55}.cart{border:1px solid #171614;background:none;padding:10px 16px;border-radius:30px}.menu{display:none;border:0;background:none;font-size:25px}
.hero{min-height:680px;background:radial-gradient(circle at 70% 35%,#806c4c 0,#3a3026 28%,#141312 68%);display:flex;align-items:center;color:#fff;padding:7vw;position:relative;overflow:hidden}.hero:after{content:'ARMAAN';position:absolute;right:-5vw;bottom:-7vw;font-size:24vw;font-weight:600;letter-spacing:-.08em;color:rgba(255,255,255,.035)}.hero-content{max-width:700px;position:relative;z-index:1}.eyebrow{font-size:11px;letter-spacing:.24em;font-weight:600}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(58px,8vw,108px);line-height:.95;font-weight:500;margin:24px 0}.hero h1 em{font-weight:500}.hero-copy{font-size:18px;max-width:480px;line-height:1.6;color:#ddd6ce;margin-bottom:34px}.btn{display:inline-block;border:0;padding:15px 26px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:600;cursor:pointer}.btn-light{background:#f8f5ef;color:#171614}.btn-dark{background:#171614;color:#fff}
.intro{text-align:center;padding:100px 20px 55px}.intro h2,.section-heading h2,.story h2,.newsletter h2{font-family:'Playfair Display',serif;font-weight:500;font-size:clamp(38px,5vw,62px);margin:12px 0}.intro p:last-child{color:#706b64}
.collections{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:0 5vw 110px}.collection{min-height:430px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;position:relative;overflow:hidden}.collection:before{content:'';position:absolute;inset:0;background:linear-gradient(160deg,rgba(0,0,0,.08),rgba(0,0,0,.62))}.collection>*{position:relative}.collection span{position:absolute;top:25px;left:28px;font-size:12px;opacity:.8}.collection h3{font-family:'Playfair Display',serif;font-size:43px;margin:0 0 5px}.collection p{margin:0 0 22px;opacity:.82}.collection b{font-size:11px;letter-spacing:.15em;text-transform:uppercase}.men{background:linear-gradient(145deg,#222,#6d5a43)}.women{background:linear-gradient(145deg,#cdb6a9,#694c4c)}.unisex{background:linear-gradient(145deg,#7e776c,#28251f)}.children{background:linear-gradient(145deg,#a8a79b,#555b62)}
.products-section{padding:90px 5vw;background:#ebe7e0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-heading>a{text-transform:uppercase;font-size:11px;letter-spacing:.15em}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{background:#f7f4ef;padding-bottom:25px}.bottle{height:390px;margin-bottom:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:inset 0 0 60px rgba(0,0,0,.06)}.bottle:before{content:'';width:125px;height:210px;border-radius:12px 12px 22px 22px;background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(0,0,0,.08));box-shadow:0 30px 35px rgba(0,0,0,.18)}.bottle span,.bottle small{position:absolute}.bottle span{font-size:14px;letter-spacing:.22em}.bottle small{margin-top:105px;font-size:9px;letter-spacing:.2em}.bottle-dark{background:#d6d0c7}.bottle-light{background:#e8dcd3}.bottle-gold{background:#d0c3a8}.product>p,.product>h3,.product>strong,.product>button{margin-left:24px;margin-right:24px}.product h3{font-family:'Playfair Display',serif;font-size:28px;margin-top:6px;margin-bottom:5px}.product>p:not(.tag){color:#77716a;font-size:14px}.tag{font-size:9px!important;letter-spacing:.18em;color:#776b59}.product strong{display:block;margin-top:15px}.add{margin-top:18px;width:calc(100% - 48px);padding:13px;background:#171614;color:#fff;border:0;text-transform:uppercase;letter-spacing:.12em;font-size:10px;cursor:pointer}
.story{display:grid;grid-template-columns:1fr 1fr;gap:10vw;padding:120px 12vw;align-items:center}.story>p{font-family:'Playfair Display',serif;font-size:26px;line-height:1.55}.promise{display:grid;grid-template-columns:repeat(3,1fr);padding:65px 8vw;border-top:1px solid #d6d0c8;border-bottom:1px solid #d6d0c8}.promise div{padding:0 35px;border-right:1px solid #d6d0c8}.promise div:last-child{border:0}.promise b{font-size:11px;letter-spacing:.15em}.promise h3{font-family:'Playfair Display',serif;font-size:25px;margin:12px 0 7px}.promise p{color:#77716a;font-size:14px;line-height:1.5}
.newsletter{text-align:center;padding:120px 20px}.newsletter form{max-width:560px;margin:35px auto 0;display:flex;border-bottom:1px solid #171614}.newsletter input{flex:1;border:0;background:transparent;padding:16px 5px;outline:0;font-size:15px}.newsletter .btn{margin-bottom:5px}
footer{background:#171614;color:#fff;padding:55px 5vw;display:flex;align-items:center;justify-content:space-between;font-size:12px}footer p{opacity:.55}footer div:last-child{display:flex;gap:18px}.toast{position:fixed;bottom:25px;right:25px;background:#171614;color:#fff;padding:14px 20px;font-size:13px;transform:translateY(120px);transition:.3s;z-index:50}.toast.show{transform:translateY(0)}
@media(max-width:800px){.site-header nav{display:none}.menu{display:block}.hero{min-height:590px;padding:30px}.collections{grid-template-columns:1fr 1fr;padding-left:20px;padding-right:20px}.collection{min-height:300px}.products{grid-template-columns:1fr}.story{grid-template-columns:1fr;padding:80px 30px}.promise{grid-template-columns:1fr;gap:35px;padding:55px 30px}.promise div{border-right:0;border-bottom:1px solid #d6d0c8;padding:0 0 30px}.newsletter{padding:80px 20px}footer{flex-direction:column;gap:25px;text-align:center}.hero h1{font-size:60px}}

.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:40;background:#1f9d55;color:#fff;border-radius:999px;padding:13px 18px;display:flex;align-items:center;gap:9px;box-shadow:0 8px 25px rgba(0,0,0,.22);font-size:12px;font-weight:600;letter-spacing:.04em}.wa-icon{width:25px;height:25px;display:block;fill:#fff;flex:0 0 25px}.whatsapp-float:hover{transform:translateY(-2px)}@media(max-width:800px){.whatsapp-float{right:16px;bottom:16px;padding:13px}.wa-text{display:none}}


/* Mobile menu behavior */
@media (max-width: 800px) {
  .site-header nav.mobile-open {
    display: flex;
    position: absolute;
    top: 78px;
    right: 20px;
    left: 20px;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    background: #f5f2ed;
    border: 1px solid #ded9d0;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    z-index: 30;
  }

  .site-header nav.mobile-open a,
  .site-header nav.mobile-open .cart {
    display: block;
    width: 100%;
    padding: 14px 12px;
    text-align: left;
  }
}
