:root{--text: #141414;--muted: #646464;--line: #e6e1d8;--paper: #ffffff;--soft: #f7f4ed;--brand: #003a70;--brand-dark: #082f5d;--gold: #c8a743;--shadow: 0 24px 70px rgba(17, 17, 17, .08);--radius: 28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.site-shell{min-height:100vh}.container{width:min(1240px,calc(100% - 56px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#ffffffeb;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:92px}.header-menu{display:contents}.brand-link{display:inline-flex;align-items:center;gap:14px;font-weight:800;letter-spacing:.02em}.brand-logo{width:62px;height:62px;object-fit:contain}.brand-name{display:grid;gap:2px;line-height:1}.brand-name span:first-child{font-size:18px;text-transform:uppercase}.brand-name span:last-child{color:var(--muted);font-size:12px;font-weight:600;letter-spacing:0}.primary-nav,.category-nav{display:flex;align-items:center;justify-content:center;gap:26px}.primary-nav a,.category-nav a{color:var(--text);font-size:14px;font-weight:750;letter-spacing:.02em;text-transform:uppercase}.primary-nav a:hover,.category-nav a:hover{color:var(--brand)}.mobile-category-nav{display:none}.header-actions{display:flex;align-items:center;gap:18px}.phone-block{display:grid;gap:3px;text-align:right}.phone-block strong{font-size:18px;line-height:1.1}.phone-block span{color:var(--muted);font-size:14px}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);cursor:pointer;padding:0}.menu-toggle-icon,.menu-toggle-icon:before,.menu-toggle-icon:after{display:block;width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform .18s ease,background .18s ease}.menu-toggle-icon{position:relative}.menu-toggle-icon:before,.menu-toggle-icon:after{position:absolute;left:0;content:""}.menu-toggle-icon:before{top:-6px}.menu-toggle-icon:after{top:6px}.menu-toggle[aria-expanded=true] .menu-toggle-icon{background:transparent}.menu-toggle[aria-expanded=true] .menu-toggle-icon:before{transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle-icon:after{transform:translateY(-6px) rotate(-45deg)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:0;border-radius:10px;background:var(--brand);color:#fff;cursor:pointer;font-weight:800;padding:0 22px;transition:transform .14s ease,background .14s ease,box-shadow .14s ease}.button:hover{background:var(--brand-dark);box-shadow:0 12px 24px #003a702e}.button:active{transform:translateY(2px);box-shadow:none}.button.secondary{background:#171717;min-height:42px;padding:0 17px}.button.secondary:hover{background:#2a2a2a}.button.full{width:100%}.category-bar{border-bottom:1px solid var(--line);background:#fffffff0}.category-nav{min-height:56px;overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.hero{padding:96px 0}.hero-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);align-items:center;gap:104px}.eyebrow{color:var(--brand);font-size:12px;font-weight:850;letter-spacing:.16em;margin:0 0 20px;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(46px,5.2vw,74px);line-height:1.02;letter-spacing:0;margin-bottom:28px}.hero-copy{color:var(--muted);font-size:18px;line-height:1.65;max-width:520px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.info-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.info-card{min-height:176px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow);padding:26px}.info-card strong{display:block;font-size:18px;margin-bottom:12px}.info-card p{color:var(--muted);font-size:15.5px;line-height:1.62;margin-bottom:0}.catalog{padding:28px 0 92px}.section-heading{margin-bottom:72px;text-align:center}.section-heading h2{font-size:clamp(38px,5vw,68px);line-height:1;margin-bottom:14px}.section-heading p{color:var(--muted);font-size:18px}.category-section{scroll-margin-top:170px}.category-section+.category-section{margin-top:92px}.category-title{font-size:clamp(30px,4vw,52px);line-height:1.05;margin-bottom:44px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 52px}.product-grid.compact{grid-template-columns:repeat(2,minmax(0,380px));justify-content:center}.product-card{display:flex;flex-direction:column;min-width:0}.product-gallery{margin-bottom:26px}.product-media{aspect-ratio:1;overflow:hidden;border-radius:var(--radius);background:var(--soft)}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.product-card:hover .product-media img{transform:scale(1.035)}.product-thumbs{display:flex;gap:10px;margin-top:12px;min-height:58px}.product-thumb{width:58px;height:58px;border:2px solid transparent;border-radius:12px;background:var(--soft);cursor:pointer;overflow:hidden;padding:0;transition:border-color .14s ease,transform .14s ease}.product-thumb:hover,.product-thumb.is-active{border-color:var(--brand)}.product-thumb:active{transform:translateY(1px)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-card h3{font-size:25px;line-height:1.18;margin-bottom:20px}.spec-list{display:grid;gap:5px;min-height:82px;color:#2f2f2f;font-size:16px;line-height:1.28;margin:0 0 22px}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto}.price-note{color:#171717;font-size:16px;font-weight:800;white-space:nowrap}.form-section{background:#101010;color:#fff;padding:86px 0}.form-grid{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(420px,1.18fr);gap:70px;align-items:start}.footer-brand{display:grid;gap:26px}.footer-logo{width:128px;height:128px;object-fit:contain}.footer-brand h2{font-size:clamp(34px,4vw,52px);line-height:1.05;margin-bottom:10px}.footer-brand p{color:#cfcfcf;font-size:18px;line-height:1.55;max-width:440px}.contact-list{display:grid;gap:14px;color:#d7d7d7}.contact-list strong{color:#fff}.order-form{display:grid;gap:18px;border:1px solid #303030;border-radius:20px;background:#171717;padding:30px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:grid;gap:8px}.field.full{grid-column:1 / -1}.field label{color:#ededed;font-size:14px;font-weight:750}.field-hint{color:#a9a9a9;font-size:13px;line-height:1.45;margin:0}.field input,.field select,.field textarea{width:100%;border:1px solid #3b3b3b;border-radius:8px;background:#fff;color:#111;min-height:50px;padding:12px 14px}.field textarea{min-height:112px;resize:vertical}.form-note{color:#bdbdbd;font-size:14px;line-height:1.45}.privacy-check{display:grid;grid-template-columns:18px 1fr;gap:12px;align-items:start;color:#d8d8d8;font-size:13px;line-height:1.45}.privacy-check input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--brand)}.privacy-check a,.footer-links a,.legal-content a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.privacy-check a:hover,.footer-links a:hover{color:#fff}.legal-content a:hover{color:var(--brand)}.form-status{min-height:24px;color:#f1d27a;font-weight:750}.form-status.success{color:#8ee59b}.form-status.error{color:#ff9c9c}.site-footer{border-top:1px solid #242424;background:#101010;color:#bdbdbd;padding:24px 0 32px}.footer-bottom{display:flex;justify-content:space-between;gap:18px;font-size:14px}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px}.legal-page{background:#fbfaf7;color:var(--text)}.legal-header{border-bottom:1px solid var(--line);background:#ffffffeb}.legal-header .header-inner{grid-template-columns:auto auto;justify-content:space-between;min-height:82px}.legal-main{padding:70px 0 86px}.legal-content{max-width:860px;margin:0 auto}.legal-content h1{font-size:clamp(36px,5vw,58px);line-height:1.06;margin-bottom:16px}.legal-date{color:var(--muted);font-size:16px;margin-bottom:42px}.legal-content section{border-top:1px solid var(--line);padding-top:28px}.legal-content section+section{margin-top:30px}.legal-content h2{font-size:24px;line-height:1.2;margin-bottom:12px}.legal-content p,.legal-content li{color:#393939;font-size:17px;line-height:1.7}.legal-content ul{display:grid;gap:8px;margin:0;padding-left:22px}@media(max-width:1120px){.hero-grid,.form-grid{grid-template-columns:1fr;gap:54px}.hero{padding-top:70px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.header-inner{grid-template-columns:minmax(0,1fr) auto;gap:12px;min-height:72px;padding:10px 0}.brand-link{min-width:0}.brand-logo{width:52px;height:52px}.brand-name{min-width:0}.brand-name span:first-child{font-size:16px}.brand-name span:last-child{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.menu-toggle{display:inline-flex}.header-menu{display:grid;grid-column:1 / -1;width:100%;max-height:0;overflow:hidden;visibility:hidden;gap:16px;opacity:0;pointer-events:none;transition:max-height .22s ease,opacity .18s ease,padding .18s ease,visibility .18s ease}.header-menu.is-open{max-height:760px;visibility:visible;padding:4px 0 16px;opacity:1;pointer-events:auto}.primary-nav{align-items:stretch;flex-direction:column;justify-content:flex-start;gap:0;border-top:1px solid var(--line);padding-top:10px}.primary-nav a,.mobile-category-nav a{display:flex;align-items:center;min-height:44px;border-bottom:1px solid var(--line);letter-spacing:0}.primary-nav a{font-size:14px}.mobile-category-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.mobile-category-nav a{color:var(--muted);font-size:13px;font-weight:750}.category-bar{display:none}.header-actions{display:grid;grid-template-columns:1fr auto;width:100%;align-items:center;gap:14px}.phone-block{text-align:left}.phone-block strong{font-size:16px}.phone-block span{font-size:13px}.header-actions .button{min-height:44px;padding:0 16px;white-space:nowrap}.category-section{scroll-margin-top:96px}}@media(max-width:720px){.container{width:min(100% - 28px,1180px)}.header-actions{grid-template-columns:1fr;align-items:stretch}.header-actions .button{width:100%}.mobile-category-nav{grid-template-columns:1fr}.hero{padding:48px 0 70px}h1{font-size:clamp(38px,13vw,52px)}.hero-copy{font-size:18px}.hero-actions .button{width:100%}.legal-header .header-inner{grid-template-columns:1fr;justify-items:start}.legal-header .button{width:100%}.info-cards,.product-grid,.product-grid.compact,.form-row{grid-template-columns:1fr}.section-heading{margin-bottom:48px;text-align:left}.category-section+.category-section{margin-top:76px}.product-footer{align-items:stretch;flex-direction:column}.product-footer .button{width:100%}.order-form{padding:22px}.footer-bottom{flex-direction:column}.footer-links{justify-content:flex-start}.legal-main{padding:48px 0 64px}}
