:root{--ink:#07130f;--ink2:#10231c;--paper:#f3eee4;--paper2:#e5dccb;--gold:#b58a43;--text:#1c2924;--muted:#69736d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:"Songti SC","Noto Serif SC",serif}button,input,textarea{font:inherit}button,a{touch-action:manipulation}header{height:76px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:var(--ink);color:#eee6d7;border-bottom:1px solid #ffffff16;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand i{width:34px;height:34px;border:1px solid var(--gold);display:grid;place-items:center;color:#d0ae69;font-style:normal;transform:rotate(45deg)}.brand i::first-letter{transform:rotate(-45deg)}.brand span,.brand b,.brand small{display:block}.brand b{font-weight:400;letter-spacing:.16em}.brand small{color:#738179;font-size:9px;letter-spacing:.22em;margin-top:4px}.cart-open{border:1px solid #ffffff22;background:transparent;color:#ddd5c7;padding:10px 15px}.cart-open em{font-style:normal;color:#d1ad67}.hero{min-height:680px;padding:9vw 7vw;background:radial-gradient(circle at 72% 48%,#244638 0,#0c211a 31%,#06100d 68%);color:#eee7da;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden}.hero .eyebrow,.about>p,.section-head p,.tag{color:var(--gold);font:10px Arial;letter-spacing:.28em}.hero h1{font-size:clamp(52px,6vw,82px);font-weight:400;line-height:1.18;margin:26px 0}.hero>div>p:not(.eyebrow){max-width:560px;color:#a8b3ad;font-size:14px;line-height:2}.hero a{display:inline-block;margin-top:26px;padding:15px 24px;background:#c29a51;color:#0a1712;text-decoration:none;font-size:12px}.hero-seal{width:430px;height:430px;border:1px solid #b58a4355;border-radius:50%;margin:auto;position:relative;display:grid;place-items:center;animation:spin 80s linear infinite}.hero-seal:before,.hero-seal:after{content:"";position:absolute;inset:55px;border:1px solid #b58a4333;border-radius:50%}.hero-seal:after{inset:105px}.hero-seal b{font-size:46px;color:#d1b271;font-weight:400;animation:counter 80s linear infinite}.hero-seal span{position:absolute;width:38px;height:38px;display:grid;place-items:center;border:1px solid #b58a4344;border-radius:50%;color:#ae945f;background:#0b1c16}.hero-seal span:nth-child(1){top:-19px}.hero-seal span:nth-child(2){right:35px;top:35px}.hero-seal span:nth-child(3){right:-19px}.hero-seal span:nth-child(4){right:35px;bottom:35px}.hero-seal span:nth-of-type(5){bottom:-19px}.hero-seal span:nth-of-type(6){left:35px;bottom:35px}.hero-seal span:nth-of-type(7){left:-19px}.hero-seal span:nth-of-type(8){left:35px;top:35px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes counter{to{transform:rotate(-360deg)}}.promise{display:grid;grid-template-columns:repeat(3,1fr);background:#c9bda8;gap:1px}.promise div{padding:25px 5vw;background:#e8e0d2}.promise b,.promise small{display:block}.promise b{font-size:14px;font-weight:400}.promise small{margin-top:8px;color:#737b75;font-size:10px}.catalog,.about{padding:100px max(5vw,24px);max-width:1400px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #bcb2a3;padding-bottom:24px}.section-head h2,.about h2{font-size:38px;font-weight:400;margin:12px 0 0}.section-head>span{font-size:10px;color:#777f79}#categories{display:flex;gap:8px;margin:28px 0;overflow:auto}#categories button{white-space:nowrap;border:1px solid #b8ae9f;background:transparent;padding:10px 16px;color:#5e6862}#categories button.on{background:var(--ink2);color:#eee6d7}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product{background:#e8e0d3;border:1px solid #c7bdad;cursor:pointer;transition:.25s}.product:hover{transform:translateY(-4px);box-shadow:0 18px 35px #22372c1c}.product-visual,.detail-visual{aspect-ratio:1;background:#13271f;position:relative;display:grid;place-items:center;overflow:hidden}.product-visual:before,.detail-visual:before{content:"";width:52%;height:52%;border:1px solid #c49b514f;border-radius:50%;box-shadow:0 0 0 24px #c49b5108,0 0 0 48px #c49b5106}.product-visual:after,.detail-visual:after{content:attr(data-symbol);position:absolute;color:#d0ad68;font-size:45px}.product-copy{padding:20px}.product-copy small{color:#8a6a36}.product-copy h3{font-size:18px;font-weight:400;margin:10px 0 7px}.product-copy p{color:#707872;font-size:11px;min-height:28px}.product-copy strong,.product-detail strong{color:#805e2d;font-size:18px;font-weight:400}.about{max-width:none;background:var(--ink);color:#e9e1d4}.about>div{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff18;margin-top:50px}.about article{background:#0b1a15;padding:35px}.about article>b{color:#b58a43}.about h3{font-weight:400}.about article p{color:#8f9b95;font-size:12px;line-height:1.9}footer{padding:50px 6vw;background:#030907;color:#9aa49e}footer{display:grid;grid-template-columns:1fr 1fr;gap:25px}footer nav{text-align:right}footer nav a{color:#a8b1ac;text-decoration:none;margin-left:18px;font-size:11px}footer>p{grid-column:1/-1;border-top:1px solid #ffffff15;padding-top:20px;font-size:9px}.drawer,.modal{position:fixed;inset:0;z-index:100;display:none}.drawer.open,.modal.open{display:block}.drawer-mask,.modal-mask{position:absolute;inset:0;background:#020806c9}.drawer>section{position:absolute;right:0;top:0;bottom:0;width:min(440px,100%);background:var(--paper);padding:32px;overflow:auto}.close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:28px;color:#69736d}.cart-line{display:grid;grid-template-columns:1fr auto;gap:12px;border-bottom:1px solid #c8beae;padding:18px 0}.cart-line b,.cart-line small{display:block}.cart-line b{font-weight:400}.cart-line small{color:#7b827d;margin-top:6px}.qty{display:flex;align-items:center;gap:9px}.qty button{width:30px;height:30px;border:1px solid #b8ae9f;background:transparent}.totals{margin:24px 0}.totals span{display:flex;justify-content:space-between}.totals small{display:block;color:#777f79;margin-top:8px}.checkout{width:100%;border:0;background:var(--ink2);color:#eee6d7;padding:16px;letter-spacing:.1em}.modal{overflow:auto;padding:24px}.modal>section,.modal>form{position:relative;width:min(620px,100%);margin:4vh auto;background:var(--paper);padding:32px;z-index:1}.product-detail{width:min(520px,100%)!important}.product-detail h2{font-size:30px;font-weight:400;margin-bottom:7px}.product-detail>p:not(.tag){color:#6e7771}.description{margin:20px 0;color:#626c66;font-size:12px;line-height:1.9}.checkout-form{display:grid;gap:14px}.checkout-form h2{font-size:28px;font-weight:400;margin:0 0 10px}.checkout-form label{display:grid;gap:7px;font-size:11px;color:#58625c}.checkout-form input,.checkout-form textarea{width:100%;border:1px solid #b8ae9f;background:#f8f4ec;padding:13px;font-size:16px}.checkout-form textarea{min-height:80px}.address-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.checkout-form .agree{display:flex;align-items:flex-start}.agree input{width:auto}.agree a{color:#826335}.order-total{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid #c8beae}.form-error{display:none;background:#8d2c2410;color:#8d2c24;padding:10px;font-size:11px}.form-error.show{display:block}.pay-note{color:#858c87;line-height:1.6}.loading{color:#777}.policy{max-width:880px;margin:auto;padding:70px 24px}.policy h1{font-weight:400}.policy section{padding:30px 0;border-top:1px solid #c7bdad}.policy p,.policy li{font-size:13px;line-height:2;color:#58635d}.order-page{min-height:75vh}.order-card{background:#e7dfd1;padding:25px;margin-top:25px}.order-card code{font-size:12px}.status{color:#8a682f}@media(max-width:800px){header{height:66px;padding:0 18px}.hero{min-height:650px;padding:80px 20px 48px;grid-template-columns:1fr;align-content:end}.hero h1{font-size:43px}.hero-seal{position:absolute;width:300px;height:300px;right:-145px;top:85px;opacity:.32}.hero-seal span{display:none}.promise{grid-template-columns:1fr}.promise div{padding:18px 22px}.catalog,.about{padding:70px 18px}.section-head{display:block}.section-head>span{display:block;margin-top:10px}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-copy{padding:14px}.product-copy h3{font-size:15px}.product-copy p{font-size:10px}.about>div{grid-template-columns:1fr}.about article{padding:25px}footer{grid-template-columns:1fr;padding:40px 20px}footer nav{text-align:left}footer nav a{display:inline-block;margin:8px 14px 0 0}.address-row{grid-template-columns:1fr}.modal{padding:10px}.modal>section,.modal>form{margin:2vh auto;padding:28px 19px}}

