:root{--ink:#10233c;--muted:#607080;--gold:#b99857;--paper:#f7f5f0;--white:#fff;--line:#dce2e5}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}body{margin:0}.site-header{border-bottom:1px solid var(--line);z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f5f0f0;justify-content:space-between;align-items:center;height:92px;padding:0 max(5vw,24px);display:flex;position:sticky;top:0}.brand{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.brand-mark{border:6px solid var(--ink);border-radius:10px;place-items:center;width:46px;height:46px;font-weight:900;display:grid}.brand strong{letter-spacing:.02em;font-size:25px}.brand small{letter-spacing:.24em;text-transform:uppercase;font-size:9px;display:block}.site-header nav{gap:24px;display:flex}.site-header nav a{color:var(--ink);text-transform:uppercase;letter-spacing:.1em;font-size:13px;font-weight:700;text-decoration:none}.hero{background:radial-gradient(circle at 80% 30%,#e0d2b7,#0000 34%),linear-gradient(135deg,#f8f7f3,#e8edf0);flex-direction:column;justify-content:center;min-height:66vh;padding:12vh max(8vw,28px);display:flex}.hero h1{letter-spacing:-.06em;max-width:850px;margin:16px 0 28px;font-size:clamp(48px,8vw,110px);line-height:.92}.hero>p:last-child{max-width:650px;color:var(--muted);font-size:20px;line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--gold);font-size:11px;font-weight:800}.catalog-section{padding:90px max(5vw,24px)}.section-heading h2{margin:10px 0 42px;font-size:42px}.product-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.product-card{background:var(--white);border:1px solid var(--line);color:inherit;border-radius:18px;text-decoration:none;transition:all .2s;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #10233c18}.product-image{aspect-ratio:1;background:#e6e9e8;place-items:center;font-size:32px;font-weight:900;display:grid}.product-image img{object-fit:cover;width:100%;height:100%}.product-card>div:last-child{padding:22px}.product-card small{text-transform:uppercase;letter-spacing:.18em;color:var(--gold)}.product-card h3{margin:8px 0;font-size:25px}.product-card p{color:var(--muted);line-height:1.5}.empty{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:16px;padding:45px}.product-detail{grid-template-columns:1.2fr .8fr;min-height:calc(100vh - 92px);display:grid}.viewer-panel{background:linear-gradient(140deg,#dfe4e5,#f5f1e8);place-items:center;min-height:680px;display:grid}.model-viewer{width:100%;height:100%;min-height:680px}.product-copy{padding:10vh 7vw}.product-copy h1{margin:15px 0 25px;font-size:60px;line-height:1}.product-copy>p{color:var(--muted);line-height:1.7}.product-copy dl{margin:42px 0}.product-copy dl div{border-bottom:1px solid var(--line);justify-content:space-between;padding:15px 0;display:flex}dt{font-weight:700}dd{color:var(--muted);margin:0}.notice{border-left:3px solid var(--gold);padding-left:14px;font-size:13px}.admin-shell{max-width:1080px;min-height:70vh;margin:auto;padding:80px 24px}.login-card{border:1px solid var(--line);background:#fff;border-radius:18px;max-width:430px;margin:auto;padding:36px}.login-card h1{margin-top:8px}.login-card label{gap:8px;margin:18px 0;font-size:13px;font-weight:700;display:grid}.login-card input{border:1px solid var(--line);border-radius:9px;padding:13px}.login-card button{background:var(--ink);color:#fff;border:0;border-radius:9px;width:100%;padding:14px;font-weight:800}.form-error{color:#a22}.admin-title h1{margin-top:8px;font-size:48px}.admin-list{gap:16px;display:grid}.admin-list article{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:1fr 1fr;gap:20px;padding:24px;display:grid}.artifact-list{align-content:center;gap:8px;display:grid}.artifact-list a{color:var(--ink);font-weight:700}footer{text-align:center;letter-spacing:.22em;color:var(--muted);padding:35px;font-size:10px}@media (max-width:800px){.product-grid,.product-detail{grid-template-columns:1fr}.viewer-panel,.model-viewer{min-height:480px}.product-copy h1{font-size:44px}.admin-list article{grid-template-columns:1fr}.site-header nav a:last-child{display:none}}
