*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #8BA4B4;--bg-light: #9BB3C2;--bg-card: #ffffff;--bg-elevated: #f4f7f9;--navy: #1B2D45;--navy-dark: #122033;--gold: #C9A035;--gold-light: #E8C547;--gold-hover: #D4AF37;--text: #1B2D45;--text-muted: #4A6278;--text-on-dark: #ffffff;--border: rgba(27, 45, 69, .12);--shadow: 0 8px 32px rgba(27, 45, 69, .12);--shadow-lg: 0 16px 48px rgba(27, 45, 69, .16);--radius: 12px;--radius-lg: 20px;--radius-pill: 100px;--font: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--transition: .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.logo{display:flex;align-items:center;gap:12px}.logo__img{display:block;height:72px;width:auto;object-fit:contain}.logo--footer .logo__img{height:56px}.logo__tagline{font-size:9px;font-weight:600;letter-spacing:.06em;color:#fff9;text-transform:uppercase;line-height:1.3}.tire-tracks{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.tire-tracks__svg{width:100%;height:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-pill);font-size:14px;font-weight:700;letter-spacing:.02em;border:none;cursor:pointer;transition:var(--transition);white-space:nowrap;font-family:var(--font)}.btn--primary{background:var(--navy);color:var(--text-on-dark)}.btn--primary:hover{background:var(--navy-dark);transform:translateY(-1px);box-shadow:var(--shadow)}.btn--gold{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:var(--navy)}.btn--gold:hover{background:linear-gradient(135deg,#f0d060,var(--gold-hover));transform:translateY(-1px);box-shadow:0 8px 24px #c9a03559}.btn--outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn--outline:hover{background:var(--navy);color:var(--text-on-dark)}.btn--sm{padding:10px 20px;font-size:13px}.btn--full{width:100%}.input{width:100%;padding:14px 18px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:var(--font);font-size:14px;transition:var(--transition);outline:none}.input:focus{border-color:var(--gold);background:#fff;box-shadow:0 0 0 3px #c9a03526}.input::placeholder{color:var(--text-muted)}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.input--sm{max-width:70px}.section{padding:100px 0}.section__header{margin-bottom:56px}.section__header--row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.section__tag{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:12px}.section__tag--highlight{display:inline-block;font-size:13px;font-weight:800;color:var(--navy);background:linear-gradient(135deg,var(--gold-light),var(--gold));padding:8px 18px;border-radius:var(--radius-pill);box-shadow:0 4px 14px #c9a03566;border:1px solid rgba(255,255,255,.35)}.section__title{font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--navy)}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:var(--transition)}.header--scrolled{background:#ffffffeb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:12px 0;box-shadow:var(--shadow)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.header__logo-link{display:flex;align-items:center;flex-shrink:0;transition:var(--transition)}.header__logo-link:hover{opacity:.92;transform:translateY(-1px)}.header__nav{display:flex;align-items:center;justify-content:center;flex:1;min-width:0;gap:clamp(12px,1.8vw,28px)}.header__link{font-size:14px;font-weight:600;color:var(--text-muted);transition:var(--transition);white-space:nowrap}.header__link:hover{color:var(--navy)}.header__actions{display:flex;align-items:center;flex-shrink:0;gap:12px}.header__social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid var(--navy);color:var(--navy);background:#ffffff80;transition:var(--transition)}.header__social:hover{background:var(--navy);color:var(--text-on-dark)}.header__burger{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:4px}.header__burger span{display:block;width:24px;height:2px;background:var(--navy);transition:var(--transition)}.header__burger--open span:first-child{transform:rotate(45deg) translate(3px,3px)}.header__burger--open span:last-child{transform:rotate(-45deg) translate(3px,-3px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero__glow{position:absolute;border-radius:50%;filter:blur(120px)}.hero__glow--1{width:500px;height:500px;background:#fff3;top:-150px;right:-100px}.hero__glow--2{width:400px;height:400px;background:#1b2d4514;bottom:0;left:-100px}.hero__inner{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:36px;width:100%}.hero__content{min-width:0;width:100%}.hero__card{background:var(--bg-card);border-radius:var(--radius-lg);padding:32px;position:relative;box-shadow:var(--shadow-lg);width:100%;max-width:100%}.hero__tag{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--navy);margin-bottom:20px;opacity:.7}.hero__title{font-size:clamp(36px,5.5vw,56px);font-weight:900;line-height:1.2;letter-spacing:-.02em;margin-bottom:28px;color:var(--navy);display:flex;flex-direction:column;align-items:flex-start}.hero__title-line{display:block}.hero__title-line--typed{color:var(--gold);min-height:1.2em;min-width:14ch}.hero__title strong{color:var(--gold);font-weight:900}.hero__cursor{animation:blink 1s step-end infinite;font-weight:300;color:var(--navy)}@keyframes blink{50%{opacity:0}}.hero__desc{max-width:520px;margin-bottom:36px;margin-top:4px}.hero__desc-highlight{display:block;width:100%;box-sizing:border-box;font-size:16px;font-weight:500;color:var(--navy);line-height:1.75;padding:18px 22px;border-radius:var(--radius-lg);background:#ffffff8c;border:1px solid rgba(27,45,69,.22);box-shadow:0 4px 16px #1b2d451a}.hero__desc-highlight strong{font-weight:700;color:var(--navy-dark)}.hero__actions{display:flex;gap:16px;flex-wrap:wrap}.hero__card-title{font-size:24px;font-weight:800;line-height:1.3;margin-bottom:24px;color:var(--navy)}.hero__form{display:flex;flex-direction:column;gap:12px}.hero__form-row{display:grid;grid-template-columns:1fr auto 1fr auto 68px;align-items:center;gap:8px}.hero__form-row .input{min-width:0}.hero__form-row .input--sm{max-width:none;width:100%;padding-left:12px;padding-right:12px;text-align:center}.hero__form-sep{color:var(--text-muted);font-weight:700}.hero__card-note{font-size:12px;color:var(--text-muted);margin-top:16px;text-align:center}.hero__form-feedback{padding:20px;border-radius:var(--radius);font-size:15px;line-height:1.6}.hero__form-feedback--success{background:#c9a0351f;color:var(--navy);text-align:center}.hero__form-feedback-title{font-size:22px;font-weight:800;margin-bottom:8px}.hero__form-feedback--error{color:#b42318;background:#b4231814;margin:0;padding:12px 16px;font-size:14px}.hero__tire{display:none}.tire-visual{width:500px;height:500px;position:relative}.tire-visual__outer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:60px solid var(--navy);box-shadow:inset 0 0 40px #1b2d454d}.tire-visual__inner{position:absolute;top:80px;right:80px;bottom:80px;left:80px;border-radius:50%;border:3px dashed rgba(201,160,53,.4)}.tire-visual__hub{position:absolute;top:180px;right:180px;bottom:180px;left:180px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light),var(--gold));border:2px solid var(--navy)}.marquee{overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 0;background:var(--navy)}.marquee__track{display:flex;gap:40px;animation:marquee 30s linear infinite;width:max-content}.marquee__item{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#ffffffb3;white-space:nowrap}.marquee__dot{margin-left:40px;color:var(--gold)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:32px;transition:var(--transition);display:flex;flex-direction:column;box-shadow:var(--shadow)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.service-card__title{font-size:20px;font-weight:800;line-height:1.3;color:var(--navy)}.service-card__price{font-size:14px;font-weight:700;color:var(--gold);white-space:nowrap}.service-card__desc{font-size:14px;color:var(--text-muted);flex:1;margin-bottom:20px}.service-card__link{font-size:14px;font-weight:700;color:var(--navy);transition:var(--transition)}.service-card__link:hover{color:var(--gold)}.services__cta{text-align:center;margin-top:48px}.stats{padding:60px 0;background:var(--navy)}.stats__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:center}.stats__value{display:block;font-size:clamp(36px,5vw,56px);font-weight:900;letter-spacing:-.03em;color:var(--gold);line-height:1;margin-bottom:8px;white-space:nowrap}.stats__label{font-size:14px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.catalog{background:#ffffff47}.catalog__subtitle{margin-top:12px;font-size:15px;color:var(--text-muted)}.catalog__filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:0}.catalog__size-panel{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:20px 22px;margin-bottom:20px;display:flex;flex-direction:column;gap:16px}.catalog__field-label{display:block;margin-bottom:8px;font-size:12px;font-weight:600;color:var(--text-muted)}.catalog__season-toggle{display:inline-flex;width:fit-content;max-width:100%;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.catalog__season-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:120px;padding:12px 18px;border:none;background:transparent;color:var(--navy);font-family:var(--font);font-size:14px;font-weight:600;cursor:pointer;transition:var(--transition)}.catalog__season-btn+.catalog__season-btn{border-left:1px solid var(--border)}.catalog__season-btn:hover:not(.catalog__season-btn--active):not(:disabled){background:#1b2d450f;color:var(--navy)}.catalog__season-btn--active,.catalog__season-btn--active:hover{background:var(--bg-elevated);color:var(--navy)}.catalog__season-btn:disabled{opacity:.45;cursor:not-allowed}.catalog__season-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;line-height:0}.catalog__season-icon svg{display:block}.catalog__season-icon--all{position:relative;overflow:hidden}.catalog__season-icon-half{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.catalog__season-icon-half--winter{clip-path:inset(0 50% 0 0)}.catalog__season-icon-half--summer{clip-path:inset(0 0 0 50%)}.catalog__dims{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.catalog__dims--with-color,.catalog__dims--disk{grid-template-columns:repeat(3,1fr)}.catalog__dims--accessory{grid-template-columns:repeat(2,1fr)}.catalog__dim{display:flex;flex-direction:column;min-width:0}.catalog__select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:12px 40px 12px 14px;border:1px solid var(--border);border-radius:12px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234A6278' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;color:var(--navy);font-family:var(--font);font-size:14px;font-weight:600;outline:none;cursor:pointer;transition:var(--transition)}.catalog__select:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a03526}.catalog__toolbar{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.catalog__search{display:flex;flex-direction:column;gap:6px;min-width:min(100%,280px);flex:1;max-width:320px}.catalog__search-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.catalog__size-groups{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:0}.catalog__size-groups--all{margin-bottom:12px}.catalog__size-groups--toggle{margin-top:12px}.catalog__size-sections{display:flex;flex-direction:column;gap:16px}.catalog__size-section-title{margin:0 0 8px;font-size:13px;font-weight:700;color:var(--navy)}.catalog__chip{padding:8px 14px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg-card);color:var(--navy);font-family:var(--font);font-size:12px;font-weight:700;cursor:pointer;transition:var(--transition);white-space:normal;text-align:center;line-height:1.25}.catalog__chip:hover:not(.catalog__chip--active){border-color:var(--navy)}.catalog__chip--active,.catalog__chip--active:hover{background:var(--navy);border-color:var(--navy);color:#fff}.catalog__chip--group{animation:catalog-chip-in .28s cubic-bezier(.4,0,.2,1) both}.catalog__chip--more{color:var(--text-muted);border-style:solid}.catalog__chip--more:hover{border-color:var(--gold);color:var(--navy)}@keyframes catalog-chip-in{0%{opacity:0;transform:translateY(4px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.catalog__empty{padding:40px 24px;text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);color:var(--text-muted);box-shadow:var(--shadow)}.catalog__pagination{margin-top:32px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px}.catalog__pagination-info{font-size:14px;font-weight:600;color:var(--text-muted)}.catalog__pagination-controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.catalog__page-btn{min-width:40px;height:40px;padding:0 12px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg-card);color:var(--navy);font-family:var(--font);font-size:14px;font-weight:700;cursor:pointer;transition:var(--transition)}.catalog__page-btn:hover:not(:disabled):not(.catalog__page-btn--active){border-color:var(--navy)}.catalog__page-btn--active,.catalog__page-btn--active:hover{background:var(--navy);border-color:var(--navy);color:#fff}.catalog__page-btn:disabled{opacity:.35;cursor:not-allowed}.catalog__filter{padding:10px 20px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg-card);color:var(--navy);font-family:var(--font);font-size:13px;font-weight:600;cursor:pointer;transition:var(--transition)}.catalog__filter:hover:not(.catalog__filter--active){border-color:var(--navy)}.catalog__filter--active,.catalog__filter--active:hover{background:var(--navy);border-color:var(--navy);color:#fff}.catalog__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.shop-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);position:relative;box-shadow:var(--shadow);display:flex;flex-direction:column;height:100%}.shop-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.shop-card__labels{position:absolute;top:14px;left:14px;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:6px;max-width:calc(100% - 56px)}.shop-card__badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:var(--navy);padding:4px 10px;border-radius:var(--radius-pill)}.shop-card__stock{font-size:11px;font-weight:700;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,#1b3a5c,var(--navy));padding:5px 11px;border-radius:var(--radius-pill);box-shadow:0 6px 14px #0f233c38;white-space:nowrap}.shop-card__info-link{position:absolute;top:12px;right:12px;z-index:2;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;font-style:italic;font-family:Georgia,Times New Roman,serif;color:var(--navy);background:#ffffffeb;border:1px solid rgba(27,45,69,.18);box-shadow:0 2px 8px #1b2d451f;text-decoration:none;line-height:1}.shop-card__info-link:hover{background:#fff;border-color:var(--navy)}.shop-card__popup{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5}.shop-card__popup-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:#12203373;cursor:pointer}.shop-card__popup-panel{position:absolute;left:12px;right:12px;top:50%;transform:translateY(-50%);background:#fff;border-radius:14px;padding:20px 18px 16px;box-shadow:var(--shadow-lg);display:grid;gap:8px}.shop-card__popup-close{position:absolute;top:8px;right:10px;border:0;background:transparent;font-size:22px;line-height:1;color:var(--text-muted);cursor:pointer}.shop-card__popup-meta{margin:0;font-size:12px;font-weight:600;color:var(--text-muted)}.shop-card__popup-title{margin:0;font-size:16px;font-weight:800;color:var(--navy);padding-right:18px}.shop-card__popup-size,.shop-card__popup-price{margin:0;font-size:14px;color:var(--text)}.shop-card__popup-price{font-weight:800;color:var(--navy)}.shop-card__visual{height:168px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg-card) 100%);overflow:hidden}.shop-card__illustration{width:120px;height:120px}.shop-card__photo{width:100%;height:100%;object-fit:contain;padding:8px 10px 4px;display:block;mix-blend-mode:multiply}.shop-card__axle{margin:0 0 10px;padding:0;text-align:left;font-size:13px;font-weight:600;letter-spacing:0;text-transform:none;color:var(--navy);min-height:1.35em}.shop-card__info{padding:22px;display:flex;flex-direction:column;flex:1}.shop-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px;min-height:1.2em}.shop-card__category,.shop-card__season{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.shop-card__season{color:var(--gold)}.shop-card__title{min-height:calc(18px * 1.2 * 2);margin-bottom:10px;display:flex;flex-direction:column;justify-content:flex-start}.shop-card__brand{font-size:18px;font-weight:800;color:var(--navy);line-height:1.2;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.shop-card__model{font-size:14px;color:var(--text-muted);margin:2px 0 0;min-height:1.35em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-card__color{font-size:13px;font-weight:600;color:var(--navy);margin:0 0 10px;min-height:1.35em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-card__color:empty{visibility:hidden}.shop-card__size-picker{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;min-height:30px;align-content:flex-start}.shop-card__size-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--bg-elevated);color:var(--navy);font-size:11px;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;padding:6px 8px;border-radius:8px;cursor:pointer;transition:var(--transition);line-height:1.2}.shop-card__size-chip:hover{border-color:var(--navy)}.shop-card__size-chip--active{background:var(--navy);border-color:var(--navy);color:#fff}.shop-card__size-chip--more{border-style:solid;color:var(--text-muted);font-family:var(--font);font-weight:700}.shop-card__size-chip--more:hover{border-style:solid;border-color:var(--gold);color:var(--navy)}.shop-card__size{font-size:13px;color:var(--navy);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600;margin-bottom:12px}.shop-card__sizes{margin-bottom:16px;font-size:13px;color:var(--text-muted)}.shop-card__sizes summary{cursor:pointer;font-weight:600;color:var(--navy);list-style:none}.shop-card__sizes summary::-webkit-details-marker{display:none}.shop-card__sizes ul{margin-top:8px;padding-left:16px;display:grid;gap:4px}.shop-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-card__price-note{font-size:13px;font-weight:700;color:var(--text-muted)}.shop-card__price{font-size:18px;font-weight:800;color:var(--navy)}.shop-card__title-link{color:inherit;text-decoration:none}.shop-card__title-link:hover .shop-card__brand,.shop-card__title-link:hover .shop-card__model{color:var(--accent, #c45c26)}.shop-card__footer-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.shop-card__details{font-size:13px;font-weight:700;color:var(--navy);text-decoration:underline;text-underline-offset:3px}.shop-card__details:hover{color:var(--accent, #c45c26)}.catalog__seo-links{margin-top:10px;font-size:14px;font-weight:600}.catalog__seo-links a{color:var(--navy);text-decoration:underline;text-underline-offset:3px}.product-page{padding-top:48px}.product-page__inner{display:grid;gap:28px}.product-page__crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;color:var(--text-muted)}.product-page__crumbs a{color:var(--navy);text-decoration:none;font-weight:600}.product-page__crumbs a:hover{text-decoration:underline}.product-page__layout{display:grid;grid-template-columns:minmax(240px,420px) minmax(0,1fr);gap:40px;align-items:start}.product-page__visual{display:grid;place-items:center;min-height:280px;background:linear-gradient(160deg,#f7f8fa,#eef1f5);border-radius:16px;padding:24px}.product-page__photo{width:100%;max-height:360px;object-fit:contain;mix-blend-mode:multiply}.product-page__illustration{width:min(100%,280px)}.product-page__meta{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--text-muted)}.product-page__title{margin:0 0 16px;font-size:clamp(28px,4vw,40px);line-height:1.15;color:var(--navy)}.product-page__price{margin:0 0 24px;font-size:28px;font-weight:800;color:var(--navy)}.product-page__sizes-label{margin:0 0 10px;font-size:14px;font-weight:700;color:var(--text-muted)}.product-page__size-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.product-page__size-chip{display:inline-flex;flex-direction:column;gap:2px;padding:10px 14px;border-radius:12px;border:1px solid rgba(15,35,70,.15);background:#fff;color:var(--navy);text-decoration:none;font-size:14px;font-weight:700}.product-page__size-chip:hover,.product-page__size-chip--active{border-color:var(--navy);background:#0f23460a}.product-page__size-price{font-size:12px;font-weight:600;color:var(--text-muted)}.product-page__actions{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:768px){.product-page__layout{grid-template-columns:1fr;gap:24px}.shop-card__footer{flex-direction:column;align-items:stretch}.shop-card__footer-actions{justify-content:stretch}.shop-card__btn,.shop-card__details{text-align:center}}.shop-card__btn{font-size:13px;font-weight:700;padding:8px 16px;border-radius:var(--radius-pill);border:2px solid var(--navy);color:var(--navy);transition:var(--transition);white-space:nowrap}.shop-card__btn:hover{background:var(--navy);color:#fff}@media(max-width:1024px){.catalog__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.catalog__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.catalog__toolbar{flex-direction:column;align-items:stretch}.catalog__search{max-width:none}.catalog__dims{grid-template-columns:1fr}.catalog__season-toggle{width:100%}.catalog__season-btn{flex:1;min-width:0}.catalog__grid{grid-template-columns:1fr}.catalog__pagination{flex-direction:column;align-items:stretch}.catalog__pagination-controls{justify-content:center}}.request{background:#ffffff73}.request__inner{display:flex;flex-direction:column;gap:32px}.request__header{margin-bottom:0;text-align:left}.request__sub{font-size:16px;color:var(--text-muted);margin-top:12px}.request__form{background:var(--bg-card);border-radius:var(--radius-lg);padding:36px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--shadow-lg);width:100%}.request__interest{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:var(--radius);background:#1b2d450f;border:1px solid var(--border)}.request__interest-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:4px}.request__interest-title{font-size:16px;font-weight:800;color:var(--navy)}.request__interest-meta,.request__interest-sizes{margin-top:4px;font-size:13px;color:var(--text-muted)}.request__interest-sizes{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600;color:var(--navy)}.request__interest-clear{flex-shrink:0;border:none;background:transparent;color:var(--text-muted);font-family:var(--font);font-size:13px;font-weight:700;cursor:pointer;padding:4px 0}.request__interest-clear:hover{color:var(--navy)}.request__consent{display:flex;align-items:flex-start;gap:10px;margin-top:4px;font-size:13px;line-height:1.45;color:var(--navy);cursor:pointer}.request__consent input{margin-top:3px;flex-shrink:0;width:16px;height:16px;accent-color:var(--navy)}.request__consent a{font-weight:700;text-decoration:underline;text-underline-offset:2px}.request__policy{margin:0;font-size:13px}.request__policy a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.request__policy a:hover,.request__consent a:hover{color:var(--navy)}.about{background:#ffffff4d}.about__inner{display:flex;flex-direction:column;gap:48px;align-items:stretch}.about__content{min-width:0}.about__team{display:flex;flex-direction:column;gap:16px;min-width:0}.about__text{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:16px}.about__number{margin-top:40px;padding-top:40px;border-top:1px solid var(--border)}.about__number-value{display:block;font-size:64px;font-weight:900;letter-spacing:-.03em;color:var(--gold);line-height:1;white-space:nowrap}.about__number-label{font-size:14px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.team-card{display:flex;align-items:center;gap:20px;background:var(--bg-card);border-radius:var(--radius);padding:20px 24px;transition:var(--transition);box-shadow:var(--shadow)}.team-card__body{display:flex;flex-direction:column;gap:4px;min-width:0}.team-card__name{font-size:16px;font-weight:700;color:var(--navy);line-height:1.3}.team-card__role{font-size:13px;color:var(--text-muted);line-height:1.4}.team-card:hover{box-shadow:var(--shadow-lg)}.team-card__avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;flex-shrink:0}.team-card__exp{font-size:12px;color:var(--gold);font-weight:600;margin-top:2px}.contact{background:var(--navy);color:var(--text-on-dark)}.contact__schedule{display:flex;flex-direction:column;gap:6px}.contact__schedule-note{margin-top:10px;font-size:13px;line-height:1.6;color:#ffffffa6;font-weight:500;max-width:360px}.contact .section__tag--highlight{color:var(--navy)}.contact .section__title{color:var(--text-on-dark)}.contact__inner{text-align:left}.contact__details{margin:32px 0;display:flex;flex-direction:column;gap:24px}.contact__detail-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:4px}.contact__detail-value{font-size:18px;font-weight:700;color:var(--text-on-dark)}a.contact__detail-value:hover{color:var(--gold)}.contact .btn--outline{border-color:#fff6;color:var(--text-on-dark)}.contact .btn--outline:hover{background:var(--text-on-dark);color:var(--navy)}.legal-page{padding-top:120px;min-height:60vh}.legal-page__inner{max-width:800px}.legal-page__back{display:flex;align-items:center;gap:6px;width:fit-content;margin-bottom:40px;font-size:14px;font-weight:600;color:var(--text-muted);transition:var(--transition)}.legal-page__back:hover{color:var(--navy)}.legal-page__title{margin-bottom:32px}.legal-page__content{color:var(--text);font-size:15px;line-height:1.7}.legal-page__content h2{margin:32px 0 12px;font-size:18px;font-weight:700;color:var(--navy)}.legal-page__content p{margin:0 0 12px}.legal-page__content ul{margin:0 0 16px;padding-left:22px}.legal-page__content li{margin-bottom:6px}.footer{padding:40px 0;background:var(--navy-dark);color:#ffffffb3}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:nowrap}.footer__brand{flex-shrink:0}.footer__logo-link{display:inline-flex}.footer__copy{font-size:12px;color:#ffffff80;margin-top:10px}.footer__nav{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:10px;flex:1;min-width:0}.footer__nav-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 16px}.footer__nav a{font-size:12px;font-weight:600;color:#fff9;transition:var(--transition);white-space:nowrap}.footer__nav a:hover{color:var(--gold)}@media(min-width:1025px){.hero__desc{max-width:720px}}@media(max-width:1200px){.hero__inner{gap:40px}.footer__nav{gap:12px}.footer__nav a{font-size:11px}}@media(max-width:1024px){.section{padding:72px 0}.footer__nav{gap:10px}.footer__nav a{font-size:10.5px}.hero{min-height:auto;padding:110px 0 64px}.hero__inner{gap:36px}.hero__content{max-width:none}.hero__tire{display:none}.services__grid{grid-template-columns:repeat(2,1fr)}.about__inner{gap:40px}.stats__inner{grid-template-columns:repeat(3,1fr);gap:24px}.section__header{margin-bottom:40px}}@media(max-width:1100px){.header{padding:12px 0}.header--scrolled{padding:10px 0}.header__inner{display:flex;justify-content:space-between}.header__nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;flex:none;min-width:0;background:#8ba4b4fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;align-items:center;justify-content:center;gap:28px;z-index:99;padding:80px 24px 40px;overflow-y:auto}.header__nav--open{display:flex}.header__nav .header__link{font-size:22px;color:var(--navy);padding:4px 0}.header__nav-actions{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:12px;padding-top:24px;border-top:1px solid rgba(27,45,69,.12);width:100%;max-width:280px}.header__social--menu{display:flex}.header__nav-actions .btn{width:100%;min-height:48px}.header__actions{display:none}.header__burger{display:flex;z-index:101;min-width:44px;min-height:44px;align-items:center;justify-content:center}}@media(max-width:768px){.container{padding:0 16px}.section{padding:56px 0}.section__title{font-size:clamp(26px,7vw,36px)}.section__header{margin-bottom:32px}.logo__img{height:52px}.hero{padding:96px 0 48px}.hero__title{font-size:clamp(30px,8.5vw,42px);margin-bottom:20px}.hero__tag{font-size:11px;letter-spacing:.12em;margin-bottom:14px}.hero__desc{max-width:100%;margin-bottom:28px}.hero__desc-highlight{font-size:15px;padding:16px 18px}.hero__actions{flex-direction:column;gap:12px}.hero__actions .btn{width:100%;min-height:48px}.hero__card{width:100%;max-width:none;padding:24px 20px}.hero__card-title{font-size:20px;margin-bottom:20px}.hero__form-row{grid-template-columns:1fr;gap:10px}.hero__form-sep{display:none}.hero__form-row .input--sm{width:100%}.services__grid,.catalog__grid{grid-template-columns:1fr;gap:16px}.service-card{padding:24px 20px}.stats{padding:48px 0}.stats__inner{grid-template-columns:1fr;gap:28px}.stats__value{font-size:clamp(32px,10vw,44px)}.section__header--row{flex-direction:column;align-items:flex-start;gap:16px}.catalog__filters{width:100%;flex-wrap:wrap;overflow-x:visible;padding-bottom:0}.catalog__filter{flex-shrink:0;min-height:44px}.about__number-value{font-size:clamp(44px,12vw,56px)}.team-card{padding:16px 18px}.request__form{padding:24px 20px}.contact__details{margin:24px 0;gap:20px}.contact__detail-value{font-size:16px}.marquee__item{font-size:12px}.footer{padding:32px 0}.footer__inner{flex-direction:column;text-align:center;gap:20px;flex-wrap:wrap}.footer__brand{display:flex;flex-direction:column;align-items:center}.footer__nav{align-items:center;gap:12px}.footer__nav-row{justify-content:center}.footer__nav a{font-size:12px}.logo--footer .logo__img{height:48px}.btn{min-height:44px}}@media(max-width:480px){.container{padding:0 14px}.section{padding:48px 0}.logo__img{height:44px}.hero__form-row .input,.hero__form-row .input--sm{flex:1 1 100%}.hero__form-sep{display:none}.service-card__top{flex-direction:column;gap:8px}.shop-card__footer{flex-direction:column;align-items:flex-start;gap:12px}.shop-card__btn{width:100%;text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center}.about__inner{gap:32px}}@media(min-width:1101px){.header__nav-actions{display:none}}
