:root{--bg:#f4f0e9;--ink:#101010;--muted:#6d675f;--card:#fffdf9;--wine:#5b1636;--line:#d9d2c9;--black:#0e0e0e;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,"Noto Sans Arabic",sans-serif}button,input,textarea{font:inherit}.hidden{display:none!important}.store-topbar{position:sticky;top:0;z-index:40;height:76px;padding:0 clamp(18px,4vw,64px);display:flex;align-items:center;justify-content:space-between;background:rgba(244,240,233,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,16,16,.08)}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink)}.brand-star{font-size:26px;color:var(--wine)}.brand span:last-child{display:grid;line-height:1}.brand b{font-size:18px;letter-spacing:.02em}.brand small{font-size:9px;letter-spacing:.28em;margin-top:4px}.top-actions{display:flex;gap:10px;align-items:center}.ghost-btn,.cart-btn{border:1px solid var(--line);background:transparent;border-radius:999px;padding:11px 15px;cursor:pointer}.cart-btn{background:var(--black);color:white;border-color:var(--black)}main{max-width:1400px;margin:auto}.hero{margin:24px clamp(14px,3vw,40px) 0;min-height:580px;border-radius:34px;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;background:var(--black);color:white}.hero-copy{padding:clamp(38px,7vw,96px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.eyebrow,.section-kicker{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800}.eyebrow{color:#d6c9cf}.hero h1{font-size:clamp(48px,7vw,92px);line-height:.95;margin:18px 0 20px;max-width:760px}.hero h1 span{color:#c49aae}.hero p{font-size:18px;line-height:1.8;color:#dad5d1;max-width:650px;margin:0 0 30px}.primary-btn{border:0;border-radius:999px;background:var(--wine);color:white;text-decoration:none;padding:15px 24px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.primary-btn:hover{filter:brightness(1.08)}.hero-art{position:relative;background:radial-gradient(circle at 30% 25%,#6f2448,transparent 35%),linear-gradient(140deg,#22131b,#0a0a0a);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.hero-art:before{content:"";position:absolute;inset:8%;border:1px solid rgba(255,255,255,.14);border-radius:50%}.hero-mark{font-size:clamp(54px,8vw,110px);line-height:.78;font-weight:900;letter-spacing:-.08em;z-index:1}.hero-sub{z-index:1;margin-top:28px;font-size:11px;letter-spacing:.25em;color:#d7cbd0}.trust-strip{margin:18px clamp(14px,3vw,40px) 0;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--line)}.trust-strip span{background:var(--card);padding:16px;text-align:center;font-size:12px;font-weight:800;letter-spacing:.04em}.products-section{padding:90px clamp(18px,4vw,64px)}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:34px}.section-head h2,.story-section h2{font-size:clamp(34px,5vw,58px);margin:8px 0 0}.section-head p{max-width:560px;color:var(--muted);line-height:1.7;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{background:transparent;cursor:pointer}.product-image{aspect-ratio:4/5;border-radius:22px;overflow:hidden;background:#e4ddd4}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.product-card:hover img{transform:scale(1.02)}.product-meta{padding:14px 4px 0}.product-meta h3{margin:0 0 8px;font-size:17px}.product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-price{font-weight:900}.product-price del{color:#999;font-weight:500;margin-inline-start:8px}.low-stock{font-size:11px;color:var(--wine);font-weight:800}.empty-store{text-align:center;border:1px dashed var(--line);border-radius:24px;padding:70px 20px;background:rgba(255,255,255,.35)}.empty-store span{font-size:34px;color:var(--wine)}.empty-store h3{font-size:28px;margin:14px 0 6px}.empty-store p{color:var(--muted)}.story-section{margin:0 clamp(14px,3vw,40px) 90px;background:#e8dfd3;border-radius:30px;padding:clamp(34px,6vw,76px);display:grid;grid-template-columns:160px 1fr;gap:42px;align-items:center}.story-mark{font-size:100px;color:var(--wine);text-align:center}.story-section p{max-width:800px;line-height:1.9;color:#5f584f;font-size:17px}footer{padding:32px clamp(18px,4vw,64px);border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--muted)}footer div{display:grid;gap:4px}footer a{color:var(--ink)}.modal{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:100;display:grid;place-items:center;padding:18px}.modal-card{position:relative;background:var(--card);border-radius:28px;max-width:980px;width:min(100%,980px);max-height:92dvh;overflow:auto;box-shadow:0 30px 90px rgba(0,0,0,.3)}.modal-close{position:absolute;top:16px;inset-inline-end:16px;z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:white;font-size:26px;cursor:pointer}.product-modal-card{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.product-modal-media{min-height:620px;background:#e6dfd6}.product-modal-media img{width:100%;height:100%;object-fit:cover}.product-modal-info{padding:64px 48px;display:flex;flex-direction:column;justify-content:center}.product-modal-info h2{font-size:42px;line-height:1.1;margin:10px 0 16px}.modal-price{display:flex;gap:14px;align-items:center;margin-bottom:18px}.modal-price strong{font-size:24px}.modal-price del{color:#9a948c}.product-modal-info p{color:var(--muted);line-height:1.8}.size-block{margin:22px 0 28px}.size-options{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.size-option{min-width:52px;height:45px;border:1px solid var(--line);background:white;border-radius:12px;font-weight:800;cursor:pointer}.size-option.active{background:var(--black);color:white;border-color:var(--black)}.wide{width:100%}.cart-drawer{position:fixed;top:0;bottom:0;inset-inline-end:0;width:min(92vw,430px);background:var(--card);z-index:120;padding:22px;box-shadow:-20px 0 70px rgba(0,0,0,.22);overflow:auto}.drawer-shade{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:110}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.drawer-head h2{margin:0}.drawer-head button{border:0;background:transparent;font-size:30px;cursor:pointer}.cart-items{display:grid;gap:15px;padding:18px 0}.cart-row{display:grid;grid-template-columns:78px 1fr auto;gap:12px;align-items:center}.cart-row img{width:78px;height:92px;object-fit:cover;border-radius:12px;background:#eee}.cart-row h4{margin:0 0 6px;font-size:14px}.cart-row small{display:block;color:var(--muted);margin-bottom:8px}.cart-row-actions{display:flex;align-items:center;gap:7px}.cart-row-actions button{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:white;cursor:pointer}.remove-item{border:0!important;background:transparent!important;color:#9e2448;width:auto!important}.cart-empty{text-align:center;color:var(--muted);padding:60px 0}.cart-summary{border-top:1px solid var(--line);padding-top:18px;display:grid;gap:14px}.cart-summary>div{display:flex;justify-content:space-between;font-size:18px}.cart-summary small{color:var(--muted)}.checkout-card{max-width:720px;padding:48px}.checkout-card h2{font-size:38px;margin:8px 0}.checkout-card>p{color:var(--muted);line-height:1.7}.checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}.checkout-form label{display:grid;gap:7px;font-size:13px;font-weight:700}.checkout-form input,.checkout-form textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:white;padding:13px 14px;outline:none}.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--wine)}.checkout-form .full,.checkout-form .wide,.checkout-form .form-message,.checkout-totals{grid-column:1/-1}.checkout-totals{background:#f1ece4;border-radius:16px;padding:15px;display:grid;gap:8px}.checkout-totals div{display:flex;justify-content:space-between}.form-message{min-height:22px;color:var(--wine);font-size:13px;text-align:center}.success-card{max-width:460px;padding:48px;text-align:center}.success-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#e5f2e7;color:#1c6730;font-size:34px;font-weight:900;margin:auto}.success-card h2{font-size:30px}.success-card p{color:var(--muted);line-height:1.8}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:200;background:#111;color:white;border-radius:999px;padding:12px 18px;font-size:13px;box-shadow:0 10px 35px rgba(0,0,0,.25)}@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:0}.hero-copy{min-height:490px}.hero-art{min-height:360px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-modal-card{grid-template-columns:1fr}.product-modal-media{min-height:430px;max-height:52vh}.product-modal-info{padding:36px 24px}.trust-strip{grid-template-columns:1fr 1fr}}@media(max-width:640px){.store-topbar{height:68px;padding:0 14px}.brand b{font-size:16px}.brand small{font-size:8px}.ghost-btn{padding:9px 11px}.hero{margin:10px 10px 0;border-radius:24px}.hero-copy{min-height:440px;padding:34px 24px}.hero h1{font-size:50px}.hero p{font-size:15px}.hero-art{min-height:280px}.trust-strip{margin:10px 10px 0;grid-template-columns:1fr 1fr;border-radius:14px}.trust-strip span{font-size:10px;padding:12px 8px}.products-section{padding:58px 14px}.section-head{display:grid;align-items:start}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-image{border-radius:16px}.product-meta h3{font-size:14px}.product-meta-row{display:grid;gap:5px}.product-price{font-size:13px}.story-section{margin:0 10px 56px;padding:30px 22px;grid-template-columns:1fr;gap:10px}.story-mark{text-align:start;font-size:58px}.story-section h2{font-size:34px}footer{display:grid}.modal{padding:0;place-items:end center}.modal-card{border-radius:24px 24px 0 0;max-height:94dvh}.product-modal-media{min-height:340px}.product-modal-info h2{font-size:32px}.checkout-card{padding:40px 18px 28px}.checkout-form{grid-template-columns:1fr}.checkout-form>*{grid-column:1/-1}.checkout-card h2{font-size:30px}}