:root{color-scheme:dark;--bg:#070707;--surface:#12110e;--gold:#e3b758;--gold2:#f5db9b;--text:#fffdf8;--muted:#b8b3a8;--line:rgba(227,183,88,.25)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:280px;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:radial-gradient(circle at 50% -10%,rgba(227,183,88,.18),transparent 32rem),var(--bg);line-height:1.55}a{color:inherit}.wrap{width:min(100% - 2rem,68rem);margin:auto}.topbar{padding:max(1rem,env(safe-area-inset-top)) 0}.brand{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none}.brand img{width:44px;height:44px;border-radius:12px}.brand strong{display:block;letter-spacing:.06em}.brand small{display:block;color:var(--muted)}.hero{padding:3.5rem 0 2.5rem}.eyebrow,.kicker,.label{margin:0;color:var(--gold2);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}h1{max-width:14ch;margin:.65rem 0 1rem;font:500 clamp(2.6rem,11vw,5.2rem)/.98 Georgia,serif;letter-spacing:-.035em}.lead{max-width:45rem;margin:0;color:#d0cbc0;font-size:1.08rem}.primary{display:inline-flex;justify-content:center;align-items:center;min-height:52px;margin-top:1.5rem;padding:.8rem 1.15rem;border:1px solid #f4d98f;border-radius:14px;color:#161006;background:linear-gradient(135deg,#f6dda0,#d4a442);font-weight:850;text-decoration:none}.facts{display:grid;gap:.75rem;margin-top:2rem;padding:1rem;border:1px solid var(--line);border-radius:20px;background:rgba(18,17,14,.82)}.facts span{display:flex;gap:.55rem;color:#ddd7ca}.facts span:before{content:'✓';color:var(--gold);font-weight:900}section{padding:2.2rem 0}.section-head{margin-bottom:1.1rem}.section-head h2{margin:.25rem 0 0;font:500 clamp(1.8rem,6vw,2.7rem)/1.05 Georgia,serif}.story{max-width:50rem;color:#c9c3b7;font-size:1.03rem}.shop-list{display:grid;gap:1rem}.shop-card{display:grid;grid-template-columns:110px 1fr;gap:1rem;padding:.8rem;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.shop-card img,.initial{width:110px;height:100%;min-height:120px;border-radius:14px;object-fit:cover}.initial{display:grid;place-items:center;background:#272116;color:var(--gold2);font:600 3rem Georgia,serif}.shop-card h3,.product-card h3{margin:.2rem 0;font-size:1.08rem}.shop-card p{margin:.15rem 0;color:var(--muted);font-size:.9rem}.actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.7rem}.actions a{padding:.45rem .65rem;border:1px solid var(--line);border-radius:10px;color:var(--gold2);font-size:.82rem;font-weight:750;text-decoration:none}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.product-card img{width:100%;aspect-ratio:1;object-fit:cover}.product-card div{padding:.8rem}.product-card small,.product-card p{color:var(--muted)}.product-card p{margin:.2rem 0}.product-card strong{color:var(--gold2)}.queries{display:flex;flex-wrap:wrap;gap:.55rem;padding:0;list-style:none}.queries li{padding:.55rem .75rem;border:1px solid var(--line);border-radius:999px;color:#d9d3c7;background:#0f0e0c}.empty{padding:1rem;border:1px solid var(--line);border-radius:16px;color:var(--muted);background:var(--surface)}.all-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.all-categories a{padding:.75rem;border:1px solid var(--line);border-radius:12px;text-decoration:none;background:#10100d}.footer{padding:2rem 0 7rem;color:#89847a;font-size:.8rem}.download-float{position:fixed;right:1rem;bottom:max(1rem,env(safe-area-inset-bottom));z-index:5;padding:.8rem 1rem;border:1px solid #f4d98f;border-radius:999px;color:#161006;background:linear-gradient(135deg,#f6dda0,#d4a442);box-shadow:0 10px 36px rgba(0,0,0,.45);font-weight:850;text-decoration:none}dialog{width:min(calc(100% - 2rem),27rem);padding:0;border:1px solid rgba(245,219,155,.45);border-radius:24px;color:var(--text);background:linear-gradient(155deg,#1e1a11,#090909);box-shadow:0 30px 90px rgba(0,0,0,.7)}dialog::backdrop{background:rgba(0,0,0,.8);backdrop-filter:blur(6px)}.modal{position:relative;padding:2rem 1.25rem 1.25rem;text-align:center}.modal img{width:72px;height:72px;border-radius:18px}.modal h2{margin:.8rem 0 0;font:500 2rem/1.08 Georgia,serif}.modal p{color:var(--muted)}.modal .primary{width:100%}.close{position:absolute;right:.6rem;top:.6rem;width:44px;height:44px;border:0;border-radius:50%;color:#ddd;background:rgba(255,255,255,.08);font-size:1.25rem}.continue{min-height:44px;margin-top:.4rem;border:0;color:var(--muted);background:transparent;text-decoration:underline}@media(min-width:700px){.facts{grid-template-columns:repeat(3,1fr)}.shop-list{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.all-categories{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:380px){.shop-card{grid-template-columns:1fr}.shop-card img,.initial{width:100%;height:170px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}