/* ===== TRIPPY — هوية بصرية فاخرة غامضة ===== */
:root {
  --wine: #7a1f2b;
  --wine-deep: #591019;
  --wine-glow: #a8323f;
  --gold: #c9a24b;
  --gold-soft: #e0c584;
  --ink: #0c0709;
  --ink-2: #140a0d;
  --panel: #1a0f12;
  --panel-2: #211318;
  --line: rgba(201, 162, 75, 0.18);
  --cream: #f4ece3;
  --muted: #b9a7a0;
  --muted-2: #8a7873;
  --radius: 16px;
  --shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.7);
  --maxw: 1200px;
  --font: "Tajawal", system-ui, sans-serif;
  --display: "Cairo", "Tajawal", serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background:
    radial-gradient(1200px 700px at 80% -10%, rgba(122, 31, 43, 0.35), transparent 60%),
    radial-gradient(900px 600px at 0% 20%, rgba(89, 16, 25, 0.4), transparent 55%),
    var(--ink);
  color: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; }

.wrap { width: min(var(--maxw), 92%); margin-inline: auto; }
.eyebrow {
  font-size: 0.78rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
.hairline { display: inline-block; width: 46px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold)); vertical-align: middle; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.2; }
.section { padding: 96px 0; position: relative; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: 14px 0 12px; }
.section-head p { color: var(--muted); }
.gold-text { color: var(--gold); }

/* ===== أزرار ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s;
  will-change: transform;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #2a1206; box-shadow: 0 12px 30px -12px rgba(201, 162, 75, 0.6);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(201, 162, 75, 0.75); }
.btn-wine { background: var(--wine); color: var(--cream); box-shadow: 0 12px 30px -14px var(--wine-glow); }
.btn-wine:hover { transform: translateY(-2px); background: var(--wine-glow); }
.btn-ghost { border: 1px solid var(--line); color: var(--cream); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 34px; font-size: 1.02rem; }

/* ===== الهيدر ===== */
.header {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(12, 7, 9, 0.92), rgba(12, 7, 9, 0.62));
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  background: radial-gradient(circle at 30% 25%, var(--wine-glow), var(--wine-deep));
  border: 1px solid var(--line); color: var(--gold); font-family: var(--display); font-weight: 800;
  box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
}
.brand-name { font-family: var(--display); font-weight: 800; font-size: 1.35rem; letter-spacing: 0.12em; }
.brand-name b { color: var(--gold); }
.brand small { display: block; font-size: 0.6rem; letter-spacing: 0.42em; color: var(--muted-2); margin-top: -4px; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 0.95rem; color: var(--muted); font-weight: 500; position: relative; transition: color 0.2s; }
.nav-links a::after {
  content: ""; position: absolute; bottom: -6px; right: 0; width: 0; height: 2px;
  background: var(--gold); transition: width 0.28s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--cream); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.icon-btn { position: relative; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  border: 1px solid var(--line); transition: border-color 0.2s, color 0.2s; color: var(--cream); }
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }
.cart-count {
  position: absolute; top: -6px; left: -6px; min-width: 20px; height: 20px; padding: 0 5px;
  background: var(--gold); color: #2a1206; border-radius: 999px; font-size: 0.72rem; font-weight: 800;
  display: grid; place-items: center; transform: scale(0); transition: transform 0.25s cubic-bezier(.4,1.6,.5,1);
}
.cart-count.show { transform: scale(1); }
.burger { display: none; }

/* ===== Hero ===== */
.hero { position: relative; padding: 84px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); letter-spacing: 0.01em; }
.hero h1 .glow { color: var(--gold); text-shadow: 0 0 34px rgba(201, 162, 75, 0.35); }
.hero p.lead { color: var(--muted); font-size: 1.12rem; margin: 22px 0 32px; max-width: 520px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 34px; margin-top: 44px; }
.hero-stats .stat b { font-family: var(--display); font-size: 1.7rem; color: var(--gold); display: block; }
.hero-stats .stat span { font-size: 0.82rem; color: var(--muted-2); }
.hero-visual { position: relative; }
.hero-bottle {
  border-radius: 22px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow); aspect-ratio: 4/5; position: relative;
  transform: perspective(1000px) rotateY(-6deg); transition: transform 0.6s ease;
}
.hero-bottle:hover { transform: perspective(1000px) rotateY(0deg); }
.hero-bottle img { width: 100%; height: 100%; object-fit: cover; }
.hero-bottle::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(12,7,9,0.55)); }
.hero-tag {
  position: absolute; bottom: 20px; right: 20px; left: 20px; z-index: 2;
  background: rgba(12, 7, 9, 0.55); backdrop-filter: blur(6px); border: 1px solid var(--line);
  border-radius: 14px; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center;
}
.hero-tag .n { font-family: var(--display); font-weight: 700; }
.hero-tag .p { color: var(--gold); font-weight: 800; }
.float-badge {
  position: absolute; top: -14px; right: -14px; z-index: 3;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: #2a1206;
  border-radius: 14px; padding: 12px 16px; font-weight: 800; font-size: 0.82rem; box-shadow: var(--shadow);
  animation: floaty 4s ease-in-out infinite;
}
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.smoke { position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(500px 300px at 70% 40%, rgba(168, 50, 63, 0.22), transparent 70%); }

/* ===== شريط الثقة ===== */
.trust { border-block: 1px solid var(--line); background: rgba(20, 10, 13, 0.5); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 26px 0; }
.trust-item { display: flex; align-items: center; gap: 13px; justify-content: center; }
.trust-item .ic { color: var(--gold); }
.trust-item b { font-size: 0.96rem; display: block; }
.trust-item span { font-size: 0.78rem; color: var(--muted-2); }

/* ===== تصنيفات ===== */
.filters { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 44px; }
.chip {
  padding: 10px 22px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted);
  font-weight: 600; font-size: 0.9rem; transition: all 0.22s;
}
.chip:hover { color: var(--cream); border-color: var(--gold-soft); }
.chip.active { background: var(--wine); color: var(--cream); border-color: var(--wine-glow);
  box-shadow: 0 10px 26px -14px var(--wine-glow); }

/* ===== شبكة المنتجات ===== */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.card {
  background: linear-gradient(180deg, var(--panel), var(--ink-2));
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: transform 0.35s ease, border-color 0.35s, box-shadow 0.35s;
  position: relative;
}
.card:hover { transform: translateY(-8px); border-color: rgba(201, 162, 75, 0.45); box-shadow: var(--shadow); }
.card-media { position: relative; aspect-ratio: 1/1.05; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.card:hover .card-media img { transform: scale(1.07); }
.card-media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(12,7,9,0.7)); }
.badge {
  position: absolute; top: 12px; right: 12px; z-index: 2; padding: 6px 13px; border-radius: 999px;
  font-size: 0.72rem; font-weight: 800; background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #2a1206;
}
.wish { position: absolute; top: 12px; left: 12px; z-index: 2; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(12,7,9,0.55); backdrop-filter: blur(6px); display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--cream); transition: all 0.2s; }
.wish:hover, .wish.on { color: var(--wine-glow); border-color: var(--wine-glow); }
.card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card .cat { font-size: 0.72rem; letter-spacing: 0.18em; color: var(--gold); text-transform: uppercase; }
.card h3 { font-size: 1.18rem; }
.card .tag { color: var(--muted); font-size: 0.85rem; min-height: 22px; }
.rating { display: flex; align-items: center; gap: 5px; font-size: 0.82rem; color: var(--gold-soft); }
.rating .rev { color: var(--muted-2); }
.card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 10px; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price .now { font-family: var(--display); font-weight: 800; font-size: 1.3rem; color: var(--cream); }
.price .cur { font-size: 0.8rem; color: var(--gold); }
.price .old { font-size: 0.85rem; color: var(--muted-2); text-decoration: line-through; }
.add-btn { width: 44px; height: 44px; border-radius: 12px; background: var(--wine); color: var(--cream);
  display: grid; place-items: center; transition: all 0.25s; }
.add-btn:hover { background: var(--gold); color: #2a1206; transform: rotate(90deg); }

/* ===== قسم عروض ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.feature-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 340px;
  border: 1px solid var(--line); display: flex; align-items: flex-end; }
.feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-card::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(89,16,25,0.85), rgba(12,7,9,0.35)); }
.feature-card .fc-body { position: relative; z-index: 2; padding: 32px; }
.feature-card h3 { font-size: 1.7rem; margin: 10px 0 8px; }
.feature-card p { color: var(--cream); opacity: 0.85; max-width: 340px; margin-bottom: 18px; }

/* ===== قصة العلامة ===== */
.story { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 54px; align-items: center; }
.story-media { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow);
  aspect-ratio: 3/4; }
.story-media img { width: 100%; height: 100%; object-fit: cover; }
.story h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 14px 0 18px; }
.story p { color: var(--muted); margin-bottom: 16px; }
.story-points { display: grid; gap: 14px; margin-top: 22px; }
.story-points .pt { display: flex; gap: 13px; align-items: flex-start; }
.story-points .pt .ic { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.story-points .pt b { display: block; }
.story-points .pt span { color: var(--muted-2); font-size: 0.88rem; }

/* ===== آراء ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: linear-gradient(180deg, var(--panel), var(--ink-2)); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px; }
.review .stars { color: var(--gold); margin-bottom: 12px; }
.review p { color: var(--cream); opacity: 0.9; margin-bottom: 18px; }
.review .who { display: flex; align-items: center; gap: 12px; }
.review .av { width: 44px; height: 44px; border-radius: 50%; background: var(--wine);
  display: grid; place-items: center; font-weight: 800; color: var(--gold-soft); }
.review .who b { display: block; font-size: 0.95rem; }
.review .who span { font-size: 0.78rem; color: var(--muted-2); }

/* ===== نشرة ===== */
.newsletter { background: linear-gradient(135deg, var(--wine-deep), var(--panel)); border: 1px solid var(--line);
  border-radius: 22px; padding: 54px; text-align: center; position: relative; overflow: hidden; }
.newsletter::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 50% -30%, rgba(201,162,75,0.18), transparent 60%); }
.newsletter h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); position: relative; }
.newsletter p { color: var(--muted); position: relative; margin: 12px auto 26px; max-width: 480px; }
.news-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; position: relative; }
.news-form input { flex: 1; padding: 14px 20px; border-radius: 999px; background: rgba(12,7,9,0.6);
  border: 1px solid var(--line); color: var(--cream); }
.news-form input:focus { outline: none; border-color: var(--gold); }

/* ===== الفوتر ===== */
.footer { border-top: 1px solid var(--line); background: var(--ink-2); padding: 60px 0 28px; margin-top: 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.footer h4 { font-family: var(--display); margin-bottom: 18px; font-size: 1.05rem; }
.footer p { color: var(--muted-2); font-size: 0.9rem; margin-bottom: 10px; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a { color: var(--muted); font-size: 0.9rem; transition: color 0.2s; }
.footer ul a:hover { color: var(--gold); }
.foot-social { display: flex; gap: 10px; margin-top: 14px; }
.foot-social a { width: 40px; height: 40px; border-radius: 11px; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--muted); transition: all 0.2s; }
.foot-social a:hover { color: var(--gold); border-color: var(--gold); }
.foot-bottom { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--muted-2); font-size: 0.85rem; }

/* ===== سلة جانبية ===== */
.overlay { position: fixed; inset: 0; background: rgba(6, 3, 4, 0.72); backdrop-filter: blur(4px);
  z-index: 90; opacity: 0; visibility: hidden; transition: opacity 0.3s; }
.overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; left: 0; height: 100%; width: min(430px, 100%); z-index: 100;
  background: linear-gradient(180deg, var(--ink-2), var(--ink)); border-right: 1px solid var(--line);
  transform: translateX(-100%); transition: transform 0.38s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer-head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex;
  justify-content: space-between; align-items: center; }
.drawer-head h3 { font-size: 1.25rem; }
.drawer-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-line { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 74px; height: 84px; border-radius: 10px; object-fit: cover; border: 1px solid var(--line); }
.cart-line .cl-info { flex: 1; }
.cart-line .cl-info b { font-size: 0.98rem; }
.cart-line .cl-info .v { font-size: 0.78rem; color: var(--muted-2); }
.qty { display: inline-flex; align-items: center; gap: 2px; border: 1px solid var(--line); border-radius: 999px;
  margin-top: 8px; overflow: hidden; }
.qty button { width: 30px; height: 30px; color: var(--cream); transition: background 0.2s; }
.qty button:hover { background: var(--wine); }
.qty span { min-width: 30px; text-align: center; font-weight: 700; }
.cl-price { text-align: left; }
.cl-price .p { color: var(--gold); font-weight: 800; }
.cl-price .rm { color: var(--muted-2); font-size: 0.78rem; margin-top: 10px; transition: color 0.2s; }
.cl-price .rm:hover { color: var(--wine-glow); }
.drawer-foot { padding: 20px 24px; border-top: 1px solid var(--line); background: var(--ink-2); }
.sum-row { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--muted); font-size: 0.92rem; }
.sum-row.total { color: var(--cream); font-size: 1.15rem; font-weight: 800; margin: 14px 0 18px;
  padding-top: 14px; border-top: 1px solid var(--line); }
.sum-row.total .gold-text { font-family: var(--display); }
.empty-cart { text-align: center; padding: 60px 20px; color: var(--muted-2); }
.empty-cart .ic { color: var(--wine-glow); margin-bottom: 16px; opacity: 0.6; }
.ship-hint { font-size: 0.82rem; color: var(--gold-soft); background: rgba(201,162,75,0.08);
  border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px; margin-bottom: 16px; text-align: center; }

/* ===== صفحات فرعية (SPA views) ===== */
.view { display: none; animation: fadeUp 0.5s ease; }
.view.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.page-head { padding: 60px 0 0; }
.crumbs { color: var(--muted-2); font-size: 0.85rem; margin-bottom: 10px; }
.crumbs a:hover { color: var(--gold); }
.page-head h1 { font-size: clamp(2rem, 4vw, 3rem); }

/* تفاصيل المنتج */
.pd { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 30px; }
.pd-media { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow);
  aspect-ratio: 1/1.1; position: relative; }
.pd-media img { width: 100%; height: 100%; object-fit: cover; }
.pd-info .cat { color: var(--gold); letter-spacing: 0.2em; font-size: 0.8rem; text-transform: uppercase; }
.pd-info h1 { font-size: clamp(2rem, 4vw, 2.9rem); margin: 8px 0 6px; }
.pd-info .tagline { color: var(--muted); font-size: 1.1rem; margin-bottom: 16px; }
.pd-price { display: flex; align-items: baseline; gap: 12px; margin: 20px 0; }
.pd-price .now { font-family: var(--display); font-size: 2.2rem; font-weight: 800; }
.pd-price .cur { color: var(--gold); }
.pd-price .old { color: var(--muted-2); text-decoration: line-through; }
.pd-desc { color: var(--muted); margin-bottom: 24px; }
.notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; }
.note-box { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 16px; }
.note-box .lbl { font-size: 0.74rem; color: var(--gold); letter-spacing: 0.14em; margin-bottom: 6px; }
.note-box .val { font-size: 0.9rem; }
.pd-meta { display: flex; gap: 26px; margin: 20px 0; }
.pd-meta .m span { font-size: 0.76rem; color: var(--muted-2); display: block; }
.pd-meta .m b { color: var(--cream); }
.pd-actions { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.pd-actions .qty { margin-top: 0; }

/* إتمام الطلب */
.checkout { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 40px; margin-top: 30px; align-items: start; }
.form-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.form-card h3 { margin-bottom: 20px; font-size: 1.25rem; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.86rem; margin-bottom: 8px; color: var(--muted); }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 16px; border-radius: 11px; background: var(--ink-2);
  border: 1px solid var(--line); color: var(--cream); transition: border-color 0.2s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); }
.field.err input { border-color: var(--wine-glow); }
.field .msg { color: var(--wine-glow); font-size: 0.78rem; margin-top: 6px; display: none; }
.field.err .msg { display: block; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pay-opts { display: grid; gap: 12px; }
.pay-opt { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line);
  border-radius: 12px; cursor: pointer; transition: border-color 0.2s; }
.pay-opt.sel { border-color: var(--gold); background: rgba(201,162,75,0.06); }
.pay-opt input { width: auto; }
.summary { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; position: sticky; top: 90px; }
.summary h3 { margin-bottom: 18px; }
.sum-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.sum-item img { width: 54px; height: 60px; border-radius: 8px; object-fit: cover; }
.sum-item .si-info { flex: 1; font-size: 0.9rem; }
.sum-item .si-info span { color: var(--muted-2); font-size: 0.8rem; }
.sum-item .si-price { color: var(--gold); font-weight: 700; font-size: 0.9rem; }

/* تواصل */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; }
.contact-info .ci-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-item .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--wine);
  display: grid; place-items: center; color: var(--gold-soft); flex-shrink: 0; }
.contact-info .ci-item b { display: block; }
.contact-info .ci-item span { color: var(--muted); font-size: 0.92rem; }
.contact-info .ci-item a { color: var(--gold); }

/* Toast */
.toast-wrap { position: fixed; bottom: 24px; right: 24px; z-index: 200; display: flex; flex-direction: column; gap: 10px; }
.toast { background: var(--panel-2); border: 1px solid var(--gold-soft); border-radius: 12px; padding: 14px 20px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; min-width: 260px;
  animation: toastIn 0.35s ease; }
.toast .ic { color: var(--gold); }
@keyframes toastIn { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }

/* حالة الطلب المكتمل */
.done-card { max-width: 560px; margin: 40px auto; text-align: center; background: var(--panel);
  border: 1px solid var(--line); border-radius: 22px; padding: 50px 40px; }
.done-card .check { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 24px;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft)); display: grid; place-items: center; color: #2a1206;
  animation: pop 0.5s cubic-bezier(.4,1.6,.5,1); }
@keyframes pop { from { transform: scale(0); } to { transform: scale(1); } }
.done-card h2 { margin-bottom: 12px; }
.done-card p { color: var(--muted); margin-bottom: 8px; }
.done-card .oid { font-family: var(--display); color: var(--gold); font-size: 1.4rem; margin: 16px 0; }
.done-actions { display: flex; gap: 12px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

.empty-state { text-align: center; padding: 80px 20px; color: var(--muted-2); }

/* ===== واتساب عائم ===== */
.wa-float { position: fixed; bottom: 24px; left: 24px; z-index: 70; width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -8px rgba(37,211,102,0.5);
  transition: transform 0.25s; animation: floaty 4s ease-in-out infinite; }
.wa-float:hover { transform: scale(1.08); }

/* ===== استجابة ===== */
@media (max-width: 1024px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .story, .hero-grid, .pd, .checkout, .contact { grid-template-columns: 1fr; }
  .story-media, .hero-visual { max-width: 460px; margin-inline: auto; }
  .summary { position: static; }
}
@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .nav-links { display: none; }
  .burger { display: grid; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .split { grid-template-columns: 1fr; }
  .hero-stats { gap: 22px; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .notes { grid-template-columns: 1fr; }
  .row-2 { grid-template-columns: 1fr; }
  .newsletter { padding: 36px 22px; }
  .news-form { flex-direction: column; border-radius: 16px; }
  .news-form input { text-align: center; }
  .card h3 { font-size: 1.02rem; }
}
@media (max-width: 420px) {
  .grid { grid-template-columns: 1fr; }
}

/* Mobile nav drawer */
.mnav { position: fixed; top: 0; right: 0; height: 100%; width: min(320px, 85%); z-index: 100;
  background: var(--ink-2); border-left: 1px solid var(--line); transform: translateX(100%);
  transition: transform 0.35s; padding: 80px 30px; display: flex; flex-direction: column; gap: 6px; }
.mnav.open { transform: translateX(0); }
.mnav a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 1.05rem; }
.mnav a:hover { color: var(--gold); }
