:root{--bg:#191919;--panel:#121212;--line:#34312c;--gold:#c59b5f;--gold-dark:#9d7440;--text:#f4f1eb;--muted:#aaa39a;--green:#4dbd8b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Montserrat,sans-serif}.navbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 5%;border-bottom:1px solid #333;background:#111}.logo img{height:68px}.nav-links{display:flex;align-items:center;gap:12px}.nav-links a,.nav-links button{padding:10px 14px;border:1px solid var(--gold);border-radius:5px;background:transparent;color:var(--gold);font:800 .78rem Montserrat;text-decoration:none;text-transform:uppercase;cursor:pointer}.nav-links form{margin:0}.store-hero{min-height:390px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:65px max(6vw,24px);border-bottom:3px solid var(--gold);background:linear-gradient(105deg,rgba(12,12,12,.98),rgba(22,17,12,.76)),url('https://bertreich.cz/images/castle-bamberg.jpg') center/cover}.store-hero>div:first-child{max-width:780px}.store-hero span,.eyebrow{color:var(--gold);font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.store-hero h1{margin:10px 0 18px;color:var(--gold);font-size:clamp(2.7rem,7vw,5.5rem);line-height:.95;text-transform:uppercase}.store-hero p{max-width:720px;margin:0;color:#d0cbc3;font-size:1.05rem;line-height:1.75}.hero-seal{width:210px;height:210px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid rgba(197,155,95,.55);border-radius:50%;background:rgba(0,0,0,.5);box-shadow:0 0 70px rgba(197,155,95,.15)}.hero-seal i{margin-bottom:12px;color:var(--gold);font-size:3rem}.hero-seal small{margin-top:5px;color:#999}main{max-width:1220px;margin:0 auto;padding:42px 22px 90px}.flash{margin:0 0 20px;padding:14px 18px;border:1px solid;border-radius:6px}.flash.success{border-color:#3d7d59;background:#13251a;color:#a7e5bd}.flash.error{border-color:#8a4545;background:#2a1515;color:#ffb0b0}.login-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,430px);gap:45px;margin-bottom:42px;padding:30px;border:1px solid var(--line);border-radius:9px;background:var(--panel)}.login-card h2,.section-head h2{margin:7px 0 10px;font-size:clamp(1.6rem,4vw,2.3rem);text-transform:uppercase}.login-card p,.section-head p{margin:0;color:var(--muted);line-height:1.65}.login-card form{display:grid;gap:12px}.login-card label{display:grid;gap:7px;color:#d5d0ca;font-size:.8rem;font-weight:800}.login-card input{width:100%;padding:13px;border:1px solid #3a3732;border-radius:5px;background:#1d1d1d;color:#fff}.login-card button,.product-bottom button{padding:13px 16px;border:0;border-radius:5px;background:var(--gold);color:#17110b;font-weight:900;text-transform:uppercase;cursor:pointer}.account-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px;padding:15px 18px;border:1px solid rgba(77,189,139,.4);border-radius:7px;background:#12241a}.account-bar span{color:#9bdab9}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:25px 0 20px}.section-head p{max-width:660px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:var(--panel);box-shadow:0 12px 30px rgba(0,0,0,.22)}.product-card.featured{border-color:var(--gold)}.featured-label{position:absolute;z-index:2;top:12px;right:12px;padding:6px 9px;border-radius:999px;background:var(--gold);color:#17110b;font-size:.65rem;font-weight:900;text-transform:uppercase}.product-image{height:180px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#241c13,#181818) center/cover}.product-image i{color:var(--gold);font-size:4.2rem;filter:drop-shadow(0 8px 15px rgba(0,0,0,.5))}.product-body{padding:22px}.product-kind{color:var(--gold);font-size:.68rem;font-weight:900;text-transform:uppercase}.product-body h3{margin:8px 0 11px;font-size:1.35rem}.product-body p{min-height:76px;margin:0 0 22px;color:var(--muted);font-size:.91rem;line-height:1.6}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-bottom>strong{color:var(--gold);font-size:1.35rem}.product-bottom form{margin:0}.product-bottom button,.product-bottom a{display:inline-flex;padding:11px 13px;font-size:.7rem;text-decoration:none}.empty{padding:30px;border:1px dashed #45413c;border-radius:8px;color:#999;text-align:center}.orders{margin-top:60px}.order-row{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:10px;padding:18px;border:1px solid var(--line);border-radius:7px;background:var(--panel)}.order-row>div{display:flex;align-items:center;gap:14px}.order-row span{color:var(--muted);font-size:.82rem}.status{padding:6px 9px;border-radius:999px;background:#2b2824}.status-completed{background:#163423!important;color:#8de0ae!important}.status-failed{background:#3a1919!important;color:#ff9d9d!important}footer{display:flex;justify-content:space-between;gap:20px;padding:24px 5%;border-top:1px solid #333;background:#111;color:#777;font-size:.76rem}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-seal{display:none}.login-card{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.navbar,.nav-links,.section-head,.order-row,.order-row>div,footer{align-items:stretch;flex-direction:column}.navbar{padding:12px 18px}.nav-links{display:grid;grid-template-columns:1fr 1fr}.nav-links a,.nav-links button{text-align:center}.store-hero{min-height:330px;padding:48px 20px}.product-grid{grid-template-columns:1fr}.product-bottom{align-items:stretch;flex-direction:column}.product-bottom button{width:100%}.order-row>div{gap:7px}}
