* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    color: var(--color-text);
    background: var(--color-bg);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.main-content { min-height: 60vh; }
.muted { color: var(--color-muted); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0 0 8px; color: var(--color-primary); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: 72px 0; }
.section--compact { padding: 42px 0; }
.section--surface { background: var(--color-surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-heading h1, .section-heading h2 { margin: 0; font-size: clamp(27px, 4vw, 38px); line-height: 1.15; letter-spacing: -.035em; }
.section-heading p { margin: 8px 0 0; color: var(--color-muted); }
.section-link { color: var(--color-primary); font-weight: 750; white-space: nowrap; }
.section-link:hover { color: var(--color-primary-dark); }
.topbar { background: var(--color-footer); color: var(--color-footer-text); font-size: 13px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 20px; }
.topbar__location { display: flex; align-items: center; }
.location-button { padding: 0; color: inherit; background: transparent; border: 0; font-size: inherit; }
.location-button strong { color: white; text-decoration: underline; text-decoration-color: color-mix(in srgb, white 40%, transparent); text-underline-offset: 3px; }
.location-button:hover strong { text-decoration-color: white; }
.location-button--mobile { display: none; width: 100%; padding: 11px 0; color: var(--color-muted); text-align: left; }
.location-button--mobile strong { color: var(--color-primary); }
.topbar__links { display: flex; align-items: center; gap: 24px; }
.topbar__phone { font-size: 16px; font-weight: 750; letter-spacing: .01em; }
.topbar__email { font-size: 14px; font-weight: 600; }
.topbar__phone:hover, .topbar__email:hover { color: white; text-decoration: underline; text-underline-offset: 3px; }
.topbar__callback { min-height: 30px; padding: 0 12px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.34); border-radius: 9px; font-size: 12px; font-weight: 800; }
.topbar__callback:hover { background: rgba(255,255,255,.1); border-color: white; }
.site-header { position: sticky; z-index: 50; top: 0; background: color-mix(in srgb, var(--color-header) 94%, transparent); border-bottom: 1px solid var(--color-border); backdrop-filter: blur(18px); }
.header-main { display: grid; grid-template-columns: auto minmax(240px, 1fr) auto; align-items: center; gap: 34px; min-height: 82px; }
.logo { display: flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 900; letter-spacing: -.04em; white-space: nowrap; }
.logo__mark { display: grid; width: 39px; height: 39px; place-items: center; color: white; background: var(--color-primary); border-radius: 12px 12px 12px 4px; font-size: 18px; }
.logo__image { width: auto; max-width: 185px; height: 46px; object-fit: contain; }
.search { position: relative; }
.search input { width: 100%; height: 46px; padding: 0 88px 0 18px; background: var(--color-surface-alt); border: 1px solid transparent; border-radius: 14px; outline: none; transition: .2s; }
.search input:focus { background: var(--color-surface); border-color: var(--color-primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 14%, transparent); }
.search button[type="submit"] { position: absolute; top: 5px; right: 5px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; color: white; background: var(--color-primary); border: 0; border-radius: 10px; }
.search__voice { position: absolute; z-index: 2; top: 7px; right: 45px; display: grid; width: 32px; height: 32px; padding: 0; place-items: center; color: var(--color-muted); background: transparent; border: 0; border-radius: 9px; }
.search__voice:hover, .search__voice.is-listening { color: var(--color-primary); background: var(--color-primary-soft); }
.search__voice.is-listening { animation: voice-pulse 1s infinite alternate; }
.search__voice[hidden] { display: none; }
@keyframes voice-pulse { to { transform: scale(1.1); box-shadow: 0 0 0 5px color-mix(in srgb,var(--color-primary) 12%,transparent); } }
.search svg, .icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { position: relative; display: grid; width: 44px; height: 44px; place-items: center; background: var(--color-surface-alt); border: 1px solid var(--color-border); border-radius: 13px; }
.icon-button:hover { color: var(--color-primary); border-color: var(--color-primary); }
.icon-button__image { width: 22px; height: 22px; object-fit: contain; }
.icon-button__image--basket { width: 25px; }
.icon-button--custom { color: var(--icon-color); background: var(--icon-soft); border-color: var(--icon-border); }
.icon-button--custom .icon-button__image { display: none; }
.icon-button--custom::before { width: 21px; height: 21px; background: currentColor; content: ''; mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; }
.icon-button--favorite { --icon-color: #d93d61; --icon-soft: #fff2f5; --icon-border: #ffd9e2; }
.icon-button--favorite::before { mask-image: url('../images/icons/favorite.svg'); -webkit-mask-image: url('../images/icons/favorite.svg'); }
.icon-button--favorite:hover { color: #bd244a; background: #ffe8ee; border-color: #f4a9ba; }
.icon-button--compare { --icon-color: #5363d9; --icon-soft: #f1f3ff; --icon-border: #dce1ff; }
.icon-button--compare::before { mask-image: url('../images/icons/compare.svg'); -webkit-mask-image: url('../images/icons/compare.svg'); }
.icon-button--compare:hover { color: #3949b8; background: #e7eaff; border-color: #abb5f4; }
.icon-button--basket { --icon-color: white; --icon-soft: var(--color-primary); --icon-border: var(--color-primary); }
.icon-button--basket::before { width: 25px; mask-image: url('../images/icons/basket.svg'); -webkit-mask-image: url('../images/icons/basket.svg'); }
.icon-button--basket:hover { color: white; background: var(--color-primary-dark); border-color: var(--color-primary-dark); }
.cart-count { position: absolute; top: -7px; right: -7px; display: grid; min-width: 22px; height: 22px; padding: 0 5px; place-items: center; color: white; background: var(--color-accent); border: 2px solid var(--color-header); border-radius: 20px; font-size: 11px; font-weight: 900; }
.mobile-toggle { display: none; }
.main-nav { position: relative; overflow: visible; background: var(--color-surface); border-top: 1px solid var(--color-border); }
.main-nav__inner { display: flex; overflow: visible; align-items: center; min-height: 49px; gap: 34px; }
.main-nav a { font-size: 14px; font-weight: 750; }
.main-nav a:hover, .main-nav a.is-active { color: var(--color-primary); }
.catalog-menu { position: relative; display: flex; align-self: stretch; align-items: center; }
.main-nav__catalog { display: flex; padding: 0; align-items: center; gap: 8px; color: var(--color-primary); background: transparent; border: 0; font-size: 14px; font-weight: 800; white-space: nowrap; }
.main-nav__catalog-chevron { margin-left: 2px; font-size: 16px; transition: transform .18s; }
.main-nav__callback { display: none; padding: 11px 0; color: var(--color-primary); background: transparent; border: 0; text-align: left; font-size: 14px; font-weight: 800; }
.main-nav__personal { display: none; }
.catalog-menu.is-open .main-nav__catalog-chevron { transform: rotate(180deg); }
.catalog-menu__panel { position: absolute; z-index: 90; top: calc(100% - 1px); left: 0; width: min(720px, calc(100vw - 40px)); padding: 22px; visibility: hidden; opacity: 0; color: var(--color-text); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 0 0 20px 20px; box-shadow: 0 26px 60px rgba(15,23,42,.2); transform: translateY(-8px); pointer-events: none; transition: opacity .18s, transform .18s, visibility .18s; }
.catalog-menu:hover .catalog-menu__panel, .catalog-menu.is-open .catalog-menu__panel { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
.catalog-menu__head { display: flex; margin-bottom: 16px; align-items: center; justify-content: space-between; gap: 20px; }
.catalog-menu__head div { display: grid; gap: 3px; }
.catalog-menu__head strong { font-size: 19px; }
.catalog-menu__head span { color: var(--color-muted); font-size: 12px; }
.catalog-menu__head > a { color: var(--color-primary); white-space: nowrap; }
.catalog-menu__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.catalog-menu__category { display: grid; min-width: 0; padding: 14px; align-items: center; color: var(--color-text); background: var(--color-surface-alt); border: 1px solid transparent; border-radius: 14px; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; }
.catalog-menu__category:hover { color: var(--color-primary); background: var(--color-primary-soft); border-color: color-mix(in srgb, var(--color-primary) 25%, var(--color-border)); }
.catalog-menu__category > span:nth-child(2) { display: grid; min-width: 0; gap: 3px; }
.catalog-menu__category strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.catalog-menu__category small { color: var(--color-muted); font-size: 11px; }
.catalog-menu__category i { color: var(--color-primary); font-style: normal; }
.catalog-menu__icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--color-primary); background: var(--color-primary-soft); border-radius: 11px; font-size: 20px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0 0; color: var(--color-muted); font-size: 13px; }
.breadcrumbs a:hover { color: var(--color-primary); }
.breadcrumbs > :not(:last-child)::after { margin-left: 8px; color: var(--color-border); content: '/'; }
.breadcrumbs > [aria-current="page"] { color: var(--color-text); }
.hero { padding: 26px 0 40px; }
.slider { position: relative; overflow: hidden; min-height: 470px; color: white; background: var(--hero-gradient); border-radius: 28px; box-shadow: var(--shadow-md); }
.slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding: 62px 70px; visibility: hidden; opacity: 0; transform: translateX(3%); transition: opacity .55s ease, transform .55s ease, visibility .55s; }
.slide.is-active { visibility: visible; opacity: 1; transform: none; }
.slide__content { position: relative; z-index: 2; max-width: 590px; }
.slide__label { display: inline-flex; margin-bottom: 22px; padding: 8px 13px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); border-radius: 30px; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.slide h1, .slide h2 { margin: 0 0 18px; font-size: clamp(40px, 6vw, 68px); line-height: .98; letter-spacing: -.055em; }
.slide p { max-width: 510px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: 17px; }
.slide__art { position: relative; height: 100%; min-height: 320px; }
.slide__orb { position: absolute; top: 50%; left: 50%; width: 310px; height: 310px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transform: translate(-45%, -50%); box-shadow: inset 0 0 60px rgba(255,255,255,.14); }
.slide__product { position: absolute; z-index: 2; top: 50%; left: 50%; width: min(370px, 100%); max-height: 355px; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(8,15,37,.28)); transform: translate(-45%, -50%) rotate(3deg); }
.slide__shape { position: absolute; width: 90px; height: 90px; border: 16px solid rgba(255,255,255,.12); border-radius: 25px; transform: rotate(22deg); }
.slide__shape--one { top: 20px; right: 12px; }
.slide__shape--two { bottom: 15px; left: 0; width: 55px; height: 55px; border-width: 10px; }
.slider__dots { position: absolute; z-index: 4; bottom: 28px; left: 70px; display: flex; gap: 8px; }
.slider__dot { width: 9px; height: 9px; padding: 0; background: rgba(255,255,255,.36); border: 0; border-radius: 10px; transition: .2s; }
.slider__dot.is-active { width: 30px; background: white; }
.btn { display: inline-flex; min-height: 46px; padding: 0 22px; align-items: center; justify-content: center; gap: 9px; color: white; background: var(--color-primary); border: 1px solid var(--color-primary); border-radius: 13px; font-weight: 800; line-height: 1; transition: transform .18s, box-shadow .18s, background .18s; }
.btn:hover { background: var(--color-primary-dark); border-color: var(--color-primary-dark); box-shadow: 0 10px 24px color-mix(in srgb, var(--color-primary) 24%, transparent); transform: translateY(-1px); }
.btn:disabled, .add-to-cart:disabled { cursor: not-allowed; opacity: .45; box-shadow: none; transform: none; }
.btn--accent { background: var(--color-accent); border-color: var(--color-accent); }
.btn--accent:hover { background: var(--color-accent-dark); border-color: var(--color-accent-dark); }
.btn--light { color: #15203a; background: white; border-color: white; }
.btn--light:hover { color: #15203a; background: #f8fafc; border-color: #f8fafc; }
.btn--outline { color: var(--color-primary); background: transparent; }
.btn--outline:hover { color: white; }
.btn--danger { background: var(--color-danger); border-color: var(--color-danger); }
.btn--block { width: 100%; }
.btn--small { min-height: 38px; padding: 0 15px; border-radius: 10px; font-size: 13px; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 18px; box-shadow: var(--shadow-sm); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 20px 24px; }
.trust-item + .trust-item { border-left: 1px solid var(--color-border); }
.trust-item__icon { display: grid; flex: 0 0 42px; height: 42px; place-items: center; color: var(--color-primary); background: var(--color-primary-soft); border-radius: 12px; font-size: 20px; }
.trust-item strong { display: block; font-size: 14px; }
.trust-item span { color: var(--color-muted); font-size: 12px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; overflow: hidden; min-height: 168px; padding: 25px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 20px; box-shadow: var(--shadow-sm); transition: .22s; }
.category-card:hover { border-color: var(--color-primary); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.category-card__icon { display: grid; width: 54px; height: 54px; margin-bottom: 20px; place-items: center; color: var(--color-primary); background: var(--color-primary-soft); border-radius: 17px; font-size: 25px; }
.category-card strong { display: block; font-size: 18px; }
.category-card small { color: var(--color-muted); }
.category-card::after { position: absolute; top: -38px; right: -38px; width: 110px; height: 110px; background: var(--color-primary-soft); border-radius: 50%; content: ''; opacity: .55; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { position: relative; display: flex; overflow: hidden; min-width: 0; flex-direction: column; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 20px; box-shadow: var(--shadow-sm); transition: .24s; }
.product-card:hover { border-color: color-mix(in srgb, var(--color-primary) 60%, var(--color-border)); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.product-card__tools { position: absolute; z-index: 6; top: 18px; right: 18px; display: flex; align-items: flex-end; flex-direction: column; gap: 6px; }
.product-tool-button { display: grid; width: 35px; height: 35px; padding: 0; place-items: center; color: var(--color-muted); background: color-mix(in srgb, var(--color-surface) 94%, transparent); border: 1px solid var(--color-border); border-radius: 11px; box-shadow: 0 5px 14px rgba(15,23,42,.12); backdrop-filter: blur(8px); transition: .18s; }
.product-tool-button:hover { color: var(--color-primary); border-color: var(--color-primary); transform: translateY(-1px); }
.product-tool-button.is-active { color: white; background: var(--color-primary); border-color: var(--color-primary); }
.product-tool-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.product-tool-button img { width: 19px; height: 19px; object-fit: contain; }
.product-tool-button[data-toggle-favorite].is-active svg { fill: currentColor; }
.product-tool-button--icon { --tool-color: var(--color-primary); --tool-soft: var(--color-primary-soft); color: var(--tool-color); background: color-mix(in srgb, var(--tool-soft) 82%, white); border-color: color-mix(in srgb, var(--tool-color) 23%, var(--color-border)); }
.product-tool-button--icon img { display: none; }
.product-tool-button--icon::before { width: 19px; height: 19px; background: currentColor; content: ''; mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; }
.product-tool-button--favorite { --tool-color: #d93d61; --tool-soft: #fff0f4; }
.product-tool-button--favorite::before { mask-image: url('../images/icons/favorite.svg'); -webkit-mask-image: url('../images/icons/favorite.svg'); }
.product-tool-button--compare { --tool-color: #5363d9; --tool-soft: #eff1ff; }
.product-tool-button--compare::before { mask-image: url('../images/icons/compare.svg'); -webkit-mask-image: url('../images/icons/compare.svg'); }
.product-tool-button--icon:hover { color: var(--tool-color); background: var(--tool-soft); border-color: color-mix(in srgb, var(--tool-color) 48%, var(--color-border)); }
.product-tool-button--icon.is-active { color: white; background: var(--tool-color); border-color: var(--tool-color); }
.product-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 1.12 / 1; margin: 10px; background: var(--color-surface-alt); border-radius: 15px; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-card__media img { transform: scale(1.035); }
.badges { position: absolute; z-index: 3; top: 13px; right: 57px; left: 13px; display: flex; align-items: flex-start; flex-wrap: wrap; gap: 6px; }
.badge { padding: 5px 9px; color: white; background: var(--color-primary); border-radius: 8px; font-size: 10px; font-weight: 900; letter-spacing: .04em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.badge--new { background: var(--color-success); }
.badge--sale { background: var(--color-danger); }
.product-card__body { display: flex; flex: 1; padding: 9px 18px 18px; flex-direction: column; }
.product-card__category { margin-bottom: 6px; color: var(--color-muted); font-size: 12px; }
.product-card__title { margin: 0 0 13px; font-size: 16px; line-height: 1.32; }
.product-card__title a:hover { color: var(--color-primary); }
.product-rating { display: inline-flex; width: fit-content; align-items: center; gap: 6px; color: var(--color-muted); font-size: 12px; }
.product-rating:hover { color: var(--color-primary); }
.product-rating__stars { color: transparent; background: linear-gradient(90deg, #f6b817 var(--rating, 0%), var(--color-border) var(--rating, 0%)); background-clip: text; -webkit-background-clip: text; font-size: 15px; letter-spacing: 1px; line-height: 1; }
.product-rating--card { margin: -6px 0 12px; }
.product-rating--card strong { color: var(--color-text); }
.product-card__description, .product-card__meta { display: none; }
.product-card__description { margin: 0 0 16px; color: var(--color-muted); font-size: 13px; }
.product-card__meta { flex-wrap: wrap; gap: 8px 18px; color: var(--color-muted); font-size: 11px; }
.product-card__footer { display: flex; margin-top: auto; align-items: end; justify-content: space-between; gap: 10px; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.price__current { font-size: 19px; font-weight: 900; letter-spacing: -.025em; }
.price__old { color: var(--color-muted); font-size: 12px; text-decoration: line-through; }
.add-to-cart { display: grid; flex: 0 0 40px; width: 40px; height: 40px; padding: 0; place-items: center; color: white; background: var(--color-primary); border: 0; border-radius: 12px; }
.add-to-cart:hover { background: var(--color-primary-dark); transform: scale(1.04); }
.add-to-cart svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.add-to-cart img { display: none; }
.add-to-cart::before { width: 23px; height: 18px; background: white; content: ''; mask: url('../images/icons/basket.svg') center / contain no-repeat; -webkit-mask: url('../images/icons/basket.svg') center / contain no-repeat; }
.button-action-icon { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.promo { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; min-height: 300px; padding: 44px 56px; color: white; background: var(--hero-gradient); border-radius: 26px; }
.promo h2 { max-width: 550px; margin: 0 0 14px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.promo p { max-width: 500px; margin: 0 0 25px; color: rgba(255,255,255,.75); }
.promo__art { display: flex; justify-content: center; }
.promo__art img { width: min(330px, 100%); filter: drop-shadow(0 26px 25px rgba(0,0,0,.26)); transform: rotate(5deg) scale(1.1); }
.catalog-head { padding: 18px 0 24px; }
.catalog-head__row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.catalog-head h1 { margin: 4px 0 6px; font-size: clamp(34px, 5vw, 52px); letter-spacing: -.05em; }
.catalog-head p { margin: 0; color: var(--color-muted); }
.sort-control { display: flex; align-items: center; gap: 10px; color: var(--color-muted); font-size: 13px; }
.sort-control select { min-width: 190px; height: 44px; padding: 0 38px 0 14px; color: var(--color-text); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; }
.catalog-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 28px; padding-bottom: 70px; }
.sidebar { align-self: start; padding: 22px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 18px; box-shadow: var(--shadow-sm); }
.sidebar__section + .sidebar__section { padding-top: 22px; margin-top: 22px; border-top: 1px solid var(--color-border); }
.sidebar h3 { margin: 0 0 15px; font-size: 15px; }
.filter-list { display: grid; gap: 10px; }
.check { display: flex; align-items: center; gap: 10px; color: var(--color-muted); font-size: 14px; cursor: pointer; }
.check input { width: 17px; height: 17px; accent-color: var(--color-primary); }
.check:hover { color: var(--color-text); }
.range-value { display: flex; margin-top: 8px; justify-content: space-between; color: var(--color-muted); font-size: 12px; }
input[type="range"] { width: 100%; accent-color: var(--color-primary); }
.catalog-content { min-width: 0; }
.catalog-toolbar { display: flex; min-height: 42px; margin-bottom: 16px; align-items: center; justify-content: space-between; color: var(--color-muted); font-size: 13px; }
.catalog-toolbar__actions { display: flex; align-items: center; gap: 10px; }
.catalog-view-switch { display: flex; overflow: hidden; padding: 3px; gap: 2px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 11px; }
.catalog-view-switch button { display: flex; min-height: 34px; padding: 0 10px; align-items: center; gap: 6px; color: var(--color-muted); background: transparent; border: 0; border-radius: 8px; font-size: 11px; font-weight: 750; }
.catalog-view-switch button:hover { color: var(--color-primary); }
.catalog-view-switch button.is-active { color: white; background: var(--color-primary); }
.catalog-view-switch__icon { font-size: 15px; }
.filter-toggle { display: none; }
.catalog-content .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-content .catalog-products--list, .catalog-content .catalog-products--price { grid-template-columns: 1fr; }
.catalog-products--list .product-card { display: grid; grid-template-columns: 210px minmax(0, 1fr); }
.catalog-products--list .product-card__media { grid-row: 1; min-height: 184px; aspect-ratio: auto; }
.catalog-products--list .product-card__body { padding: 23px 24px 23px 14px; }
.catalog-products--list .product-card__description { display: block; max-width: 650px; }
.catalog-products--list .product-card__meta { display: flex; margin-bottom: 13px; }
.catalog-products--list .product-card:hover, .catalog-products--price .product-card:hover { transform: translateY(-2px); }
.catalog-products--price { gap: 8px; }
.catalog-products--price .product-card { display: grid; grid-template-columns: 88px minmax(0, 1fr); border-radius: 14px; }
.catalog-products--price .product-card__media { min-height: 68px; aspect-ratio: 1; margin: 8px; border-radius: 9px; }
.catalog-products--price .badges, .catalog-products--price .product-card__category, .catalog-products--price .product-card__description { display: none; }
.catalog-products--price .product-card__body { display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 12px 14px 12px 8px; align-items: center; gap: 3px 20px; }
.catalog-products--price .product-card__title { grid-column: 1; margin: 0; font-size: 14px; }
.catalog-products--price .product-card__meta { display: flex; grid-column: 1; }
.catalog-products--price .product-card__footer { grid-column: 2; grid-row: 1 / 3; min-width: 180px; margin: 0; align-items: center; }
.catalog-products--price .product-card__tools { top: 50%; right: 206px; align-items: center; flex-direction: row; transform: translateY(-50%); }
.empty-state { padding: 60px 20px; text-align: center; background: var(--color-surface); border: 1px dashed var(--color-border); border-radius: 18px; }
.empty-state__icon { font-size: 50px; }
.empty-state__icon img { width: 64px; height: 54px; margin: 0 auto; object-fit: contain; }
[data-cart-empty] .empty-state__icon img, [data-favorites-empty] .empty-state__icon img, [data-compare-empty] .empty-state__icon img { display: none; }
[data-cart-empty] .empty-state__icon::before, [data-favorites-empty] .empty-state__icon::before, [data-compare-empty] .empty-state__icon::before { display: block; width: 64px; height: 54px; margin: 0 auto; background: var(--empty-icon-color, var(--color-primary)); content: ''; mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; }
[data-cart-empty] .empty-state__icon::before { mask-image: url('../images/icons/basket.svg'); -webkit-mask-image: url('../images/icons/basket.svg'); }
[data-favorites-empty] .empty-state__icon { --empty-icon-color: #d93d61; }
[data-favorites-empty] .empty-state__icon::before { mask-image: url('../images/icons/favorite.svg'); -webkit-mask-image: url('../images/icons/favorite.svg'); }
[data-compare-empty] .empty-state__icon { --empty-icon-color: #5363d9; }
[data-compare-empty] .empty-state__icon::before { mask-image: url('../images/icons/compare.svg'); -webkit-mask-image: url('../images/icons/compare.svg'); }
.empty-state h2, .empty-state h3 { margin: 12px 0 8px; }
.empty-state p { margin: 0 0 22px; color: var(--color-muted); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 54px; padding: 26px 0 70px; }
.gallery { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 14px; }
.gallery__thumbs { display: grid; align-content: start; gap: 10px; }
.gallery__thumb { overflow: hidden; padding: 0; aspect-ratio: 1; background: var(--color-surface); border: 2px solid transparent; border-radius: 13px; }
.gallery__thumb.is-active { border-color: var(--color-primary); }
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery__main { overflow: hidden; aspect-ratio: 1.07; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 24px; }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.product-info { padding-top: 8px; }
.product-info h1 { margin: 12px 0 14px; font-size: clamp(32px, 4vw, 48px); line-height: 1.04; letter-spacing: -.05em; }
.product-code { color: var(--color-muted); font-size: 13px; }
.product-info__price { display: flex; margin: 25px 0 22px; align-items: baseline; gap: 13px; }
.product-info__price strong { font-size: 34px; letter-spacing: -.04em; }
.product-info__price del { color: var(--color-muted); }
.stock { display: inline-flex; align-items: center; gap: 7px; color: var(--color-success); font-size: 13px; font-weight: 750; }
.stock::before { width: 8px; height: 8px; background: currentColor; border-radius: 50%; content: ''; }
.stock--out { color: var(--color-danger); }
.product-info__lead { margin: 17px 0 24px; color: var(--color-muted); }
.product-rating--detail { margin-top: 14px; font-size: 13px; }
.product-rating--detail .product-rating__stars { font-size: 20px; }
.product-rating--detail strong { color: var(--color-text); }
.buy-row { display: flex; margin: 24px 0; gap: 12px; }
.quantity { display: grid; grid-template-columns: 38px 42px 38px; overflow: hidden; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 13px; }
.quantity button { padding: 0; background: transparent; border: 0; }
.quantity input { width: 100%; text-align: center; background: transparent; border: 0; outline: 0; -moz-appearance: textfield; }
.quantity input::-webkit-inner-spin-button { appearance: none; }
.buy-row .btn { flex: 1; }
.buy-row [data-add-to-cart] .button-action-icon { display: none; }
.buy-row [data-add-to-cart]::before { width: 22px; height: 18px; flex: 0 0 22px; background: currentColor; content: ''; mask: url('../images/icons/basket.svg') center / contain no-repeat; -webkit-mask: url('../images/icons/basket.svg') center / contain no-repeat; }
.product-list-actions { display: flex; flex-wrap: wrap; margin: -12px 0 24px; gap: 9px; }
.product-list-actions .btn.is-active { color: white; background: var(--color-primary); }
.product-list-actions .button-action-icon { display: none; }
.product-list-actions [data-toggle-favorite], .product-list-actions [data-toggle-compare] { --list-color: var(--color-primary); color: var(--list-color); border-color: color-mix(in srgb, var(--list-color) 34%, var(--color-border)); }
.product-list-actions [data-toggle-favorite] { --list-color: #d93d61; }
.product-list-actions [data-toggle-favorite]::before, .product-list-actions [data-toggle-compare]::before { width: 18px; height: 18px; flex: 0 0 18px; background: currentColor; content: ''; mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; }
.product-list-actions [data-toggle-favorite]::before { mask-image: url('../images/icons/favorite.svg'); -webkit-mask-image: url('../images/icons/favorite.svg'); }
.product-list-actions [data-toggle-compare]::before { mask-image: url('../images/icons/compare.svg'); -webkit-mask-image: url('../images/icons/compare.svg'); }
.product-list-actions [data-toggle-favorite]:hover, .product-list-actions [data-toggle-favorite].is-active { color: white; background: #d93d61; border-color: #d93d61; }
.product-list-actions [data-toggle-compare]:hover, .product-list-actions [data-toggle-compare].is-active { color: white; background: var(--color-primary); border-color: var(--color-primary); }
.product-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.product-perk { padding: 14px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 13px; font-size: 13px; }
.tabs { margin-bottom: 70px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 22px; }
.tabs__nav { display: flex; max-width: 100%; overflow-x: auto; gap: 5px; padding: 9px; border-bottom: 1px solid var(--color-border); scrollbar-width: thin; }
.tabs__nav .tabs__button { flex: 0 0 auto; }
.tabs__button { padding: 12px 18px; color: var(--color-muted); background: transparent; border: 0; border-radius: 11px; font-weight: 750; }
.tabs__button.is-active { color: var(--color-primary); background: var(--color-primary-soft); }
.tabs__panel { display: none; padding: 30px; }
.tabs__panel.is-active { display: block; }
.tabs__panel p { max-width: 820px; margin: 0; color: var(--color-muted); }
.product-description { max-width: 920px; color: var(--color-muted); line-height: 1.7; overflow-wrap: anywhere; }
.product-description > :first-child { margin-top: 0; }
.product-description > :last-child { margin-bottom: 0; }
.product-description p { max-width: none; margin: 0 0 1em; color: inherit; }
.product-description h2, .product-description h3, .product-description h4 { margin: 1.35em 0 .55em; color: var(--color-text); line-height: 1.25; }
.product-description h2 { font-size: 25px; }
.product-description h3 { font-size: 20px; }
.product-description h4 { font-size: 17px; }
.product-description ul, .product-description ol { padding-left: 24px; margin: 0 0 1em; }
.product-description li + li { margin-top: .35em; }
.product-description a { color: var(--color-primary); text-decoration: underline; text-underline-offset: 3px; }
.product-description blockquote { padding: 13px 18px; margin: 1em 0; background: var(--color-primary-soft); border-left: 3px solid var(--color-primary); border-radius: 10px; }
.product-description table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.product-description th, .product-description td { min-width: 120px; padding: 10px 12px; border: 1px solid var(--color-border); text-align: left; }
.product-description th { color: var(--color-text); background: var(--color-surface-alt); }
.product-description pre { max-width: 100%; overflow-x: auto; padding: 14px; background: var(--color-surface-alt); border-radius: 10px; }
.product-description code { padding: .12em .35em; background: var(--color-surface-alt); border-radius: 5px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.product-description pre code { padding: 0; background: transparent; }
.product-relations { padding-bottom: 70px; }
.product-relation-section + .product-relation-section { padding-top: 65px; }
.recently-viewed { padding-bottom: 70px; }
.recently-viewed[hidden] { display: none; }
.spec-table { width: min(100%, 760px); border-collapse: collapse; }
.spec-groups { display: grid; max-width: 820px; gap: 26px; }
.spec-group h3 { margin: 0 0 8px; font-size: 18px; }
.spec-table td { padding: 13px 10px; border-bottom: 1px solid var(--color-border); }
.spec-table td:first-child { width: 42%; color: var(--color-muted); }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; padding-bottom: 70px; }
.cart-list { display: grid; gap: 12px; }
.cart-item { display: grid; grid-template-columns: 108px minmax(0, 1fr) 118px 110px auto; align-items: center; gap: 20px; padding: 15px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 18px; }
.cart-item__image { overflow: hidden; width: 108px; aspect-ratio: 1; background: var(--color-surface-alt); border-radius: 13px; }
.cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item__name { margin: 0 0 6px; font-size: 16px; }
.cart-item__price { color: var(--color-muted); font-size: 13px; }
.cart-item__total { min-width: 110px; text-align: right; font-weight: 900; }
.remove-button { padding: 8px; color: var(--color-muted); background: transparent; border: 0; }
.remove-button:hover { color: var(--color-danger); }
.summary { align-self: start; position: sticky; top: 154px; padding: 24px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 19px; box-shadow: var(--shadow-sm); }
.summary h2 { margin: 0 0 20px; font-size: 21px; }
.summary__row { display: flex; margin: 11px 0; justify-content: space-between; color: var(--color-muted); }
.summary__total { display: flex; padding-top: 17px; margin: 17px 0 22px; justify-content: space-between; border-top: 1px solid var(--color-border); font-size: 19px; font-weight: 900; }
.form-card { padding: 28px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 20px; }
.form-card h2 { margin: 0 0 8px; }
.form-card > p { margin: 0 0 24px; color: var(--color-muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; padding: 11px 14px; color: var(--color-text); background: var(--color-surface-alt); border: 1px solid var(--color-border); border-radius: 12px; outline: none; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--color-primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 12%, transparent); }
.field__error { color: var(--color-danger); font-size: 12px; }
.order-success { max-width: 680px; padding: 80px 0 100px; margin: auto; text-align: center; }
.order-success__icon { display: grid; width: 84px; height: 84px; margin: 0 auto 22px; place-items: center; color: white; background: var(--color-success); border-radius: 50%; font-size: 38px; }
.order-success h1 { margin: 0 0 12px; font-size: 42px; letter-spacing: -.04em; }
.order-success p { margin: 0 0 25px; color: var(--color-muted); }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; display: flex; min-width: 280px; max-width: 390px; padding: 16px 18px; align-items: center; gap: 12px; color: white; background: #172033; border-radius: 14px; box-shadow: 0 18px 44px rgba(0,0,0,.26); opacity: 0; transform: translateY(20px); transition: .25s; pointer-events: none; }
.scroll-top { position: fixed; z-index: 86; bottom: 24px; left: 22px; display: grid; width: 48px; height: 48px; padding: 0; place-items: center; color: white; background: #111827; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; box-shadow: 0 14px 34px rgba(15,23,42,.24); transition: transform .18s, background .18s, box-shadow .18s; }
.scroll-top:hover { background: #000; box-shadow: 0 18px 40px rgba(15,23,42,.32); transform: translateY(-2px); }
.scroll-top:focus-visible { outline: 3px solid color-mix(in srgb, var(--color-primary) 42%, transparent); outline-offset: 3px; }
.scroll-top svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; }
.toast.is-visible { opacity: 1; transform: none; }
.toast__icon { color: #6ee7b7; font-size: 20px; }
.site-footer { padding: 58px 0 22px; color: var(--color-footer-text); background: var(--color-footer); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .72fr .82fr .82fr 1fr; gap: 34px; }
.site-footer .logo { margin-bottom: 17px; color: white; }
.footer-about { max-width: 300px; color: var(--color-footer-text); font-size: 14px; }
.footer-title { margin: 3px 0 18px; color: white; font-size: 14px; }
.footer-links { display: grid; gap: 10px; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: grid; padding-top: 24px; margin-top: 40px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; grid-template-columns: auto 1fr auto; gap: 24px; }
.footer-bottom__links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 16px; }
.footer-bottom__links a, .footer-bottom__links button { text-decoration: underline; text-underline-offset: 3px; }
.footer-platform { white-space: nowrap; }
.footer-link-button { padding: 0; color: inherit; background: transparent; border: 0; text-align: left; }
.footer-link-button:hover { color: white; }
.messenger-widget { position: fixed; z-index: 85; right: 22px; bottom: 88px; display: flex; padding: 9px 10px 9px 14px; align-items: center; gap: 11px; color: var(--color-text); background: color-mix(in srgb, var(--color-surface) 96%, transparent); border: 1px solid var(--color-border); border-radius: 18px; box-shadow: 0 18px 45px rgba(15,23,42,.2); backdrop-filter: blur(16px); }
.messenger-widget__title { max-width: 130px; font-size: 12px; font-weight: 800; }
.messenger-widget__links { display: flex; gap: 7px; }
.messenger-button { display: grid; width: 40px; min-width: 40px; height: 40px; overflow: hidden; padding: 0; place-items: center; color: white; background: transparent; border-radius: 12px; font-size: 11px; font-weight: 950; letter-spacing: -.02em; box-shadow: 0 7px 16px rgba(15,23,42,.16); transition: transform .18s, filter .18s; }
.messenger-button img { display: block; width: 100%; height: 100%; object-fit: contain; }
.messenger-button:hover { filter: brightness(.94); transform: translateY(-2px); }
.quick-filter-links { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 17px; }
.quick-filter-links a { padding: 8px 13px; color: var(--color-primary); background: var(--color-primary-soft); border: 1px solid color-mix(in srgb, var(--color-primary) 20%, var(--color-border)); border-radius: 999px; font-size: 12px; font-weight: 800; }
.quick-filter-links a:hover { color: white; background: var(--color-primary); }
.cart-minimum { padding: 10px 12px; margin: 12px 0; color: var(--color-danger); background: color-mix(in srgb, var(--color-danger) 9%, var(--color-surface)); border-radius: 10px; font-size: 12px; }
.checkout-section-title { padding-top: 24px; margin-top: 26px; border-top: 1px solid var(--color-border); }
.choice-list { display: grid; gap: 10px; }
.choice-card { position: relative; display: block; cursor: pointer; }
.choice-card > input { position: absolute; opacity: 0; }
.choice-card__body { display: block; padding: 15px 16px; background: var(--color-surface-alt); border: 2px solid transparent; border-radius: 13px; transition: .18s; }
.choice-card > input:checked + .choice-card__body { border-color: var(--color-primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 10%, transparent); }
.choice-card__body strong { display: flex; justify-content: space-between; gap: 18px; }
.choice-card__body strong span { color: var(--color-primary); white-space: nowrap; }
.choice-card__body small { display: block; margin-top: 4px; color: var(--color-muted); }
.consent-check { align-items: flex-start; margin-top: 18px; font-size: 12px; }
.consent-check a { color: var(--color-primary); text-decoration: underline; }
.cookie-banner { position: fixed; z-index: 120; right: 20px; bottom: 20px; left: 20px; }
.cookie-banner__content { display: flex; width: min(1120px, 100%); padding: 20px 22px; margin: auto; align-items: center; justify-content: space-between; gap: 24px; color: var(--color-text); background: color-mix(in srgb, var(--color-surface) 96%, transparent); border: 1px solid var(--color-border); border-radius: 18px; box-shadow: 0 24px 70px rgba(15,23,42,.25); backdrop-filter: blur(18px); }
.cookie-banner__content strong { font-size: 16px; }
.cookie-banner__content p { max-width: 680px; margin: 4px 0 0; color: var(--color-muted); font-size: 12px; }
.cookie-banner__content p a { color: var(--color-primary); text-decoration: underline; }
.cookie-banner__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-modal { position: fixed; z-index: 140; inset: 0; display: grid; padding: 20px; place-items: center; }
.cookie-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(15,23,42,.62); border: 0; }
.cookie-modal__card { position: relative; z-index: 1; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 26px; background: var(--color-surface); border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.cookie-modal__head { display: flex; margin-bottom: 18px; align-items: flex-start; justify-content: space-between; gap: 20px; }
.cookie-modal__head h2 { margin: 0; }
.cookie-modal__close { width: 36px; height: 36px; padding: 0; background: var(--color-surface-alt); border: 1px solid var(--color-border); border-radius: 10px; font-size: 23px; }
.cookie-option { display: flex; padding: 15px 0; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--color-border); }
.cookie-option p { margin: 3px 0 0; color: var(--color-muted); font-size: 12px; }
.cookie-option input { width: 21px; height: 21px; flex: 0 0 auto; accent-color: var(--color-primary); }
.cookie-modal__actions { display: flex; padding-top: 18px; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--color-border); }
.cookie-modal__actions a { color: var(--color-primary); font-size: 12px; font-weight: 750; }
body.has-cookie-modal { overflow: hidden; }
.location-modal { position: fixed; z-index: 150; inset: 0; display: grid; padding: 20px; place-items: center; }
.location-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(15,23,42,.62); border: 0; }
.location-modal__card { position: relative; z-index: 1; width: min(500px, 100%); padding: 27px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.location-modal__head { display: flex; margin-bottom: 10px; align-items: flex-start; justify-content: space-between; gap: 20px; }
.location-modal__head h2 { margin: 0; font-size: 29px; }
.location-modal__head + p { margin: 0 0 20px; color: var(--color-muted); font-size: 13px; }
.location-modal__close { width: 36px; height: 36px; padding: 0; background: var(--color-surface-alt); border: 1px solid var(--color-border); border-radius: 10px; font-size: 23px; }
.location-modal__actions { display: flex; margin-top: 17px; justify-content: flex-end; gap: 9px; }
.location-modal__message { min-height: 20px; margin-top: 8px; font-size: 12px; }
.location-modal__message.is-error { color: var(--color-danger); }
.location-modal__message.is-success { color: var(--color-success); }
body.has-location-modal { overflow: hidden; }
.callback-modal__card { max-height: calc(100vh - 40px); overflow-y: auto; }
.callback-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.callback-modal__notice { padding: 12px 14px; margin: 0 0 17px; border-radius: 11px; font-size: 13px; }
.callback-modal__notice--success { color: #166534; background: #dcfce7; }
.callback-modal__notice--error { color: #991b1b; background: #fee2e2; }
.callback-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
body.has-callback-modal { overflow: hidden; }
.legal-page { padding: 35px 0 80px; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 30px; }
.legal-document { padding: clamp(24px, 5vw, 54px); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 22px; box-shadow: var(--shadow-sm); }
.legal-document h1 { margin: 0 0 7px; font-size: clamp(32px, 5vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.legal-document h2 { margin: 34px 0 12px; font-size: 22px; }
.legal-updated { margin: 0 0 30px; color: var(--color-muted); font-size: 12px; }
.legal-prose, .legal-document > p { color: var(--color-muted); }
.legal-table { display: grid; border: 1px solid var(--color-border); border-radius: 14px; }
.legal-table > div { display: grid; grid-template-columns: 150px 1fr; padding: 14px; gap: 16px; }
.legal-table > div + div { border-top: 1px solid var(--color-border); }
.legal-table span { color: var(--color-muted); }
.legal-details { display: grid; grid-template-columns: 110px 1fr; gap: 10px; }
.legal-details dt { color: var(--color-muted); }
.legal-details dd { margin: 0; }
.legal-sidebar { position: sticky; top: 150px; padding: 20px; background: var(--color-primary-soft); border: 1px solid color-mix(in srgb, var(--color-primary) 20%, var(--color-border)); border-radius: 16px; }
.legal-sidebar p { margin: 7px 0 0; color: var(--color-muted); font-size: 13px; }
.status-message { display: none; padding: 12px 14px; margin-bottom: 16px; border-radius: 11px; font-size: 13px; }
.status-message.is-visible { display: block; }
.status-message--error { color: #991b1b; background: #fee2e2; }
.status-message--success { color: #166534; background: #dcfce7; }
.order-payment-state { display: grid; width: min(520px,100%); padding: 15px 18px; margin: 20px auto; gap: 4px; color: #1e40af; background: #dbeafe; border-radius: 13px; text-align: left; }
.order-payment-state span { font-size: 13px; line-height: 1.45; }
.order-payment-state--paid { color: #166534; background: #dcfce7; }
.order-payment-state--failed { color: #991b1b; background: #fee2e2; }
.order-payment-state--authorized { color: #854d0e; background: #fef9c3; }
.account-auth { padding: 36px 0 90px; }
.account-auth__card { width: min(620px, 100%); margin: auto; }
.account-auth__card h1 { margin: 0 0 8px; font-size: clamp(34px, 5vw, 48px); line-height: 1.05; letter-spacing: -.045em; }
.account-auth__alternate { padding-top: 18px; margin-top: 20px; color: var(--color-muted); border-top: 1px solid var(--color-border); text-align: center; font-size: 13px; }
.account-auth__alternate a { color: var(--color-primary); font-weight: 800; }
.account-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.account-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: start; gap: 28px; }
.account-profile { position: sticky; top: 150px; }
.account-profile dl { display: grid; grid-template-columns: 88px 1fr; margin: 22px 0; gap: 10px; font-size: 13px; }
.account-profile dt { color: var(--color-muted); }
.account-profile dd { margin: 0; overflow-wrap: anywhere; font-weight: 700; }
.account-orders > h2 { margin: 0 0 16px; }
.account-order { overflow: hidden; margin-bottom: 12px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 17px; box-shadow: var(--shadow-sm); }
.account-order__head, .account-order__total { display: flex; padding: 16px 18px; align-items: center; justify-content: space-between; gap: 16px; }
.account-order__head { border-bottom: 1px solid var(--color-border); }
.account-order__head strong, .account-order__head span { display: block; }
.account-order__head div > span { color: var(--color-muted); font-size: 11px; }
.account-order__items { display: grid; padding: 14px 18px; gap: 5px; color: var(--color-muted); font-size: 13px; }
.account-order__total { background: var(--color-surface-alt); font-size: 13px; }
.account-order__total strong { font-size: 17px; }
.product-list-page { min-height: 62vh; }
.compare-table-wrap { overflow: auto; padding-bottom: 8px; border: 1px solid var(--color-border); border-radius: 20px; box-shadow: var(--shadow-sm); }
.compare-table { width: 100%; min-width: 720px; border-collapse: separate; border-spacing: 0; background: var(--color-surface); table-layout: fixed; }
.compare-table th, .compare-table td { min-width: 180px; padding: 15px 17px; border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); text-align: left; vertical-align: top; }
.compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: 0; }
.compare-table th:last-child, .compare-table td:last-child { border-right: 0; }
.compare-table .compare-label { position: sticky; z-index: 2; left: 0; width: 185px; min-width: 185px; color: var(--color-muted); background: var(--color-surface-alt); font-size: 12px; }
.compare-table thead .compare-label { z-index: 4; }
.compare-product { position: relative; padding: 15px !important; background: var(--color-surface); }
.compare-product__image { display: block; overflow: hidden; width: 100%; aspect-ratio: 1.25; margin-bottom: 11px; background: var(--color-surface-alt); border-radius: 13px; }
.compare-product__image img { width: 100%; height: 100%; object-fit: cover; }
.compare-product__name { display: block; padding-right: 32px; font-size: 14px; line-height: 1.3; }
.compare-product__name:hover { color: var(--color-primary); }
.compare-product__price { display: block; margin-top: 8px; font-size: 18px; }
.compare-product .product-tool-button { position: absolute; top: 12px; right: 12px; }
.compare-table td.is-different { color: var(--color-text); background: color-mix(in srgb, var(--color-accent) 10%, var(--color-surface)); font-weight: 750; }
.product-feedback { padding-bottom: 70px; scroll-margin-top: 150px; }
.product-feedback + .product-feedback { padding-top: 10px; }
.feedback-heading { display: flex; margin-bottom: 22px; align-items: end; justify-content: space-between; gap: 20px; }
.feedback-heading h2 { margin: 0; font-size: clamp(28px, 4vw, 38px); line-height: 1.1; letter-spacing: -.035em; }
.rating-summary { display: flex; align-items: center; gap: 12px; }
.rating-summary > strong { font-size: 38px; line-height: 1; }
.rating-summary small { display: block; margin-top: 5px; color: var(--color-muted); }
.feedback-count { display: grid; min-width: 46px; height: 46px; padding: 0 10px; place-items: center; color: white; background: var(--color-primary); border-radius: 14px; font-weight: 900; }
.feedback-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 25px; }
.feedback-list { display: grid; gap: 12px; }
.feedback-empty { padding-block: 42px; }
.review-card, .question-card { padding: 20px 22px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 17px; box-shadow: var(--shadow-sm); }
.review-card__head, .question-card__author { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.review-card__head strong, .review-card__head time, .question-card__author strong, .question-card__author time { display: block; }
.review-card time, .question-card time { margin-top: 2px; color: var(--color-muted); font-size: 11px; }
.review-card > p, .question-card > p { margin: 15px 0 0; color: var(--color-muted); }
.review-stars { color: #f6b817; font-style: normal; white-space: nowrap; }
.review-stars i { color: var(--color-border); font-style: normal; }
.feedback-form-card { position: sticky; top: 150px; }
.feedback-form-card h3 { margin: 0 0 5px; font-size: 21px; }
.feedback-form-card > p { margin-bottom: 18px; }
.feedback-form-card form { display: grid; gap: 16px; }
.feedback-login { padding: 15px; background: var(--color-surface-alt); border-radius: 12px; }
.feedback-login p { margin: 0 0 13px; color: var(--color-muted); font-size: 13px; }
.rating-input { display: flex; width: fit-content; padding: 0; margin: 0; flex-direction: row-reverse; border: 0; }
.rating-input legend { margin-bottom: 6px; color: var(--color-text); font-size: 13px; font-weight: 750; }
.rating-input input { position: absolute; opacity: 0; }
.rating-input label { color: var(--color-border); font-size: 31px; line-height: 1; cursor: pointer; transition: .15s; }
.rating-input label:hover, .rating-input label:hover ~ label, .rating-input input:checked ~ label, .rating-input input:focus-visible + label { color: #f6b817; }
.rating-input input:focus-visible + label { outline: 2px solid var(--color-primary); outline-offset: 2px; }
.question-answer { padding: 15px 17px; margin-top: 16px; background: var(--color-primary-soft); border-left: 3px solid var(--color-primary); border-radius: 11px; }
.question-answer p { margin: 5px 0 0; color: var(--color-muted); }

@media (max-width: 1000px) {
    .header-main { grid-template-columns: auto 1fr auto; gap: 20px; }
    .main-nav__inner { gap: 22px; }
    .slide { grid-template-columns: 1.15fr .85fr; padding: 50px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .catalog-content .product-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--color-border); }
    .trust-item:nth-child(4) { border-top: 1px solid var(--color-border); }
    .category-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; gap: 32px; }
    .footer-grid > :last-child { grid-column: auto; }
    .footer-bottom { grid-template-columns: 1fr auto; }
    .footer-bottom__links { grid-column: 1 / -1; grid-row: 1; justify-content: flex-start; }
    .feedback-layout { grid-template-columns: minmax(0, 1fr) 310px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1180px); }
    .topbar { display: none; }
    .header-main { position: relative; min-height: 70px; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
    .header-main > .logo { min-width: 0; overflow: hidden; }
    .header-main > .logo .logo__image { max-width: 100%; min-width: 0; }
    .header-actions { min-width: 0; flex: 0 0 auto; }
    .header-main .search { position: absolute; top: 70px; left: 14px; right: 14px; display: none; padding: 10px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 14px; box-shadow: var(--shadow-md); }
    .header-main .search.is-open { display: block; }
    .mobile-toggle { display: grid; }
    .main-nav { position: absolute; left: 0; right: 0; display: none; padding: 10px 0 18px; box-shadow: var(--shadow-md); }
    .main-nav.is-open { display: block; }
    .main-nav__inner { align-items: stretch; flex-direction: column; gap: 0; }
    .location-button--mobile { display: block; }
    .main-nav__callback { display: block; }
    .main-nav__personal { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px 0; }
    .main-nav__personal a { display: flex; min-width: 0; padding: 10px 11px; align-items: center; justify-content: space-between; gap: 8px; background: var(--color-surface-alt); border: 1px solid var(--color-border); border-radius: 10px; font-size: 12px; }
    .main-nav__personal span[hidden] { display: inline-grid !important; }
    .main-nav__personal span { min-width: 20px; height: 20px; padding: 0 5px; place-items: center; color: white; background: var(--color-primary); border-radius: 99px; font-size: 10px; }
    .main-nav a { padding: 11px 0; }
    .catalog-menu { display: flex; width: 100%; align-items: stretch; flex-direction: column; }
    .main-nav__catalog { width: 100%; padding: 11px 0; justify-content: flex-start; }
    .catalog-menu__panel { position: static; width: 100%; max-height: 0; overflow: hidden; padding: 0 12px; visibility: visible; opacity: 1; border: 0; border-radius: 14px; box-shadow: none; transform: none; pointer-events: none; transition: max-height .24s, padding .24s, margin .24s, border-color .24s; }
    .catalog-menu.is-open .catalog-menu__panel { max-height: 620px; padding: 14px; margin-bottom: 8px; border: 1px solid var(--color-border); pointer-events: auto; }
    .catalog-menu__head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .catalog-menu__head > a { padding: 0; }
    .catalog-menu__grid { grid-template-columns: 1fr; }
    .catalog-menu__category { padding: 11px; }
    .hero { padding-top: 14px; }
    .slider { min-height: 610px; border-radius: 22px; }
    .slide { grid-template-columns: 1fr; align-content: start; padding: 38px 28px 55px; }
    .slide h1, .slide h2 { font-size: 43px; }
    .slide__art { min-height: 250px; }
    .slide__product { width: 280px; max-height: 245px; }
    .slide__orb { width: 225px; height: 225px; }
    .slider__dots { bottom: 22px; left: 28px; }
    .section { padding: 52px 0; }
    .product-grid, .catalog-content .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
    .product-card__body { padding: 7px 13px 14px; }
    .product-card__media { margin: 7px; }
    .product-card__footer { align-items: center; }
    .price__current { font-size: 16px; }
    .price__old { display: none; }
    .promo { grid-template-columns: 1fr; padding: 35px; }
    .promo__art { display: none; }
    .catalog-head__row { align-items: stretch; flex-direction: column; }
    .sort-control { align-items: stretch; flex-direction: column; }
    .catalog-layout { grid-template-columns: 1fr; gap: 14px; }
    .sidebar { display: none; }
    .sidebar.is-open { display: block; }
    .filter-toggle { display: inline-flex; }
    .catalog-view-switch button { padding-inline: 9px; }
    .catalog-view-switch button > span:last-child { display: none; }
    .catalog-products--list .product-card { grid-template-columns: 130px minmax(0, 1fr); }
    .catalog-products--list .product-card__media { min-height: 135px; }
    .catalog-products--list .product-card__body { padding: 14px 14px 14px 3px; }
    .catalog-products--list .product-card__description { display: none; }
    .catalog-products--price .product-card__footer { min-width: 145px; }
    .product-detail { grid-template-columns: 1fr; gap: 28px; }
    .gallery { grid-template-columns: 1fr; }
    .gallery__thumbs { grid-row: 2; grid-template-columns: repeat(5, 66px); }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
    .summary { position: static; }
    .cart-item { grid-template-columns: 80px minmax(0, 1fr) auto; gap: 12px; }
    .cart-item__image { grid-column: 1; grid-row: 1 / 3; width: 80px; }
    .cart-item__info { grid-column: 2; grid-row: 1; }
    .cart-item .quantity { grid-column: 2; grid-row: 2; width: 118px; }
    .cart-item__total { grid-column: 3; grid-row: 2; }
    .remove-button { grid-column: 3; grid-row: 1; align-self: start; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-grid > :first-child { grid-column: 1 / -1; }
    .footer-grid > :last-child { grid-column: auto; }
    .callback-form__grid { grid-template-columns: 1fr; }
    .cookie-banner { right: 10px; bottom: 10px; left: 10px; }
    .cookie-banner__content { max-height: calc(100dvh - 20px); overflow-y: auto; align-items: stretch; flex-direction: column; }
    .cookie-banner__actions { flex-wrap: wrap; }
    .cookie-banner__actions .btn { flex: 1 1 150px; }
    .legal-layout { grid-template-columns: 1fr; }
    .account-layout { grid-template-columns: 1fr; }
    .account-profile { position: static; }
    .legal-sidebar { position: static; }
    .feedback-layout { grid-template-columns: 1fr; }
    .feedback-form-card { position: static; }
}

@media (max-width: 480px) {
    .header-main > .logo .logo__text { display: none; }
    .logo__text { max-width: 126px; overflow: hidden; text-overflow: ellipsis; }
    .header-actions .search-trigger { display: grid; }
    .header-actions { gap: 5px; }
    .icon-button { width: 39px; height: 39px; border-radius: 11px; }
    .scroll-top { bottom: 14px; left: 12px; width: 44px; height: 44px; border-radius: 12px; }
    .header-account-button { display: none; }
    .section-heading { align-items: start; flex-direction: column; }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-item + .trust-item { border-top: 1px solid var(--color-border); border-left: 0; }
    .category-grid { grid-template-columns: 1fr; }
    .product-card__category { display: none; }
    .product-card__title { font-size: 14px; }
    .catalog-products--list .product-card { grid-template-columns: 104px minmax(0, 1fr); }
    .catalog-products--list .product-card__media { min-height: 108px; }
    .catalog-products--list .product-card__meta { display: none; }
    .catalog-products--price .product-card { grid-template-columns: 68px minmax(0, 1fr); }
    .catalog-products--price .product-card__media { min-height: 52px; margin: 7px; }
    .catalog-products--price .product-card__body { display: flex; padding: 8px 9px 8px 2px; align-items: center; flex-direction: row; gap: 10px; }
    .catalog-products--price .product-card__title { flex: 1; font-size: 12px; }
    .catalog-products--price .product-card__meta, .catalog-products--price .price__old { display: none; }
    .catalog-products--price .product-card__footer { min-width: 0; gap: 6px; }
    .catalog-products--price .product-card__tools { right: 139px; }
    .add-to-cart { width: 36px; height: 36px; flex-basis: 36px; }
    .form-grid { grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
    .callback-form__grid { grid-template-columns: 1fr; }
    .buy-row { flex-wrap: wrap; }
    .buy-row .quantity { height: 46px; }
    .product-perks { grid-template-columns: 1fr; }
    .gallery__thumbs { display: flex; max-width: 100%; overflow-x: auto; gap: 9px; scrollbar-width: thin; }
    .gallery__thumb { width: 66px; min-width: 66px; }
    .cart-item { grid-template-columns: 70px minmax(0, 1fr) auto; }
    .cart-item__image { width: 70px; }
    .cart-item__total { grid-column: 2; grid-row: 3; text-align: left; }
    .cart-item .quantity { grid-column: 2; grid-row: 2; }
    .remove-button { grid-column: 3; grid-row: 1; justify-self: end; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > * { grid-column: auto !important; }
    .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
    .footer-bottom__links { grid-column: auto; grid-row: auto; justify-content: flex-start; }
    .footer-platform { white-space: normal; }
    .messenger-widget { right: 12px; bottom: 78px; padding: 7px; border-radius: 15px; }
    .messenger-widget__title { display: none; }
    .legal-table > div { grid-template-columns: 1fr; gap: 4px; }
    .cookie-modal__actions { align-items: stretch; flex-direction: column; }
    .feedback-heading { align-items: flex-start; flex-direction: column; }
    .review-card__head { flex-direction: column; }
    .compare-table .compare-label { width: 130px; min-width: 130px; }
    .compare-table th, .compare-table td { min-width: 165px; padding: 12px; }
}

@media (max-width: 360px) {
    .header-actions .icon-button--favorite, .header-actions .icon-button--compare { display: none; }
    .header-main > .logo .logo__image { max-width: 150px; }
}

.auth-divider { display:flex; margin:18px 0; align-items:center; gap:12px; color:var(--color-muted); font-size:12px; }
.auth-divider::before,.auth-divider::after { content:""; flex:1; height:1px; background:var(--color-border); }
.passkey-button { gap:9px; }
.passkey-manager { display:grid; margin-top:22px; gap:16px; }
.passkey-manager h2,.passkey-manager p { margin-top:0; }
.passkey-add { display:flex; gap:10px; }
.passkey-add input { flex:1; min-width:0; padding:10px 13px; color:var(--color-text); background:var(--color-surface-alt); border:1px solid var(--color-border); border-radius:10px; }
.passkey-list { display:grid; gap:8px; }
.passkey-list > div { display:flex; padding:12px; align-items:center; justify-content:space-between; gap:12px; background:var(--color-surface-alt); border-radius:11px; }
.passkey-list strong,.passkey-list small { display:block; }
.passkey-list small { margin-top:3px; color:var(--color-muted); }
.search { position:relative; }
.search-suggest { position:absolute; z-index:90; top:calc(100% + 8px); right:0; left:0; max-height:min(70vh,520px); overflow:auto; padding:8px; background:var(--color-surface); border:1px solid var(--color-border); border-radius:14px; box-shadow:0 22px 55px rgba(15,23,42,.2); }
.search-suggest__title { padding:8px 10px 5px; color:var(--color-muted); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.search-suggest__item { display:flex; padding:10px; align-items:center; justify-content:space-between; gap:10px; color:var(--color-text); border-radius:9px; text-decoration:none; }
.search-suggest__item:hover,.search-suggest__item:focus { background:var(--color-surface-alt); outline:none; }
.search-suggest__item strong,.search-suggest__item small { display:block; }
.search-suggest__item small { margin-top:3px; color:var(--color-muted); font-size:11px; }
.search-suggest__correction { display:block; padding:10px; color:var(--color-primary); background:var(--color-primary-soft); border-radius:9px; font-size:12px; font-weight:700; }
.search-suggest__empty { padding:18px 10px; color:var(--color-muted); text-align:center; }
.search-correction { padding:13px 15px; margin-bottom:14px; background:var(--color-primary-soft); border-radius:11px; }
.product-card__marker { position:absolute; z-index:3; right:12px; bottom:12px; max-width:calc(100% - 24px); padding:5px 8px; overflow:hidden; color:var(--color-text); background:color-mix(in srgb,var(--color-surface) 92%,transparent); border:1px solid var(--color-border); border-radius:8px; font-size:10px; font-weight:800; text-overflow:ellipsis; white-space:nowrap; }
.content-card-grid,.article-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.content-card,.article-card { display:block; min-width:0; padding:22px; color:var(--color-text); background:var(--color-surface); border:1px solid var(--color-border); border-radius:18px; box-shadow:var(--shadow-sm); text-decoration:none; }
.content-card img,.article-card img { width:100%; height:180px; margin-bottom:16px; object-fit:contain; background:var(--color-surface-alt); border-radius:13px; }
.content-card h2,.article-card h2 { margin:10px 0 7px; font-size:21px; }
.content-card p,.article-card p { margin:8px 0 0; color:var(--color-muted); }
.marker-list { display:flex; flex-wrap:wrap; gap:6px; }
.marker-list i { padding:5px 8px; color:var(--color-primary); background:var(--color-primary-soft); border-radius:999px; font-size:10px; font-style:normal; font-weight:800; }
.product-markers { margin:13px 0 0; }
.collection-card { border-top:5px solid var(--collection-primary); background:linear-gradient(145deg,color-mix(in srgb,var(--collection-primary) 9%,var(--color-surface)),var(--color-surface)); }
.content-hero { display:flex; padding:32px; margin-bottom:28px; align-items:center; justify-content:space-between; gap:24px; background:var(--color-surface); border:1px solid var(--color-border); border-radius:22px; }
.content-hero h1 { margin:8px 0; font-size:clamp(32px,5vw,52px); }
.content-hero p { max-width:720px; color:var(--color-muted); }
.collection-hero { background:linear-gradient(135deg,color-mix(in srgb,var(--collection-primary) 14%,var(--color-surface)),color-mix(in srgb,var(--collection-secondary) 10%,var(--color-surface))); }
.collection-gallery { display:grid; grid-template-columns:repeat(2,100px); gap:8px; }
.collection-gallery img { width:100px; height:100px; object-fit:contain; background:var(--color-surface); border-radius:12px; }
.countdown { padding:16px 20px; color:white; background:var(--color-primary); border-radius:14px; font-size:19px; font-weight:900; white-space:nowrap; }
.article-detail { max-width:980px; padding-block:45px 80px; }
.article-detail h1 { max-width:800px; font-size:clamp(36px,6vw,62px); line-height:1.05; }
.article-lead { max-width:760px; color:var(--color-muted); font-size:20px; }
.article-products { padding-top:50px; }
.object-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.object-card { overflow:hidden; background:var(--color-surface); border:1px solid var(--color-border); border-radius:19px; }
.object-card iframe { width:100%; height:260px; border:0; }
.object-card>div { padding:20px; }
.object-card h2 { margin:10px 0 5px; }
.object-card p { color:var(--color-muted); }
.object-status { display:inline-flex; align-items:center; gap:7px; color:var(--color-danger); font-size:12px; font-weight:800; }
.object-status::before { width:8px; height:8px; background:currentColor; border-radius:50%; content:""; }
.object-status.is-open { color:var(--color-success); }
.object-detail { display:grid; grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr); gap:30px; }
.object-map { width:100%; min-height:480px; border:0; border-radius:20px; }
.contact-list { display:grid; grid-template-columns:110px 1fr; gap:10px; }
.contact-list dt { color:var(--color-muted); }
.contact-list dd { margin:0; }
.contact-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:24px; }
.object-list-compact { display:grid; gap:10px; }
.object-list-compact a { display:grid; padding:16px; color:var(--color-text); background:var(--color-surface); border:1px solid var(--color-border); border-radius:14px; text-decoration:none; }
.object-list-compact span,.object-list-compact small { margin-top:4px; color:var(--color-muted); }
.object-list-compact small.is-open { color:var(--color-success); }
.inline-filter select { margin-left:8px; padding:9px 12px; color:var(--color-text); background:var(--color-surface); border:1px solid var(--color-border); border-radius:10px; }
@media(max-width:1000px){.content-card-grid,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.object-detail,.contact-layout{grid-template-columns:1fr}}
@media(max-width:760px){.object-grid{grid-template-columns:1fr}.content-hero{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.content-card-grid,.article-grid{grid-template-columns:1fr}.collection-gallery{grid-template-columns:repeat(2,76px)}.collection-gallery img{width:76px;height:76px}.contact-list{grid-template-columns:1fr}.object-map{min-height:340px}}
@media (max-width:480px) { .passkey-add { align-items:stretch; flex-direction:column; } .passkey-list>div { align-items:flex-start; flex-direction:column; } }

/* Home content modules and company contacts */
.slide__product { aspect-ratio:1; object-fit:cover; border:1px solid rgba(255,255,255,.22); border-radius:28px; box-shadow:0 28px 60px rgba(8,15,37,.28); filter:none; }
.category-card { display:flex; min-height:250px; padding:0; flex-direction:column; }
.category-card::after { display:none; }
.category-card__image { width:100%; aspect-ratio:1.5/1; object-fit:cover; background:var(--color-surface-alt); }
.category-card__body { display:block; padding:18px 20px 20px; }
.category-card__body strong { margin-bottom:3px; }
.home-promotion-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.home-promotion-card { display:grid; min-height:270px; overflow:hidden; padding:24px; color:var(--color-text); background:var(--color-surface); border:1px solid var(--color-border); border-radius:22px; box-shadow:var(--shadow-sm); grid-template-columns:minmax(0,1fr) minmax(110px,.72fr); gap:16px; text-decoration:none; transition:.22s; }
.home-promotion-card:hover,.home-brand-card:hover { border-color:var(--color-primary); box-shadow:var(--shadow-md); transform:translateY(-3px); }
.home-promotion-card h3,.home-collection-card h3,.home-brand-card h3 { margin:14px 0 8px; font-size:23px; line-height:1.1; }
.home-promotion-card p,.home-collection-card p,.home-brand-card p { margin:0; color:var(--color-muted); font-size:13px; }
.home-promotion-card [data-countdown] { display:block; margin-top:18px; color:var(--color-primary); font-size:12px; }
.home-promotion-card img { width:100%; height:100%; object-fit:cover; border-radius:15px; }
.home-collection-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.home-collection-card { display:grid; min-height:310px; overflow:hidden; padding:30px; color:var(--color-text); background:linear-gradient(135deg,color-mix(in srgb,var(--collection-primary) 15%,var(--color-surface)),color-mix(in srgb,var(--collection-secondary) 9%,var(--color-surface))); border:1px solid color-mix(in srgb,var(--collection-primary) 25%,var(--color-border)); border-radius:24px; grid-template-columns:minmax(0,1fr) minmax(150px,.85fr); gap:18px; text-decoration:none; }
.home-collection-card>div:first-child { align-self:center; }
.home-collection-card>div:first-child>strong { display:block; margin-top:22px; color:var(--collection-primary); }
.home-collection-card__images { position:relative; min-height:240px; }
.home-collection-card__images img { position:absolute; width:75%; aspect-ratio:1; object-fit:cover; background:white; border:5px solid rgba(255,255,255,.8); border-radius:20px; box-shadow:0 18px 35px rgba(15,23,42,.16); }
.home-collection-card__images img:first-child { top:0; right:0; }
.home-collection-card__images img:nth-child(2) { right:28%; bottom:0; }
.home-brand-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.home-brand-card { display:block; overflow:hidden; color:var(--color-text); background:var(--color-surface); border:1px solid var(--color-border); border-radius:20px; box-shadow:var(--shadow-sm); text-decoration:none; transition:.22s; }
.home-brand-card img { width:100%; aspect-ratio:1.3/1; object-fit:cover; }
.home-brand-card>div { padding:20px; }
.home-brand-card small { color:var(--color-primary); font-weight:800; }
.home-about { display:grid; padding:48px; align-items:center; color:white; background:var(--hero-gradient); border-radius:28px; grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr); gap:48px; box-shadow:var(--shadow-md); }
.home-about > * { min-width: 0; }
.home-about .eyebrow { color:rgba(255,255,255,.72); }
.home-about h2 { max-width:760px; margin:8px 0 18px; font-size:clamp(32px,5vw,52px); line-height:1.04; }
.home-about__content>p:not(.eyebrow) { max-width:720px; color:rgba(255,255,255,.78); font-size:17px; }
.home-about__actions { display:flex; flex-wrap:wrap; margin-top:26px; gap:10px; }
.home-about .btn--outline { color:white; border-color:rgba(255,255,255,.45); }
.home-about__contact { display:grid; padding:28px; gap:12px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); border-radius:20px; backdrop-filter:blur(12px); }
.home-about__contact a, .home-about__contact strong { overflow-wrap: anywhere; }
.home-about__contact .object-status,.home-about__contact a { color:white; }
.home-about__contact .object-status.is-open { color:#86efac; }
.home-about__contact strong { font-size:18px; }
.contact-page__head { display:flex; margin-bottom:30px; align-items:flex-start; justify-content:space-between; gap:30px; }
.contact-page__head h1,.about-hero h1 { margin:7px 0 14px; font-size:clamp(38px,6vw,64px); line-height:1; letter-spacing:-.05em; }
.contact-page__head p:not(.eyebrow),.about-hero>div:first-child>p:not(.eyebrow) { max-width:760px; color:var(--color-muted); font-size:18px; line-height:1.65; }
.contact-page__grid { display:grid; grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr); gap:24px; }
.contact-card,.contact-map-card { overflow:hidden; background:var(--color-surface); border:1px solid var(--color-border); border-radius:22px; box-shadow:var(--shadow-sm); }
.contact-card { padding:30px; }
.contact-card h2 { margin:0 0 24px; }
.contact-card__actions { display:flex; margin-top:28px; gap:10px; }
.contact-map { display:block; width:100%; min-height:430px; border:0; }
.contact-map-card>div:not(.contact-map-card__empty) { display:flex; padding:18px 22px; align-items:center; gap:12px; }
.contact-map-card>div span { flex:1; color:var(--color-muted); }
.contact-map-card>div a { color:var(--color-primary); font-weight:800; }
.contact-map-card__empty { display:grid; min-height:430px; padding:30px; place-items:center; color:var(--color-muted); text-align:center; }
.contact-locations { padding-top:60px; }
.contact-locations .object-list-compact { grid-template-columns:repeat(2,minmax(0,1fr)); }
.about-hero { display:grid; padding:54px; background:var(--color-surface); border:1px solid var(--color-border); border-radius:28px; grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr); gap:52px; box-shadow:var(--shadow-sm); }
.about-hero__facts { display:grid; gap:12px; }
.about-hero__facts>div { padding:20px; background:var(--color-surface-alt); border-radius:16px; }
.about-hero__facts strong,.about-hero__facts span { display:block; }
.about-hero__facts span { margin-top:5px; color:var(--color-muted); font-size:13px; }
.about-contact-strip { display:flex; padding:22px 26px; margin-top:20px; align-items:center; gap:24px; background:var(--color-surface); border:1px solid var(--color-border); border-radius:18px; }
.about-contact-strip .section-link { margin-left:auto; }
@media(max-width:1180px){.home-promotion-grid,.home-collection-grid{grid-template-columns:1fr}.home-collection-card{min-height:270px}.home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.home-about,.contact-page__grid,.about-hero{grid-template-columns:1fr}.contact-page__head{flex-direction:column}.about-contact-strip{align-items:flex-start;flex-direction:column;gap:10px}.about-contact-strip .section-link{margin-left:0}.contact-locations .object-list-compact{grid-template-columns:1fr}}
@media(max-width:620px){.slide__product{border-radius:18px}.category-card{min-height:0}.home-brand-grid{grid-template-columns:1fr}.home-collection-card,.home-promotion-card{grid-template-columns:1fr}.home-collection-card__images{min-height:210px}.home-promotion-card img{max-height:220px}.home-about,.about-hero{padding:28px;border-radius:22px}.contact-card{padding:22px}.contact-map{min-height:340px}.contact-map-card>div:not(.contact-map-card__empty){align-items:flex-start;flex-direction:column}.contact-card__actions{align-items:stretch;flex-direction:column}}

/* Safe public demo */
.demo-mode-banner { display:flex; min-height:44px; padding:9px max(18px,calc((100% - 1180px)/2)); align-items:center; justify-content:space-between; gap:16px; color:#eaf2ff; background:#17233a; font-size:13px; }
.demo-mode-banner>span:last-child { display:flex; flex-wrap:wrap; gap:14px; }
.demo-mode-banner a { color:#fff; font-weight:800; }
.demo-readonly-page { display:grid; min-height:100vh; padding:24px; place-items:center; background:var(--color-bg); }
.demo-readonly-card { width:min(100%,680px); padding:clamp(28px,6vw,56px); background:var(--color-surface); border:1px solid var(--color-border); border-radius:28px; box-shadow:var(--shadow-md); }
.demo-readonly-card h1 { margin:18px 0 12px; font-size:clamp(34px,7vw,58px); line-height:1; letter-spacing:-.05em; }
.demo-readonly-card p { color:var(--color-muted); font-size:17px; line-height:1.65; }
.demo-readonly-badge { display:inline-flex; padding:7px 11px; color:var(--color-primary); background:var(--color-primary-soft); border-radius:999px; font-size:11px; font-weight:900; letter-spacing:.08em; }
.demo-readonly-actions { display:flex; flex-wrap:wrap; margin-top:26px; gap:10px; }
@media(max-width:700px){.demo-mode-banner{align-items:flex-start;flex-direction:column}.demo-readonly-actions{align-items:stretch;flex-direction:column}.demo-readonly-actions .btn{width:100%}}
