
:root {
    --page-bg: #f4f1e8;
    --catalog-bg: #efede5;
    --panel-bg: #faf8f2;
    --control-bg: #f5f2e9;
    --card-bg: #faf8f2;
    --card-media-bg: #e8e5dc;
    --categories-bg: #f0ede4;
    --categories-alt-bg: #e8e4d9;
    --service-bg: #f7f4ec;
    --ink: #1c2921;
    --muted: #626a63;
    --line: #d3cfc3;
    --line-strong: #aaa598;
    --accent: #315f45;
    --accent-dark: #244a35;
    --accent-light: #dbe5dc;
    --shell-color: #c8c2b5;
    --highlight: #b9693e;
    --highlight-dark: #8e4d2c;
    --highlight-light: #e5b695;
    --harmony-extra: #51715d;
    --harmony-extra-dark: #304c3b;
    --harmony-extra-light: #dce4dd;
    --header-bg: #f8f5ed;
    --header-ink: #1c2921;
    --header-muted: #687069;
    --header-line: #d8d3c7;
    --header-accent: #315f45;
    --footer-bg: #223129;
    --footer-ink: #f7f3e9;
    --footer-muted: #c5cec7;
    --footer-line: #48564d;
    --footer-accent: #e5b695;
    --button-bg: #244a35;
    --button-text: #fffdf7;
    --button-hover-bg: #183b29;
    --hero-overlay: none;
    --shadow-soft: 0 10px 28px rgba(37, 43, 38, 0.08);
    --shadow-strong: 0 22px 54px rgba(29, 35, 30, 0.14);

    /* Current template and legacy component aliases. */
    --white: #ffffff;
    --canvas: #f4f1e8;
    --paper: #e8e4d9;
    --surface: #e8e5dc;
    --primary-color: #315f45;
    --primary-light: #dbe5dc;
    --primary-dark: #244a35;
    --primary-vibrant: #315f45;
    --secondary-color: #b9693e;
    --secondary-light: #e5b695;
    --secondary-dark: #8e4d2c;
    --accent-color: #b9693e;
    --text-color: #1c2921;
    --text-primary: #1c2921;
    --text-secondary: #626a63;
    --bg-color: #f4f1e8;
    --bg-primary: #f4f1e8;
    --bg-secondary: #efede5;
    --bg-strong: #e8e4d9;
    --border-color: #d3cfc3;
    --footer-text: #f7f3e9;
    --success-color: #315f45;
    --warning-color: #8e4d2c;
    --error-color: #8b3f43;
    --primary-overlay-90: rgba(36, 74, 53, 0.90);
    --primary-overlay-75: rgba(36, 74, 53, 0.75);
    --max-width: 1280px;
    --header-height: 76px;
    --radius-sm: 2px;
    --radius-md: 7px;
    --radius-lg: 16px;
}

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-word { color: var(--header-ink); }
.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;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    font-family: "Onest", Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
}
.v6-brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    object-fit: contain;
}
.v6-brand-word,
.v6-brand-word span { color: inherit; }
.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: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 44px;
    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: 44px minmax(100px, 1fr) repeat(4, 44px); align-items: center; gap: 0; }
.v6-mobile-brand { justify-self: center; gap: 7px; text-align: center; }
.v6-mobile-brand .v6-brand-mark { width: 30px; height: 30px; }
.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: 44px minmax(90px, 1fr) repeat(3, 44px); }
    .v6-mobile-phone { display: none; }
    .v6-brand { font-size: 17px; }
    .v6-icon-button { width: 44px; height: 44px; flex-basis: 44px; }
}
@media (max-width: 390px) {
    .v6-mobile-header { grid-template-columns: 44px minmax(90px, 1fr) 44px 44px; }
    .v6-mobile-favorite { display: none; }
    .v6-mobile-brand .v6-brand-suffix { 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-centered-top { min-height: 68px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.v6-centered-brand { justify-self: center; font-size: 23px; }
.v6-centered-brand .v6-brand-mark { width: 42px; height: 42px; }
.v6-centered-top .v6-header-actions { justify-self: end; }
.v6-centered-nav { min-height: 42px; justify-content: center; gap: 32px; border-top: 1px solid var(--header-line, var(--line)); }

.v6-field-header-row {
    min-height: var(--header-height);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(28px, 4vw, 64px);
}
.v6-field-brand .v6-brand-mark { width: 40px; height: 40px; }
.v6-field-nav {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(20px, 2.4vw, 36px);
}
.v6-field-nav a {
    position: relative;
    color: var(--header-muted);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.v6-field-nav a:first-child { color: var(--header-ink); }
.v6-field-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    height: 1px;
    background: var(--header-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 150ms ease;
}
.v6-field-nav a:hover::after,
.v6-field-nav a:focus-visible::after { transform: scaleX(1); }
.v6-field-nav a:hover,
.v6-field-nav a:focus-visible { color: var(--header-ink); outline: none; }
.v6-mobile-actions { display: flex; justify-content: flex-end; }
@media (max-width: 1180px) {
    .v6-field-nav a[data-v6-department]:not(:first-child) { display: none; }
}
@media (max-width: 980px) {
    .v6-mobile-header {
        min-height: var(--header-height);
        grid-template-columns: 88px minmax(0, 1fr) 88px;
        gap: 0;
    }
    .v6-mobile-header > .v6-icon-button { justify-self: start; }
    .v6-mobile-brand { justify-self: center; }
    .v6-mobile-brand .v6-brand-mark { width: 34px; height: 34px; }
}
@media (max-width: 430px) {
    .v6-mobile-header { grid-template-columns: 88px minmax(0, 1fr) 88px; }
    .v6-mobile-brand .v6-brand-suffix { display: inline; }
}
@media (max-width: 350px) {
    .v6-mobile-brand .v6-brand-suffix { display: none; }
}

/* Seed storefront hero */
.v6-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background: var(--page-bg);
}
.v6-seed-hero-grid {
    min-height: clamp(540px, 66svh, 680px);
    display: grid;
    grid-template-columns: minmax(390px, 0.86fr) minmax(520px, 1.14fr);
    align-items: stretch;
    gap: clamp(44px, 6vw, 92px);
    padding-top: 44px;
    padding-bottom: 44px;
}
.v6-hero-copy {
    min-width: 0;
    max-width: 540px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.v6-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: var(--highlight-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.v6-hero-label::before {
    content: "";
    width: 28px;
    height: 1px;
    flex: 0 0 28px;
    background: currentColor;
}
.v6-hero h1 {
    max-width: 530px;
    margin: 0;
    font-family: "Onest", Arial, sans-serif;
    font-size: clamp(44px, 4.15vw, 59px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.045em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}
.v6-hero-description {
    max-width: 500px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}
.v6-hero-cta { width: fit-content; margin-top: 30px; }
.v6-hero-topics {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding: 22px 0 0;
    margin: 28px 0 0;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 11px;
    list-style: none;
}
.v6-hero-topics li { display: inline-flex; align-items: center; gap: 8px; }
.v6-hero-topics li::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid var(--accent);
    border-radius: 50%;
}
.v6-seed-hero-visual {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #e5e0d5;
}
.v6-seed-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 452px;
    object-fit: cover;
    object-position: 72% center;
}
@media (max-width: 980px) {
    .v6-seed-hero-grid {
        min-height: 0;
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        gap: 30px;
        padding-top: 34px;
        padding-bottom: 34px;
    }
    .v6-hero h1 { font-size: clamp(38px, 5vw, 48px); }
    .v6-hero-description { margin-top: 18px; }
    .v6-hero-topics { display: none; }
    .v6-seed-hero-visual img { min-height: 430px; }
}
@media (max-width: 720px) {
    .v6-seed-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 46px;
        padding-bottom: 0;
    }
    .v6-hero-copy { max-width: 610px; }
    .v6-hero h1 { max-width: 590px; font-size: clamp(36px, 9vw, 46px); }
    .v6-hero-description { max-width: 570px; font-size: 14px; }
    .v6-hero-topics { display: none; }
    .v6-seed-hero-visual {
        width: calc(100% + 28px);
        margin-left: -14px;
        border-right: 0;
        border-left: 0;
    }
    .v6-seed-hero-visual img {
        min-height: 0;
        aspect-ratio: 16 / 10;
        object-position: 70% center;
    }
}
@media (max-width: 480px) {
    .v6-seed-hero-grid { padding-top: 38px; }
    .v6-hero-label { margin-bottom: 18px; }
    .v6-hero h1 { font-size: clamp(34px, 10.5vw, 42px); line-height: 1.08; }
    .v6-hero-description { margin-top: 16px; line-height: 1.62; }
    .v6-hero-cta { width: 100%; margin-top: 24px; }
    .v6-hero-topics { gap: 7px 14px; padding-top: 18px; font-size: 10px; }
    .v6-seed-hero-visual img { aspect-ratio: 4 / 3; }
}


.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 { gap: 16px; }
.btn, .primary-button, .v6-primary-button { min-height: 48px; border-width: 1px; border-radius: 4px; padding-right: 20px; padding-left: 20px; }
.btn:hover, .primary-button:hover, .v6-primary-button:hover { color: var(--accent-dark); background: var(--paper); border-color: var(--accent); }
.btn-primary, .primary-button, .v6-primary-button { color: var(--white); background: var(--ink); border-color: var(--ink); }
.btn-primary:hover, .primary-button:hover, .v6-primary-button:hover { color: var(--white); background: var(--accent-dark); }
.btn-outline, .btn-light { color: var(--ink); background: transparent; border-color: var(--line); }

/* Seed-selection guide */
.v6-seed-guide {
    padding: 68px 0 76px;
    border-bottom: 1px solid var(--line);
    background: var(--panel-bg);
}
.v6-seed-guide-layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(54px, 7vw, 104px);
    align-items: start;
}
.v6-seed-guide-intro { max-width: 430px; }
.v6-section-kicker {
    margin: 0 0 12px;
    color: var(--highlight-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.v6-seed-guide h2 {
    max-width: 420px;
    margin: 0;
    font-family: "Onest", Arial, sans-serif;
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.035em;
    text-wrap: balance;
}
.v6-seed-guide-intro > p:last-child {
    max-width: 390px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}
.v6-seed-guide-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line);
}
.v6-seed-guide-item {
    min-width: 0;
    min-height: 224px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
    border-right: 1px solid var(--line);
}
.v6-seed-guide-item:last-child { border-right: 0; }
.v6-seed-guide-item > span {
    color: var(--highlight-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.v6-seed-guide-item h3 {
    margin: 42px 0 0;
    font-size: 15px;
    font-weight: 600;
}
.v6-seed-guide-item p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}
@media (max-width: 980px) {
    .v6-seed-guide { padding: 58px 0 64px; }
    .v6-seed-guide-layout { grid-template-columns: 1fr; gap: 34px; }
    .v6-seed-guide-intro { max-width: 620px; }
}
@media (max-width: 700px) {
    .v6-seed-guide { padding: 50px 0 56px; }
    .v6-seed-guide h2 { font-size: 32px; }
    .v6-seed-guide-list { grid-template-columns: 1fr; }
    .v6-seed-guide-item {
        min-height: 0;
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
    .v6-seed-guide-item:last-child { border-bottom: 0; }
    .v6-seed-guide-item > span { grid-row: 1 / span 2; padding-top: 4px; }
    .v6-seed-guide-item h3 { margin: 0; }
}

/* 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-family: "Onest", Arial, sans-serif; font-size: 28px; font-weight: 600; line-height: 1.15; letter-spacing: -0.03em; }
.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--line .v6-category-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-left: 1px solid var(--line); }
.v6-category-link--line { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 24px; border-right: 1px solid var(--line); }
@media (max-width: 860px) { .v6-categories--line .v6-category-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) {
    .v6-categories--line .v6-category-list { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(190px, 74vw); overflow-x: auto; scrollbar-width: none; }
    .v6-categories--line .v6-category-list::-webkit-scrollbar { display: none; }
    .v6-category-link--line { min-height: 76px; padding: 0 16px; }
}


.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(3, minmax(0, 1fr)); grid-auto-flow: dense; }
.v6-products-grid:not(.list-view) .v6-product-card--editorial:first-child { grid-column: span 2; grid-row: span 2; }
.v6-products-grid:not(.list-view) .v6-product-card--editorial:first-child .v6-product-media { aspect-ratio: 16 / 11; }
.v6-products-grid:not(.list-view) .v6-product-card--editorial:first-child .v6-product-name { font-size: 22px; }
@media (max-width: 760px) {
    .v6-products-grid:not(.list-view) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .v6-products-grid:not(.list-view) .v6-product-card--editorial:first-child { grid-column: span 2; grid-row: auto; }
}


.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--studio-stack { max-width: 1040px; margin: 0 auto; grid-template-columns: 1fr; gap: 30px; }
.v6-product-detail--studio-stack .v6-product-gallery { aspect-ratio: 16 / 10; }
.v6-product-detail--studio-stack .v6-product-gallery img { object-fit: contain; }
.v6-product-detail--studio-stack .v6-product-summary { position: static; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr); gap: 0 48px; }
.v6-product-detail--studio-stack .v6-product-detail-category,
.v6-product-detail--studio-stack h1,
.v6-product-detail--studio-stack .v6-product-detail-price { grid-column: 1; }
.v6-product-detail--studio-stack .v6-product-description,
.v6-product-detail--studio-stack .v6-purchase-row,
.v6-product-detail--studio-stack .v6-product-links { grid-column: 2; }
.v6-product-detail--studio-stack .v6-product-description { grid-row: 1 / span 3; margin-top: 0; }
@media (max-width: 900px) { .v6-product-detail--studio-stack .v6-product-summary { display: block; } }


.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: 92px; 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 { color: var(--accent-dark); background: var(--panel-bg); }
.v6-service-link:focus-visible {
    color: var(--accent-dark);
    background: var(--panel-bg);
    outline: 2px solid var(--highlight);
    outline-offset: -2px;
}
.v6-service-link > svg { width: 20px; height: 20px; stroke: currentColor; fill: none; }
.v6-service-link > svg:first-child { width: 22px; height: 22px; color: var(--highlight-dark); }
.v6-service-link > svg:last-child { width: 18px; height: 18px; }
.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: 52px 0 22px; color: var(--footer-ink, var(--ink)); background: var(--footer-bg, var(--white)); }
.v6-site-footer .v6-brand-mark {
    width: 44px;
    height: 44px;
    padding: 6px;
    border-radius: 50%;
    background: var(--footer-ink);
}
.v6-footer-brand p { max-width: 430px; margin: 16px 0 0; color: var(--footer-muted, var(--muted)); font-size: 12px; line-height: 1.65; }
.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: 42px; 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--catalog-first { padding-top: 0; }
.v6-catalog-first-band { padding: 28px 0; border-top: 1px solid var(--footer-line, var(--line)); border-bottom: 1px solid var(--footer-line, var(--line)); background: color-mix(in srgb, var(--footer-ink, var(--ink)) 4%, var(--footer-bg, var(--white))); }
.v6-catalog-lead { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 30px; }
.v6-catalog-lead h3 { width: 100%; }
.v6-catalog-first-info { display: grid; grid-template-columns: minmax(230px, 1.3fr) repeat(2, minmax(170px, 0.72fr)); gap: 48px; padding-top: 48px; }
.v6-catalog-first-info--compact { grid-template-columns: minmax(280px, 1.6fr) minmax(180px, 0.7fr); }
@media (max-width: 720px) { .v6-catalog-first-info { grid-template-columns: 1fr; } }
@media (max-width: 720px) {
    .v6-catalog-first-info { gap: 34px; padding-top: 40px; }
}


/* 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-family: "Onest", Arial, sans-serif; font-size: 34px; font-weight: 600; letter-spacing: -0.03em; }
.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-family: "Onest", Arial, sans-serif; font-size: 30px; font-weight: 600; letter-spacing: -0.03em; }
.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 > .container { padding: 0 28px !important; }
.main-content h1 { margin-top: 0; font-family: "Onest", Arial, sans-serif; font-size: 40px; font-weight: 600; line-height: 1.15; letter-spacing: -0.035em; }
.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; }
@media (max-width: 560px) {
    .main-content { padding: 46px 0 64px; }
    .main-content > .container { padding: 0 !important; }
    .main-content h1 { font-size: 32px; }
}

/* 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; }
}
