/* ===== Soomro — Design System ===== */
:root{
  --ink:#131a2a;
  --ink-soft:#414c63;
  --muted:#8791a3;
  --line:#e6e9f0;
  --bg:#fafbfd;
  --card:#ffffff;
  --brand:#16233f;         /* deep navy */
  --brand-dark:#0e1729;
  --brand-soft:#eef1f7;
  --accent:#1f3d3a;        /* (retained, unused) */
  --gold:#b8912f;          /* warm gold */
  --gold-soft:#f5edd8;
  --sale:#b5432f;
  --star:#d6a93b;
  --radius:14px;
  --radius-sm:9px;
  --shadow-sm:0 1px 2px rgba(19,26,42,.06),0 2px 8px rgba(19,26,42,.05);
  --shadow-md:0 8px 30px rgba(19,26,42,.12);
  --wrap:1200px;
  --serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--sans);color:var(--ink);background:var(--bg);
  font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.12;margin:0;color:var(--ink);letter-spacing:.2px}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 22px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--sans);font-weight:600;font-size:.92rem;letter-spacing:.02em;
  padding:.82rem 1.5rem;border-radius:100px;border:1.5px solid transparent;
  cursor:pointer;transition:.2s;white-space:nowrap;
}
.btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}
.btn-ghost{background:transparent;border-color:var(--ink);color:var(--ink)}
.btn-ghost:hover{background:var(--ink);color:#fff}
.btn-light{background:#fff;color:var(--ink);border-color:var(--line)}
.btn-light:hover{border-color:var(--brand);color:var(--brand)}
.btn-block{width:100%}
.btn-sm{padding:.6rem 1rem;font-size:.85rem}

/* ===== Announcement bar ===== */
.announce{background:var(--brand);color:#f4f1e6;text-align:center;font-size:.8rem;
  letter-spacing:.08em;text-transform:uppercase;padding:.55rem 1rem;font-weight:500}

/* ===== Header ===== */
.site-header{position:sticky;top:0;z-index:60;background:rgba(251,248,243,.92);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;gap:1.5rem;height:72px}
.brand{display:flex;align-items:center;gap:.55rem}
.brand-logo{height:46px;width:auto;display:block}
.foot-logo img{height:46px;width:auto}
.nav-links{display:flex;gap:1.6rem;margin-left:1rem}
.nav-links a{font-size:.9rem;font-weight:500;color:var(--ink-soft);position:relative;padding:.2rem 0}
.nav-links a:hover{color:var(--brand)}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;
  background:var(--brand);transition:.25s}
.nav-links a:hover::after{width:100%}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:.4rem}
.icon-btn{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  background:transparent;border:none;cursor:pointer;color:var(--ink);transition:.2s;position:relative}
.icon-btn:hover{background:var(--brand-soft);color:var(--brand)}
.cart-count{position:absolute;top:4px;right:4px;background:var(--sale);color:#fff;
  font-size:.62rem;font-weight:700;min-width:17px;height:17px;border-radius:9px;
  display:grid;place-items:center;padding:0 4px;font-family:var(--sans)}
.burger{display:none}

/* ===== Hero ===== */
.hero{position:relative;overflow:hidden;background:
  linear-gradient(115deg,#fafbfd 0%,#eef1f7 60%,#e7ecf5 100%)}
.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center;
  min-height:560px;padding:3rem 0}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;
  letter-spacing:.22em;text-transform:uppercase;color:var(--brand);font-weight:700;margin-bottom:1.1rem}
.hero-eyebrow::before{content:"";width:34px;height:1.5px;background:var(--brand)}
.hero h1{font-size:clamp(2.6rem,5vw,4.3rem);line-height:1.02;margin-bottom:1.2rem}
.hero h1 em{font-style:italic;color:var(--brand)}
.hero p{font-size:1.08rem;color:var(--ink-soft);max-width:460px;margin-bottom:1.8rem}
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}
.hero-stats{display:flex;gap:2.2rem;margin-top:2.4rem}
.hero-stats b{font-family:var(--serif);font-size:1.7rem;display:block;color:var(--ink)}
.hero-stats span{font-size:.78rem;color:var(--muted);letter-spacing:.04em}
.hero-visual{position:relative}
.hero-visual .frame{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md);
  aspect-ratio:4/3.4;background:#ddd}
.hero-visual .frame img{width:100%;height:100%;object-fit:cover}
.hero-badge{position:absolute;bottom:-18px;left:-18px;background:#fff;border-radius:14px;
  padding:.9rem 1.2rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.7rem}
.hero-badge .star{color:var(--star);font-size:1.1rem}
.hero-badge b{font-size:1rem}.hero-badge span{font-size:.72rem;color:var(--muted)}

/* ===== Trust strip ===== */
.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem 0}
.trust-item{display:flex;align-items:center;gap:.8rem;justify-content:center;text-align:left}
.trust-item svg{color:var(--brand);flex-shrink:0}
.trust-item b{display:block;font-size:.88rem}
.trust-item span{font-size:.76rem;color:var(--muted)}

/* ===== Section headings ===== */
.section{padding:4.5rem 0}
.section-head{text-align:center;max-width:620px;margin:0 auto 2.8rem}
.section-head .eyebrow{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--brand);font-weight:700;margin-bottom:.7rem}
.section-head h2{font-size:clamp(2rem,4vw,2.9rem)}
.section-head p{color:var(--ink-soft);margin-top:.7rem}

/* ===== Category tiles ===== */
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.cat-tile{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1.05;
  box-shadow:var(--shadow-sm);display:block;background:#e5ddd0}
.cat-tile img{width:100%;height:100%;object-fit:cover;transition:.6s}
.cat-tile:hover img{transform:scale(1.06)}
.cat-tile::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(26,23,20,.72) 100%)}
.cat-tile .label{position:absolute;left:0;right:0;bottom:0;padding:1.4rem;z-index:2;color:#fff}
.cat-tile .label small{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;opacity:.85}
.cat-tile .label h3{color:#fff;font-size:1.5rem;margin-top:.15rem}
.cat-tile .label .go{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;
  font-weight:600;margin-top:.5rem;font-family:var(--sans)}

/* ===== Product grid & cards ===== */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.card{background:var(--card);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow-sm);transition:.25s;display:flex;flex-direction:column;position:relative}
.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}
.card-media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#efe9df}
.card-media img{width:100%;height:100%;object-fit:cover;transition:.5s}
.card:hover .card-media img{transform:scale(1.05)}
.card-badges{position:absolute;top:.7rem;left:.7rem;display:flex;flex-direction:column;gap:.35rem;z-index:2}
.badge{font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  padding:.28rem .55rem;border-radius:5px;color:#fff}
.badge-sale{background:var(--sale)}
.badge-best{background:var(--gold);color:#2a2109}
.card-fav{position:absolute;top:.6rem;right:.6rem;width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,.9);border:none;display:grid;place-items:center;cursor:pointer;
  color:var(--ink-soft);z-index:2;transition:.2s}
.card-fav:hover{color:var(--sale);background:#fff}
.card-body{padding:1rem 1.05rem 1.15rem;display:flex;flex-direction:column;flex:1}
.card-cat{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:600}
.card-title{font-family:var(--sans);font-weight:600;font-size:.94rem;margin:.3rem 0 .4rem;
  line-height:1.35;color:var(--ink);min-height:2.5em}
.card-rating{display:flex;align-items:center;gap:.35rem;font-size:.76rem;color:var(--muted);margin-bottom:.6rem}
.card-rating .stars{color:var(--star);letter-spacing:1px}
.card-price{display:flex;align-items:baseline;gap:.5rem;margin-top:auto}
.card-price .now{font-family:var(--serif);font-size:1.35rem;font-weight:700;color:var(--ink)}
.card-price .was{font-size:.85rem;color:var(--muted);text-decoration:line-through}
.card-add{margin-top:.85rem}

/* ===== Filter bar ===== */
.shop-head{background:linear-gradient(115deg,#eef1f7,#fafbfd);padding:3rem 0 2.5rem;
  border-bottom:1px solid var(--line)}
.shop-head h1{font-size:clamp(2.2rem,4vw,3.2rem)}
.shop-head p{color:var(--ink-soft);margin-top:.5rem}
.breadcrumb{font-size:.8rem;color:var(--muted);margin-bottom:1rem}
.breadcrumb a:hover{color:var(--brand)}
.toolbar{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin:2rem 0 1.8rem}
.chips{display:flex;gap:.5rem;flex-wrap:wrap}
.chip{padding:.5rem 1.05rem;border-radius:100px;border:1.5px solid var(--line);
  background:#fff;font-size:.84rem;font-weight:500;cursor:pointer;transition:.2s;color:var(--ink-soft)}
.chip:hover{border-color:var(--brand);color:var(--brand)}
.chip.active{background:var(--brand);border-color:var(--brand);color:#fff}
.toolbar .spacer{margin-left:auto}
.select{padding:.55rem .9rem;border-radius:9px;border:1.5px solid var(--line);
  background:#fff;font-family:var(--sans);font-size:.85rem;color:var(--ink);cursor:pointer}
.result-count{font-size:.85rem;color:var(--muted)}

/* ===== Feature band ===== */
.band{background:var(--brand);color:#e7ecf5;padding:4rem 0}
.band .section-head h2{color:#fff}
.band .section-head .eyebrow{color:var(--gold)}
.band .section-head p{color:#c3ccdb}
.promo{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
.promo-media{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:4/3}
.promo-media img{width:100%;height:100%;object-fit:cover}
.promo h2{color:#fff;font-size:clamp(1.9rem,3.5vw,2.7rem);margin-bottom:1rem}
.promo p{color:#c3ccdb;margin-bottom:1.5rem}
.promo .eyebrow{color:var(--gold);font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;
  font-weight:700;margin-bottom:.8rem;display:block}
.promo-list{list-style:none;padding:0;margin:0 0 1.6rem}
.promo-list li{display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.7rem;color:#dbe2ee;font-size:.95rem}
.promo-list svg{color:var(--gold);flex-shrink:0;margin-top:3px}

/* ===== Testimonials ===== */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.review{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem}
.review .stars{color:var(--star);font-size:1rem;letter-spacing:2px;margin-bottom:.8rem}
.review p{font-size:.95rem;color:var(--ink-soft);margin-bottom:1.1rem}
.review .who{display:flex;align-items:center;gap:.7rem}
.review .avatar{width:40px;height:40px;border-radius:50%;background:var(--gold-soft);
  color:var(--gold);display:grid;place-items:center;font-weight:700;font-family:var(--serif)}
.review .who b{font-size:.88rem;display:block}
.review .who span{font-size:.75rem;color:var(--muted)}

/* ===== Newsletter ===== */
.news{background:linear-gradient(120deg,var(--gold-soft),#fbf6e8);border-radius:var(--radius);padding:3rem;text-align:center;
  background-image:radial-gradient(circle at 85% 15%,rgba(184,145,47,.12),transparent 45%)}
.news h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:.6rem}
.news p{color:var(--ink-soft);max-width:440px;margin:0 auto 1.6rem}
.news-form{display:flex;gap:.6rem;max-width:440px;margin:0 auto}
.news-form input{flex:1;padding:.85rem 1.1rem;border-radius:100px;border:1.5px solid var(--line);
  font-family:var(--sans);font-size:.9rem;background:#fff}
.news-form input:focus{outline:none;border-color:var(--brand)}

/* ===== Footer ===== */
.site-footer{background:var(--brand-dark);color:#c3ccdb;padding:3.5rem 0 1.5rem;margin-top:0}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:2.5rem;padding-bottom:2.5rem;
  border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand .brand{color:#fff}
.foot-brand p{font-size:.85rem;color:#8b96aa;margin-top:1rem;max-width:280px}
.foot-col h4{font-family:var(--sans);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;
  color:#fff;margin-bottom:1.1rem;font-weight:700}
.foot-col a{display:block;font-size:.88rem;color:#9aa5b8;margin-bottom:.6rem;transition:.2s}
.foot-col a:hover{color:var(--gold)}
.foot-contact li{list-style:none;display:flex;gap:.6rem;align-items:flex-start;
  font-size:.85rem;color:#9aa5b8;margin-bottom:.7rem}
.foot-contact{padding:0;margin:0}
.foot-contact svg{color:var(--gold);flex-shrink:0;margin-top:2px}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;
  font-size:.78rem;color:#77839a;flex-wrap:wrap;gap:.6rem}
.pay-wrap{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}
.pay-label{font-size:.72rem;letter-spacing:.06em;color:#8b96aa;text-transform:uppercase;font-weight:600}
.pay-icons{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}
.pay-badge{display:inline-flex;background:#fff;border-radius:5px;padding:1px;
  box-shadow:0 1px 2px rgba(0,0,0,.15);line-height:0}
.pay-badge svg{display:block;border-radius:4px}

/* ===== Cart drawer ===== */
.overlay{position:fixed;inset:0;background:rgba(19,26,42,.55);z-index:90;opacity:0;
  visibility:hidden;transition:.3s}
.overlay.open{opacity:1;visibility:visible}
.drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,100%);background:#fff;z-index:100;
  transform:translateX(100%);transition:.35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;
  box-shadow:-10px 0 40px rgba(0,0,0,.15)}
.drawer.open{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.5rem;
  border-bottom:1px solid var(--line)}
.drawer-head h3{font-size:1.35rem}
.drawer-body{flex:1;overflow-y:auto;padding:1rem 1.5rem}
.drawer-empty{text-align:center;color:var(--muted);padding:3rem 1rem}
.drawer-empty svg{color:var(--line);margin-bottom:1rem}
.cart-item{display:flex;gap:.9rem;padding:1rem 0;border-bottom:1px solid var(--line)}
.cart-item img{width:74px;height:74px;border-radius:9px;object-fit:cover;flex-shrink:0}
.cart-item .ci-title{font-size:.86rem;font-weight:600;line-height:1.3}
.cart-item .ci-cat{font-size:.72rem;color:var(--muted)}
.cart-item .ci-price{font-family:var(--serif);font-weight:700;font-size:1rem;margin-top:.2rem}
.qty{display:inline-flex;align-items:center;border:1.5px solid var(--line);border-radius:8px;margin-top:.5rem}
.qty button{width:28px;height:28px;border:none;background:transparent;cursor:pointer;font-size:1rem;color:var(--ink)}
.qty span{min-width:26px;text-align:center;font-size:.85rem;font-weight:600}
.ci-remove{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.74rem;
  margin-left:auto;align-self:flex-start}
.ci-remove:hover{color:var(--sale)}
.drawer-foot{padding:1.3rem 1.5rem;border-top:1px solid var(--line)}
.drawer-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;color:var(--ink-soft)}
.drawer-total{display:flex;justify-content:space-between;font-family:var(--serif);font-size:1.4rem;
  font-weight:700;margin:.6rem 0 1rem}
.drawer-note{font-size:.72rem;color:var(--muted);text-align:center;margin-top:.7rem}

/* ===== Page content (about/contact) ===== */
.page-hero{background:linear-gradient(115deg,#eef1f7,#fafbfd);padding:3.5rem 0;border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(2.3rem,4.5vw,3.4rem)}
.page-hero p{color:var(--ink-soft);max-width:560px;margin-top:.7rem}
.prose{max-width:720px;margin:0 auto}
.prose p{color:var(--ink-soft);margin-bottom:1.2rem}
.prose h2{margin:2rem 0 1rem;font-size:1.9rem}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1rem}
.value{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem}
.value .ic{width:48px;height:48px;border-radius:12px;background:var(--gold-soft);color:var(--gold);
  display:grid;place-items:center;margin-bottom:1rem}
.value h3{font-size:1.3rem;margin-bottom:.5rem}
.value p{font-size:.9rem;color:var(--ink-soft)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;
  display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem}
.contact-card .ic{width:44px;height:44px;border-radius:11px;background:var(--gold-soft);color:var(--gold);
  display:grid;place-items:center;flex-shrink:0}
.contact-card b{display:block;font-size:.95rem;margin-bottom:.2rem}
.contact-card span,.contact-card a{font-size:.88rem;color:var(--ink-soft)}
.form-field{margin-bottom:1.1rem}
.form-field label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.4rem;color:var(--ink)}
.form-field input,.form-field textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--line);
  border-radius:9px;font-family:var(--sans);font-size:.9rem;background:#fff}
.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--brand)}

/* ===== Toast ===== */
.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(120px);
  background:var(--ink);color:#fff;padding:.85rem 1.4rem;border-radius:100px;font-size:.88rem;
  font-weight:500;z-index:120;transition:.35s;display:flex;align-items:center;gap:.6rem;box-shadow:var(--shadow-md)}
.toast.show{transform:translateX(-50%) translateY(0)}
.toast svg{color:#7fd98f}
.toast.toast-error{background:#8f2c1c;max-width:min(92vw,440px);text-align:left;line-height:1.4}
.toast.toast-error svg{color:#ffb4a6;flex-shrink:0}

/* ===== Responsive ===== */
@media(max-width:1000px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .hero-inner{gap:1.5rem}
}
@media(max-width:820px){
  .nav-links{display:none}
  .burger{display:grid}
  .hero-inner{grid-template-columns:1fr;text-align:center}
  .hero-visual{order:-1}
  .hero p{margin-left:auto;margin-right:auto}
  .hero-cta,.hero-stats,.hero-eyebrow{justify-content:center}
  .hero-stats{justify-content:center}
  .cat-grid{grid-template-columns:1fr 1fr}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:1fr 1fr;gap:1.4rem}
  .promo,.contact-grid,.reviews-grid{grid-template-columns:1fr}
  .promo-media{order:-1}
  .value-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .cat-grid{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr 1fr;gap:.9rem}
  .card-title{font-size:.85rem}
  .news,.news-form{flex-direction:column}
  .foot-grid{grid-template-columns:1fr}
  .section{padding:3rem 0}
}

/* ===== Mobile menu ===== */
.mobile-menu{position:fixed;inset:0;background:var(--bg);z-index:80;padding:2rem;
  transform:translateY(-100%);transition:.35s;display:flex;flex-direction:column}
.mobile-menu.open{transform:translateY(0)}
.mobile-menu a{font-family:var(--serif);font-size:1.8rem;padding:.6rem 0;border-bottom:1px solid var(--line)}
.mobile-menu .close{align-self:flex-end;background:none;border:none;cursor:pointer;margin-bottom:2rem}
