:root {
  --bg: #faf6ef;
  --dark: #17120c;
  --dark2: #221a10;
  --gold: #c19a3d;
  --gold2: #a37f28;
  --text: #2b2315;
  --muted: #7a6f5b;
  --line: #e8dfcc;
  --white: #fff;
  --radius: 14px;
  --serif: 'Playfair Display', 'Cairo', Georgia, serif;
  --sans: 'Cairo', 'Inter', system-ui, -apple-system, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { font-family: var(--sans); background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: var(--gold2); text-decoration: none; }
a:hover { text-decoration: underline; }
a, button, .btn { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 780px; }

/* Topbar + header */
.topbar { background: var(--dark); color: #d8c9a3; font-size: 13px; text-align: center; padding: 7px 16px; }
.sitehead { background: var(--dark); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #2c2414; }
.head-in { display: flex; align-items: center; gap: 24px; height: 74px; }
.logo { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none !important; }
.logo-mark { width: 42px; height: 42px; border-radius: 10px; background: linear-gradient(135deg, var(--gold), var(--gold2)); color: var(--dark); font-family: var(--serif); font-weight: 700; font-size: 24px; display: grid; place-items: center; }
.logo-text { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: .3px; line-height: 1.1; }
.logo-text small { display: block; font-family: var(--sans); font-size: 11px; color: #c9b98f; font-weight: 400; letter-spacing: .5px; }
.mainnav { display: flex; gap: 4px; margin-inline-start: auto; }
.mainnav a { color: #e9e2d0; padding: 9px 14px; border-radius: 8px; font-size: 15px; font-weight: 500; }
.mainnav a:hover { background: #241d10; color: #fff; text-decoration: none; }
.mainnav a.on { color: var(--gold); }
.head-actions { display: flex; align-items: center; gap: 10px; }
.langswitch { color: #e9e2d0; border: 1px solid #3a3120; padding: 7px 12px; border-radius: 8px; font-size: 14px; font-weight: 600; }
.langswitch:hover { border-color: var(--gold); color: var(--gold); text-decoration: none; }
.cartbtn { position: relative; background: none; border: 1px solid #3a3120; color: #fff; border-radius: 10px; width: 44px; height: 44px; cursor: pointer; display: grid; place-items: center; }
.cartbtn:hover { border-color: var(--gold); }
.cartcount { position: absolute; top: -6px; inset-inline-end: -6px; background: var(--gold); color: var(--dark); font-size: 12px; font-weight: 700; border-radius: 50%; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 4px; }
.burger { display: none; background: none; border: none; cursor: pointer; }
.burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; }

/* Hero */
.hero { background: radial-gradient(1200px 500px at 80% 0%, #2c2314 0%, var(--dark) 55%); color: #fff; overflow: hidden; position: relative; }
.hero-in { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; padding: 70px 20px 90px; }
.hero-eyebrow { color: var(--gold); letter-spacing: 2px; text-transform: uppercase; font-size: 13px; margin-bottom: 12px; }
.hero h1 { font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); line-height: 1.08; margin-bottom: 18px; }
.hero-sub { color: #cfc4a8; font-size: 18px; max-width: 540px; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-img { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-img::before { content: ''; position: absolute; inset: 8%; border: 1px solid rgba(193,154,61,.35); border-radius: 26px; transform: rotate(2deg); }
.hero-img img { width: 100%; max-width: 460px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 22px; box-shadow: 0 30px 60px rgba(0,0,0,.5); border: 1px solid #3a3120; position: relative; }
.hero-wave { height: 44px; background: var(--bg); border-radius: 50% 50% 0 0 / 18px 18px 0 0; margin-top: -30px; position: relative; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: 10px; font-family: var(--sans); font-size: 15px; font-weight: 700; border: none; cursor: pointer; transition: .2s; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold2)); color: #1c1508; box-shadow: 0 8px 20px rgba(193,154,61,.35); }
.btn-gold:hover { box-shadow: 0 10px 26px rgba(193,154,61,.5); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid #5a4d30; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1eb657; }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 16px; font-size: 14px; }

/* USPs */
.usp { background: var(--white); border-bottom: 1px solid var(--line); }
.usp-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 20px; }
.usp-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: #4a4130; }
.usp-ic { color: var(--gold2); font-size: 17px; }

/* Sections */
.section { padding: 56px 0; }
.section.alt { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.section-head h2 { font-family: var(--serif); font-size: 30px; color: var(--dark); }
.seemore { font-weight: 700; font-size: 14.5px; }

/* Grid + cards */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: .25s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(23,18,12,.12); text-decoration: none; }
.card-img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #f0ead9; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.card:hover .card-img img { transform: scale(1.05); }
.badge { position: absolute; top: 12px; inset-inline-start: 12px; background: var(--dark); color: #f3e9cf; font-size: 12px; font-weight: 700; padding: 5px 10px; border-radius: 20px; letter-spacing: .4px; }
.badge.hot { background: var(--gold); color: var(--dark); top: 12px; inset-inline-start: auto; inset-inline-end: 12px; }
.card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 3px; flex: 1; }
.card-brand { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .6px; }
.card-name { font-weight: 700; font-size: 16.5px; color: var(--dark); font-family: var(--serif); }
.card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 8px; }
.card-price { color: var(--gold2); font-weight: 800; font-size: 17px; }
.card-cat { font-size: 12px; color: var(--muted); }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.chip { background: var(--white); border: 1px solid var(--line); border-radius: 30px; padding: 9px 18px; font-size: 14px; font-weight: 600; color: var(--text); }
.chip:hover { border-color: var(--gold2); color: var(--gold2); text-decoration: none; }
.chip b { color: var(--gold2); }

/* Split categories */
.split-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.split-card { text-align: center; background: var(--dark); color: #fff; border-radius: 20px; padding: 30px; }
.split-img { border-radius: 14px; overflow: hidden; margin-bottom: 18px; }
.split-img img { width: 100%; height: 260px; object-fit: cover; }
.split-card h2 { font-family: var(--serif); font-size: 26px; margin-bottom: 16px; }

/* Brand strip */
.brand-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.brand-pill { background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 12px 20px; font-weight: 700; color: var(--dark); font-family: var(--serif); font-size: 17px; }
.brand-pill:hover { border-color: var(--gold2); color: var(--gold2); text-decoration: none; }
.brand-block { margin-bottom: 40px; }
.brand-block h2 { font-family: var(--serif); font-size: 24px; margin-bottom: 18px; }
.brand-mini { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }

/* Testimonials */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tst-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.tst-text { font-size: 14.5px; color: #4a4130; }
.tst-name { margin-top: 12px; font-weight: 700; color: var(--gold2); font-size: 13.5px; }

/* Articles */
.article-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.article-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; transition: .2s; }
.article-card:hover { box-shadow: 0 12px 28px rgba(23,18,12,.1); text-decoration: none; transform: translateY(-2px); }
.article-card h2 { font-family: var(--serif); font-size: 20px; color: var(--dark); margin-bottom: 10px; line-height: 1.3; }
.article-card p { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; padding: 50px 20px; }
.article { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; }
.article h1 { font-family: var(--serif); font-size: 34px; line-height: 1.2; margin-bottom: 14px; }
.article-excerpt { color: var(--muted); font-size: 17px; margin-bottom: 22px; border-inline-start: 3px solid var(--gold); padding-inline-start: 16px; }
.article-body h2 { font-family: var(--serif); font-size: 23px; margin: 26px 0 10px; }
.article-body p { margin-bottom: 14px; }
.article-body a { font-weight: 600; }
.article-side h3 { font-family: var(--serif); color: var(--dark); margin-bottom: 12px; }
.aside-link { display: block; background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 12px 16px; font-size: 14px; font-weight: 600; margin-bottom: 10px; }

/* Breadcrumbs */
.crumbs { font-size: 13px; color: var(--muted); margin: 26px 0 8px; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--gold2); }

/* Product page */
.product { display: grid; grid-template-columns: 480px 1fr; gap: 44px; padding: 20px 0 50px; }
.product-img { position: relative; }
.product-img img { border-radius: 18px; width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 20px 44px rgba(23,18,12,.18); }
.product-info .product-eyebrow { text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold2); font-size: 12.5px; font-weight: 700; }
.product-info h1 { font-family: var(--serif); font-size: 38px; color: var(--dark); line-height: 1.15; margin: 8px 0 12px; }
.product-info h1 small { color: var(--gold2); }
.product-price { font-size: 30px; font-weight: 800; color: var(--gold2); margin-bottom: 4px; }
.product-msrp { font-size: 13.5px; color: var(--muted); font-weight: 400; }
.product-desc { margin: 16px 0 20px; color: #4a4130; font-size: 15.5px; }
.note-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin-bottom: 22px; }
.note-row { display: flex; align-items: baseline; gap: 12px; padding: 6px 0; }
.note-label { min-width: 118px; font-weight: 700; font-size: 13.5px; color: var(--dark); }
.note-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.note-tags span { background: var(--bg); border: 1px solid var(--line); border-radius: 20px; font-size: 12.5px; padding: 4px 11px; color: #57482f; }
.product-cta { display: grid; gap: 10px; max-width: 420px; margin-bottom: 18px; }
.product-usps { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13.5px; color: #4a4130; font-weight: 600; }
.related { border-top: 1px solid var(--line); padding: 46px 0 10px; }
.related .section-head h2 { font-size: 26px; }

/* SEO text */
.seo-text { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; margin: 50px 0; }
.seo-text h2 { font-family: var(--serif); font-size: 24px; color: var(--dark); margin-bottom: 14px; }
.seo-text p { color: #4a4130; font-size: 15px; margin-bottom: 12px; }
.seo-text a { font-weight: 600; }

/* FAQ */
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-item summary { padding: 18px 20px; font-weight: 700; cursor: pointer; color: var(--dark); list-style: none; position: relative; padding-inline-end: 44px; }
.faq-item summary::after { content: '+'; position: absolute; inset-inline-end: 18px; color: var(--gold2); font-size: 22px; }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { padding: 0 20px 18px; color: #4a4130; font-size: 15px; }

/* Static pages */
.static-page { padding: 46px 0 60px; }
.static-page h1 { font-family: var(--serif); font-size: 34px; margin-bottom: 18px; }
.static-page h2 { font-family: var(--serif); font-size: 22px; margin: 22px 0 10px; color: var(--dark); }
.static-page p, .static-page li { color: #4a4130; margin-bottom: 10px; }
.static-page ul { padding-inline-start: 22px; }
.static-page code { background: var(--bg); border: 1px solid var(--line); border-radius: 6px; padding: 2px 7px; font-size: 13px; }

/* Footer */
.sitefoot { background: var(--dark); color: #cfc4a8; margin-top: 60px; padding: 56px 0 26px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.foot-logo { margin-bottom: 14px; }
.foot-col h4 { color: var(--gold); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.foot-col a { display: block; color: #cfc4a8; padding: 4px 0; font-size: 14px; }
.foot-col a:hover { color: var(--gold); }
.foot-cities { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.foot-meta { margin-top: 12px; font-size: 13px; color: #8f8466; }
.foot-bottom { border-top: 1px solid #2c2414; margin-top: 34px; padding-top: 20px; font-size: 13px; color: #8f8466; display: flex; gap: 8px; flex-wrap: wrap; }
.foot-dot { color: var(--gold); }

/* Cart drawer */
.cart-drawer { position: fixed; top: 0; inset-inline-end: -420px; width: 400px; max-width: 92vw; height: 100vh; background: var(--white); z-index: 100; transition: inset-inline-end .3s ease; display: flex; flex-direction: column; box-shadow: -10px 0 40px rgba(0,0,0,.25); }
.cart-drawer.open { inset-inline-end: 0; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-family: var(--serif); font-size: 21px; }
.drawer-head button { background: none; border: none; font-size: 28px; cursor: pointer; color: var(--muted); }
.drawer-items { flex: 1; overflow-y: auto; padding: 18px 22px; }
.drawer-items .empty { color: var(--muted); text-align: center; padding: 30px 0; }
.d-item { display: flex; gap: 12px; align-items: center; border-bottom: 1px dashed var(--line); padding: 12px 0; }
.d-item img { width: 52px; height: 60px; object-fit: cover; border-radius: 8px; }
.d-info { flex: 1; font-size: 13.5px; font-weight: 600; }
.d-info .d-price { color: var(--gold2); font-weight: 700; }
.d-qty { display: flex; align-items: center; gap: 8px; }
.d-qty button { width: 26px; height: 26px; border-radius: 6px; border: 1px solid var(--line); background: var(--bg); cursor: pointer; font-weight: 700; }
.d-remove { background: none; border: none; color: #c0392b; cursor: pointer; font-size: 16px; }
.drawer-foot { border-top: 1px solid var(--line); padding: 18px 22px 22px; }
.drawer-total { font-size: 17px; margin-bottom: 12px; display: flex; justify-content: space-between; }
.drawer-total strong { color: var(--gold2); font-size: 20px; }
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 90; opacity: 0; pointer-events: none; transition: .25s; }
.overlay.show { opacity: 1; pointer-events: auto; }

/* WhatsApp fab */
.wafab { position: fixed; bottom: 22px; inset-inline-end: 22px; background: #25d366; color: #fff; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.45); z-index: 60; }
.wafab:hover { transform: scale(1.08); }

/* Toast */
.toast { position: fixed; bottom: 90px; inset-inline-end: 24px; background: var(--dark); color: #f3e9cf; padding: 13px 20px; border-radius: 10px; font-size: 14px; font-weight: 600; z-index: 120; opacity: 0; transform: translateY(12px); transition: .3s; border-inline-start: 3px solid var(--gold); }
.toast.show { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (min-width: 981px) and (max-width: 1140px) {
  .mainnav a { padding: 9px 9px; font-size: 14px; }
  .head-in { gap: 14px; }
  .logo-text { font-size: 18px; }
  .container { padding: 0 16px; }
}
@media (max-width: 980px) {
  .hero-in { grid-template-columns: 1fr; padding: 44px 20px 60px; }
  .hero-img { order: -1; }
  .hero-img img { width: min(300px, 70vw); max-width: none; aspect-ratio: 4 / 5; }
  .hero-img::before { inset: 6%; }
  .product { grid-template-columns: 1fr; gap: 26px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; padding: 30px 16px; }
  .article-side { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
  .tst-grid { grid-template-columns: 1fr; }
  .split-cats { grid-template-columns: 1fr; }
  .usp-in { grid-template-columns: 1fr 1fr; padding: 16px; }
  .mainnav { position: fixed; inset: 0 0 0 auto; width: min(320px, 85vw); background: var(--dark); flex-direction: column; padding: 84px 26px 40px; gap: 4px; transform: translateX(100%); transition: transform .3s ease; box-shadow: -18px 0 44px rgba(0,0,0,.35); overflow-y: auto; }
  [dir="rtl"] .mainnav { transform: translateX(-100%); inset: 0 auto 0 0; box-shadow: 18px 0 44px rgba(0,0,0,.35); }
  .mainnav.open { transform: translateX(0); }
  .mainnav a { font-size: 17px; padding: 14px; border-bottom: 1px solid #2c2414; }
  .burger { display: block; }
  .brand-block h2 { font-size: 21px; }
  .section { padding: 40px 0; }
  .section-head h2 { font-size: 25px; }
  .seo-text { padding: 26px 22px; margin: 36px 0; }
  .article { padding: 26px 22px; }
  .crumbs { margin-top: 20px; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .head-in { height: 64px; gap: 10px; }
  .logo-mark { width: 38px; height: 38px; font-size: 21px; border-radius: 9px; }
  .logo-text { font-size: 19px; }
  .logo-text small { display: none; }
  .head-actions { gap: 8px; }
  .cartbtn { width: 40px; height: 40px; }
  .langswitch { padding: 6px 10px; font-size: 13px; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .card-body { padding: 10px 12px 12px; }
  .card-name { font-size: 13.5px; line-height: 1.3; }
  .card-brand { font-size: 10.5px; }
  .card-price { font-size: 15px; }
  .badge { font-size: 11px; padding: 4px 9px; top: 8px; inset-inline-start: 8px; }
  .badge.hot { top: 8px; inset-inline-end: 8px; }
  .hero h1 { font-size: 32px; }
  .hero-sub { font-size: 15.5px; margin-bottom: 22px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { flex: 1; min-width: 0; padding: 13px 12px; font-size: 14px; white-space: nowrap; }
  .usp-item { font-size: 12px; gap: 6px; }
  .foot-grid { grid-template-columns: 1fr; gap: 24px; }
  .product-img img { aspect-ratio: 1/1; }
  .product-info h1 { font-size: 26px; }
  .product-price { font-size: 24px; }
  .product-msrp { display: block; margin-top: 2px; }
  .note-row { flex-direction: column; gap: 2px; padding: 7px 0; }
  .note-label { min-width: 0; }
  .article-layout { gap: 26px; }
  .article-side { grid-template-columns: 1fr; }
  .article h1 { font-size: 26px; }
  .article-body h2 { font-size: 20px; }
  .article-excerpt { font-size: 15px; }
  .tst-item { padding: 18px; }
  .crumbs { font-size: 12px; }
  .static-page { padding: 30px 0 40px; }
  .static-page h1 { font-size: 27px; }
  .split-card { padding: 20px 16px; }
  .split-img img { height: 200px; }
  .cart-drawer { width: 100vw; }
  .wafab { bottom: 16px; inset-inline-end: 16px; width: 50px; height: 50px; padding-bottom: env(safe-area-inset-bottom); }
  .toast { inset-inline-end: 16px; inset-inline-start: 16px; text-align: center; bottom: 80px; }
}
@media (max-width: 380px) {
  .logo-text { font-size: 17px; }
  .grid { gap: 10px; }
  .hero-img img { width: min(260px, 62vw); }
  .hero h1 { font-size: 28px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { white-space: normal; }
  .btn { padding: 12px 18px; }
}
