* {
    box-sizing: border-box;
}

:root {
    --color-primary: #00474d;
    --color-primary-soft: #0b5960;
    --color-accent: #eddaa8;
    --color-accent-soft: #f5e8c4;
    --color-bg: #f7f1e5;
    --color-bg-deep: #efe4cf;
    --color-text: #14383b;
    --color-text-muted: #5d6d67;
    --color-white: #ffffff;
    --color-border: rgba(0, 71, 77, 0.12);
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: var(--color-bg);
    color: var(--color-text);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

/* ================================
   Общая прозрачная шапка поверх баннера
================================ */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 25px 0;
    background: transparent;
    color: #ffffff;
}

.site-header .container {
    width: 100%;
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
}

.site-header::after {
    content: "";
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.55);
}

.site-header__inner {
    justify-content: flex-start;
    gap: 70px;
}

.site-logo img {
    width: 300px;
    height: auto;
}

.site-nav {
    margin-left: 0;
}

.site-nav__list {
    display: flex;
    align-items: center;
    gap: 46px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav__list a {
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
}

.site-nav__list a:hover {
    color: var(--color-accent);
}

.site-logo {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}

.site-nav__list a {
    position: relative;
    padding-bottom: 8px;
}

.site-nav__list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.25s ease;
}

.site-nav__list a:hover::after,
.site-nav__list .current-menu-item > a::after,
.site-nav__list .current-menu-ancestor > a::after,
.site-nav__list .current_page_item > a::after {
    width: 100%;
}

/*кон*/

.container {
    width: min(100% - 32px, 1200px);
    margin: 0 auto;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 70px;
}

.site-main {
    padding: 0;
}

.hero__title {
    max-width: 923px;
    margin: 0 0 24px;
    font-size: clamp(38px, 6vw, 76px);
    line-height: 1.05;
}

.hero__text {
    max-width: 620px;
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 1.5;
    color: #5f564d;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 999px;
    background: var(--color-primary);
    color: var(--color-accent);
    font-weight: 600;
    border: 1px solid rgba(237, 218, 168, 0.35);
    transition: 0.25s ease;
}

.btn:hover {
    background: var(--color-primary-soft);
    transform: translateY(-1px);
}

.site-footer {
    padding: 32px 0;
    background: var(--color-primary);
    color: var(--color-accent);
}

@media (max-width: 600px) {
    .site-main {
        padding: 0;
    }

    .hero__title {
        font-size: 38px;
    }

    .hero__text {
        font-size: 16px;
    }
}

.hero {
    padding: 72px 0 96px;
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.hero--banner {
    position: relative;
    min-height: calc(100vh - 80px);
    padding: 0;
    display: flex;
    align-items: center;
    background-image: url("../img/81041.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero__banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
}

.hero__banner-content .hero__label {
    max-width: 620px;
    margin: 0 0 20px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a6f63;
}

.hero__banner-content .hero__title {
    margin: 0 0 24px;
    font-size: clamp(42px, 6vw, 94px);
    line-height: 1.05;
    font-weight: 700;
    color: var(--color-white);
}

.hero__banner-content .hero__text {
    max-width: 560px;
    margin: 0 0 32px;
    font-size: 28px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.86);
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}


@media (max-width: 900px) {
    .hero--banner {
        min-height: auto;
        padding: 96px 0;
        background-position: center;
    }

    .hero__banner-content .hero__title {
        max-width: 640px;
        font-size: 48px;
    }
}

@media (max-width: 600px) {
    .hero--banner {
        padding: 72px 0;
        min-height: 680px;
        background-position: center;
    }

    .hero__banner-content .hero__title {
        font-size: 38px;
    }

    .hero__banner-content .hero__text {
        font-size: 16px;
    }

    .hero__actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}


.advantages {
    padding: 80px 48px;
    background: var(--color-bg);
}

.advantages .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.advantages__head {
    max-width: 100%;
    margin: 0 auto 56px;
    display: flex;
    text-align: center;
	justify-content: center;
}

.advantages__head .section-title {
    max-width: none;
    width: 100%;
    font-size: clamp(54px, 5.4vw, 150px);
    text-align: center;
	white-space: nowrap;
}

.section-title {
    margin: 0;
    font-size: clamp(48px, 5vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.section-description {
    max-width: 640px;
}

.section-subtitle {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: var(--color-text);
}

.section-text {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
	align-content: center;
    align-items: center;
}

.advantage-card {
    min-height: auto;
    padding: 0 12px;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.advantage-card__icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advantage-card__title {
    margin: auto 0 16px;
    font-size: 22px;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--color-text);
}

.advantage-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: var(--color-text-muted);
}

@media (max-width: 1100px) {
    .advantages__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .advantages {
        padding: 88px 0;
    }

    .advantages__head {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 44px;
    }

    .section-title {
        font-size: 52px;
    }

    .section-subtitle {
        font-size: 22px;
    }

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

@media (max-width: 600px) {
    .advantages {
        padding: 68px 0;
    }

    .section-title {
        font-size: 42px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .section-text {
        font-size: 16px;
    }

    .advantages__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .advantage-card {
        min-height: auto;
        padding: 24px;
        border-radius: 22px;
    }

    .advantage-card__number {
        margin-bottom: 36px;
    }

    .advantage-card__title {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    .advantages {
        padding: 88px 24px;
    }
	.advantage-card__text br {
        display: none;
    }
}

@media (max-width: 600px) {
    .advantages {
        padding: 68px 16px;
    }
	.advantage-card__text br {
        display: none;
    }
}

@media (max-width: 600px) {
    .site-header {
        padding: 12px 0;
    }

    .site-logo img {
        width: 96px;
    }
	
	body.home .site-logo img,
    body.front-page .site-logo img {
        width: 96px;
    }
}



.single-product__inner {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 64px;
    align-items: start;
}

.single-product__image {
    border-radius: 32px;
    overflow: hidden;
    background: var(--color-bg-deep);
}

.single-product__image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.single-product__category {
    margin: 0 0 18px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary);
}

.single-product__title {
    margin: 0 0 24px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.single-product__excerpt {
    margin: 0 0 28px;
    font-size: 22px;
    line-height: 1.45;
    color: var(--color-text);
}

.single-product__text {
    font-size: 17px;
    line-height: 1.75;
    color: var(--color-text-muted);
}

.single-product__text p {
    margin: 0 0 18px;
}

.single-product__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 36px;
}

@media (max-width: 900px) {
    .single-product {
        padding: 72px 0 88px;
    }

    .single-product__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .single-product__image img {
        height: 460px;
    }
}

@media (max-width: 600px) {
    .single-product {
        padding: 48px 0 72px;
    }

    .single-product__image {
        border-radius: 24px;
    }

    .single-product__image img {
        height: 320px;
    }

    .single-product__title {
        font-size: 38px;
    }

    .single-product__excerpt {
        font-size: 18px;
    }

    .single-product__actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

.home-catalog {
    padding: 80px 48px;
    background: var(--color-bg-deep);
}

.home-catalog .container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.home-catalog__head {
    max-width: none;
    margin-bottom: 42px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 48px;
}

.home-catalog__head .section-title {
    max-width: none;
    width: 100%;
    font-size: clamp(54px, 5.4vw, 150px);
    white-space: nowrap;
}

.home-catalog__head .section-description {
    max-width: 720px;
	align-self: center;
}

.home-catalog__head .section-subtitle {
    margin: 0;
    font-size: 40px;
    line-height: 1.18;
}

.home-catalog__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}

.home-catalog__actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

@media (max-width: 900px) {
    .home-catalog {
        padding: 88px 24px;
    }

    .home-catalog__head {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 36px;
    }

    .home-catalog__head .section-title {
        white-space: normal;
    }

    .home-catalog__head .section-subtitle {
        font-size: 24px;
    }

    .home-catalog__head .section-text {
        font-size: 17px;
    }

    .home-catalog__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .home-catalog {
        padding: 68px 16px;
    }

    .home-catalog__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-catalog__actions {
        justify-content: flex-start;
    }
	
    .home-catalog__head {
        gap: 20px;
        margin-bottom: 32px;
        text-align: left;
    }
    .home-catalog__head .section-title {
        white-space: normal;
    }

    .home-catalog__head .section-subtitle {
        font-size: 21px;
    }

    .home-catalog__head .section-text {
        font-size: 16px;
    }
}
.category-card {
    min-height: 320px;
}

/* Категории каталога — карточки с акцентом на фото */
.category-card__inner {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: 0;
    border-radius: 30px;
    background: var(--color-primary);
    color: var(--color-accent);
    border: 1px solid rgba(0, 71, 77, 0.14);
    display: flex;
    transition: 0.3s ease;
}

.category-card__image {
    position: absolute;
    inset: 0;
}

.category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}
/* Градиент снизу вверх только под текстом */
.category-card__inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    z-index: 1;
    display: block;
    background: linear-gradient(
        0deg,
        rgba(245, 232, 196, 0.94) 0%,
        rgba(245, 232, 196, 0.78) 45%,
        rgba(245, 232, 196, 0.36) 78%,
        rgba(245, 232, 196, 0) 100%
    );
    pointer-events: none;
}

.category-card__inner:hover {
    transform: translateY(-4px);
}

.category-card__inner:hover .category-card__image img {
    transform: scale(1.05);
}

.category-card__content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 360px;
    padding: 24px 26px 28px;
    display: flex;
    flex-direction: column;
}
/* Заголовок уходит вниз */
.category-card__title {
    order: 2;
    margin: 0 0 12px;
    max-width: 260px;
    font-size: 23px;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--color-primary);
    text-shadow: none;
}

/* Описание под заголовком */
.category-card__text {
    order: 3;
    max-width: 260px;
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
    color: #5d6d67;
    text-shadow: none;
}

/* Кнопка теперь сверху */
.category-card__link {
    order: 1;
    margin-top: 0;
    margin-bottom: auto;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-white);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.category-card__link::after {
    content: "→";
    margin-left: 8px;
    transition: 0.25s ease;
}

.category-card__inner:hover .category-card__link::after {
    margin-left: 12px;
}

@media (max-width: 600px) {
    .category-card__inner {
        min-height: 300px;
        border-radius: 24px;
    }

    .category-card__content {
        min-height: 300px;
        padding: 22px;
    }

    .category-card__label {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .category-card__title {
        font-size: 24px;
    }

    .category-card__text {
        font-size: 14px;
    }
}
/* Форма-заявка в виде тёмной карточки */
.contact-section {
    padding: 80px 24px;
    background: var(--color-bg);
}

.contact-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    padding: 44px 64px;
    border-radius: 28px;
    background:
        linear-gradient(
            90deg,
            rgba(0, 71, 77, 0.96) 0%,
            rgba(0, 71, 77, 0.94) 48%,
            rgba(0, 71, 77, 0.9) 100%
        );
    color: var(--color-white);
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 72px;
    align-items: center;
}

.contact-card::before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(237, 218, 168, 0.08);
    filter: blur(6px);
}

.contact-card__content,
.contact-card__form {
    position: relative;
    z-index: 2;
}

.contact-card__label {
    margin: 0 0 16px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent);
}

.contact-card__title {
    max-width: 560px;
    margin: 0 0 22px;
    font-size: clamp(32px, 3.4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--color-white);
}

.contact-card__text {
    max-width: 520px;
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

.contact-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.contact-card__features span {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.86);
}

.contact-card__features span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 12px;
    height: 12px;
    border: 1px solid var(--color-accent);
    border-radius: 50%;
}

.contact-card__form-title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-white);
}

.contact-card__form-text {
    margin: 0 0 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.contact-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-form__row {
    margin-bottom: 14px;
}

.contact-form__input,
.contact-form__textarea {
    width: 100%;
    border: 1px solid rgba(237, 218, 168, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 13px 16px;
    font-size: 15px;
    color: var(--color-white);
    outline: none;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.contact-form__input:focus,
.contact-form__textarea:focus {
    border-color: var(--color-accent);
    background: rgba(255, 255, 255, 0.07);
}

.contact-form__textarea {
    min-height: 64px;
    resize: vertical;
}

.contact-form__submit {
    width: 100%;
    min-height: 50px;
    border: none;
    border-radius: 8px;
    background: var(--color-accent);
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.contact-form__submit:hover {
    background: var(--color-accent-soft);
    transform: translateY(-1px);
}

/* Contact Form 7 */
.wpcf7-form p {
    margin: 0;
}

.wpcf7-spinner {
    display: none;
}

@media (max-width: 1000px) {
    .contact-card {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 42px;
    }

    .contact-card__form {
        max-width: 640px;
    }
}

@media (max-width: 600px) {
    .contact-section {
        padding: 56px 16px;
    }

    .contact-card {
        padding: 28px 22px;
        border-radius: 22px;
        min-height: auto;
    }

    .contact-card__title {
        font-size: 32px;
    }

    .contact-card__text {
        font-size: 15px;
    }

    .contact-card__features {
        flex-direction: column;
        gap: 12px;
    }

    .contact-form__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-form__input,
    .contact-form__textarea {
        font-size: 14px;
    }
}

/* Реализованные проекты */
.projects-section {
    padding: 80px 48px;
    background: var(--color-bg);
}

.projects-section .container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.projects-section__head {
    max-width: none;
    margin-bottom: 42px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
    gap: 48px;
}

.projects-section__head .section-title {
    max-width: none;
    width: 100%;
    font-size: clamp(54px, 5.4vw, 150px);
    white-space: nowrap;
}

.projects-section__head .section-description {
    max-width: 720px;
}

.projects-section__head .section-subtitle {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.18;
}

.projects-section__head .section-text {
    font-size: 18px;
    line-height: 1.55;
}

.projects-slider-wrap {
    position: relative;
}

.projects-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 14px;
}

.projects-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 0;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.projects-slider::-webkit-scrollbar {
    display: none;
}

.project-card {
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: 280px;
    overflow: hidden;
    border-radius: 30px;
    background: transparent;
    border: none;
    scroll-snap-align: start;
}

.project-card__image {
    display: block;
    height: 460px;
    overflow: hidden;
    border-radius: 30px;
    background: var(--color-bg-deep);
}

.project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s ease;
}

.project-card:hover .project-card__image img {
    transform: scale(1.04);
}

.projects-slider-btn {
    position: absolute;
    top: 42%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-accent);
    font-size: 20px;
    cursor: pointer;
    transition: 0.25s ease;
}

.projects-slider-btn:hover {
    background: var(--color-primary-soft);
    transform: translateY(-1px);
}

.projects-slider-btn--prev {
    left: -22px;
}

.projects-slider-btn--next {
    right: -22px;
}

@media (max-width: 1100px) {
    .project-card {
        flex-basis: calc((100% - 48px) / 3);
    }
}

@media (max-width: 900px) {
    .projects-section {
        padding: 88px 24px;
    }

    .projects-section__head {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 44px;
    }

    .project-card {
        flex-basis: calc((100% - 24px) / 2);
    }

    .project-card__image {
        height: 380px;
    }
	
    .projects-slider-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
    }

    .projects-slider-btn--prev {
        left: 8px;
    }

    .projects-slider-btn--next {
        right: 8px;
    }
}

@media (max-width: 600px) {
    .projects-section {
        padding: 68px 16px;
    }

    .project-card {
        flex-basis: 86%;
        border-radius: 24px;
    }

    .project-card__image {
        height: 320px;
        border-radius: 24px;
    }
	.projects-slider-btn {
        display: flex;
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .projects-slider-btn--prev {
        left: 4px;
    }

    .projects-slider-btn--next {
        right: 4px;
    }
}

/* Анимация почему выбирают нас */
.advantage-card {
    position: relative;
    transition: transform 0.35s ease;
    cursor: default;
}

.advantage-card__icon {
    transition: transform 0.35s ease, filter 0.35s ease;
}

.advantage-card__title,
.advantage-card__text {
    transition: color 0.35s ease, transform 0.35s ease;
}

.advantage-card:hover {
    transform: translateY(-8px);
}

.advantage-card:hover .advantage-card__icon {
    transform: scale(1.08) rotate(-2deg);
    filter: drop-shadow(0 14px 18px rgba(0, 71, 77, 0.16));
}

.advantage-card:hover .advantage-card__title {
    color: var(--color-primary);
    transform: translateY(-2px);
}

.advantage-card:hover .advantage-card__text {
    color: var(--color-text);
}
.advantage-card::after {
    content: "";
    width: 0;
    height: 1px;
    margin-top: 22px;
    background: var(--color-primary);
    opacity: 0.35;
    transition: width 0.35s ease;
}

.advantage-card:hover::after {
    width: 64px;
}
/*------*/
/* Финальные правки адаптива */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 900px) {
    .advantages__head .section-title,
    .projects-section__head .section-title {
        white-space: normal;
    }

    .advantage-card__text br {
        display: none;
    }
}

@media (max-width: 600px) {
    .hero__banner-content .hero__title {
        font-size: clamp(36px, 11vw, 42px);
        line-height: 1.05;
    }

    .home-catalog__head .section-title,
    .advantages__head .section-title,
    .projects-section__head .section-title {
        font-size: clamp(38px, 12vw, 54px);
        line-height: 0.95;
        white-space: normal;
    }

    .home-catalog__head,
    .projects-section__head,
    .advantages__head {
        text-align: center;
    }

    .home-catalog__head .section-description,
    .projects-section__head .section-description {
        max-width: 100%;
    }

    .advantages__grid {
        gap: 32px;
    }

    .advantage-card {
        padding: 0;
    }

    .projects-slider {
        gap: 16px;
        padding-right: 32px;
    }

    .project-card {
        flex: 0 0 88%;
        min-width: 0;
    }

    .contact-card {
        padding: 28px 20px;
    }

    .contact-card__title {
        font-size: clamp(28px, 9vw, 34px);
    }
}

/* Доставка */
.delivery-section {
    padding: 40px 24px 80px;
    background: var(--color-bg);
}

.delivery-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.delivery-card {
    display: grid;
    grid-template-columns: 360px 1fr;
    align-items: center;
    gap: 64px;
    padding: 56px 64px;
    border-radius: 32px;
    background: var(--color-bg-deep);
    overflow: hidden;
}

.delivery-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-card__image img {
    width: 260px;
    height: auto;
    object-fit: contain;
}

.delivery-card__label {
    margin: 0 0 16px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary);
}

.delivery-card__title {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: clamp(36px, 4.2vw, 68px);
    line-height: 1.02;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.delivery-card__text {
    max-width: 620px;
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    color: var(--color-text-muted);
}

@media (max-width: 900px) {
    .delivery-section {
        padding: 32px 24px 88px;
    }

    .delivery-card {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 44px 36px;
        text-align: center;
    }

    .delivery-card__image img {
        width: 220px;
    }

    .delivery-card__title,
    .delivery-card__text {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .delivery-section {
        padding: 24px 16px 68px;
    }

    .delivery-card {
        padding: 34px 22px;
        border-radius: 24px;
        gap: 26px;
    }

    .delivery-card__image img {
        width: 180px;
    }

    .delivery-card__title {
        font-size: clamp(32px, 10vw, 42px);
    }

    .delivery-card__text {
        font-size: 16px;
    }
}

/* Кнопка на главном баннере */
.hero__banner-content .hero__actions {
    margin-top: 44px;
}

.hero__banner-content .btn {
    min-height: 64px;
    padding: 18px 42px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.hero__banner-content .btn:hover {
    background: var(--color-accent);
    color: var(--color-primary);
    transform: translateY(-2px);
}
/* Фикс главного баннера: опускаем контент ниже шапки */
body.home .hero--banner,
body.front-page .hero--banner {
    min-height: 100vh;
    padding-top: 230px;
    padding-bottom: 80px;
    align-items: flex-start;
}

body.home .hero__banner-content,
body.front-page .hero__banner-content {
    padding-left: 80px;
    padding-right: 80px;
}

body.home .hero__banner-content .hero__title,
body.front-page .hero__banner-content .hero__title {
    max-width: 900px;
    font-size: clamp(42px, 5vw, 82px);
    line-height: 1.08;
}

body.home .hero__banner-content .hero__text,
body.front-page .hero__banner-content .hero__text {
    max-width: 620px;
    font-size: clamp(18px, 1.7vw, 26px);
}

/* Планшеты */
@media (max-width: 900px) {
    body.home .hero--banner,
    body.front-page .hero--banner {
        padding-top: 170px;
        padding-bottom: 70px;
    }

    body.home .hero__banner-content,
    body.front-page .hero__banner-content {
        padding-left: 32px;
        padding-right: 32px;
    }

    body.home .hero__banner-content .hero__title,
    body.front-page .hero__banner-content .hero__title {
        font-size: clamp(40px, 7vw, 56px);
    }
}

/* Телефон */
@media (max-width: 600px) {
    body.home .hero--banner,
    body.front-page .hero--banner {
        min-height: 680px;
        padding-top: 125px;
        padding-bottom: 56px;
    }

    body.home .hero__banner-content,
    body.front-page .hero__banner-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.home .hero__banner-content .hero__title,
    body.front-page .hero__banner-content .hero__title {
        font-size: clamp(34px, 10vw, 42px);
    }

    body.home .hero__banner-content .hero__text,
    body.front-page .hero__banner-content .hero__text {
        font-size: 16px;
    }
}
/*продукция*/
.catalog-hero__price {
    display: inline-flex;
    margin: 28px 0 0;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(237, 218, 168, 0.14);
    color: var(--color-accent);
    font-size: 18px;
    font-weight: 700;
}

.catalog-description {
    padding: 72px 0 0;
    background: var(--color-bg);
}

.catalog-description__content {
    max-width: 900px;
    font-size: 18px;
    line-height: 1.75;
    color: var(--color-text-muted);
}

.catalog-description__content h2,
.catalog-description__content h3 {
    color: var(--color-primary);
}

.product-card__meta {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
}

.product-card__meta-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-border);
    font-size: 14px;
}

.product-card__meta-row span {
    color: var(--color-text-muted);
}

.product-card__meta-row strong {
    text-align: right;
    color: var(--color-text);
}

.catalog-empty {
    max-width: 680px;
    padding: 48px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid var(--color-border);
}

.catalog-empty h2 {
    margin: 0 0 16px;
    font-size: 32px;
    color: var(--color-primary);
}

.catalog-empty p {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.6;
    color: var(--color-text-muted);
}

@media (max-width: 600px) {
    .catalog-description {
        padding: 48px 0 0;
    }

    .catalog-description__content {
        font-size: 16px;
    }

    .product-card__meta-row {
        flex-direction: column;
        gap: 4px;
    }

    .product-card__meta-row strong {
        text-align: left;
    }

    .catalog-empty {
        padding: 28px 22px;
        border-radius: 22px;
    }
}
/*продукция сама карточка*/
.single-product__info {
    display: grid;
    gap: 12px;
    margin: 0 0 32px;
    padding: 24px 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.single-product__info-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    font-size: 16px;
    line-height: 1.4;
}

.single-product__info-row span {
    color: var(--color-text-muted);
}

.single-product__info-row strong {
    text-align: right;
    color: var(--color-text);
}

@media (max-width: 600px) {
    .single-product__info-row {
        flex-direction: column;
        gap: 4px;
    }

    .single-product__info-row strong {
        text-align: left;
    }
}
/* Простые карточки товаров внутри категории */
.product-card--simple .product-card__content {
    padding: 22px 24px 24px;
}

.product-card--simple .product-card__title {
    margin: 0;
}

/* Галерея на странице товара */
.single-product__gallery {
    min-width: 0;
}

.single-product__slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 12px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.single-product__slider::-webkit-scrollbar {
    display: none;
}

.single-product__slide {
    flex: 0 0 100%;
    height: 620px;
    overflow: hidden;
    border-radius: 32px;
    background: var(--color-bg-deep);
    scroll-snap-align: start;
}

.single-product__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product__slide--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
}

@media (max-width: 900px) {
    .single-product__slide {
        height: 460px;
    }
}

@media (max-width: 600px) {
    .single-product__slide {
        height: 320px;
        border-radius: 24px;
    }
}

/*Слайдер продукта*/
.single-product__slider-wrap {
    position: relative;
}

.single-product__slider-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-accent);
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: 0.25s ease;
}

.single-product__slider-btn:hover {
    background: var(--color-primary-soft);
}

.single-product__slider-btn--prev {
    left: 18px;
}

.single-product__slider-btn--next {
    right: 18px;
}

@media (max-width: 600px) {
    .single-product__slider-btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .single-product__slider-btn--prev {
        left: 10px;
    }

    .single-product__slider-btn--next {
        right: 10px;
    }
}

/* Увеличиваем блок изображений на странице товара */
.single-product .container {
    width: min(100% - 48px, 1500px);
}

.single-product__inner {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 72px;
}

.single-product__slide {
    height: 760px;
}

.single-product__content {
    padding-top: 20px;
}

@media (max-width: 1200px) {
    .single-product__inner {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 48px;
    }

    .single-product__slide {
        height: 640px;
    }
}

@media (max-width: 900px) {
    .single-product .container {
        width: min(100% - 32px, 1200px);
    }

    .single-product__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .single-product__slide {
        height: 520px;
    }
}

@media (max-width: 600px) {
    .single-product .container {
        width: min(100% - 32px, 1200px);
    }

    .single-product__slide {
        height: 360px;
    }
}

/* Страница категории продукции — делаем каталог на всю ширину */
.catalog-section .container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

/* ================================
   Премиальная страница товара
================================ */

/* Верхний баннер товара */
.product-hero {
    position: relative;
    min-height: 420px;
    padding: 150px 48px 120px;
    background-color: #1a120c;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    overflow: hidden;
}

.product-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: linear-gradient(
        180deg,
        rgba(247, 241, 229, 0) 0%,
        var(--color-bg) 100%
    );
    pointer-events: none;
}

/* Основной блок */
.single-product--premium {
    position: relative;
    z-index: 5;
    padding: 0 48px 80px;
    margin-top: -72px;
    background: transparent;
}

.single-product__shell {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    padding: 28px;
    border-radius: 34px;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 30px 80px rgba(38, 25, 14, 0.16);
    backdrop-filter: blur(18px);
}

/* Галерея */
.single-product--premium .single-product__gallery {
    min-width: 0;
}

.single-product--premium .single-product__slider-wrap {
    position: relative;
}

.single-product--premium .single-product__slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.single-product--premium .single-product__slider::-webkit-scrollbar {
    display: none;
}

.single-product--premium .single-product__slide {
    flex: 0 0 100%;
    height: 620px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--color-bg-deep);
    scroll-snap-align: start;
}

.single-product--premium .single-product__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product--premium .single-product__slide--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
}

/* Кнопки слайдера */
.single-product--premium .single-product__slider-btn {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #ead0a0;
    color: #161616;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: 0.25s ease;
}

.single-product--premium .single-product__slider-btn:hover {
    background: var(--color-primary);
    color: var(--color-accent);
}

.single-product--premium .single-product__slider-btn--prev {
    left: 16px;
}

.single-product--premium .single-product__slider-btn--next {
    right: 16px;
}

/* Миниатюры */
.single-product__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.single-product__thumb {
    height: 104px;
    padding: 0;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: var(--color-bg-deep);
    cursor: pointer;
}

.single-product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s ease;
}

.single-product__thumb:hover img {
    transform: scale(1.05);
}

/* Правая часть */
.single-product--premium .single-product__content {
    padding: 28px 14px 0;
}

.single-product__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.single-product--premium .single-product__category {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0;
    padding: 0 16px;
    border-radius: 999px;
    background: #f2ebe3;
    color: rgba(22, 22, 22, 0.78);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.single-product__favorite {
    font-size: 42px;
    line-height: 1;
    color: #161616;
}

.single-product--premium .single-product__title {
    max-width: 720px;
    margin: 0 0 22px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    color: #161616;
}

.single-product--premium .single-product__excerpt {
    max-width: 620px;
    margin: 0 0 32px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(22, 22, 22, 0.72);
}

/* Характеристики */
.single-product--premium .single-product__info {
    display: grid;
    gap: 0;
    margin: 0 0 30px;
    padding: 0;
    border: none;
}

.single-product--premium .single-product__info-row {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 24px;
    align-items: center;
    min-height: 52px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
    font-size: 16px;
    line-height: 1.4;
}

.single-product--premium .single-product__info-row span {
    color: rgba(22, 22, 22, 0.62);
}

.single-product--premium .single-product__info-row strong {
    text-align: right;
    color: #161616;
    font-weight: 700;
}

.single-product--premium .single-product__text {
    max-width: 680px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(22, 22, 22, 0.7);
}

.single-product--premium .single-product__text p {
    margin: 0 0 16px;
}

/* Кнопки */
.single-product--premium .single-product__actions {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
}

.single-product--premium .single-product__btn {
    min-height: 58px;
    border-radius: 8px;
    background: var(--color-primary);
    color: var(--color-accent);
    box-shadow: none;
}

.single-product--premium .single-product__btn::after {
    content: "→";
    margin-left: 18px;
    font-size: 22px;
    line-height: 1;
}

.single-product--premium .single-product__back {
    color: rgba(22, 22, 22, 0.72);
    font-size: 15px;
    font-weight: 600;
}

.single-product--premium .single-product__back:hover {
    color: var(--color-primary);
}

/* Карточка с образцами */
.single-product__sample-card {
    display: grid;
    grid-template-columns: 1fr 44px;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
    padding: 24px 28px;
    border-radius: 12px;
    background: #f2ebe3;
}

.single-product__sample-card h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.25;
    color: #161616;
}

.single-product__sample-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(22, 22, 22, 0.68);
}

.single-product__sample-card a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: var(--color-accent);
    font-size: 24px;
    transition: 0.25s ease;
}

.single-product__sample-card a:hover {
    background: var(--color-primary-soft);
    transform: translateX(3px);
}

/* Нижняя строка преимуществ */
.single-product__features {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin: 8px -28px -28px;
    padding: 28px 42px;
    border-top: 1px solid rgba(22, 22, 22, 0.08);
    background: rgba(247, 241, 229, 0.72);
}

.single-product__features div {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(22, 22, 22, 0.76);
    font-size: 15px;
    line-height: 1.35;
}

.single-product__features span {
    flex: 0 0 auto;
    color: #9a7148;
    font-size: 24px;
    line-height: 1;
}

/* Адаптив */
@media (max-width: 1200px) {
    .single-product__shell {
        grid-template-columns: 1fr 0.9fr;
        gap: 34px;
    }

    .single-product--premium .single-product__slide {
        height: 540px;
    }

    .single-product__features {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    body.single-product .site-header .container {
        padding-left: 32px;
        padding-right: 32px;
    }

    body.single-product .site-header::after {
        left: 32px;
        right: 32px;
    }

    .product-hero {
        min-height: 360px;
        padding: 135px 24px 100px;
    }

    .single-product--premium {
        padding: 0 24px 88px;
    }

    .single-product__shell {
        grid-template-columns: 1fr;
        padding: 20px;
        border-radius: 28px;
    }

    .single-product--premium .single-product__slide {
        height: 520px;
    }

    .single-product--premium .single-product__content {
        padding: 10px 4px 0;
    }

    .single-product__features {
        margin: 8px -20px -20px;
        padding: 24px;
    }
}

@media (max-width: 600px) {
    body.single-product .site-header .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.single-product .site-header::after {
        left: 16px;
        right: 16px;
    }

    body.single-product .site-logo img {
        width: 96px;
    }

    .product-hero {
        min-height: 340px;
        padding: 120px 16px 82px;
    }

    .single-product--premium {
        padding: 0 16px 68px;
        margin-top: -54px;
    }

    .single-product__shell {
        padding: 14px;
        border-radius: 24px;
        gap: 26px;
    }

    .single-product--premium .single-product__slide {
        height: 360px;
        border-radius: 16px;
    }

    .single-product__thumbs {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-top: 10px;
    }

    .single-product__thumb {
        height: 72px;
        border-radius: 10px;
    }

    .single-product--premium .single-product__slider-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .single-product--premium .single-product__title {
        font-size: clamp(34px, 10vw, 44px);
    }

    .single-product--premium .single-product__excerpt {
        font-size: 16px;
    }

    .single-product--premium .single-product__info-row {
        grid-template-columns: 1fr;
        gap: 5px;
        align-items: start;
        padding: 13px 0;
    }

    .single-product--premium .single-product__info-row strong {
        text-align: left;
    }

    .single-product--premium .single-product__actions {
        grid-template-columns: 1fr;
    }

    .single-product--premium .single-product__back {
        text-align: center;
    }

    .single-product__sample-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .single-product__sample-card a {
        justify-self: start;
    }

    .single-product__features {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 4px -14px -14px;
        padding: 22px;
        border-radius: 0 0 24px 24px;
    }
}

/* ================================
   Бамбуковые панели — лендинг категории
================================ */

.bamboo-hero {
    position: relative;
    min-height: 720px;
    padding: 170px 48px 90px;
    background-color: #002d31;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    display: flex;
    align-items: flex-end;
}

.bamboo-hero__content {
    width: 100%;
    max-width: 760px;
}

.bamboo-hero__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 42px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
}

.bamboo-hero__title {
    margin: 0 0 26px;
    font-size: clamp(56px, 6vw, 92px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    color: #ffffff;
}

.bamboo-hero__text {
    max-width: 620px;
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
}

.bamboo-hero__features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 58px;
    max-width: 720px;
}

.bamboo-hero-feature span {
    display: block;
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 1;
    color: var(--color-accent);
}

.bamboo-hero-feature p {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.bamboo-hero__content {
    position: relative;
    z-index: 2;
    width: fit-content;
    max-width: 760px;
    padding: 42px 48px;
    border-radius: 28px;
    overflow: hidden;
}

.bamboo-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}
.bamboo-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 58%;
    background: linear-gradient(
        90deg,
        rgba(0, 27, 30, 0.92) 0%,
        rgba(0, 27, 30, 0.76) 62%,
        rgba(0, 27, 30, 0) 100%
    );
    pointer-events: none;
}

.bamboo-decor-tabs {
    position: relative;
    z-index: 5;
    padding: 0 48px;
    margin-top: -95px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 50%,
        var(--color-bg) 50%,
        var(--color-bg) 100%
    );
}

.bamboo-decor-tabs__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 28px 36px;
    border-radius: 24px;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 24px 70px rgba(38, 25, 14, 0.14);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.bamboo-decor-item {
    padding: 12px;
    border-radius: 18px;
    text-align: center;
    transition: 0.25s ease;
}

.bamboo-decor-item.is-active,
.bamboo-decor-item:hover {
    background: rgba(237, 218, 168, 0.28);
    box-shadow: inset 0 0 0 1px rgba(154, 113, 72, 0.55);
}

.bamboo-decor-item__image {
    width: 86px;
    height: 86px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #d9c2a2;
}

.bamboo-decor-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #161616;
}

.bamboo-decor-item span {
    font-size: 14px;
    color: #9a7148;
}
.bamboo-about {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 72px;
    align-items: center;
    padding: 96px 48px;
    background: var(--color-bg);
}

.bamboo-about__image {
    overflow: hidden;
    border-radius: 32px;
    background: var(--color-bg-deep);
}

.bamboo-about__image img {
    width: 100%;
    height: 760px;
    object-fit: cover;
}

.bamboo-about__content {
    max-width: 620px;
}

.bamboo-about__title {
    margin: 0 0 28px;
    font-size: clamp(42px, 4vw, 72px);
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.bamboo-about__text {
    margin: 0 0 42px;
    font-size: 19px;
    line-height: 1.7;
    color: var(--color-text-muted);
}

.bamboo-about__list {
    display: grid;
    gap: 22px;
}

.bamboo-about__item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.bamboo-about__item span {
    flex: 0 0 auto;
    color: var(--color-primary);
    font-size: 22px;
    line-height: 1;
}

.bamboo-about__item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: var(--color-text);
}

.bamboo-benefits {
    padding: 40px 48px 96px;
    background: var(--color-bg);
}

.bamboo-benefits__title {
    max-width: 1000px;
    margin: 0 auto 56px;
    text-align: center;
    font-size: clamp(42px, 4vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.bamboo-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.bamboo-benefit-card {
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 250, 242, 0.9);
    box-shadow: 0 18px 48px rgba(38, 25, 14, 0.08);
}

.bamboo-benefit-card__image {
    height: 360px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.15),
            rgba(237, 218, 168, 0.45)
        ),
        var(--color-bg-deep);
}

.bamboo-benefit-card__content {
    padding: 30px 30px 34px;
}

.bamboo-benefit-card__content h3 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: var(--color-primary);
}

.bamboo-benefit-card__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text-muted);
}
.bamboo-benefits__wide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 28px;
}

.bamboo-benefit-wide {
    min-height: 260px;
    padding: 28px;
    border-radius: 28px;
    background: var(--color-bg-deep);
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 28px;
    align-items: center;
}

.bamboo-benefit-wide__image {
    width: 180px;
    height: 180px;
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.16),
            rgba(237, 218, 168, 0.5)
        ),
        var(--color-bg);
}

.bamboo-benefit-wide__content h3 {
    margin: 0 0 14px;
    font-size: clamp(28px, 2.5vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--color-primary);
}

.bamboo-benefit-wide__content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.bamboo-service-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0 48px 96px;
    background: var(--color-bg);
}

.bamboo-service-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 22px;
    align-items: center;
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 250, 242, 0.9);
    border: 1px solid rgba(0, 71, 77, 0.1);
}

.bamboo-service-card__image {
    width: 96px;
    height: 96px;
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.18),
            rgba(237, 218, 168, 0.55)
        ),
        var(--color-bg-deep);
}

.bamboo-service-card__content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--color-primary);
}

.bamboo-service-card__content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: var(--color-text-muted);
}

.bamboo-products {
    padding: 96px 48px 110px;
    background: var(--color-bg-deep);
}

.bamboo-products__head {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 46px;
}

.bamboo-products__title {
    max-width: 900px;
    margin: 0;
    font-size: clamp(48px, 5vw, 96px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    color: var(--color-primary);
}

.bamboo-products__slider-wrap {
    position: relative;
}

.bamboo-products__slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bamboo-products__slider::-webkit-scrollbar {
    display: none;
}

.bamboo-product-card {
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: 280px;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255, 250, 242, 0.92);
    scroll-snap-align: start;
    box-shadow: 0 18px 46px rgba(38, 25, 14, 0.08);
}

.bamboo-product-card__image {
    display: block;
    height: 360px;
    overflow: hidden;
    background: var(--color-bg);
}

.bamboo-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s ease;
}

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

.bamboo-product-card__placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
}

.bamboo-product-card__content {
    padding: 24px 24px 28px;
}

.bamboo-product-card__content h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: var(--color-primary);
}

.bamboo-product-card__content p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: #9a7148;
}

.bamboo-product-card__link {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-primary);
}

.bamboo-product-card__link::after {
    content: " →";
}

.bamboo-products__btn {
    position: absolute;
    top: 38%;
    z-index: 5;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-accent);
    font-size: 20px;
    cursor: pointer;
    transition: 0.25s ease;
}

.bamboo-products__btn:hover {
    background: var(--color-primary-soft);
    transform: translateY(-1px);
}

.bamboo-products__btn--prev {
    left: -22px;
}

.bamboo-products__btn--next {
    right: -22px;
}

/* ================================
   Следующая категория
================================ */

.next-category {
    padding: 0 48px 110px;
    background: var(--color-bg-deep);
}

.next-category__card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 34px;
    min-height: 620px;
}

.next-category__image {
    position: absolute;
    inset: 0;
}

.next-category__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.next-category__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            90deg,
            rgba(0, 27, 30, 0.88) 0%,
            rgba(0, 27, 30, 0.58) 45%,
            rgba(0, 27, 30, 0.18) 100%
        );
}

.next-category__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 620px;
    padding: 72px;
    color: #ffffff;
}

.next-category__label {
    margin: 0 0 18px;
    font-size: 15px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
}

.next-category__title {
    max-width: 720px;
    margin: 0 0 32px;
    font-size: clamp(56px, 6vw, 110px);
    line-height: 0.95;
    letter-spacing: -0.06em;
    color: #ffffff;
}

.next-category__button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    width: fit-content;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.18);
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.next-category__card:hover .next-category__image img {
    transform: scale(1.05);
}

.next-category__card:hover .next-category__button {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

@media (max-width: 900px) {

    .next-category {
        padding: 0 24px 88px;
    }

    .next-category__card,
    .next-category__content {
        min-height: 520px;
    }

    .next-category__content {
        padding: 42px;
    }
}

@media (max-width: 600px) {

    .next-category {
        padding: 0 16px 68px;
    }

    .next-category__card,
    .next-category__content {
        min-height: 420px;
    }

    .next-category__content {
        padding: 28px;
    }

    .next-category__title {
        font-size: clamp(42px, 12vw, 58px);
    }
}

.bamboo-next {
    padding: 0 48px 96px;
    background: var(--color-bg-deep);
}

.bamboo-next__card {
    min-height: 150px;
    display: grid;
    grid-template-columns: 320px 1fr auto;
    align-items: center;
    gap: 42px;
    overflow: hidden;
    border-radius: 24px;
    background: var(--color-primary);
    color: #ffffff;
}

.bamboo-next__image {
    height: 150px;
    position: relative;
    overflow: hidden;
}

.bamboo-next__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 71, 77, 0.05),
        rgba(0, 71, 77, 0.85)
    );
}

.bamboo-next__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bamboo-next__content h2 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.15;
    color: #ffffff;
}

.bamboo-next__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
}

.bamboo-next__button {
    min-height: 64px;
    margin-right: 42px;
    padding: 0 28px;
    border-radius: 14px;
    border: 1px solid var(--color-accent);
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition: 0.25s ease;
}

.bamboo-next__card:hover .bamboo-next__button {
    background: rgba(237, 218, 168, 0.12);
    transform: translateX(4px);
}

/* ================================
   Гибкая керамика — отличия страницы
================================ */

/* Hero */
.flexible-hero {
    min-height: 720px;
    background-position: center right;
}

.flexible-hero::before {
    width: 56%;
    background: linear-gradient(
        90deg,
        rgba(0, 27, 30, 0.94) 0%,
        rgba(0, 27, 30, 0.78) 62%,
        rgba(0, 27, 30, 0) 100%
    );
}

/* Блок описание + характеристики */
.flexible-about {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 72px;
    padding-top: 96px;
}

.flexible-about__image {
    position: relative;
}

.flexible-about__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.flexible-about__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 42px;
}

.flexible-about__list .bamboo-about__item {
    align-items: center;
}

.flexible-about__list .bamboo-about__item span {
    font-size: 28px;
    color: var(--color-primary);
}

.flexible-about__list .bamboo-about__item p {
    display: grid;
    gap: 4px;
    font-size: 15px;
    line-height: 1.35;
}

.flexible-about__list .bamboo-about__item strong {
    display: block;
    color: var(--color-text);
}

/* Преимущества */
.flexible-benefits {
    padding-top: 32px;
    padding-bottom: 48px;
}

.flexible-benefits .bamboo-benefits__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.flexible-benefits .bamboo-benefit-card {
    border-radius: 18px;
}

.flexible-benefits .bamboo-benefit-card__image {
    height: 230px;
}

.flexible-benefits .bamboo-benefit-card__content {
    padding: 22px 20px 24px;
}

.flexible-benefits .bamboo-benefit-card__content h3 {
    font-size: 20px;
}

.flexible-benefits .bamboo-benefit-card__content p {
    font-size: 14px;
    line-height: 1.5;
}

/* Сферы применения */
.flexible-usage {
    padding-top: 0;
    padding-bottom: 48px;
}

.flexible-usage .bamboo-benefits__title {
    margin-bottom: 42px;
}

.flexible-usage .bamboo-benefits__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.flexible-usage .bamboo-benefit-card {
    border-radius: 18px;
}

.flexible-usage .bamboo-benefit-card__image {
    height: 230px;
}

.flexible-usage .bamboo-benefit-card__content {
    padding: 20px;
}

.flexible-usage .bamboo-benefit-card__content h3 {
    font-size: 19px;
}

.flexible-usage .bamboo-benefit-card__content p {
    font-size: 14px;
}

/* Сервисная строка */
.flexible-service-strip {
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 42px;
}

.flexible-service-strip .bamboo-service-card {
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding: 24px;
}

.flexible-service-strip .bamboo-service-card__image {
    width: 58px;
    height: 58px;
    border-radius: 18px;
}

.flexible-service-strip .bamboo-service-card__content h3 {
    font-size: 19px;
}

.flexible-service-strip .bamboo-service-card__content p {
    font-size: 13px;
}

/* Товары */
.flexible-products {
    padding-top: 70px;
}

/* Нижний переход */
.flexible-next {
    padding-top: 0;
}

/* Адаптив */
@media (max-width: 1200px) {
    .flexible-benefits .bamboo-benefits__grid,
    .flexible-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .flexible-service-strip {
        grid-template-columns: repeat(2, 1fr);
    }

}

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

    .flexible-about__image img {
        height: 480px;
    }

    .flexible-about__sample {
        width: 210px;
        height: 210px;
        right: 28px;
    }

    .flexible-about__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .flexible-benefits .bamboo-benefits__grid,
    .flexible-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {
    .flexible-hero {
        min-height: 650px;
    }

    .flexible-about {
        padding: 72px 16px 68px;
        gap: 48px;
    }

    .flexible-about__image img {
        height: 360px;
    }

    .flexible-about__sample {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 220px;
        margin-top: 16px;
        border-width: 0;
        box-shadow: none;
    }

    .flexible-about__list {
        grid-template-columns: 1fr;
    }

    .flexible-benefits,
    .flexible-usage {
        padding-left: 16px;
        padding-right: 16px;
    }

    .flexible-benefits .bamboo-benefits__grid,
    .flexible-usage .bamboo-benefits__grid {
        grid-template-columns: 1fr;
    }

    .flexible-service-strip {
        grid-template-columns: 1fr;
        padding: 0 16px 42px;
    }
}

/* ================================
   Гипсовые панели — отличия страницы
================================ */

/* Hero */
.gypsum-hero {
    min-height: 720px;
    background-position: center right;
}

.gypsum-hero::before {
    width: 58%;
    background: linear-gradient(
        90deg,
        rgba(0, 27, 30, 0.95) 0%,
        rgba(0, 27, 30, 0.8) 58%,
        rgba(0, 27, 30, 0) 100%
    );
}

/* Убираем блок фактур, если на странице гипса его нет */
.gypsum-page .bamboo-decor-tabs {
    display: none;
}

/* Блок описание + идея в гипсе */
.gypsum-about {
    position: relative;
    margin: -60px 48px 0;
    padding: 34px;
    border-radius: 28px;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 24px 70px rgba(38, 25, 14, 0.14);
    grid-template-columns: 0.95fr 1.05fr;
    gap: 54px;
}

.gypsum-about .bamboo-about__image {
    position: relative;
    min-height: 370px;
    border-radius: 22px;
}

.gypsum-about .bamboo-about__image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.gypsum-about__sample {
    position: absolute;
    right: 18px;
    bottom: -18px;
    width: 190px;
    height: 190px;
    border-radius: 18px;
    overflow: hidden;
    border: 4px solid rgba(255, 250, 242, 0.96);
    background: var(--color-bg-deep);
    box-shadow: 0 18px 44px rgba(38, 25, 14, 0.22);
}

.gypsum-about__sample img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gypsum-about .bamboo-about__content {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 42px;
    align-items: center;
}

.gypsum-about .bamboo-about__title {
    max-width: 560px;
    margin-bottom: 24px;
}

.gypsum-about .bamboo-about__text {
    max-width: 560px;
    margin-bottom: 28px;
}

.gypsum-about__actions {
    margin-top: 28px;
}

.gypsum-about__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 10px;
    background: var(--color-primary);
    color: var(--color-accent);
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s ease;
}

.gypsum-about__btn::after {
    content: "→";
    margin-left: 18px;
    font-size: 20px;
    line-height: 1;
}

.gypsum-about__btn:hover {
    background: var(--color-primary-soft);
    transform: translateY(-1px);
}

.gypsum-about__idea {
    min-height: 250px;
    padding: 28px 24px;
    border-radius: 18px;
    background: rgba(247, 241, 229, 0.82);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gypsum-about__idea-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    color: var(--color-primary);
    font-size: 32px;
    line-height: 1;
}

.gypsum-about__idea h3 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-text);
}

.gypsum-about__idea p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.gypsum-about__idea-link {
    width: 42px;
    height: 42px;
    margin-top: 22px;
    margin-left: auto;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    color: var(--color-primary);
    font-size: 22px;
    box-shadow: 0 12px 24px rgba(38, 25, 14, 0.18);
    transition: 0.25s ease;
}

.gypsum-about__idea-link:hover {
    transform: translateX(3px);
}

/* Преимущества гипсовых панелей */
.gypsum-benefits {
    padding-top: 54px;
    padding-bottom: 48px;
}

.gypsum-benefits .bamboo-benefits__title {
    margin-bottom: 42px;
}

.gypsum-benefits .bamboo-benefits__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.gypsum-benefits .bamboo-benefit-card {
    border-radius: 16px;
}

.gypsum-benefits .bamboo-benefit-card__image {
    position: relative;
    height: 280px;
}

.gypsum-benefits .bamboo-benefit-card__content {
    padding: 22px 22px 26px;
}

.gypsum-benefits .bamboo-benefit-card__content h3 {
    font-size: 20px;
}

.gypsum-benefits .bamboo-benefit-card__content p {
    font-size: 14px;
    line-height: 1.5;
}

/* Иконка поверх карточки преимущества */
.gypsum-benefit-icon {
    position: absolute;
    left: 18px;
    bottom: -24px;
    z-index: 2;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 4px solid rgba(255, 250, 242, 0.96);
}

/* Где применяются */
.gypsum-usage {
    padding-top: 0;
    padding-bottom: 48px;
}

.gypsum-usage .bamboo-benefits__title {
    margin-bottom: 42px;
}

.gypsum-usage .bamboo-benefits__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.gypsum-usage .bamboo-benefit-card {
    border-radius: 14px;
    box-shadow: none;
}

.gypsum-usage .bamboo-benefit-card__image {
    height: 200px;
}

.gypsum-usage .bamboo-benefit-card__content {
    padding: 16px 6px 0;
    background: transparent;
}

.gypsum-usage .bamboo-benefit-card__content h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    color: var(--color-text);
}

.gypsum-usage .bamboo-benefit-card {
    background: transparent;
}

/* Сервисная строка */
.gypsum-service-strip {
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 42px;
}

.gypsum-service-strip .bamboo-service-card {
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 24px;
}

.gypsum-service-strip .bamboo-service-card__image {
    width: 54px;
    height: 54px;
    border-radius: 16px;
}

.gypsum-service-strip .bamboo-service-card__content h3 {
    font-size: 18px;
}

.gypsum-service-strip .bamboo-service-card__content p {
    font-size: 13px;
}

/* Товары */
.gypsum-products {
    padding-top: 70px;
}

.gypsum-products .bamboo-products__title {
    max-width: 1000px;
}

/* Нижний переход */
.gypsum-next {
    padding-top: 0;
}

/* Адаптив */
@media (max-width: 1200px) {
    .gypsum-about {
        grid-template-columns: 1fr;
    }

    .gypsum-about .bamboo-about__content {
        grid-template-columns: 1fr;
    }

    .gypsum-about__idea {
        max-width: 420px;
        min-height: auto;
    }

    .gypsum-benefits .bamboo-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gypsum-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gypsum-service-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .gypsum-about {
        margin: -50px 24px 0;
        padding: 24px;
    }

    .gypsum-about .bamboo-about__image img {
        height: 420px;
    }

    .gypsum-about__sample {
        width: 160px;
        height: 160px;
    }

    .gypsum-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gypsum-usage .bamboo-benefit-card__image {
        height: 190px;
    }
}

@media (max-width: 600px) {
    .gypsum-hero {
        min-height: 650px;
    }

    .gypsum-about {
        margin: -40px 16px 0;
        padding: 18px;
        border-radius: 22px;
        gap: 32px;
    }

    .gypsum-about .bamboo-about__image {
        min-height: auto;
        border-radius: 18px;
    }

    .gypsum-about .bamboo-about__image img {
        height: 320px;
    }

    .gypsum-about__sample {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 220px;
        margin-top: 14px;
        border: none;
        box-shadow: none;
    }

    .gypsum-about .bamboo-about__content {
        gap: 28px;
    }

    .gypsum-about__idea {
        max-width: none;
        width: 100%;
        padding: 24px;
    }

    .gypsum-benefits,
    .gypsum-usage {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gypsum-benefits .bamboo-benefits__grid,
    .gypsum-usage .bamboo-benefits__grid {
        grid-template-columns: 1fr;
    }

    .gypsum-usage .bamboo-benefit-card__image {
        height: 220px;
    }

    .gypsum-service-strip {
        grid-template-columns: 1fr;
        padding: 0 16px 42px;
    }
}

/* ================================
   Каменный шпон — отличия страницы
================================ */

/* Hero */
.stone-hero {
    min-height: 720px;
    background-position: center right;
}

.stone-hero::before {
    width: 58%;
    background: linear-gradient(
        90deg,
        rgba(18, 12, 8, 0.9) 0%,
        rgba(18, 12, 8, 0.72) 58%,
        rgba(18, 12, 8, 0) 100%
    );
}

.stone-hero .bamboo-hero__content {
    max-width: 760px;
}

.stone-hero .bamboo-hero__text {
    max-width: 600px;
}

.stone-hero .btn {
    margin-top: 34px;
    min-height: 58px;
    padding: 16px 30px;
    border-radius: 8px;
    background: var(--color-accent);
    color: #161616;
    border: none;
}

.stone-hero .btn::after {
    content: "→";
    margin-left: 18px;
    font-size: 20px;
}

.stone-hero .btn:hover {
    background: var(--color-accent-soft);
    color: var(--color-primary);
}

/* Первый блок: что такое каменный шпон */
.stone-info-card {
    position: relative;
    z-index: 5;
    margin: -58px 48px 0;
    padding: 0;
    background: transparent;
}

.stone-info-card__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 24px 70px rgba(38, 25, 14, 0.14);
    display: grid;
    grid-template-columns: 0.95fr 1.05fr 280px;
    gap: 42px;
    align-items: center;
}

/* Картинка слева */
.stone-info-card__image {
    height: 220px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--color-bg-deep);
}

.stone-info-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Текст по центру */
.stone-info-card__content {
    max-width: 620px;
}

.stone-info-card__content h2 {
    margin: 0 0 18px;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--color-primary);
}

.stone-info-card__content p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.65;
    color: #161616;
}

.stone-info-card__content p:last-child {
    margin-bottom: 0;
}

/* Характеристики справа */
.stone-info-card__facts {
    display: grid;
    gap: 24px;
    padding-left: 34px;
    border-left: 1px solid rgba(0, 71, 77, 0.12);
}

.stone-info-card__facts > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: center;
}

.stone-info-card__facts span {
    color: #b47a3c;
    font-size: 25px;
    line-height: 1;
}

.stone-info-card__facts p {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #161616;
}

/* Общий заголовок секций каменного шпона */
.stone-section-title {
    max-width: 1000px;
    margin: 0 auto 42px;
    text-align: center;
    font-size: clamp(36px, 3.6vw, 62px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

/* Преимущества каменного шпона */
.stone-benefits {
    padding: 58px 48px 48px;
    background: var(--color-bg);
}

.stone-benefits__rows {
    max-width: 1400px;
    margin: 0 auto;
}

.stone-benefits__row {
    display: grid;
    gap: 0;
    justify-content: center;
}

.stone-benefits__row--top {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-bottom: 1px solid rgba(0, 71, 77, 0.12);
}

.stone-benefits__row--bottom {
    grid-template-columns: repeat(4, minmax(0, 240px));
}

.stone-benefit-item {
    min-height: 180px;
    padding: 26px 28px;
    text-align: center;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
}

.stone-benefits__row .stone-benefit-item:last-child {
    border-right: none;
}

.stone-benefit-item__icon {
    margin: 0 auto 18px;
    color: #b47a3c;
    font-size: 38px;
    line-height: 1;
}

.stone-benefit-item h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-text);
}

.stone-benefit-item p {
    max-width: 210px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.45;
    color: #161616;
}

/* Виды каменного шпона */
.stone-types {
    padding-top: 0;
    padding-bottom: 56px;
}

.stone-types .bamboo-benefits__title {
    margin-bottom: 42px;
}

.stone-types .bamboo-benefits__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.stone-types .bamboo-benefit-card {
    border-radius: 16px;
}

.stone-types .bamboo-benefit-card__image {
    height: 270px;
}

.stone-types .bamboo-benefit-card__content {
    padding: 22px 22px 26px;
}

.stone-types .bamboo-benefit-card__content h3 {
    font-size: 21px;
}

.stone-types .bamboo-benefit-card__content p {
    font-size: 14px;
    line-height: 1.55;
}

/* Почему выбирают нас */
.stone-why {
    padding: 24px 48px 64px;
    background: var(--color-bg);
}

.stone-why .stone-section-title {
    margin-bottom: 42px;
}

.stone-why__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
}

.stone-why-item {
    min-height: 190px;
    padding: 28px 26px;
    text-align: center;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
    background: transparent;
}

.stone-why-item:last-child {
    border-right: none;
}

.stone-why-item span {
    display: block;
    margin: 0 auto 18px;
    color: #b47a3c;
    font-size: 34px;
    line-height: 1;
}

.stone-why-item h3 {
    max-width: 220px;
    margin: 0 auto 12px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-text);
}

.stone-why-item p {
    max-width: 220px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.45;
    color: #161616;
}
/* Товары */
.stone-products {
    padding-top: 70px;
}

/* Нижний переход */
.stone-next {
    padding-top: 0;
}

/* Адаптив каменного шпона */
@media (max-width: 1200px) {
    .stone-info-card__inner {
        grid-template-columns: 1fr 1fr;
    }

    .stone-info-card__facts {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, 1fr);
        padding-left: 0;
        padding-top: 26px;
        border-left: none;
        border-top: 1px solid rgba(0, 71, 77, 0.12);
    }

    .stone-benefits__row--top,
    .stone-benefits__row--bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .stone-benefits__row--top {
        border-bottom: none;
    }

    .stone-benefit-item {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .stone-benefit-item:nth-child(3n) {
        border-right: none;
    }

    .stone-benefits__row--bottom .stone-benefit-item:last-child {
        border-bottom: none;
    }

    .stone-types .bamboo-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stone-why__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .stone-why-item {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .stone-why-item:nth-child(3n) {
        border-right: none;
    }

    .stone-why-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }
}

@media (max-width: 900px) {
    .stone-info-card {
        margin: -50px 24px 0;
    }

    .stone-info-card__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px;
    }

    .stone-info-card__image {
        height: 300px;
    }

    .stone-info-card__facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .stone-benefits,
    .stone-types,
    .stone-why {
        padding-left: 24px;
        padding-right: 24px;
    }

    .stone-benefits__row--top,
    .stone-benefits__row--bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stone-benefit-item {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .stone-benefit-item:nth-child(3n) {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
    }

    .stone-benefit-item:nth-child(2n) {
        border-right: none;
    }

    .stone-benefits__row--bottom .stone-benefit-item:last-child {
        border-bottom: none;
    }

    .stone-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stone-why-item {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .stone-why-item:nth-child(3n) {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
    }

    .stone-why-item:nth-child(2n) {
        border-right: none;
    }

    .stone-why-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    .stone-hero {
        min-height: 650px;
    }

    .stone-info-card {
        margin: -40px 16px 0;
    }

    .stone-info-card__inner {
        padding: 18px;
        border-radius: 22px;
    }

    .stone-info-card__image {
        height: 230px;
        border-radius: 16px;
    }

    .stone-info-card__facts {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .stone-benefits,
    .stone-types,
    .stone-why {
        padding-left: 16px;
        padding-right: 16px;
    }

    .stone-benefits__row--top,
    .stone-benefits__row--bottom,
    .stone-why__grid {
        grid-template-columns: 1fr;
    }

    .stone-benefit-item,
    .stone-benefit-item:nth-child(2n),
    .stone-benefit-item:nth-child(3n),
    .stone-benefit-item:nth-child(5n),
    .stone-why-item,
    .stone-why-item:nth-child(2n),
    .stone-why-item:nth-child(3n) {
        border-right: none;
    }

    .stone-benefit-item,
    .stone-why-item {
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .stone-benefits__row--bottom .stone-benefit-item:last-child,
    .stone-why-item:last-child {
        border-bottom: none;
    }

    .stone-types .bamboo-benefits__grid {
        grid-template-columns: 1fr;
    }

    .stone-types .bamboo-benefit-card__image {
        height: 270px;
    }

    .stone-why-item {
        padding: 24px 20px;
    }
}
/* ================================
   МДФ панели — отличия страницы
================================ */

/* Hero */
.mdf-hero {
    min-height: 720px;
    background-position: center right;
}

.mdf-hero::before {
    width: 58%;
    background: linear-gradient(
        90deg,
        rgba(0, 27, 30, 0.94) 0%,
        rgba(0, 27, 30, 0.78) 58%,
        rgba(0, 27, 30, 0) 100%
    );
}

.mdf-hero .bamboo-hero__content {
    max-width: 760px;
}

.mdf-hero .bamboo-hero__text {
    max-width: 560px;
}

.mdf-hero .btn {
    margin-top: 34px;
    min-height: 58px;
    padding: 16px 30px;
    border-radius: 8px;
    background: var(--color-accent);
    color: #161616;
    border: none;
}

.mdf-hero .btn::after {
    content: "→";
    margin-left: 18px;
    font-size: 20px;
}

.mdf-hero .btn:hover {
    background: var(--color-accent-soft);
    color: var(--color-primary);
}

/* Hero преимущества */
.mdf-hero__features {
    grid-template-columns: repeat(5, 1fr);
    max-width: 760px;
}

/* Три варианта МДФ */
.mdf-variants {
    position: relative;
    z-index: 5;
    margin: -58px 48px 0;
    background: transparent;
}

.mdf-variants__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 24px 70px rgba(38, 25, 14, 0.14);
}

.mdf-variant-card {
    min-height: 560px;
    padding: 34px 30px 30px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 24px;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
}

.mdf-variant-card:last-child {
    border-right: none;
}

.mdf-variant-card__top {
    display: grid;
    grid-template-columns: 1fr 170px;
    gap: 24px;
    align-items: start;
}

.mdf-variant-card h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 2.6vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.mdf-variant-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #161616;
}

.mdf-variant-card__image {
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-bg-deep);
}

.mdf-variant-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mdf-variant-card__list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mdf-variant-card__list li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.45;
    color: #161616;
}

.mdf-variant-card__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #b47a3c;
    color: #b47a3c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
}

.mdf-variant-card__button {
    width: fit-content;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 10px;
    background: var(--color-accent);
    color: #161616;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s ease;
}

.mdf-variant-card__button::after {
    content: "→";
    font-size: 20px;
}

.mdf-variant-card__button:hover {
    background: var(--color-accent-soft);
    transform: translateY(-1px);
}

/* Почему выбирают МДФ */
.mdf-why {
    padding: 58px 48px 54px;
    background: var(--color-bg);
}

.mdf-section-title {
    max-width: 1000px;
    margin: 0 auto 42px;
    text-align: center;
    font-size: clamp(36px, 3.6vw, 62px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.mdf-why__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    max-width: 1400px;
    margin: 0 auto;
}

.mdf-why-item {
    min-height: 190px;
    padding: 28px 24px;
    text-align: center;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
}

.mdf-why-item:last-child {
    border-right: none;
}

.mdf-why-item span {
    display: block;
    margin: 0 auto 18px;
    color: #b47a3c;
    font-size: 38px;
    line-height: 1;
}

.mdf-why-item h3 {
    max-width: 210px;
    margin: 0 auto 12px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-text);
}

.mdf-why-item p {
    max-width: 210px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.45;
    color: #161616;
}

/* Вдохновение */
.mdf-inspiration {
    padding: 0 48px 64px;
    background: var(--color-bg);
}

.mdf-inspiration .mdf-section-title {
    margin-bottom: 42px;
}

.mdf-inspiration__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    max-width: 1400px;
    margin: 0 auto;
}

.mdf-inspiration-card {
    background: transparent;
}

.mdf-inspiration-card__image {
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--color-bg-deep);
}

.mdf-inspiration-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mdf-inspiration-card h3 {
    margin: 16px 8px 0;
    font-size: 17px;
    line-height: 1.25;
    color: #161616;
}

/* Товары */
.mdf-products {
    padding-top: 70px;
}

/* Нижний переход */
.mdf-next {
    padding-top: 0;
}

.mdf-variant-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.12),
            rgba(237, 218, 168, 0.5)
        ),
        var(--color-bg-deep);
    color: rgba(20, 56, 59, 0.55);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.mdf-variant-card__placeholder span {
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.72);
}

/* Адаптив МДФ */
@media (max-width: 1200px) {
    .mdf-hero__features {
        grid-template-columns: repeat(3, 1fr);
    }

    .mdf-variants__grid {
        grid-template-columns: 1fr;
    }

    .mdf-variant-card {
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .mdf-variant-card:last-child {
        border-bottom: none;
    }

    .mdf-variant-card__top {
        grid-template-columns: 1fr 260px;
    }

    .mdf-why__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mdf-why-item {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .mdf-why-item:nth-child(3n) {
        border-right: none;
    }

    .mdf-why-item:nth-last-child(-n + 3) {
        border-bottom: none;
    }

    .mdf-inspiration__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .mdf-variants {
        margin: -50px 24px 0;
    }

    .mdf-variant-card__top {
        grid-template-columns: 1fr;
    }

    .mdf-variant-card__image {
        height: 320px;
    }

    .mdf-why,
    .mdf-inspiration {
        padding-left: 24px;
        padding-right: 24px;
    }

    .mdf-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mdf-why-item:nth-child(3n) {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
    }

    .mdf-why-item:nth-child(2n) {
        border-right: none;
    }

    .mdf-why-item:nth-last-child(-n + 3) {
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .mdf-why-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .mdf-inspiration__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mdf-inspiration-card__image {
        height: 260px;
    }
}

@media (max-width: 600px) {
    .mdf-hero {
        min-height: 650px;
    }

    .mdf-hero__features {
        grid-template-columns: repeat(2, 1fr);
    }

    .mdf-variants {
        margin: -40px 16px 0;
    }

    .mdf-variants__grid {
        border-radius: 22px;
    }

    .mdf-variant-card {
        padding: 26px 20px;
    }

    .mdf-variant-card__image {
        height: 260px;
    }

    .mdf-variant-card__button {
        width: 100%;
        justify-content: center;
    }

    .mdf-why,
    .mdf-inspiration {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mdf-why__grid,
    .mdf-inspiration__grid {
        grid-template-columns: 1fr;
    }

    .mdf-why-item,
    .mdf-why-item:nth-child(2n),
    .mdf-why-item:nth-child(3n) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .mdf-why-item:last-child {
        border-bottom: none;
    }

    .mdf-inspiration-card__image {
        height: 240px;
    }
}

/* ================================
   Рейки и перегородки — отличия страницы
================================ */

/* Hero */
.slats-hero {
    min-height: 720px;
    background-position: center right;
}

.slats-hero::before {
    width: 58%;
    background: linear-gradient(
        90deg,
        rgba(18, 12, 8, 0.9) 0%,
        rgba(18, 12, 8, 0.7) 58%,
        rgba(18, 12, 8, 0) 100%
    );
}

.slats-hero .bamboo-hero__content {
    max-width: 760px;
}

.slats-hero .bamboo-hero__text {
    max-width: 620px;
}

.slats-hero .btn {
    margin-top: 34px;
    min-height: 58px;
    padding: 16px 30px;
    border-radius: 8px;
    background: var(--color-accent);
    color: #161616;
    border: none;
}

.slats-hero .btn::after {
    content: "→";
    margin-left: 18px;
    font-size: 20px;
}

.slats-hero .btn:hover {
    background: var(--color-accent-soft);
    color: var(--color-primary);
}

/* Первый блок преимуществ */
.slats-benefits-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 35px;
    align-items: center;
    padding: 70px 48px 54px;
    background: var(--color-bg);
}

.slats-benefits-intro__content {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.slats-benefits-intro__content h2 {
    max-width: 520px;
    margin: 0 0 42px;
    font-size: clamp(34px, 3.4vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.slats-benefits-intro__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 28px 0;
    width: 100%;
}

.slats-benefit-item {
    min-width: 190px;
    min-height: 220px;
    padding: 0 28px;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
}

.slats-benefit-item:first-child {
    padding-left: 0;
}

.slats-benefit-item:last-child {
    padding-right: 0;
    border-right: none;
}

.slats-benefit-item span {
    display: block;
    margin-bottom: 22px;
    color: #b47a3c;
    font-size: 36px;
    line-height: 1;
}

.slats-benefit-item h3 {
    max-width: 190px;
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.15;
    color: var(--color-text);
}

.slats-benefit-item p {
    max-width: 190px;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #161616;
}

.slats-benefits-intro__image {
    width: 100%;
    min-height: 360px;
    border-radius: 18px;
    overflow: hidden;
    background: var(--color-bg-deep);
}

.slats-benefits-intro__image img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

/* Где использовать */
.slats-usage {
    padding-top: 0;
    padding-bottom: 54px;
}

.slats-usage .bamboo-benefits__title {
    margin-bottom: 42px;
}

.slats-usage .bamboo-benefits__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.slats-usage .bamboo-benefit-card {
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
}

.slats-usage .bamboo-benefit-card__image {
    height: 190px;
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.16),
            rgba(237, 218, 168, 0.48)
        ),
        var(--color-bg-deep);
}

.slats-usage .bamboo-benefit-card__content {
    padding: 18px 8px 0;
    background: transparent;
}

.slats-usage .bamboo-benefit-card__content h4 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.25;
    color: var(--color-text);
}

.slats-usage .bamboo-benefit-card__content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #161616;
}

/* Материалы и варианты */
.slats-materials {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 64px;
    align-items: start;
    padding: 28px 48px 58px;
    background: var(--color-bg);
}

.slats-materials__intro {
    max-width: 430px;
}

.slats-materials__intro h2 {
    margin: 0 0 28px;
    font-size: clamp(34px, 3.4vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.slats-materials__intro p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #161616;
}

.slats-materials__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.slats-material-card {
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 250, 242, 0.88);
    box-shadow: 0 16px 42px rgba(38, 25, 14, 0.08);
}

.slats-material-card__image {
    height: 185px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.16),
            rgba(237, 218, 168, 0.5)
        ),
        var(--color-bg-deep);
}

.slats-material-card__content {
    padding: 22px 20px 24px;
}

.slats-material-card__content h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-text);
}

.slats-material-card__content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #161616;
}

/* Нижняя сервисная строка */
.slats-service-strip {
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 42px;
}

.slats-service-strip .bamboo-service-card {
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding: 24px 22px;
}

.slats-service-strip .bamboo-service-card__image {
    width: 46px;
    height: 46px;
    border-radius: 14px;
}

.slats-service-strip .bamboo-service-card__content h3 {
    font-size: 17px;
}

.slats-service-strip .bamboo-service-card__content p {
    font-size: 13px;
}

/* Товары */
.slats-products {
    padding-top: 70px;
}

/* Нижний переход */
.slats-next {
    padding-top: 0;
}

/* Адаптив — Рейки и перегородки */
@media (max-width: 1200px) {
    .slats-benefits-intro {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .slats-benefits-intro__content {
        max-width: none;
    }

    .slats-benefits-intro__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .slats-benefit-item {
        min-height: auto;
        padding: 24px;
        border-right: 1px solid rgba(0, 71, 77, 0.12);
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .slats-benefit-item:first-child {
        padding-left: 24px;
    }

    .slats-benefit-item:last-child {
        padding-right: 24px;
    }

    .slats-benefit-item:nth-child(3n) {
        border-right: none;
    }

    .slats-benefit-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .slats-benefit-item h3,
    .slats-benefit-item p {
        max-width: none;
    }

    .slats-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .slats-materials {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .slats-materials__intro {
        max-width: 720px;
    }

    .slats-materials__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .slats-service-strip {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .slats-benefits-intro,
    .slats-materials {
        padding-left: 24px;
        padding-right: 24px;
    }

    .slats-benefits-intro__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .slats-benefit-item:nth-child(3n) {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
    }

    .slats-benefit-item:nth-child(2n) {
        border-right: none;
    }

    .slats-benefit-item:nth-last-child(-n + 2) {
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .slats-benefit-item:last-child {
        border-bottom: none;
    }

    .slats-benefits-intro__image,
    .slats-benefits-intro__image img {
        min-height: 340px;
    }

    .slats-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .slats-materials__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .slats-service-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .slats-hero {
        min-height: 650px;
    }

    .slats-benefits-intro {
        padding: 54px 16px 44px;
        gap: 34px;
    }

    .slats-benefits-intro__content h2 {
        margin-bottom: 30px;
    }

    .slats-benefits-intro__grid,
    .slats-usage .bamboo-benefits__grid,
    .slats-materials__grid,
    .slats-service-strip {
        grid-template-columns: 1fr;
    }

    .slats-benefit-item,
    .slats-benefit-item:nth-child(2n),
    .slats-benefit-item:nth-child(3n) {
        padding: 24px 0;
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .slats-benefit-item:first-child {
        padding-left: 0;
    }

    .slats-benefit-item:last-child {
        padding-right: 0;
        border-bottom: none;
    }

    .slats-benefits-intro__image,
    .slats-benefits-intro__image img {
        min-height: 280px;
    }

    .slats-usage,
    .slats-materials {
        padding-left: 16px;
        padding-right: 16px;
    }

    .slats-usage .bamboo-benefit-card__image {
        height: 220px;
    }

    .slats-material-card__image {
        height: 220px;
    }

    .slats-service-strip {
        padding: 0 16px 42px;
    }
}

/* ================================
   Фотоплитка и мозаика — отличия страницы
================================ */

/* Hero */
.phototile-hero {
    min-height: 720px;
    background-position: center right;
}

.phototile-hero::before {
    width: 58%;
    background: linear-gradient(
        90deg,
        rgba(0, 27, 30, 0.94) 0%,
        rgba(0, 27, 30, 0.78) 58%,
        rgba(0, 27, 30, 0) 100%
    );
}

.phototile-hero .bamboo-hero__content {
    max-width: 760px;
}

.phototile-hero .bamboo-hero__text {
    max-width: 600px;
}

.phototile-hero .btn {
    margin-top: 34px;
    min-height: 58px;
    padding: 16px 30px;
    border-radius: 8px;
    background: var(--color-accent);
    color: #161616;
    border: none;
}

.phototile-hero .btn::after {
    content: "→";
    margin-left: 18px;
    font-size: 20px;
}

.phototile-hero .btn:hover {
    background: var(--color-accent-soft);
    color: var(--color-primary);
}

.phototile-hero__features {
    grid-template-columns: repeat(4, 1fr);
    max-width: 700px;
}

/* Первый блок: Фотоплитка + Мозаика */
.phototile-intro {
    position: relative;
    z-index: 5;
    margin: -58px 48px 0;
    background: transparent;
}

.phototile-intro__card {
    display: grid;
    grid-template-columns: 1fr 300px 1fr 300px;
    gap: 42px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 34px;
    border-radius: 28px;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 24px 70px rgba(38, 25, 14, 0.14);
}

.phototile-intro__content h2 {
    margin: 0 0 22px;
    font-size: clamp(30px, 2.8vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.phototile-intro__content p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #161616;
}

.phototile-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.phototile-list li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.45;
    color: #161616;
}

.phototile-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #b47a3c;
    color: #b47a3c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
}

.phototile-intro__image {
    height: 330px;
    border-radius: 14px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.14),
            rgba(237, 218, 168, 0.45)
        ),
        var(--color-bg-deep);
}

.phototile-intro__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Что можно создать */
.phototile-ideas {
    padding-top: 54px;
    padding-bottom: 48px;
}

.phototile-ideas .bamboo-benefits__title {
    margin-bottom: 42px;
}

.phototile-ideas .bamboo-benefits__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.phototile-ideas .bamboo-benefit-card {
    background: transparent;
    box-shadow: none;
    border-radius: 16px;
}

.phototile-ideas .bamboo-benefit-card__image {
    height: 190px;
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.16),
            rgba(237, 218, 168, 0.48)
        ),
        var(--color-bg-deep);
}

.phototile-ideas .bamboo-benefit-card__content {
    padding: 18px 8px 0;
    background: transparent;
}

.phototile-ideas .bamboo-benefit-card__content h4 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.25;
    color: var(--color-text);
}

.phototile-ideas .bamboo-benefit-card__content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #161616;
}

/* Преимущества цифровой печати */
.phototile-advantages {
    padding: 34px 48px 54px;
    background: var(--color-bg);
}

.phototile-advantages__title {
    max-width: 1000px;
    margin: 0 auto 38px;
    text-align: center;
    font-size: clamp(34px, 3.4vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.phototile-advantages__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 250, 242, 0.62);
}

.phototile-advantage-card {
    min-height: 145px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
    padding: 28px 26px;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
    border-bottom: 1px solid rgba(0, 71, 77, 0.12);
}

.phototile-advantage-card:nth-child(4n) {
    border-right: none;
}

.phototile-advantage-card:nth-last-child(-n + 4) {
    border-bottom: none;
}

.phototile-advantage-card span {
    color: #b47a3c;
    font-size: 34px;
    line-height: 1;
}

.phototile-advantage-card h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.2;
    color: var(--color-text);
}

.phototile-advantage-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #161616;
}

/* Где применяются */
.phototile-usage {
    padding-top: 0;
    padding-bottom: 54px;
}

.phototile-usage .bamboo-benefits__title {
    margin-bottom: 42px;
}

.phototile-usage .bamboo-benefits__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.phototile-usage .bamboo-benefit-card {
    background: transparent;
    box-shadow: none;
    border-radius: 14px;
}

.phototile-usage .bamboo-benefit-card__image {
    height: 155px;
    border-radius: 12px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.16),
            rgba(237, 218, 168, 0.48)
        ),
        var(--color-bg-deep);
}

.phototile-usage .bamboo-benefit-card__content {
    padding: 14px 4px 0;
    background: transparent;
    text-align: center;
}

.phototile-usage .bamboo-benefit-card__content h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
    color: #161616;
}

/* Товары */
.phototile-products {
    padding-top: 70px;
}

/* Нижний переход */
.phototile-next {
    padding-top: 0;
}

/* Адаптив — Фотоплитка и мозаика */
@media (max-width: 1200px) {
    .phototile-intro__card {
        grid-template-columns: 1fr 260px;
    }

    .phototile-ideas .bamboo-benefits__grid,
    .phototile-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .phototile-advantages__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .phototile-advantage-card:nth-child(4n) {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
    }

    .phototile-advantage-card:nth-child(2n) {
        border-right: none;
    }

    .phototile-advantage-card:nth-last-child(-n + 4) {
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .phototile-advantage-card:nth-last-child(-n + 2) {
        border-bottom: none;
    }
}

@media (max-width: 900px) {
    .phototile-intro {
        margin: -50px 24px 0;
    }

    .phototile-intro__card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 26px;
    }

    .phototile-intro__image {
        height: 320px;
    }

    .phototile-ideas,
    .phototile-advantages,
    .phototile-usage {
        padding-left: 24px;
        padding-right: 24px;
    }

    .phototile-ideas .bamboo-benefits__grid,
    .phototile-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .phototile-hero__features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .phototile-hero {
        min-height: 650px;
    }

    .phototile-intro {
        margin: -40px 16px 0;
    }

    .phototile-intro__card {
        padding: 20px;
        border-radius: 22px;
    }

    .phototile-intro__image {
        height: 250px;
    }

    .phototile-ideas,
    .phototile-advantages,
    .phototile-usage {
        padding-left: 16px;
        padding-right: 16px;
    }

    .phototile-ideas .bamboo-benefits__grid,
    .phototile-usage .bamboo-benefits__grid,
    .phototile-advantages__grid {
        grid-template-columns: 1fr;
    }

    .phototile-advantage-card,
    .phototile-advantage-card:nth-child(2n),
    .phototile-advantage-card:nth-child(4n) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .phototile-advantage-card:last-child {
        border-bottom: none;
    }

    .phototile-ideas .bamboo-benefit-card__image {
        height: 220px;
    }

    .phototile-usage .bamboo-benefit-card__image {
        height: 210px;
    }
}
/* ================================
   Фрески — отличия страницы
================================ */

/* Hero */
.freski-hero {
    min-height: 720px;
    background-position: center right;
}

.freski-hero::before {
    width: 58%;
    background: linear-gradient(
        90deg,
        rgba(0, 27, 30, 0.94) 0%,
        rgba(0, 27, 30, 0.78) 58%,
        rgba(0, 27, 30, 0) 100%
    );
}

.freski-hero .bamboo-hero__content {
    max-width: 760px;
}

.freski-hero .bamboo-hero__text {
    max-width: 620px;
}

.freski-hero .btn {
    margin-top: 34px;
    min-height: 58px;
    padding: 16px 30px;
    border-radius: 8px;
    background: var(--color-accent);
    color: #161616;
    border: none;
}

.freski-hero .btn::after {
    content: "→";
    margin-left: 18px;
    font-size: 20px;
}

.freski-hero .btn:hover {
    background: var(--color-accent-soft);
    color: var(--color-primary);
}

/* Первый блок: функциональность */
.freski-functionality {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 58px;
    align-items: center;
    padding: 58px 48px 42px;
    background: var(--color-bg);
}

.freski-functionality__content {
    max-width: none;
}

.freski-functionality__title {
    margin: 0 0 42px;
    font-size: clamp(34px, 3.4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.freski-functionality__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.freski-functionality-item {
    min-height: 190px;
    padding: 0 28px;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
}

.freski-functionality-item:first-child {
    padding-left: 0;
}

.freski-functionality-item:last-child {
    border-right: none;
    padding-right: 0;
}

.freski-functionality-item span {
    display: block;
    margin-bottom: 22px;
    color: #5e674c;
    font-size: 42px;
    line-height: 1;
}

.freski-functionality-item h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.2;
    color: #161616;
}

.freski-functionality-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #161616;
}

.freski-functionality__image {
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    background: var(--color-bg-deep);
}

.freski-functionality__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Заголовки секций */
.freski-section-title {
    max-width: 1000px;
    margin: 0 0 32px;
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

/* Широкий ассортимент дизайнов */
.freski-designs {
    padding: 0 48px 38px;
    background: var(--color-bg);
}

.freski-designs__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.freski-design-card {
    position: relative;
    background: transparent;
}

.freski-design-card__image {
    height: 170px;
    border-radius: 12px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.14),
            rgba(237, 218, 168, 0.45)
        ),
        var(--color-bg-deep);
}

.freski-design-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.freski-design-card__icon {
    width: 42px;
    height: 42px;
    margin: -24px 0 10px 12px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: rgba(255, 250, 242, 0.96);
    border: 1px solid rgba(0, 71, 77, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e674c;
    font-size: 22px;
}

.freski-design-card h3 {
    margin: 0 8px;
    font-size: 15px;
    line-height: 1.25;
    color: #161616;
}

/* Полоса преимуществ под дизайнами */
.freski-design-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 18px 48px 52px;
    padding: 24px 26px;
    border-radius: 14px;
    background: rgba(255, 250, 242, 0.72);
    box-shadow: 0 12px 40px rgba(38, 25, 14, 0.06);
}

.freski-design-strip-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: start;
    padding: 0 24px;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
}

.freski-design-strip-item:first-child {
    padding-left: 0;
}

.freski-design-strip-item:last-child {
    padding-right: 0;
    border-right: none;
}

.freski-design-strip-item span {
    color: #5e674c;
    font-size: 34px;
    line-height: 1;
}

.freski-design-strip-item h3 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.2;
    color: #161616;
}

.freski-design-strip-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #161616;
}

/* Преимущества наших фресок */
.freski-benefits {
    padding: 0 48px 38px;
    background: var(--color-bg);
}

.freski-benefits__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.freski-benefit-item {
    min-height: 170px;
    padding: 24px 28px;
    text-align: center;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
    border-bottom: 1px solid rgba(0, 71, 77, 0.12);
}

.freski-benefit-item:nth-child(5n) {
    border-right: none;
}

.freski-benefit-item:nth-last-child(-n + 5) {
    border-bottom: none;
}

.freski-benefit-item span {
    display: block;
    margin: 0 auto 16px;
    color: #5e674c;
    font-size: 38px;
    line-height: 1;
}

.freski-benefit-item h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.2;
    color: #161616;
}

.freski-benefit-item p {
    max-width: 210px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.45;
    color: #161616;
}

/* Где применяются */
.freski-usage {
    padding: 0 48px 54px;
    background: var(--color-bg);
}

.freski-usage__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.freski-usage-card {
    background: transparent;
}

.freski-usage-card__image {
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 77, 0.14),
            rgba(237, 218, 168, 0.45)
        ),
        var(--color-bg-deep);
}

.freski-usage-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.freski-usage-card h3 {
    margin: 14px 8px 6px;
    font-size: 16px;
    line-height: 1.25;
    color: #161616;
}

.freski-usage-card p {
    margin: 0 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #161616;
}

/* Товары */
.freski-products {
    padding-top: 70px;
}

/* Нижний переход */
.freski-next {
    padding-top: 0;
}

/* Адаптив — Фрески */
@media (max-width: 1200px) {
    .freski-functionality {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .freski-functionality__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .freski-functionality-item {
        padding: 24px;
        border-right: 1px solid rgba(0, 71, 77, 0.12);
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-functionality-item:first-child {
        padding-left: 24px;
    }

    .freski-functionality-item:nth-child(2n) {
        border-right: none;
    }

    .freski-functionality-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .freski-functionality__image {
        height: 340px;
    }

    .freski-designs__grid,
    .freski-usage__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .freski-design-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .freski-design-strip-item {
        padding: 22px;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-design-strip-item:nth-child(2n) {
        border-right: none;
    }

    .freski-design-strip-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .freski-benefits__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .freski-benefit-item:nth-child(5n) {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-benefit-item:nth-child(3n) {
        border-right: none;
    }

    .freski-benefit-item:nth-last-child(-n + 5) {
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-benefit-item:nth-last-child(-n + 1) {
        border-bottom: none;
    }
}

@media (max-width: 900px) {
    .freski-functionality,
    .freski-designs,
    .freski-benefits,
    .freski-usage {
        padding-left: 24px;
        padding-right: 24px;
    }

    .freski-design-strip {
        margin-left: 24px;
        margin-right: 24px;
    }

    .freski-designs__grid,
    .freski-usage__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .freski-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .freski-benefit-item:nth-child(3n) {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-benefit-item:nth-child(2n) {
        border-right: none;
    }

    .freski-benefit-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    .freski-hero {
        min-height: 650px;
    }

    .freski-functionality {
        padding: 52px 16px 36px;
    }

    .freski-functionality__grid,
    .freski-designs__grid,
    .freski-design-strip,
    .freski-benefits__grid,
    .freski-usage__grid {
        grid-template-columns: 1fr;
    }

    .freski-functionality-item,
    .freski-functionality-item:nth-child(2n) {
        padding: 22px 0;
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-functionality-item:last-child {
        border-bottom: none;
    }

    .freski-functionality__image {
        height: 250px;
    }

    .freski-designs,
    .freski-benefits,
    .freski-usage {
        padding-left: 16px;
        padding-right: 16px;
    }

    .freski-design-strip {
        margin-left: 16px;
        margin-right: 16px;
        padding: 0 20px;
    }

    .freski-design-strip-item,
    .freski-design-strip-item:nth-child(2n) {
        padding: 22px 0;
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-design-strip-item:last-child {
        border-bottom: none;
    }

    .freski-benefit-item,
    .freski-benefit-item:nth-child(2n),
    .freski-benefit-item:nth-child(3n),
    .freski-benefit-item:nth-child(5n) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-benefit-item:last-child {
        border-bottom: none;
    }

    .freski-design-card__image,
    .freski-usage-card__image {
        height: 220px;
    }
}

/* Фрески — ассортимент дизайнов в одну строку */
.freski-designs {
    padding: 0 48px 38px;
    background: var(--color-bg);
}

.freski-designs .bamboo-benefits__title {
    max-width: 1000px;
    margin: 0 auto 42px;
    text-align: center;
}

.freski-designs .bamboo-benefits__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    max-width: none;
    width: 100%;
    margin: 0 auto;
}

.freski-designs .bamboo-benefit-card {
    min-width: 0;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 250, 242, 0.72);
    box-shadow: 0 14px 36px rgba(38, 25, 14, 0.08);
}

.freski-designs .bamboo-benefit-card__image {
    height: 170px;
    border-radius: 0;
}

.freski-designs .bamboo-benefit-card__content {
    min-height: 74px;
    padding: 20px 18px;
    background: rgba(255, 250, 242, 0.88);
}

.freski-designs .bamboo-benefit-card__content h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
    color: #161616;
}
@media (max-width: 1200px) {
    .freski-designs .bamboo-benefits__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .freski-designs {
        padding-left: 24px;
        padding-right: 24px;
    }

    .freski-designs .bamboo-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .freski-designs {
        padding-left: 16px;
        padding-right: 16px;
    }

    .freski-designs .bamboo-benefits__grid {
        grid-template-columns: 1fr;
    }

    .freski-designs .bamboo-benefit-card__image {
        height: 220px;
    }
}

/* Фрески — преимущества в 2 строки */
.freski-benefits {
    padding: 0 48px 48px;
    background: var(--color-bg);
}

.freski-benefits .freski-section-title {
    max-width: 1000px;
    margin: 0 auto 42px;
    text-align: center;
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.freski-benefits__rows {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.freski-benefits__row {
    display: grid;
    gap: 0;
    justify-content: center;
}

.freski-benefits__row--top {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-bottom: 1px solid rgba(0, 71, 77, 0.12);
}

.freski-benefits__row--bottom {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.freski-benefit-item {
    min-height: 170px;
    padding: 26px 28px;
    text-align: center;
    border-right: 1px solid rgba(0, 71, 77, 0.12);
    border-bottom: none;
}

.freski-benefits__row .freski-benefit-item:last-child {
    border-right: none;
}

.freski-benefit-item span {
    display: block;
    margin: 0 auto 16px;
    color: #5e674c;
    font-size: 38px;
    line-height: 1;
}

.freski-benefit-item h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.2;
    color: #161616;
}

.freski-benefit-item p {
    max-width: 210px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.45;
    color: #161616;
}

/* Адаптив преимуществ фресок */
@media (max-width: 1200px) {
    .freski-benefits__row--top,
    .freski-benefits__row--bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-bottom: none;
    }

    .freski-benefit-item {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-benefit-item:nth-child(3n) {
        border-right: none;
    }
}

@media (max-width: 900px) {
    .freski-benefits {
        padding-left: 24px;
        padding-right: 24px;
    }

    .freski-benefits__row--top,
    .freski-benefits__row--bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .freski-benefit-item:nth-child(3n) {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-benefit-item:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 600px) {
    .freski-benefits {
        padding-left: 16px;
        padding-right: 16px;
    }

    .freski-benefits__row--top,
    .freski-benefits__row--bottom {
        grid-template-columns: 1fr;
    }

    .freski-benefit-item,
    .freski-benefit-item:nth-child(2n),
    .freski-benefit-item:nth-child(3n) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-benefits__row--bottom .freski-benefit-item:last-child {
        border-bottom: none;
    }
}

/* Фрески — где применяются в одну строку */
.freski-usage {
    padding: 0 48px 54px;
    background: var(--color-bg);
}

.freski-usage .bamboo-benefits__title {
    max-width: 1000px;
    margin: 0 auto 42px;
    text-align: center;
}

.freski-usage .bamboo-benefits__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    max-width: none;
    width: 100%;
    margin: 0 auto;
}

.freski-usage .bamboo-benefit-card {
    min-width: 0;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 250, 242, 0.72);
    box-shadow: 0 14px 36px rgba(38, 25, 14, 0.08);
}

.freski-usage .bamboo-benefit-card__image {
    height: 170px;
    border-radius: 0;
}

.freski-usage .bamboo-benefit-card__content {
    min-height: 96px;
    padding: 20px 18px;
    background: rgba(255, 250, 242, 0.88);
    text-align: left;
}

.freski-usage .bamboo-benefit-card__content h4 {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.25;
    color: #161616;
}

.freski-usage .bamboo-benefit-card__content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(22, 22, 22, 0.68);
}

@media (max-width: 1200px) {
    .freski-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .freski-usage {
        padding-left: 24px;
        padding-right: 24px;
    }

    .freski-usage .bamboo-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .freski-usage {
        padding-left: 16px;
        padding-right: 16px;
    }

    .freski-usage .bamboo-benefits__grid {
        grid-template-columns: 1fr;
    }

    .freski-usage .bamboo-benefit-card__image {
        height: 220px;
    }
}

/* ================================
   Шапка: выпадающий каталог + кнопка
================================ */

.site-header__inner {
    display: flex;
    align-items: center;
    gap: 54px;
}

.site-nav {
    margin-left: 0;
    flex: 1;
}

.site-nav__list {
    display: flex;
    align-items: center;
    gap: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav__list li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav__list a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.site-nav__list a:hover {
    color: var(--color-accent);
    opacity: 1;
}

.site-nav__list a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

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

.site-nav__catalog-arrow {
    font-size: 14px;
    line-height: 1;
    transform: translateY(1px);
    transition: transform 0.25s ease;
}

.site-nav__item--catalog:hover .site-nav__catalog-arrow {
    transform: translateY(1px) rotate(180deg);
}

/* Выпадающее меню */
.site-nav__dropdown {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    z-index: 80;
    width: 320px;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.site-nav__item--catalog:hover .site-nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.site-nav__dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    height: 22px;
}

.site-nav__dropdown-inner {
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 24px 70px rgba(0, 27, 30, 0.22);
    backdrop-filter: blur(16px);
    display: grid;
    gap: 4px;
}

.site-nav__dropdown-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px !important;
    border-radius: 12px;
    color: var(--color-primary) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.site-nav__dropdown-link::after {
    display: none;
}

.site-nav__dropdown-link:hover {
    background: rgba(237, 218, 168, 0.42);
    color: var(--color-primary) !important;
    transform: translateX(3px);
}

/* Кнопка справа */
.site-header__actions {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.site-header__consult {
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(237, 218, 168, 0.72);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.site-header__consult:hover {
    background: var(--color-accent);
    color: var(--color-primary);
    transform: translateY(-1px);
}

/* Планшет */
@media (max-width: 1100px) {
    .site-header__inner {
        gap: 32px;
    }

    .site-nav__list {
        gap: 28px;
    }

    .site-nav__list a {
        font-size: 18px;
    }

    .site-header__consult {
        min-height: 44px;
        padding: 0 18px;
        font-size: 14px;
    }
}

/* Телефон */
@media (max-width: 700px) {
    .site-header .container {
        padding-left: 16px;
        padding-right: 16px;
    }

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

    .site-header__inner {
        gap: 16px;
    }

    .site-logo img {
        width: 96px;
    }

    .site-nav {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .site-nav__list {
        gap: 16px;
    }

    .site-nav__list > li:first-child {
        display: none;
    }

    .site-nav__list a {
        font-size: 14px;
    }

    .site-nav__dropdown {
        left: auto;
        right: -86px;
        width: min(320px, calc(100vw - 32px));
        transform: translateY(10px);
    }

    .site-nav__item--catalog:hover .site-nav__dropdown {
        transform: translateY(0);
    }

    .site-header__actions {
        display: none;
    }
}

/* ================================
   Попап заявки
================================ */

body.modal-open {
    overflow: hidden;
}

.consult-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.consult-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.consult-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 27, 30, 0.72);
    backdrop-filter: blur(8px);
}

.consult-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 48px;
    border-radius: 30px;
    background:
        linear-gradient(
            120deg,
            rgba(0, 71, 77, 0.98) 0%,
            rgba(0, 71, 77, 0.94) 52%,
            rgba(11, 89, 96, 0.96) 100%
        );
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 52px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.consult-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(237, 218, 168, 0.34);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--color-accent);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: 0.25s ease;
}

.consult-modal__close:hover {
    background: var(--color-accent);
    color: var(--color-primary);
}

.consult-modal__label {
    margin: 0 0 16px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent);
}

.consult-modal__title {
    margin: 0 0 22px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.05em;
    color: #ffffff;
}

.consult-modal__text {
    max-width: 520px;
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

.consult-modal__features {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.consult-modal__features span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(237, 218, 168, 0.12);
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
}

.consult-modal__form {
    padding: 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(237, 218, 168, 0.18);
}

/* Чтобы button выглядел как обычная CTA-кнопка в шапке */
button.site-header__consult {
    cursor: pointer;
    background: transparent;
    font-family: inherit;
}

/* Если btn стал button */
button.btn {
    cursor: pointer;
    font-family: inherit;
}

/* Поля CF7 внутри попапа */
.consult-modal .contact-form__input,
.consult-modal .contact-form__textarea {
    background: rgba(255, 255, 255, 0.06);
}

.consult-modal .contact-form__submit {
    background: var(--color-accent);
    color: var(--color-primary);
}

@media (max-width: 900px) {
    .consult-modal__dialog {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 40px 32px;
    }

    .consult-modal__form {
        padding: 24px;
    }
}

@media (max-width: 600px) {
    .consult-modal {
        padding: 14px;
        align-items: flex-start;
    }

    .consult-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 28px);
        padding: 34px 20px 22px;
        border-radius: 22px;
        gap: 24px;
    }

    .consult-modal__close {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        font-size: 26px;
    }

    .consult-modal__title {
        font-size: 34px;
    }

    .consult-modal__text {
        font-size: 15px;
    }

    .consult-modal__features {
        gap: 8px;
    }

    .consult-modal__features span {
        font-size: 13px;
    }

    .consult-modal__form {
        padding: 18px;
        border-radius: 16px;
    }
}

/* ================================
   Модальная галерея декоров бамбука
================================ */

.bamboo-decor-item {
    cursor: pointer;
}

.bamboo-decor-item__image {
    overflow: hidden;
}

.bamboo-decor-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.bamboo-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: none;
}

.bamboo-gallery-modal.is-open {
    display: block;
}

.bamboo-gallery-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 27, 30, 0.78);
    backdrop-filter: blur(10px);
}

.bamboo-gallery-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, 1180px);
    max-height: calc(100vh - 48px);
    margin: 24px auto;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 250, 242, 0.98);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.bamboo-gallery-modal__close {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-accent);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.bamboo-gallery-modal__top {
    margin-bottom: 22px;
    padding-right: 64px;
}

.bamboo-gallery-modal__label {
    margin: 0 0 8px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9a7148;
}

.bamboo-gallery-modal__title {
    margin: 0;
    font-size: clamp(32px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.bamboo-gallery-modal__slider-wrap {
    position: relative;
}

.bamboo-gallery-modal__slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bamboo-gallery-modal__slider::-webkit-scrollbar {
    display: none;
}

.bamboo-gallery-modal__slide {
    flex: 0 0 100%;
    height: min(68vh, 680px);
    border-radius: 22px;
    overflow: hidden;
    background: var(--color-bg-deep);
    scroll-snap-align: start;
}

.bamboo-gallery-modal__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: var(--color-bg-deep);
}

.bamboo-gallery-modal__empty {
    width: 100%;
    min-height: 360px;
    border-radius: 22px;
    background: var(--color-bg-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    text-align: center;
    color: var(--color-text-muted);
    font-size: 18px;
}

.bamboo-gallery-modal__btn {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-accent);
    font-size: 22px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: 0.25s ease;
}

.bamboo-gallery-modal__btn:hover {
    background: var(--color-primary-soft);
}

.bamboo-gallery-modal__btn--prev {
    left: 18px;
}

.bamboo-gallery-modal__btn--next {
    right: 18px;
}

.bamboo-gallery-modal__btn.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.bamboo-gallery-modal__counter {
    margin-top: 16px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #9a7148;
}

body.bamboo-gallery-open {
    overflow: hidden;
}

@media (max-width: 700px) {
    .bamboo-gallery-modal__dialog {
        width: calc(100% - 24px);
        margin: 12px auto;
        padding: 18px;
        border-radius: 22px;
    }

    .bamboo-gallery-modal__slide {
        height: 62vh;
        border-radius: 16px;
    }

    .bamboo-gallery-modal__btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .bamboo-gallery-modal__btn--prev {
        left: 8px;
    }

    .bamboo-gallery-modal__btn--next {
        right: 8px;
    }

    .bamboo-gallery-modal__close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
        font-size: 24px;
    }

    .bamboo-gallery-modal__title {
        font-size: 32px;
    }
}
/* ================================
   Страница О компании
================================ */

.about-page {
    background: #f7f1e5;
}

/* Баннер */
.about-hero {
    position: relative;
    min-height: 720px;
    padding: 170px 64px 90px;
    background:
        linear-gradient(
            90deg,
            rgba(10, 9, 7, 0.92) 0%,
            rgba(10, 9, 7, 0.78) 38%,
            rgba(10, 9, 7, 0.34) 68%,
            rgba(10, 9, 7, 0.14) 100%
        ),
        url("../img/contact-banner.jpg");
    background-size: cover;
    background-position: center right;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.about-hero__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 48px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
}

.about-hero__breadcrumbs a:hover {
    color: var(--color-accent);
}

.about-hero__title {
    margin: 0;
    font-size: clamp(56px, 6vw, 86px);
    line-height: 1;
    letter-spacing: -0.055em;
    color: #ffffff;
}

.about-hero__line {
    width: 74px;
    height: 1px;
    margin: 34px 0 42px;
    background: #b98a55;
}

.about-hero__text {
    display: grid;
    gap: 28px;
}

.about-hero__text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

/* Принципы */
.about-principles {
    padding: 72px 48px 84px;
    background: #f7f1e5;
}

.about-section-head {
    max-width: 900px;
    margin: 0 auto 58px;
    text-align: center;
}

.about-section-head__label {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(22, 22, 22, 0.52);
}

.about-section-head h2 {
    margin: 0;
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: #2b2925;
}

.about-section-head__line {
    width: 54px;
    height: 1px;
    margin: 28px auto 0;
    background: #b98a55;
}

.about-principles__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1400px;
    margin: 0 auto;
}

.about-principle-card {
    min-height: 210px;
    padding: 0 32px;
    text-align: center;
    border-right: 1px solid rgba(43, 41, 37, 0.12);
}

.about-principle-card:last-child {
    border-right: none;
}

.about-principle-card__icon {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 1;
    color: #b98a55;
}

.about-principle-card h3 {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.25;
    color: #2b2925;
}

.about-principle-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(22, 22, 22, 0.72);
}

/* Карта */
.about-location {
    padding: 0 48px 96px;
    background: #f7f1e5;
}

.about-location__card {
    display: grid;
    grid-template-columns: 460px 1fr;
    max-width: 1400px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 18px 50px rgba(38, 25, 14, 0.1);
}

.about-location__info {
    padding: 56px 48px;
    background: rgba(255, 250, 242, 0.96);
}

.about-location__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 32px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(22, 22, 22, 0.62);
}

.about-location__label::after {
    content: "";
    width: 32px;
    height: 1px;
    background: #b98a55;
}

.about-location__info h2 {
    margin: 0 0 36px;
    font-size: clamp(34px, 3.4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #2b2925;
}

.about-location__list {
    display: grid;
    gap: 22px;
    margin-bottom: 36px;
}

.about-location__item {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    align-items: start;
}

.about-location__item span {
    font-size: 24px;
    line-height: 1;
    color: #b98a55;
}

.about-location__item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(22, 22, 22, 0.8);
}

.about-location__item a:hover {
    color: #b98a55;
}

.about-location__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 42px;
    border: 1px solid #b98a55;
    border-radius: 5px;
    color: #7c5833;
    font-size: 15px;
    font-weight: 600;
    transition: 0.25s ease;
}

.about-location__button:hover {
    background: #b98a55;
    color: #ffffff;
}

.about-location__map {
    min-height: 500px;
    background: #e7ddcf;
}

.about-location__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    filter: saturate(0.8) contrast(0.95);
}

/* Нижняя плашка */
.about-contact-strip {
    max-width: 1400px;
    min-height: 112px;
    margin: 18px auto 0;
    padding: 26px 48px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(0, 71, 77, 0.96) 0%, rgba(0, 71, 77, 0.94) 48%, rgba(0, 71, 77, 0.9) 100%);
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 48px;
    align-items: center;
}

.about-contact-strip__left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.about-contact-strip__icon {
    font-size: 42px;
    line-height: 1;
    color: #b98a55;
}

.about-contact-strip h3 {
    margin: 0 0 6px;
    font-size: 17px;
    color: #ffffff;
}

.about-contact-strip p {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.76);
}

.about-contact-strip__phone {
    font-size: 25px;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
}

.about-contact-strip__button {
    min-height: 58px;
    padding: 0 36px;
    border: none;
    border-radius: 6px;
    background: var(--color-accent);
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.about-contact-strip__button:hover {
    background: #c99a63;
    transform: translateY(-1px);
}

/* Адаптив */
@media (max-width: 1200px) {
    .about-principles__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 38px 0;
    }

    .about-principle-card:nth-child(3) {
        border-right: none;
    }

    .about-location__card {
        grid-template-columns: 380px 1fr;
    }

    .about-contact-strip {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-contact-strip__phone {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    .about-hero {
        min-height: 620px;
        padding: 150px 32px 80px;
        background-position: center;
    }

    .about-principles {
        padding: 72px 24px;
    }

    .about-principles__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-principle-card {
        border-right: none;
        padding: 0 24px;
    }

    .about-location {
        padding: 0 24px 88px;
    }

    .about-location__card {
        grid-template-columns: 1fr;
    }

    .about-location__map {
        min-height: 420px;
    }

    .about-contact-strip {
        padding: 28px 32px;
    }
}

@media (max-width: 600px) {
    .about-hero {
        min-height: 600px;
        padding: 125px 16px 64px;
    }

    .about-hero__breadcrumbs {
        margin-bottom: 34px;
        font-size: 13px;
    }

    .about-hero__title {
        font-size: clamp(42px, 14vw, 58px);
    }

    .about-hero__text p {
        font-size: 15px;
        line-height: 1.65;
    }

    .about-principles {
        padding: 58px 16px 64px;
    }

    .about-section-head {
        margin-bottom: 42px;
    }

    .about-section-head h2 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .about-principles__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-principle-card {
        min-height: auto;
        padding: 0;
    }

    .about-location {
        padding: 0 16px 68px;
    }

    .about-location__info {
        padding: 34px 24px;
    }

    .about-location__info h2 {
        font-size: clamp(32px, 10vw, 42px);
    }

    .about-location__map {
        min-height: 360px;
    }

    .about-contact-strip {
        padding: 26px 22px;
    }

    .about-contact-strip__left {
        align-items: flex-start;
        gap: 18px;
    }

    .about-contact-strip__phone {
        font-size: 19px;
    }

    .about-contact-strip__button {
        width: 100%;
    }
}

.bamboo-benefit-card__image,
.bamboo-benefit-wide__image,
.bamboo-service-card__image {
    overflow: hidden;
}

.bamboo-benefit-card__image img,
.bamboo-benefit-wide__image img,
.bamboo-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Фикс блока "Преимущества решений с рейками" */
.slats-benefits-intro {
    overflow: hidden;
}

.slats-benefits-intro__grid {
    align-items: stretch;
}

.slats-benefit-item {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
}

.slats-benefit-item h3,
.slats-benefit-item p {
    max-width: 100%;
}

/* На средних экранах делаем 2 колонки, чтобы тексту хватало места */
@media (max-width: 1050px) {
    .slats-benefits-intro__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .slats-benefit-item,
    .slats-benefit-item:nth-child(2n),
    .slats-benefit-item:nth-child(3n) {
        padding: 24px;
        border-right: 1px solid rgba(0, 71, 77, 0.12);
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .slats-benefit-item:nth-child(2n) {
        border-right: none;
    }

    .slats-benefit-item:last-child {
        border-right: none;
        border-bottom: none;
    }
}

/* На телефоне — в одну колонку */
@media (max-width: 600px) {
    .slats-benefits-intro__grid {
        grid-template-columns: 1fr;
    }

    .slats-benefit-item,
    .slats-benefit-item:nth-child(2n),
    .slats-benefit-item:nth-child(3n) {
        padding: 22px 0;
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .slats-benefit-item:last-child {
        border-bottom: none;
    }
}

/* Реализованные проекты — на телефоне показываем ровно 1 карточку */
@media (max-width: 600px) {
    .projects-slider {
        gap: 0;
        padding-right: 0;
    }

    .project-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
}

/* ================================
   Подвал сайта
================================ */

.site-footer {
    background: var(--color-primary);
    color: rgba(255, 255, 255, 0.82);
}

.site-footer__main {
    padding: 72px 48px 54px;
}

.site-footer__container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.site-footer__main .site-footer__container {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.site-footer__logo {
    display: inline-flex;
    margin-bottom: 24px;
}

.site-footer__logo img {
    width: 220px;
    height: auto;
}

.site-footer__text {
    max-width: 420px;
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

.site-footer__phone {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(237, 218, 168, 0.12);
    border: 1px solid rgba(237, 218, 168, 0.34);
    color: var(--color-accent);
    font-size: 17px;
    font-weight: 700;
    transition: 0.25s ease;
}

.site-footer__phone:hover {
    background: var(--color-accent);
    color: var(--color-primary);
}

.site-footer__title {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.25;
    color: var(--color-accent);
}

.site-footer__list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__list a {
    font-size: 15px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.74);
    transition: 0.25s ease;
}

.site-footer__list a:hover {
    color: var(--color-accent);
}

.site-footer__bottom {
    padding: 26px 48px 30px;
    border-top: 1px solid rgba(237, 218, 168, 0.18);
    background: rgba(0, 0, 0, 0.12);
}

.site-footer__bottom .site-footer__container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
}

.site-footer__bottom p {
    max-width: 960px;
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.62);
}

.site-footer__bottom span {
    white-space: nowrap;
    font-size: 14px;
    color: var(--color-accent);
}

/* ================================
   Cookie-плашка
================================ */

.cookie-notice {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 200;
    max-width: 980px;
    margin: 0 auto;
    padding: 18px 20px 18px 24px;
    border-radius: 18px;
    background: rgba(255, 250, 242, 0.96);
    color: var(--color-text);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 71, 77, 0.12);
    display: none;
    grid-template-columns: 1fr auto;
    gap: 22px;
    align-items: center;
}

.cookie-notice.is-visible {
    display: grid;
}

.cookie-notice__text {
    font-size: 14px;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.cookie-notice__button {
    min-height: 44px;
    padding: 0 24px;
    border: none;
    border-radius: 999px;
    background: var(--color-primary);
    color: var(--color-accent);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.cookie-notice__button:hover {
    background: var(--color-primary-soft);
    transform: translateY(-1px);
}

@media (max-width: 1000px) {
    .site-footer__main .site-footer__container {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }
}

@media (max-width: 700px) {
    .site-footer__main {
        padding: 56px 16px 42px;
    }

    .site-footer__main .site-footer__container {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer__logo img {
        width: 160px;
    }

    .site-footer__bottom {
        padding: 24px 16px;
    }

    .site-footer__bottom .site-footer__container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .site-footer__bottom span {
        white-space: normal;
    }

    .cookie-notice {
        left: 16px;
        right: 16px;
        bottom: 16px;
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .cookie-notice__button {
        width: 100%;
    }
}

.site-footer__map-links {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.site-footer__map-links a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(237, 218, 168, 0.2);
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 600;
    transition: 0.25s ease;
}

.site-footer__map-links a::before {
    content: "⌖";
    margin-right: 8px;
    color: var(--color-accent);
}

.site-footer__map-links a:hover {
    background: rgba(237, 218, 168, 0.14);
    color: var(--color-accent);
    transform: translateY(-1px);
}

@media (max-width: 700px) {
    .site-footer__map-links a {
        width: 100%;
        justify-content: center;
    }
}

/* ==================================================
   Адаптив страницы "Бамбуковые панели"
================================================== */

/* Планшеты */
@media (max-width: 900px) {

    .bamboo-hero {
        min-height: 680px;
        padding: 150px 24px 120px;
        background-position: center;
        align-items: flex-end;
    }

    .bamboo-hero::before {
        width: 100%;
        background: linear-gradient(
            180deg,
            rgba(0, 27, 30, 0.42) 0%,
            rgba(0, 27, 30, 0.72) 42%,
            rgba(0, 27, 30, 0.92) 100%
        );
    }

    .bamboo-hero__content {
        width: 100%;
        max-width: 100%;
        padding: 0;
        border-radius: 0;
    }

    .bamboo-hero__breadcrumbs {
        margin-bottom: 28px;
    }

    .bamboo-hero__title {
        max-width: 720px;
        font-size: clamp(44px, 8vw, 68px);
    }

    .bamboo-hero__text {
        max-width: 680px;
        font-size: 17px;
    }

    .bamboo-hero__features {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        margin-top: 38px;
        max-width: 520px;
    }

    .bamboo-decor-tabs {
        padding: 0 24px;
        margin-top: -74px;
    }

    .bamboo-decor-tabs__inner {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 22px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .bamboo-decor-tabs__inner::-webkit-scrollbar {
        display: none;
    }

    .bamboo-decor-item {
        flex: 0 0 150px;
    }

    .bamboo-about {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 86px 24px 72px;
    }

    .bamboo-about__image img {
        height: 480px;
    }

    .bamboo-about__content {
        max-width: 100%;
    }

    .bamboo-benefits {
        padding: 36px 24px 78px;
    }

    .bamboo-benefits__title {
        margin-bottom: 38px;
        font-size: clamp(38px, 7vw, 58px);
    }

    .bamboo-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .bamboo-benefit-card__image {
        height: 300px;
    }

    .bamboo-benefit-card__image img,
    .bamboo-benefit-wide .bamboo-benefit-card__image img,
    .bamboo-service-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bamboo-benefits__wide {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .bamboo-service-strip {
        grid-template-columns: 1fr;
        padding: 0 24px 78px;
    }

    .bamboo-products {
        padding: 78px 24px 88px;
    }

    .bamboo-products__title {
        font-size: clamp(42px, 8vw, 72px);
    }

    .bamboo-product-card {
        flex: 0 0 calc((100% - 24px) / 2);
        min-width: 0;
    }

    .bamboo-product-card__image {
        height: 320px;
    }

    .bamboo-products__btn--prev {
        left: 8px;
    }

    .bamboo-products__btn--next {
        right: 8px;
    }

}


/* Телефоны */
@media (max-width: 600px) {

    .bamboo-hero {
        min-height: 660px;
        padding: 125px 16px 100px;
        background-position: center;
    }

    .bamboo-hero__breadcrumbs {
        gap: 6px;
        margin-bottom: 22px;
        font-size: 12px;
    }

    .bamboo-hero__title {
        margin-bottom: 20px;
        font-size: clamp(36px, 12vw, 48px);
        line-height: 1.02;
    }

    .bamboo-hero__text {
        font-size: 15px;
        line-height: 1.55;
    }

    .bamboo-hero__features {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        margin-top: 30px;
    }

    .bamboo-hero-feature span {
        margin-bottom: 8px;
        font-size: 24px;
    }

    .bamboo-hero-feature p {
        font-size: 12px;
    }

    .bamboo-decor-tabs {
        padding: 0 16px;
        margin-top: -58px;
    }

    .bamboo-decor-tabs__inner {
        gap: 12px;
        padding: 16px;
        border-radius: 20px;
    }

    .bamboo-decor-item {
        flex: 0 0 118px;
        padding: 10px;
        border-radius: 16px;
    }

    .bamboo-decor-item__image {
        width: 68px;
        height: 68px;
        margin-bottom: 10px;
    }

    .bamboo-decor-item strong {
        font-size: 13px;
    }

    .bamboo-decor-item span {
        font-size: 12px;
    }

    .bamboo-about {
        gap: 34px;
        padding: 66px 16px 58px;
    }

    .bamboo-about__image {
        border-radius: 24px;
    }

    .bamboo-about__image img {
        height: 340px;
    }

    .bamboo-about__title {
        margin-bottom: 20px;
        font-size: clamp(34px, 10vw, 44px);
    }

    .bamboo-about__text {
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 1.6;
    }

    .bamboo-about__list {
        gap: 18px;
    }

    .bamboo-about__item {
        gap: 14px;
    }

    .bamboo-about__item p {
        font-size: 15px;
    }

    .bamboo-benefits {
        padding: 32px 16px 64px;
    }

    .bamboo-benefits__title {
        margin-bottom: 30px;
        font-size: clamp(34px, 10vw, 44px);
        text-align: left;
    }

    .bamboo-benefits__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bamboo-benefit-card {
        border-radius: 24px;
    }

    .bamboo-benefit-card__image {
        height: 260px;
    }

    .bamboo-benefit-card__content {
        padding: 24px 22px 26px;
    }

    .bamboo-benefit-card__content h3 {
        font-size: 24px;
    }

    .bamboo-benefit-card__content p {
        font-size: 15px;
    }

    .bamboo-benefits__wide {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 18px;
    }

    .bamboo-benefit-wide {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 20px;
        border-radius: 24px;
        gap: 18px;
    }

    .bamboo-benefit-wide .bamboo-benefit-card__image {
        width: 100%;
        height: 240px;
        border-radius: 20px;
    }

    .bamboo-benefit-wide__content h3 {
        font-size: 28px;
    }

    .bamboo-benefit-wide__content p {
        font-size: 15px;
    }

    .bamboo-service-strip {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 16px 64px;
    }

    .bamboo-service-card {
        grid-template-columns: 76px 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 20px;
    }

    .bamboo-service-card__image {
        width: 76px;
        height: 76px;
        border-radius: 18px;
    }

    .bamboo-service-card__content h3 {
        font-size: 20px;
    }

    .bamboo-service-card__content p {
        font-size: 14px;
    }

    .bamboo-products {
        padding: 64px 16px 72px;
    }

    .bamboo-products__head {
        margin-bottom: 30px;
        text-align: left;
        justify-content: flex-start;
    }

    .bamboo-products__title {
        font-size: clamp(36px, 11vw, 48px);
        line-height: 1;
    }

    .bamboo-products__slider {
        gap: 16px;
        padding-right: 32px;
    }

    .bamboo-product-card {
        flex: 0 0 88%;
        min-width: 0;
        border-radius: 24px;
    }

    .bamboo-product-card__image {
        height: 280px;
    }

    .bamboo-product-card__content {
        padding: 22px;
    }

    .bamboo-products__btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .bamboo-products__btn--prev {
        left: 4px;
    }

    .bamboo-products__btn--next {
        right: 4px;
    }

    .bamboo-next__content {
        padding: 28px;
    }

    .bamboo-next__content h2 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .bamboo-next__content p {
        font-size: 15px;
    }

    .bamboo-next__button {
        left: 28px;
        right: 28px;
        bottom: 28px;
        width: auto;
        justify-content: space-between;
    }
}

/* ==================================================
   Мобильный фикс последнего блока "Следующая категория"
   Бамбуковые панели
================================================== */

@media (max-width: 600px) {

    .bamboo-next {
        padding: 0 16px 68px;
    }

    .bamboo-next__card {
        position: relative;
        display: block;
        min-height: 440px;
        border-radius: 24px;
        overflow: hidden;
    }

    .bamboo-next__image {
        position: absolute;
        inset: 0;
        height: 100%;
    }

    .bamboo-next__image::after {
        display: none;
    }

    .bamboo-next__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .bamboo-next__card::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(
            180deg,
            rgba(0, 27, 30, 0.12) 0%,
            rgba(0, 27, 30, 0.52) 42%,
            rgba(0, 27, 30, 0.92) 100%
        );
        pointer-events: none;
    }

    .bamboo-next__content {
        position: relative;
        z-index: 2;
        min-height: 440px;
        padding: 28px;
        padding-bottom: 104px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .bamboo-next__content h2 {
        margin: 0 0 16px;
        font-size: clamp(32px, 10vw, 44px);
        line-height: 1;
        color: #ffffff;
    }

    .bamboo-next__content p {
        margin: 0;
        font-size: 15px;
        line-height: 1.45;
        color: rgba(255, 255, 255, 0.84);
    }

    .bamboo-next__button {
        position: absolute;
        left: 28px;
        right: 28px;
        bottom: 28px;
        z-index: 3;
        width: auto;
        min-height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
    }
}

/* ==================================================
   Мобильная шапка: показываем "Главная"
================================================== */

@media (max-width: 600px) {

    .site-header {
        padding: 12px 0 14px;
    }

    .site-header .container {
        padding-left: 16px;
        padding-right: 16px;
    }

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

    .site-header__inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 0;
    }

    .site-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .site-logo img,
    body.home .site-logo img,
    body.front-page .site-logo img,
    body.tax-product_category .site-logo img,
    body.post-type-archive-product .site-logo img {
        width: 96px;
    }

    .site-nav {
        width: 100%;
        margin-left: 0;
        order: 2;
    }

    .site-nav__list {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 18px;
        flex-wrap: nowrap;
    }

    .site-nav__list a {
        font-size: 14px;
        line-height: 1;
        padding-bottom: 6px;
        white-space: nowrap;
    }

    .site-header__actions {
        display: none;
    }
}

/* ==================================================
   Мобильный каталог в шапке — открытие по клику
================================================== */

@media (max-width: 600px) {

    .site-header {
        overflow: visible;
    }

    .site-header__inner,
    .site-nav,
    .site-nav__list,
    .site-nav__item--catalog {
        position: static;
        overflow: visible;
    }

    .site-nav__dropdown {
        position: fixed;
        left: 16px;
        right: 16px;
        top: 118px;
        width: auto;
        min-width: 0;
        max-width: none;
        transform: none;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    /* ВАЖНО: на телефоне больше не открываем через hover */
    .site-nav__item--catalog:hover .site-nav__dropdown {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    /* Открываем только через JS-класс */
    .site-nav__item--catalog.is-open .site-nav__dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .site-nav__dropdown-inner {
        width: 100%;
        max-height: 68vh;
        overflow-y: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px;
        border-radius: 20px;
        background: rgba(255, 250, 242, 0.98);
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    }

    .site-nav__dropdown-link {
        width: 100%;
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 0 16px !important;
        border-radius: 12px;
        font-size: 14px !important;
        line-height: 1.2 !important;
        color: var(--color-primary) !important;
        background: rgba(0, 71, 77, 0.04);
        white-space: normal !important;
    }

    .site-nav__dropdown-link::after {
        display: none;
    }
}

/* ==================================================
   Рейки и перегородки — мобильный фикс блока преимуществ
================================================== */

@media (max-width: 600px) {

    .slats-benefits-intro {
        display: flex;
        flex-direction: column;
        padding: 54px 16px 48px;
        gap: 28px;
        text-align: center;
    }

    .slats-benefits-intro__image {
        order: 1;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        border-radius: 24px;
        overflow: hidden;
    }

    .slats-benefits-intro__image,
    .slats-benefits-intro__image img {
        min-height: auto;
        height: 280px;
    }

    .slats-benefits-intro__image img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .slats-benefits-intro__content {
        order: 2;
        width: 100%;
    }

    .slats-benefits-intro__content h2 {
        max-width: 360px;
        margin: 0 auto 28px;
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1;
        text-align: center;
    }

    .slats-benefits-intro__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .slats-benefit-item,
    .slats-benefit-item:nth-child(2n),
    .slats-benefit-item:nth-child(3n) {
        padding: 22px 0;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .slats-benefit-item span {
        display: block;
        margin: 0 auto 12px;
    }

    .slats-benefit-item h3 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .slats-benefit-item p {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .slats-benefit-item:last-child {
        border-bottom: none;
    }
}

/* ==================================================
   Фотоплитка и мозаика — мобильный фикс блока преимуществ
   "Преимущества материалов с цифровой печатью"
================================================== */

@media (max-width: 600px) {

    .phototile-advantages {
        padding: 54px 16px 58px;
        text-align: center;
    }

    .phototile-advantages__title {
        max-width: 360px;
        margin: 0 auto 32px;
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1;
        text-align: center;
    }

    .phototile-advantages__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .phototile-advantage-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: auto;
        padding: 24px 20px;
        text-align: center;
        border-radius: 22px;
    }

    .phototile-advantage-card span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        margin: 0 auto 14px;
        font-size: 28px;
        line-height: 1;
    }

    .phototile-advantage-card div {
        width: 100%;
    }

    .phototile-advantage-card h3 {
        max-width: 320px;
        margin: 0 auto 10px;
        font-size: 22px;
        line-height: 1.15;
        text-align: center;
    }

    .phototile-advantage-card p {
        max-width: 340px;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }
}

/* ==================================================
   Фрески — мобильный фикс блока функциональности
================================================== */

@media (max-width: 600px) {

    .freski-functionality {
        display: flex;
        flex-direction: column;
        padding: 54px 16px 48px;
        gap: 28px;
        text-align: center;
    }

    .freski-functionality__image {
        order: 1;
        width: 100%;
        max-width: 360px;
        height: 280px;
        margin: 0 auto;
        border-radius: 24px;
        overflow: hidden;
    }

    .freski-functionality__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .freski-functionality__content {
        order: 2;
        width: 100%;
    }

	.freski-functionality__content h2 {
		max-width: 340px;
		margin: 0 auto 26px;
		font-size: clamp(26px, 7.4vw, 32px);
		line-height: 1.12;
		letter-spacing: -0.03em;
		text-align: center;
		color: var(--color-primary);
	}

    .freski-functionality__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .freski-functionality-item,
    .freski-functionality-item:first-child,
    .freski-functionality-item:nth-child(2n) {
        padding: 22px 0;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .freski-functionality-item span {
        display: block;
        margin: 0 auto 12px;
        font-size: 34px;
    }

    .freski-functionality-item h3 {
        max-width: 320px;
        margin: 0 auto 10px;
        font-size: 22px;
        line-height: 1.15;
        text-align: center;
    }

    .freski-functionality-item p {
        max-width: 340px;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }

    .freski-functionality-item:last-child {
        border-bottom: none;
    }
}

/* ================================
   Бамбуковые панели — преимущества Байджакс
   На основе блока mdf-why
================================ */

.bamboo-why {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bamboo-why__grid {
    grid-template-columns: repeat(7, 1fr);
}

.bamboo-why-item {
    min-height: 210px;
}


.bamboo-why-item h3 {
    max-width: 220px;
}

.bamboo-why-item p {
    max-width: 230px;
}

/* Планшет */
@media (max-width: 1200px) {
    .bamboo-why__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bamboo-why-item:nth-child(6n) {
        border-right: 1px solid rgba(0, 71, 77, 0.12);
    }

    .bamboo-why-item:nth-child(3n) {
        border-right: none;
    }

    .bamboo-why-item:nth-child(n + 4) {
        border-top: 1px solid rgba(0, 71, 77, 0.12);
    }
}

/* Телефон */
@media (max-width: 600px) {
    .bamboo-why {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .bamboo-why__grid {
        grid-template-columns: 1fr;
    }

    .bamboo-why-item,
    .bamboo-why-item:nth-child(2n),
    .bamboo-why-item:nth-child(3n),
    .bamboo-why-item:nth-child(6n) {
        border-right: none;
        border-top: none;
        border-bottom: 1px solid rgba(0, 71, 77, 0.12);
    }

    .bamboo-why-item:last-child {
        border-bottom: none;
    }
}

/* ================================
   Отдельная модалка консультации в шапке
================================ */

.header-consult-modal .header-consult-modal__dialog {
    width: min(100% - 32px, 980px);
    max-width: 980px;
    padding: 0;
    border-radius: 28px;
    background: var(--color-primary);
    color: #ffffff;
    overflow: hidden;
}

.header-consult-modal__inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 54px;
    align-items: center;
    min-height: 470px;
    padding: 58px 48px;
}

.header-consult-modal__text-block {
    max-width: 520px;
}

.header-consult-modal__label {
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-accent);
}

.header-consult-modal__title {
    margin: 0 0 24px;
    font-size: clamp(42px, 4.6vw, 68px);
    line-height: 1.02;
    letter-spacing: -0.055em;
    color: #ffffff;
}

.header-consult-modal__text {
    max-width: 440px;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

.header-consult-modal__form-block {
    width: 100%;
    padding: 34px 32px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(237, 218, 168, 0.18);
}

/* Поля только внутри этой модалки */
.header-consult-modal .contact-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.header-consult-modal .contact-form__row {
    margin-bottom: 14px;
}

.header-consult-modal .contact-form__input,
.header-consult-modal .contact-form__textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(237, 218, 168, 0.28);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.header-consult-modal .contact-form__input::placeholder,
.header-consult-modal .contact-form__textarea::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.header-consult-modal .contact-form__agree {
    margin: 18px 0 16px;
}

.header-consult-modal .contact-form__agree-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.86);
}

.header-consult-modal .contact-form__agree-label a {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.header-consult-modal .contact-form__submit {
    width: 100%;
    min-height: 52px;
    border-radius: 10px;
    background: var(--color-accent);
    color: var(--color-primary);
    font-weight: 700;
}

.header-consult-modal .contact-form__submit:hover {
    background: var(--color-accent-soft);
}

/* Крестик только у этой модалки */
.header-consult-modal .header-consult-modal__close {
    top: 20px;
    right: 20px;
    z-index: 5;
    border: 1px solid rgba(237, 218, 168, 0.55);
    color: var(--color-accent);
}

/* Планшет */
@media (max-width: 900px) {
    .header-consult-modal__inner {
        grid-template-columns: 1fr;
        gap: 34px;
        min-height: auto;
        padding: 52px 34px 36px;
    }

    .header-consult-modal__text-block {
        max-width: 100%;
    }

    .header-consult-modal__text {
        max-width: 100%;
    }

    .header-consult-modal__form-block {
        padding: 28px 24px;
    }
}

/* Телефон */
@media (max-width: 600px) {
    .header-consult-modal .header-consult-modal__dialog {
        width: calc(100% - 24px);
        border-radius: 22px;
    }

    .header-consult-modal__inner {
        padding: 46px 20px 24px;
        gap: 26px;
    }

    .header-consult-modal__title {
        font-size: clamp(34px, 10vw, 44px);
    }

    .header-consult-modal__text {
        font-size: 15px;
    }

    .header-consult-modal__form-block {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .header-consult-modal .contact-form__agree-label {
        font-size: 12px;
    }

    .header-consult-modal .header-consult-modal__close {
        top: 14px;
        right: 14px;
    }
}

/* Телефон и кнопка в шапке */
.site-header__actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-header__phone {
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.25s ease;
}

.site-header__phone:hover {
    color: var(--color-accent);
}

.site-header__consult {
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(237, 218, 168, 0.7);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.site-header__consult:hover {
    background: var(--color-accent);
    color: var(--color-primary);
}


/* ================================
   Шапка на мобильных: 3 строки
   1 — логотип
   2 — меню
   3 — телефон и кнопка
================================ */

@media (max-width: 760px) {
    .site-header {
        padding: 14px 0 16px;
    }

    .site-header .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-header::after {
        left: 16px;
        right: 16px;
        bottom: 0;
    }

    .site-header__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .site-logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .site-logo img,
    body.home .site-logo img,
    body.front-page .site-logo img {
        width: 128px;
        height: auto;
    }

    .site-nav {
        width: 100%;
        margin-left: 0;
    }

    .site-nav__list {
        width: 100%;
        justify-content: center;
        gap: 28px;
    }

    .site-nav__list > li:first-child {
        display: none;
    }

    .site-nav__list a {
        font-size: 18px;
        padding-bottom: 4px;
    }

    .site-header__actions {
        width: 100%;
        margin-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .site-header__phone,
    .site-header__consult {
        width: 100%;
        min-height: 44px;
        padding: 0 10px;
        border-radius: 14px;
        font-size: 15px;
        line-height: 1;
        text-align: center;
    }

    .site-header__phone {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(237, 218, 168, 0.55);
        background: rgba(255, 255, 255, 0.06);
        color: #ffffff;
        font-weight: 700;
        white-space: nowrap;
    }

    .site-header__consult {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(237, 218, 168, 0.72);
        background: var(--color-accent);
        color: var(--color-primary);
        font-weight: 700;
        white-space: nowrap;
    }

    body.home .hero--banner,
    body.front-page .hero--banner {
        padding-top: 230px;
    }
}

@media (max-width: 420px) {
    .site-logo img,
    body.home .site-logo img,
    body.front-page .site-logo img {
        width: 118px;
    }

    .site-nav__list {
        gap: 22px;
    }

    .site-nav__list a {
        font-size: 17px;
    }

    .site-header__actions {
        gap: 8px;
    }

    .site-header__phone,
    .site-header__consult {
        min-height: 42px;
        font-size: 14px;
        padding: 0 8px;
    }

    body.home .hero--banner,
    body.front-page .hero--banner {
        padding-top: 245px;
    }
}

/* ================================
   Бамбуковые панели — блок вспененного алюминия
================================ */

.bamboo-aluminum {
    padding: 40px 48px 72px;
    background: var(--color-bg);
}

.bamboo-aluminum__hero {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: center;
    margin: 0 auto 42px;
    padding: 48px;
    border-radius: 34px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 250, 242, 0.96) 0%,
            rgba(239, 228, 207, 0.96) 100%
        );
    box-shadow: 0 24px 70px rgba(38, 25, 14, 0.1);
    overflow: hidden;
}

.bamboo-aluminum__label {
    margin: 0 0 18px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9a7148;
}

.bamboo-aluminum__content h2 {
    max-width: 620px;
    margin: 0 0 24px;
    font-size: clamp(42px, 4.5vw, 76px);
    line-height: 1;
    letter-spacing: -0.055em;
    color: var(--color-primary);
}

.bamboo-aluminum__content p {
    max-width: 620px;
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: var(--color-text-muted);
}

.bamboo-aluminum__features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.bamboo-aluminum__features span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(0, 71, 77, 0.08);
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
}

.bamboo-aluminum__image {
    overflow: hidden;
    border-radius: 28px;
    background: var(--color-bg-deep);
}

.bamboo-aluminum__image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.bamboo-aluminum__advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin: 0 auto 54px;
}

.bamboo-aluminum-advantage {
    padding: 28px;
    border-radius: 24px;
    background: var(--color-primary);
    color: #ffffff;
    min-height: 250px;
}

.bamboo-aluminum-advantage span {
    display: block;
    margin-bottom: 22px;
    font-size: 34px;
    color: var(--color-accent);
}

.bamboo-aluminum-advantage h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.15;
    color: #ffffff;
}

.bamboo-aluminum-advantage p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

.bamboo-aluminum__usage-head {
    margin: 0 auto 34px;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 42px;
    align-items: end;
}

.bamboo-aluminum__usage-head h3 {
    margin: 0;
    font-size: clamp(38px, 4vw, 68px);
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--color-primary);
}

.bamboo-aluminum__usage-head p {
    max-width: 620px;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.bamboo-aluminum__usage {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    margin: 0 auto;
}

.bamboo-aluminum-card {
    border-radius: 18px;
}

.bamboo-aluminum-card .bamboo-benefit-card__image {
    height: 230px;
}

.bamboo-aluminum-card .bamboo-benefit-card__content {
    padding: 20px;
}

.bamboo-aluminum-card .bamboo-benefit-card__content h3 {
    font-size: 20px;
}

.bamboo-aluminum-card .bamboo-benefit-card__content p {
    font-size: 14px;
    line-height: 1.5;
}

.bamboo-aluminum .bamboo-benefit-card__image img,
.bamboo-aluminum .bamboo-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Адаптив */

@media (max-width: 1200px) {
    .bamboo-aluminum__hero {
        grid-template-columns: 1fr;
    }

    .bamboo-aluminum__advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .bamboo-aluminum__usage {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .bamboo-aluminum {
        padding: 32px 24px 64px;
    }

    .bamboo-aluminum__hero {
        padding: 36px;
        border-radius: 28px;
    }

    .bamboo-aluminum__image img {
        height: 420px;
    }

    .bamboo-aluminum__usage-head {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 600px) {
    .bamboo-aluminum {
        padding: 28px 16px 56px;
    }

    .bamboo-aluminum__hero {
        padding: 24px;
        border-radius: 24px;
    }

    .bamboo-aluminum__content h2 {
        font-size: clamp(36px, 11vw, 46px);
    }

    .bamboo-aluminum__content p {
        font-size: 16px;
    }

    .bamboo-aluminum__image {
        border-radius: 20px;
    }

    .bamboo-aluminum__image img {
        height: 300px;
    }

    .bamboo-aluminum__advantages {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bamboo-aluminum-advantage {
        min-height: auto;
        padding: 24px;
    }

    .bamboo-aluminum__usage {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bamboo-aluminum-card .bamboo-benefit-card__image {
        height: 260px;
    }
}