/* عبير إيفنت — Storefront Styles */
:root {
  --olive: #5c6848; --olive-dark: #202c15; --olive-light: #6b7855;
  --cream: #f5f2e8; --cream-deep: #ece6d6; --gold: #c9a84c; --gold-light: #dfc06a;
  --ink: #2d3a22; --muted: #8a8a78; --white: #fffdf9; --line: #e7e1d3;
  --radius: 16px; --shadow-sm: 0 4px 16px rgba(32,44,21,.06); --shadow-md: 0 12px 36px rgba(32,44,21,.12); --maxw: 1240px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Tajawal', system-ui, sans-serif; background: var(--cream); color: var(--ink); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.display { font-family: 'Cormorant Garamond', serif; }
.container { width: min(var(--maxw), 92%); margin-inline: auto; }
.muted { color: var(--muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 28px; border-radius: 999px; font-family: inherit; font-size: 1rem; font-weight: 700; cursor: pointer; border: 2px solid transparent; transition: all .2s ease; white-space: nowrap; }
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--olive); color: var(--cream); box-shadow: 0 8px 22px rgba(92,104,72,.3); }
.btn-primary:hover { background: var(--olive-dark); }
.btn-gold { background: var(--gold); color: var(--olive-dark); }
.btn-gold:hover { background: var(--gold-light); }
.btn-ghost { background: transparent; color: var(--olive); border-color: var(--olive); }
.btn-ghost:hover { background: var(--olive); color: var(--cream); }
.btn-block { width: 100%; }
.btn-glass { background: rgba(255,255,255,.16); -webkit-backdrop-filter: blur(12px) saturate(140%); backdrop-filter: blur(12px) saturate(140%); border: 1.5px solid rgba(255,255,255,.45); color: #fff; box-shadow: 0 8px 32px rgba(0,0,0,.18), inset 0 1px 1px rgba(255,255,255,.4); }
.btn-glass:hover { background: rgba(255,255,255,.3); transform: translateY(-2px); }
.btn-glass-gold { background: rgba(201,168,76,.32); -webkit-backdrop-filter: blur(12px) saturate(160%); backdrop-filter: blur(12px) saturate(160%); border: 1.5px solid rgba(223,192,106,.7); color: #fff; box-shadow: 0 8px 32px rgba(201,168,76,.3), inset 0 1px 1px rgba(255,255,255,.4); }
.btn-glass-gold:hover { background: rgba(201,168,76,.5); transform: translateY(-2px); }
.announce { background: var(--olive-dark); color: var(--cream); text-align: center; font-size: .9rem; padding: 8px 12px; font-weight: 500; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(245,242,232,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--olive-dark); box-shadow: 0 2px 8px rgba(32,44,21,.15); }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-weight: 800; font-size: 1.2rem; color: var(--olive-dark); }
.brand-sub { font-size: .72rem; color: var(--olive); letter-spacing: 2px; font-family: 'Cormorant Garamond', serif; }
.nav { display: flex; gap: 26px; font-weight: 500; }
.nav a { color: var(--ink); transition: color .2s; }
.nav a:hover { color: var(--olive); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn { position: relative; width: 44px; height: 44px; border-radius: 50%; border: none; background: var(--cream-deep); cursor: pointer; font-size: 1.15rem; display: grid; place-items: center; transition: background .2s; color: var(--olive-dark); }
.icon-btn:hover { background: var(--gold-light); }
.cart-count { position: absolute; top: -3px; inset-inline-start: -3px; background: var(--gold); color: var(--olive-dark); font-size: .72rem; font-weight: 800; min-width: 20px; height: 20px; border-radius: 10px; display: grid; place-items: center; padding: 0 5px; }
.hamburger { display: none; }
.hero { position: relative; min-height: 78vh; display: grid; place-items: center; text-align: center; color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(32,44,21,.5), rgba(32,44,21,.62)), url('https://d2xsxph8kpxj0f.cloudfront.net/310519663180615666/Caum4jwwdqGQuy8FsdJoo5/abeer_girl_hero_afb19f18.jpg') center/cover; transform: scale(1.05); }
.hero-content { position: relative; z-index: 1; padding: 40px 20px; max-width: 760px; }
.hero-eyebrow { font-family: 'Cormorant Garamond', serif; letter-spacing: 6px; text-transform: uppercase; font-size: 1.05rem; color: var(--gold-light); margin-bottom: 14px; font-weight: 600; }
.hero h1 { font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 800; line-height: 1.2; margin-bottom: 18px; }
.hero p { font-size: clamp(1rem, 2.5vw, 1.3rem); margin-bottom: 30px; opacity: .95; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.trust { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 26px 0; }
.trust-item { display: flex; align-items: center; gap: 12px; justify-content: center; }
.trust-icon { font-size: 1.7rem; }
.trust-item h4 { font-size: .98rem; font-weight: 700; color: var(--olive-dark); }
.trust-item p { font-size: .82rem; color: var(--muted); }
section { scroll-margin-top: 80px; }
.section { padding: 64px 0; }
.section-head { text-align: center; margin-bottom: 40px; }
.section-eyebrow { font-family: 'Cormorant Garamond', serif; color: var(--gold); letter-spacing: 4px; text-transform: uppercase; font-weight: 600; font-size: .95rem; margin-bottom: 6px; }
.section-head h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 800; color: var(--olive-dark); }
.section-head .line { width: 60px; height: 3px; background: var(--gold); margin: 14px auto 0; border-radius: 3px; }
.tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.tab { background: var(--white); border: 1.5px solid var(--line); color: var(--ink); padding: 9px 22px; border-radius: 999px; cursor: pointer; font-family: inherit; font-weight: 600; font-size: .95rem; transition: all .2s; }
.tab:hover { border-color: var(--olive); color: var(--olive); }
.tab.active { background: var(--olive); border-color: var(--olive); color: var(--cream); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; position: relative; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card-media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--cream-deep); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card-media img { transform: scale(1.06); }
.badge { position: absolute; top: 12px; inset-inline-start: 12px; padding: 4px 12px; border-radius: 999px; font-size: .72rem; font-weight: 800; color: #fff; letter-spacing: .5px; }
.discount-tag { position: absolute; top: 12px; inset-inline-end: 12px; background: #c0392b; color: #fff; padding: 4px 10px; border-radius: 999px; font-size: .75rem; font-weight: 800; }
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.card-name { font-size: 1.05rem; font-weight: 700; color: var(--olive-dark); margin-bottom: 4px; }
.card-name-en { font-family: 'Cormorant Garamond', serif; font-size: .9rem; color: var(--muted); margin-bottom: 12px; }
.card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { display: flex; flex-direction: column; line-height: 1.2; }
.price-now { font-weight: 800; font-size: 1.2rem; color: var(--olive); }
.price-now span { font-size: .78rem; font-weight: 500; color: var(--muted); }
.price-old { font-size: .85rem; color: var(--muted); text-decoration: line-through; }
.add-btn { background: var(--olive-dark); color: var(--cream); border: none; cursor: pointer; width: 42px; height: 42px; border-radius: 12px; font-size: 1.3rem; display: grid; place-items: center; transition: all .2s; flex-shrink: 0; }
.add-btn:hover { background: var(--gold); color: var(--olive-dark); transform: scale(1.08); }
.occasions { background: var(--white); }
.occasions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.occasion { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 12px; text-align: center; cursor: pointer; transition: all .2s; color: var(--olive-dark); }
.occasion:hover { background: var(--olive); color: var(--cream); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.occasion-icon { font-size: 2rem; display: block; margin-bottom: 8px; }
.occasion span { font-weight: 600; font-size: .92rem; }
.about { background: var(--olive-dark); color: var(--cream); }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-text h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; color: var(--gold-light); }
.about-text p { opacity: .9; margin-bottom: 14px; }
.about-points { list-style: none; display: grid; gap: 10px; margin-top: 18px; }
.about-points li { display: flex; gap: 10px; align-items: center; }
.about-points li::before { content: "❆"; color: var(--gold); }
.about-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-md); }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.cta { text-align: center; }
.cta h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--olive-dark); margin-bottom: 10px; }
.cta p { color: var(--muted); margin-bottom: 26px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.footer { background: var(--olive-dark); color: var(--cream); padding: 50px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; margin-bottom: 30px; }
.footer h4 { color: var(--gold-light); margin-bottom: 14px; font-size: 1.05rem; }
.footer p, .footer a { opacity: .85; font-size: .92rem; margin-bottom: 8px; display: block; }
.footer a:hover { opacity: 1; color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(245,242,232,.15); padding-top: 18px; text-align: center; font-size: .85rem; opacity: .75; }
.wa-float { position: fixed; bottom: 24px; inset-inline-end: 24px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; font-size: 1.8rem; box-shadow: 0 8px 24px rgba(37,211,102,.5); animation: waPulse 2.5s infinite; }
@keyframes waPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,.4); } 50% { box-shadow: 0 0 0 14px rgba(37,211,102,0); } }
.overlay { position: fixed; inset: 0; background: rgba(32,44,21,.5); opacity: 0; visibility: hidden; transition: opacity .25s; z-index: 60; }
.overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; inset-inline-start: 0; height: 100%; width: min(420px, 92%); background: var(--cream); z-index: 70; transform: translateX(-110%); transition: transform .3s ease; display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--line); background: var(--white); }
.drawer-head h3 { color: var(--olive-dark); font-size: 1.3rem; }
.drawer-close { background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--muted); }
.drawer-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.cart-empty { text-align: center; color: var(--muted); padding: 50px 0; }
.cart-empty .big { font-size: 3rem; display: block; margin-bottom: 10px; }
.cart-row { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-row img { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.cart-row-info { flex: 1; min-width: 0; }
.cart-row-name { font-weight: 700; font-size: .95rem; color: var(--olive-dark); }
.cart-row-price { color: var(--olive); font-weight: 700; font-size: .9rem; }
.qty { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.qty button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--line); background: var(--white); cursor: pointer; font-weight: 800; color: var(--olive); font-size: 1rem; }
.qty button:hover { background: var(--gold-light); }
.qty span { min-width: 22px; text-align: center; font-weight: 700; }
.cart-remove { background: none; border: none; cursor: pointer; color: #c0392b; font-size: 1.1rem; align-self: flex-start; }
.drawer-foot { padding: 18px 20px; border-top: 1px solid var(--line); background: var(--white); }
.cart-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 1.1rem; color: var(--olive-dark); }
.cart-total strong { color: var(--olive); font-size: 1.35rem; }
.checkout-fields { display: grid; gap: 10px; margin-bottom: 14px; }
.checkout-fields input, .checkout-fields textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: 12px; font-family: inherit; font-size: .95rem; background: var(--cream); color: var(--ink); }
.checkout-fields input:focus, .checkout-fields textarea:focus { outline: none; border-color: var(--olive); }
.mnav { position: fixed; top: 0; inset-inline-end: 0; height: 100%; width: min(280px, 80%); background: var(--white); z-index: 70; transform: translateX(110%); transition: transform .3s ease; padding: 24px; }
.mnav.open { transform: translateX(0); }
.mnav a { display: block; padding: 14px 0; font-weight: 600; color: var(--olive-dark); border-bottom: 1px solid var(--line); }
.mnav-close { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--muted); margin-bottom: 10px; }
.toast { position: fixed; bottom: 24px; inset-inline: 0; margin-inline: auto; width: fit-content; background: var(--olive-dark); color: var(--cream); padding: 12px 24px; border-radius: 999px; font-weight: 600; z-index: 90; opacity: 0; transform: translateY(20px); transition: all .25s; pointer-events: none; }
.toast.show { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (max-width: 1024px) { .products-grid { grid-template-columns: repeat(3,1fr); } .occasions-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 768px) { .nav { display: none; } .hamburger { display: grid; } .trust-grid { grid-template-columns: repeat(2,1fr); gap: 20px; } .about-inner { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 560px) { .products-grid { grid-template-columns: repeat(2,1fr); gap: 14px; } .occasions-grid { grid-template-columns: repeat(2,1fr); } .card-body { padding: 12px; } .card-name { font-size: .95rem; } .add-btn { width: 38px; height: 38px; font-size: 1.15rem; } .section { padding: 48px 0; } }
