:root {
    --color-milk: #f4efe7;
    --color-milk-light: #fbf8f3;
    --color-paper: #fffdf9;
    --color-graphite: #292c2a;
    --color-graphite-soft: #555a55;
    --color-linen: #d8c8b4;
    --color-linen-light: #e9ded0;
    --color-sage: #788879;
    --color-sage-dark: #5f7061;
    --color-terracotta: #b86549;
    --color-border: rgba(41, 44, 42, 0.12);
    --shadow-soft: 0 14px 42px rgba(57, 49, 39, 0.08);
    --shadow-hover: 0 22px 54px rgba(57, 49, 39, 0.14);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --content-width: 1320px;
    --transition: 180ms ease;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--color-milk);
    color: var(--color-graphite);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
    font: inherit;
}

:focus-visible {
    outline: 3px solid rgba(184, 101, 73, 0.48);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 100;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--color-graphite);
    color: white;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform var(--transition);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--color-border);
    background: rgba(244, 239, 231, 0.92);
    backdrop-filter: blur(18px);
}

.site-header__inner {
    width: min(calc(100% - 64px), var(--content-width));
    min-height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-graphite);
    text-decoration: none;
}

.site-logo__mark {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-sage);
    color: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    letter-spacing: 0.06em;
}

.site-logo__text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.site-logo__name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.site-logo__tagline {
    margin-top: 5px;
    color: var(--color-graphite-soft);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.4vw, 36px);
}

.site-nav a,
.footer-column a {
    text-decoration: none;
    transition: color var(--transition);
}

.site-nav a {
    position: relative;
    padding: 10px 0;
    color: var(--color-graphite-soft);
    font-size: 14px;
    font-weight: 600;
}

.site-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 1px;
    background: var(--color-terracotta);
    transform: scaleX(0);
    transition: transform var(--transition);
}

.site-nav a:hover,
.footer-column a:hover {
    color: var(--color-terracotta);
}

.site-nav a:hover::after {
    transform: scaleX(1);
}

.header-action,
.buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--color-graphite);
    color: white;
    font-weight: 700;
    text-decoration: none;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}

.header-action {
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
}

.header-action:hover,
.buy:hover {
    background: var(--color-terracotta);
    box-shadow: 0 10px 24px rgba(184, 101, 73, 0.2);
    transform: translateY(-2px);
}

.site-main {
    min-height: 55vh;
}

.catalog-page > .site-main > header {
    width: min(calc(100% - 64px), var(--content-width));
    margin: 42px auto 0;
    padding: clamp(56px, 8vw, 104px) clamp(24px, 6vw, 82px);
    overflow: hidden;
    position: relative;
    border-radius: var(--radius-lg);
    background: linear-gradient(125deg, #667768 0%, #7f8e7f 56%, #b4a48f 100%);
    color: white;
    text-align: left;
    box-shadow: var(--shadow-soft);
}

.catalog-page > .site-main > header::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -100px;
    top: -170px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.04), 0 0 0 140px rgba(255, 255, 255, 0.03);
}

.catalog-page > .site-main > header h1 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 7vw, 84px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.catalog-page > .site-main > header p {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(15px, 2vw, 19px);
}

.catalog {
    width: min(calc(100% - 64px), var(--content-width));
    margin: clamp(46px, 7vw, 92px) auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.5vw, 34px);
}

.catalog::before {
    content: "Коллекция для дома";
    grid-column: 1 / -1;
    margin-bottom: 8px;
    color: var(--color-sage-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
}

.card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(216, 200, 180, 0.7);
    border-radius: var(--radius-md);
    background: var(--color-paper);
    box-shadow: var(--shadow-soft);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.card:hover {
    border-color: var(--color-linen);
    box-shadow: var(--shadow-hover);
    transform: translateY(-5px);
}

.card img {
    width: 100%;
    height: clamp(340px, 38vw, 520px);
    display: block;
    background: var(--color-linen-light);
    object-fit: cover;
}

.card-content {
    padding: clamp(22px, 3vw, 32px);
}

.card h2 {
    margin: 8px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.4vw, 34px);
    font-weight: 500;
    line-height: 1.1;
}

.brand {
    color: var(--color-sage-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.variants {
    margin-top: 22px;
}

.catalog-page .variant {
    padding: 13px 0;
    border-top: 1px solid var(--color-border);
    color: var(--color-graphite-soft);
    font-size: 14px;
}

.catalog-page .price {
    margin-top: 5px;
    color: var(--color-graphite);
    font-size: 20px;
    font-weight: 750;
}

.catalog-page .buy {
    min-height: 50px;
    margin-top: 20px;
    padding: 0 24px;
    border-radius: 999px;
}

.product-page .site-main {
    padding: clamp(34px, 6vw, 72px) 0 clamp(64px, 8vw, 112px);
}

.container {
    width: min(calc(100% - 64px), var(--content-width));
    margin: 0 auto;
    padding: 0;
}

.back {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-bottom: 24px;
    color: var(--color-graphite-soft);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    transition: color var(--transition);
}

.back:hover {
    color: var(--color-terracotta);
}

.product {
    padding: clamp(22px, 4vw, 52px);
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: clamp(34px, 6vw, 86px);
    border: 1px solid rgba(216, 200, 180, 0.7);
    border-radius: var(--radius-lg);
    background: var(--color-paper);
    box-shadow: var(--shadow-soft);
}

.photo {
    width: 100%;
    min-height: 520px;
    max-height: 760px;
    display: block;
    border-radius: var(--radius-md);
    background: var(--color-linen-light);
    object-fit: cover;
}

.product-page h1 {
    margin: 12px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.035em;
}

.product-page h1 + p {
    color: var(--color-graphite-soft);
}

.product-page .variants {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.variant-button {
    min-height: 44px;
    padding: 10px 15px;
    border: 1px solid var(--color-linen);
    border-radius: 999px;
    background: var(--color-milk-light);
    color: var(--color-graphite);
    cursor: pointer;
    transition: border-color var(--transition), background var(--transition), color var(--transition);
}

.variant-button:hover,
.variant-button:focus-visible {
    border-color: var(--color-sage);
    background: var(--color-sage);
    color: white;
}

.product-page .price {
    margin: 0;
    font-size: 26px;
    font-weight: 750;
}

.product-page .buy {
    width: 100%;
    min-height: 62px;
    margin-top: 32px;
    padding: 10px 24px;
    flex-direction: column;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-size: 17px;
}

.site-footer {
    padding: 72px 32px 28px;
    background: var(--color-graphite);
    color: rgba(255, 255, 255, 0.72);
}

.site-footer__inner,
.site-footer__bottom {
    width: min(100%, var(--content-width));
    margin: 0 auto;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1.7fr repeat(3, 1fr);
    gap: clamp(30px, 5vw, 76px);
}

.site-logo--footer {
    color: white;
}

.site-logo--footer .site-logo__mark {
    background: var(--color-terracotta);
}

.footer-brand p {
    max-width: 390px;
    margin: 24px 0 0;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.footer-column h2 {
    margin: 0 0 10px;
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-column p {
    margin: 0;
}

.site-footer__bottom {
    margin-top: 58px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
}

@media (max-width: 1080px) {
    .site-header__inner {
        flex-wrap: wrap;
        gap: 10px 24px;
        padding: 14px 0;
    }

    .site-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .catalog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
        gap: 36px;
    }

    .site-footer__inner {
        grid-template-columns: 1.5fr repeat(2, 1fr);
    }

    .site-footer__inner .footer-column:last-child {
        grid-column: 2 / -1;
    }
}

@media (max-width: 760px) {
    .site-header__inner,
    .catalog-page > .site-main > header,
    .catalog,
    .container {
        width: min(calc(100% - 32px), var(--content-width));
    }

    .site-header {
        position: relative;
    }

    .site-header__inner {
        min-height: 74px;
    }

    .site-logo__tagline,
    .header-action {
        display: none;
    }

    .site-nav {
        gap: 24px;
        padding: 5px 0 2px;
    }

    .site-nav a {
        flex: 0 0 auto;
        font-size: 13px;
    }

    .catalog-page > .site-main > header {
        margin-top: 20px;
        border-radius: var(--radius-md);
    }

    .catalog {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 48px;
    }

    .card img {
        height: min(118vw, 520px);
    }

    .product-page .site-main {
        padding-top: 24px;
    }

    .product {
        grid-template-columns: minmax(0, 1fr);
        padding: 18px;
        border-radius: var(--radius-md);
    }

    .photo {
        min-height: 0;
        max-height: none;
        aspect-ratio: 4 / 5;
    }

    .product-page h1 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .site-footer {
        padding: 54px 16px 24px;
    }

    .site-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .site-footer__inner .footer-column:last-child {
        grid-column: 1 / -1;
    }

    .site-footer__bottom {
        flex-direction: column;
    }
}

@media (max-width: 460px) {
    .site-logo__mark {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .site-logo__name {
        font-size: 18px;
    }

    .catalog-page > .site-main > header {
        padding: 46px 22px;
    }

    .card-content {
        padding: 22px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .footer-brand,
    .site-footer__inner .footer-column:last-child {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
/* Home catalog redesign */
.catalog-page--redesign .site-main {
    overflow: hidden;
}

.home-hero,
.catalog-section,
.production-story,
.benefits-section {
    width: min(calc(100% - 64px), var(--content-width));
    margin-right: auto;
    margin-left: auto;
}

.home-hero {
    min-height: min(780px, calc(100vh - 88px));
    padding: 42px 0 72px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
    align-items: center;
    gap: clamp(48px, 7vw, 110px);
}

.home-hero__content {
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-sage-dark);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.home-hero h1 {
    max-width: 720px;
    margin: 28px 0 26px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 7.2vw, 104px);
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.055em;
}

.home-hero__content > p {
    max-width: 590px;
    margin: 0;
    color: var(--color-graphite-soft);
    font-size: clamp(17px, 1.5vw, 20px);
}

.hero-button {
    min-height: 58px;
    margin-top: 36px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    gap: 34px;
    border-radius: 999px;
    background: var(--color-terracotta);
    color: white;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(184, 101, 73, 0.2);
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.hero-button:hover {
    background: var(--color-graphite);
    box-shadow: 0 18px 38px rgba(41, 44, 42, 0.2);
    transform: translateY(-3px);
}

.hero-button span {
    font-size: 19px;
}

.home-hero__meta {
    margin-top: 54px;
    padding-top: 22px;
    display: flex;
    gap: 32px;
    border-top: 1px solid var(--color-border);
    color: var(--color-graphite-soft);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-hero__visual {
    min-height: 650px;
    position: relative;
    border-radius: 180px 180px var(--radius-lg) var(--radius-lg);
    background: var(--color-linen-light);
    box-shadow: var(--shadow-soft);
}

.home-hero__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 66%;
    aspect-ratio: 1;
    right: -24%;
    top: -8%;
    border: 1px solid rgba(120, 136, 121, 0.28);
    border-radius: 50%;
}

.home-hero__visual img,
.home-hero__placeholder {
    width: 100%;
    height: 100%;
    min-height: 650px;
    display: block;
    border-radius: inherit;
    object-fit: cover;
}

.home-hero__placeholder {
    background: linear-gradient(145deg, var(--color-linen-light), var(--color-sage));
}

.home-hero__note {
    position: absolute;
    left: -34px;
    bottom: 34px;
    min-width: 210px;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-sm);
    background: rgba(255, 253, 249, 0.92);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(12px);
}

.home-hero__note span {
    color: var(--color-terracotta);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-hero__note strong {
    margin-top: 3px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
}

.catalog-section {
    padding: clamp(76px, 10vw, 140px) 0;
}

.section-heading {
    margin-bottom: clamp(36px, 5vw, 62px);
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 48px;
}

.section-heading h2,
.production-story h2 {
    margin: 16px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.035em;
}

.section-heading > p {
    max-width: 470px;
    margin: 0;
    color: var(--color-graphite-soft);
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2.5vw, 36px);
}

.product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(216, 200, 180, 0.75);
    border-radius: var(--radius-md);
    background: var(--color-paper);
    box-shadow: 0 10px 34px rgba(57, 49, 39, 0.06);
    transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.product-card:hover {
    border-color: var(--color-linen);
    box-shadow: var(--shadow-hover);
    transform: translateY(-7px);
}

.product-card__image {
    height: clamp(390px, 38vw, 560px);
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--color-linen-light);
}

.product-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-card:hover .product-card__image img {
    transform: scale(1.035);
}

.product-card__placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--color-sage-dark);
    font-family: Georgia, "Times New Roman", serif;
}

.product-card__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.9);
    color: var(--color-graphite);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.product-card__body {
    padding: 25px 26px 27px;
}

.product-card__brand {
    color: var(--color-sage-dark);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-card__heading {
    margin-top: 8px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}

.product-card h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.4vw, 34px);
    font-weight: 500;
    line-height: 1.1;
}

.product-card h3 a {
    text-decoration: none;
}

.product-card__price {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 750;
    white-space: nowrap;
}

.product-card__colors {
    min-height: 40px;
    margin-top: 22px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid var(--color-border);
    color: var(--color-graphite-soft);
    font-size: 12px;
}

.color-swatches {
    display: flex;
    align-items: center;
}

.color-swatch {
    width: 18px;
    height: 18px;
    margin-left: -4px;
    display: block;
    border: 2px solid var(--color-paper);
    border-radius: 50%;
    background: var(--swatch-color);
    box-shadow: 0 0 0 1px rgba(41, 44, 42, 0.12);
}

.color-swatch:first-child {
    margin-left: 0;
}

.product-card__action {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-graphite);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.product-card__action span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-milk);
    transition: background var(--transition), color var(--transition), transform var(--transition);
}

.product-card__action:hover span {
    background: var(--color-terracotta);
    color: white;
    transform: translateX(3px);
}

.production-story {
    min-height: 590px;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--color-sage-dark);
    color: white;
    box-shadow: var(--shadow-soft);
}

.production-story__visual {
    min-height: 500px;
    padding: clamp(40px, 6vw, 82px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.08), transparent);
}

.production-story__number {
    position: relative;
    z-index: 1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(100px, 15vw, 210px);
    line-height: 0.75;
    letter-spacing: -0.08em;
}

.production-story__caption {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.production-story__threads,
.production-story__threads::before,
.production-story__threads::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.production-story__threads {
    width: 430px;
    height: 430px;
    right: -120px;
    top: -110px;
}

.production-story__threads::before,
.production-story__threads::after {
    content: "";
    inset: 54px;
}

.production-story__threads::after {
    inset: 108px;
}

.production-story__content {
    padding: clamp(54px, 8vw, 110px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--color-paper);
    color: var(--color-graphite);
}

.production-story__lead {
    margin: 32px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(21px, 2.2vw, 29px);
    line-height: 1.35;
}

.production-story__content > p:not(.production-story__lead) {
    color: var(--color-graphite-soft);
}

.production-story__content > a {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--color-terracotta);
    font-weight: 750;
    text-decoration: none;
}

.benefits-section {
    padding: clamp(90px, 11vw, 150px) 0;
}

.section-heading--centered {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}

.section-heading--centered .eyebrow {
    justify-content: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.benefit-card {
    min-height: 330px;
    padding: clamp(28px, 4vw, 46px);
    position: relative;
    border: 1px solid var(--color-linen);
    border-radius: var(--radius-md);
    background: var(--color-paper);
    transition: transform 280ms ease, box-shadow 280ms ease;
}

.benefit-card:hover {
    box-shadow: var(--shadow-soft);
    transform: translateY(-5px);
}

.benefit-card--sage {
    border-color: transparent;
    background: var(--color-sage);
    color: white;
}

.benefit-card--terracotta {
    border-color: transparent;
    background: var(--color-terracotta);
    color: white;
}

.benefit-card__number {
    position: absolute;
    top: 28px;
    right: 30px;
    opacity: 0.58;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.12em;
}

.benefit-card__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-milk);
    color: var(--color-terracotta);
    font-size: 22px;
}

.benefit-card--sage .benefit-card__icon,
.benefit-card--terracotta .benefit-card__icon {
    background: rgba(255, 255, 255, 0.14);
    color: white;
}

.benefit-card h3 {
    margin: 46px 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.4vw, 33px);
    font-weight: 500;
    line-height: 1.1;
}

.benefit-card p {
    margin: 0;
    opacity: 0.78;
}

@media (max-width: 1080px) {
    .home-hero {
        grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
        gap: 44px;
    }

    .home-hero__visual,
    .home-hero__visual img,
    .home-hero__placeholder {
        min-height: 560px;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-card__image {
        height: min(58vw, 560px);
    }
}

@media (max-width: 800px) {
    .home-hero,
    .catalog-section,
    .production-story,
    .benefits-section {
        width: min(calc(100% - 32px), var(--content-width));
    }

    .home-hero {
        min-height: auto;
        padding-top: 54px;
        grid-template-columns: 1fr;
    }

    .home-hero__content {
        max-width: 680px;
    }

    .home-hero__visual {
        min-height: 0;
        aspect-ratio: 4 / 5;
        border-radius: 120px 120px var(--radius-md) var(--radius-md);
    }

    .home-hero__visual img,
    .home-hero__placeholder {
        min-height: 0;
    }

    .home-hero__note {
        left: 18px;
        bottom: 18px;
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
        gap: 20px;
    }

    .production-story {
        grid-template-columns: 1fr;
    }

    .production-story__visual {
        min-height: 390px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        min-height: 270px;
    }
}

@media (max-width: 560px) {
    .home-hero h1 {
        font-size: clamp(52px, 17vw, 76px);
    }

    .home-hero__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hero-button {
        width: 100%;
        justify-content: space-between;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .product-card__image {
        height: min(125vw, 540px);
    }

    .product-card__heading {
        flex-direction: column;
        gap: 10px;
    }

    .production-story__visual {
        min-height: 310px;
    }

    .production-story__content {
        padding: 42px 24px 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-card,
    .product-card__image img,
    .benefit-card,
    .hero-button {
        transition: none;
    }
}
/* B2B manufacturer homepage */
.b2b-page {
    --b2b-ink: #252a27;
    --b2b-green: #536b5a;
    --b2b-green-dark: #35483c;
    --b2b-cream: #f3efe7;
    --b2b-paper: #fffdf9;
    --b2b-line: #d8d2c7;
    --b2b-orange: #b66043;
    background: var(--b2b-cream);
    color: var(--b2b-ink);
}

.b2b-page .site-header {
    background: rgba(255, 253, 249, 0.95);
}

.b2b-page .site-logo__mark {
    border-radius: 10px;
    background: var(--b2b-green-dark);
}

.b2b-page .header-action {
    background: var(--b2b-green-dark);
}

.b2b-page .site-nav__retail {
    color: var(--b2b-orange);
}

.b2b-shell {
    width: min(calc(100% - 64px), 1360px);
    margin-inline: auto;
}

.b2b-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--b2b-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.b2b-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.b2b-hero {
    padding: 48px 0 72px;
    background: linear-gradient(180deg, var(--b2b-paper), var(--b2b-cream));
}

.b2b-hero__grid {
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
    align-items: center;
    gap: clamp(48px, 7vw, 100px);
}

.b2b-hero h1 {
    max-width: 790px;
    margin: 28px 0 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 80px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.b2b-hero h1 span {
    margin-bottom: 13px;
    display: block;
    color: var(--b2b-orange);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.b2b-hero__content > p {
    max-width: 680px;
    margin: 0;
    color: #555d57;
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.55;
}

.b2b-hero__actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.b2b-button {
    min-height: 54px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
    transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.b2b-button:hover {
    transform: translateY(-2px);
}

.b2b-button--primary {
    background: var(--b2b-orange);
    color: white;
    box-shadow: 0 12px 26px rgba(182, 96, 67, 0.18);
}

.b2b-button--primary:hover {
    background: #964a32;
}

.b2b-button--secondary {
    border-color: #aaa99f;
    background: transparent;
    color: var(--b2b-ink);
}

.b2b-button--secondary:hover {
    border-color: var(--b2b-green-dark);
    background: var(--b2b-paper);
}

.b2b-button--light {
    background: white;
    color: var(--b2b-green-dark);
}

.b2b-hero__facts {
    margin: 48px 0 0;
    padding: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    border-top: 1px solid var(--b2b-line);
    list-style: none;
}

.b2b-hero__facts li {
    display: flex;
    flex-direction: column;
}

.b2b-hero__facts strong {
    font-size: 16px;
}

.b2b-hero__facts span {
    color: #70756f;
    font-size: 12px;
}

.b2b-hero__visual {
    min-height: 610px;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #ded8cc;
    box-shadow: 0 24px 60px rgba(46, 54, 48, 0.14);
}

.b2b-hero__visual img,
.b2b-hero__placeholder {
    width: 100%;
    height: 100%;
    min-height: 610px;
    display: block;
    object-fit: cover;
}

.b2b-hero__placeholder {
    background: linear-gradient(145deg, #ded8cc, var(--b2b-green));
}

.b2b-hero__label {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 12px;
    background: rgba(255, 253, 249, 0.94);
    backdrop-filter: blur(12px);
}

.b2b-hero__label span {
    color: var(--b2b-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.b2b-hero__label strong {
    max-width: 230px;
    text-align: right;
    font-size: 14px;
}

.b2b-catalog {
    padding: clamp(80px, 9vw, 124px) 0;
}

.b2b-section-head {
    margin-bottom: 34px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 48px;
}

.b2b-section-head h2,
.wholesale-intro h2,
.wholesale-form-copy h2,
.retail-direction h2 {
    margin: 14px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.7vw, 64px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.b2b-section-head > p {
    max-width: 520px;
    margin: 0;
    color: #5d635e;
    font-size: 17px;
}

.b2b-price-note {
    margin-bottom: 28px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #cbd4cd;
    border-radius: 12px;
    background: #edf2ed;
}

.b2b-price-note__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--b2b-green-dark);
    color: white;
    font-weight: 800;
}

.b2b-price-note div {
    display: flex;
    flex-direction: column;
}

.b2b-price-note div span {
    color: #626b64;
    font-size: 13px;
}

.b2b-price-note > a {
    margin-left: auto;
    color: var(--b2b-green-dark);
    font-size: 14px;
    font-weight: 750;
}

.b2b-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.b2b-product-card {
    min-width: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.28fr);
    border: 1px solid var(--b2b-line);
    border-radius: 16px;
    background: var(--b2b-paper);
    box-shadow: 0 8px 28px rgba(45, 52, 47, 0.05);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.b2b-product-card:hover {
    border-color: #aeb9b0;
    box-shadow: 0 16px 38px rgba(45, 52, 47, 0.1);
    transform: translateY(-3px);
}

.b2b-product-card__image {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    background: #e4dfd5;
    text-decoration: none;
}

.b2b-product-card__image img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    display: block;
    object-fit: cover;
    transition: transform 500ms ease;
}

.b2b-product-card:hover .b2b-product-card__image img {
    transform: scale(1.025);
}

.b2b-product-card__made {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 9px;
    border-radius: 6px;
    background: rgba(255, 253, 249, 0.92);
    color: var(--b2b-green-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.b2b-product-card__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.b2b-product-card__topline {
    color: var(--b2b-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.b2b-product-card__title {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.b2b-product-card__title h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2vw, 32px);
    font-weight: 500;
    line-height: 1.1;
}

.b2b-product-card__title > span {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-radius: 6px;
    background: var(--b2b-cream);
    color: #697069;
    font-size: 11px;
}

.b2b-variants {
    margin-top: 18px;
    border-top: 1px solid var(--b2b-line);
}

.b2b-variants__head,
.b2b-variant {
    display: grid;
    grid-template-columns: minmax(82px, 1fr) minmax(82px, 1fr) minmax(105px, auto);
    gap: 10px;
    align-items: center;
}

.b2b-variants__head {
    padding: 10px 0 8px;
    color: #7a807b;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.b2b-variants__head span:last-child,
.b2b-variant__price {
    text-align: right;
}

.b2b-variant {
    min-height: 42px;
    padding: 7px 0;
    border-top: 1px solid rgba(216, 210, 199, 0.68);
    font-size: 13px;
}

.b2b-variant__color,
.b2b-variant__size {
    overflow-wrap: anywhere;
}

.b2b-variant__size {
    color: #666c67;
}

.b2b-variant__price {
    color: var(--b2b-green-dark);
    font-size: 15px;
    white-space: nowrap;
}

.b2b-product-card__footer {
    margin-top: auto;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.b2b-product-card__footer a {
    color: #676d68;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.b2b-product-card__footer a:last-child {
    color: var(--b2b-orange);
}

.wholesale-section {
    padding: clamp(78px, 9vw, 120px) 0;
    background: var(--b2b-green-dark);
    color: white;
}

.wholesale-section .b2b-shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(50px, 8vw, 110px);
}

.wholesale-section .b2b-kicker {
    color: #d0dbcF;
}

.wholesale-intro {
    position: sticky;
    top: 120px;
    align-self: start;
}

.wholesale-intro p {
    max-width: 520px;
    margin: 28px 0 32px;
    color: rgba(255,255,255,0.72);
    font-size: 17px;
}

.wholesale-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,0.18);
    border-left: 1px solid rgba(255,255,255,0.18);
}

.wholesale-benefits article {
    min-height: 230px;
    padding: clamp(25px, 3vw, 38px);
    border-right: 1px solid rgba(255,255,255,0.18);
    border-bottom: 1px solid rgba(255,255,255,0.18);
}

.wholesale-benefits article:last-child {
    grid-column: 1 / -1;
}

.wholesale-benefits article > span {
    color: #aebeb2;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.wholesale-benefits h3 {
    margin: 32px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.15;
}

.wholesale-benefits p {
    margin: 0;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
}

.partners-strip {
    padding: 28px 0;
    border-bottom: 1px solid var(--b2b-line);
    background: var(--b2b-paper);
}

.partners-strip .b2b-shell {
    display: flex;
    align-items: center;
    gap: 40px;
}

.partners-strip .b2b-shell > span {
    flex: 0 0 auto;
    color: #6a706b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.partners-strip ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    list-style: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 2vw, 25px);
}

.wholesale-form-section {
    padding: clamp(82px, 10vw, 140px) 0;
    background: #e8e2d8;
}

.wholesale-form-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(48px, 8vw, 110px);
}

.wholesale-form-copy > p {
    max-width: 500px;
    margin: 28px 0;
    color: #59605a;
    font-size: 17px;
}

.wholesale-form-copy__note {
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    border-left: 3px solid var(--b2b-orange);
    background: rgba(255,255,255,0.42);
}

.wholesale-form-copy__note span {
    color: #626962;
    font-size: 13px;
}

.wholesale-form {
    padding: clamp(26px, 4vw, 48px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    border-radius: 16px;
    background: var(--b2b-paper);
    box-shadow: 0 18px 52px rgba(45, 52, 47, 0.09);
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-field--wide {
    grid-column: 1 / -1;
}

.form-field label {
    font-size: 13px;
    font-weight: 750;
}

.form-field input,
.form-field select {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #c9c6bd;
    border-radius: 8px;
    background: white;
    color: var(--b2b-ink);
    transition: border-color var(--transition), box-shadow var(--transition);
}

.form-field input:focus,
.form-field select:focus {
    border-color: var(--b2b-green);
    box-shadow: 0 0 0 3px rgba(83, 107, 90, 0.13);
    outline: none;
}

.wholesale-form__submit {
    width: 100%;
    margin-top: 4px;
}

.form-field > p {
    margin: 8px 0 0;
    color: #7a7f7a;
    font-size: 11px;
    text-align: center;
}

.retail-direction {
    width: min(calc(100% - 64px), 1360px);
    margin: 70px auto;
    padding: clamp(32px, 5vw, 54px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border: 1px solid var(--b2b-line);
    border-radius: 16px;
    background: var(--b2b-paper);
}

.retail-direction > div > span {
    color: var(--b2b-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.retail-direction h2 {
    font-size: clamp(30px, 3.7vw, 48px);
}

.retail-direction p {
    max-width: 720px;
    margin: 15px 0 0;
    color: #646a65;
}

@media (max-width: 1120px) {
    .b2b-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(370px, 0.8fr);
    }

    .b2b-hero__visual,
    .b2b-hero__visual img,
    .b2b-hero__placeholder {
        min-height: 540px;
    }

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

    .b2b-product-card {
        grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
    }
}

@media (max-width: 850px) {
    .b2b-shell,
    .retail-direction {
        width: min(calc(100% - 32px), 1360px);
    }

    .b2b-hero__grid,
    .wholesale-section .b2b-shell,
    .wholesale-form-layout {
        grid-template-columns: 1fr;
    }

    .b2b-hero {
        padding-top: 58px;
    }

    .b2b-hero__visual {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .b2b-hero__visual img,
    .b2b-hero__placeholder {
        min-height: 0;
    }

    .b2b-section-head {
        align-items: start;
        flex-direction: column;
        gap: 20px;
    }

    .wholesale-intro {
        position: static;
    }

    .partners-strip .b2b-shell {
        align-items: start;
        flex-direction: column;
        gap: 16px;
    }

    .partners-strip ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .retail-direction {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .b2b-hero h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .b2b-hero__actions,
    .b2b-hero__actions .b2b-button {
        width: 100%;
    }

    .b2b-hero__facts {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .b2b-hero__facts li {
        align-items: baseline;
        flex-direction: row;
        gap: 8px;
    }

    .b2b-hero__visual {
        aspect-ratio: 4 / 5;
    }

    .b2b-hero__label {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .b2b-hero__label strong {
        text-align: left;
    }

    .b2b-price-note {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .b2b-price-note > a {
        width: 100%;
        margin: 2px 0 0 58px;
    }

    .b2b-product-card {
        grid-template-columns: 1fr;
    }

    .b2b-product-card__image,
    .b2b-product-card__image img {
        min-height: 0;
        height: min(110vw, 480px);
    }

    .b2b-product-card__content {
        padding: 20px;
    }

    .b2b-variants__head {
        display: none;
    }

    .b2b-variant {
        padding: 11px 0;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 3px 12px;
    }

    .b2b-variant__color {
        font-weight: 700;
    }

    .b2b-variant__size {
        grid-column: 1;
        grid-row: 2;
        font-size: 12px;
    }

    .b2b-variant__price {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .b2b-product-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .wholesale-benefits,
    .wholesale-form {
        grid-template-columns: 1fr;
    }

    .wholesale-benefits article:last-child,
    .form-field--wide {
        grid-column: auto;
    }

    .partners-strip ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .retail-direction {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .b2b-button,
    .b2b-product-card,
    .b2b-product-card__image img {
        transition: none;
    }
}
/* Vertical wholesale marketplace cards */
.b2b-page .b2b-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.b2b-page .b2b-product-card--vertical {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.b2b-page .b2b-product-card--vertical .b2b-product-card__image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
    display: grid;
    place-items: center;
    border-bottom: 1px solid var(--b2b-line);
    background: #f8f6f1;
}

.b2b-page .b2b-product-card--vertical .b2b-product-card__image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 12px;
    object-fit: contain;
    object-position: center;
    transition: opacity 180ms ease;
}

.b2b-page .b2b-product-card--vertical:hover .b2b-product-card__image img {
    opacity: 0.96;
    transform: none;
}

.b2b-product-card__placeholder {
    color: var(--b2b-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.b2b-page .b2b-product-card--vertical .b2b-product-card__content {
    padding: 20px;
}

.b2b-page .b2b-product-card--vertical .b2b-product-card__title {
    align-items: baseline;
}

.b2b-page .b2b-product-card--vertical .b2b-product-card__title h3 {
    font-size: clamp(26px, 2.1vw, 32px);
}

.market-variants {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.market-variant {
    padding: 13px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 16px;
    border: 1px solid #ded9cf;
    border-radius: 10px;
    background: #faf8f4;
}

.market-variant__main {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.market-variant__label,
.market-variant__price > span {
    color: #777d78;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.market-variant__size {
    margin-top: 2px;
    color: var(--b2b-ink);
    font-size: 19px;
    line-height: 1.2;
}

.market-variant__color {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #555d57;
    font-size: 12px;
    line-height: 1.25;
}

.market-color-dot {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--market-color);
    box-shadow: 0 0 0 1px rgba(37, 42, 39, 0.2);
}

.market-variant__price {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.market-variant__price strong {
    margin-top: 3px;
    color: var(--b2b-green-dark);
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
}

.market-supply-button {
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 9px;
    background: var(--b2b-green-dark);
    color: white;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: background var(--transition), transform var(--transition);
}

.market-supply-button:hover {
    background: var(--b2b-orange);
    transform: translateY(-1px);
}

.market-supply-button span {
    font-size: 19px;
}

@media (max-width: 1120px) {
    .b2b-page .b2b-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .b2b-page .b2b-product-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .b2b-page .b2b-product-card--vertical .b2b-product-card__image,
    .b2b-page .b2b-product-card--vertical .b2b-product-card__image img {
        height: auto;
        min-height: 0;
    }

    .b2b-page .b2b-product-card--vertical .b2b-product-card__content {
        padding: 18px;
    }

    .market-variant {
        padding: 12px;
    }

    .market-variant__size {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .market-supply-button,
    .b2b-page .b2b-product-card--vertical .b2b-product-card__image img {
        transition: none;
    }
}
/* Grouped individual variant cards */
.variant-groups {
    display: grid;
    gap: clamp(54px, 7vw, 88px);
}

.variant-group {
    min-width: 0;
}

.variant-group__heading {
    margin-bottom: 22px;
    padding-bottom: 16px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid var(--b2b-line);
}

.variant-group__heading > div > span {
    color: var(--b2b-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.variant-group__heading h3 {
    margin: 4px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 500;
    line-height: 1.05;
}

.variant-group__count {
    flex: 0 0 auto;
    padding: 7px 11px;
    border-radius: 7px;
    background: #e5ebe5;
    color: var(--b2b-green-dark);
    font-size: 12px;
    font-weight: 750;
}

.variant-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.variant-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--b2b-line);
    border-radius: 14px;
    background: var(--b2b-paper);
    box-shadow: 0 7px 22px rgba(45, 52, 47, 0.05);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.variant-card:hover {
    border-color: #adb8af;
    box-shadow: 0 14px 34px rgba(45, 52, 47, 0.1);
    transform: translateY(-3px);
}

.variant-card__image {
    width: 100%;
    aspect-ratio: 3 / 4;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--b2b-line);
    background: #f8f6f1;
    text-decoration: none;
}

.variant-card__image img {
    width: 100%;
    height: 100%;
    padding: 9px;
    display: block;
    object-fit: contain;
    object-position: center;
    transition: opacity 180ms ease;
}

.variant-card:hover .variant-card__image img {
    opacity: 0.96;
}

.variant-card__placeholder {
    color: var(--b2b-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
}

.variant-card__badge {
    position: absolute;
    top: 11px;
    left: 11px;
    padding: 5px 8px;
    border-radius: 6px;
    background: var(--b2b-green-dark);
    color: white;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.variant-card__content {
    height: 100%;
    padding: 17px;
    display: flex;
    flex-direction: column;
}

.variant-card__brand {
    color: var(--b2b-green);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.variant-card h4 {
    margin: 5px 0 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.08;
}

.variant-card__size {
    padding: 11px 12px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: #f1eee7;
}

.variant-card__size > span,
.variant-card__price > span {
    color: #747b75;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.variant-card__size strong {
    margin-top: 2px;
    color: var(--b2b-ink);
    font-size: 19px;
    line-height: 1.2;
}

.variant-card__color {
    min-height: 40px;
    margin-top: 8px;
    padding: 8px 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555d57;
    font-size: 13px;
}

.variant-card__dot {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 2px solid white;
    border-radius: 50%;
    background: var(--variant-color);
    box-shadow: 0 0 0 1px rgba(37, 42, 39, 0.2);
}

.variant-card__price {
    margin-top: auto;
    padding-top: 13px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid var(--b2b-line);
}

.variant-card__price strong {
    color: var(--b2b-green-dark);
    font-size: 21px;
    line-height: 1.1;
    white-space: nowrap;
}

.variant-card__request {
    min-height: 45px;
    margin-top: 14px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: var(--b2b-green-dark);
    color: white;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition: background var(--transition), transform var(--transition);
}

.variant-card__request:hover {
    background: var(--b2b-orange);
    transform: translateY(-1px);
}

.variant-card__request > span {
    font-size: 18px;
}

@media (max-width: 1180px) {
    .variant-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .variant-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .variant-groups {
        gap: 52px;
    }

    .variant-group__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .variant-card-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .variant-card__image {
        aspect-ratio: 4 / 5;
    }

    .variant-card__content {
        padding: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .variant-card,
    .variant-card__image img,
    .variant-card__request {
        transition: none;
    }
}
/* Wholesale advantage updates */
.b2b-page .b2b-hero__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 700px) {
    .b2b-page .b2b-hero__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .b2b-page .b2b-hero__facts {
        grid-template-columns: 1fr;
    }
}
/* Focused B2B funnel homepage */
.funnel-page {
    --funnel-green: #3f5848;
    --funnel-green-dark: #2f4236;
    --funnel-orange: #a9573d;
    --funnel-ink: #272b28;
    --funnel-muted: #626862;
    --funnel-paper: #fffdf9;
    --funnel-cream: #f3efe7;
    --funnel-line: #d7d1c6;
    background: var(--funnel-cream);
    color: var(--funnel-ink);
}

.funnel-page .site-header {
    background: rgba(255, 253, 249, 0.96);
}

.funnel-shell {
    width: min(calc(100% - 64px), 1360px);
    margin-inline: auto;
}

.funnel-hero {
    padding: 40px 0 54px;
    background: var(--funnel-paper);
}

.funnel-hero__layout {
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
    align-items: center;
    gap: clamp(48px, 7vw, 100px);
}

.funnel-brand,
.funnel-section-head > span,
.funnel-section-head > div > span,
.funnel-form-copy > span,
.final-cta__inner > div > span {
    color: var(--funnel-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.funnel-hero h1 {
    max-width: 650px;
    margin: 18px 0 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 3.7vw, 52px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.funnel-hero__lead {
    max-width: 650px;
    margin: 0;
    color: var(--funnel-muted);
    font-size: clamp(18px, 1.7vw, 22px);
}

.funnel-benefits {
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    list-style: none;
}

.funnel-benefits li {
    position: relative;
    padding-left: 27px;
    font-size: 14px;
    font-weight: 700;
}

.funnel-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--funnel-green);
    font-size: 17px;
    font-weight: 900;
}

.funnel-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.funnel-hero__trust {
    margin: 16px 0 0;
    color: var(--funnel-muted);
    font-size: 13px;
    font-weight: 650;
}

.funnel-button {
    min-height: 54px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.funnel-button:hover {
    transform: translateY(-2px);
}

.funnel-button--primary {
    background: var(--funnel-orange);
    color: white;
}

.funnel-button--primary:hover {
    background: #8e4632;
}

.funnel-button--secondary {
    border-color: #9fa49f;
    background: transparent;
    color: var(--funnel-ink);
}

.funnel-button--secondary:hover {
    border-color: var(--funnel-green);
    background: white;
}

.funnel-button--light {
    background: white;
    color: var(--funnel-green-dark);
}

.manufacturer-collage {
    height: 490px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1.18fr 0.82fr;
    gap: 12px;
}

.manufacturer-collage__item {
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #e4dfd6;
}

.manufacturer-collage__item--interior {
    grid-column: 1 / -1;
    grid-row: 1;
}

.manufacturer-collage__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.manufacturer-collage__item--fabric,
.manufacturer-collage__item--product {
    grid-row: 2;
}

.manufacturer-collage__item--interior img {
    object-position: 8% center;
}

.manufacturer-collage__item--fabric img {
    object-position: 90% 8%;
    transform: scale(1.45);
    transform-origin: 100% 0;
}

.trust-section,
.funnel-catalog,
.audience-section,
.funnel-form-section {
    padding: clamp(54px, 6vw, 82px) 0;
}

.trust-section,
.audience-section {
    background: #e9e4db;
}

.funnel-section-head {
    margin-bottom: 38px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 44px;
}

.funnel-section-head--center {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}

.funnel-section-head h2,
.funnel-form-copy h2,
.final-cta h2 {
    margin: 12px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3.7vw, 48px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.funnel-section-head > p,
.funnel-section-head > div + p,
.funnel-section-head--center > p {
    max-width: 520px;
    margin: 15px auto 0;
    color: var(--funnel-muted);
    font-size: 16px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid #cbc4b8;
    border-left: 1px solid #cbc4b8;
}

.trust-grid article {
    min-height: 180px;
    padding: 22px;
    border-right: 1px solid #cbc4b8;
    border-bottom: 1px solid #cbc4b8;
    background: rgba(255,255,255,0.36);
}

.trust-grid article > span {
    color: var(--funnel-orange);
    font-size: 11px;
    font-weight: 800;
}

.trust-grid h3 {
    margin: 22px 0 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.12;
}

.trust-grid p {
    margin: 0;
    color: var(--funnel-muted);
    font-size: 13px;
}

.funnel-catalog {
    background: var(--funnel-cream);
}

.funnel-section-head > div + p {
    margin: 0;
}

.funnel-groups {
    display: grid;
    gap: 36px;
}

.funnel-group__head {
    margin-bottom: 18px;
    padding-bottom: 13px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--funnel-line);
}

.funnel-group__head h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 3vw, 40px);
    font-weight: 500;
}

.funnel-group__head span {
    padding: 5px 9px;
    border-radius: 5px;
    background: #e2e8e2;
    color: var(--funnel-green-dark);
    font-size: 11px;
    font-weight: 750;
}

.funnel-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.funnel-product-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    border: 1px solid var(--funnel-line);
    border-radius: 12px;
    background: var(--funnel-paper);
    box-shadow: 0 6px 20px rgba(45, 52, 47, 0.045);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.funnel-product-card:hover {
    border-color: #aab4ac;
    box-shadow: 0 12px 30px rgba(45, 52, 47, 0.09);
    transform: translateY(-2px);
}

.funnel-product-card__image {
    width: 58%;
    height: 330px;
    flex: 0 0 58%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-right: 1px solid var(--funnel-line);
    background: #f8f6f1;
    text-decoration: none;
}

.funnel-product-card__image img {
    width: 100%;
    height: 100%;
    max-height: none;
    position: absolute;
    inset: 0;
    padding: 0;
    display: block;
    object-fit: contain;
}

.funnel-product-card__body {
    min-width: 0;
    padding: 12px 11px;
    display: flex;
    flex-direction: column;
}

.funnel-product-card__brand {
    color: var(--funnel-green);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.funnel-product-card__model {
    margin: 5px 0 9px;
    display: block;
}

.funnel-product-card__model > span {
    color: #777d78;
    display: block;
    margin-bottom: 2px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.funnel-product-card h4 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.08;
}

.funnel-product-card__details {
    display: grid;
    gap: 4px;
}

.funnel-size {
    display: block;
}

.funnel-size span,
.funnel-product-card__price span {
    color: #777d78;
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.funnel-size strong {
    display: block;
    margin-top: 2px;
    font-size: 15px;
    line-height: 1.2;
}

.funnel-color {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    color: var(--funnel-muted);
    font-size: 13px;
}

.funnel-color > span {
    width: auto;
    grid-column: 1 / -1;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.funnel-color strong {
    color: var(--funnel-ink);
    font-size: 13px;
    font-weight: 700;
}

.funnel-color i {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border: 2px solid white;
    border-radius: 50%;
    background: var(--card-color);
    box-shadow: 0 0 0 1px rgba(39,43,40,0.2);
}

.funnel-product-card__price {
    margin-top: auto;
    padding-top: 7px;
    display: block;
    gap: 8px;
    border-top: 1px solid var(--funnel-line);
}

.funnel-product-card__price strong {
    color: var(--funnel-green-dark);
    display: block;
    margin-top: 2px;
    font-size: 18px;
    white-space: nowrap;
}

.funnel-product-card__minimum {
    margin-top: 4px;
    color: var(--funnel-orange);
    font-size: 9px;
    line-height: 1.3;
    font-weight: 750;
}

.funnel-product-card__action {
    min-height: 34px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--funnel-green-dark);
    color: white;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
}

.funnel-product-card__action:hover {
    background: var(--funnel-orange);
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.audience-grid article {
    min-height: 190px;
    padding: 23px;
    border: 1px solid #cbc4b8;
    border-radius: 10px;
    background: rgba(255,255,255,0.45);
}

.audience-grid article > span {
    color: var(--funnel-orange);
    font-size: 11px;
    font-weight: 800;
}

.audience-grid h3 {
    margin: 30px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 500;
}

.audience-grid p {
    margin: 0;
    color: var(--funnel-muted);
    font-size: 14px;
}

.funnel-form-section {
    background: var(--funnel-paper);
}

.retail-section {
    padding: clamp(20px, 2.5vw, 30px) 0;
    border-top: 1px solid var(--funnel-line);
    background: var(--funnel-paper);
}

.retail-layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: clamp(22px, 4vw, 48px);
}

.retail-copy > span {
    color: var(--funnel-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.retail-copy h2 {
    margin: 6px 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 500;
    line-height: 1.08;
}

.retail-copy p {
    max-width: 480px;
    margin: 0;
    color: var(--funnel-muted);
    font-size: 15px;
}

.retail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.retail-card {
    min-height: 82px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--funnel-line);
    border-radius: 10px;
    background: #f6f2eb;
    color: var(--funnel-ink);
    text-decoration: none;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.retail-card:hover {
    border-color: #aab4ac;
    box-shadow: 0 8px 24px rgba(45, 52, 47, 0.08);
    transform: translateY(-2px);
}

.retail-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 500;
}

.retail-card span {
    color: var(--funnel-green-dark);
    font-size: 14px;
    font-weight: 750;
}

.contact-section {
    padding: clamp(42px, 5vw, 64px) 0;
    background: var(--funnel-green-dark);
    color: white;
}

.contact-section__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.contact-section__inner > div:first-child > span {
    color: #cfdbd1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.contact-section h2 {
    max-width: 680px;
    margin: 9px 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.4vw, 46px);
    font-weight: 500;
    line-height: 1.08;
}

.contact-section p {
    margin: 0;
    color: #d9e0da;
    font-size: 15px;
}

.contact-section__actions {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-section .funnel-button--secondary {
    border-color: rgba(255, 255, 255, 0.65);
    color: white;
}

.contact-section .funnel-button--secondary:hover {
    border-color: white;
    background: rgba(255, 255, 255, 0.1);
}

.funnel-form-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(50px, 8vw, 110px);
}

.funnel-form-copy > p {
    max-width: 510px;
    margin: 24px 0;
    color: var(--funnel-muted);
    font-size: 17px;
}

.funnel-form-copy ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
    list-style: none;
}

.funnel-form-copy li {
    position: relative;
    padding-left: 24px;
    font-weight: 700;
}

.funnel-form-copy li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--funnel-green);
}

.funnel-form {
    padding: clamp(26px, 4vw, 44px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    border: 1px solid var(--funnel-line);
    border-radius: 12px;
    background: #f6f2eb;
}

.funnel-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.funnel-field--wide {
    grid-column: 1 / -1;
}

.funnel-field label {
    font-size: 13px;
    font-weight: 750;
}

.funnel-field input,
.funnel-field select {
    width: 100%;
    min-height: 52px;
    padding: 0 13px;
    border: 1px solid #c5c1b8;
    border-radius: 6px;
    background: white;
    color: var(--funnel-ink);
}

.funnel-field input:focus,
.funnel-field select:focus {
    border-color: var(--funnel-green);
    box-shadow: 0 0 0 3px rgba(63,88,72,0.12);
    outline: none;
}

.funnel-field .funnel-button {
    width: 100%;
}

.funnel-field small {
    margin-top: 6px;
    color: #777d78;
    text-align: center;
}

.final-cta {
    padding: 64px 0;
    background: var(--funnel-green-dark);
    color: white;
}

.final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.final-cta__inner > div > span {
    color: #cfdbd1;
}

.final-cta h2 {
    max-width: 820px;
    font-size: clamp(34px, 4vw, 54px);
}

@media (max-width: 1180px) {
    .funnel-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.85fr);
    }

    .manufacturer-collage {
        height: 540px;
    }

    .trust-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .funnel-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .funnel-shell {
        width: min(calc(100% - 32px), 1360px);
    }

    .funnel-hero__layout,
    .funnel-form-layout,
    .retail-layout {
        grid-template-columns: 1fr;
    }

    .funnel-hero__content {
        max-width: 720px;
    }

    .funnel-section-head {
        align-items: start;
        flex-direction: column;
        gap: 18px;
    }

    .funnel-section-head > div + p {
        margin: 0;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .final-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-section__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .funnel-hero {
        padding-top: 46px;
    }

    .funnel-hero h1 {
        font-size: clamp(36px, 10vw, 46px);
    }

    .funnel-benefits,
    .trust-grid,
    .funnel-product-grid,
    .audience-grid,
    .funnel-form {
        grid-template-columns: 1fr;
    }

    .funnel-actions,
    .funnel-actions .funnel-button {
        width: 100%;
    }

    .manufacturer-collage {
        height: 470px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1.2fr 0.8fr;
    }

    .manufacturer-collage__item--interior {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .manufacturer-collage__item--fabric,
    .manufacturer-collage__item--product {
        grid-row: 2;
    }

    .funnel-product-card__image {
        height: 340px;
    }

    .funnel-field--wide {
        grid-column: auto;
    }

    .retail-grid {
        grid-template-columns: 1fr;
    }

    .contact-section__actions,
    .contact-section__actions .funnel-button {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .funnel-product-card__image {
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .funnel-product-card__image img {
        max-height: none;
    }

    .audience-grid article,
    .trust-grid article {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .funnel-button,
    .funnel-product-card {
        transition: none;
    }
}
/* Real separate hero product photos */
.manufacturer-collage__item--interior img,
.manufacturer-collage__item--fabric img,
.manufacturer-collage__item--product img {
    object-position: center;
    transform: none;
}

@media (max-width: 620px) {
    .manufacturer-collage__item--fabric,
    .manufacturer-collage__item--product {
        grid-row: 2;
    }
}

/* Wholesale product page */
.product-wholesale-page .site-main {
    padding: 0;
    background: var(--funnel-cream, #f3efe7);
}

.site-footer a[href="/#retail"] {
    font-size: 0;
}

.site-footer a[href="/#retail"]::after {
    content: "Маркетплейсы";
    font-size: 13px;
}

.footer-link-button,
.footer-link-placeholder {
    color: inherit;
    font: inherit;
}

.footer-link-button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.footer-link-button:hover {
    color: var(--color-terracotta);
}

.footer-link-placeholder {
    opacity: 0.72;
}

.contact-dialog {
    width: min(calc(100% - 32px), 560px);
    padding: clamp(26px, 4vw, 40px);
    border: 1px solid var(--funnel-line);
    border-radius: 16px;
    background: var(--funnel-paper);
    color: var(--funnel-ink);
    box-shadow: 0 24px 70px rgba(28, 33, 29, 0.25);
}

.contact-dialog::backdrop {
    background: rgba(31, 37, 33, 0.66);
}

.contact-dialog__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 28px;
    cursor: pointer;
}

.contact-dialog__eyebrow {
    color: var(--funnel-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-dialog h2 {
    margin: 10px 32px 14px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 500;
    line-height: 1.12;
}

.contact-dialog p {
    line-height: 1.6;
}

.contact-dialog__product {
    padding: 12px 14px;
    border-radius: 8px;
    background: #eee8de;
    font-weight: 700;
}

.contact-dialog__actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-dialog--legal {
    width: min(calc(100% - 32px), 680px);
}

@media (min-width: 1000px) {
    .site-footer__inner {
        grid-template-columns: 1.5fr repeat(4, minmax(130px, 1fr));
        gap: clamp(24px, 3vw, 48px);
    }
}

@media (max-width: 620px) {
    .contact-dialog__actions,
    .contact-dialog__actions .funnel-button {
        width: 100%;
    }
}
.wholesale-product {
    padding: clamp(28px, 4vw, 52px) 0 clamp(54px, 7vw, 88px);
}

.wholesale-product__back {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--funnel-green-dark, #2f4236);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.wholesale-product__back:hover {
    color: var(--funnel-orange, #a9573d);
}

.wholesale-product__layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(34px, 6vw, 76px);
}

.wholesale-product__media {
    min-height: 560px;
    position: sticky;
    top: 96px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 1px solid var(--funnel-line, #d7d1c6);
    border-radius: 14px;
    background: #fffdf9;
}

.wholesale-product__media img {
    width: 100%;
    height: 100%;
    max-height: 680px;
    padding: 10px;
    display: block;
    object-fit: contain;
}

.wholesale-product__placeholder {
    color: var(--funnel-green-dark, #2f4236);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
}

.wholesale-product__brand {
    color: var(--funnel-orange, #a9573d);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.wholesale-product__model > span {
    display: block;
    margin-top: 12px;
    color: #747b75;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wholesale-product h1 {
    margin: 4px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.6vw, 60px);
    font-weight: 500;
    line-height: 1.04;
}

.wholesale-product__intro {
    max-width: 620px;
    margin: 16px 0 24px;
    color: var(--funnel-muted, #626862);
    font-size: 16px;
}

.wholesale-product__variants {
    display: grid;
    gap: 12px;
}

.wholesale-product__variant {
    padding: 18px;
    border: 1px solid var(--funnel-line, #d7d1c6);
    border-radius: 10px;
    background: #fffdf9;
}

.wholesale-product__variant dl {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
}

.wholesale-product__variant dl > div {
    min-width: 0;
}

.wholesale-product__variant dt {
    margin-bottom: 3px;
    color: #747b75;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.wholesale-product__variant dd {
    margin: 0;
    color: var(--funnel-ink, #272b28);
    font-size: 16px;
    font-weight: 700;
}

.wholesale-product__variant .wholesale-product__price {
    color: var(--funnel-green-dark, #2f4236);
    font-size: 21px;
}

.wholesale-product__order {
    min-height: 42px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--funnel-green-dark, #2f4236);
    color: white;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.wholesale-product__order:hover {
    background: var(--funnel-orange, #a9573d);
}

.wholesale-product__contact {
    margin: 18px 0 0;
    color: var(--funnel-muted, #626862);
    font-size: 14px;
}

.wholesale-product__contact a {
    color: var(--funnel-green-dark, #2f4236);
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 900px) {
    .wholesale-product__layout {
        grid-template-columns: 1fr;
    }

    .wholesale-product__media {
        min-height: 0;
        position: static;
        aspect-ratio: 4 / 5;
    }
}

@media (max-width: 560px) {
    .wholesale-product__variant dl {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .wholesale-product__variant {
        padding: 15px;
    }
}
