:root {
    --bg: #0b1220;
    --bg-soft: #101a2d;
    --surface: rgba(255, 255, 255, 0.06);
    --surface-strong: rgba(255, 255, 255, 0.1);
    --text: #f4f7fb;
    --muted: #b8c2d1;
    --accent: #7dd3fc;
    --border: rgba(255, 255, 255, 0.12);
    --container: 1240px;
    --radius: 24px;
}
@font-face {
    font-family: "Steclo";
    src: url("../fonts/Steclo-ExtraLight.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Light";
    src: url("../fonts/Roboto-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2");
    font-weight: 250;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* STECLO */

@font-face {
    font-family: "Steclo";
    src: url("../fonts/StecloRegular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Steclo";
    src: url("../fonts/StecloSemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
h1, h2, h3, h4 {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
}
body {
    margin: 0;
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    background: #313D29;
    color: var(--text);
}

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

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

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

.section {
    padding: 80px 0;
}

.section-heading {
    margin-bottom: 32px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 120;
    padding-top: 18px;
    pointer-events: none;
    transform: translateZ(0);
}

.site-header .container {
    pointer-events: auto;
}

.site-header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    min-height: 72px;
}

.site-header__left {
    display: flex;
    justify-content: flex-start;
    min-width: 0;
}

.site-header__center {
    display: flex;
    justify-content: center;
}

.site-header__right {
    display: flex;
    justify-content: flex-end;
}

.site-header__logo {
    display: inline-flex;
    align-items: center;
}

.site-header__logo img {
    display: block;
    width: 74px;
    max-width: 100%;
    height: auto;
}

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

    .site-header__inner {
        grid-template-columns: auto 1fr auto;
        min-height: 60px;
    }

    .site-header__logo img {
        width: 112px;
    }
}
.title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: 8.75rem;
    line-height: 1.3;
    text-transform: uppercase;
    color: #D0C4AF;
    margin-bottom: 0;
}
.main-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Полный экран */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-section__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.js-letters-fade .char {
    display: inline-block;
    clip-path: inset(100% 0% 0% 0%);
    transition: clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-letters-fade .char.revealed {
    clip-path: inset(0% 0% 0% 0%);
}
.subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    padding: 0 15%;
}

@media (max-width: 768px) {
    .main-section__title {
        font-size: clamp(28px, 8vw, 50px);
    }
    .main-section__subtitle {
        font-size: 1rem;
    }
}
/* ===================================================
   БЛОК «КАТАЛОГ» НА ГОЛОВНІЙ
   =================================================== */

.catalog-home {
    position: relative;
    padding: 100px 0 110px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.catalog-home::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
            radial-gradient(ellipse 80% 60% at 50% 0%,   rgba(255,255,255,0.03) 0%, transparent 70%),
            radial-gradient(ellipse 60% 40% at 50% 100%, rgba(0,0,0,0.25) 0%, transparent 70%);
    pointer-events: none;
}

.catalog-home__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 32px, 1280px);
    margin-inline: auto;
}

.catalog-home__header {
    margin-bottom: 52px;
}

.catalog-home__title,
.traceability-block__title,
.logistics-block__title,
.how-block__title,
.partners-block__title{
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: 6.85rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 24px;
    text-align: center;
}
.catalog-home__title > span:not(:last-child),
.traceability-block__title > span:not(:last-child),
.logistics-block__title > span:not(:last-child),
.how-block__title > span:not(:last-child),
.partners-block__title > span:not(:last-child),
.title > span:not(:last-child),
.licenses-block__title  > span:not(:last-child),
.about-block__title  > span:not(:last-child),
.subtitle.js-letters-fade > span:not(:last-child),
.coop-rules__title > span:not(:last-child),
.coop-hero__subtitle > span:not(:last-child),
.prod-hero__subtitle > span:not(:last-child)
{
    margin-right: 0.25em;
}

.light-block__title {
    color: #D0C4AF;
}
.dark-block__title {
    color: #313D29;
}
.light-block__subtitle {
    color: rgba(255,255,255);
}
.dark-block__subtitle {
    color: #000000;
}
.how-block__title {
    color: #AF9253!important;
}

.catalog-home__subtitle,
.catalog-page__subtitle,
.traceability-block__subtitle,
.logistics-block__subtitle,
.how-block__subtitle,
.partners-block__subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 250;
    font-size: 1rem;
    line-height: 1.3;
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 0;
    text-align: center;
}

/* ─── Сітка 4 картки ─── */
.catalog-home__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 52px;
}

@media (max-width: 900px) {
    .catalog-home__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .catalog-home__grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

/* ─── Картка ─── */
.catalog-home-card {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #f4f7fb;
    background: rgba(255,255,255,0.04);
}

.catalog-home-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.catalog-home-card__img--empty {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.06);
}

.catalog-home-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    background: linear-gradient(
            to top,
            rgba(0,0,0,0.55) 0%,
            rgba(0,0,0,0.15) 40%,
            transparent 70%
    );
    transition: background 0.35s ease;
}

.catalog-home-card:hover .catalog-home-card__overlay {
    background: linear-gradient(
            to top,
            rgba(0,0,0,0.7) 0%,
            rgba(0,0,0,0.3) 50%,
            rgba(0,0,0,0.1) 100%
    );
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.catalog-home-card__name {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.1;
    transform: translateY(4px);
    transition: transform 0.35s ease;
    opacity: 0;
    text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}

.catalog-home-card:hover .catalog-home-card__name {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.catalog-home-card__eye {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.catalog-home-card:hover .catalog-home-card__eye {
    opacity: 1;
    transform: scale(1);
}

.catalog-home-card:hover .catalog-home-card__img {
    transform: scale(1.06);
}

/* ─── Кнопка «В каталог» ─── */
.catalog-home__footer {
    display: flex;
    justify-content: center;
}

.btn--catalog-goto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.35);
    background: transparent;
    color: #f4f7fb;
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.btn--catalog-goto:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.6);
}
/* ─── Хедер: темний стан (дефолт - білий логотип) ─── */
.site-header {
    transition: color 0.35s ease;
}

/* Логотипи - показуємо світлий за замовчуванням */
.site-header.is-dark .site-header__logo .logo-light {
    display: block;
    transition: all 0.3s ease;
}

.site-header.is-dark .site-header__logo .logo-dark {
    display: none;
    transition: all 0.3s ease;
}

/* ─── Хедер: світлий стан (над світлими секціями з data-header="light") ─── */
.site-header .site-header__logo .logo-light {
    display: none;
    transition: all 0.3s ease;
}

.site-header .site-header__logo .logo-dark {
    display: block;
    transition: all 0.3s ease;
}

.site-header .menu-toggle {
    background-color: #313D29;
}

.site-header .menu-toggle span {
    background: #ffffff;
}
.site-header.is-dark .menu-toggle {
    background-color: #ffffff;
}

.site-header.is-dark .menu-toggle span {
    background: #313D29;
}

/* Liquid Glass - стили управляются через JS (liquid-glass.js) */
/* ===================================================
   БЛОК TRACEABILITY
   Файл: assets/css/traceability.css
   Підключити окремо або вставити в products.css
   =================================================== */

/* ─── Секція ─────────────────────────────────────── */
.traceability-block {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    box-shadow:
            0 -20px 60px rgba(0, 0, 0, 0.3),
            0 20px 60px rgba(0, 0, 0, 0.3);
}

/* ─── Header (кремовий) ──────────────────────────── */
.traceability-block__header {
    background: #F0EDE4;
    padding: 80px 0 72px;
    text-align: center;
}

.traceability-block__header-inner {
    width: min(100% - 32px, 900px);
    margin-inline: auto;
}

.traceability-block__label {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7a7060;
    margin: 0 0 20px;
}

/* ─── Slider ─────────────────────────────────────── */
.traceability-block__slider {
    position: relative;
    overflow: hidden;
    height: 520px;
    background: #1c2415;
}

/* ─── Slides ─────────────────────────────────────── */
.traceability-block__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.traceability-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.85s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.traceability-slide.is-active {
    opacity: 1;
}

.traceability-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.18) 45%,
            transparent 70%
    );
}

.traceability-slide__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 130px;
}

.traceability-slide__title {
    font-family: "Roboto Light", sans-serif;
    font-weight: 300;
    font-size: 1.9rem;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 14px;
    letter-spacing: 0.03em;
    line-height: 1.1;
}

.traceability-slide__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 500px;
}

/* ─── Іконка ока ─────────────────────────────────── */
.traceability-block__eye {
    position: absolute;
    bottom: 50px;
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.25s ease;
}

.traceability-block__slider:hover .traceability-block__eye {
    opacity: 1;
    transform: scale(1);
}

.traceability-block__eye:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ─── Прогрес-бар ────────────────────────────────── */
.traceability-block__progress {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: rgba(208, 196, 175, 0.55);
    z-index: 10;
}

/* ─── Точки ──────────────────────────────────────── */
.traceability-block__dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.traceability-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.traceability-dot:hover {
    border-color: rgba(255, 255, 255, 0.8);
}

.traceability-dot.is-active {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.85);
    transform: scale(1.15);
}

/* ─── Адаптив ────────────────────────────────────── */
@media (max-width: 480px) {
    .traceability-block__slider {
        height: 65vh;
        height: 65dvh;
        min-height: 420px;
    }
}

/* Плавні переходи для всіх елементів хедера */
.site-header__logo img {
    transition: filter 0.45s ease;
}


.site-header .menu-toggle {
    transition: background-color 0.45s ease;
}

.site-header .menu-toggle span {
    transition: background 0.45s ease;
}

/* ===================================================
   БЛОК ЛОГІСТИКА
   assets/css/logistics.css
   =================================================== */

.logistics-block {
    position: relative;
    z-index: 1;
    padding: 110px 0 100px;
    text-align: center;
}

.logistics-block__inner {
    width: min(100% - 32px, 1100px);
    margin-inline: auto;
}

/* ─── Заголовок ─────────────────────────────────── */
.logistics-block__header {
    margin-bottom: 72px;
}

/* ─── Сітка ──────────────────────────────────────── */
.logistics-block__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}

/* ─── Картка ─────────────────────────────────────── */
.logistics-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* Іконка */
.logistics-card__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(208, 196, 175, 0.55);
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.logistics-card:hover .logistics-card__icon {
    color: rgba(208, 196, 175, 0.85);
}

.logistics-card__icon svg {
    width: 52px;
    height: 52px;
}

/* Назва */
.logistics-card__title {
    font-family: "Roboto Light", sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 14px;
    letter-spacing: 0.01em;
}

/* Текст */
.logistics-card__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    text-align: center;
}

/* ─── Кнопка ─────────────────────────────────────── */
.logistics-block__footer {
    display: flex;
    justify-content: center;
}

.btn--logistics {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.btn--logistics:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.06);
}
/* ===================================================
   БЛОК «ЯК МИ ПРАЦЮЄМО»
   assets/css/how-we-work.css
   =================================================== */

.how-block {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    text-align: center;
}

/* Сітка картинок */
.how-block__grid {
    position: absolute;
    inset: 0;
}

/* Головна картинка - на весь екран спочатку */
.how-block__main {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    border-radius: 0;
    will-change: transform, width, height, top, left, right, bottom, border-radius;
}

/* Затемнення */
.how-block__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    border-radius: inherit;
}

/* Кутові картинки - сховані за межами екрану по діагоналі */
.how-block__corner {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    will-change: transform;
}

/* Розміри кутових з урахуванням відступів:
   edgeGap = 54px, innerGap = 20px, cornerVerticalGap = 80px
   Ширина: 33.333% - edgeGap - innerGap/2 = 33.333% - 54px - 10px = 33.333% - 64px
   Висота: 50% - cornerVerticalGap - innerGap/2 = 50% - 80px - 10px = 50% - 90px
*/
.how-block__corner--tl,
.how-block__corner--tr,
.how-block__corner--bl,
.how-block__corner--br {
    width: calc(33.333% - 64px);
    height: calc(50% - 90px);
}

/* Початкові позиції - за межами екрану по діагоналі */
.how-block__corner--tl {
    top: -60%;
    left: -40%;
}
.how-block__corner--tr {
    top: -60%;
    right: -40%;
}
.how-block__corner--bl {
    bottom: -60%;
    left: -40%;
}
.how-block__corner--br {
    bottom: -60%;
    right: -40%;
}

/* Посилання на весь блок (опційно) */
.how-block__link {
    position: absolute;
    inset: 0;
    z-index: 5;
}

/* Контент */
.how-block__content {
    position: relative;
    z-index: 4;
    width: min(100% - 32px, 900px);
    margin-inline: auto;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}


@media (max-width: 768px) {
    .how-block {
        min-height: 70vh;
    }

    .how-block__content {
        padding: 80px 0;
    }
}

/* ===================================================
   БЛОК «МОЖЛИВОСТІ ДЛЯ ПАРТНЕРІВ»
   assets/css/partners.css
   =================================================== */

.partners-block {
    position: relative;
    z-index: 1;
    padding: 100px 0 200px;
}

.partners-block__inner {
    width: min(100% - 32px, 1100px);
    margin-inline: auto;
}

/* ─── Заголовок ─────────────────────────────────── */
.partners-block__header {
    margin-bottom: 72px;
}

.partners-block__title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: 6.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #D0C4AF;
    margin: 0 0 28px;
    line-height: 1.05;
}

/* ─── Секція (лейбл + сітка) ─────────────────────── */
.partners-block__section {
    margin-bottom: 60px;
}

.partners-block__section:last-child {
    margin-bottom: 0;
}

.partners-block__section-label {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(15px, 1.6vw, 18px);
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    margin: 0 0 28px;
    letter-spacing: 0.01em;
}

/* ─── Сітки ──────────────────────────────────────── */
.partners-grid {
    display: grid;
    gap: 10px;
}

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

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

@media (max-width: 900px) {
    .partners-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .partners-grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .partners-grid--3,
    .partners-grid--4 {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
}

/* ─── Плитка ─────────────────────────────────────── */
.partners-tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 96px;
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, transparent 40%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    cursor: pointer;
    transform-style: preserve-3d;
    will-change: transform;
    transition: box-shadow 0.3s ease, background 0.7s ease-out;
    /* transition прибрано — анімація керується через JS scroll */
}
.partners-tile__glare {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

.partners-tile {
    position: relative; /* якщо ще немає */
}

.partners-tile:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 40%), #313D29;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

/* Активна плитка — зелена при ховері */
.partners-tile--active {
    position: relative;
    border-color: rgba(255, 255, 255, 0.1);
    transition: background 0.7s ease, border-color 0.3s ease;
}

.partners-tile--active:hover {
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, transparent 40%), #313D29;
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

/* Заголовок плитки */
.partners-tile__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(13px, 1.3vw, 15px);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.45;
    letter-spacing: 0.01em;
}

.partners-tile--active .partners-tile__title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 18px;
    transition: opacity 0.3s ease;
}

/* Ховаємо заголовок при ховері */
.partners-tile--active:hover .partners-tile__title {
    opacity: 0;
    pointer-events: none;
}

/* Текст всередині активної плитки — прихований за замовчуванням */
.partners-tile__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Показуємо тільки текст при ховері */
.partners-tile--active:hover .partners-tile__text {
    opacity: 1;
}

/* ─── Адаптив ────────────────────────────────────── */
@media (max-width: 768px) {
    .partners-block {
        padding: 72px 0 80px;
    }

    .partners-block__header {
        margin-bottom: 48px;
    }

    .partners-tile {
        min-height: 80px;
        padding: 16px 12px;
    }
}
/* ===================================================
   БЛОК «ЛІЦЕНЗІЇ ТА СТАНДАРТИ»
   assets/css/licenses.css
   =================================================== */

/* Wrapper для about */
.about-wrapper {
    position: relative;
    z-index: 3;
    background: #F0EDE4;
}

.licenses-block {
    position: relative;
    z-index: 2;
    background: #F0EDE4;
    overflow: hidden;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

/* Pin-spacer должен иметь тот же фон */

/* ─── Заголовок ─────────────────────────────────── */
.licenses-block__header {
    text-align: center;
    padding: 150px 32px 0;
    flex-shrink: 0;
}
.licenses-scroll-outer {
    overflow: hidden;
    width: 100%;
}

.licenses-block__title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: clamp(36px, 6vw, 90px);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #313D29;
    margin: 0 0 24px;
    line-height: 1.05;
}

.licenses-block__subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    max-width: 560px;
    margin: 0 auto;
}

/* ─── Горизонтальний скрол ───────────────────────── */

/* Outer — контейнер для горизонтального скролу */
.licenses-scroll-outer {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Горизонтальний трек */
.licenses-scroll-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 80px;
    width: max-content;
    align-items: center;
    padding: 0 80px;
    will-change: transform;
    width: max-content;
}


/* ─── Елемент ────────────────────────────────────── */
.licenses-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    white-space: normal;
}

.licenses-item__img {
    height: 80px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(18%) sepia(20%) saturate(600%) hue-rotate(80deg) brightness(80%);
    /* Робить зображення зеленим під колір теми */
    transition: filter 0.3s ease, transform 0.3s ease;
}

.licenses-item:hover .licenses-item__img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(30%) saturate(800%) hue-rotate(80deg) brightness(70%);
    transform: scale(1.05);
}

/* Placeholder (поки немає фото) */
.licenses-item__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: #313D29;
    opacity: 0.6;
}

.licenses-item__placeholder svg {
    width: 64px;
    height: 64px;
}

.licenses-item__name {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: rgba(49, 61, 41, 0.65);
    letter-spacing: 0.02em;
    text-align: center;
}


.licenses-block {
    overflow: hidden;
    width: 100%;
}

.licenses-scroll-outer {
    width: 100%;
    overflow: hidden;
}

.licenses-scroll-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    padding: 0 40px;
    will-change: transform;
}

.licenses-item {
    flex: 0 0 auto;
    width: 300px; /* підстав свій */
}

/* ===================================================
   БЛОК «ПРО КОМПАНІЮ»
   assets/css/about.css
   =================================================== */

.about-block {
    position: relative;
    background: #F0EDE4;
    padding: 100px 0 110px;
}

.about-block__inner {
    width: min(100% - 64px, 1200px);
    margin-inline: auto;
}

/* ─── Заголовок ─────────────────────────────────── */
.about-block__title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: clamp(42px, 7vw, 96px);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #313D29;
    margin: 0 0 64px;
    line-height: 1;
    text-align: center;
}

/* ─── Layout: текст + фото ───────────────────────── */
.about-block__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

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

/* ─── Текст ──────────────────────────────────────── */
.about-block__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-block__para {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.8;
    color: rgba(49, 61, 41, 0.7);
}

.about-block__para p {
    margin: 0;
}

/* ─── Кнопка ─────────────────────────────────────── */
.btn--about {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    border-radius: 8px;
    background: #313D29;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.3s ease;
}

.btn--about:hover {
    background: #3e4e32;
}

/* ─── Фото ───────────────────────────────────────── */
.about-block__image-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.about-block__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
    transition: transform 0.6s ease;
}

.about-block__image-wrap:hover .about-block__image {
    transform: scale(1.03);
}

/* ─── Адаптив ────────────────────────────────────── */
@media (max-width: 768px) {
    .about-block {
        padding: 20px 0 50px;
    }

    .about-block__title {
        margin-bottom: 32px;
    }

    .about-block__inner {
        width: min(100% - 32px, 1200px);
    }

    .about-block__layout {
        gap: 32px;
    }

    /* Картинка одразу після заголовку, на всю ширину екрану */
    .about-block__image-wrap {
        order: -1;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        border-radius: 0;
    }

    /* Кнопка по центру */
    .btn--about {
        align-self: center;
    }
}
/* ===================================================
   БЛОК «КОНТАКТИ»
   assets/css/contacts.css
   =================================================== */

.contacts-block {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 100px 0 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts-block__inner {
    width: min(100% - 64px, 1200px);
    margin-inline: auto;
}

/* ─── Заголовок ─────────────────────────────────── */
.contacts-block__title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: 6.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #D0C4AF;
    margin: 0 0 64px;
    line-height: 1;
    text-align: center;
}

/* ─── Layout: карта + список ─────────────────────── */
.contacts-block__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

@media (max-width: 900px) {
    .contacts-block__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

/* ─── Карта ──────────────────────────────────────── */
.contacts-block__map-wrap {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.contacts-block__map {
    width: 100%;
    height: 440px;
    background: #2a3520;
}

/* Кастомний маркер */
.contacts-map-marker__dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #D0C4AF;
    border: 3px solid rgba(208, 196, 175, 0.3);
    box-shadow: 0 0 0 6px rgba(208, 196, 175, 0.15);
    animation: markerPulse 2s ease-in-out infinite;
}

@keyframes markerPulse {
    0%, 100% { box-shadow: 0 0 0 6px rgba(208, 196, 175, 0.15); }
    50%       { box-shadow: 0 0 0 12px rgba(208, 196, 175, 0.05); }
}

/* Popup */
.contacts-map-popup .leaflet-popup-content-wrapper {
    background: #1a1f14;
    border: 1px solid rgba(208, 196, 175, 0.2);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 13px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.contacts-map-popup .leaflet-popup-tip {
    background: #1a1f14;
}

/* Leaflet контролі — перефарбовуємо під темну тему */
.contacts-block__map-wrap .leaflet-control-zoom a {
    background: #2a3520;
    color: #D0C4AF;
    border-color: rgba(208, 196, 175, 0.2);
}

.contacts-block__map-wrap .leaflet-control-zoom a:hover {
    background: #313D29;
    color: #D0C4AF;
}

/* ─── Список контактів ───────────────────────────── */
.contacts-block__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contacts-item {
    display: flex;
    gap: 20px;
    padding: 24px 0;
}

/* Іконка */
.contacts-item__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(208, 196, 175, 0.7);
    margin-top: 2px;
}

/* Контент */
.contacts-item__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contacts-item__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3;
    color: rgba(255, 255, 255);
    margin: 0;
}

.contacts-item__link {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.4vw, 16px);
    color: #D0C4AF;
    text-decoration: underline;
    text-decoration-color: rgba(208, 196, 175, 0.3);
    text-underline-offset: 3px;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.contacts-item__link:hover {
    color: rgba(208, 196, 175, 0.85);
    text-decoration-color: rgba(208, 196, 175, 0.6);
}

/* ─── Адаптив ────────────────────────────────────── */
@media (max-width: 768px) {
    .contacts-block {
        padding: 72px 0 80px;
    }

    .contacts-block__inner {
        width: min(100% - 32px, 1200px);
    }

    .contacts-block__map {
        height: 300px;
    }

    .contacts-block__title {
        margin-bottom: 48px;
    }
}

/* ===================================================
   FULLSCREEN MENU
   Додай в main.css або components.css
   =================================================== */

.fullscreen-menu {
    position: fixed;
    inset: 0;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.55s ease, visibility 0.55s ease;
}

.fullscreen-menu.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Розмитий фон */
.fullscreen-menu__bg {
    position: absolute;
    inset: 0;
    background-image: url('../img/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(4px);
    transform: scale(1.05);
    z-index: 0;
}

/* Темний оверлей поверх фото */
.fullscreen-menu__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* ─── Контейнер ──────────────────────────────────── */
.fullscreen-menu__container {
    position: relative;
    z-index: 2;
    width: min(100% - 36px, var(--container)) !important;
    margin-inline: auto !important;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 48px;
}

/* ─── Верх: логотип + закрити ────────────────────── */
.fullscreen-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    flex: 0 0 auto;
}

.fullscreen-menu__logo img {
    width: 120px;
    height: auto;
    display: block;
    /* Білий логотип */
    filter: brightness(0) invert(1);
}

/* Кнопка закрити */
.fullscreen-menu__close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.06);
    transition: background 0.25s ease, border-color 0.25s ease;
}

.fullscreen-menu__close:hover {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.35);
    transform: rotate(90deg);
    transition: 0.5s ease;
}

.fullscreen-menu__close span {
    position: absolute;
    width: 18px;
    height: 1.5px;
    background: #ffffff;
    border-radius: 999px;
}

.fullscreen-menu__close span:nth-child(1) { transform: rotate(45deg); }
.fullscreen-menu__close span:nth-child(2) { transform: rotate(-45deg); }

/* ─── Тіло: контакти + навігація ─────────────────── */
.fullscreen-menu__body {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center !important;  /* ← змінити з end на center */
    gap: 80px;
    flex: 1 1 auto;
}

.fullscreen-menu.is-active .fullscreen-menu__body {
    opacity: 1;
    transform: translateY(0);
}

/* ─── Ліва колонка: контакти ─────────────────────── */
.fullscreen-menu__left {
    display: flex;
    flex-direction: column;
    justify-content: center !important;  /* ← center замість flex-end */
    align-items: flex-start !important;
}

.fullscreen-menu__contacts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fullscreen-menu__contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fullscreen-menu__contact-text {
    font-family: "Gilroy", sans-serif;
    font-weight: 250;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    max-width: 480px;
}

.fullscreen-menu__contact-link {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.4vw, 17px);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-underline-offset: 3px;
    transition: color 0.25s ease;
}

.fullscreen-menu__contact-link:hover {
    color: #ffffff;
    text-decoration-color: rgba(255, 255, 255, 0.6);
}

/* ─── Права колонка: навігація ───────────────────── */
.fullscreen-menu__right {
    display: flex;
    flex-direction: column;
    justify-content: center !important;  /* ← center замість flex-end */
    align-items: flex-end !important;
}

.fullscreen-menu__nav {
    width: 100%;
}
.svg-filters {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.fullscreen-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
    gap: 4px;
    width: 100%;
}

.fullscreen-menu__list li {
    margin: 0;
    padding: 0;
}

.fullscreen-menu__list a {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.65rem;
    line-height: 2.2;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: none;  /* прибираємо uppercase якщо був */
    display: inline-block;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.fullscreen-menu__list a:hover {
    opacity: 0.6;
    transform: translateX(-6px);
}


/* Активний пункт */
.fullscreen-menu__list .current-menu-item a,
.fullscreen-menu__list .current_page_item a {
    color: #D0C4AF;
}

/* ─── Низ: кнопка ────────────────────────────────── */
.fullscreen-menu__footer {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}

.fullscreen-menu.is-active .fullscreen-menu__footer {
    opacity: 1;
    transform: translateY(0);
}

.fullscreen-menu__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.fullscreen-menu__cta:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

/* ─── Адаптив ──────────────────────────────────────── */
@media (max-width: 900px) {
    .fullscreen-menu__body {
        grid-template-columns: 1fr !important;
        gap: 48px;
        align-items: start !important;
    }

    /* Меню зверху, по правому краю */
    .fullscreen-menu__right {
        order: -1;
    }

    /* Контакти знизу, по лівому краю — вже за замовчуванням */
    .fullscreen-menu__left {
        align-items: flex-start !important;
    }

    .fullscreen-menu__list a {
        font-size: 1.6rem;
    }

    /* Кнопка ліворуч (justify-content: flex-start вже стоїть) */
    .fullscreen-menu__cta {
        align-self: flex-start;
    }
}

/* ===================================================
   СТОРІНКА ВИРОБНИЦТВО
   assets/css/production.css
   =================================================== */

/* ─── HERO ───────────────────────────────────────── */
.prod-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-color: #1a2414;
    text-align: center;
    overflow: hidden;
}

.prod-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.prod-hero__content {
    position: relative;
    z-index: 1;
    padding: 120px 0;
}

.prod-hero__title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: 6.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #D0C4AF;
    margin: 0 0 24px;
    line-height: 1;
}

.prod-hero__subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.5;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

/* ─── TRACEABILITY ───────────────────────────────── */
.prod-trace {
    padding: 100px 0 110px;
}

.prod-trace__header {
    text-align: center;
    margin-bottom: 48px;
}

.prod-trace__title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: 6.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #D0C4AF;
    margin: 0 0 20px;
    line-height: 1;
}

.prod-trace__subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.75;
    color: #fff;
    max-width: 560px;
    margin: 0 auto;
}

/* Таби */
.prod-trace__tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

.prod-trace__tab {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 10px 28px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    flex: 1 1 0;
    max-width: 220px;
    min-width: 120px;
}

.prod-trace__tab:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.85);
}

.prod-trace__tab.is-active {
    background: #313D29;
    border-color: #3a4d2a;
    color: #ffffff;
}

/* Панелі */
.prod-trace__panel {
    display: none;
}

.prod-trace__panel.is-active {
    display: block;
}

.prod-trace__panel-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

@media (max-width: 900px) {
    .prod-trace__panel-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.prod-trace__panel-image {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: rgba(255, 255, 255, 0.04);
}

.prod-trace__panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prod-trace__panel-image--empty {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.04);
}

.prod-trace__panel-content {
    padding-top: 8px;
}

.prod-trace__panel-title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: clamp(22px, 3vw, 36px);
    text-transform: uppercase;
    color: #D0C4AF;
    margin: 0 0 20px;
    letter-spacing: 0.02em;
}

.prod-trace__panel-desc {
    font-family: "Gilroy", sans-serif;
    font-weight: 250;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255);
    margin: 0 0 20px;
}

.prod-trace__panel-extra {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1.7;
    color: #fff;
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
}

/* ─── СЛАЙДЕР З ІКОНКАМИ ─────────────────────────── */
.prod-slider-section {
    padding: 100px 0 80px;
    overflow: hidden;
}

.prod-slider-header {
    text-align: center;
    width: min(100% - 32px, 1100px);
    margin-inline: auto;
    margin-bottom: 56px;
}

.prod-slider-title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: 6.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #D0C4AF;
    margin: 0 0 20px;
    line-height: 1;
}

.prod-slider-subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.75;
    color: #fff;
    max-width: 560px;
    margin: 0 auto;
}

/* Viewport — обрізає трек */
.prod-slider-viewport {
    overflow: hidden;
    cursor: grab;
}

.prod-slider-viewport:active {
    cursor: grabbing;
}

/* Трек — flex рядок що рухається */
.prod-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    padding-left: 40px;
}

.prod-slider-track .swiper-slide:last-child {
    margin-right: 80px !important;
}

/* Картка — ширина задається через JS */
.prod-slider-viewport .swiper-slide.prod-slide-card {
    flex-shrink: 0;
    padding: 32px 28px 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: transparent;
    transition: background 0.35s ease, border-color 0.35s ease;
}

.prod-slide-card.is-active {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Верх картки: іконка + назва */
.prod-slide-card__top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.prod-slide-card__icon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(208, 196, 175, 0.55);
}
.prod-slide-card__icon img {
    width: 80px;
}
.prod-slide-card.is-active .prod-slide-card__icon {
    color: rgba(208, 196, 175, 0.85);
}

.prod-slide-card__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    color: #fff;
    margin: 0;
}

.prod-slide-card.is-active .prod-slide-card__title {
    color: #fff;
}

/* Текст */
.prod-slide-card__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 250;
    font-size: 1rem;
    line-height: 1.75;
    color: #fff;
    margin: 0;
}

.prod-slide-card.is-active .prod-slide-card__text {
    color: #fff;
}

/* Точки */
.prod-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
}

.prod-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.prod-slider-dot:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.prod-slider-dot.is-active {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .prod-slider-track {
        padding-left: 24px;
    }

    .prod-slider-track .swiper-slide:last-child {
        margin-right: 24px !important;
    }
}

/* ─── Адаптив ────────────────────────────────────── */
@media (max-width: 768px) {
    .prod-trace {
        padding: 72px 0 80px;
    }

    .prod-trace__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .prod-trace__tab {
        max-width: none;
        min-width: 0;
        padding: 8px 18px;
        font-size: 14px;
    }
}
/* ===================================================
   СТОРІНКА СПІВПРАЦЯ
   assets/css/cooperation.css
   =================================================== */

/* ─── HERO ───────────────────────────────────────── */
.coop-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-color: #1a2414;
    text-align: center;
    overflow: hidden;
}

.coop-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.coop-hero__content {
    position: relative;
    z-index: 1;
    padding: 120px 0;
}

.coop-hero__title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: 6.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #D0C4AF;
    margin: 0 0 24px;
    line-height: 1;
}

.coop-hero__subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.75;
    color: rgba(255, 255, 255, 1);
    max-width: 640px;
    margin: 0 auto;
}

/* ─── ПРАВИЛА СПІВПРАЦІ ──────────────────────────── */
.coop-rules {
    padding: 100px 0 110px;
}

.coop-rules__header {
    text-align: center;
    margin-bottom: 72px;
}

.coop-rules__title {
    font-family: "Steclo", sans-serif;
    font-weight: 300;
    font-size: clamp(36px, 6vw, 80px);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #D0C4AF;
    margin: 0 0 20px;
    line-height: 1;
}

.coop-rules__subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 250;
    font-size: 1rem;
    line-height: 1.4;
    color: #fff;
    max-width: 560px;
    margin: 0 auto;
}

/* Сітка 3 × N */
.coop-rules__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 200px;
}

@media (max-width: 900px) {
    .coop-rules__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 32px;
    }
}

@media (max-width: 560px) {
    .coop-rules__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

/* Правило */
.coop-rule {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.coop-rule__number {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 3.5rem;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
    filter: blur(0.8px);
}

.coop-rule__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    color: rgba(255, 255, 255);
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.coop-rule__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 250;
    font-size: 1rem;
    line-height: 1.75;
    color: #fff;
    margin: 0;
}

/* ─── Адаптив ────────────────────────────────────── */
@media (max-width: 768px) {
    .coop-rules {
        padding: 72px 0 80px;
    }

    .coop-rules__header {
        margin-bottom: 48px;
    }
}
/* ===================================================
   SITE FOOTER (такий самий стиль як fullscreen-menu)
   =================================================== */

.site-footer {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    min-height: 100svh; /* iOS Safari: точна висота без верхнього/нижнього тулбару */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.site-footer__bg {
    position: absolute;
    inset: 0;
    background-image: url('../img/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(4px);
    transform: scale(1.05);
    z-index: 0;
}

.site-footer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
}

.site-footer__container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ─── Верх: логотип ────────────────────────────────── */
.site-footer__top {
    flex: 0 0 auto;
    margin-bottom: 150px;
}

.site-footer__logo img {
    height: 60px;
    width: auto;
}

/* ─── Тіло: контакти + навігація ───────────────────── */
.site-footer__body {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

/* ─── Ліва колонка: контакти ─────────────────────── */
.site-footer__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.site-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.site-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.site-footer__contact-text {
    font-family: "Gilroy", sans-serif;
    font-weight: 250;
    font-size: 1rem;
    line-height: 1.65;
    color: #fff;
    margin: 0;
    max-width: 480px;
}

.site-footer__contact-link {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.4vw, 17px);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-underline-offset: 3px;
    transition: color 0.25s ease;
}

.site-footer__contact-link:hover {
    color: #ffffff;
    text-decoration-color: rgba(255, 255, 255, 0.6);
}

/* ─── Права колонка: навігація ───────────────────── */
.site-footer__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.site-footer__nav {
    width: 100%;
}

.site-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    width: 100%;
}

.site-footer__list li {
    margin: 0;
    padding: 0;
}

.site-footer__list a {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 1.65rem;
    line-height: 2.2;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-footer__list a:hover {
    opacity: 0.6;
    transform: translateX(-6px);
}

.site-footer__list .current-menu-item a,
.site-footer__list .current_page_item a {
    color: #D0C4AF;
}

/* ─── Низ: кнопка + копірайт ────────────────────────── */
.site-footer__bottom {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 120px;
}

.site-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.site-footer__cta:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
}

.site-footer__copy {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    margin: 0;
}

/* Адаптив site-footer винесено у responsive.css */

/* ===================================================
   GLOBAL BACKGROUND (паралакс-ефект)
   Розмита картинка фіксована, секції перекривають її зверху
   =================================================== */

body.has-global-bg::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: var(--global-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px) brightness(0.4);
    -webkit-filter: blur(8px) brightness(0.4);
    z-index: -1;
    pointer-events: none;
    will-change: transform;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Секції з кольором перекривають фон */
body.has-global-bg .site-main {
    position: relative;
    z-index: 1;
}
/* product-slider.css */

/* ─── Обгортка слайдера ──────────────────────────────────── */
.product-slider-wrap {
    position: relative;
    overflow: hidden;
}

.product-swiper {
    overflow: visible !important;
    margin: 0 5vw;
}

.product-swiper__slide {
    /* width задається через JS (product-slider.js) */
    height: 90vw;
    overflow: hidden;
    cursor: grab;
    flex-shrink: 0;
}

.product-swiper__slide:active {
    cursor: grabbing;
}

@media (min-width: 768px) {
    .product-swiper {
        margin: 0 50px;
    }

    .product-swiper__slide {
        height: 520px;
    }
}

.product-swiper__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.product-swiper__img:hover {
    transform: scale(1.02);
}

/* ─── Пагінація ─────────────────────────────────────────── */
.product-swiper__pagination {
    margin-top: 16px;
    text-align: left;
    padding-left: 4px;
}

.product-swiper__pagination .swiper-pagination-bullet {
    background: currentColor;
    opacity: 0.3;
}

.product-swiper__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
}
.swiper-pagination-bullet-active {
    background: #fff!important;

}
.swiper-pagination-bullet {
    cursor: pointer;
}
/* ─── Стрілки ───────────────────────────────────────────── */
.product-swiper__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.product-swiper__arrow:hover {
    background: rgba(255, 255, 255, 0.3);
}

.product-swiper__arrow--prev {
    left: 12px;
}

.product-swiper__arrow--next {
    right: calc(80px + 12px);
}

.product-swiper__arrow.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* ─── Lightbox ───────────────────────────────────────────── */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.lightbox.is-open {
    opacity: 1;
    pointer-events: all;
}

.lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(6px);
}

.lightbox__inner {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox__img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

.lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.lightbox__close:hover {
    background: rgba(255, 255, 255, 0.25);
}