:root {
    --legal-bg: #080b10;
    --legal-panel: rgba(13, 17, 24, .92);
    --legal-line: rgba(255, 255, 255, .09);
    --legal-text: rgba(232, 229, 223, .9);
    --legal-muted: rgba(202, 209, 218, .66);
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 18px;
    margin-top: 18px;
    color: rgba(202, 209, 218, .54);
    font-size: 12px;
    line-height: 1.55;
}

.footer-legal a,
.footer-legal button {
    color: inherit;
    font: inherit;
    text-decoration: none;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

.footer-legal a:hover,
.footer-legal button:hover {
    color: rgba(239, 236, 230, .92);
}

.cookie-consent {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1400;
    width: min(680px, calc(100vw - 32px));
    border: 1px solid rgba(255, 255, 255, .10);
    background:
        radial-gradient(circle at top right, rgba(214, 220, 228, .07), transparent 34%),
        linear-gradient(145deg, rgba(15, 20, 29, .98), rgba(7, 10, 15, .98));
    box-shadow: 0 28px 90px rgba(0, 0, 0, .52);
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    transform: translateY(18px);
    opacity: 0;
    transition: opacity .32s ease, transform .32s ease;
    overflow: hidden;
}

.cookie-consent::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(230, 225, 215, .08), transparent 22%),
        linear-gradient(180deg, rgba(255,255,255,.03), transparent 28%);
    pointer-events: none;
}

.cookie-consent::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(230, 225, 215, .28), rgba(230, 225, 215, .06));
    pointer-events: none;
}

.cookie-consent.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.cookie-consent__inner {
    position: relative;
    z-index: 1;
    padding: 22px 24px 20px;
    display: grid;
    gap: 14px;
}

.cookie-consent__content {
    max-width: 100%;
}

.cookie-consent__eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    color: rgba(238, 233, 226, .94);
    font: 400 22px/1.04 Georgia, "Times New Roman", serif;
    letter-spacing: -.01em;
}


.cookie-consent__text {
    margin: 0;
    max-width: 620px;
    color: rgba(218, 222, 229, .76);
    font-size: 14px;
    line-height: 1.72;
}

.cookie-consent__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 2px;
}

.cookie-consent__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(230, 226, 218, .86);
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid rgba(230, 226, 218, .45);
    padding-bottom: 2px;
    transition: color .24s ease, border-color .24s ease;
}

.cookie-consent__link:hover {
    color: rgba(246, 242, 236, .98);
    border-color: rgba(246, 242, 236, .82);
}

.cookie-consent__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cookie-button {
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: linear-gradient(180deg, #ece8e2, #d9dde3);
    color: #080b10;
    font: 800 10px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .24s ease, border-color .24s ease, background .24s ease, color .24s ease, box-shadow .24s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.cookie-button:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #f4f0ea, #e1e5eb);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
}

.cookie-button--quiet {
    background: rgba(255, 255, 255, .02);
    color: rgba(230, 233, 238, .84);
    box-shadow: none;
}

.cookie-button--quiet:hover {
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .22);
    color: rgba(245, 242, 236, .96);
}

.legal-page {
    min-height: 100vh;
    padding: 140px 24px 90px;
    background:
        radial-gradient(circle at 80% 0%, rgba(176, 187, 202, .05), transparent 30%),
        linear-gradient(180deg, #090d12 0%, #080b10 52%, #070a0e 100%);
}

.legal-shell {
    max-width: 900px;
    margin: 0 auto;
}

.legal-kicker {
    margin: 0 0 14px;
    color: rgba(187, 197, 209, .68);
    font: 800 11px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.legal-page h1 {
    margin: 0 0 22px;
    color: #e6e0d8;
    font: 400 clamp(44px, 6vw, 80px)/.96 Georgia, "Times New Roman", serif;
    letter-spacing: -.04em;
}

.legal-lead {
    max-width: 720px;
    margin: 0 0 42px;
    color: var(--legal-muted);
    font-size: 16px;
    line-height: 1.86;
}

.legal-card {
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid var(--legal-line);
    background: linear-gradient(180deg, rgba(14, 18, 26, .76), rgba(7, 10, 15, .86));
}

.legal-card + .legal-card {
    margin-top: 18px;
}

.legal-card h2 {
    margin: 0 0 14px;
    color: #e6e0d8;
    font: 400 clamp(26px, 3vw, 38px)/1.05 Georgia, "Times New Roman", serif;
}

.legal-card p,
.legal-card li {
    color: var(--legal-muted);
    font-size: 15px;
    line-height: 1.82;
}

.legal-card p + p { margin-top: 12px; }
.legal-card ul { margin: 12px 0 0 20px; }
.legal-card li + li { margin-top: 8px; }
.legal-card strong { color: var(--legal-text); font-weight: 600; }
.legal-meta { color: rgba(187, 197, 209, .55); font-size: 13px; }
.legal-back { display: inline-flex; margin-bottom: 28px; color: rgba(230, 226, 218, .82); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.legal-back:hover { color: #fff; }

@media (max-width: 720px) {
    .cookie-consent { right: 16px; bottom: 16px; width: calc(100vw - 24px); }
    .cookie-consent__inner { padding: 18px 18px 16px; gap: 16px; }
        .cookie-consent__text { font-size: 13px; line-height: 1.64; }
    .cookie-consent__footer { align-items: stretch; }
    .cookie-consent__actions { width: 100%; justify-content: flex-start; }
    .legal-page { padding: 110px 18px 72px; }
    .footer-legal { justify-content: flex-start; }
}

@media (max-width: 520px) {
    .cookie-consent__actions { flex-direction: column; }
    .cookie-button { width: 100%; justify-content: center; }
}


/* Disable browser image-hover action toolbars across the site.
   Images do not receive pointer events; their parent links/buttons remain interactive. */
img {
    pointer-events: none !important;
    -webkit-user-drag: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

.product-image,
.product-gallery-main,
.product-gallery-thumb,
.header-logo,
.site-logo {
    -webkit-touch-callout: none;
    user-select: none;
}
/* Silent Violence — premium interface refinements */
:root {
    --sv-bg: #060708;
    --sv-bg-soft: #090b0e;
    --sv-panel: rgba(14, 16, 20, .82);
    --sv-panel-solid: #0c0e11;
    --sv-ink: #f2eee8;
    --sv-ink-soft: rgba(242, 238, 232, .72);
    --sv-muted: rgba(202, 207, 214, .56);
    --sv-line: rgba(255, 255, 255, .09);
    --sv-line-strong: rgba(255, 255, 255, .16);
    --sv-paper: #ebe7e0;
    --sv-paper-bright: #f8f5ef;
    --sv-dark-ink: #0a0b0d;
    --sv-radius-xs: 10px;
    --sv-radius-sm: 14px;
    --sv-radius-md: 20px;
    --sv-radius-lg: 28px;
    --sv-radius-xl: 36px;
    --sv-shadow: 0 30px 90px rgba(0, 0, 0, .34);
    --sv-shadow-deep: 0 46px 140px rgba(0, 0, 0, .52);
    --sv-serif: "Iowan Old Style", "Baskerville", "Times New Roman", Georgia, serif;
    --sv-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html {
    color-scheme: dark;
    scrollbar-color: rgba(255,255,255,.22) #070809;
}

body {
    background:
        radial-gradient(circle at 50% -12%, rgba(197, 205, 217, .055), transparent 28%),
        radial-gradient(circle at 0% 58%, rgba(132, 143, 158, .025), transparent 32%),
        linear-gradient(180deg, #080a0d 0%, #060708 58%, #050607 100%);
    color: var(--sv-ink);
    font-family: var(--sv-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

::selection {
    background: rgba(235, 231, 224, .92);
    color: #07080a;
}

:focus-visible {
    outline: 1px solid rgba(248, 245, 239, .82);
    outline-offset: 4px;
}

/* Header */
.site-header {
    height: 72px;
    padding-inline: clamp(18px, 3vw, 48px);
    background: linear-gradient(180deg, rgba(5, 6, 8, .88), rgba(5, 6, 8, .68));
    border-bottom: 1px solid rgba(255,255,255,.055);
    box-shadow: 0 18px 70px rgba(0,0,0,.26);
    backdrop-filter: blur(24px) saturate(124%);
    -webkit-backdrop-filter: blur(24px) saturate(124%);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .34s ease, transform .34s ease, height .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.site-header.scrolled,
body.search-open .site-header,
body.menu-open .site-header,
body.account-open .site-header {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.site-header::after {
    content: "";
    position: absolute;
    left: clamp(18px, 3vw, 48px);
    right: clamp(18px, 3vw, 48px);
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
    pointer-events: none;
}

.header-logo {
    width: 48px;
    height: 48px;
    opacity: .92;
}

.header-logo img {
    height: 43px;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.48));
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.header-logo:hover img {
    opacity: 1;
    filter: drop-shadow(0 14px 34px rgba(0,0,0,.58));
    transform: scale(1.025);
}

.header-right {
    gap: 9px;
}

.nav-icon,
.cart-link {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.105);
    border-radius: 999px;
    color: rgba(239, 236, 230, .78);
    background: linear-gradient(180deg, rgba(255,255,255,.048), rgba(255,255,255,.016));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 10px 34px rgba(0,0,0,.22);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: transform .24s ease, color .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}

.nav-icon:hover,
.nav-icon:focus-visible,
.nav-icon.active,
.cart-link:hover,
.cart-link:focus-visible {
    color: #fff;
    border-color: rgba(255,255,255,.26);
    background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.026));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.075), 0 14px 38px rgba(0,0,0,.30);
    transform: translateY(-2px);
}

.nav-icon svg,
.cart-link svg {
    width: 19px;
    height: 19px;
    stroke-width: 1.45;
}

.cart-count {
    top: -3px;
    right: -3px;
    min-width: 19px;
    height: 19px;
    padding-inline: 5px;
    color: #08090b;
    background: var(--sv-paper-bright);
    box-shadow: 0 0 0 4px rgba(6,7,8,.94), 0 8px 18px rgba(0,0,0,.35);
    font-size: 12px;
    font-weight: 900;
}

/* Search */
.search-panel {
    top: 72px !important;
    background: rgba(6, 7, 9, .94);
    border-bottom-color: rgba(255,255,255,.07);
    box-shadow: 0 36px 100px rgba(0,0,0,.52);
}

.search-box,
.search-box.search-box-compact {
    max-width: 880px;
    padding: 22px 28px 26px;
}

.search-field {
    height: 62px;
    padding: 0 22px;
    gap: 15px;
    border-radius: 18px;
    border-color: rgba(255,255,255,.13);
    background: linear-gradient(180deg, rgba(255,255,255,.043), rgba(255,255,255,.018));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 52px rgba(0,0,0,.24);
}

.search-field::before {
    inset: 5px;
    border-radius: 13px;
}

.search-field:focus-within {
    border-color: rgba(255,255,255,.28);
    transform: translateY(-1px);
}

.search-box input,
.search-box.search-box-compact input {
    font-family: var(--sv-serif) !important;
    font-size: clamp(24px, 2.2vw, 34px) !important;
    letter-spacing: -.025em !important;
}

/* Typography */
.eyebrow,
.section-kicker,
.product-category,
.product-preorder-label,
.product-story__kicker,
.cart-control > span,
.product-cart-field > span,
.order-field > span,
.order-field label > span {
    color: rgba(194, 201, 211, .57);
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 30px;
    color: rgba(221, 224, 229, .62);
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .19em;
    text-transform: uppercase;
    transition: color .22s ease, transform .22s ease;
}

.back-link::before {
    content: "←";
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    transition: transform .22s ease;
}

.back-link::after {
    display: none;
}

.back-link:hover,
.back-link:focus-visible {
    color: var(--sv-ink);
    transform: translateX(-2px);
}

.back-link:hover::before {
    transform: translateX(-3px);
}

/* Premium buttons */
.btn,
.product-buy-link,
.catalog-empty-reset,
.pickup-map-button,
.cookie-button {
    position: relative;
    isolation: isolate;
    min-height: 54px;
    border-radius: 999px;
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .19em;
    text-transform: uppercase;
    overflow: hidden;
    transition: transform .24s ease, border-color .24s ease, background .24s ease, color .24s ease, box-shadow .24s ease, opacity .24s ease;
}

.btn::before,
.product-buy-link::before,
.catalog-empty-reset::before,
.pickup-map-button::before,
.cookie-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255,255,255,.12);
    pointer-events: none;
}

.btn::after,
.product-buy-link::after,
.catalog-empty-reset::after,
.pickup-map-button::after,
.cookie-button::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -140%;
    left: -32%;
    width: 34%;
    height: 380%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent);
    transform: rotate(18deg);
    transition: left .55s cubic-bezier(.2,.75,.25,1);
    pointer-events: none;
}

.btn:hover::after,
.product-buy-link:hover::after,
.catalog-empty-reset:hover::after,
.pickup-map-button:hover::after,
.cookie-button:hover::after {
    left: 112%;
}

.btn-primary,
.product-buy-link.btn-primary,
.catalog-empty-reset {
    border: 1px solid rgba(255,255,255,.34);
    color: var(--sv-dark-ink);
    background: linear-gradient(180deg, var(--sv-paper-bright) 0%, #d8d4cd 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 18px 50px rgba(213, 210, 202, .10), 0 3px 8px rgba(0,0,0,.34);
}

.btn-primary:hover,
.btn-primary:focus-visible,
.product-buy-link.btn-primary:hover,
.product-buy-link.btn-primary:focus-visible,
.catalog-empty-reset:hover,
.catalog-empty-reset:focus-visible {
    color: #050607;
    border-color: rgba(255,255,255,.8);
    background: linear-gradient(180deg, #fffdf8 0%, #e8e4dc 100%);
    box-shadow: inset 0 1px 0 #fff, 0 24px 66px rgba(224, 220, 211, .16), 0 6px 16px rgba(0,0,0,.34);
    transform: translateY(-2px);
}

.btn-outline,
.pickup-map-button,
.cookie-button--quiet {
    border: 1px solid rgba(255,255,255,.13);
    color: rgba(242,238,232,.85);
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 34px rgba(0,0,0,.20);
}

.btn-outline:hover,
.btn-outline:focus-visible,
.pickup-map-button:hover,
.pickup-map-button:focus-visible,
.cookie-button--quiet:hover,
.cookie-button--quiet:focus-visible {
    border-color: rgba(255,255,255,.28);
    color: #fff;
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.027));
    transform: translateY(-2px);
}

.btn:active,
.product-buy-link:active,
.catalog-empty-reset:active,
.pickup-map-button:active,
.cookie-button:active {
    transform: translateY(0) scale(.99);
}

.btn:disabled,
.product-buy-link:disabled,
.pickup-map-button:disabled {
    cursor: wait;
    opacity: .56;
    transform: none;
}

/* Home catalogue */
.catalog {
    max-width: 1280px;
}

.catalog-topline {
    color: rgba(204, 210, 218, .40);
}

.category-tabs {
    gap: 8px;
    padding: 5px;
    width: fit-content;
    max-width: calc(100% - 32px);
    margin-inline: auto;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 999px;
    background: rgba(255,255,255,.02);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 16px 54px rgba(0,0,0,.22);
}

.category-tab {
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: rgba(213, 217, 223, .53);
    background: transparent;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .17em;
}

.category-tab:hover,
.category-tab:focus-visible {
    color: rgba(247,244,239,.9);
    border-color: rgba(255,255,255,.08);
    background: rgba(255,255,255,.038);
    transform: none;
}

.category-tab.active,
.category-tab.active:hover,
.category-tab.active:focus-visible {
    color: #090a0c;
    border-color: rgba(255,255,255,.34);
    background: linear-gradient(180deg, #f1eee8, #d2cec7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 8px 24px rgba(0,0,0,.28);
    transform: none;
}

.catalog .products-grid-premium {
    gap: 24px 20px;
}

.catalog .product-card {
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.035), transparent 32%),
        linear-gradient(180deg, rgba(16,19,24,.88), rgba(9,11,14,.94));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 18px 52px rgba(0,0,0,.16);
}

.catalog .product-card::before {
    inset: 6px;
    border-radius: 16px;
    border-color: rgba(255,255,255,.035);
}

.catalog .product-card:hover {
    border-color: rgba(255,255,255,.16);
    transform: translateY(-7px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 38px 100px rgba(0,0,0,.38);
}

.product-image-gallery {
    overflow: hidden;
    border-radius: 21px 21px 0 0;
}

.product-image-gallery::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    background: linear-gradient(180deg, transparent, rgba(5,6,8,.26));
    pointer-events: none;
}

.product-gallery-nav {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    background: rgba(5,6,8,.56);
    box-shadow: 0 10px 26px rgba(0,0,0,.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.product-gallery-counter {
    color: rgba(245,242,237,.70);
}

.product-info-compact {
    min-height: 112px;
    padding: 20px 20px 18px;
    background: linear-gradient(180deg, rgba(9,11,14,.86), rgba(8,10,13,.96));
}

.product-info-compact h3 {
    margin: 0 0 19px;
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: -.01em;
}

.product-title-link {
    transition: color .22s ease;
}

.product-title-link:hover {
    color: #fff;
}

.product-price {
    color: rgba(240,236,230,.68);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

/* Product page */
.product-page-body {
    background:
        radial-gradient(circle at 8% 18%, rgba(194,203,216,.035), transparent 28%),
        linear-gradient(180deg, #080a0d 0%, #060708 100%);
}

.product-hero {
    max-width: 1380px;
    padding-top: 126px;
    gap: clamp(44px, 6vw, 90px);
}

.product-gallery-main {
    border-radius: 18px;
    border-color: rgba(255,255,255,.08);
    background: #0a0c0f;
    box-shadow: var(--sv-shadow-deep);
}

.product-gallery-main::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255,255,255,.035);
    border-radius: 12px;
    pointer-events: none;
}

.product-gallery-thumb {
    border-radius: 12px;
    border-color: rgba(255,255,255,.08);
    overflow: hidden;
    transition: border-color .22s ease, opacity .22s ease, transform .22s ease;
}

.product-gallery-thumb:hover,
.product-gallery-thumb:focus-visible,
.product-gallery-thumb.active,
.product-gallery-thumb.is-active {
    border-color: rgba(255,255,255,.34);
    transform: translateY(-2px);
}

.product-detail h1 {
    margin-bottom: 24px;
    color: var(--sv-ink);
    font-family: var(--sv-serif);
    font-size: clamp(46px, 4.4vw, 72px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.048em;
}

.product-detail-text {
    color: rgba(213,216,222,.62);
}

.product-preorder-label {
    margin-bottom: 8px;
}

.product-price-large {
    color: var(--sv-ink);
    font-size: 27px;
    font-weight: 650;
    letter-spacing: -.025em;
}

.product-buy-card {
    position: relative;
    max-width: 540px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 22px;
    background:
        radial-gradient(circle at 15% 0%, rgba(255,255,255,.035), transparent 35%),
        linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.012));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 22px 70px rgba(0,0,0,.22);
}

.product-buy-card::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(255,255,255,.025);
    border-radius: 15px;
    pointer-events: none;
}

.product-buy-status {
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.product-buy-status span {
    background: #b9c5a9;
    box-shadow: 0 0 0 4px rgba(185,197,169,.07), 0 0 20px rgba(185,197,169,.22);
}

.product-buy-status strong {
    font-size: 12px;
    letter-spacing: .17em;
}

.product-buy-status small {
    color: rgba(204,208,214,.43);
    font-size: 12px;
}

.product-cart-options {
    position: relative;
    z-index: 1;
    gap: 10px;
}

.product-cart-field {
    gap: 9px;
}

.product-cart-field select,
.product-quantity-control,
.cart-control select,
.cart-quantity {
    min-height: 50px;
    border: 1px solid rgba(255,255,255,.105);
    border-radius: 13px;
    color: rgba(244,241,236,.92);
    background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.014));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
    transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.product-cart-field select,
.cart-control select {
    padding: 0 42px 0 15px;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(238,235,230,.66) 50%),
        linear-gradient(135deg, rgba(238,235,230,.66) 50%, transparent 50%),
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.014));
    background-position:
        calc(100% - 18px) 21px,
        calc(100% - 13px) 21px,
        0 0;
    background-size: 5px 5px, 5px 5px, 100% 100%;
    background-repeat: no-repeat;
    appearance: none;
}

.product-cart-field select:hover,
.product-cart-field select:focus,
.cart-control select:hover,
.cart-control select:focus,
.product-quantity-control:hover,
.cart-quantity:hover {
    border-color: rgba(255,255,255,.23);
    background-color: rgba(255,255,255,.025);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 10px 26px rgba(0,0,0,.15);
}

.product-quantity-control,
.cart-quantity {
    overflow: hidden;
}

.product-quantity-control button,
.cart-quantity button {
    color: rgba(241,238,233,.72);
    font-size: 18px;
    transition: color .2s ease, background .2s ease;
}

.product-quantity-control button:hover,
.cart-quantity button:hover {
    color: #fff;
    background: rgba(255,255,255,.055);
}

.product-quantity-control input,
.cart-quantity input {
    color: var(--sv-ink);
    font-size: 13px;
    font-weight: 700;
}

.product-buy-link,
.product-buy-link.btn-primary {
    min-height: 56px;
    margin: 18px 0 12px;
}

.product-cart-open-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(214,218,224,.55);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
    transition: color .22s ease, transform .22s ease;
}

.product-cart-open-link::after {
    content: "→";
    font-size: 13px;
    font-weight: 400;
    transition: transform .22s ease;
}

.product-cart-open-link:hover,
.product-cart-open-link:focus-visible {
    color: #fff;
}

.product-cart-open-link:hover::after {
    transform: translateX(4px);
}

.product-story {
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.075);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.007));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.018), 0 24px 80px rgba(0,0,0,.18);
}

.product-story__lead {
    padding-left: 38px;
    border-right-color: rgba(255,255,255,.065);
}

.product-story__lead h2 {
    font-family: var(--sv-serif);
    letter-spacing: -.035em;
}

.product-disclosure-list {
    padding-right: 34px;
}

.product-disclosure summary {
    transition: color .22s ease, padding-left .22s ease;
}

.product-disclosure summary:hover {
    padding-left: 4px;
}

.product-fact-grid,
.product-feature-grid,
.product-service-steps {
    gap: 8px;
    border: 0;
    background: transparent;
}

.product-fact-card,
.product-feature-grid > div,
.product-service-steps > div {
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 13px;
    background: rgba(255,255,255,.016);
}

/* Forms */
.order-form {
    position: relative;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 26px;
    background:
        radial-gradient(circle at 15% 0%, rgba(255,255,255,.035), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.009));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.022), 0 34px 100px rgba(0,0,0,.26);
}

.order-form::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255,255,255,.024);
    border-radius: 18px;
    pointer-events: none;
}

.order-form-head {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.065);
}

.order-form-head h2 {
    color: var(--sv-ink);
    font-family: var(--sv-serif);
    font-size: clamp(34px, 3vw, 48px);
    letter-spacing: -.035em;
}

.order-form-head span,
.order-note {
    color: rgba(203,208,216,.56);
}

.order-grid,
.order-consents,
.order-submit,
.order-note {
    position: relative;
    z-index: 1;
}

.order-field {
    gap: 9px;
}

.order-field input,
.order-field select,
.order-field textarea,
.order-field-static {
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.095);
    border-radius: 13px;
    color: rgba(244,241,236,.9);
    background: linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.011));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
    font-family: var(--sv-sans);
    font-size: 13px;
    transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.order-field textarea {
    min-height: 110px;
}

.order-field input:hover,
.order-field select:hover,
.order-field textarea:hover {
    border-color: rgba(255,255,255,.16);
}

.order-field input:focus,
.order-field select:focus,
.order-field textarea:focus {
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.025);
    box-shadow: 0 0 0 4px rgba(255,255,255,.025), 0 12px 34px rgba(0,0,0,.18);
    transform: translateY(-1px);
}

.pickup-point-control {
    gap: 10px;
}

.pickup-map-button {
    min-height: 52px;
    border-radius: 13px;
}

.order-consents {
    display: grid;
    gap: 10px;
    margin: 22px 0 24px;
}

.order-consent {
    margin: 0;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 13px;
    background: rgba(255,255,255,.012);
    transition: border-color .22s ease, background .22s ease;
}

.order-consent:hover {
    border-color: rgba(255,255,255,.12);
    background: rgba(255,255,255,.022);
}

.order-consent input {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    margin-top: 2px;
    accent-color: #e8e4dc;
}

.order-consent span {
    color: rgba(204,209,216,.59);
    font-size: 12px;
    line-height: 1.62;
}

.order-consent a {
    color: rgba(244,241,236,.84);
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,.24);
    text-underline-offset: 3px;
}

.order-submit {
    min-height: 58px;
}

/* Cart page */
.cart-page {
    background:
        radial-gradient(circle at 50% 4%, rgba(198,205,216,.045), transparent 24%),
        linear-gradient(180deg, #08090b 0%, #060708 100%);
}

.cart-main {
    padding-top: 72px;
}

.cart-hero,
.cart-layout,
.cart-order-section .product-section-shell {
    width: min(1240px, calc(100% - 48px));
}

.cart-hero {
    position: relative;
    padding: 68px 0 48px;
    border-bottom-color: rgba(255,255,255,.075);
}

.cart-hero::after {
    content: "BAG";
    position: absolute;
    right: 0;
    bottom: 22px;
    color: rgba(255,255,255,.018);
    font-family: var(--sv-serif);
    font-size: clamp(90px, 14vw, 190px);
    line-height: .72;
    letter-spacing: -.07em;
    pointer-events: none;
}

.cart-hero .back-link {
    margin-bottom: 32px;
}

.cart-hero .eyebrow {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.cart-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 0 17px;
    color: var(--sv-ink);
    font-family: var(--sv-serif);
    font-size: clamp(58px, 8vw, 104px);
    font-weight: 400;
    line-height: .9;
    letter-spacing: -.065em;
}

.cart-hero > p:last-child {
    position: relative;
    z-index: 1;
    max-width: 640px;
    color: rgba(207,211,218,.58);
    font-size: 14px;
    line-height: 1.72;
}

.cart-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    padding: 42px 0 76px;
}

.cart-layout.is-empty {
    display: block;
}

.cart-layout.is-empty .cart-content {
    width: 100%;
}

.cart-items {
    gap: 14px;
    border: 0;
    background: transparent;
}

.cart-item {
    position: relative;
    grid-template-columns: 176px minmax(0, 1fr);
    gap: 26px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255,255,255,.026), transparent 28%),
        linear-gradient(180deg, rgba(16,18,22,.88), rgba(10,12,15,.94));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02), 0 20px 58px rgba(0,0,0,.18);
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.cart-item:hover {
    border-color: rgba(255,255,255,.13);
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 26px 72px rgba(0,0,0,.26);
}

.cart-item-image {
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 16px 42px rgba(0,0,0,.28);
}

.cart-item-image img {
    transition: transform .55s ease;
}

.cart-item:hover .cart-item-image img {
    transform: scale(1.025);
}

.cart-item-body {
    gap: 22px;
}

.cart-item-top .eyebrow {
    margin: 0 0 10px;
}

.cart-item-top h2 {
    margin: 0;
    font-family: var(--sv-serif);
    font-size: clamp(25px, 2.5vw, 36px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.cart-remove {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 999px;
    color: rgba(215,219,225,.43);
    background: rgba(255,255,255,.012);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.cart-remove svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
}

.cart-remove:hover,
.cart-remove:focus-visible {
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.035);
    transform: translateY(-1px);
}

.cart-item-controls {
    grid-template-columns: minmax(130px, .7fr) minmax(170px, .85fr) auto;
    gap: 12px;
}

.cart-control {
    gap: 8px;
}

.cart-line-price {
    align-self: end;
    padding: 0 2px 14px 18px;
    color: var(--sv-ink);
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -.025em;
}

.cart-summary {
    top: 98px;
    padding: 27px;
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 22px;
    background:
        radial-gradient(circle at 20% 0%, rgba(255,255,255,.04), transparent 34%),
        linear-gradient(180deg, rgba(17,19,23,.91), rgba(10,12,15,.94));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 30px 90px rgba(0,0,0,.30);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.cart-summary::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(255,255,255,.026);
    border-radius: 15px;
    pointer-events: none;
}

.cart-summary .eyebrow,
.cart-summary-row,
.cart-summary > p,
.cart-summary .btn {
    position: relative;
    z-index: 1;
}

.cart-summary .eyebrow {
    margin-bottom: 9px;
}

.cart-summary-row {
    padding: 17px 0;
    border-bottom-color: rgba(255,255,255,.07);
    color: rgba(207,211,218,.55);
    font-size: 12px;
}

.cart-summary-row strong {
    font-weight: 650;
}

.cart-summary-total {
    margin-bottom: 18px;
}

.cart-summary-total strong {
    font-size: 27px;
    letter-spacing: -.03em;
}

.cart-summary > p:not(.eyebrow) {
    color: rgba(200,205,213,.46);
    font-size: 12px;
    line-height: 1.65;
}

.cart-summary .btn {
    min-height: 56px;
}

.cart-empty {
    position: relative;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(360px, 1.15fr);
    align-items: center;
    gap: clamp(36px, 7vw, 94px);
    padding: clamp(42px, 6vw, 78px);
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 30px;
    text-align: left;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 42%, rgba(210,216,225,.07), transparent 27%),
        radial-gradient(circle at 0% 100%, rgba(134,145,160,.035), transparent 30%),
        linear-gradient(135deg, rgba(15,17,21,.94), rgba(8,10,13,.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025), var(--sv-shadow-deep);
}

.cart-empty::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255,255,255,.028);
    border-radius: 21px;
    pointer-events: none;
}

.cart-empty::after {
    content: "SILENT VIOLENCE";
    position: absolute;
    left: 38px;
    bottom: 23px;
    color: rgba(255,255,255,.025);
    font-family: var(--sv-serif);
    font-size: clamp(54px, 8.5vw, 118px);
    line-height: .72;
    letter-spacing: -.045em;
    white-space: nowrap;
    pointer-events: none;
}

.cart-empty-copy,
.cart-empty-art {
    position: relative;
    z-index: 2;
}

.cart-empty .eyebrow {
    margin-bottom: 17px;
}

.cart-empty h2 {
    max-width: 520px;
    margin: 0 0 20px;
    color: var(--sv-ink);
    font-family: var(--sv-serif);
    font-size: clamp(48px, 6.4vw, 88px);
    font-weight: 400;
    line-height: .91;
    letter-spacing: -.065em;
}

.cart-empty > p:not(.eyebrow),
.cart-empty-copy > p:not(.eyebrow) {
    max-width: 470px;
    margin: 0 0 28px;
    color: rgba(207,211,218,.57);
    font-size: 14px;
    line-height: 1.72;
}

.cart-empty-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.cart-empty-actions .btn {
    min-width: 210px;
}

.cart-empty-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(219,222,227,.55);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    transition: color .2s ease;
}

.cart-empty-secondary::after {
    content: "→";
    font-size: 13px;
    font-weight: 400;
    transition: transform .2s ease;
}

.cart-empty-secondary:hover,
.cart-empty-secondary:focus-visible {
    color: #fff;
}

.cart-empty-secondary:hover::after {
    transform: translateX(4px);
}

.cart-empty-art {
    min-height: 340px;
    display: grid;
    place-items: center;
}

.cart-empty-halo {
    position: absolute;
    width: min(410px, 92%);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(225,230,237,.09), rgba(225,230,237,.022) 43%, transparent 69%);
    filter: blur(.4px);
}

.cart-empty-bag {
    position: relative;
    isolation: isolate;
    width: min(292px, 78%);
    aspect-ratio: .82;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px 22px 34px 34px;
    background:
        radial-gradient(circle at 25% 4%, rgba(255,255,255,.075), transparent 34%),
        linear-gradient(150deg, rgba(255,255,255,.045), transparent 42%),
        linear-gradient(180deg, #15171a 0%, #0a0b0e 66%, #07080a 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.07),
        inset 0 -24px 45px rgba(0,0,0,.18),
        0 42px 100px rgba(0,0,0,.48);
    transform: rotate(1.25deg) perspective(900px) rotateY(-2deg);
}

.cart-empty-bag::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -64px;
    width: 124px;
    height: 96px;
    border: 1px solid rgba(255,255,255,.14);
    border-bottom: 0;
    border-radius: 70px 70px 0 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
    transform: translateX(-50%);
}

.cart-empty-bag::after {
    content: "";
    position: absolute;
    inset: 9px;
    border: 1px solid rgba(255,255,255,.026);
    border-radius: 15px 15px 27px 27px;
    pointer-events: none;
}

.cart-empty-bag-brand {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding-top: 8px;
}

.cart-empty-bag-brand img {
    width: 58px;
    height: auto;
    display: block;
    opacity: .7;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,.5));
}

.cart-empty-bag-brand span {
    color: rgba(235,232,227,.58);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .29em;
    text-transform: uppercase;
}

.cart-empty-tag {
    position: absolute;
    right: 0;
    bottom: 11%;
    width: 136px;
    padding: 16px 16px 15px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.04), transparent 52%),
        rgba(8,9,12,.88);
    box-shadow: 0 22px 58px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.035);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: rotate(-4deg);
}

.cart-empty-tag::before {
    content: "";
    position: absolute;
    right: calc(100% - 7px);
    top: 16px;
    width: 76px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.16));
    transform: rotate(11deg);
    transform-origin: right center;
}

.cart-empty-tag span,
.cart-empty-tag strong {
    display: block;
}

.cart-empty-tag span {
    margin-bottom: 9px;
    color: rgba(202,207,214,.45);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.cart-empty-tag strong {
    color: rgba(244,241,236,.9);
    font-family: var(--sv-serif);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.05;
}


.cart-empty-benefits {
    grid-column: 1 / -1;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -8px;
    border-top: 1px solid rgba(255,255,255,.065);
}

.cart-empty-benefits div {
    min-height: 80px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 22px 20px 8px;
    border-right: 1px solid rgba(255,255,255,.055);
}

.cart-empty-benefits div:last-child {
    border-right: 0;
}

.cart-empty-benefits i {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    color: rgba(238,235,230,.68);
    font-style: normal;
    font-size: 12px;
}

.cart-empty-benefits span {
    color: rgba(211,215,221,.54);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.cart-order-section {
    padding-bottom: 70px;
}

.cart-order-section .order-form {
    padding: clamp(28px, 4vw, 48px);
}

/* Modal, toast and footer */
.toast {
    right: 22px;
    bottom: 22px;
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(12,14,17,.91);
    box-shadow: 0 24px 70px rgba(0,0,0,.38);
    color: rgba(244,241,236,.9);
    font-size: 12px;
}

.footer {
    max-width: 1280px;
    padding-top: 42px;
    padding-bottom: 44px;
    border-top-color: rgba(255,255,255,.075);
}

.footer::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}

.footer h3 {
    margin-bottom: 11px;
    color: rgba(245,241,235,.92);
    font-family: var(--sv-serif);
    font-size: 25px;
    letter-spacing: -.025em;
}

.footer p {
    color: rgba(197,203,211,.48);
    font-size: 12px;
    line-height: 1.72;
}

.footer-links {
    display: grid;
    gap: 2px;
}

.legal-footer-links {
    margin-top: 12px;
}

.legal-footer-links a,
.cookie-settings-link {
    color: rgba(203,208,216,.43);
    transition: color .2s ease;
}

.legal-footer-links a:hover,
.cookie-settings-link:hover {
    color: rgba(245,242,237,.82);
}

/* Cookie UI */
.cookie-banner,
.cookie-settings {
    border-color: rgba(255,255,255,.10);
    border-radius: 22px;
    background: rgba(10,12,15,.94);
    box-shadow: 0 34px 100px rgba(0,0,0,.48);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.cookie-button {
    min-height: 44px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 1040px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }

    .cart-empty {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }

    .product-story__lead {
        padding-left: 30px;
        padding-right: 30px;
    }

    .product-disclosure-list {
        padding: 0 30px;
    }
}

@media (max-width: 760px) {
    .site-header,
    .site-header.scrolled,
    body.search-open .site-header {
        height: 64px;
        padding-inline: 14px;
    }

    .site-header::after {
        left: 14px;
        right: 14px;
    }

    .header-logo {
        width: 44px;
        height: 44px;
    }

    .header-logo img {
        height: 39px;
    }

    .nav-icon,
    .cart-link {
        width: 38px;
        height: 38px;
    }

    .search-panel {
        top: 64px !important;
    }

    .search-box,
    .search-box.search-box-compact {
        padding: 12px 14px 15px;
    }

    .search-field {
        height: 52px;
        border-radius: 15px;
    }

    .btn,
    .product-buy-link,
    .catalog-empty-reset {
        min-height: 52px;
    }

    .category-tabs {
        width: calc(100% - 28px);
        max-width: none;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 4px;
        scrollbar-width: none;
    }

    .category-tabs::-webkit-scrollbar {
        display: none;
    }

    .category-tab {
        flex: 0 0 auto;
        min-height: 36px;
        padding-inline: 15px;
    }

    .catalog .products-grid-premium {
        gap: 16px;
    }

    .catalog .product-card {
        border-radius: 18px;
    }

    .product-image-gallery {
        border-radius: 17px 17px 0 0;
    }

    .product-info-compact {
        min-height: 104px;
        padding: 17px 16px 15px;
    }

    .product-hero {
        padding-top: 92px;
        gap: 31px;
    }

    .product-gallery-main {
        border-radius: 14px;
    }

    .product-detail h1 {
        font-size: clamp(43px, 13vw, 58px);
    }

    .product-buy-card {
        padding: 18px;
        border-radius: 18px;
    }

    .product-cart-options {
        grid-template-columns: 1fr;
    }

    .product-story {
        border-radius: 20px;
    }

    .product-story__lead {
        padding: 28px 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.065);
    }

    .product-disclosure-list {
        padding: 0 22px;
    }

    .order-form {
        border-radius: 20px;
    }

    .pickup-point-control {
        display: grid;
    }

    .cart-main {
        padding-top: 64px;
    }

    .cart-hero,
    .cart-layout,
    .cart-order-section .product-section-shell {
        width: min(100% - 26px, 1240px);
    }

    .cart-hero {
        padding: 44px 0 34px;
    }

    .cart-hero::after {
        display: none;
    }

    .cart-hero h1 {
        font-size: clamp(55px, 17vw, 78px);
    }

    .cart-layout {
        padding: 26px 0 54px;
    }

    .cart-empty {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 38px 24px 30px;
        border-radius: 23px;
        text-align: center;
    }

    .cart-empty h2 {
        max-width: 520px;
        margin-inline: auto;
        font-size: clamp(47px, 15vw, 68px);
    }

    .cart-empty-copy > p:not(.eyebrow) {
        margin-inline: auto;
    }

    .cart-empty-actions {
        justify-content: center;
    }

    .cart-empty-art {
        order: -1;
        min-height: 255px;
    }

    .cart-empty-bag {
        width: min(215px, 70%);
    }

    .cart-empty-bag::before {
        top: -43px;
        width: 90px;
        height: 66px;
    }

    .cart-empty-bag-brand {
        gap: 13px;
    }

    .cart-empty-bag-brand img {
        width: 44px;
    }

    .cart-empty-bag-brand span {
        font-size: 12px;
    }

    .cart-empty-tag {
        right: 7%;
        bottom: 4%;
    }

    .cart-empty-benefits {
        grid-template-columns: 1fr;
        margin-top: 3px;
    }

    .cart-empty-benefits div {
        min-height: 62px;
        padding: 14px 4px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.055);
        justify-content: center;
    }

    .cart-empty-benefits div:last-child {
        border-bottom: 0;
    }

    .cart-item {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 15px;
        padding: 13px;
        border-radius: 18px;
    }

    .cart-item-image {
        border-radius: 11px;
    }

    .cart-item-top {
        gap: 10px;
    }

    .cart-item-top h2 {
        font-size: 25px;
    }

    .cart-remove {
        width: 35px;
        height: 35px;
        justify-content: center;
        padding: 0;
    }

    .cart-remove span {
        display: none;
    }

    .cart-item-controls {
        grid-template-columns: 1fr;
    }

    .cart-line-price {
        padding: 5px 0 0;
    }

    .cart-summary {
        padding: 22px;
        border-radius: 18px;
    }

    .footer {
        gap: 22px;
    }
}

@media (max-width: 470px) {
    .cart-empty-actions {
        display: grid;
    }

    .cart-empty-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .cart-item {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .cart-item-top {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .cart-item-top h2 {
        font-size: 21px;
    }

    .cart-item-top .eyebrow {
        font-size: 12px;
    }
}

/* Final responsive guard: collapse editorial product grid before it can overflow. */
@media (max-width: 1050px) {
    .product-story {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .product-story__lead {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.065);
    }

    .product-disclosure-list {
        min-width: 0;
    }
}

.product-buy-link.is-added,
.product-buy-link.btn-primary.is-added {
    filter: none !important;
    color: #0a0c0a;
    border-color: rgba(235, 242, 226, .72);
    background: linear-gradient(180deg, #e7eddf, #cbd5bf);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 20px 54px rgba(183, 199, 164, .12);
}

/* Catalog cards — final luxury product system */
.catalog .product-info-compact {
    min-height: 158px !important;
    padding: 18px 22px 19px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    text-align: left !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .022), transparent 42%),
        linear-gradient(180deg, rgba(10, 12, 15, .91), rgba(7, 9, 12, .992));
    transition: background .32s ease;
}

.catalog .product-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 16px;
    color: rgba(195, 200, 208, .43);
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.catalog .product-card-meta span:last-child {
    max-width: 58%;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog .product-info-compact h3,
.catalog .product-info h3 {
    width: 100% !important;
    min-height: 34px !important;
    margin: 13px 0 0 !important;
    display: block !important;
    text-align: left !important;
    line-height: 1.18 !important;
}

.catalog .product-info-compact h3 {
    font-family: var(--sv-sans) !important;
    font-size: clamp(13px, .88vw, 15px) !important;
    font-weight: 520 !important;
    letter-spacing: .012em !important;
}

.catalog .product-title-link {
    display: block !important;
    width: 100% !important;
    color: rgba(236, 234, 230, .87) !important;
    overflow-wrap: normal !important;
    text-decoration: none;
    text-wrap: balance;
    transition: color .22s ease, opacity .22s ease;
}

.catalog .product-title-link:hover,
.catalog .product-title-link:focus-visible {
    color: rgba(255, 253, 249, .98) !important;
    opacity: 1 !important;
}

.catalog .product-card-footer {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .058);
}

.catalog .product-card-footer::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 46px;
    height: 1px;
    background: linear-gradient(90deg, rgba(239, 235, 228, .34), transparent);
}

.catalog .product-price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(246, 242, 235, .95) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    font-variant-numeric: tabular-nums;
}

.catalog .product-price-label {
    color: rgba(188, 193, 201, .38);
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: .20em;
    text-transform: uppercase;
}

.catalog .product-price-line {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}

.catalog .product-price-value {
    font-family: var(--sv-sans);
    font-size: 18px;
    font-weight: 570;
    line-height: .95;
    letter-spacing: .055em;
}

.catalog .product-price-currency {
    color: rgba(197, 201, 207, .48);
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 690;
    transform: translateY(-1px);
}

.catalog .product-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 24px;
    color: rgba(202, 206, 212, .49);
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: .19em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .24s ease;
}

.catalog .product-card-cta svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .24s ease;
}

.catalog .product-card-cta:hover,
.catalog .product-card-cta:focus-visible {
    color: rgba(248, 245, 240, .94);
}

.catalog .product-card-cta:hover svg,
.catalog .product-card-cta:focus-visible svg {
    transform: translateX(3px);
}

.catalog .product-card:hover .product-info-compact {
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .035), transparent 42%),
        linear-gradient(180deg, rgba(12, 14, 18, .95), rgba(8, 10, 13, .995));
}

/* Product page — editorial price treatment */
.product-preorder-label {
    margin-bottom: 9px;
    color: rgba(188, 193, 201, .46);
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .20em;
    text-transform: uppercase;
}

.product-price-large {
    display: inline-flex;
    align-items: baseline;
    gap: 9px;
    margin-bottom: 28px;
    color: var(--sv-ink);
    font-family: var(--sv-sans);
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.product-price-large-value {
    font-size: clamp(29px, 2.1vw, 36px);
    font-weight: 520;
    letter-spacing: .045em;
}

.product-price-large-currency {
    color: rgba(205, 209, 215, .52);
    font-size: 14px;
    font-weight: 680;
}

@media (max-width: 1100px) {
    .catalog .product-info-compact {
        min-height: 154px !important;
        padding: 17px 18px 18px !important;
    }

    .catalog .product-info-compact h3 {
        font-size: 13.5px !important;
    }
}

@media (max-width: 560px) {
    .catalog .product-info-compact {
        min-height: 150px !important;
        padding: 16px 18px 17px !important;
    }

    .catalog .product-info-compact h3 {
        min-height: 31px !important;
        margin-top: 11px !important;
        font-size: 14px !important;
    }

    .catalog .product-card-footer {
        padding-top: 14px;
    }

    .catalog .product-price-value {
        font-size: 17px;
    }
}



/* =========================================================
   Silent Violence — final product-page art direction
   Calm scale, consistent typography, controlled negative space
   ========================================================= */
@media (min-width: 1051px) {
    .product-hero {
        width: min(calc(100% - 64px), 1180px) !important;
        max-width: 1180px !important;
        grid-template-columns: minmax(0, 520px) minmax(390px, 500px) !important;
        justify-content: space-between;
        align-items: start;
        gap: clamp(64px, 6vw, 96px) !important;
        padding: 116px 0 72px !important;
    }

    .product-gallery-shell {
        width: 100%;
        max-width: 520px;
        gap: 14px;
    }

    .product-gallery-main {
        width: 100%;
        max-height: min(650px, 70vh);
        aspect-ratio: 4 / 5;
    }

    .product-gallery-thumbs {
        gap: 9px;
    }

    .product-gallery-thumb {
        border-radius: 8px;
    }

    .product-detail {
        width: 100%;
        max-width: 500px !important;
        padding-top: 12px !important;
    }
}

.product-gallery-main {
    background:
        radial-gradient(circle at 50% 24%, rgba(255,255,255,.025), transparent 34%),
        #090b0e !important;
    border-color: rgba(255,255,255,.075) !important;
    box-shadow: 0 28px 86px rgba(0,0,0,.32) !important;
}

.product-gallery-main::after {
    inset: 7px !important;
    border-color: rgba(255,255,255,.028) !important;
}

.product-gallery-main img {
    filter: saturate(.96) contrast(1.015) brightness(.985) !important;
}

.product-gallery-thumb {
    opacity: .68;
    background: #090b0e !important;
    border-color: rgba(255,255,255,.065) !important;
    box-shadow: none !important;
}

.product-gallery-thumb:hover,
.product-gallery-thumb:focus-visible,
.product-gallery-thumb.active,
.product-gallery-thumb.is-active {
    opacity: 1;
    border-color: rgba(244,240,233,.30) !important;
    transform: translateY(-1px) !important;
}

.product-detail .back-link {
    margin-bottom: 38px !important;
}

.product-detail .eyebrow {
    margin-bottom: 17px !important;
    color: rgba(194,201,211,.48) !important;
    font-size: 12px !important;
    letter-spacing: .24em !important;
}

.product-detail h1.product-title {
    width: 100%;
    max-width: 11.5ch !important;
    margin: 0 !important;
    color: rgba(246,242,235,.97) !important;
    font-family: var(--sv-serif) !important;
    font-size: clamp(54px, 4.25vw, 76px) !important;
    font-weight: 400 !important;
    line-height: .92 !important;
    letter-spacing: -.052em !important;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
}

.product-color {
    position: relative;
    width: fit-content;
    margin: 22px 0 30px;
    padding: 0 0 12px;
    color: rgba(202,207,214,.52);
    font-family: var(--sv-sans);
    font-size: 12px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.product-color::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, rgba(239,235,228,.42), transparent);
}

.product-detail-text {
    max-width: 48ch !important;
    margin: 0 0 32px !important;
    color: rgba(213,216,222,.56) !important;
    font-size: 14px !important;
    line-height: 1.78 !important;
}

.product-preorder-label {
    margin-bottom: 10px !important;
    color: rgba(188,193,201,.40) !important;
    font-size: 12px !important;
    letter-spacing: .22em !important;
}

.product-price-large {
    position: relative;
    display: flex !important;
    width: 100%;
    align-items: baseline;
    gap: 8px !important;
    margin: 0 0 30px !important;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.product-price-large::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 54px;
    height: 1px;
    background: rgba(239,235,228,.34);
}

.product-price-large-value {
    color: rgba(248,245,239,.96);
    font-size: clamp(30px, 2.15vw, 36px) !important;
    font-weight: 510 !important;
    letter-spacing: .05em !important;
}

.product-price-large-currency {
    color: rgba(205,209,215,.45) !important;
    font-size: 12px !important;
    font-weight: 690 !important;
}

.product-buy-card {
    max-width: 500px !important;
    padding: 20px !important;
    border-radius: 18px !important;
    border-color: rgba(255,255,255,.075) !important;
    background:
        radial-gradient(circle at 14% 0%, rgba(255,255,255,.025), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,.020), rgba(255,255,255,.009)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02), 0 20px 65px rgba(0,0,0,.20) !important;
}

.product-buy-card::before {
    inset: 6px !important;
    border-radius: 13px !important;
    border-color: rgba(255,255,255,.022) !important;
}

.product-buy-status {
    padding-bottom: 15px !important;
}

.product-cart-options {
    margin-top: 16px;
}

.product-cart-field select,
.product-quantity-control {
    min-height: 48px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.022) !important;
}

.product-buy-card .product-buy-link {
    min-height: 52px !important;
}

@media (max-width: 1050px) {
    .product-hero {
        width: min(calc(100% - 48px), 760px) !important;
        max-width: 760px !important;
        gap: 42px !important;
        padding-top: 102px !important;
    }

    .product-gallery-shell {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .product-gallery-main {
        max-height: 680px;
    }

    .product-detail {
        width: min(100%, 620px);
        max-width: 620px !important;
        margin-inline: auto;
    }

    .product-detail h1.product-title {
        max-width: 12ch !important;
        font-size: clamp(52px, 9vw, 72px) !important;
    }
}

@media (max-width: 760px) {
    .product-hero {
        width: 100% !important;
        padding: 88px 18px 42px !important;
        gap: 31px !important;
    }

    .product-gallery-shell {
        gap: 11px;
    }

    .product-gallery-main {
        max-height: none;
        border-radius: 12px !important;
    }

    .product-gallery-thumbs {
        gap: 8px !important;
    }

    .product-gallery-thumb {
        border-radius: 7px !important;
    }

    .product-detail .back-link {
        margin-bottom: 29px !important;
    }

    .product-detail h1.product-title {
        max-width: 11.5ch !important;
        font-size: clamp(45px, 13.2vw, 61px) !important;
        line-height: .93 !important;
    }

    .product-color {
        margin: 18px 0 25px;
    }

    .product-detail-text {
        margin-bottom: 28px !important;
        font-size: 13.5px !important;
        line-height: 1.72 !important;
    }

    .product-price-large {
        margin-bottom: 25px !important;
        padding-bottom: 17px;
    }

    .product-buy-card {
        max-width: none !important;
        padding: 17px !important;
        border-radius: 16px !important;
    }
}

@media (max-width: 430px) {
    .product-detail h1.product-title {
        font-size: clamp(42px, 12.8vw, 55px) !important;
    }

    .product-gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* =========================================================
   Silent Violence — final gallery refinement
   Editorial proportions, softer hierarchy, exact 4:5 imagery
   ========================================================= */
@media (min-width: 1051px) {
    .product-hero {
        width: min(calc(100% - 72px), 1200px) !important;
        max-width: 1200px !important;
        grid-template-columns: minmax(0, 490px) minmax(390px, 500px) !important;
        justify-content: space-between !important;
        gap: clamp(76px, 7vw, 112px) !important;
        padding-top: 112px !important;
        padding-bottom: 78px !important;
    }

    .product-gallery-shell {
        width: 100% !important;
        max-width: 490px !important;
        margin-top: 44px !important;
        gap: 12px !important;
    }

    .product-gallery-main {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        aspect-ratio: 4 / 5 !important;
    }

    .product-detail {
        max-width: 500px !important;
        padding-top: 0 !important;
    }
}

.product-gallery-main {
    border: 1px solid rgba(246, 241, 233, .075) !important;
    border-radius: 5px !important;
    background: #080a0d !important;
    box-shadow: 0 22px 68px rgba(0, 0, 0, .27) !important;
}

.product-gallery-main::after,
.product-gallery-main[data-product-lightbox-ready="true"]::after {
    inset: 0 !important;
    border: 0 !important;
    border-radius: inherit !important;
    background: linear-gradient(180deg, rgba(255,255,255,.008), transparent 72%, rgba(0,0,0,.10)) !important;
}

.product-gallery-main[data-product-lightbox-ready="true"]:hover::after,
.product-gallery-main[data-product-lightbox-ready="true"]:focus-visible::after {
    border: 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,.012), transparent 62%, rgba(0,0,0,.15)) !important;
}

.product-gallery-main img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

.product-gallery-thumbs {
    gap: 8px !important;
}

.product-gallery-thumb {
    border-radius: 3px !important;
    opacity: .62 !important;
}

.product-gallery-thumb:hover,
.product-gallery-thumb:focus-visible,
.product-gallery-thumb.active,
.product-gallery-thumb.is-active {
    opacity: 1 !important;
    transform: none !important;
}

.product-gallery-zoom-cue {
    right: 15px !important;
    bottom: 15px !important;
    min-height: 38px !important;
    padding: 0 13px !important;
    border-color: rgba(255,255,255,.13) !important;
    background: rgba(5, 7, 10, .58) !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.22) !important;
    font-size: 12px !important;
    letter-spacing: .14em !important;
    opacity: .68 !important;
}

@media (max-width: 1050px) {
    .product-gallery-shell {
        margin-top: 0 !important;
    }

    .product-gallery-main {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        aspect-ratio: 4 / 5 !important;
        border-radius: 5px !important;
    }
}

@media (max-width: 760px) {
    .product-gallery-main {
        border-radius: 4px !important;
    }

    .product-gallery-thumb {
        border-radius: 3px !important;
    }

    .product-gallery-zoom-cue {
        right: 12px !important;
        bottom: 12px !important;
    }
}

/* Final optical balance: one calm title scale and a restrained tablet gallery */
@media (min-width: 1051px) {
    .product-detail h1.product-title {
        max-width: 100% !important;
        font-size: clamp(52px, 3.75vw, 68px) !important;
        line-height: .94 !important;
        letter-spacing: -.047em !important;
    }
}

@media (min-width: 761px) and (max-width: 1050px) {
    .product-gallery-shell {
        width: min(100%, 560px) !important;
        max-width: 560px !important;
    }
}
/* Silent Violence — final frontend refinements.
   This file intentionally contains only stable overrides and is loaded last. */

.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;
}

/* The cinematic hidden header remains on the home hero only.
   Product, cart and legal pages always expose navigation immediately. */
body:not(.home-page) .site-header {
    height: 68px !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, .075) !important;
    background: linear-gradient(180deg, rgba(5, 7, 10, .94), rgba(5, 7, 10, .82)) !important;
    box-shadow: 0 20px 64px rgba(0, 0, 0, .28) !important;
    backdrop-filter: blur(18px) saturate(118%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(118%) !important;
}

body:not(.home-page) .search-panel {
    top: 68px !important;
}

/* Predictable keyboard focus across the dark interface. */
:where(a, button, input, select, textarea, summary):focus-visible {
    outline: 2px solid rgba(244, 239, 231, .9);
    outline-offset: 3px;
}

/* Catalog media now uses dedicated normalized thumbnails, not per-card transforms. */
.catalog .product-card,
.catalog .product-card:hover {
    --catalog-card-media-scale: 1 !important;
    --catalog-card-media-shift-y: 0 !important;
}

.catalog .product-image-gallery,
.catalog .product-image-slide {
    background: #0a0b0d;
}

.catalog .product-image-slide img,
.catalog .product-card:hover .product-image-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
}

/* Restore readable interface typography while keeping the editorial feel. */
.catalog .product-card-meta {
    font-size: 12px !important;
    letter-spacing: .17em !important;
    color: rgba(205, 210, 217, .58) !important;
}

.catalog .product-price-label {
    font-size: 12px !important;
    color: rgba(201, 205, 212, .56) !important;
}

.catalog .product-card-cta {
    font-size: 12px !important;
    letter-spacing: .15em !important;
    color: rgba(211, 215, 221, .66) !important;
}

.category-tab {
    min-height: 38px;
    font-size: 12px !important;
}

.product-preorder-label,
.product-story__kicker,
.product-detail .eyebrow,
.cart-page .eyebrow {
    font-size: 12px !important;
}

.product-detail-text,
.product-story__description,
.product-disclosure-list,
.order-form,
.cart-summary,
.footer,
.footer-legal {
    text-rendering: optimizeLegibility;
}

.footer p,
.footer-links,
.footer-legal {
    font-size: 12px !important;
    color: rgba(205, 210, 218, .66) !important;
}

.cookie-consent__text {
    color: rgba(224, 226, 231, .82) !important;
}

/* Search panel: stable size, clean mobile spacing, and visible input focus. */
.search-panel[aria-hidden="true"] {
    visibility: hidden;
}

.search-panel.open[aria-hidden="false"] {
    visibility: visible;
}

.search-field input {
    min-height: 46px;
    font-size: 15px !important;
}

.search-field:focus-within {
    border-color: rgba(244, 239, 231, .38) !important;
    box-shadow: 0 0 0 3px rgba(244, 239, 231, .06);
}

/* Do not let decorative motion interfere with reduced-motion preferences. */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 760px) {
    body:not(.home-page) .site-header {
        height: 64px !important;
        padding-inline: 16px !important;
    }

    body:not(.home-page) .search-panel {
        top: 64px !important;
    }

    .catalog .product-card-meta {
        font-size: 12px !important;
    }

    .catalog .product-card-cta {
        font-size: 12px !important;
    }

    .catalog .product-price-label {
        font-size: 12px !important;
    }

    .catalog .product-info-compact {
        min-height: 150px !important;
        padding: 17px 18px 18px !important;
    }

    .footer p,
    .footer-links,
    .footer-legal {
        font-size: 12px !important;
        line-height: 1.65 !important;
    }
}

@media (max-width: 560px) {
    .catalog .products-grid-premium {
        width: min(100%, 420px) !important;
        margin-inline: auto !important;
    }

    .catalog .product-card {
        border-radius: 22px !important;
    }

    .catalog .product-image-gallery {
        border-radius: 21px 21px 0 0 !important;
    }

    .category-tabs {
        gap: 8px !important;
        overflow-x: auto;
        justify-content: flex-start !important;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .category-tabs::-webkit-scrollbar {
        display: none;
    }

    .category-tab {
        flex: 0 0 auto;
        padding-inline: 15px !important;
    }
}

.noscript-notice {
    position: relative;
    z-index: 1600;
    padding: 12px 18px;
    color: rgba(245, 241, 234, .9);
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: #111318;
    font: 500 13px/1.5 Arial, sans-serif;
    text-align: center;
}


/* --- Mobile visual polish: July 2026 --- */
html, body {
    max-width: 100%;
    overscroll-behavior-x: none;
}

@supports (overflow: clip) {
    html, body, body > *, main,
    .site-header, .search-panel, .hero, .catalog, .footer,
    .product-hero, .product-story, .product-lightbox,
    .cart-page, .cart-shell, .legal-shell, .cookie-consent {
        overflow-x: clip !important;
    }
}

@supports not (overflow: clip) {
    html, body, body > *, main,
    .site-header, .search-panel, .hero, .catalog, .footer,
    .product-hero, .product-story, .product-lightbox,
    .cart-page, .cart-shell, .legal-shell, .cookie-consent {
        overflow-x: hidden !important;
    }
}

@media (max-width: 760px) {
    html, body {
        width: 100%;
        position: relative;
    }

    .site-header,
    .search-panel {
        width: 100%;
        max-width: 100%;
    }

    .search-box,
    .search-box.search-box-compact {
        width: min(100%, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
    }

    .catalog,
    .product-hero,
    .product-story,
    .footer,
    .legal-shell,
    .cart-shell {
        width: 100%;
        max-width: 100%;
    }

    .catalog::before,
    .catalog::after {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    body.home-page .hero {
        min-height: min(100svh, 780px) !important;
        padding: max(104px, calc(env(safe-area-inset-top) + 84px)) 18px 48px !important;
        align-items: center !important;
        justify-content: center !important;
        background:
            radial-gradient(circle at 50% 24%, rgba(240, 236, 229, 0.065), transparent 22%),
            linear-gradient(180deg, rgba(8, 11, 16, 0.18) 0%, rgba(8, 11, 16, 0.06) 28%, rgba(8, 11, 16, 0.86) 100%),
            url("../images/hero-smoke-bg.webp"),
            linear-gradient(180deg, #0b0f15 0%, #090d12 100%) !important;
        background-size: cover, cover, 150% auto, cover !important;
        background-position: center center, center center, center 22%, center center !important;
        background-repeat: no-repeat !important;
    }

    body.home-page .hero::before {
        background:
            radial-gradient(circle at 50% 36%, rgba(6, 8, 11, 0.34), transparent 26%),
            radial-gradient(ellipse at 18% 24%, rgba(239, 234, 226, 0.09), transparent 18%),
            radial-gradient(ellipse at 82% 18%, rgba(239, 234, 226, 0.085), transparent 18%),
            linear-gradient(180deg, rgba(8, 11, 16, 0.08) 0%, rgba(8, 11, 16, 0.12) 40%, rgba(8, 11, 16, 0.74) 86%, #080b10 100%) !important;
    }

    body.home-page .hero-content {
        position: relative;
        z-index: 2;
        width: min(100%, 360px);
        padding-inline: 2px;
    }

    body.home-page .hero-slogan {
        max-width: 308px !important;
        margin: 0 auto 20px !important;
        color: rgba(236, 231, 223, 0.84) !important;
        font-size: 12px !important;
        letter-spacing: 0.18em !important;
        line-height: 1.55 !important;
        text-shadow: 0 8px 28px rgba(0, 0, 0, 0.58);
    }

    body.home-page .hero h1 {
        max-width: 100% !important;
        white-space: normal !important;
        text-wrap: balance;
        font-size: clamp(34px, 11vw, 54px) !important;
        line-height: 0.95 !important;
        letter-spacing: 0.05em !important;
        color: rgba(245, 240, 234, 0.97) !important;
        text-shadow: 0 18px 64px rgba(0, 0, 0, 0.72);
    }

    body.home-page .hero-smoke-layer,
    body.home-page .smoke-right-detail {
        inset: -6% -12% !important;
        background-size: 150% auto !important;
        background-position: center 20% !important;
        background-repeat: no-repeat !important;
        mix-blend-mode: screen !important;
        filter: brightness(1.06) contrast(1.18) saturate(0.92) blur(0.25px) !important;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    body.home-page .smoke-left {
        opacity: 0.34 !important;
        -webkit-mask-image: radial-gradient(ellipse at 18% 34%, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.80) 28%, transparent 56%) !important;
        mask-image: radial-gradient(ellipse at 18% 34%, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.80) 28%, transparent 56%) !important;
    }

    body.home-page .smoke-right {
        opacity: 0.28 !important;
        -webkit-mask-image: radial-gradient(ellipse at 84% 18%, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.78) 28%, transparent 55%) !important;
        mask-image: radial-gradient(ellipse at 84% 18%, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.78) 28%, transparent 55%) !important;
    }

    body.home-page .smoke-right-detail {
        opacity: 0.17 !important;
        background-size: 140% auto !important;
        -webkit-mask-image: radial-gradient(ellipse at 92% 20%, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.64) 20%, transparent 48%) !important;
        mask-image: radial-gradient(ellipse at 92% 20%, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.64) 20%, transparent 48%) !important;
    }

    body.home-page .smoke-breath {
        inset: -6% -12% !important;
        background-image: url("../images/hero-smoke-bg.webp") !important;
        background-size: 148% auto !important;
        background-position: center 18% !important;
        background-repeat: no-repeat !important;
        opacity: 0.10 !important;
        mix-blend-mode: screen !important;
        filter: brightness(1.14) contrast(1.18) blur(4px) !important;
        -webkit-mask-image: radial-gradient(ellipse at 50% 14%, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.34) 22%, transparent 58%) !important;
        mask-image: radial-gradient(ellipse at 50% 14%, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.34) 22%, transparent 58%) !important;
    }

    .site-header {
        padding-left: max(16px, env(safe-area-inset-left)) !important;
        padding-right: max(16px, env(safe-area-inset-right)) !important;
    }

    .footer {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@media (max-width: 390px) {
    body.home-page .hero {
        min-height: 92svh !important;
        padding-top: max(98px, calc(env(safe-area-inset-top) + 80px)) !important;
    }

    body.home-page .hero h1 {
        font-size: clamp(31px, 10.4vw, 44px) !important;
        letter-spacing: 0.042em !important;
    }
}


/* --- Tiny phone hero fix: no seam, full smoke image, desktop-like first screen --- */
@media (max-width: 360px) {
    body.home-page .hero {
        min-height: 100svh !important;
        min-height: 100dvh !important;
        padding: max(92px, calc(env(safe-area-inset-top) + 72px)) 14px 38px !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        background:
            linear-gradient(180deg, rgba(8, 11, 16, 0.16) 0%, rgba(8, 11, 16, 0.08) 28%, rgba(8, 11, 16, 0.82) 100%),
            url("../images/hero-smoke-bg.webp"),
            linear-gradient(180deg, #0b0f15 0%, #090d12 100%) !important;
        background-size: cover, cover, cover !important;
        background-position: center center, center top, center center !important;
        background-repeat: no-repeat !important;
    }

    body.home-page .hero::before {
        background:
            radial-gradient(circle at 50% 44%, rgba(5, 8, 12, 0.26), transparent 24%),
            linear-gradient(180deg, rgba(8, 11, 16, 0.02) 0%, rgba(8, 11, 16, 0.10) 38%, rgba(8, 11, 16, 0.66) 86%, #080b10 100%) !important;
    }

    body.home-page .hero::after {
        height: 120px !important;
        background: linear-gradient(180deg, transparent, rgba(8, 11, 16, 0.72) 72%, #080b10 100%) !important;
    }

    body.home-page .hero-smoke-layer,
    body.home-page .smoke-right-detail,
    body.home-page .smoke-breath {
        display: none !important;
    }

    body.home-page .hero-content {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 292px;
        padding-inline: 0;
    }

    body.home-page .hero-slogan {
        max-width: 100% !important;
        margin: 0 auto 18px !important;
        font-size: 12px !important;
        letter-spacing: 0.17em !important;
        line-height: 1.45 !important;
        color: rgba(238, 233, 225, 0.82) !important;
        text-shadow: 0 10px 24px rgba(0, 0, 0, 0.55);
    }

    body.home-page .hero h1 {
        margin: 0 auto !important;
        max-width: 100% !important;
        white-space: nowrap !important;
        font-size: clamp(28px, 11.8vw, 38px) !important;
        line-height: 0.94 !important;
        letter-spacing: 0.038em !important;
        color: rgba(246, 241, 235, 0.98) !important;
        text-shadow: 0 20px 50px rgba(0, 0, 0, 0.64);
    }
}


/* --- Full viewport mobile/tablet hero tuning for requested sizes --- */
@media (max-width: 430px) {
    body.home-page .hero {
        min-height: 100svh !important;
        min-height: 100dvh !important;
        padding: max(96px, calc(env(safe-area-inset-top) + 76px)) clamp(14px, 4vw, 20px) 42px !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        background:
            linear-gradient(180deg, rgba(8, 11, 16, 0.14) 0%, rgba(8, 11, 16, 0.08) 30%, rgba(8, 11, 16, 0.84) 100%),
            url("../images/hero-smoke-bg.webp"),
            linear-gradient(180deg, #0b0f15 0%, #090d12 100%) !important;
        background-size: cover, cover, cover !important;
        background-position: center center, center 14%, center center !important;
        background-repeat: no-repeat !important;
    }

    body.home-page .hero::before {
        background:
            radial-gradient(circle at 50% 42%, rgba(5, 8, 12, 0.20), transparent 24%),
            linear-gradient(180deg, rgba(8, 11, 16, 0.02) 0%, rgba(8, 11, 16, 0.10) 42%, rgba(8, 11, 16, 0.68) 86%, #080b10 100%) !important;
    }

    body.home-page .hero::after {
        height: 132px !important;
        background: linear-gradient(180deg, transparent, rgba(8, 11, 16, 0.72) 72%, #080b10 100%) !important;
    }

    body.home-page .hero-smoke-layer,
    body.home-page .smoke-right-detail,
    body.home-page .smoke-breath {
        display: none !important;
    }

    body.home-page .hero-content {
        position: relative;
        z-index: 2;
        width: min(100%, 360px);
        margin-inline: auto;
        padding-inline: 0;
    }

    body.home-page .hero-slogan {
        max-width: 100% !important;
        margin: 0 auto 18px !important;
        font-size: clamp(10px, 2.8vw, 12px) !important;
        letter-spacing: 0.16em !important;
        line-height: 1.45 !important;
        color: rgba(238, 233, 225, 0.82) !important;
        text-shadow: 0 10px 24px rgba(0, 0, 0, 0.55);
    }

    body.home-page .hero h1 {
        margin: 0 auto !important;
        max-width: 100% !important;
        white-space: nowrap !important;
        font-size: clamp(26px, 8.25vw, 38px) !important;
        line-height: 0.94 !important;
        letter-spacing: 0.03em !important;
        color: rgba(246, 241, 235, 0.98) !important;
        text-shadow: 0 20px 50px rgba(0, 0, 0, 0.64);
    }
}

@media (max-width: 360px) {
    body.home-page .hero {
        padding-top: max(90px, calc(env(safe-area-inset-top) + 70px)) !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.home-page .hero-content {
        max-width: 296px !important;
    }

    body.home-page .hero h1 {
        font-size: clamp(23px, 7.7vw, 29px) !important;
        letter-spacing: 0.022em !important;
    }
}

@media (min-width: 431px) and (max-width: 768px) {
    body.home-page .hero {
        min-height: min(100svh, 920px) !important;
        min-height: min(100dvh, 920px) !important;
        padding: max(110px, calc(env(safe-area-inset-top) + 82px)) 24px 52px !important;
        background-position: center center, center 18%, center center !important;
        background-size: cover, 132% auto, cover !important;
    }

    body.home-page .hero-smoke-layer,
    body.home-page .smoke-right-detail,
    body.home-page .smoke-breath {
        display: none !important;
    }

    body.home-page .hero-content {
        width: min(100%, 520px);
    }

    body.home-page .hero h1 {
        max-width: 100% !important;
        white-space: nowrap !important;
        font-size: clamp(38px, 8.2vw, 56px) !important;
        letter-spacing: 0.04em !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    body.home-page .hero {
        min-height: min(100svh, 980px) !important;
        min-height: min(100dvh, 980px) !important;
        padding: max(124px, calc(env(safe-area-inset-top) + 88px)) 32px 60px !important;
        background-position: center center, center 22%, center center !important;
        background-size: cover, 122% auto, cover !important;
    }

    body.home-page .hero-content {
        width: min(100%, 680px);
    }

    body.home-page .hero h1 {
        max-width: 100% !important;
        white-space: nowrap !important;
        font-size: clamp(52px, 7.4vw, 78px) !important;
        letter-spacing: 0.045em !important;
    }
}

@media (max-height: 430px) and (orientation: landscape) {
    body.home-page .hero {
        min-height: 100svh !important;
        min-height: 100dvh !important;
        padding: max(74px, calc(env(safe-area-inset-top) + 54px)) 22px 22px !important;
        background-position: center center, center 12%, center center !important;
        background-size: cover, cover, cover !important;
    }

    body.home-page .hero-smoke-layer,
    body.home-page .smoke-right-detail,
    body.home-page .smoke-breath {
        display: none !important;
    }

    body.home-page .hero-content {
        width: min(100%, 760px);
    }

    body.home-page .hero-slogan {
        margin-bottom: 10px !important;
        font-size: 12px !important;
        letter-spacing: 0.16em !important;
    }

    body.home-page .hero h1 {
        max-width: 100% !important;
        white-space: nowrap !important;
        font-size: clamp(30px, 5.2vw, 44px) !important;
        line-height: 0.94 !important;
        letter-spacing: 0.032em !important;
    }
}


/* --- Hero background parity pass: use the same desktop smoke image on mobile/tablet --- */
@media (max-width: 1024px) {
    body.home-page .hero-smoke-layer,
    body.home-page .smoke-right-detail,
    body.home-page .smoke-breath {
        display: none !important;
    }

    body.home-page .hero {
        overflow: hidden !important;
        align-items: center !important;
        justify-content: center !important;
        background:
            linear-gradient(180deg, rgba(8, 11, 16, 0.10) 0%, rgba(8, 11, 16, 0.05) 34%, rgba(8, 11, 16, 0.82) 100%),
            url("../images/hero-smoke-bg.webp"),
            linear-gradient(180deg, #0b0f15 0%, #090d12 100%) !important;
        background-repeat: no-repeat !important;
        background-position: center center, center 8%, center center !important;
    }

    body.home-page .hero::before {
        background:
            radial-gradient(circle at 50% 44%, rgba(6, 8, 11, 0.18), transparent 24%),
            linear-gradient(180deg, rgba(8, 11, 16, 0.01) 0%, rgba(8, 11, 16, 0.08) 40%, rgba(8, 11, 16, 0.64) 86%, #080b10 100%) !important;
    }

    body.home-page .hero::after {
        height: 128px !important;
        background: linear-gradient(180deg, transparent, rgba(8, 11, 16, 0.72) 72%, #080b10 100%) !important;
    }

    body.home-page .hero-content {
        position: relative;
        z-index: 2;
        margin-inline: auto;
        text-align: center !important;
    }

    body.home-page .hero-slogan {
        color: rgba(237, 232, 224, 0.84) !important;
        text-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
        margin-inline: auto !important;
    }

    body.home-page .hero h1 {
        margin-inline: auto !important;
        max-width: 100% !important;
        color: rgba(246, 241, 235, 0.98) !important;
        text-shadow: 0 20px 50px rgba(0, 0, 0, 0.64);
    }
}

@media (max-width: 430px) {
    body.home-page .hero {
        min-height: 100svh !important;
        min-height: 100dvh !important;
        padding: max(96px, calc(env(safe-area-inset-top) + 76px)) clamp(14px, 4vw, 20px) 42px !important;
        background-size: cover, auto 100%, cover !important;
    }

    body.home-page .hero-content {
        width: min(100%, 360px) !important;
    }

    body.home-page .hero-slogan {
        max-width: 100% !important;
        margin: 0 auto 18px !important;
        font-size: clamp(10px, 2.8vw, 12px) !important;
        letter-spacing: 0.16em !important;
        line-height: 1.45 !important;
    }

    body.home-page .hero h1 {
        white-space: nowrap !important;
        font-size: clamp(26px, 8.1vw, 37px) !important;
        line-height: 0.94 !important;
        letter-spacing: 0.028em !important;
    }
}

@media (max-width: 360px) {
    body.home-page .hero {
        padding-top: max(90px, calc(env(safe-area-inset-top) + 70px)) !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        background-position: center center, center 10%, center center !important;
        background-size: cover, auto 100%, cover !important;
    }

    body.home-page .hero-content {
        max-width: 294px !important;
    }

    body.home-page .hero h1 {
        font-size: clamp(22px, 7.3vw, 28px) !important;
        letter-spacing: 0.02em !important;
    }
}

@media (min-width: 431px) and (max-width: 768px) {
    body.home-page .hero {
        min-height: min(100svh, 920px) !important;
        min-height: min(100dvh, 920px) !important;
        padding: max(110px, calc(env(safe-area-inset-top) + 82px)) 24px 52px !important;
        background-size: cover, auto 100%, cover !important;
        background-position: center center, center 10%, center center !important;
    }

    body.home-page .hero-content {
        width: min(100%, 520px) !important;
    }

    body.home-page .hero h1 {
        white-space: nowrap !important;
        font-size: clamp(38px, 8vw, 56px) !important;
        letter-spacing: 0.038em !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    body.home-page .hero {
        min-height: min(100svh, 980px) !important;
        min-height: min(100dvh, 980px) !important;
        padding: max(124px, calc(env(safe-area-inset-top) + 88px)) 32px 60px !important;
        background-size: cover, cover, cover !important;
        background-position: center center, center 18%, center center !important;
    }

    body.home-page .hero-content {
        width: min(100%, 680px) !important;
    }

    body.home-page .hero h1 {
        white-space: nowrap !important;
        font-size: clamp(52px, 7.2vw, 78px) !important;
        letter-spacing: 0.044em !important;
    }
}

@media (max-height: 430px) and (orientation: landscape) {
    body.home-page .hero {
        min-height: 100svh !important;
        min-height: 100dvh !important;
        padding: max(74px, calc(env(safe-area-inset-top) + 54px)) 22px 22px !important;
        background-size: cover, cover, cover !important;
        background-position: center center, center 12%, center center !important;
    }

    body.home-page .hero-content {
        width: min(100%, 760px) !important;
    }

    body.home-page .hero-slogan {
        margin-bottom: 10px !important;
        font-size: 12px !important;
        letter-spacing: 0.16em !important;
    }

    body.home-page .hero h1 {
        white-space: nowrap !important;
        font-size: clamp(30px, 5vw, 44px) !important;
        line-height: 0.94 !important;
        letter-spacing: 0.032em !important;
    }
}


/* =========================================================
   Responsive catalog system — compact fashion grid
   Covers tiny phones, phones, tablets, laptops and desktops.
   ========================================================= */
.catalog .products-grid-premium {
    width: 100% !important;
    max-width: 1360px !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(16px, 1.7vw, 28px) !important;
    align-items: stretch !important;
}

.catalog .product-card {
    min-width: 0 !important;
    max-width: none !important;
    width: 100% !important;
    height: auto !important;
}

.catalog .product-title-link {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .catalog .products-grid-premium {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 22px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .catalog {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .catalog .products-grid-premium {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .catalog .product-card {
        border-radius: 20px !important;
    }

    .catalog .product-image-gallery {
        border-radius: 19px 19px 0 0 !important;
    }

    .catalog .product-info-compact {
        min-height: 132px !important;
        padding: 15px 15px 16px !important;
    }

    .catalog .product-info-compact h3 {
        min-height: 2.55em !important;
        margin-top: 10px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    .catalog .product-card-meta {
        font-size: 12px !important;
    }

    .catalog .product-card-footer {
        gap: 10px !important;
        padding-top: 12px !important;
    }

    .catalog .product-price-value {
        font-size: 16px !important;
    }

    .catalog .product-card-cta span {
        display: none !important;
    }

    .catalog .product-card-cta {
        gap: 0 !important;
    }
}

@media (max-width: 767px) {
    .catalog {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .catalog .products-grid-premium {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .catalog .product-card,
    .catalog .product-card:hover {
        border-radius: 16px !important;
        transform: none !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 12px 34px rgba(0,0,0,.26) !important;
    }

    .catalog .product-card::before {
        inset: 7px !important;
        border-radius: 12px !important;
    }

    .catalog .product-image-gallery {
        aspect-ratio: 4 / 5 !important;
        border-radius: 15px 15px 0 0 !important;
    }

    .catalog .product-gallery-nav,
    .catalog .product-gallery-counter {
        display: none !important;
    }

    .catalog .product-image-slide img,
    .catalog .product-card:hover .product-image-slide img {
        object-fit: cover !important;
        object-position: center !important;
        transform: none !important;
    }

    .catalog .product-info-compact {
        min-height: 96px !important;
        padding: 11px 11px 12px !important;
        gap: 0 !important;
    }

    .catalog .product-card-meta {
        display: none !important;
    }

    .catalog .product-info-compact h3 {
        min-height: 2.5em !important;
        margin: 0 !important;
        font-size: clamp(11.5px, 3.25vw, 13px) !important;
        font-weight: 560 !important;
        line-height: 1.24 !important;
        letter-spacing: 0 !important;
    }

    .catalog .product-title-link {
        text-wrap: pretty !important;
    }

    .catalog .product-card-footer {
        min-height: 30px !important;
        margin-top: 8px !important;
        padding-top: 9px !important;
        gap: 8px !important;
    }

    .catalog .product-card-footer::before {
        width: 30px !important;
    }

    .catalog .product-price {
        gap: 0 !important;
    }

    .catalog .product-price-label,
    .catalog .product-card-cta {
        display: none !important;
    }

    .catalog .product-price-line {
        gap: 4px !important;
        white-space: nowrap !important;
    }

    .catalog .product-price-value {
        font-size: clamp(13px, 3.7vw, 16px) !important;
        letter-spacing: .035em !important;
    }

    .catalog .product-price-currency {
        font-size: 12px !important;
    }
}

@media (min-width: 340px) and (max-width: 479px) {
    .catalog {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .catalog .products-grid-premium {
        gap: 10px !important;
    }

    .catalog .product-info-compact {
        min-height: 92px !important;
        padding: 10px 9px 11px !important;
    }

    .catalog .product-info-compact h3 {
        font-size: clamp(11px, 3.15vw, 12.5px) !important;
    }
}

@media (max-width: 339px) {
    .catalog {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .catalog .products-grid-premium {
        grid-template-columns: minmax(0, 1fr) !important;
        width: min(100%, 310px) !important;
        gap: 14px !important;
    }

    .catalog .product-card {
        border-radius: 18px !important;
    }

    .catalog .product-image-gallery {
        aspect-ratio: 1 / 1.08 !important;
        border-radius: 17px 17px 0 0 !important;
    }

    .catalog .product-info-compact {
        min-height: 88px !important;
        padding: 11px 13px 12px !important;
    }

    .catalog .product-info-compact h3 {
        min-height: auto !important;
        font-size: 13px !important;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    .catalog .product-card-footer {
        margin-top: 8px !important;
    }

    .catalog .product-price-value {
        font-size: 16px !important;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .catalog {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .catalog .products-grid-premium {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .catalog .product-info-compact {
        min-height: 86px !important;
        padding: 9px 10px 10px !important;
    }

    .catalog .product-info-compact h3 {
        min-height: 2.35em !important;
        font-size: 12px !important;
    }
}


/* Phone catalog finishing pass: two-column browsing from 300px upward. */
@media (max-width: 767px) {
    .category-tabs {
        width: 100% !important;
        max-width: 440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 2px 2px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        overflow: visible !important;
        gap: 6px 16px !important;
    }

    .category-tab {
        flex: 0 0 auto !important;
        min-height: 28px !important;
        padding: 0 4px 6px !important;
        font-size: 12px !important;
        letter-spacing: .17em !important;
    }
}

@media (min-width: 300px) and (max-width: 339px) {
    .catalog {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .catalog .products-grid-premium {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        max-width: none !important;
        gap: 8px !important;
    }

    .catalog .product-card,
    .catalog .product-card:hover {
        border-radius: 14px !important;
    }

    .catalog .product-card::before {
        inset: 5px !important;
        border-radius: 10px !important;
    }

    .catalog .product-image-gallery {
        aspect-ratio: 4 / 5 !important;
        border-radius: 13px 13px 0 0 !important;
    }

    .catalog .product-info-compact {
        min-height: 86px !important;
        padding: 9px 8px 10px !important;
    }

    .catalog .product-info-compact h3 {
        min-height: 2.45em !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
    }

    .catalog .product-card-footer {
        min-height: 26px !important;
        margin-top: 6px !important;
        padding-top: 7px !important;
    }

    .catalog .product-price-value {
        font-size: 13px !important;
    }

    .catalog .product-price-currency {
        font-size: 12px !important;
    }

    .category-tabs {
        gap: 4px 10px !important;
    }

    .category-tab {
        font-size: 12px !important;
        letter-spacing: .13em !important;
    }
}

@media (max-width: 299px) {
    .catalog .products-grid-premium {
        grid-template-columns: minmax(0, 1fr) !important;
        width: min(100%, 280px) !important;
    }
}


/* Product page gallery hierarchy: one large main image, compact secondary images. */
.product-gallery-shell {
    gap: 14px !important;
}

.product-gallery-thumbs {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.product-gallery-thumb {
    flex: 0 0 92px !important;
    width: 92px !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    padding: 0 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #0b0e13 !important;
}

.product-gallery-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media (min-width: 1051px) {
    .product-gallery-thumbs {
        max-width: 438px !important;
    }

    .product-gallery-thumb {
        flex-basis: 96px !important;
        width: 96px !important;
    }
}

@media (min-width: 761px) and (max-width: 1050px) {
    .product-gallery-shell {
        gap: 13px !important;
    }

    .product-gallery-thumbs {
        max-width: 480px !important;
    }

    .product-gallery-thumb {
        flex-basis: 88px !important;
        width: 88px !important;
    }
}

@media (max-width: 760px) {
    .product-gallery-shell {
        gap: 11px !important;
    }

    .product-gallery-thumbs {
        flex-wrap: nowrap !important;
        gap: 8px !important;
        overflow-x: auto !important;
        overscroll-behavior-inline: contain !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x proximity !important;
        scrollbar-width: none !important;
        padding: 0 0 3px !important;
    }

    .product-gallery-thumbs::-webkit-scrollbar {
        display: none !important;
    }

    .product-gallery-thumb {
        flex: 0 0 clamp(68px, 21.5vw, 88px) !important;
        width: clamp(68px, 21.5vw, 88px) !important;
        scroll-snap-align: start !important;
        border-radius: 3px !important;
    }
}

@media (max-width: 339px) {
    .product-gallery-thumb {
        flex-basis: 64px !important;
        width: 64px !important;
    }
}


/* =========================================================
   Silent Violence — final premium product-page system
   Responsive hierarchy for phones, tablets, laptops, desktop
   ========================================================= */

/* Shared refinement: calmer hierarchy and tighter information density. */
.product-page .product-detail {
    min-width: 0;
}

.product-page .product-detail .back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.product-page .product-detail .back-link::before {
    content: "←";
    color: rgba(207, 212, 219, .52);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.product-page .product-buy-card {
    width: 100%;
}

.product-page .product-story__description {
    text-wrap: pretty;
}

.product-page .product-disclosure summary {
    user-select: none;
    -webkit-user-select: none;
}

/* Desktop and wide laptop: strong editorial split and sticky buying panel. */
@media (min-width: 1200px) {
    .product-page .product-hero {
        width: min(calc(100% - 80px), 1240px) !important;
        max-width: 1240px !important;
        grid-template-columns: minmax(0, 520px) minmax(420px, 500px) !important;
        gap: clamp(78px, 7.5vw, 118px) !important;
        padding: 112px 0 84px !important;
        align-items: start !important;
    }

    .product-page .product-gallery-shell {
        max-width: 520px !important;
        margin-top: 28px !important;
    }

    .product-page .product-detail {
        position: sticky !important;
        top: 94px !important;
        max-width: 500px !important;
        padding-top: 0 !important;
    }

    .product-page .product-detail h1.product-title {
        max-width: 10.8ch !important;
        font-size: clamp(54px, 4.2vw, 70px) !important;
        line-height: .93 !important;
    }

    .product-page .product-buy-card {
        max-width: 470px !important;
        padding: 18px !important;
    }

    .product-page .product-story-section {
        padding: 20px 0 74px !important;
    }

    .product-page .product-section-shell {
        max-width: 1240px !important;
        padding-inline: 0 !important;
    }

    .product-page .product-story {
        grid-template-columns: minmax(360px, .86fr) minmax(520px, 1.14fr) !important;
        border-radius: 22px !important;
    }

    .product-page .product-story__lead {
        padding: 52px 56px 48px !important;
    }

    .product-page .product-story__lead h2 {
        margin-bottom: 22px !important;
        font-size: clamp(44px, 3.6vw, 54px) !important;
    }

    .product-page .product-story__description {
        max-width: 43ch !important;
        font-size: 16px !important;
        line-height: 1.64 !important;
    }

    .product-page .product-story__edition {
        padding-top: 30px !important;
    }

    .product-page .product-disclosure-list {
        padding: 12px 38px !important;
    }

    .product-page .product-disclosure summary {
        min-height: 70px !important;
    }
}

/* Mid-size laptops and landscape tablets: two-column product header. */
@media (min-width: 900px) and (max-width: 1199px) {
    .product-page .product-hero {
        width: min(calc(100% - 48px), 1080px) !important;
        max-width: 1080px !important;
        grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr) !important;
        gap: clamp(36px, 5vw, 62px) !important;
        padding: 98px 0 64px !important;
        align-items: start !important;
    }

    .product-page .product-gallery-shell {
        width: 100% !important;
        max-width: 520px !important;
        margin: 18px 0 0 !important;
    }

    .product-page .product-detail {
        width: 100% !important;
        max-width: 470px !important;
        margin: 0 !important;
    }

    .product-page .product-detail h1.product-title {
        max-width: 11ch !important;
        font-size: clamp(46px, 5.4vw, 62px) !important;
    }

    .product-page .product-buy-card {
        max-width: 460px !important;
        padding: 17px !important;
    }

    .product-page .product-section-shell {
        max-width: 1080px !important;
        padding-inline: 24px !important;
    }

    .product-page .product-story {
        grid-template-columns: minmax(310px, .82fr) minmax(430px, 1.18fr) !important;
    }

    .product-page .product-story__lead {
        padding: 42px 38px !important;
    }

    .product-page .product-story__lead h2 {
        font-size: 44px !important;
    }

    .product-page .product-story__description {
        font-size: 15.5px !important;
        line-height: 1.62 !important;
    }

    .product-page .product-disclosure-list {
        padding: 8px 30px !important;
    }
}

/* Portrait tablets and small tablets: stacked, but controlled in width. */
@media (min-width: 601px) and (max-width: 899px) {
    .product-page .product-hero {
        width: min(calc(100% - 48px), 720px) !important;
        max-width: 720px !important;
        padding: 94px 0 54px !important;
        gap: 28px !important;
    }

    .product-page .product-gallery-shell {
        width: min(100%, 620px) !important;
        max-width: 620px !important;
        margin-inline: auto !important;
    }

    .product-page .product-detail {
        width: min(100%, 620px) !important;
        max-width: 620px !important;
        margin-inline: auto !important;
    }

    .product-page .product-detail .back-link {
        margin-bottom: 24px !important;
    }

    .product-page .product-detail h1.product-title {
        max-width: 12ch !important;
        font-size: clamp(48px, 8vw, 60px) !important;
    }

    .product-page .product-detail-text {
        max-width: 54ch !important;
        margin-bottom: 25px !important;
        font-size: 14px !important;
    }

    .product-page .product-buy-card {
        max-width: 620px !important;
        padding: 17px !important;
    }

    .product-page .product-story-section {
        padding: 8px 0 54px !important;
    }

    .product-page .product-section-shell {
        max-width: 768px !important;
        padding-inline: 24px !important;
    }

    .product-page .product-story {
        border-radius: 22px !important;
    }

    .product-page .product-story__lead {
        padding: 38px 36px 34px !important;
    }

    .product-page .product-story__lead h2 {
        margin-bottom: 20px !important;
        font-size: 44px !important;
    }

    .product-page .product-story__description {
        max-width: 52ch !important;
        font-size: 16px !important;
        line-height: 1.62 !important;
    }

    .product-page .product-story__edition {
        margin-top: 24px !important;
    }

    .product-page .product-disclosure-list {
        padding: 0 36px !important;
    }

    .product-page .product-disclosure summary {
        min-height: 64px !important;
        font-size: 12px !important;
    }
}

/* Phones: reduce vertical friction while retaining the premium editorial look. */
@media (max-width: 600px) {
    .product-page .product-hero {
        width: 100% !important;
        padding: 78px 14px 34px !important;
        gap: 22px !important;
    }

    .product-page .product-gallery-shell {
        width: 100% !important;
        max-width: 520px !important;
        gap: 9px !important;
        margin-inline: auto !important;
    }

    .product-page .product-detail {
        width: 100% !important;
        max-width: 520px !important;
        margin-inline: auto !important;
        padding: 0 !important;
    }

    .product-page .product-detail .back-link {
        margin-bottom: 20px !important;
        color: rgba(193, 199, 208, .52) !important;
        font-size: 12px !important;
        letter-spacing: .19em !important;
    }

    .product-page .product-detail .back-link::before {
        font-size: 14px !important;
    }

    .product-page .product-detail .eyebrow {
        margin-bottom: 12px !important;
        font-size: 12px !important;
        letter-spacing: .21em !important;
    }

    .product-page .product-detail h1.product-title {
        max-width: 11.6ch !important;
        margin-bottom: 0 !important;
        font-size: clamp(36px, 10.8vw, 46px) !important;
        line-height: .94 !important;
        letter-spacing: -.045em !important;
    }

    .product-page .product-color {
        margin: 14px 0 20px !important;
        padding-bottom: 10px !important;
        font-size: 12px !important;
        letter-spacing: .21em !important;
    }

    .product-page .product-detail-text {
        max-width: 46ch !important;
        margin-bottom: 22px !important;
        font-size: 13.5px !important;
        line-height: 1.64 !important;
    }

    .product-page .product-preorder-label {
        margin-bottom: 7px !important;
        font-size: 12px !important;
        letter-spacing: .19em !important;
    }

    .product-page .product-price-large {
        margin-bottom: 20px !important;
        padding-bottom: 14px !important;
    }

    .product-page .product-price-large-value {
        font-size: clamp(27px, 8.4vw, 34px) !important;
        letter-spacing: .035em !important;
    }

    .product-page .product-buy-card {
        max-width: none !important;
        padding: 14px !important;
        border-radius: 15px !important;
    }

    .product-page .product-buy-card::before {
        inset: 5px !important;
        border-radius: 11px !important;
    }

    .product-page .product-buy-status {
        grid-template-columns: 7px 1fr !important;
        gap: 8px 10px !important;
        margin-bottom: 13px !important;
        padding: 0 1px 13px !important;
    }

    .product-page .product-buy-status strong {
        font-size: 12px !important;
        letter-spacing: .15em !important;
    }

    .product-page .product-buy-status small {
        grid-column: 2 !important;
        justify-self: start !important;
        margin-top: -4px !important;
        font-size: 12px !important;
    }

    .product-page .product-cart-options {
        grid-template-columns: 1fr !important;
        gap: 11px !important;
        margin-top: 12px !important;
    }

    .product-page .product-cart-field {
        gap: 7px !important;
    }

    .product-page .product-cart-field > span {
        font-size: 12px !important;
        letter-spacing: .15em !important;
    }

    .product-page .product-cart-field select,
    .product-page .product-quantity-control {
        min-height: 50px !important;
        border-radius: 10px !important;
    }

    .product-page .product-cart-field select {
        padding-inline: 14px !important;
        font-size: 15px !important;
    }

    .product-page .product-quantity-control {
        grid-template-columns: 48px 1fr 48px !important;
    }

    .product-page .product-quantity-control button,
    .product-page .product-quantity-control input {
        height: 48px !important;
    }

    .product-page .product-buy-card .product-buy-link {
        min-height: 50px !important;
        margin: 14px 0 12px !important;
        font-size: 12px !important;
        letter-spacing: .18em !important;
    }

    .product-page .product-cart-open-link {
        font-size: 12px !important;
        letter-spacing: .14em !important;
    }

    .product-page .product-story-section {
        padding: 0 0 38px !important;
    }

    .product-page .product-section-shell {
        width: 100% !important;
        padding-inline: 10px !important;
    }

    .product-page .product-story {
        border-radius: 18px !important;
    }

    .product-page .product-story__lead {
        padding: 25px 20px 23px !important;
    }

    .product-page .product-story__kicker {
        margin-bottom: 16px !important;
        font-size: 12px !important;
        letter-spacing: .19em !important;
    }

    .product-page .product-story__lead h2 {
        margin-bottom: 17px !important;
        font-size: clamp(34px, 10.5vw, 42px) !important;
        line-height: .98 !important;
    }

    .product-page .product-story__description {
        max-width: 39ch !important;
        font-size: 15px !important;
        line-height: 1.58 !important;
        color: rgba(218, 221, 226, .72) !important;
    }

    .product-page .product-story__edition {
        margin-top: 20px !important;
        padding-top: 0 !important;
        font-size: 12px !important;
        letter-spacing: .18em !important;
    }

    .product-page .product-disclosure-list {
        padding: 0 20px !important;
    }

    .product-page .product-disclosure summary {
        min-height: 58px !important;
        gap: 16px !important;
        font-size: 12px !important;
        letter-spacing: .13em !important;
    }

    .product-page .product-disclosure summary i {
        flex-basis: 14px !important;
        width: 14px !important;
        height: 14px !important;
    }

    .product-page .product-disclosure__body {
        padding-bottom: 18px !important;
    }

    .product-page .product-fact-grid,
    .product-page .product-feature-grid,
    .product-page .product-service-steps {
        gap: 6px !important;
    }

    .product-page .product-fact-card {
        min-height: 68px !important;
        gap: 10px !important;
        padding: 13px 14px !important;
        border-radius: 10px !important;
    }

    .product-page .product-fact-card strong {
        font-size: 12px !important;
    }

    .product-page .product-fit-note {
        margin-bottom: 14px !important;
        font-size: 12px !important;
        line-height: 1.58 !important;
    }

    .product-page .product-size-summary {
        gap: 14px !important;
        margin-bottom: 12px !important;
        padding: 11px 0 !important;
    }

    .product-page .product-size-summary strong {
        font-size: 12px !important;
    }

    .product-page .product-feature-grid > div {
        min-height: 58px !important;
        padding: 13px 14px !important;
        border-radius: 10px !important;
        font-size: 12px !important;
    }

    .product-page .product-service-steps > div {
        min-height: 82px !important;
        padding: 13px 14px !important;
        border-radius: 10px !important;
    }

    .product-page .product-service-steps span {
        margin-bottom: 11px !important;
    }

    .product-page .product-service-steps strong {
        font-size: 12px !important;
    }

    .product-page .product-service-steps p {
        font-size: 12px !important;
    }
}

/* Very narrow phones: avoid oversized typography and cramped cards. */
@media (max-width: 349px) {
    .product-page .product-hero {
        padding-inline: 10px !important;
    }

    .product-page .product-detail h1.product-title {
        font-size: clamp(32px, 10.2vw, 36px) !important;
    }

    .product-page .product-buy-card {
        padding: 12px !important;
    }

    .product-page .product-section-shell {
        padding-inline: 7px !important;
    }

    .product-page .product-story__lead {
        padding: 22px 16px 20px !important;
    }

    .product-page .product-story__lead h2 {
        font-size: 33px !important;
    }

    .product-page .product-story__description {
        font-size: 14px !important;
        line-height: 1.56 !important;
    }

    .product-page .product-disclosure-list {
        padding-inline: 16px !important;
    }
}

/* Short landscape phones: use two columns to avoid a huge gallery dominating the page. */
@media (min-width: 700px) and (max-width: 899px) and (max-height: 520px) and (orientation: landscape) {
    .product-page .product-hero {
        width: min(calc(100% - 32px), 860px) !important;
        max-width: 860px !important;
        display: grid !important;
        grid-template-columns: minmax(0, .92fr) minmax(350px, 1.08fr) !important;
        gap: 26px !important;
        padding: 74px 0 30px !important;
        align-items: start !important;
    }

    .product-page .product-gallery-shell {
        width: 100% !important;
        max-width: 390px !important;
        margin: 0 !important;
    }

    .product-page .product-gallery-main {
        max-height: 420px !important;
    }

    .product-page .product-gallery-thumbs {
        gap: 6px !important;
    }

    .product-page .product-gallery-thumb {
        flex-basis: 56px !important;
        width: 56px !important;
    }

    .product-page .product-detail {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .product-page .product-detail .back-link {
        margin-bottom: 15px !important;
    }

    .product-page .product-detail .eyebrow {
        margin-bottom: 9px !important;
    }

    .product-page .product-detail h1.product-title {
        font-size: clamp(34px, 5vw, 43px) !important;
    }

    .product-page .product-color {
        margin: 12px 0 16px !important;
    }

    .product-page .product-price-large {
        margin-bottom: 15px !important;
    }

    .product-page .product-buy-card {
        padding: 12px !important;
    }

    .product-page .product-buy-status {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }

    .product-page .product-cart-options {
        grid-template-columns: minmax(0, 1fr) minmax(145px, .75fr) !important;
        gap: 8px !important;
        margin-top: 9px !important;
    }

    .product-page .product-buy-card .product-buy-link {
        min-height: 46px !important;
        margin: 10px 0 9px !important;
    }
}


/* --- Final cross-viewport stability pass (cart, forms, long content) --- */
:where(.cart-page, .product-page, .home-page, .legal-page) {
    min-width: 0;
}

:where(.cart-layout, .cart-items, .cart-summary, .cart-item, .cart-item-info,
       .product-hero, .product-detail, .product-buy-card, .product-story,
       .order-form, .order-grid, .order-field, .footer, .footer > *) {
    min-width: 0;
}

:where(.cart-page, .product-page, .home-page, .legal-page) img,
:where(.cart-page, .product-page, .home-page, .legal-page) svg {
    max-width: 100%;
}

.cart-summary {
    container-type: inline-size;
}

.cart-summary-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: center !important;
    column-gap: clamp(14px, 4cqi, 30px) !important;
}

.cart-summary-row > span {
    min-width: 0;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

.cart-summary-row > strong {
    min-width: max-content;
    max-width: 100%;
    justify-self: end;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-variant-numeric: tabular-nums lining-nums;
}

.cart-summary-total {
    align-items: center !important;
}

.cart-summary-total > strong {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    font-size: clamp(25px, 9cqi, 42px) !important;
    line-height: .95 !important;
    letter-spacing: -.045em !important;
}

.cart-summary > p:not(.eyebrow) {
    max-width: 42ch;
    text-wrap: pretty;
}

.cart-summary .btn {
    max-width: 100%;
    padding-inline: clamp(18px, 7cqi, 34px) !important;
    text-align: center;
    white-space: normal;
    text-wrap: balance;
}

@container (max-width: 360px) {
    .cart-summary {
        padding: 20px !important;
    }

    .cart-summary-row {
        column-gap: 12px !important;
        padding-block: 15px !important;
    }

    .cart-summary-row > span {
        max-width: 18ch;
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .cart-summary-total > strong {
        font-size: clamp(27px, 10cqi, 36px) !important;
    }
}

@container (max-width: 285px) {
    .cart-summary-row {
        grid-template-columns: 1fr !important;
        row-gap: 8px !important;
    }

    .cart-summary-row > strong {
        justify-self: start !important;
    }
}

/* Compact, premium order summary on phones. */
@media (max-width: 680px) {
    .cart-main {
        padding-inline: 0 !important;
    }

    .cart-hero,
    .cart-layout,
    .cart-order-section .product-section-shell {
        width: min(calc(100% - 20px), 1180px) !important;
    }

    .cart-summary {
        padding: clamp(20px, 5vw, 26px) !important;
        border-radius: 22px !important;
    }

    .cart-summary::before {
        inset: 7px !important;
        border-radius: 16px !important;
    }

    .cart-summary .eyebrow {
        margin-bottom: 7px !important;
    }

    .cart-summary-row {
        padding: 16px 0 !important;
        font-size: 12px !important;
    }

    .cart-summary-total {
        margin-bottom: 16px !important;
    }

    .cart-summary > p:not(.eyebrow) {
        margin-bottom: 20px !important;
        font-size: 12px !important;
        line-height: 1.62 !important;
    }

    .cart-summary .btn {
        min-height: 54px !important;
        font-size: 12px !important;
        letter-spacing: .18em !important;
    }

    .order-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .order-field,
    .order-field-wide,
    .order-field--delivery,
    .order-field--pickup {
        grid-column: 1 / -1 !important;
    }

    .order-field input,
    .order-field select,
    .order-field textarea,
    .order-field-static,
    .cdek-map-open {
        max-width: 100%;
    }
}

@media (max-width: 380px) {
    .cart-hero,
    .cart-layout,
    .cart-order-section .product-section-shell {
        width: min(calc(100% - 14px), 1180px) !important;
    }

    .cart-summary {
        padding: 18px !important;
        border-radius: 19px !important;
    }

    .cart-summary-row {
        column-gap: 10px !important;
    }

    .cart-summary-row > span {
        font-size: 12px !important;
    }

    .cart-summary-total > strong {
        font-size: clamp(27px, 9vw, 34px) !important;
    }

    .cart-summary .btn {
        min-height: 52px !important;
        padding-inline: 15px !important;
        font-size: 12px !important;
        letter-spacing: .15em !important;
    }
}

/* Prevent long names, totals and controls from escaping on any page. */
:where(.product-title, .product-card h3, .cart-item-top h2, .order-form-head h2,
       .product-story__lead h2, .legal-shell h1) {
    overflow-wrap: anywhere;
    text-wrap: balance;
}

:where(.product-price-large, .product-price, .cart-line-price, .cart-summary-total strong) {
    white-space: nowrap;
}

:where(input, select, textarea, button, .btn) {
    min-width: 0;
    max-width: 100%;
}

@media (orientation: landscape) and (max-height: 480px) {
    .cart-summary {
        position: static !important;
    }

    .cart-summary-row {
        padding-block: 12px !important;
    }

    .cart-summary > p:not(.eyebrow) {
        margin-bottom: 16px !important;
    }
}

/* Legal and standalone pages must not inherit the browser's default 8px body margin. */
html,
body {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Cart checkout: deliberately minimal form with four visible fields. */
.cart-page .cart-order-section .product-section-shell {
    display: flex;
    justify-content: center;
}

.cart-page .order-form {
    width: min(100%, 960px);
    margin-inline: auto;
}

.cart-page .order-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.cart-page .order-field-wide {
    grid-column: 1 / -1;
}

.cart-page .order-field > span {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.cart-page .order-field > span em {
    color: rgba(202, 209, 218, .42);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .12em;
}

.cart-page .pickup-point-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
}

.cart-page .pickup-map-button {
    min-width: 220px;
    white-space: nowrap;
}

.cart-page .order-submit {
    width: 100%;
    margin-top: 24px;
}

.cart-page .order-legal-note {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 14px auto 0;
    color: rgba(202, 209, 218, .48);
    font-size: 12px;
    line-height: 1.65;
    text-align: center;
}

.cart-page .order-legal-note a {
    color: rgba(235, 232, 225, .78);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .22);
    text-underline-offset: 3px;
}

.cart-page .order-note {
    margin-top: 9px;
    text-align: center;
}

@media (max-width: 760px) {
    .cart-page .order-form {
        padding: 26px 22px;
    }

    .cart-page .order-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 22px;
    }

    .cart-page .order-field-wide {
        grid-column: auto;
    }

    .cart-page .pickup-point-control {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cart-page .pickup-map-button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 430px) {
    .cart-page .cart-order-section .product-section-shell {
        width: min(100% - 16px, 1180px);
    }

    .cart-page .order-form {
        padding: 22px 16px;
        border-radius: 14px;
    }

    .cart-page .order-form::before {
        inset: 5px;
        border-radius: 10px;
    }

    .cart-page .order-form-head {
        padding-bottom: 20px;
    }

    .cart-page .order-form-head h2 {
        font-size: 31px;
    }

    .cart-page .order-field input,
    .cart-page .order-field textarea,
    .cart-page .pickup-map-button {
        min-height: 52px;
        border-radius: 11px;
    }

    .cart-page .order-field textarea {
        min-height: 104px;
    }

    .cart-page .order-submit {
        min-height: 56px;
        padding-inline: 18px;
        font-size: 12px;
        letter-spacing: .13em;
    }
}

/* Delivery address: manual CDEK courier address or verified CDEK pickup point. */
.cart-page .delivery-choice-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-top: 2px;
}

.cart-page .delivery-choice-meta .pickup-point-help {
    flex: 1 1 auto;
    max-width: 690px;
}

.cart-page .delivery-choice-status {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    color: rgba(202, 209, 218, .52);
    background: rgba(255, 255, 255, .018);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    transition: border-color .22s ease, color .22s ease, background .22s ease;
}

.cart-page .delivery-choice-status[data-mode="pickup"] {
    border-color: rgba(203, 216, 231, .24);
    color: rgba(232, 238, 246, .84);
    background: rgba(195, 210, 229, .055);
}


.cart-page .has-cdek-pickup #deliveryAddress {
    border-color: rgba(203, 216, 231, .26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .022), 0 0 0 3px rgba(195, 210, 229, .018);
}


@media (max-width: 760px) {
    .cart-page .delivery-choice-meta {
        flex-direction: column;
        gap: 9px;
    }

    .cart-page .delivery-choice-status {
        align-self: flex-start;
    }
}

@media (max-width: 430px) {
    .cart-page .delivery-choice-status {
        width: 100%;
        justify-content: center;
        border-radius: 10px;
    }
}
