
:root {
    --page-bg: #f7f2e9;
    --catalog-bg: #e9eef4;
    --panel-bg: #fffdf8;
    --control-bg: #f8f4ed;
    --card-bg: #fffdf8;
    --card-media-bg: #e8e1d6;
    --categories-bg: #edf1f6;
    --categories-alt-bg: #e2e8f0;
    --service-bg: #faf6ef;
    --ink: #18202b;
    --muted: #5c6370;
    --line: #d6d0c5;
    --line-strong: #a9a294;
    --accent: #234f86;
    --accent-dark: #173b68;
    --accent-light: #dce8f5;
    --shell-color: #c9d5e2;
    --highlight: #c85f43;
    --highlight-dark: #8f3f2e;
    --highlight-light: #f2c8bc;
    --harmony-extra: #315f91;
    --harmony-extra-dark: #173b68;
    --harmony-extra-light: #dce8f5;
    --header-bg: #173b68;
    --header-ink: #fffaf1;
    --header-muted: #d8e2ee;
    --header-line: #49698f;
    --header-accent: #f2c8bc;
    --footer-bg: #101e33;
    --footer-ink: #fffaf1;
    --footer-muted: #c8d2df;
    --footer-line: #3d4b60;
    --footer-accent: #f2c8bc;
    --button-bg: #234f86;
    --button-text: #fffaf1;
    --button-hover-bg: #173b68;
    --hero-overlay: linear-gradient(90deg, rgba(16, 30, 51, 0.42), rgba(16, 30, 51, 0.08) 70%, rgba(16, 30, 51, 0.02));
    --shadow-soft: 0 12px 32px rgba(35, 42, 51, 0.10);
    --shadow-strong: 0 24px 64px rgba(35, 42, 51, 0.18);

    /* Current template and legacy component aliases. */
    --white: #ffffff;
    --canvas: #f7f2e9;
    --paper: #e8e1d6;
    --surface: #e8e1d6;
    --primary-color: #234f86;
    --primary-light: #dce8f5;
    --primary-dark: #173b68;
    --primary-vibrant: #234f86;
    --secondary-color: #c85f43;
    --secondary-light: #f2c8bc;
    --secondary-dark: #8f3f2e;
    --accent-color: #c85f43;
    --text-color: #18202b;
    --text-primary: #18202b;
    --text-secondary: #5c6370;
    --bg-color: #f7f2e9;
    --bg-primary: #f7f2e9;
    --bg-secondary: #e9eef4;
    --bg-strong: #e8e1d6;
    --border-color: #d6d0c5;
    --footer-text: #fffaf1;
    --success-color: #356448;
    --warning-color: #80601f;
    --error-color: #8b3f43;
    --primary-overlay-90: rgba(35, 79, 134, 0.90);
    --primary-overlay-75: rgba(35, 79, 134, 0.75);
    --max-width: 1440px;
    --header-height: 72px;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
}

html,
body { color: var(--ink); background: var(--page-bg) !important; }
.v6-catalog-section { background: var(--catalog-bg) !important; }
.v6-filter-panel,
.v6-side-panel,
.v6-mobile-panel,
.v6-search-panel,
.v6-cart-summary { background: var(--panel-bg) !important; }
.v6-sort-select,
.v6-clear-filters,
.v6-view-button,
.v6-search-result,
.v6-quantity-button { background: var(--control-bg) !important; }
.v6-product-media,
.v6-product-gallery,
.v6-quick-image,
.v6-cart-item-image { background: var(--card-media-bg) !important; }
.v6-categories { background: var(--categories-bg) !important; }
.v6-categories.v6-categories--index,
.v6-categories.v6-categories--two-column,
.v6-categories.v6-categories--table,
.v6-categories.v6-categories--bar { background: var(--categories-alt-bg) !important; }
.v6-service-strip { background: var(--service-bg) !important; }
.v6-related-section { background: var(--categories-alt-bg) !important; }
.v6-breadcrumbs,
.main-content { background: var(--page-bg) !important; }

.v6-site-header {
    color: var(--header-ink);
    background: var(--header-bg) !important;
    border-color: var(--header-line) !important;
}
.v6-site-header .v6-brand { color: var(--header-ink); }
.v6-site-header .v6-brand span { color: var(--header-accent); }
.v6-site-header nav a::after { background: var(--header-accent) !important; }
.v6-site-header .v6-cart-count {
    color: var(--button-text);
    background: var(--highlight-dark);
    border-color: var(--header-bg);
}
.v6-site-footer { color: var(--footer-ink) !important; background: var(--footer-bg) !important; }
.v6-site-footer .v6-brand,
.v6-site-footer .v6-footer-column h3,
.v6-site-footer .v6-footer-phone { color: var(--footer-ink); }
.v6-site-footer .v6-footer-brand p,
.v6-site-footer .v6-footer-column,
.v6-site-footer .v6-footer-bottom { color: var(--footer-muted); }
.v6-site-footer .v6-footer-bottom { border-color: var(--footer-line); }
.v6-site-footer a:hover,
.v6-site-footer a:focus-visible { color: var(--footer-accent) !important; }
.btn:not(.btn-outline):not(.btn-light),
.primary-button,
.v6-primary-button,
.v6-add-button {
    color: var(--button-text) !important;
    background: var(--button-bg) !important;
    border-color: var(--button-bg) !important;
}
.btn:not(.btn-outline):not(.btn-light):hover,
.btn:not(.btn-outline):not(.btn-light):focus-visible,
.primary-button:hover,
.primary-button:focus-visible,
.v6-primary-button:hover,
.v6-primary-button:focus-visible,
.v6-add-button:hover,
.v6-add-button:focus-visible,
.btn-light:hover,
.btn-light:focus-visible {
    color: var(--button-text) !important;
    background: var(--button-hover-bg) !important;
    border-color: var(--button-hover-bg) !important;
}
.v6-hero--on-image > .v6-hero-media::after { background: var(--hero-overlay) !important; }


*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--page-bg);
    font-family: "Onest", Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}
body.v6-locked { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--max-width), calc(100% - 56px)); margin: 0 auto; }
.v6-skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.v6-skip-link:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 300;
    width: auto;
    height: auto;
    padding: 9px 13px;
    margin: 0;
    overflow: visible;
    clip: auto;
    color: var(--white);
    background: var(--ink);
}
.v6-scroll-anchor { display: block; position: relative; top: calc(var(--header-height) * -1); visibility: hidden; }
#catalog, #contacts, #product { scroll-margin-top: calc(var(--header-height) + 18px); }


.v6-site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    color: var(--header-ink, var(--ink));
    background: var(--header-bg, var(--white));
    border-bottom: 1px solid var(--header-line, var(--line));
}
.v6-desktop-header { display: block; }
.v6-header-row { min-height: var(--header-height); display: grid; align-items: center; gap: 24px; }
.v6-brand { width: fit-content; min-width: 0; font-size: 22px; font-weight: 700; line-height: 1; overflow-wrap: anywhere; }
.v6-brand span { color: var(--accent); }
.v6-main-nav,
.v6-centered-nav,
.v6-band-nav,
.v6-frame-nav,
.v6-search-led-nav,
.v6-offset-nav,
.v6-masthead-nav,
.v6-shelf-nav { display: flex; align-items: center; min-width: 0; }
.v6-main-nav a,
.v6-centered-nav a,
.v6-band-nav a,
.v6-frame-nav a,
.v6-search-led-nav a,
.v6-offset-nav a,
.v6-masthead-nav a,
.v6-shelf-nav a { position: relative; font-size: 13px; font-weight: 500; white-space: nowrap; }
.v6-site-header a[data-v6-department] { max-width: 132px; overflow: hidden; text-overflow: ellipsis; }
.v6-main-nav a::after,
.v6-centered-nav a::after,
.v6-band-nav a::after,
.v6-frame-nav a::after,
.v6-search-led-nav a::after,
.v6-offset-nav a::after,
.v6-masthead-nav a::after,
.v6-shelf-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 1px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 150ms ease;
}
.v6-main-nav a:hover::after,
.v6-main-nav a:focus-visible::after,
.v6-centered-nav a:hover::after,
.v6-centered-nav a:focus-visible::after,
.v6-band-nav a:hover::after,
.v6-band-nav a:focus-visible::after,
.v6-frame-nav a:hover::after,
.v6-frame-nav a:focus-visible::after,
.v6-search-led-nav a:hover::after,
.v6-search-led-nav a:focus-visible::after,
.v6-offset-nav a:hover::after,
.v6-offset-nav a:focus-visible::after,
.v6-masthead-nav a:hover::after,
.v6-masthead-nav a:focus-visible::after,
.v6-shelf-nav a:hover::after,
.v6-shelf-nav a:focus-visible::after { transform: scaleX(1); }
.v6-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.v6-icon-button {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 42px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    color: var(--ink);
    background: transparent;
    cursor: pointer;
}
.v6-icon-button:hover,
.v6-icon-button:focus-visible,
.v6-icon-button.active { color: var(--accent-dark); border-color: var(--line); background: var(--paper); outline: none; }
.v6-icon-button svg { width: 20px; height: 20px; stroke: currentColor; fill: none; }
.v6-icon-button.active svg { fill: currentColor; }
.v6-cart-count {
    position: absolute;
    top: 1px;
    right: -1px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    padding: 0 5px;
    color: var(--white);
    background: var(--ink);
    border: 2px solid var(--white);
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
}
.v6-desktop-menu-button { display: none; }
.v6-phone-text { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; white-space: nowrap; }
.v6-phone-text:hover,
.v6-phone-text:focus-visible { color: var(--accent-dark); outline: none; }
.v6-phone-text svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }
.v6-mobile-header { min-height: var(--header-height); display: none; grid-template-columns: 42px minmax(100px, 1fr) repeat(4, 42px); align-items: center; gap: 0; }
.v6-mobile-brand { justify-self: center; text-align: center; }
.v6-mobile-panel nav svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }
.v6-search-command { min-height: 44px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--muted); background: var(--white); font-size: 12px; cursor: pointer; }
.v6-search-command:hover,
.v6-search-command:focus-visible { color: var(--accent-dark); border-color: var(--accent); outline: none; }
.v6-search-command svg { width: 18px; height: 18px; stroke: currentColor; fill: none; }
@media (max-width: 1180px) {
    .v6-desktop-menu-button { display: inline-grid; }
    .v6-desktop-header nav a[data-v6-department]:nth-of-type(n + 4) { display: none; }
}
@media (max-width: 980px) {
    .v6-desktop-header { display: none; }
    .v6-mobile-header { display: grid; }
}
@media (max-width: 520px) {
    .v6-mobile-header { grid-template-columns: 40px minmax(90px, 1fr) repeat(3, 40px); }
    .v6-mobile-phone { display: none; }
    .v6-brand { font-size: 19px; }
    .v6-icon-button { width: 40px; height: 40px; flex-basis: 40px; }
}
@media (max-width: 390px) {
    .v6-mobile-header { grid-template-columns: 40px minmax(90px, 1fr) 40px 40px; }
    .v6-mobile-favorite { display: none; }
}
.v6-site-header .v6-icon-button,
.v6-site-header .v6-phone-text { color: var(--header-ink, var(--ink)); }
.v6-site-header .v6-icon-button:hover,
.v6-site-header .v6-icon-button:focus-visible,
.v6-site-header .v6-icon-button.active {
    color: var(--header-ink, var(--ink));
    border-color: var(--header-line, var(--line));
    background: color-mix(in srgb, var(--header-ink, var(--ink)) 8%, transparent);
}
.v6-site-header .v6-search-command {
    color: var(--header-ink, var(--ink));
    border-color: var(--header-line, var(--line));
    background: color-mix(in srgb, var(--header-ink, var(--ink)) 6%, var(--header-bg, var(--white)));
}

.v6-shelf-top { border-bottom: 1px solid var(--header-line, var(--line)); background: color-mix(in srgb, var(--header-ink, var(--ink)) 6%, var(--header-bg, var(--white))); }
.v6-shelf-top .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.v6-shelf-top nav { display: flex; gap: 20px; color: var(--header-muted, var(--muted)); font-size: 11px; }
.v6-shelf-row { min-height: 74px; display: grid; grid-template-columns: minmax(150px, 0.7fr) minmax(420px, 1.6fr) auto; align-items: center; gap: 24px; }
.v6-shelf-nav { justify-content: flex-start; gap: 26px; }


/* VARIANT6 image-led hero */
.v6-hero { position: relative; overflow: hidden; background: var(--canvas, var(--white)); }
.v6-hero-media {
    min-width: 0;
    background-color: var(--surface);
    background-image: var(--v6-hero-image, url("../assets/hero-tableware.jpg"));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.v6-hero-copy { min-width: 0; max-width: 650px; }
.v6-hero-label { margin: 0 0 13px; color: var(--accent-dark); font-size: 12px; font-weight: 600; }
.v6-hero h1 { margin: 0; font-size: 50px; font-weight: 600; line-height: 1.08; overflow-wrap: anywhere; }
.v6-hero-description { max-width: 550px; margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.v6-hero-cta { margin-top: 25px; }
.v6-hero--on-image { min-height: clamp(500px, calc(100svh - 150px), 660px); color: var(--white); }
.v6-hero--on-image > .v6-hero-media { position: absolute; inset: 0; }
.v6-hero--on-image > .v6-hero-media::after { content: ""; position: absolute; inset: 0; background: var(--hero-overlay); }
.v6-hero--on-image .v6-hero-frame { position: relative; z-index: 1; min-height: inherit; display: flex; align-items: flex-end; padding-top: 58px; padding-bottom: 58px; }
.v6-hero--on-image .v6-hero-label { display: inline-flex; align-items: center; gap: 9px; color: var(--white); }
.v6-hero--on-image .v6-hero-label::before { content: ""; width: 20px; height: 2px; flex: 0 0 20px; background: var(--highlight-light); }
.v6-hero--on-image .v6-hero-description { color: var(--white); }
.v6-hero--on-image .v6-hero-cta { color: var(--ink); background: var(--white); border-color: var(--white); }
.v6-hero--on-image .v6-hero-cta:hover,
.v6-hero--on-image .v6-hero-cta:focus-visible { color: var(--white); background: var(--accent-dark); border-color: var(--accent-dark); }
@media (max-width: 860px) {
    .v6-hero h1 { font-size: 40px; }
    .v6-hero--on-image { min-height: clamp(460px, 66svh, 590px); }
    .v6-hero--on-image .v6-hero-frame { padding-top: 42px; padding-bottom: 42px; }
}
@media (max-width: 560px) {
    .v6-hero h1 { font-size: 33px; line-height: 1.12; }
    .v6-hero-description { margin-top: 14px; font-size: 14px; }
    .v6-hero--on-image { min-height: clamp(430px, 66svh, 540px); }
    .v6-hero--on-image > .v6-hero-media::after { background: var(--hero-overlay); }
    .v6-hero--on-image .v6-hero-frame { padding-top: 30px; padding-bottom: 30px; }
    .v6-hero-cta { width: 100%; margin-top: 20px; }
}

.v6-hero--cover-center > .v6-hero-media::after { background: var(--hero-overlay); }
.v6-hero--cover-center .v6-hero-frame { align-items: center; justify-content: center; padding-bottom: 0; text-align: center; }
.v6-hero--cover-center .v6-hero-copy { max-width: 760px; }
.v6-hero--cover-center .v6-hero-description { margin-right: auto; margin-left: auto; }
@media (max-width: 560px) { .v6-hero--cover-center .v6-hero-frame { padding-bottom: 0; } }


.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }
.btn,
.primary-button,
.v6-primary-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 19px;
    border: 1px solid var(--ink);
    border-radius: var(--radius-sm);
    color: var(--white);
    background: var(--ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}
.btn:focus-visible,
.primary-button:focus-visible,
.v6-primary-button:focus-visible { outline: 2px solid color-mix(in srgb, var(--accent) 28%, transparent); outline-offset: 2px; }
.btn svg,
.primary-button svg,
.v6-primary-button svg { width: 17px; height: 17px; flex: 0 0 17px; stroke: currentColor; fill: none; }
.btn:disabled,
.primary-button:disabled,
.v6-primary-button:disabled { cursor: not-allowed; opacity: 0.48; }

.btn-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); width: min(100%, 560px); }
.btn, .primary-button, .v6-primary-button { width: 100%; min-height: 48px; }
.btn:hover, .primary-button:hover, .v6-primary-button:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn-outline, .btn-light { color: var(--ink); background: var(--white); border-color: var(--line); }
.btn-outline:hover, .btn-light:hover { color: var(--accent-dark); background: var(--paper); border-color: var(--accent); }


/* VARIANT6 category navigation */
.v6-categories { background: var(--categories-bg); border-bottom: 1px solid var(--line); }
.v6-category-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.v6-category-heading p { margin: 0 0 6px; color: var(--highlight-dark); font-size: 11px; font-weight: 600; }
.v6-category-heading h2 { margin: 0; font-size: 28px; font-weight: 600; line-height: 1.15; }
.v6-category-heading > span { max-width: 360px; color: var(--muted); font-size: 12px; text-align: right; }
.v6-category-list { min-width: 0; }
.v6-category-link { min-width: 0; color: var(--ink); transition: color 150ms ease, background 150ms ease, border-color 150ms ease; }
.v6-category-link:hover,
.v6-category-link:focus-visible { color: var(--accent-dark); background: var(--categories-alt-bg); outline: none; }
.v6-category-copy { min-width: 0; }
.v6-category-copy strong { display: block; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.v6-category-copy small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 400; }
.v6-category-arrow { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; }
.v6-category-arrow svg { width: 17px; height: 17px; stroke: currentColor; fill: none; }
.v6-category-initial { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--muted); font-size: 12px; font-weight: 600; }
@media (max-width: 860px) {
    .v6-category-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
    .v6-category-heading > span { text-align: left; }
}
@media (max-width: 560px) {
    .v6-category-heading h2 { font-size: 24px; }
    .v6-category-heading > span { display: none; }
}

.v6-categories--bar { background: var(--categories-alt-bg); }
.v6-category-bar { min-height: 72px; display: flex; align-items: stretch; border-left: 1px solid var(--line); }
.v6-category-bar-label { display: flex; align-items: center; flex: 0 0 auto; padding: 0 20px; border-right: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 600; }
.v6-categories--bar .v6-category-list { display: flex; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.v6-categories--bar .v6-category-list::-webkit-scrollbar { display: none; }
.v6-category-link--bar { min-width: max-content; display: flex; align-items: center; gap: 12px; padding: 0 18px; border-right: 1px solid var(--line); }
.v6-category-link--bar .v6-category-copy small { display: none; }
.v6-category-link--bar .v6-category-arrow { width: 24px; height: 24px; flex-basis: 24px; }
@media (max-width: 560px) { .v6-category-bar-label { display: none; } }


.product-grid,
.products-grid,
.v6-products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 20px; }
.v6-product-card { position: relative; min-width: 0; }
.v6-product-media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: var(--radius-sm);
    background: var(--card-media-bg);
}
.v6-product-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 260ms ease; }
.v6-product-card:hover .v6-product-media img { transform: scale(1.025); }
.v6-card-tools { position: absolute; top: 10px; right: 10px; z-index: 3; display: grid; gap: 6px; }
.v6-card-tool {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(23, 26, 28, 0.12);
    border-radius: var(--radius-sm);
    color: var(--ink);
    background: color-mix(in srgb, var(--card-bg) 94%, transparent);
    cursor: pointer;
}
.v6-card-tool:hover,
.v6-card-tool:focus-visible,
.v6-card-tool.active { color: var(--button-text, var(--white)); border-color: var(--accent-dark); background: var(--accent-dark); outline: none; }
.v6-card-tool.active svg { fill: currentColor; }
.v6-card-tool svg { width: 17px; height: 17px; stroke: currentColor; fill: none; }
.v6-product-info,
.v6-overlay-copy { min-width: 0; padding-top: 13px; }
.v6-product-category { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; }
.v6-product-name { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; }
.v6-product-name a:hover,
.v6-product-name a:focus-visible { color: var(--accent-dark); outline: none; }
.v6-product-bottom { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 9px; }
.v6-product-price { margin: 0; font-size: 13px; font-weight: 600; }
.v6-add-button {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    padding: 0;
    border: 1px solid var(--button-bg, var(--ink));
    border-radius: var(--radius-sm);
    color: var(--button-text, var(--white));
    background: var(--button-bg, var(--ink));
    cursor: pointer;
}
.v6-add-button:hover,
.v6-add-button:focus-visible { border-color: var(--accent-dark); background: var(--accent-dark); outline: none; }
.v6-add-button svg { width: 17px; height: 17px; stroke: currentColor; fill: none; }

.v6-products-grid.list-view { grid-template-columns: 1fr !important; gap: 0 !important; border-top: 1px solid var(--line); }
.v6-products-grid.list-view .v6-product-card {
    min-height: 174px;
    display: grid !important;
    grid-template-columns: 140px minmax(0, 1fr) !important;
    grid-template-rows: 1fr !important;
    grid-column: auto !important;
    gap: 22px !important;
    padding: 20px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    background: transparent !important;
}
.v6-products-grid.list-view .v6-product-media { grid-column: 1 !important; grid-row: 1 !important; width: 140px; height: 134px; aspect-ratio: auto; }
.v6-products-grid.list-view .v6-product-info,
.v6-products-grid.list-view .v6-overlay-copy {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 72px 0 0 !important;
    border: 0 !important;
    color: var(--ink) !important;
    background: transparent !important;
    box-shadow: none !important;
}
.v6-products-grid.list-view .v6-card-tools { top: 30px; right: 8px; }
.v6-products-grid.list-view .v6-product-name { font-size: 18px; }
.v6-products-grid.list-view .v6-product-bottom { justify-content: flex-start; }
@media (max-width: 980px) {
    .product-grid, .products-grid, .v6-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .product-grid, .products-grid, .v6-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
    .v6-product-name { font-size: 13px; }
    .v6-add-button { width: 38px; height: 38px; flex-basis: 38px; }
    .v6-card-tool { width: 34px; height: 34px; }
    .v6-products-grid.list-view .v6-product-card { grid-template-columns: 104px minmax(0, 1fr) !important; gap: 14px !important; }
    .v6-products-grid.list-view .v6-product-media { width: 104px; height: 124px; }
    .v6-products-grid.list-view .v6-card-tools { display: none; }
    .v6-products-grid.list-view .v6-product-info,
    .v6-products-grid.list-view .v6-overlay-copy { padding-right: 0 !important; }
    .v6-products-grid.list-view .v6-product-name { font-size: 15px; }
}

.v6-products-grid:not(.list-view) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.v6-product-card--split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(150px, 0.8fr); background: var(--card-bg, var(--paper)); }
.v6-product-card--split .v6-product-media { height: 100%; min-height: 300px; aspect-ratio: auto; border-radius: 0; }
.v6-product-card--split .v6-product-info { display: flex; flex-direction: column; justify-content: center; padding: 24px; }
.v6-product-card--split .v6-card-tools { top: 10px; right: calc(42% + 10px); }
@media (max-width: 700px) {
    .v6-products-grid:not(.list-view) { grid-template-columns: 1fr; }
    .v6-product-card--split { grid-template-columns: 1fr 0.82fr; }
    .v6-product-card--split .v6-product-media { min-height: 230px; }
}


.v6-product-page { padding: 48px 0 88px; background: var(--catalog-bg); }
.v6-product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr); gap: 56px; align-items: start; }
.v6-product-gallery { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-sm); background: var(--card-media-bg); }
.v6-product-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.v6-product-summary { position: sticky; top: calc(var(--header-height) + 28px); min-width: 0; padding: 8px 0; }
.v6-product-detail-category { margin: 0 0 10px; color: var(--muted); font-size: 11px; }
.v6-product-summary h1 { margin: 0; font-size: 38px; font-weight: 600; line-height: 1.12; overflow-wrap: anywhere; }
.v6-product-detail-price { margin: 22px 0 0; font-size: 20px; font-weight: 600; }
.v6-product-description { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.75; }
.v6-purchase-row { display: flex; align-items: stretch; gap: 10px; margin-top: 28px; }
.v6-item-quantity { height: 46px; display: grid; grid-template-columns: 38px 46px 38px; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.v6-item-quantity button,
.v6-item-quantity input { width: 100%; min-width: 0; padding: 0; border: 0; color: var(--ink); background: var(--control-bg); text-align: center; }
.v6-item-quantity button { cursor: pointer; }
.v6-item-quantity input { border-right: 1px solid var(--line); border-left: 1px solid var(--line); appearance: textfield; }
.v6-item-quantity input::-webkit-inner-spin-button { appearance: none; }
.v6-product-links { display: grid; margin-top: 32px; border-top: 1px solid var(--line); }
.v6-product-links a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); font-size: 12px; }
.v6-product-links a:hover,
.v6-product-links a:focus-visible { color: var(--accent-dark); outline: none; }
.v6-product-links svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }
@media (max-width: 900px) {
    .v6-product-detail { grid-template-columns: 1fr !important; gap: 30px !important; max-width: none !important; }
    .v6-product-gallery,
    .v6-product-summary { grid-column: 1 !important; order: initial !important; }
    .v6-product-summary { position: static; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
}
@media (max-width: 560px) {
    .v6-product-page { padding: 24px 0 56px; }
    .v6-product-summary h1 { font-size: 30px; }
    .v6-purchase-row { flex-direction: column; }
    .v6-purchase-row .btn { width: 100%; }
}

.v6-product-detail--quiet-split { grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr); }


.v6-service-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--service-bg); }
.v6-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.v6-service-link { min-height: 104px; display: grid; grid-template-columns: 24px minmax(0, 1fr) 18px; align-items: center; gap: 16px; padding: 0 24px; border-right: 1px solid var(--line); }
.v6-service-link:first-child { border-left: 1px solid var(--line); }
.v6-service-link:hover,
.v6-service-link:focus-visible { color: var(--accent-dark); background: var(--panel-bg); outline: none; }
.v6-service-link > svg { width: 20px; height: 20px; stroke: currentColor; fill: none; }
.v6-service-link > svg:first-child { color: var(--highlight-dark); }
.v6-service-link > svg:last-child { width: 16px; height: 16px; }
.v6-service-copy strong,
.v6-service-copy span { display: block; }
.v6-service-copy strong { font-size: 13px; font-weight: 600; }
.v6-service-copy span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.v6-site-footer { padding: 66px 0 24px; color: var(--footer-ink, var(--ink)); background: var(--footer-bg, var(--white)); }
.v6-footer-brand p { max-width: 310px; margin: 18px 0 0; color: var(--footer-muted, var(--muted)); font-size: 12px; }
.v6-footer-column { display: grid; align-content: start; gap: 10px; color: var(--footer-muted, var(--muted)); font-size: 12px; }
.v6-footer-column h3 { margin: 0 0 5px; color: var(--footer-ink, var(--ink)); font-size: 12px; font-weight: 600; }
.v6-footer-column a:hover,
.v6-footer-column a:focus-visible { color: var(--footer-accent, var(--accent-light)); outline: none; }
.v6-footer-phone { color: var(--footer-ink, var(--ink)); font-size: 14px; font-weight: 600; }
.v6-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 52px; padding-top: 18px; border-top: 1px solid var(--footer-line, var(--line)); color: var(--footer-muted, var(--muted)); font-size: 10px; }
.v6-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
@media (max-width: 700px) {
    .v6-service-grid { grid-template-columns: 1fr; }
    .v6-service-link,
    .v6-service-link:first-child { min-height: 82px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
    .v6-service-link:last-child { border-bottom: 0; }
}
@media (max-width: 560px) {
    .v6-site-footer { padding-top: 48px; }
    .v6-footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 38px; }
}

.v6-footer--shelf { padding-top: 0; }
.v6-footer-shelf-catalog { padding: 24px 0; border-bottom: 1px solid var(--footer-line, var(--line)); background: color-mix(in srgb, var(--footer-ink, var(--ink)) 6%, var(--footer-bg, var(--white))); }
.v6-catalog-shelf { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 28px; }
.v6-catalog-shelf h3 { width: 100%; }
.v6-footer-shelf-info { display: grid; grid-template-columns: minmax(240px, 1.2fr) minmax(220px, 0.85fr) minmax(180px, 0.65fr); gap: 48px; padding-top: 50px; }
@media (max-width: 760px) { .v6-footer-shelf-info { grid-template-columns: 1fr; } }


/* Catalog workspace */
.v6-catalog-section { padding: 78px 0 96px; background: var(--catalog-bg); }
.v6-catalog-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
}
.v6-catalog-title h2 { margin: 0; font-size: 32px; font-weight: 600; }
.v6-catalog-title p { margin: 7px 0 0; color: var(--highlight-dark); font-size: 13px; font-weight: 600; }
.v6-catalog-tools { display: flex; align-items: center; gap: 8px; }
.v6-filter-mobile-button { display: none; }
.v6-sort-select {
    height: 42px;
    max-width: 190px;
    padding: 0 34px 0 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    color: var(--ink);
    background: var(--control-bg);
    font-size: 12px;
    cursor: pointer;
}
.v6-sort-select:focus { border-color: var(--accent); outline: 2px solid color-mix(in srgb, var(--accent) 12%, transparent); }
.v6-view-switch {
    height: 42px;
    display: grid;
    grid-template-columns: 42px 42px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    overflow: hidden;
}
.v6-view-button { display: grid; place-items: center; padding: 0; border: 0; background: var(--control-bg); cursor: pointer; }
.v6-view-button + .v6-view-button { border-left: 1px solid var(--line); }
.v6-view-button:hover,
.v6-view-button:focus-visible,
.v6-view-button.active { color: var(--white); background: var(--ink); outline: none; }
.v6-view-button svg { width: 17px; height: 17px; stroke: currentColor; fill: none; }
.v6-catalog-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 34px; }
.v6-filter-panel {
    position: sticky;
    top: 96px;
    padding: 20px 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--panel-bg);
}
.v6-filter-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.v6-filter-heading h3 { margin: 0; font-size: 14px; font-weight: 600; }
.v6-filter-panel .v6-filter-close { display: none; }
.v6-filter-group { margin: 0; padding: 19px 0; border: 0; border-top: 1px solid var(--line); }
.v6-filter-group legend { width: 100%; margin-bottom: 13px; padding: 0; font-size: 12px; font-weight: 600; }
.v6-check-row {
    min-height: 32px;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    font-size: 12px;
    cursor: pointer;
}
.v6-check-row input { width: 16px; height: 16px; margin: 0; accent-color: var(--accent); }
.v6-check-row small { color: var(--muted); font-size: 10px; }
.v6-price-output { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 11px; color: var(--muted); font-size: 11px; }
.v6-price-range { width: 100%; accent-color: var(--accent); cursor: pointer; }
.v6-clear-filters {
    width: 100%;
    min-height: 38px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--control-bg);
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}
.v6-clear-filters:hover,
.v6-clear-filters:focus-visible { color: var(--accent-dark); border-color: var(--accent); outline: none; }
.v6-products-area { min-width: 0; }
.v6-catalog-empty { min-height: 220px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--muted); font-size: 13px; }

/* Product page support */
.v6-breadcrumbs { border-bottom: 1px solid var(--line); background: var(--page-bg); }
.v6-breadcrumbs .container {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    color: var(--muted);
    font-size: 11px;
    white-space: nowrap;
}
.v6-breadcrumbs a:hover,
.v6-breadcrumbs a:focus-visible { color: var(--accent-dark); outline: none; }
.v6-breadcrumbs span:last-child { overflow: hidden; color: var(--ink); text-overflow: ellipsis; }
.v6-related-section { padding: 76px 0 94px; border-top: 1px solid var(--line); background: var(--paper); }
.v6-section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.v6-section-header p { margin: 0 0 6px; color: var(--highlight-dark); font-size: 11px; font-weight: 600; }
.v6-section-header h2 { margin: 0; font-size: 30px; font-weight: 600; }
.v6-section-header > a { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; }
.v6-section-header > a svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }
.v6-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Common content pages */
.main-content { min-height: 52vh; padding: 64px 0 88px; background: var(--page-bg); }
.main-content h1 { margin-top: 0; font-size: 38px; line-height: 1.15; }
.main-content h2,
.main-content h3 { margin-top: 30px; }
.main-content p,
.main-content li { max-width: 900px; color: var(--muted); line-height: 1.75; }
.main-content a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }

/* Panels and search */
.v6-backdrop {
    position: fixed;
    inset: 0;
    z-index: 140;
    visibility: hidden;
    background: rgba(12, 15, 16, 0.42);
    opacity: 0;
    transition: opacity 180ms ease, visibility 180ms ease;
}
.v6-backdrop.visible { visibility: visible; opacity: 1; }
.v6-side-panel,
.v6-mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 160;
    width: min(430px, 100%);
    height: 100dvh;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    background: var(--panel-bg);
    box-shadow: -18px 0 46px rgba(23, 26, 28, 0.12);
    transform: translateX(102%);
    transition: transform 200ms ease, visibility 0s linear 200ms;
}
.v6-mobile-panel { right: auto; left: 0; transform: translateX(-102%); }
.v6-side-panel.open,
.v6-mobile-panel.open { visibility: visible; transform: translateX(0); transition-delay: 0s; }
.v6-panel-heading {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 24px;
    border-bottom: 1px solid var(--line);
}
.v6-panel-heading h2 { margin: 0; font-size: 16px; font-weight: 600; }
.v6-panel-close {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    background: transparent;
    cursor: pointer;
}
.v6-panel-close:hover,
.v6-panel-close:focus-visible { border-color: var(--line); background: var(--paper); outline: none; }
.v6-panel-close svg { width: 19px; height: 19px; stroke: currentColor; fill: none; }
.v6-panel-body { min-height: 0; flex: 1; overflow-y: auto; padding: 24px; }
.v6-mobile-nav { display: grid; align-content: start; }
.v6-mobile-nav a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); font-size: 13px; }
.v6-mobile-nav svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }
.v6-search-panel {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 170;
    visibility: hidden;
    padding: 22px 0 28px;
    border-bottom: 1px solid var(--line);
    background: var(--panel-bg);
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}
.v6-search-panel.open { visibility: visible; opacity: 1; transform: translateY(0); transition-delay: 0s; }
.v6-search-row { display: grid; grid-template-columns: minmax(0, 1fr) 40px; align-items: center; gap: 14px; }
.v6-search-field { min-height: 48px; display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: center; gap: 12px; border-bottom: 1px solid var(--ink); }
.v6-search-field svg { width: 19px; height: 19px; stroke: currentColor; fill: none; }
.v6-search-field input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.v6-search-status { min-height: 21px; margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.v6-search-status:empty { display: none; }
.v6-search-results { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 10px; }
.v6-search-result { min-height: 36px; padding: 0 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--control-bg); font-size: 12px; cursor: pointer; }
.v6-search-result:hover,
.v6-search-result:focus-visible { color: var(--accent-dark); border-color: var(--accent); outline: none; }

/* Quick view */
.v6-quick-image { display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-sm); background: var(--surface); }
.v6-quick-image img { width: 100%; height: 100%; object-fit: cover; }
.v6-quick-category { margin: 20px 0 6px; color: var(--muted); font-size: 11px; }
.v6-quick-name { margin: 0; font-size: 25px; font-weight: 600; line-height: 1.2; }
.v6-quick-price { margin: 12px 0 0; font-size: 16px; font-weight: 600; }
.v6-quick-actions { display: grid; grid-template-columns: minmax(0, 1fr) 46px; gap: 8px; margin-top: 24px; }
.v6-primary-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border: 1px solid var(--ink);
    border-radius: var(--radius-sm);
    color: var(--white);
    background: var(--ink);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.v6-primary-button:hover,
.v6-primary-button:focus-visible { border-color: var(--accent-dark); background: var(--accent-dark); outline: none; }
.v6-primary-button svg { width: 17px; height: 17px; stroke: currentColor; fill: none; }
.v6-quick-actions .v6-icon-button.active { color: var(--white); border-color: var(--accent-dark); background: var(--accent-dark); }
.v6-quick-actions .v6-icon-button.active svg { fill: currentColor; }

/* Cart drawer */
.v6-cart-empty { min-height: 280px; display: grid; place-items: center; align-content: center; gap: 12px; color: var(--muted); text-align: center; }
.v6-cart-empty svg { width: 30px; height: 30px; stroke: currentColor; fill: none; }
.v6-cart-empty strong { color: var(--ink); font-size: 14px; }
.v6-cart-list { display: grid; }
.v6-cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 32px;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}
.v6-cart-item-image { width: 82px; height: 96px; overflow: hidden; border-radius: var(--radius-sm); background: var(--surface); }
.v6-cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.v6-cart-item h3 { margin: 2px 0 0; font-size: 13px; font-weight: 600; line-height: 1.35; }
.v6-cart-item-price { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.v6-quantity-control { width: fit-content; height: 30px; display: grid; grid-template-columns: 30px 34px 30px; margin-top: 12px; border: 1px solid var(--line); }
.v6-quantity-control span { display: grid; place-items: center; border-right: 1px solid var(--line); border-left: 1px solid var(--line); font-size: 11px; }
.v6-quantity-button { padding: 0; border: 0; background: var(--control-bg); font-size: 13px; cursor: pointer; }
.v6-remove-item { width: 32px; height: 32px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 21px; cursor: pointer; }
.v6-remove-item:hover,
.v6-remove-item:focus-visible { color: var(--ink); outline: 1px solid var(--line); }
.v6-cart-summary { padding: 20px 24px 24px; border-top: 1px solid var(--line); background: var(--panel-bg); }
.v6-cart-total { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; font-size: 13px; }
.v6-cart-total strong { font-size: 17px; }
.v6-cart-summary .v6-primary-button { width: 100%; }
.v6-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 220;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 15px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    color: var(--white);
    background: var(--ink);
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 160ms ease, transform 160ms ease;
}
.v6-toast.visible { opacity: 1; transform: translateY(0); }
.v6-toast svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }

@media (max-width: 1160px) {
    .v6-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .container { width: min(var(--max-width), calc(100% - 32px)); }
    .v6-catalog-section { padding: 58px 0 72px; }
    .v6-catalog-layout { grid-template-columns: 1fr; }
    .v6-filter-mobile-button { display: inline-grid; }
    .v6-filter-panel {
        position: fixed;
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 165;
        width: min(340px, 90vw);
        visibility: hidden;
        overflow-y: auto;
        border: 0;
        border-radius: 0;
        box-shadow: 18px 0 46px rgba(23, 26, 28, 0.12);
        transform: translateX(-102%);
        transition: transform 200ms ease, visibility 0s linear 200ms;
    }
    .v6-filter-panel.open { visibility: visible; transform: translateX(0); transition-delay: 0s; }
    .v6-filter-panel .v6-filter-close { display: grid; }
    .v6-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .container { width: min(var(--max-width), calc(100% - 28px)); }
    .v6-catalog-section { padding: 44px 0 58px; }
    .v6-catalog-header { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 24px; }
    .v6-catalog-title h2 { font-size: 26px; }
    .v6-catalog-tools { width: 100%; }
    .v6-sort-select { min-width: 0; flex: 1; }
    .v6-view-switch { flex: 0 0 86px; }
    .v6-related-section { padding: 54px 0 64px; }
    .v6-section-header { align-items: flex-start; flex-direction: column; }
    .v6-section-header h2 { font-size: 25px; }
    .v6-panel-heading { padding: 0 18px; }
    .v6-panel-body { padding: 18px; }
    .v6-cart-summary { padding: 18px; }
    .v6-search-panel { padding-top: 14px; }
    .v6-toast { right: 14px; bottom: 14px; left: 14px; justify-content: center; }
    .v6-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; }
    .v6-footer-brand,
    .v6-footer-column:last-child { grid-column: 1 / -1; }
}

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

/* MY POSUDA — calm editorial tableware polish */
.v6-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    white-space: nowrap;
}
.v6-brand-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
}
.v6-brand .v6-brand-name {
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.035em;
}
.v6-footer-brand .v6-brand-mark { width: 46px; height: 46px; flex-basis: 46px; }
.v6-footer-brand .v6-brand-name { font-size: 22px; }

.v6-hero--tableware { min-height: clamp(560px, calc(100svh - 108px), 720px); }
.v6-hero--tableware > .v6-hero-media { background-position: center; }
.v6-hero--tableware .v6-hero-frame {
    align-items: center;
    justify-content: flex-start;
    padding-top: 64px;
    padding-bottom: 64px;
}
.v6-hero--tableware .v6-hero-copy {
    width: min(620px, 58%);
    max-width: none;
    padding: 46px 50px 48px;
    border: 1px solid rgba(255, 250, 241, 0.8);
    border-left: 5px solid var(--highlight);
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
    color: var(--ink);
    background: rgba(255, 250, 241, 0.96);
    box-shadow: var(--shadow-strong);
}
.v6-hero--tableware .v6-hero-label {
    color: var(--accent-dark);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.v6-hero--tableware .v6-hero-label::before { background: var(--highlight); }
.v6-hero--tableware h1 {
    max-width: 540px;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(52px, 4.4vw, 70px);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.035em;
}
.v6-hero--tableware .v6-hero-description {
    max-width: 500px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}
.v6-hero--tableware .v6-hero-cta {
    width: max-content;
    min-width: 210px;
    color: var(--button-text) !important;
    background: var(--button-bg) !important;
    border-color: var(--button-bg) !important;
}
.v6-hero--tableware .v6-hero-cta:hover,
.v6-hero--tableware .v6-hero-cta:focus-visible {
    color: var(--button-text) !important;
    background: var(--button-hover-bg) !important;
    border-color: var(--button-hover-bg) !important;
}

.v6-service-strip { scroll-margin-top: calc(var(--header-height) + 18px); }
.v6-service-link { transition: color 160ms ease, background 160ms ease, transform 160ms ease; }
.v6-service-link:hover { transform: translateY(-2px); }
.v6-copy-page { max-width: 760px; padding: clamp(30px, 5vw, 64px); background: var(--panel-bg); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.v6-copy-page h1 { margin-top: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 5vw, 58px); line-height: 1; letter-spacing: -0.025em; }
.v6-copy-page p { color: var(--muted); line-height: 1.75; }
.v6-copy-page strong { color: var(--ink); }

.v6-footer-shelf-info--compact { grid-template-columns: minmax(240px, 1.35fr) minmax(180px, 0.65fr); }
.v6-product-media img,
.v6-product-gallery img,
.v6-quick-image img,
.v6-cart-item-image img {
    object-fit: contain;
}

.v6-icon-button,
.v6-card-tool,
.v6-add-button,
.v6-remove-item { width: 44px; height: 44px; }
.v6-icon-button,
.v6-add-button { flex-basis: 44px; }
.v6-search-result { min-height: 44px; }
.v6-quantity-control { height: 44px; grid-template-columns: 44px 42px 44px; }
.v6-item-quantity { height: 48px; grid-template-columns: 44px 48px 44px; }
:where(a, button, input, select):focus-visible {
    outline: 3px solid var(--highlight) !important;
    outline-offset: 3px;
}
.v6-site-header .v6-icon-button:focus-visible,
.v6-site-header a:focus-visible {
    outline-color: var(--header-ink) !important;
    box-shadow: 0 0 0 5px rgba(242, 200, 188, 0.42);
}

@media (max-width: 1240px) and (min-width: 701px) {
    .v6-catalog-section .v6-products-grid:not(.list-view) { grid-template-columns: 1fr; }
    .v6-catalog-section .v6-product-card--split .v6-card-tools { right: calc(42% + 12px); }
}

@media (max-width: 980px) {
    .v6-mobile-header {
        position: relative;
        display: flex;
        align-items: center;
    }
    .v6-mobile-brand {
        position: absolute;
        left: 50%;
        justify-self: auto;
        transform: translateX(-50%);
    }
    .v6-mobile-actions { display: flex; align-items: center; margin-left: auto; }
    .v6-mobile-brand .v6-brand-mark { width: 36px; height: 36px; flex-basis: 36px; }
    .v6-mobile-brand .v6-brand-name { font-size: 18px; }
}

@media (max-width: 700px) {
    .v6-hero--tableware { min-height: 590px; }
    .v6-hero--tableware > .v6-hero-media { background-position: 62% center; }
    .v6-hero--tableware .v6-hero-frame { align-items: flex-end; padding-top: 28px; padding-bottom: 28px; }
    .v6-hero--tableware .v6-hero-copy {
        width: 100%;
        padding: 30px 28px 32px;
        border-left-width: 4px;
        border-radius: 0 var(--radius-md) var(--radius-md) 0;
    }
    .v6-hero--tableware h1 { font-size: clamp(42px, 12vw, 54px); }
    .v6-footer-shelf-info--compact { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .v6-product-card--split { grid-template-columns: 1fr; }
    .v6-product-card--split .v6-product-media { min-height: 0; aspect-ratio: 4 / 3; }
    .v6-product-card--split .v6-product-info { padding: 20px; }
    .v6-product-card--split .v6-card-tools { right: 12px; }
}

@media (max-width: 520px) {
    .v6-mobile-header { min-height: 68px; }
    .v6-mobile-brand { gap: 7px; }
    .v6-mobile-brand .v6-brand-mark { width: 32px; height: 32px; flex-basis: 32px; }
    .v6-mobile-brand .v6-brand-name { font-size: 16px; }
    .v6-hero--tableware { min-height: 570px; }
    .v6-hero--tableware .v6-hero-copy { padding: 26px 22px 28px; }
    .v6-hero--tableware .v6-hero-description { font-size: 14px; line-height: 1.6; }
    .v6-hero--tableware .v6-hero-cta { width: 100%; min-width: 0; }
    .v6-footer-shelf-info { gap: 34px; }
    .main-content > .container { padding: 2rem 1rem !important; }
    .v6-copy-page { padding: 28px 24px; }
    .v6-copy-page h1 { font-size: 30px; line-height: 1.08; }
}

@media (max-width: 360px) {
    .v6-mobile-brand .v6-brand-mark { display: none; }
    .v6-mobile-brand .v6-brand-name { font-size: 16px; }
    .v6-hero--tableware h1 { font-size: 39px; }
}
