@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Playfair+Display:wght@700&display=swap');
:root{--green:#263b13;--green2:#38521d;--cream:#f8f1e5;--orange:#ef6d19;--gold:#d9ad52;--ink:#24231f;--muted:#777268;--white:#fff;--shadow:0 14px 40px rgba(38,59,19,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbf8f1;color:var(--ink);font-family:Cairo,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}
.topbar{height:82px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;border-bottom:1px solid #ece5d8;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,72px)}
.brand{display:flex;align-items:center;gap:12px}.brand img{width:62px;height:62px;object-fit:contain}.brand strong{display:block;font-size:21px;color:var(--green)}.brand span{font-size:11px;color:var(--muted)}
.top-actions{display:flex;gap:9px}.icon-btn,.cart-btn{border:0;border-radius:13px;padding:10px 15px;background:#f4efe5;color:var(--green);font-weight:800}.cart-btn{background:var(--green);color:#fff}.cart-btn b{background:var(--orange);padding:2px 7px;border-radius:99px;margin-right:6px}
.hero{max-width:1280px;margin:auto;min-height:470px;padding:60px clamp(18px,6vw,90px);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden}.hero-content{position:relative;z-index:2}.eyebrow{display:inline-block;color:var(--orange);font-weight:800;background:#fff1e7;padding:6px 13px;border-radius:99px;font-size:13px}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.15;margin:18px 0 14px;color:var(--green);letter-spacing:-2px}.hero h1 em{font-style:normal;color:var(--orange)}.hero p{font-size:17px;color:#69645b;max-width:530px;line-height:1.9}.hero-btn{margin-top:18px;border:0;background:var(--orange);color:white;padding:14px 24px;border-radius:15px;font-weight:800;box-shadow:0 10px 25px #ef6d1933}.hero-art{display:flex;justify-content:center;filter:drop-shadow(0 25px 22px rgba(0,0,0,.18));transform:rotate(-4deg)}.hero-art img{width:min(100%,520px);border-radius:50%;object-fit:cover}
.categories{position:sticky;top:82px;z-index:15;background:#fbf8f1dd;backdrop-filter:blur(12px);display:flex;gap:8px;overflow:auto;padding:12px max(18px,5vw);border-top:1px solid #eee7da;border-bottom:1px solid #eee7da}.categories button{white-space:nowrap;border:1px solid #ded6c8;background:white;color:#625e56;padding:9px 15px;border-radius:99px;font-weight:700}.categories button.active{background:var(--green);color:#fff;border-color:var(--green)}
.menu-wrap{max-width:1200px;margin:35px auto;padding:0 18px}.section{margin-bottom:54px;scroll-margin-top:150px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-title{display:flex;align-items:center;gap:13px}.section-title .line{width:8px;height:42px;background:var(--orange);border-radius:99px}.section-title h2{margin:0;color:var(--green);font-size:28px}.section-note{font-size:12px;color:var(--muted);max-width:500px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{background:#fff;border:1px solid #eee7db;border-radius:20px;padding:16px;display:flex;gap:12px;align-items:center;justify-content:space-between;box-shadow:0 5px 20px rgba(34,32,25,.04);transition:.2s}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.card h3{font-size:15px;margin:0 0 5px}.card small{color:var(--muted)}.price{font-weight:900;color:var(--orange);white-space:nowrap}.add{border:0;background:#f3f7ed;color:var(--green);width:38px;height:38px;border-radius:12px;font-size:22px;font-weight:800}.add:hover{background:var(--green);color:#fff}.sizes{font-size:11px;color:#777;margin-top:5px;display:flex;gap:7px;flex-wrap:wrap}.sizes span{background:#f6f2ea;border-radius:7px;padding:3px 6px}.size-options{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.size-btn{border:1px solid #ded6c8;background:#fff;color:#555;padding:5px 9px;border-radius:8px;font-size:11px;font-weight:800}.size-btn.active,.size-btn:hover{background:var(--green);color:#fff;border-color:var(--green)}
.feature-card{display:grid;grid-template-columns:260px 1fr;background:#fff;border-radius:25px;overflow:hidden;border:1px solid #eee7db;box-shadow:var(--shadow)}.feature-card img{width:100%;height:100%;min-height:250px;object-fit:cover}.feature-body{padding:25px}.feature-body h3{margin-top:0;color:var(--green);font-size:24px}.feature-body p{color:#6f6a61;line-height:1.9}
.trust{background:var(--green);color:white;display:grid;grid-template-columns:repeat(3,1fr);max-width:1100px;margin:40px auto 70px;border-radius:25px;padding:26px;gap:20px}.trust div{text-align:center;font-size:24px}.trust strong{display:block;font-size:15px}.trust small{color:#c9d2be;font-size:11px}
footer{background:#18250d;color:#fff;padding:28px max(20px,6vw);display:flex;justify-content:space-between;align-items:center}footer strong{display:block;font-size:20px}footer span{font-size:12px;color:#c3ccb9}footer a{color:white;background:var(--orange);padding:10px 17px;border-radius:12px;text-decoration:none;font-weight:800}
.overlay{position:fixed;inset:0;background:#10160bcc;z-index:40;opacity:0;pointer-events:none;transition:.25s}.overlay.show{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);background:#fff;z-index:50;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column;box-shadow:-20px 0 50px #0002}.cart-drawer.open{transform:translateX(0)}.drawer-head{padding:22px 22px 15px;display:flex;justify-content:space-between;border-bottom:1px solid #eee}.drawer-head small{color:var(--orange)}.drawer-head h2{margin:2px 0}.drawer-head button,.modal-close{border:0;background:#f3f0e9;width:36px;height:36px;border-radius:50%;font-size:24px}.cart-items{flex:1;overflow:auto;padding:16px}.cart-row{padding:14px 0;border-bottom:1px solid #eee;display:flex;justify-content:space-between;gap:10px}.qty{display:flex;align-items:center;gap:7px}.qty button{border:0;background:#f1eee7;width:27px;height:27px;border-radius:8px}.checkout{padding:18px;border-top:1px solid #eee;background:#fff}.total{display:flex;justify-content:space-between;font-size:18px;margin-bottom:12px}.total strong{color:var(--orange)}.checkout input,.checkout textarea,.modal input{width:100%;border:1px solid #ddd6c9;padding:12px;border-radius:12px;margin:5px 0;outline:0}.checkout textarea{height:72px;resize:none}.whatsapp{width:100%;border:0;background:#1a8f45;color:white;padding:14px;border-radius:13px;font-weight:900;margin-top:5px}.checkout>small{display:block;text-align:center;color:#888;margin-top:8px;font-size:10px}
@media(max-width:850px){.hero{grid-template-columns:1fr;padding-top:38px;text-align:center}.hero p{margin:auto}.hero-art{order:-1}.hero-art img{width:250px}.grid{grid-template-columns:repeat(2,1fr)}.feature-card{grid-template-columns:1fr}.feature-card img{height:210px}.trust{margin:25px 18px 45px}.topbar{padding:0 15px}.brand img{width:50px;height:50px}.brand strong{font-size:17px}}
@media(max-width:520px){.grid{grid-template-columns:1fr}.hero h1{font-size:40px}.trust{grid-template-columns:1fr}.section-head{display:block}.section-note{margin-top:7px}.top-actions .icon-btn{display:none}}

.product-card{min-height:82px}
.add-to-cart{border:0;background:var(--green);color:#fff;padding:10px 13px;border-radius:11px;font-size:12px;font-weight:800;white-space:nowrap}
.add-to-cart:hover{background:var(--orange)}
.added-bar{position:fixed;left:50%;bottom:22px;transform:translate(-50%,120px);z-index:70;background:#fff;border:1px solid #e8e0d3;box-shadow:0 15px 40px #0002;border-radius:15px;padding:9px 10px 9px 15px;display:flex;align-items:center;gap:14px;transition:.28s;direction:rtl}
.added-bar.show{transform:translate(-50%,0)}
.added-bar span{font-size:12px;font-weight:800;color:var(--green)}
.added-bar button{border:0;background:var(--orange);color:#fff;border-radius:9px;padding:8px 12px;font-size:11px;font-weight:800}
@media(max-width:520px){.product-card{align-items:center}.add-to-cart{padding:9px 11px}}

.filling-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:18px}
.filling-btn{border:1px solid #ded6c8;background:#fff;color:var(--green);border-radius:12px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:right;font-weight:800;transition:.18s}
.filling-btn b{color:var(--orange);white-space:nowrap;font-size:12px}
.filling-btn:hover{background:var(--green);color:#fff;border-color:var(--green);transform:translateY(-1px)}
.filling-btn:hover b{color:#fff}
@media(max-width:520px){.filling-grid{grid-template-columns:1fr}}

.card-sub{display:block;color:#8a847a;font-size:11px;margin-top:5px}
.lebanese-card{min-height:90px}
.filling-modal{position:fixed;inset:0;background:#141a0dcc;z-index:80;display:none;place-items:center;padding:18px}
.filling-modal.show{display:grid}
.filling-modal-card{position:relative;background:#fff;width:min(500px,100%);border-radius:24px;padding:26px;box-shadow:0 25px 70px #0003}
.filling-close{position:absolute;left:18px;top:18px;border:0;background:#f2efe8;color:#444;width:36px;height:36px;border-radius:50%;font-size:24px}
.filling-modal-head{text-align:center;padding:5px 35px 18px}
.filling-modal-head small{color:var(--orange);font-weight:800}
.filling-modal-head h2{margin:5px 0;color:var(--green);font-size:25px}
.filling-modal-head p{margin:0;color:#888;font-size:12px}
.filling-modal-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.filling-option{border:1px solid #e1d9cc;background:#fbfaf7;border-radius:12px;padding:12px;display:flex;justify-content:space-between;align-items:center;text-align:right;color:var(--green);font-weight:800;cursor:pointer}
.filling-option b{color:var(--orange);font-size:12px;white-space:nowrap}
.filling-option:hover{background:var(--green);border-color:var(--green);color:#fff}
.filling-option:hover b{color:#fff}
@media(max-width:520px){.filling-modal-card{padding:22px 16px}.filling-modal-list{grid-template-columns:1fr}.filling-option{padding:13px}}
