:root{--ink:#160c07;--brown:#2c1408;--brown2:#4a210c;--gold:#d89112;--gold2:#ffbd36;--cream:#fff8eb;--line:#eadcc5;--white:#fff;--shadow:0 20px 60px rgba(48,24,8,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fffdf8;color:var(--ink);font-family:"Cairo",system-ui,sans-serif;font-size:16px;line-height:1.7}button,a,input{font:inherit}button,a{transition:.2s ease}a{color:inherit;text-decoration:none}.topbar{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,78px);background:rgba(255,253,248,.96);border-bottom:1px solid rgba(90,53,16,.12);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:52px;height:52px;object-fit:cover;object-position:20% 8%;border-radius:14px}.brand span{display:flex;flex-direction:column;line-height:1}.brand b{font:700 1.5rem "Playfair Display",serif}.brand small{font-size:.72rem;color:#795b3c;margin-top:5px}.topbar nav{display:flex;gap:34px;font-weight:700}.topbar nav a:hover{color:#b46b00}.header-actions{display:flex;gap:10px}.plain,.cart-button,.footer-admin,.close,.dialog-close{border:0;background:transparent;cursor:pointer}.plain,.cart-button{padding:8px 13px;border:1px solid var(--line);border-radius:999px}.cart-button{background:var(--brown);color:#fff;border-color:var(--brown)}.hero{min-height:calc(100vh - 84px);display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;background:radial-gradient(circle at 15% 30%,#fff9df,transparent 36%),linear-gradient(130deg,#fffdf8 0 58%,#2e1407 58%);padding:clamp(48px,7vw,100px) clamp(24px,7vw,110px);align-items:center;gap:6vw}.hero-copy{max-width:680px}.eyebrow{display:inline-block;color:#a45e00;text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:.86rem}.hero h1{font-size:clamp(2.65rem,5.4vw,5.8rem);line-height:1.02;margin:18px 0 24px;letter-spacing:-.05em}.hero h1 em{font-style:normal;color:#b86e00}.hero-copy>p{font-size:clamp(1.05rem,1.4vw,1.25rem);color:#664b34;max-width:620px}.hero-buttons{display:flex;gap:12px;margin:34px 0}.primary,.secondary{display:inline-flex;justify-content:center;align-items:center;border-radius:10px;padding:12px 22px;font-weight:800;border:1px solid var(--brown);cursor:pointer}.primary{background:var(--brown);color:#fff}.primary:hover{background:#54270d;transform:translateY(-1px)}.secondary{background:transparent;color:var(--brown)}.secondary:hover{background:#fff}.trust-row{display:flex;flex-wrap:wrap;gap:22px;font-size:.92rem;color:#6d5139}.trust-row span{display:flex;gap:6px}.hero-art{position:relative;display:grid;place-items:center;height:min(660px,70vh)}.hero-art img{width:min(520px,88%);height:min(590px,66vh);object-fit:cover;object-position:67% 55%;border-radius:44% 44% 16px 16px;position:relative;z-index:2;box-shadow:0 32px 90px #0008}.gold-orbit{position:absolute;width:90%;aspect-ratio:1;border:1px solid #df9e30;border-radius:50%;opacity:.7}.seal{position:absolute;z-index:3;bottom:7%;left:2%;width:136px;height:136px;border-radius:50%;display:grid;place-content:center;text-align:center;background:#fff8e8;border:7px double var(--gold);box-shadow:var(--shadow);transform:rotate(-7deg)}.seal b{font-size:1.8rem;color:#a85f00}.seal span{font-size:.75rem;font-weight:700}.products-section{padding:100px clamp(22px,7vw,110px)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:40px;gap:24px}.section-heading h2,.story h2{font-size:clamp(2.1rem,3vw,3.6rem);margin:5px 0;line-height:1.15}.section-heading p{max-width:440px;color:#765b41}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:310px;background:linear-gradient(145deg,#2b1206,#6c3008);display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;object-position:68% 60%}.product-info{padding:21px}.product-info h3{margin:0;font-size:1.25rem}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.product-meta span{color:#806344}.product-meta b{font-size:1.2rem}.add-cart{width:100%;margin-top:18px;border:0;background:#f2e2c6;color:#3c1b08;border-radius:9px;padding:11px;font-weight:800;cursor:pointer}.add-cart:hover{background:var(--gold);color:#1a0c03}.story{display:grid;grid-template-columns:1fr 1fr;min-height:620px;background:var(--cream)}.story-image{overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover;object-position:70% 50%}.story-copy{padding:clamp(50px,8vw,120px);display:flex;flex-direction:column;justify-content:center}.story-copy>p{color:#6f553e;font-size:1.05rem}.story-points{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:25px}.story-points div{padding-top:18px;border-top:1px solid #d8c4a3}.story-points b,.story-points span{display:block}.story-points span{font-size:.9rem;color:#80654a}footer{background:#190c06;color:#f9eeda;padding:60px clamp(22px,7vw,110px) 25px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:40px}footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:7px}footer b{color:#fff}footer a,footer span,footer button{color:#d9c9b8;font-size:.92rem}footer a:hover,footer button:hover{color:var(--gold2)}.footer-brand>b{font:700 1.7rem "Playfair Display",serif}.footer-admin{padding:0}.copyright{grid-column:1/-1;border-top:1px solid #ffffff21;padding-top:22px;margin:15px 0 0;text-align:center;color:#9f8d7e;font-size:.8rem}.drawer{position:fixed;z-index:60;top:0;bottom:0;inset-inline-end:-480px;width:min(440px,100%);background:#fffdf9;box-shadow:-20px 0 60px #0003;transition:.3s;padding:24px;display:flex;flex-direction:column}.drawer.open{inset-inline-end:0}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.drawer-head h2{margin:8px 0 18px}.close,.dialog-close{font-size:2rem}.cart-items{flex:1;overflow:auto}.cart-item{display:grid;grid-template-columns:56px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item img{width:56px;height:56px;object-fit:cover;border-radius:8px}.cart-item b,.cart-item span{display:block}.qty{display:flex;align-items:center;gap:8px}.qty button{border:1px solid var(--line);background:white;border-radius:6px;width:27px;height:27px;cursor:pointer}.cart-footer{border-top:1px solid var(--line);padding-top:18px}.total{display:flex;justify-content:space-between;font-size:1.15rem;margin-bottom:16px}.full{width:100%}.cart-footer small{display:block;color:#7c6754;text-align:center;margin-top:12px;line-height:1.5}.backdrop{position:fixed;z-index:50;inset:0;background:#14080299;opacity:0;visibility:hidden;transition:.2s}.backdrop.open{opacity:1;visibility:visible}dialog{border:0;border-radius:18px;box-shadow:0 30px 100px #0005;padding:30px;width:min(720px,92vw);max-height:88vh;overflow:auto}dialog::backdrop{background:#150902aa}.dialog-close{position:absolute;top:12px;inset-inline-end:18px}.admin-dialog h2,.qr-dialog h2{margin:5px 0 14px}.admin-dialog label{display:flex;flex-direction:column;gap:5px;font-weight:700;margin:12px 0}.admin-dialog input{border:1px solid #d8c7af;border-radius:8px;padding:10px;background:#fffdfa}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.form-actions,.admin-title{display:flex;justify-content:space-between;align-items:center;gap:10px}.form-error{color:#a22615;min-height:1.5em}.admin-products{margin-top:24px}.admin-row{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.admin-row img{width:52px;height:52px;object-fit:cover;border-radius:8px}.admin-row-actions button{border:0;border-radius:7px;padding:6px 9px;cursor:pointer;margin:2px}.edit{background:#eedbad}.delete{background:#f4c3b9}.qr-dialog{text-align:center}.qr-dialog #qrcode{display:grid;place-items:center;margin:20px}.qr-dialog #qrcode img{border:12px solid white}.empty{text-align:center;padding:50px 12px;color:#826a54}@media(max-width:900px){.topbar nav{display:none}.hero{grid-template-columns:1fr;background:linear-gradient(160deg,#fffdf8 0 67%,#2e1407 67%);padding-top:62px}.hero-art{height:520px}.product-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr}.story-image{height:500px}footer{grid-template-columns:1fr 1fr}}@media(max-width:600px){.topbar{height:72px;padding:0 15px}.brand-mark{width:42px;height:42px}.brand b{font-size:1.2rem}.hero{min-height:auto;padding:45px 20px 55px}.hero h1{font-size:2.75rem}.hero-buttons{flex-direction:column}.hero-art{height:390px}.seal{width:105px;height:105px}.products-section{padding:70px 18px}.section-heading{display:block}.product-grid{grid-template-columns:1fr}.product-image{height:340px}.story-image{height:400px}.story-copy{padding:55px 22px}.story-points{grid-template-columns:1fr}footer{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}}
