:root {
    --pk-bg: #f3f4f6;
    --pk-white: #fff;
    --pk-gray-200: #e5e7eb;
    --pk-gray-300: #d1d5db;
    --pk-gray-400: #9ca3af;
    --pk-gray-600: #4b5563;
    --pk-gray-800: #1f2a37;
    --pk-gray-900: #111928;
    --pk-red-500: #f05252;
    --pk-red-600: #e02424;
    --pk-red-soft: #fbd5d5;
    --pk-radius: 20px;
    --pk-container: 1320px;
    --pk-gap: 24px;
    --pk-shadow: 0 1px 7px rgb(0 0 0 / 25%);
}

body.pk-home-v2 { display: flex; min-width: 320px; min-height: 100vh; flex-direction: column; margin: 0; color: var(--pk-gray-900); background: var(--pk-bg); font: 16px/1.4 Roboto, Arial, sans-serif; }
.pk-home-v2 *, .pk-home-v2 *::before, .pk-home-v2 *::after { box-sizing: border-box; }
.pk-home-v2 a { color: inherit; }
.pk-home-v2 button, .pk-home-v2 input { font: inherit; }
.pk-home-v2 img { display: block; max-width: 100%; }
.pk-home-v2 h1, .pk-home-v2 h2, .pk-home-v2 h3, .pk-home-v2 p { margin-top: 0; }
.pk-home-v2 button, .pk-home-v2 a, .pk-home-v2 input, .pk-home-v2 summary { outline-offset: 3px; }
.pk-home-v2 :focus-visible { outline: 3px solid var(--pk-red-500); }
.pk-container { width: min(var(--pk-container), calc(100% - 48px)); margin-inline: auto; }
.pk-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.pk-home-v2__skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; border-radius: 8px; background: var(--pk-white); transform: translateY(-150%); }
.pk-home-v2__skip-link:focus { transform: none; }

.pk-header { position: sticky; top: 0; z-index: 1000; color: var(--pk-white); background: var(--pk-gray-800); }
.pk-header__main { min-height: 76px; }
.pk-header__main-inner { display: grid; grid-template-columns: 160px minmax(440px, 1fr) auto; align-items: center; gap: 28px; min-height: 76px; }
.pk-header__logo { display: block; width: 128px; }
.pk-header__logo img { width: 100%; height: auto; }
.pk-header__logo img, .pk-footer__brand > a img, .pk-mobile-menu__head img { filter: brightness(0) invert(1); }
.pk-header__desktop-center { display: grid; grid-template-columns: minmax(250px, 560px) auto; align-items: center; gap: 16px; }
.pk-header__search, .pk-mobile-menu__search { display: flex; height: 44px; overflow: hidden; border: 1px solid rgb(255 255 255 / 25%); border-radius: 10px; background: #172231; }
.pk-header__search:focus-within, .pk-mobile-menu__search:focus-within { border-color: rgb(255 255 255 / 60%); box-shadow: 0 0 0 2px rgb(255 255 255 / 14%); }
.pk-header__search input, .pk-mobile-menu__search input { width: 100%; min-width: 0; border: 0; padding: 0 14px; color: var(--pk-white); background: transparent; }
.pk-home-v2 .pk-header__search input:focus-visible, .pk-home-v2 .pk-mobile-menu__search input:focus-visible { outline: 0; }
.pk-header__search input::placeholder, .pk-mobile-menu__search input::placeholder { color: var(--pk-gray-400); }
.pk-header__search button, .pk-mobile-menu__search button { display: grid; width: 44px; flex: 0 0 44px; place-items: center; border: 0; padding: 0; background: transparent; cursor: pointer; }
.pk-header__search button:hover, .pk-mobile-menu__search button:hover { background: rgb(255 255 255 / 8%); }
.pk-header__contact-menu { position: relative; width: max-content; justify-self: start; }
.pk-header__contact-menu summary { display: flex; min-height: 44px; align-items: center; gap: 8px; list-style: none; color: var(--pk-white); cursor: pointer; white-space: nowrap; }
.pk-header__contact-menu summary::-webkit-details-marker { display: none; }
.pk-header__contact-menu[open] summary, .pk-header__contact-menu summary:hover { color: var(--pk-white); }
.pk-header__contact-menu summary img { width: 12px; height: 12px; filter: brightness(0) invert(1); transition: transform .18s ease; }
.pk-header__contact-menu[open] summary img { transform: rotate(180deg); }
.pk-header__contact-popover { position: absolute; top: calc(100% + 10px); right: 0; display: flex; width: 255px; flex-direction: column; gap: 8px; border: 1px solid var(--pk-gray-200); border-radius: 12px; padding: 16px; color: var(--pk-gray-900); background: var(--pk-white); box-shadow: 0 12px 30px rgb(0 0 0 / 22%); }
.pk-header__contact-popover::before { content: ''; position: absolute; top: -6px; right: 24px; width: 12px; height: 12px; border: solid var(--pk-gray-200); border-width: 1px 0 0 1px; background: var(--pk-white); transform: rotate(45deg); }
.pk-header__contact-popover a { position: relative; text-decoration: none; }
.pk-header__contact-popover a:hover { color: var(--pk-red-600); }
.pk-header__contact-popover p { margin: 0; color: var(--pk-gray-600); font-size: 14px; }
.pk-header__contact-popover .pk-header__contact-link { margin-top: 5px; color: var(--pk-red-600); font-weight: 700; }
.pk-header__actions { display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.pk-header__actions a { color: var(--pk-white); text-decoration: none; }
.pk-header__actions a:hover { color: var(--pk-white); text-decoration: none; }
.pk-header__mobile-actions { display: none; }
.pk-header__action { position: relative; display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; color: var(--pk-white); text-decoration: none; }
.pk-header__action > img { width: 30px; height: 30px; max-width: none; transition: opacity .18s ease; }
.pk-header__action:hover > img { opacity: .78; }
.pk-header__badge, .pk-header__badge.count.shopper-bag-grey { display: inline-grid; width: 22px; min-width: 22px; max-width: 22px; height: 22px; place-items: center; margin-left: 3px; border: 1px solid var(--pk-gray-300); border-radius: 50%; padding: 0; color: var(--pk-gray-800); background: var(--pk-white); font-size: 12px; line-height: 20px; text-align: center; vertical-align: middle; }
.pk-header__badge.is-positive, .pk-header__badge.count.shopper-bag-grey.is-positive { border-color: var(--pk-red-600); color: var(--pk-white); background: var(--pk-red-600); }
.pk-header__action .pk-header__badge, .pk-header__action .pk-header__badge.count.shopper-bag-grey { position: absolute; top: -8px; right: -10px; width: 18px; min-width: 18px; max-width: 18px; height: 18px; margin: 0; font-size: 10px; line-height: 16px; }
.pk-header__nav { border-top: 1px solid rgb(255 255 255 / 8%); }
.pk-header__nav-inner { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.pk-header__nav-inner::-webkit-scrollbar { display: none; }
.pk-header__nav a { flex: 0 0 auto; color: var(--pk-white); font-size: 14px; text-decoration: none; }
.pk-header__nav a:hover { color: var(--pk-white); text-decoration: none; }
.pk-header__menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 0; padding: 0; background: transparent; cursor: pointer; }
.pk-header__menu-toggle span { width: 25px; height: 2px; border-radius: 2px; background: var(--pk-white); }

.pk-main { flex: 1 0 auto; padding: 24px 0 86px; }
.pk-hero { position: relative; display: flex; height: 400px; align-items: center; justify-content: center; overflow: hidden; border-radius: var(--pk-radius); padding: 48px; color: var(--pk-white); background: #5e4e4e; text-align: center; }
.pk-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, rgb(255 255 255 / 10%), transparent 48%); }
.pk-hero__content { position: relative; max-width: 620px; }
.pk-eyebrow { margin-bottom: 8px; color: var(--pk-gray-200); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pk-hero h1 { margin-bottom: 12px; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; }
.pk-hero p:last-child { margin-bottom: 0; color: var(--pk-gray-200); }
.pk-hero--live { display: block; height: 400px; padding: 0; background: var(--pk-gray-800); cursor: grab; touch-action: pan-y; user-select: none; }
.pk-hero--live.is-dragging { cursor: grabbing; }
.pk-hero--live::before { display: none; }
.pk-hero__slides { display: flex; width: 100%; height: 100%; gap: 0; will-change: transform; }
.pk-hero__slides.is-animating { transition: transform .42s cubic-bezier(.22, .61, .36, 1); }
.pk-hero__slide { display: block; width: 100%; height: 100%; flex: 0 0 100%; }
.pk-hero__slide picture { display: block; width: 100%; height: 100%; }
.pk-hero__slide img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.pk-hero__arrow { position: absolute; top: 50%; z-index: 3; display: flex; width: 62px; height: 62px; align-items: center; justify-content: center; border: 0; padding: 0; opacity: .9; background: transparent; cursor: pointer; transform: translateY(-50%); transition: opacity .18s ease; }
.pk-hero__arrow:hover, .pk-hero__arrow:focus-visible { opacity: 1; }
.pk-hero__arrow picture, .pk-hero__arrow img { display: block; width: 62px; height: 62px; max-width: none; }
.pk-hero__arrow--prev { left: 8px; }
.pk-hero__arrow--prev picture { transform: rotate(180deg); }
.pk-hero__arrow--next { right: 8px; }
.pk-hero__dots { position: absolute; bottom: 20px; left: 50%; z-index: 3; display: flex; gap: 10px; transform: translateX(-50%); }
.pk-hero__dots button { width: 20px; height: 20px; border: 0; padding: 0; background: url('/assets/home-v2/icons/slider-dot.svg') center / 20px 20px no-repeat; cursor: pointer; }
.pk-hero__dots button.is-active { background-image: url('/assets/home-v2/icons/slider-dot-active.svg'); }

.pk-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--pk-gap); margin-top: 24px; }
.pk-category-card { display: flex; min-height: 180px; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: var(--pk-radius); padding: 16px; color: var(--pk-gray-900); background: linear-gradient(145deg, #fff, #e8eaed); box-shadow: var(--pk-shadow); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.pk-category-card:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgb(0 0 0 / 18%); }
.pk-category-card strong { font-size: 18px; }
.pk-category-card span { color: var(--pk-gray-600); font-size: 13px; }
.pk-category-card--image { position: relative; min-height: 0; padding: 0; aspect-ratio: 26 / 15; background: var(--pk-white); }
.pk-category-card--image img { width: 100%; height: 100%; object-fit: cover; }
.pk-category-card--image strong { position: absolute; top: 15px; left: 16px; max-width: calc(100% - 32px); padding: 0; color: var(--pk-gray-800); background: transparent; font-size: 20px; line-height: 1.2; }

.pk-section { padding-top: 28px; }
.pk-section__heading { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; }
.pk-section__heading h2 { min-width: 0; margin: 0; color: var(--pk-gray-800); font-size: 32px; line-height: 1.2; }
.pk-section__heading > a { display: inline-flex; min-height: 42px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid var(--pk-red-600); border-radius: 999px; padding: 0 18px; color: var(--pk-red-600); background: transparent; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: color .18s ease, background .18s ease; }
.pk-section__heading > a:hover { color: var(--pk-white); background: var(--pk-red-600); }
.pk-section__heading--artist { justify-content: flex-start; }
.pk-section__heading--artist h2 { font-size: 22px; }
.pk-section__heading--artist span { margin-left: auto; color: var(--pk-gray-600); font-size: 14px; }
.pk-artist-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--pk-gray-200); }
.pk-section__heading--artist h2 a { color: inherit; text-decoration: none; }
.pk-section__heading--artist h2 a:hover { color: var(--pk-red-600); }
.pk-empty-state { border-radius: var(--pk-radius); padding: 24px; color: var(--pk-gray-600); background: var(--pk-white); }

.pk-product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--pk-gap); }
.pk-product-carousel { position: relative; }
.pk-product-carousel .pk-product-grid { display: flex; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.pk-product-carousel .pk-product-grid::-webkit-scrollbar { display: none; }
.pk-product-carousel .pk-product-card { width: calc((100% - (var(--pk-gap) * 4)) / 5); min-width: calc((100% - (var(--pk-gap) * 4)) / 5); flex: 0 0 calc((100% - (var(--pk-gap) * 4)) / 5); scroll-snap-align: start; }
.pk-product-carousel__arrow { position: absolute; top: 50%; z-index: 4; display: grid; width: 62px; height: 62px; place-items: center; border: 0; border-radius: 50%; padding: 0; background: transparent; cursor: pointer; transform: translateY(-50%); transition: opacity .18s ease; }
.pk-product-carousel__arrow img { display: block; width: 62px; height: 62px; }
.pk-product-carousel__arrow--prev { left: -31px; transform: translateY(-50%) rotate(180deg); }
.pk-product-carousel__arrow--next { right: -31px; }
.pk-product-carousel__arrow:disabled { opacity: 0; pointer-events: none; }
.pk-product-carousel__arrow[hidden] { display: none; }
.pk-section--books .pk-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pk-product-card { position: relative; display: flex; min-width: 0; height: 396px; flex-direction: column; overflow: hidden; border-radius: var(--pk-radius); padding: 20px; background: var(--pk-white); box-shadow: 0 2px 8px rgb(0 0 0 / 7%); }
.pk-product-card__image { display: block; width: 100%; height: 220px; flex: 0 0 220px; overflow: hidden; background: var(--pk-white); }
.pk-section--books .pk-product-card { height: 464px; }
.pk-section--books .pk-product-card__image { height: 288px; flex-basis: 288px; }
.pk-product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.pk-product-card__image:hover img { transform: scale(1.025); }
.pk-card-favorite { position: absolute; top: 10px; right: 10px; z-index: 2; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; padding: 5px; background: var(--pk-white); box-shadow: 0 2px 8px rgb(0 0 0 / 12%); cursor: pointer; }
.pk-card-favorite img { width: 30px; height: 30px; }
.pk-card-favorite:hover { background: #fff5f5; }
.pk-product-card__body { display: flex; min-height: 136px; flex: 1; flex-direction: column; gap: 12px; overflow: hidden; padding-top: 8px; background: var(--pk-white); }
.pk-product-card__author { width: fit-content; max-width: 100%; overflow: hidden; color: var(--pk-gray-800); font-size: 14px; line-height: 16px; text-overflow: ellipsis; text-decoration: none; white-space: nowrap; }
.pk-product-card__author span { color: var(--pk-gray-800); font-weight: 700; }
.pk-product-card__author:hover span { color: var(--pk-red-600); }
.pk-product-card__title { display: -webkit-box; height: 38px; overflow: hidden; color: var(--pk-gray-800); font-size: 16px; font-weight: 400; line-height: 19px; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pk-product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.pk-product-card__price { display: flex; min-width: 0; flex-direction: column; }
.pk-product-card__price strong { color: #000; font-size: 28px; line-height: 28px; white-space: nowrap; }
.pk-product-card__price strong .pk-product-card__currency { color: var(--pk-gray-600); font-size: 16px; font-weight: 400; }
.pk-product-card__price del { color: var(--pk-gray-400); font-size: 14px; font-weight: 400; text-decoration-thickness: 1px; }
.pk-product-card__price del .pk-product-card__currency { color: inherit; font-size: inherit; font-weight: inherit; }
.pk-product-card__cart, .pk-product-card__details { display: inline-grid; width: 100px; height: 50px; flex: 0 0 100px; place-items: center; border: 0; border-radius: 100px; padding: 0; color: var(--pk-red-600); background: var(--pk-red-soft); cursor: pointer; text-decoration: none; }
.pk-product-card__cart img { width: 30px; height: 30px; }
.pk-product-card__cart:hover, .pk-product-card__details:hover { background: #fac3c3; }
.pk-product-card__cart.add-cart-active { color: var(--pk-white); background: var(--pk-red-600); }
.pk-product-card__cart.is-loading { opacity: .55; cursor: wait; }
.pk-product-card__cart.is-error { box-shadow: 0 0 0 2px var(--pk-red-600); }
.pk-product-skeleton { min-width: 0; height: 396px; border-radius: var(--pk-radius); padding: 20px; background: var(--pk-white); }
.pk-section--books .pk-product-skeleton { height: 464px; }
.pk-product-skeleton__image { height: 220px; background: var(--pk-white); }
.pk-section--books .pk-product-skeleton__image { height: 288px; }
.pk-product-skeleton__line, .pk-product-skeleton__price, .pk-product-skeleton__button { border-radius: 999px; background: var(--pk-gray-200); }
.pk-product-skeleton__line { height: 14px; margin-top: 14px; }
.pk-product-skeleton__line--short { width: 56%; }
.pk-product-skeleton__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; }
.pk-product-skeleton__price { width: 82px; height: 28px; }
.pk-product-skeleton__button { width: 100px; height: 50px; background: var(--pk-red-soft); }

.pk-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--pk-gap); }
.pk-benefits article { display: flex; min-height: 228px; flex-direction: column; align-items: center; justify-content: center; border-radius: var(--pk-radius); padding: 27px 20px; background: var(--pk-white); text-align: center; }
.pk-benefits article img { width: 80px; height: 80px; object-fit: contain; }
.pk-benefits h3 { margin: 20px 0 8px; color: var(--pk-gray-800); font-size: 24px; }
.pk-benefits p { margin-bottom: 0; color: var(--pk-gray-600); }

.pk-footer { flex: 0 0 auto; margin-top: auto; margin-bottom: 0 !important; color: var(--pk-gray-400); background: var(--pk-gray-800); }
.pk-footer__body { display: grid; grid-template-columns: 200px repeat(3, 200px) minmax(250px, 1fr); gap: 24px; padding-block: 32px; }
.pk-footer__brand { display: flex; flex-direction: column; gap: 24px; }
.pk-footer__socials { display: flex; gap: 16px; }
.pk-footer__socials img { width: 32px; height: 32px; }
.pk-footer__menu { display: flex; flex-direction: column; gap: 8px; }
.pk-footer__menu h2 { margin: 0 0 8px; color: var(--pk-white); font-size: 16px; }
.pk-footer__menu a { width: fit-content; font-size: 16px; text-decoration: none; }
.pk-footer__menu a:hover, .pk-footer__bottom a:hover { color: var(--pk-white); }
.pk-footer__stats { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: 16px; align-content: start; }
.pk-footer__stats div { display: flex; flex-direction: column; gap: 8px; }
.pk-footer__stats span { color: var(--pk-white); }
.pk-footer__stats strong { font-size: 28px; }
.pk-footer__bottom { display: flex; min-height: 73px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgb(255 255 255 / 14%); font-size: 12px; }
.pk-footer__bottom p { margin: 0; }
.pk-footer__bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.pk-footer__bottom a { text-decoration: none; }

.pk-mobile-menu[hidden] { display: none; }
.pk-mobile-menu { position: fixed; inset: 0; z-index: 100; }
.pk-mobile-menu__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgb(17 25 40 / 70%); }
.pk-mobile-menu__panel { position: absolute; inset: 0 0 0 auto; display: flex; width: min(420px, 100vw); min-height: 100%; flex-direction: column; overflow-y: auto; padding: 20px; color: var(--pk-white); background: var(--pk-gray-800); box-shadow: -12px 0 30px rgb(0 0 0 / 30%); }
.pk-mobile-menu__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pk-mobile-menu__close { display: grid; width: 44px; height: 44px; place-items: center; border: 0; padding: 0; color: var(--pk-white); background: transparent; font-size: 38px; font-weight: 300; line-height: 1; cursor: pointer; }
.pk-mobile-menu__contacts { display: flex; flex-direction: column; gap: 7px; margin-top: auto; border-top: 1px solid rgb(255 255 255 / 10%); padding-top: 24px; }
.pk-mobile-menu__contacts a { color: var(--pk-white); text-decoration: none; }
.pk-mobile-menu__contacts span { color: var(--pk-gray-300); font-size: 14px; }
.pk-mobile-menu__search { margin-top: 20px; }
.pk-mobile-menu__links { display: flex; flex-direction: column; margin-top: 20px; }
.pk-mobile-menu__links a { border-bottom: 1px solid rgb(255 255 255 / 10%); padding: 13px 0; text-decoration: none; }
body.pk-home-v2--menu-open { overflow: hidden; }

.pk-partners-page { padding: 36px 0 72px; }
.pk-partners-page > .container { width: min(var(--pk-container), calc(100% - 48px)); }
.pk-partners-page h1 { margin-bottom: 28px; color: var(--pk-gray-800); font-size: 36px; }
.pk-partners-page__list { border-radius: var(--pk-radius); padding: 28px; background: var(--pk-white); }
.pk-partners-page__cta { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; margin-top: 28px; border: 1px solid var(--pk-red-600); border-radius: 999px; padding: 0 24px; color: var(--pk-red-600) !important; background: var(--pk-white); font-weight: 700; text-decoration: none; }
.pk-partners-page__cta:hover { color: var(--pk-white) !important; background: var(--pk-red-600); }

@media (max-width: 1180px) {
    .pk-header__main-inner { grid-template-columns: 140px minmax(380px, 1fr) auto; }
    .pk-product-grid, .pk-section--books .pk-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .pk-product-carousel .pk-product-card { width: calc((100% - (var(--pk-gap) * 3)) / 4); min-width: calc((100% - (var(--pk-gap) * 3)) / 4); flex-basis: calc((100% - (var(--pk-gap) * 3)) / 4); }
    .pk-footer__body { grid-template-columns: repeat(4, 1fr); }
    .pk-footer__stats { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
    .pk-container { width: min(var(--pk-container), calc(100% - 32px)); }
    .pk-header__main-inner { grid-template-columns: minmax(0, 1fr) auto 44px; min-height: 70px; gap: 12px; }
    .pk-header__logo { justify-self: start; }
    .pk-header__desktop-center, .pk-header__actions, .pk-header__nav { display: none; }
    .pk-header__mobile-actions { display: flex; align-items: center; justify-self: end; gap: 24px; }
    .pk-header__menu-toggle { display: flex; justify-self: end; }
    .pk-category-grid { grid-template-columns: repeat(2, 1fr); }
    .pk-product-grid, .pk-section--books .pk-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pk-product-carousel .pk-product-card { width: calc((100% - var(--pk-gap)) / 2); min-width: calc((100% - var(--pk-gap)) / 2); flex-basis: calc((100% - var(--pk-gap)) / 2); }
    .pk-benefits__grid { grid-template-columns: 1fr; }
    .pk-footer__body { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .pk-container { width: min(var(--pk-container), calc(100% - 24px)); }
    .pk-main { padding-top: 12px; }
    .pk-hero, .pk-hero--live { width: 100%; height: auto; aspect-ratio: 16 / 9; min-height: 0; padding: 0; }
    .pk-hero:not(.pk-hero--live) { padding: 24px 18px; }
    .pk-hero h1 { font-size: 32px; }
    .pk-hero__arrow { width: 48px; height: 48px; }
    .pk-hero__arrow picture, .pk-hero__arrow img { width: 44px; height: 44px; }
    .pk-hero__arrow--prev { left: 2px; }
    .pk-hero__arrow--next { right: 2px; }
    .pk-hero__dots { display: none; }
    .pk-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .pk-category-card { min-height: 132px; }
    .pk-category-card--image { min-height: 0; aspect-ratio: 5 / 3; }
    .pk-category-card--image strong { top: 10px; left: 10px; max-width: calc(100% - 20px); font-size: 16px; line-height: 1.15; }
    .pk-section__heading { min-height: 70px; gap: 12px; }
    .pk-section__heading h2 { font-size: 25px; }
    .pk-section__heading > a { min-height: 38px; padding-inline: 14px; }
    .pk-section__heading--artist { flex-wrap: wrap; }
    .pk-section__heading--artist span { width: 100%; margin: -12px 0 8px 60px; }
    .pk-product-grid { display: flex; gap: 16px; margin-right: -12px; overflow-x: auto; padding: 2px 12px 10px 2px; scroll-snap-type: x proximity; }
    .pk-product-carousel__arrow { display: none; }
    .pk-product-carousel .pk-product-card { width: min(244px, calc(100vw - 48px)); min-width: min(244px, calc(100vw - 48px)); flex-basis: min(244px, calc(100vw - 48px)); }
    .pk-product-card, .pk-product-skeleton, .pk-section--books .pk-product-card, .pk-section--books .pk-product-skeleton { width: min(244px, calc(100vw - 48px)); min-width: min(244px, calc(100vw - 48px)); height: 396px; scroll-snap-align: start; }
    .pk-section--books .pk-product-card__image, .pk-section--books .pk-product-skeleton__image { height: 220px; flex-basis: 220px; }
    .pk-benefits h3 { font-size: 21px; }
    .pk-footer__body { grid-template-columns: 1fr 1fr; }
    .pk-footer__brand, .pk-footer__stats { grid-column: 1 / -1; }
    .pk-footer__bottom { align-items: flex-start; flex-direction: column; padding-block: 20px; }
    .pk-footer__bottom nav { justify-content: flex-start; gap: 12px 20px; }
    .pk-partners-page > .container { width: calc(100% - 24px); }
    .pk-partners-page h1 { font-size: 28px; }
    .pk-partners-page__list { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .pk-hero__slides.is-animating, .pk-hero__arrow { transition: none; }
    .pk-home-v2 *, .pk-home-v2 *::before, .pk-home-v2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
