:root{color-scheme:dark;--bg:#141613;--text:#f4f1e9;--muted:#a6aaa0;--gold:#c4ad70;--line:#34392f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px}button,a,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,select{font:inherit}button,a,select{outline-offset:6px}button{cursor:pointer}header{height:110px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid #ffffff12;background:#151713}.brand{display:flex;align-items:center;gap:12px;font-size:13px;line-height:1.4;letter-spacing:2px}.seal{border:1px solid var(--gold);border-radius:50%;width:48px;height:48px;display:grid;place-items:center;color:var(--gold);font-family:serif;font-size:29px}nav{display:flex;gap:45px;font-size:15px}nav a:hover{color:var(--gold)}.bag{background:none;border:0;color:var(--text);font-size:15px}.bag span{display:inline-grid;place-items:center;background:var(--gold);color:#171911;width:25px;height:25px;border-radius:50%;margin-left:9px}.hero{min-height:730px;height:calc(100svh - 110px);max-height:960px;position:relative;overflow:hidden}.hero-image{position:absolute;inset:0;background:linear-gradient(90deg,#141613 0%,#141613d9 22%,#14161315 75%),url('hero.webp') center/cover}.hero-content{position:relative;padding:80px 0 55px 9%;width:70%}.eyebrow{font-size:12px;letter-spacing:3px;color:var(--gold);margin:0 0 26px;line-height:1.7}h1{font-size:clamp(46px,6.2vw,98px);line-height:1.13;letter-spacing:-2px;font-weight:400;margin:0 0 25px}h1 span{font-weight:200;letter-spacing:8px}.intro{color:#c6c9bd;line-height:1.8;font-size:17px}.gold-button{display:inline-flex;align-items:center;justify-content:space-between;gap:50px;background:var(--gold);color:#1e2119;padding:20px 29px;border:0;border-radius:40px;font-size:16px;margin-top:19px;transition:background .2s}.gold-button:hover{background:#ddc888}.hero-categories{display:flex;gap:38px;margin-top:65px;font-size:14px}.hero-categories a{border-top:1px solid #ffffff45;padding-top:15px}.hero-categories span{display:block;color:var(--gold);font-size:12px;margin-bottom:12px}.hero-note{position:absolute;right:40px;bottom:42px;letter-spacing:3px;font-size:11px;color:#bfc1b3;writing-mode:vertical-rl}.catalog{padding:85px 6% 100px;background:#1b1e18}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.section-heading h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(32px,3.5vw,50px);margin:0;line-height:1.2}.section-heading p:not(.eyebrow){color:var(--muted);line-height:1.8;font-size:15px;margin:0}.section-heading .eyebrow{margin-bottom:15px}.filters{display:flex;gap:10px;margin:38px 0 16px}.filters button{border:1px solid #49503e;color:#c7cabb;background:transparent;border-radius:24px;padding:11px 26px}.filters button.active{background:var(--gold);border-color:var(--gold);color:#171911}.demo{font-size:13px;line-height:1.6;color:#9ba18f}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:27px}.product-visual{height:240px;position:relative;background:#22281d;overflow:hidden}.product-visual img{width:100%;height:100%;object-fit:cover;filter:brightness(.85)}.product-visual .label{position:absolute;left:16px;top:16px;background:#191d16d9;border:1px solid #627149;color:#dddcca;padding:7px 11px;font-size:12px;letter-spacing:1px}.product h3{font-weight:400;font-size:23px;margin:22px 0 8px}.product p{color:var(--muted);font-size:14px;line-height:1.6;margin:0 0 20px;min-height:44px}.buy-row{display:flex;align-items:center;gap:12px;padding-top:17px;border-top:1px solid var(--line)}select{background:#1b1e18;color:var(--text);border:1px solid #4c5342;padding:9px;border-radius:4px;font-size:14px}.price{font-size:18px;margin-left:auto;white-space:nowrap}.add{width:41px;height:41px;border-radius:50%;border:1px solid var(--gold);background:transparent;color:var(--gold);font-size:24px}.add:hover{background:var(--gold);color:#171911}footer{padding:42px 6%;display:flex;align-items:center;justify-content:space-between;gap:30px}footer p{font-family:Georgia,serif;font-size:22px;color:#c5c9bd}footer>span{font-size:12px;color:#929989}dialog{background:#1b1e18;color:var(--text);border:1px solid #4c5342;border-radius:15px;padding:30px;width:min(520px,92vw);max-height:85svh}dialog::backdrop{background:#000b}.cart-head{display:flex;align-items:center;justify-content:space-between}.cart-head h2{font-family:Georgia,serif;font-weight:400}.cart-head button{border:0;background:none;color:var(--text);font-size:22px}.cart-row{padding:18px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px}.cart-row small{display:block;color:var(--muted);margin-top:8px}.cart-row button{color:var(--gold);background:transparent;border:0;padding:5px}.total{display:flex;justify-content:space-between;margin:28px 0;font-size:22px}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);padding:14px 22px;background:var(--gold);color:#171911;border-radius:30px;opacity:0;transition:.2s;pointer-events:none;z-index:5;white-space:nowrap;font-size:14px}#toast.show{opacity:1;transform:translate(-50%,0)}@media(min-width:1600px){.hero-content{padding-top:110px}}@media(max-width:800px){header{height:88px;padding:0 5%}.brand{font-size:11px;letter-spacing:1px}.seal{width:39px;height:39px;font-size:25px}nav{gap:18px;font-size:14px}.bag{font-size:0}.bag span{font-size:14px}.hero{height:auto;min-height:730px}.hero-content{width:100%;padding:65px 7% 40px}.hero-image{background-image:linear-gradient(90deg,#141613e8,#14161380),url('hero.webp');background-position:65% center;background-image:linear-gradient(90deg,#141613e8,#14161380),url('hero-mobile.webp')}.hero-categories{gap:22px;margin-top:70px;font-size:13px}.hero-note{display:none}.section-heading{display:block}.section-heading p:not(.eyebrow){margin-top:20px}.products{grid-template-columns:repeat(2,1fr);gap:28px 18px}.product-visual{height:210px}.catalog{padding:55px 5%}.buy-row{flex-wrap:wrap;gap:8px}.price{font-size:16px}footer{flex-wrap:wrap}footer p{font-size:18px}}@media(max-width:480px){nav{gap:13px;font-size:13px}.hero{min-height:680px}h1{font-size:43px;letter-spacing:-1px}.hero-content{padding-top:65px}.eyebrow{font-size:11px;letter-spacing:2px}.hero-categories{gap:19px}.products{grid-template-columns:1fr}.product-visual{height:290px}.product p{min-height:0}.product h3{margin-top:18px}footer{gap:18px}footer p{display:none}footer>span{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
