/* Asheerah Hair — luxury warm design system (v2: cream + carob) */
:root{
  --gold:#7A4E1F;
  --gold-d:#6F4518;
  --gold-soft:#EAD9BE;
  --ivory:#FDF6E4;            /* main cream background (client) */
  --card:#FFFDF7;             /* slightly lighter card */
  --ink:#362511;              /* carob — dark text/buttons/footer (client) */
  --ink-soft:#5C4A30;         /* secondary text (carob-tinted) */
  --muted:#8C7A5C;            /* muted */
  --border:#E3D5B8;           /* warm hairlines on cream */
  --soft:#F4E8D0;             /* soft panels */
  --r-pill:999px;
  --r-md:18px;
  --r-lg:26px;
  --shadow:0 10px 30px rgba(54,37,17,.08);
  --shadow-hover:0 18px 44px rgba(54,37,17,.14);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',system-ui,-apple-system,Segoe UI,sans-serif;background:var(--ivory);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,.brand,.serif{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;letter-spacing:.2px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font-family:inherit;cursor:pointer;border:none}
input,select,textarea{font-family:inherit;font-size:1rem;padding:.7rem .9rem;border:1.5px solid var(--border);border-radius:12px;background:#fff;color:var(--ink);width:100%}
input:focus,select:focus,textarea:focus{outline:2px solid var(--gold);outline-offset:-1px}
.container{width:min(1180px,100% - 2.5rem);margin-inline:auto}

/* ---- Header (premium framed) ---- */
.site-header{position:sticky;top:0;z-index:100;background:var(--ivory);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);
  box-shadow:0 6px 24px rgba(54,37,17,.06)}
.announcement{text-align:center;padding:.55rem 1rem;font-size:.78rem;letter-spacing:.4px;color:var(--ink-soft);
  border-bottom:1px solid var(--border);text-transform:uppercase;font-family:'Cormorant Garamond',serif;font-weight:600}
.announcement .sep{margin:0 .6rem;color:var(--gold-d)}
.header-row{display:flex;align-items:center;gap:2rem;width:min(1180px,100% - 2.5rem);margin:0 auto;padding:.7rem 0}
.header-row .brand{display:flex;align-items:center}
.header-row .logo{height:72px;width:auto;display:block}
.header-nav{display:flex;gap:.3rem;align-items:center;margin-left:.5rem}
.header-nav a{font-size:.95rem;color:var(--ink-soft);font-weight:500;padding:.45rem .9rem;border-radius:999px;transition:.15s}
.header-nav a:hover{color:var(--ink);background:var(--gold-soft)}
.header-nav a.active{background:var(--ink);color:var(--ivory)}
.header-right{margin-left:auto;display:flex;align-items:center;gap:1.1rem}
/* currency selector (dropdown, symbol not flag) */
#currencyDropdown{position:relative}
.currency-btn{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--ink-soft);cursor:pointer;padding:.35rem .7rem;border:1px solid var(--border);border-radius:999px;background:var(--card);font-family:inherit}
.currency-btn .cur-sym{font-weight:700;color:var(--gold-d)}
.currency-btn .chev{font-size:.6rem;color:var(--muted)}
.currency-menu{display:none;position:absolute;top:calc(100% + 6px);right:0;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-hover);padding:.3rem;min-width:120px;z-index:80}
.currency-menu.open{display:block}
.currency-opt{display:flex;align-items:center;gap:.5rem;width:100%;background:none;border:none;padding:.5rem .7rem;border-radius:8px;font-size:.9rem;color:var(--ink);cursor:pointer;text-align:left;font-family:inherit}
.currency-opt:hover{background:var(--gold-soft)}
.currency-opt.active{background:var(--gold-soft);font-weight:600}
.currency-opt .cur-sym{font-weight:700;color:var(--gold-d);width:1.2rem}
/* language dropdown (custom, inline SVG flags) */
#langDropdown{position:relative}
.lang-btn{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--ink-soft);cursor:pointer;padding:.35rem .7rem;border:1px solid var(--border);border-radius:999px;background:var(--card);font-family:inherit}
.lang-btn .flag{width:18px;height:13px;border-radius:2px;overflow:hidden;display:inline-block;flex:none}
.lang-btn .flag svg{display:block;width:100%;height:100%}
.lang-btn .lang-code{font-weight:600}
.lang-btn .chev{font-size:.6rem;color:var(--muted)}
.lang-menu{display:none;position:absolute;top:calc(100% + 6px);right:0;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-hover);padding:.3rem;min-width:170px;z-index:80}
.lang-menu.open{display:block}
.lang-opt{display:flex;align-items:center;gap:.6rem;width:100%;background:none;border:none;padding:.5rem .7rem;border-radius:8px;font-size:.9rem;color:var(--ink);cursor:pointer;text-align:left;font-family:inherit}
.lang-opt:hover{background:var(--gold-soft)}
.lang-opt.active{background:var(--gold-soft);color:var(--ink);font-weight:600}
.lang-opt .flag{width:20px;height:14px;border-radius:2px;overflow:hidden;flex:none;display:inline-block}
.lang-opt .flag svg{display:block;width:100%;height:100%}
/* utility icons (thin outline) */
.header-icons{display:flex;align-items:center;gap:1rem;color:var(--ink)}
.header-icons .hicon{display:grid;place-items:center;background:none;color:var(--ink);position:relative;padding:.2rem}
.header-icons .hicon svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.6;fill:none}
.header-icons .hicon:hover{color:var(--gold-d)}
.cart-count{position:absolute;top:-2px;right:-6px;background:var(--gold);color:#fff;font-size:.62rem;font-weight:700;border-radius:999px;width:16px;height:16px;display:grid;place-items:center}
.header-burger{display:none;background:none;color:var(--ink);font-size:1.5rem}
/* mobile nav dropdown */
.header-nav{position:relative}
@media(max-width:900px){
  .header-nav{display:none;position:absolute;top:100%;left:1rem;right:1rem;flex-direction:column;background:var(--card);
    border:1px solid var(--border);border-radius:16px;padding:.8rem;box-shadow:var(--shadow);z-index:60}
  .header-nav.open{display:flex}
  .header-burger{display:block}
  .header-row{flex-wrap:wrap;gap:1rem}
  .header-right{margin-left:auto}
  .announcement{font-size:.68rem}
}

@media(max-width:640px){
  .announcement{font-size:.58rem;letter-spacing:.3px;padding:.28rem .7rem;line-height:1.5}
  .announcement .sep{margin:0 .35rem}
  .header-row{position:relative;gap:.6rem;padding:.7rem 0;min-height:74px}
  .header-row .brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
  .header-row .logo{height:58px}
  #langDropdown,#currencyDropdown{display:none}
  .header-right{gap:.6rem}
  .header-icons{gap:.7rem}
  .currency-btn,.lang-btn{font-size:.72rem;padding:.22rem .5rem}
  .header-burger{font-size:1.25rem}
}

@media(max-width:640px){
  .hero{padding:0;min-height:64vh;display:flex;align-items:flex-end;overflow:hidden}
  .hero .container{width:100%;padding:2rem 1.6rem;text-align:left;display:flex;flex-direction:column;align-items:flex-start}
  .hero .ctas{justify-content:flex-start}
  .hero h1,.hero .sub,.hero .lead,.hero .ctas{position:relative;z-index:2}
  .hero h1{font-size:clamp(2rem,7.5vw,2.5rem);text-shadow:0 1px 3px rgba(253,246,228,.92),0 0 14px rgba(253,246,228,.78)}
  .hero .sub,.hero .lead{text-shadow:0 1px 2px rgba(253,246,228,.92),0 0 10px rgba(253,246,228,.7)}
  .hero h1 em{color:var(--gold-d)}
  .hero-img{position:absolute;inset:0;margin:0;max-width:none;border-radius:0;box-shadow:none;width:100%;height:100%;z-index:0}
  .hero-img img{width:100%;height:100%;object-fit:cover;object-position:72% 14%;display:block}
  .hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
    background:linear-gradient(0deg,rgba(253,246,228,1) 0%,rgba(253,246,228,.75) 7%,rgba(253,246,228,0) 16%)}
  .scroll-hint{display:inline-flex;position:absolute;bottom:12px;left:50%;transform:translateX(-50%);z-index:4;flex-direction:column;align-items:center;gap:.1rem;color:var(--ink-soft);text-decoration:none;font-size:.58rem;letter-spacing:.24em;text-transform:uppercase}
  .scroll-hint svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;animation:bounceY 1.6s ease-in-out infinite}
  .scroll-hint span{opacity:.85}
}

/* ---- Scroll-for-more hint ---- */
html{scroll-behavior:smooth}
.scroll-hint{display:none}
@keyframes bounceY{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}

/* ---- Hero ---- */
.hero{position:relative;text-align:center;padding:3.2rem 1rem 2.5rem}
.hero h1{font-size:clamp(2.6rem,6vw,4.4rem);line-height:1.05;color:var(--ink)}
.hero h1 em{font-style:italic;color:var(--gold-d)}
.hero p.sub{color:var(--ink-soft);margin-top:.8rem;text-transform:uppercase;font-size:.82rem;letter-spacing:2px}
.hero .lead{margin-top:.3rem;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.4rem;color:var(--ink-soft)}
.btn{display:inline-block;background:var(--ink);color:#fff;padding:.8rem 1.9rem;border-radius:999px;font-weight:600;transition:.2s}
.btn:hover{background:var(--gold-d);transform:translateY(-2px)}
.btn-gold{background:var(--gold);color:#fff}
.btn-ghost{background:transparent;border:1.5px solid var(--ink);color:var(--ink)}
.hero .ctas{margin-top:1.6rem;display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}
.hero-img{margin:2rem auto 0;max-width:1000px;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-hover)}

/* ---- Section headers ---- */
section{padding:4rem 0}
.section-head{text-align:center;margin-bottom:2.2rem}
.section-head .eyebrow{color:var(--gold-d);text-transform:uppercase;letter-spacing:3px;font-size:.8rem;font-weight:700}
.section-head h2{font-size:clamp(1.8rem,3.5vw,2.6rem);margin-top:.4rem}
.section-head p{color:var(--ink-soft);max-width:640px;margin:.6rem auto 0}

/* ---- Collection cards ---- */
.collections{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
/* Promotional collection card (model image LEFT, real HTML text RIGHT on peach panel) */
.promo-card{position:relative;border-radius:var(--r-lg);overflow:hidden;background:linear-gradient(150deg,#F6E7D3,#F3E0C8 55%,#EBD3B4);
  box-shadow:var(--shadow);display:flex;min-height:470px;transition:.3s}
.promo-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}
/* decorative arcs top-right (visible, clean) */
.promo-card::before{content:"";position:absolute;top:-30px;right:-16px;width:170px;height:170px;border-radius:50%;
  border:2px solid rgba(54,37,17,.28);z-index:1;pointer-events:none}
.promo-card::after{content:"";position:absolute;top:-16px;right:-2px;width:140px;height:140px;border-radius:50%;
  border:1px solid rgba(54,37,17,.22);z-index:1;pointer-events:none}
.promo-card .promo-media{flex:0 0 46%;position:relative;overflow:hidden}
.promo-card .promo-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 15%;display:block;transition:.5s}
.promo-card:hover .promo-media img{transform:scale(1.05)}
.promo-card .promo-body{position:relative;z-index:2;flex:1;min-width:0;padding:2.2rem 1.6rem 1.6rem 1.2rem;display:flex;flex-direction:column;text-align:right;overflow:visible}
.promo-card .promo-body h3{font-family:'Cormorant Garamond',serif;font-size:clamp(1.4rem,2.1vw,1.9rem);font-weight:700;letter-spacing:1px;color:var(--ink);line-height:1.05;word-break:normal;overflow-wrap:break-word;white-space:normal}
.promo-card .promo-body .promo-div{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin:.55rem 0}
.promo-card .promo-body .promo-div::before{content:"";flex:0 0 26px;height:1px;background:var(--gold-d)}
.promo-card .promo-body .promo-div .dot{width:5px;height:5px;border-radius:50%;background:var(--gold-d);flex:none}
.promo-card .promo-body .promo-div::after{content:"";flex:1;max-width:56px;height:1px;background:var(--gold-d)}
.promo-card .promo-body p{font-size:.9rem;color:var(--ink-soft);line-height:1.4;margin-left:auto;overflow-wrap:break-word;word-break:break-word;max-width:100%}
.promo-card .promo-body .promo-btn{display:inline-block;margin:auto 0 0 auto;background:var(--ink);color:var(--ivory);white-space:nowrap;
  font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:.5rem 1.1rem;border-radius:999px;transition:.2s}
.promo-card .promo-body .promo-btn:hover{background:var(--gold-d)}
@media(max-width:640px){
  .collections{grid-template-columns:repeat(2,1fr);gap:.7rem}
  .collections .promo-card:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - .35rem);margin:0 auto}
  .promo-card{flex-direction:column;min-height:0;border-radius:var(--r-md)}
  .promo-card .promo-media{flex:none;width:100%;aspect-ratio:1/1;min-height:0}
  .promo-card .promo-body{text-align:center;align-items:center;padding:.7rem .5rem .6rem}
  .promo-card .promo-body h3{font-size:1rem;letter-spacing:.4px}
  .promo-card .promo-body .promo-div{display:none}
  .promo-card .promo-body p{font-size:.7rem;line-height:1.3;margin:0}
  .promo-card .promo-body .promo-btn{margin:.55rem auto 0;font-size:.58rem;padding:.38rem .75rem;letter-spacing:.8px}
  .promo-card::before,.promo-card::after{display:none}
}

/* ---- Texture chips ---- */
.textures{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;text-align:center}
.texture a{display:block;border-radius:var(--r-md);overflow:hidden;background:var(--card);box-shadow:var(--shadow);transition:.25s;padding-bottom:.8rem}
.texture a:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.texture img{aspect-ratio:1/1;object-fit:cover;width:100%}
.texture span{display:block;margin-top:.55rem;font-weight:600;font-size:.9rem}

/* ---- Value props ---- */
.valueprops{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;background:var(--ink);color:#fff;border-radius:var(--r-lg);padding:2rem}
.vp{text-align:center}
.vp .ic{font-size:1.6rem}
.vp .ic svg{width:30px;height:30px;fill:none;stroke:var(--gold);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.vp strong{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:1px;margin-top:.4rem}

/* ---- Contact cards (real brand SVG icons, carob brown) ---- */
.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}
.contact-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);padding:1.3rem;text-align:center;transition:.2s}
.contact-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}
.contact-card .ic{width:52px;height:52px;margin:0 auto .6rem;border-radius:999px;background:var(--gold-soft);display:grid;place-items:center}
.contact-card .ic svg{width:26px;height:26px}
.contact-card h3{margin-bottom:.3rem;font-size:1.05rem;color:var(--ink)}
.contact-card a{color:var(--gold-d);text-decoration:none;font-weight:600;word-break:break-word}
.contact-card a:hover{text-decoration:underline}

/* ---- Features ---- */
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.feature{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);padding:1.6rem;box-shadow:var(--shadow)}
.feature .ic{font-size:1.6rem}
.feature .ic svg{width:34px;height:34px;fill:none;stroke:var(--gold-d);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.feature h3{font-size:1.2rem;margin:.5rem 0 .3rem}
.feature p{color:var(--ink-soft);font-size:.92rem}

/* ---- Reviews ---- */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.review{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);padding:1.4rem;box-shadow:var(--shadow)}
.review .stars{color:var(--gold-d);letter-spacing:2px}
.review p{color:var(--ink-soft);margin:.6rem 0}
.review .name{font-weight:700;font-size:.9rem}
.review .prod{color:var(--muted);font-size:.8rem}

/* ---- Product grid ---- */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.4rem}
.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;box-shadow:var(--shadow);transition:.25s;position:relative}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
.product-card .img{aspect-ratio:1/1;overflow:hidden}
.product-card .img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.product-card:hover .img img{transform:scale(1.05)}
.product-card .badge{position:absolute;top:12px;left:12px;background:var(--gold);color:#fff;font-size:.72rem;font-weight:700;padding:.3rem .7rem;border-radius:999px;text-transform:uppercase;letter-spacing:.5px}
.product-card .info{padding:1rem 1.1rem 1.2rem}
.product-card .info h3{font-size:1.1rem}
.product-card .price{color:var(--gold-d);font-weight:700;margin-top:.35rem;font-size:1.05rem}
.product-card .price s{color:var(--muted);font-weight:400;font-size:.9rem;margin-right:.5rem}

/* ---- Product detail ---- */
.pd{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}
.pd .gallery{position:sticky;top:90px}
.pd .main-img{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow)}
.pd .thumbs{display:flex;gap:.6rem;margin-top:.8rem;flex-wrap:wrap}
.pd .thumbs img{width:64px;height:64px;object-fit:cover;border-radius:10px;border:2px solid transparent;cursor:pointer}
.pd .thumbs img.active{border-color:var(--gold)}
.pd h1{font-size:2.1rem}
.pd .price-row{display:flex;align-items:baseline;gap:.8rem;margin:1rem 0 1.5rem}
.pd .price-row .now{font-size:1.9rem;font-weight:700;color:var(--gold-d)}
.pd .price-row s{color:var(--muted);font-size:1.1rem}
.pd .option-group{margin-bottom:1.2rem}
.pd .option-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;color:var(--ink-soft)}
.pills{display:flex;flex-wrap:wrap;gap:.5rem}
.pill{padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:999px;background:#fff;font-size:.9rem;transition:.15s}
.pill:hover{border-color:var(--gold)}
.pill.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.qty{display:flex;align-items:center;gap:.8rem;margin:1.2rem 0}
.qty button{width:38px;height:38px;border-radius:10px;background:var(--soft);font-size:1.2rem}
.qty span{font-weight:700;min-width:30px;text-align:center}
.add-btn{width:100%;padding:1rem;font-size:1.05rem;background:var(--gold);color:#fff;border-radius:999px;font-weight:700;transition:.2s}
.add-btn:hover{background:var(--gold-d);transform:translateY(-2px)}
.pd .desc{margin-top:2rem;color:var(--ink-soft)}
.pd .desc ul{margin:.6rem 0 0 1.2rem}

/* ---- Cart / checkout ---- */
.page{padding:3rem 0;min-height:60vh}
.page h1{font-size:2.2rem;margin-bottom:1.5rem;text-align:center}
.cart-item{display:flex;gap:1rem;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);padding:1rem;margin-bottom:1rem;box-shadow:var(--shadow)}
.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:12px}
.cart-item .ci-info{flex:1}
.cart-item .ci-info h4{font-size:1rem}
.cart-item .ci-info .meta{color:var(--muted);font-size:.85rem}
.cart-item .ci-price{font-weight:700;color:var(--gold-d)}
.cart-item .remove{background:none;color:var(--ink-soft);font-size:1.2rem}
.summary{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);padding:1.5rem;box-shadow:var(--shadow)}
.summary .row{display:flex;justify-content:space-between;padding:.45rem 0;color:var(--ink-soft)}
.summary .row.total{font-size:1.3rem;font-weight:700;color:var(--ink);border-top:1.5px solid var(--border);margin-top:.6rem;padding-top:.9rem}
.currency-switch{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}
.currency-switch button{padding:.5rem 1.1rem;border-radius:999px;border:1.5px solid var(--border);background:#fff;font-weight:600;color:var(--gold-d)}
.currency-switch button.active{background:var(--ink);color:#fff;border-color:var(--ink)}

/* ---- Checkout methods ---- */
.methods{display:grid;gap:.9rem;margin:1.5rem 0}
.method{display:flex;align-items:center;gap:1rem;border:2px solid var(--border);border-radius:var(--r-md);padding:1.1rem;cursor:pointer;background:var(--card);transition:.2s}
.method:hover{border-color:var(--gold)}
.method.active{border-color:var(--gold);background:var(--gold-soft)}
.method input{width:auto}
.method .m-name{font-weight:700}
.method .m-sub{color:var(--muted);font-size:.85rem}

/* ---- Chatbot ---- */
.chat-btn{position:fixed;bottom:20px;right:20px;z-index:100;width:54px;height:54px;border-radius:999px;
  background:var(--ink);color:#fff;box-shadow:var(--shadow-hover);display:grid;place-items:center;transition:.2s}
.chat-btn:hover{transform:scale(1.06)}
.chat-btn svg{width:24px;height:24px}
.chat-window{position:fixed;bottom:160px;right:20px;z-index:100;width:min(360px,calc(100% - 40px));
  background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-hover);
  display:none;flex-direction:column;overflow:hidden;max-height:70vh}
.chat-window.open{display:flex}
.chat-head{background:var(--ink);color:#fff;padding:.9rem 1.1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}
.chat-head .close{background:none;color:#fff;font-size:1.2rem}
.chat-body{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.6rem;background:var(--ivory)}
.msg{max-width:82%;padding:.6rem .9rem;border-radius:16px;font-size:.9rem;line-height:1.45}
.msg.bot{background:#fff;border:1px solid var(--border);align-self:flex-start;border-bottom-left-radius:4px}
.msg.user{background:var(--gold);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}
.chat-quick{display:flex;gap:.4rem;flex-wrap:wrap;padding:.5rem .8rem;border-top:1px solid var(--border);background:#fff}
.chat-quick button{font-size:.75rem;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--border);background:var(--ivory)}
.chat-input{display:flex;gap:.5rem;padding:.7rem;border-top:1px solid var(--border);background:#fff}
.chat-input input{flex:1}
.chat-input button{background:var(--gold);color:#fff;border-radius:999px;padding:0 1.1rem;font-weight:700}
.chat-handoff{display:block;align-self:stretch;background:#1f7a4d;color:#fff!important;text-align:center;
  text-decoration:none;padding:.72rem .9rem;border-radius:12px;font-size:.86rem;font-weight:700;line-height:1.35}
.chat-handoff:hover{background:#17623d}
.chat-safety{font-size:.68rem;line-height:1.35;color:var(--ink-soft);margin:.15rem 0 0;text-align:center}
.chat-btn:focus-visible,.chat-head .close:focus-visible,.chat-quick button:focus-visible,
.chat-input button:focus-visible,.chat-handoff:focus-visible{outline:3px solid var(--gold);outline-offset:2px}

@media(max-width:520px){
  .chat-window{right:10px;bottom:145px;width:calc(100% - 20px);max-height:72vh}
  .chat-btn{right:14px;bottom:16px}
}

/* ---- Newsletter ---- */
.newsletter{padding:2.5rem 0 1rem}
.nl-inner{background:var(--ink);border-radius:var(--r-lg);padding:2.4rem 2rem;display:flex;align-items:center;gap:2rem;flex-wrap:wrap;color:#fff;position:relative;overflow:hidden}
.nl-inner::before{content:"";position:absolute;top:-50px;right:-40px;width:180px;height:180px;border-radius:50%;border:1.5px solid rgba(255,255,255,.15)}
.nl-text{flex:1;min-width:240px}
.nl-text h2{font-family:'Cormorant Garamond',serif;font-size:2rem;color:var(--ivory)}
.nl-text p{color:var(--gold-soft);margin-top:.4rem;max-width:420px}
.nl-form{display:flex;gap:.6rem;flex:1;min-width:260px;max-width:460px}
.nl-form input{flex:1;padding:.85rem 1.1rem;border-radius:999px;border:none;font-size:.95rem;background:var(--ivory);color:var(--ink)}
.nl-form input:focus{outline:2px solid var(--gold)}
.nl-form button{background:var(--gold);color:#fff;font-weight:700;padding:.85rem 1.6rem;border-radius:999px;border:none;cursor:pointer;transition:.2s;white-space:nowrap}
.nl-form button:hover{background:var(--gold-d)}
.nl-msg{margin:.8rem 0 0;width:100%;color:var(--gold);font-weight:600;display:none}
.nl-msg.show{display:block}

/* ---- Footer logo ---- */
footer .logo{height:42px;width:auto;opacity:.95}
footer{background:var(--ink);color:#fff;border-radius:26px;margin:1.5rem 1rem 1rem;padding:2.5rem 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}
footer h4{color:var(--gold);margin-bottom:.8rem;font-size:1rem}
footer a{color:#fff;opacity:.85;display:block;margin-bottom:.45rem;font-size:.92rem}
footer a:hover{opacity:1;color:var(--gold)}
footer .social{display:flex;gap:.6rem;margin-top:.8rem}
footer .social a{opacity:1}
.foot-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--gold-soft)}

/* ---- WhatsApp float (stacked above chat on the right) ---- */
.wa-btn{position:fixed;bottom:90px;right:20px;z-index:99;width:54px;height:54px;border-radius:999px;
  background:#25D366;color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-hover);transition:.2s}
.wa-btn svg{width:26px;height:26px}
.wa-btn:hover{transform:scale(1.06)}
@media(max-width:560px){ .wa-btn{bottom:84px} }

/* ---- Reveal on scroll (premium motion) ---- */
html.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
html.js .reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){ html.js .reveal{opacity:1;transform:none;transition:none} }

/* ---- Responsive ---- */
@media(max-width:900px){
  .collections{grid-template-columns:repeat(2,1fr)}
  .textures{grid-template-columns:repeat(3,1fr)}
  .features,.valueprops{grid-template-columns:repeat(2,1fr)}
  .reviews{grid-template-columns:1fr}
  .pd{grid-template-columns:1fr}
  .pd .gallery{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav-links{display:none}
  .nav-links.open{display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;flex-direction:column;
    background:#fff;border:1px solid var(--border);border-radius:18px;padding:1rem;box-shadow:var(--shadow)}
  .nav-burger{display:block}
}
@media(max-width:560px){
  .collections{grid-template-columns:repeat(2,1fr)}
  .textures{grid-template-columns:repeat(2,1fr)}
  .valueprops,.features{grid-template-columns:1fr 1fr}
}

/* =====================================================================
   Asheerah Hair v3 — mobile-first refinements (hero, footer, search,
   shop cards, lace comparison, cart, checkout, coupons, menu controls).
   ===================================================================== */

/* Accessibility utility */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ---- Unified dark-brown primary buy button ---- */
.btn-primary,.add-btn{display:inline-block;background:var(--ink);color:#fff;padding:.8rem 1.9rem;
  border-radius:999px;font-weight:600;transition:.2s;border:none;text-align:center;cursor:pointer;
  font-family:inherit;font-size:1rem;line-height:1.4}
.btn-primary:hover,.add-btn:hover{background:var(--gold-d);transform:translateY(-2px)}
.btn-primary:focus-visible,.add-btn:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.btn-primary:active,.add-btn:active{transform:translateY(0);background:var(--gold-d)}
.btn-primary:disabled,.add-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.btn-secondary{display:inline-block;background:var(--soft);color:var(--ink);padding:.7rem 1.3rem;
  border-radius:999px;font-weight:600;border:1.5px solid var(--border);cursor:pointer;font-family:inherit;
  font-size:.95rem;transition:.15s;white-space:nowrap}
.btn-secondary:hover{background:var(--gold-soft)}
.btn-secondary:disabled{opacity:.55;cursor:not-allowed}

/* ---- Mobile hero: text moved left, never covers the model ---- */
@media(max-width:640px){
  .hero{min-height:min(80vh,700px)}
  .hero .container{padding:2.4rem 1.4rem 2.8rem;max-width:none}
  .hero h1{font-size:clamp(1.85rem,7vw,2.45rem);line-height:1.08;max-width:84%;text-align:left;text-shadow:0 1px 3px rgba(253,246,228,.95),0 0 16px rgba(253,246,228,.85)}
  .hero h1 em{display:inline-block}
  .hero .sub,.hero .lead{max-width:84%;text-align:left}
  .hero .sub{font-size:.74rem;letter-spacing:1.6px}
  .hero .lead{margin-top:.15rem;font-size:1.15rem}
  .hero .ctas{margin-top:1.05rem;justify-content:flex-start}
  .hero-img img{object-position:74% 12%}
  /* discreet cream gradient: bottom for legibility + left so the text side is
     clean while the model (right side) stays clearly visible */
  .hero::after{background:
    linear-gradient(0deg,rgba(253,246,228,1) 0%,rgba(253,246,228,.94) 9%,rgba(253,246,228,.55) 22%,rgba(253,246,228,0) 36%),
    linear-gradient(90deg,rgba(253,246,228,.97) 0%,rgba(253,246,228,.8) 36%,rgba(253,246,228,0) 64%)}
}
@media(max-width:360px){
  .hero .ctas{flex-direction:column;align-items:stretch;gap:.6rem;max-width:84%}
  .hero .ctas .btn-primary,.hero .ctas .btn-ghost{width:100%;text-align:center}
  .hero h1{font-size:clamp(1.7rem,7.4vw,2.1rem)}
}

/* ---- Mobile footer: single cream column, elegant, roomy ---- */
@media(max-width:640px){
  footer{background:var(--ivory);color:var(--ink);border:1px solid var(--border);
    padding:2rem 1.25rem calc(2.5rem + env(safe-area-inset-bottom));margin:1rem .9rem;border-radius:26px}
  footer .logo{height:38px}
  footer h4{color:var(--gold-d);border-bottom:1px solid var(--border);padding-bottom:.5rem;margin-bottom:.6rem}
  footer a{color:var(--ink-soft);opacity:1;padding:.5rem 0;margin-bottom:0;font-size:.95rem;min-height:44px;display:flex;align-items:center}
  footer a:hover{color:var(--gold-d);opacity:1}
  .footer-grid{grid-template-columns:1fr;gap:0}
  .footer-grid>div{padding:1.1rem 0;border-bottom:1px solid var(--border)}
  .footer-grid>div:last-child{border-bottom:none}
  .foot-bottom{border-top:1px solid var(--border);color:var(--muted);flex-direction:column;gap:.7rem;padding-top:1.3rem;margin-top:1.2rem}
  .foot-bottom span{color:var(--muted)}
  /* keep the WhatsApp/chat floats from covering links / copyright */
  footer{padding-bottom:calc(8rem + env(safe-area-inset-bottom))}
}

/* ---- Search drawer (slides in from the left) ---- */
.search-drawer{position:fixed;inset:0;z-index:300;pointer-events:none}
.search-drawer .search-overlay{position:absolute;inset:0;background:rgba(54,37,17,.5);opacity:0;transition:opacity .3s;pointer-events:none}
.search-drawer.open .search-overlay{opacity:1;pointer-events:auto}
.search-panel{position:absolute;top:0;left:0;bottom:0;width:min(400px,92vw);max-width:100%;
  background:var(--ivory);box-shadow:var(--shadow-hover);display:flex;flex-direction:column;
  transform:translateX(-105%);transition:transform .3s ease;z-index:2;padding:1.2rem;overflow:hidden}
.search-drawer.open .search-panel{transform:translateX(0)}
.search-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}
.search-head h2{font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:var(--ink)}
.search-close{width:44px;height:44px;border-radius:999px;background:var(--soft);font-size:1.4rem;color:var(--ink);display:grid;place-items:center;flex:none}
.search-close:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.search-field{display:flex;align-items:center;gap:.5rem;background:var(--card);border:1.5px solid var(--border);border-radius:14px;padding:.2rem .8rem}
.search-field svg{width:20px;height:20px;stroke:var(--muted);fill:none;stroke-width:1.8;flex:none}
.search-field input{border:none;background:none;padding:.7rem .2rem;outline:none;box-shadow:none}
.search-field input:focus{outline:none}
.search-results{list-style:none;margin:1rem 0 0;overflow-y:auto;flex:1}
.search-result{display:flex;align-items:center;gap:.8rem;padding:.6rem;border-radius:12px;color:var(--ink)}
.search-result:hover,.search-result:focus-visible{background:var(--soft);outline:none}
.search-result img{width:48px;height:48px;object-fit:cover;border-radius:8px;flex:none}
.search-empty{color:var(--muted);text-align:center;padding:1.5rem}
@media(prefers-reduced-motion:reduce){.search-panel,.search-overlay{transition:none}}

/* ---- Shop premium cards (image → name → prices → button) ---- */
.shop-card{display:flex;flex-direction:column}
.shop-card .info{display:flex;flex-direction:column;flex:1;padding:1rem 1.1rem 1.2rem}
.shop-card .info h3{font-size:1.05rem;line-height:1.35;min-height:2.7em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.shop-card .price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin:.4rem 0 .8rem}
.shop-card .price .was{color:var(--muted);font-size:.9rem;font-weight:400}
.shop-card .price .now{color:var(--gold-d);font-weight:700;font-size:1.15rem}
.shop-card .buy-btn{display:block;text-align:center;background:var(--ink);color:#fff;padding:.75rem 1rem;
  border-radius:999px;font-weight:700;font-size:.95rem;transition:.2s;margin-top:auto}
.shop-card:hover .buy-btn,.shop-card .buy-btn:hover{background:var(--gold-d)}
@media(max-width:480px){
  .grid{grid-template-columns:repeat(2,1fr);gap:.7rem}
  .shop-card .info{padding:.7rem .7rem .8rem}
  .shop-card .info h3{font-size:.92rem;min-height:2.5em}
  .shop-card .price .now{font-size:1rem}
  .shop-card .buy-btn{padding:.6rem .5rem;font-size:.85rem}
}
@media(max-width:340px){
  .grid{grid-template-columns:1fr}
}

/* ---- Lace comparison (Transparent | HD) ---- */
.lace-cmp{border:1px solid var(--border);border-radius:14px;overflow:hidden;width:100%}
.lace-head{display:grid;grid-template-columns:1fr 1fr;background:var(--soft)}
.lace-head span{padding:.6rem .6rem;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.4px;color:var(--ink);text-align:center}
.lace-head-t{border-right:1px solid var(--border)}
.lace-row{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border)}
.lace-col{border-right:1px solid var(--border)}
.lace-col:last-child{border-right:none}
.lace-cell{width:100%;padding:.6rem .3rem;background:var(--card);color:var(--ink-soft);font-size:.88rem;font-family:inherit;cursor:pointer;transition:.15s;text-align:center}
.lace-cell:hover{background:var(--soft)}
.lace-cell:focus-visible{outline:3px solid var(--gold);outline-offset:-2px}
.lace-cell.active{background:var(--ink);color:#fff}
.pd .price-row{flex-wrap:wrap;row-gap:.4rem}
.pd .price-row .now{color:var(--gold-d)}
.pd .save-chip{background:var(--gold-soft);color:var(--gold-d);font-weight:700;font-size:.82rem;padding:.25rem .7rem;border-radius:999px}
.pd .combo-unavailable{margin:1rem 0 1.2rem;padding:.9rem 1rem;border:1.5px dashed var(--border);border-radius:12px;background:var(--soft);color:var(--ink-soft);font-size:.9rem}

/* ---- Cart item details ---- */
.cart-item{align-items:flex-start;flex-wrap:wrap}
.cart-item .ci-info{min-width:0;flex:1}
.cart-item .ci-cat{font-size:.74rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-top:.15rem}
.cart-item .meta{display:flex;flex-direction:column;gap:.08rem;margin-top:.35rem}
.cart-item .meta-line{font-size:.82rem}
.cart-item .meta-line b{color:var(--ink);font-weight:600}
.cart-item .ci-unit{display:flex;flex-direction:column;gap:.15rem;margin:.5rem 0 .2rem}
.cart-item .ci-unit .was{color:var(--muted);font-size:.85rem}
.cart-item .ci-unit .now{color:var(--gold-d);font-weight:700}
.cart-item .ci-unit-sub{font-size:.82rem;color:var(--ink-soft)}
.cart-item .ci-unit-sub b{color:var(--ink)}
.cart-item .ci-qty{margin:.3rem 0 0}
.cart-item .ci-qty button{width:36px;height:36px}
.cart-item .remove{font-size:1.4rem;align-self:flex-start}
.cart-empty{padding:2.5rem 1rem;text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md)}
.cart-empty p{margin-bottom:1.2rem;color:var(--ink-soft)}
.cart-empty .btn-primary,.cart-actions .btn-ghost{display:inline-block}
.cart-actions{margin:1.2rem auto 0;text-align:center}
.summary .row.disc{color:var(--gold-d);font-weight:600}

/* ---- Checkout ---- */
.checkout{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:start}
.checkout fieldset{border:none;padding:0;margin:0 0 1.6rem}
.checkout legend{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:600;margin-bottom:1rem;color:var(--ink);padding:0}
.fld{margin-bottom:.9rem}
.fld label{display:block;font-weight:600;font-size:.85rem;margin-bottom:.35rem;color:var(--ink-soft)}
.fld input,.fld textarea{width:100%}
.fld input.invalid{border-color:#C0392B}
.ferr{color:#B03A2E;font-size:.8rem;margin-top:.3rem;min-height:1em}
.fld-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.co-summary .summary{position:sticky;top:100px}
.co-summary .summary h2{font-size:1.3rem;margin-bottom:1rem;font-family:'Cormorant Garamond',serif;color:var(--ink)}
.co-item{display:flex;gap:.8rem;padding:.7rem 0;border-bottom:1px solid var(--border);align-items:flex-start}
.co-item img{width:56px;height:56px;object-fit:cover;border-radius:10px;flex:none}
.co-item-info{flex:1;min-width:0}
.co-item-title{font-weight:600;font-size:.9rem;line-height:1.3;color:var(--ink)}
.co-item-meta{display:flex;flex-direction:column;font-size:.78rem;color:var(--muted);gap:.05rem;margin-top:.2rem}
.co-item-meta b{color:var(--ink-soft)}
.co-item-qty{font-size:.78rem;color:var(--muted);margin-top:.2rem}
.co-item-price{text-align:right;flex:none}
.co-item-price .was{color:var(--muted);font-size:.8rem}
.co-item-price .now{color:var(--gold-d);font-weight:700}
.co-item-sub{font-size:.85rem;color:var(--ink);font-weight:600;margin-top:.15rem}
.totals{margin-top:1rem}
.pay-area{margin-top:.8rem}
.pay-ready{color:var(--ink-soft)}
.pay-pending{color:var(--gold-d);font-size:.88rem}
.sec-note{font-size:.78rem;color:var(--muted);margin:1rem 0}
.co-submit{width:100%;padding:1rem;font-size:1.05rem}
.order-note{font-size:.9rem;text-align:center;margin-top:1rem}
.order-note.ok{color:var(--gold-d);font-weight:600}
.checkout-empty,.order-confirm{text-align:center;padding:2.5rem 1rem;max-width:580px;margin:0 auto}
.order-confirm h2{font-family:'Cormorant Garamond',serif}
.order-confirm ul{list-style:none;margin:1rem auto;max-width:380px;text-align:left}
.order-confirm li{padding:.3rem 0;border-bottom:1px dashed var(--border)}
.order-confirm-note{color:var(--muted);font-size:.85rem;margin:1rem auto}
.order-confirm .btn-primary{display:inline-block;margin-top:.5rem}

/* ---- Payment methods with real brand marks ---- */
.method{align-items:flex-start;position:relative}
.method input{position:absolute;opacity:0;width:1px;height:1px;margin:0}
.method:focus-within{outline:2px solid var(--gold);outline-offset:2px}
.method .m-radio{width:20px;height:20px;border-radius:999px;border:2px solid var(--border);margin-top:.2rem;flex:none;display:grid;place-items:center;transition:.15s}
.method.active .m-radio{border-color:var(--gold)}
.method.active .m-radio::after{content:"";width:10px;height:10px;border-radius:999px;background:var(--gold)}
.method .m-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}
.method .m-pending-tag{font-size:.72rem;color:var(--gold-d)}
.pay-logo{flex:none;height:30px;border:1px solid var(--border);border-radius:7px;display:inline-flex;align-items:center;padding:0 .5rem;font-weight:800;font-size:.66rem;letter-spacing:.2px;background:#fff}
.pay-logo .visa{color:#1A1F71;font-style:italic;font-size:.7rem}
.pay-logo .mc{color:#EB001B;font-size:.7rem;margin-left:.45rem}
.paypal-logo{color:#003087;font-style:italic}
.paypal-logo span{color:#009cde}
.mbway-logo{color:#0e2a6b;font-size:.62rem;letter-spacing:1px}
.mbway-logo span{color:#ec008c}

/* ---- Coupon box ---- */
.coupon-box{margin:1.4rem 0}
.coupon-box label{display:block;font-weight:600;font-size:.85rem;margin-bottom:.35rem;color:var(--ink-soft)}
.coupon-row{display:flex;gap:.6rem}
.coupon-row input{flex:1}
.coupon-msg{font-size:.85rem;margin-top:.4rem;min-height:1em}
.coupon-msg.ok{color:var(--gold-d);font-weight:600}
.coupon-msg.err{color:#B03A2E}
.coupon-hint{font-size:.76rem;color:var(--muted);margin-top:.3rem}

/* ---- Mobile menu: language & currency controls ---- */
.menu-controls{display:none}
@media(max-width:900px){
  .menu-controls{display:block;margin-top:.9rem;border-top:1px solid var(--border);padding-top:1rem}
  .menu-ctl-label{font-weight:700;font-size:.76rem;text-transform:uppercase;letter-spacing:.5px;color:var(--ink-soft);margin:.7rem 0 .4rem}
  .menu-ctl-opts{display:flex;flex-wrap:wrap;gap:.45rem}
  .menu-ctl-opts button{display:flex;align-items:center;gap:.45rem;padding:.5rem .8rem;border-radius:999px;border:1.5px solid var(--border);background:var(--card);font-size:.9rem;font-family:inherit;color:var(--ink);min-height:44px}
  .menu-ctl-opts button:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
  .menu-ctl-opts button.active{background:var(--ink);color:#fff;border-color:var(--ink)}
  .menu-ctl-opts .flag{width:18px;height:13px;border-radius:2px;overflow:hidden;display:inline-block;flex:none}
  .menu-ctl-opts .flag svg{display:block;width:100%;height:100%}
  .menu-ctl-opts .cur-sym{font-weight:700}
}

/* ---- Responsive checkout / cart stacking ---- */
@media(max-width:900px){
  .checkout{grid-template-columns:1fr;gap:1.5rem}
  .checkout .co-summary{order:-1}  /* show items + totals first so the user reviews before filling the form */
  .co-summary .summary{position:static}
  .co-item img{width:48px;height:48px}
}
@media(max-width:480px){
  .fld-row{grid-template-columns:1fr;gap:0}
  .cart-item img{width:68px;height:68px}
}

/* ---- Overflow fixes (no horizontal scroll on small phones) ---- */
.feature{min-width:0}
@media(max-width:400px){
  .features{grid-template-columns:1fr}
  .feature{padding:1.1rem 1.2rem}
}
/* Newsletter: stack on all phones so the Subscribe button never overflows the card */
@media(max-width:520px){
  .nl-inner{padding:1.8rem 1.2rem}
  .nl-form{min-width:0;max-width:none;width:100%;flex:none;flex-direction:column;align-items:stretch}
  .nl-form input{flex:1;min-width:0;width:100%}
  .nl-form button{width:100%;text-align:center;flex:none}
}


