:root{
  --teal:#0f766e;
  --teal-2:#115e59;
  --teal-3:#0b4f4a;
  --cream:#f7f4ee;
  --paper:#fff;
  --ink:#17211f;
  --muted:#6a7773;
  --line:#dfe8e5;
  --gold:#c8a96b;
  --shadow:0 18px 40px rgba(13,67,62,.12);
  --radius:22px;
  --header-h:76px;
}
html[data-theme="dark"]{
  --cream:#0d1413;
  --paper:#121b1a;
  --ink:#eff6f4;
  --muted:#a6b4b0;
  --line:#253532;
  --shadow:0 18px 40px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"Cairo",system-ui,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
.shell{width:min(1180px,calc(100% - 32px));margin:auto}
.announcement{background:var(--teal-3);color:white;font-size:12px}
.announcement-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.announcement-links{display:flex;gap:18px;opacity:.9}
.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--paper) 92%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:var(--header-h);display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}
.brand-mark{width:42px;height:42px;border:1.5px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-family:"Playfair Display",serif;font-weight:700;color:var(--gold);font-size:18px}
.brand-copy{display:flex;flex-direction:column;line-height:1.1}
.brand-copy strong{letter-spacing:2px;font-family:"Playfair Display",serif;font-size:18px}
.brand-copy small{font-size:8px;letter-spacing:2.4px;color:var(--muted);margin-top:4px}
.desktop-nav{display:flex;gap:28px;margin-inline:auto;font-size:14px;font-weight:700}
.desktop-nav a{padding:25px 0;border-bottom:2px solid transparent}
.desktop-nav a.active,.desktop-nav a:hover{border-color:var(--teal);color:var(--teal)}
.nav-actions{display:flex;align-items:center;gap:6px}
.icon-btn{border:0;background:transparent;color:var(--ink);min-width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:18px}
.icon-btn:hover{background:var(--line)}
.cart-btn{position:relative}
.cart-count{position:absolute;top:-1px;right:-1px;background:var(--teal);color:white;width:17px;height:17px;border-radius:50%;font-size:10px;display:grid;place-items:center}
.mobile-only,.mobile-menu{display:none}
.search-panel{display:none;padding:12px 0 16px;gap:8px}
.search-panel.open{display:flex}
.search-panel input{flex:1;border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:14px;padding:12px 14px;outline:none}
.search-panel button{border:0;background:var(--teal);color:white;border-radius:12px;padding:0 18px}

.hero{position:relative;min-height:590px;overflow:hidden;background:#0d6f68}
.hero-media{position:absolute;inset:0;background:
  radial-gradient(circle at 22% 34%,rgba(255,255,255,.18),transparent 28%),
  linear-gradient(90deg,rgba(8,82,77,.25),rgba(8,82,77,.08)),
  url('assets/mesopotamia-hero.png') center/cover no-repeat;
  transform:scale(1.01)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,66,62,.88) 0%,rgba(5,66,62,.62) 39%,rgba(5,66,62,.10) 70%,rgba(5,66,62,.04) 100%)}
.hero-content{position:relative;min-height:590px;display:flex;align-items:center}
.hero-copy{width:min(560px,100%);color:white}
.eyebrow{font-size:12px;letter-spacing:3px;opacity:.8}
.hero h1{font-family:"Playfair Display","Cairo",serif;font-size:clamp(46px,7vw,78px);line-height:1.05;margin:14px 0 18px}
.hero p{font-size:17px;max-width:540px;color:rgba(255,255,255,.88)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 24px;font-weight:800;transition:.2s}
.btn.primary{background:var(--teal);color:#fff}
.hero .btn.primary{background:white;color:var(--teal-3)}
.btn.ghost{border:1px solid rgba(255,255,255,.7);color:#fff}
.btn.light{background:#fff;color:var(--teal-3)}
.btn.full{width:100%}
.btn:hover{transform:translateY(-1px)}

.trust-strip{position:relative;margin-top:-38px;z-index:4;background:var(--paper);box-shadow:var(--shadow);border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.trust-item{display:flex;align-items:center;gap:12px;padding:22px}
.trust-item:not(:last-child){border-left:1px solid var(--line)}
.trust-item>span{font-size:26px;color:var(--teal)}
.trust-item div{display:flex;flex-direction:column}
.trust-item strong{font-size:14px}
.trust-item small{font-size:11px;color:var(--muted)}

.section{padding:76px 0 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:26px}
.section-head.centered{text-align:center;display:block}
.section h2,.story h2{font-family:"Playfair Display","Cairo",serif;font-size:36px;margin:5px 0}
.mini-title{font-size:11px;letter-spacing:2px;color:var(--teal);font-weight:800}
.link-btn{border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:9px 16px;border-radius:999px}

.category-row{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.category-card{min-width:0;text-align:center}
.category-thumb{aspect-ratio:1;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#dcefeb,#edf7f5);border:1px solid var(--line);display:grid;place-items:center}
.category-thumb img{width:100%;height:100%;object-fit:cover}
.category-placeholder{font-size:42px}
.category-card h3{font-size:14px;margin:10px 0 0}
.category-card small{font-size:11px;color:var(--teal)}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(13,67,62,.05);transition:.22s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-image{aspect-ratio:4/3;background:linear-gradient(135deg,#e7f2ef,#f4f8f7);position:relative;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover}
.product-badge{position:absolute;top:12px;right:12px;background:var(--teal);color:#fff;padding:5px 10px;border-radius:999px;font-size:10px;font-weight:800}
.product-body{padding:14px}
.product-title{font-size:15px;font-weight:800;line-height:1.35;min-height:40px}
.product-meta{font-size:11px;color:var(--muted);margin:7px 0}
.price-row{display:flex;align-items:center;justify-content:space-between;gap:10px}
.price{font-size:18px;font-weight:800;color:var(--teal)}
.add-btn{border:0;background:var(--teal);color:white;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:800}

.promo{margin-top:76px;border-radius:24px;overflow:hidden;background:linear-gradient(120deg,var(--teal-3),var(--teal));color:white;min-height:310px;display:grid;grid-template-columns:1.1fr .9fr}
.promo-copy{padding:48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.promo-copy span{font-size:11px;letter-spacing:3px}
.promo-copy h3{font-family:"Playfair Display","Cairo",serif;font-size:42px;line-height:1.1;margin:8px 0}
.promo-copy p{opacity:.85;max-width:520px}
.promo-art{position:relative;min-height:310px;background:
  linear-gradient(90deg,rgba(15,118,110,.7),rgba(15,118,110,.05)),
  url('assets/mesopotamia-hero.png') center/cover no-repeat}
.promo-frame{position:absolute;width:180px;height:130px;border:8px solid rgba(255,255,255,.85);box-shadow:0 18px 35px rgba(0,0,0,.25);left:18%;top:27%;transform:rotate(-3deg)}

.story{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.story-image{min-height:420px;border-radius:24px;background:url('assets/mesopotamia-hero.png') center/cover no-repeat;box-shadow:var(--shadow)}
.story-copy p{color:var(--muted);font-size:16px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}
.stats div{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:16px;text-align:center}
.stats strong{display:block;font-size:24px;color:var(--teal)}
.stats small{color:var(--muted);font-size:11px}

.footer-features{margin:70px auto 0;background:var(--paper);border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.footer-features>div{padding:20px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}
.footer-features>div:not(:last-child){border-left:1px solid var(--line)}
.footer-features span{grid-row:1/3;font-size:24px}
.footer-features strong{font-size:13px}
.footer-features small{font-size:10px;color:var(--muted)}

footer{margin-top:40px;background:#0b2f2c;color:white;padding:54px 0 18px}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:34px}
.footer-grid>div{display:flex;flex-direction:column;gap:8px}
.footer-grid h4{margin:0 0 10px}
.footer-grid a,.footer-grid p{font-size:12px;color:rgba(255,255,255,.72)}
.footer-brand .brand-copy small{color:rgba(255,255,255,.55)}
.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:16px;margin-top:34px;font-size:11px;color:rgba(255,255,255,.5)}

.drawer{position:fixed;top:0;right:0;width:min(420px,92vw);height:100dvh;background:var(--paper);z-index:60;transform:translateX(110%);transition:.25s;display:flex;flex-direction:column;box-shadow:-16px 0 40px rgba(0,0,0,.2)}
.drawer.open{transform:none}
.drawer-head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
.drawer-head h3{margin:0}
.drawer-body{flex:1;overflow:auto;padding:12px 20px}
.drawer-foot{padding:18px 20px;border-top:1px solid var(--line)}
.total-row{display:flex;justify-content:space-between;margin-bottom:14px}
.checkout-note{display:block;margin-top:10px;color:var(--muted);text-align:center;font-size:10px}
.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);align-items:center}
.cart-item img,.cart-item .cart-placeholder{width:78px;height:64px;border-radius:10px;object-fit:cover;background:var(--line)}
.cart-item h4{margin:0;font-size:13px}
.cart-item small{color:var(--muted)}
.qty{display:flex;align-items:center;gap:6px}
.qty button{width:26px;height:26px;border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:8px}
.remove{border:0;background:transparent;color:#b94747;font-size:18px}
.empty{padding:50px 10px;text-align:center;color:var(--muted)}

.backdrop{position:fixed;inset:0;background:rgba(4,23,21,.46);z-index:50;display:none}
.backdrop.show{display:block}
.toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:var(--teal-3);color:white;padding:11px 18px;border-radius:999px;z-index:80;transition:.2s;font-size:12px}
.toast.show{opacity:1;transform:translate(-50%,0)}

.skeleton{background:linear-gradient(90deg,var(--line),color-mix(in srgb,var(--line) 45%,white),var(--line));background-size:200% 100%;animation:shimmer 1.3s infinite;min-height:180px;border-radius:18px}
@keyframes shimmer{to{background-position:-200% 0}}

@media(max-width:900px){
  .announcement-links,.desktop-nav{display:none}
  .mobile-only{display:grid}
  .nav{gap:10px}
  .brand-copy strong{font-size:15px}
  .brand-copy small{font-size:6px}
  .nav-actions{margin-inline-start:auto}
  .mobile-menu{display:none;padding:10px 0 16px;gap:14px;flex-wrap:wrap;font-size:13px;font-weight:700}
  .mobile-menu.open{display:flex}
  .hero,.hero-content{min-height:530px}
  .hero-media{background-position:62% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(5,66,62,.88),rgba(5,66,62,.45))}
  .trust-strip{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2){border-left:0}
  .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .category-row{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .promo{grid-template-columns:1fr}
  .promo-art{min-height:220px}
  .story{grid-template-columns:1fr}
  .footer-features{grid-template-columns:1fr 1fr}
  .footer-features>div:nth-child(2){border-left:0}
  .footer-features>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  :root{--header-h:66px}
  .shell{width:min(100% - 22px,1180px)}
  .announcement{font-size:10px}
  .brand-mark{width:36px;height:36px;font-size:15px}
  .brand-copy strong{font-size:13px;letter-spacing:1.2px}
  .nav-actions{gap:0}
  .nav-actions .icon-btn{min-width:34px;width:34px}
  .hero,.hero-content{min-height:560px}
  .hero h1{font-size:48px}
  .hero p{font-size:14px}
  .trust-strip{margin-top:-30px}
  .trust-item{padding:14px 12px}
  .trust-item>span{font-size:20px}
  .trust-item strong{font-size:11px}
  .trust-item small{font-size:9px}
  .section{padding-top:58px}
  .section h2,.story h2{font-size:30px}
  .category-row{gap:12px}
  .category-card h3{font-size:11px}
  .product-grid{gap:10px}
  .product-body{padding:10px}
  .product-title{font-size:12px;min-height:34px}
  .price{font-size:14px}
  .add-btn{padding:8px 10px;font-size:10px}
  .promo{margin-top:58px}
  .promo-copy{padding:28px}
  .promo-copy h3{font-size:34px}
  .story-image{min-height:300px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
}
