:root {
    --rose: #d77bb9;
    --rose-dark: #c4559e;
    --ink: #111111;
    --muted: #111111;
    --line: #f0e9ef;
    --soft: #fbf7fa;
    --sage: #9bb88e;
}
* { box-sizing: border-box; }
html { min-height: 100%; }
body { min-height: 100vh; margin: 0; font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: #fff; font-weight: 400; display: flex; flex-direction: column; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.ui-icon { width: 18px; height: 18px; display: inline-flex; flex: 0 0 auto; color: #bfa6ba; vertical-align: -3px; }
.ui-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.site-topbar { height: 38px; border-bottom: 1px solid var(--line); color: #8d858c; font-size: 14px; background: #fbfafb; }
.wrap { max-width: 1148px; margin: 0 auto; padding: 0 18px; }
.site-topbar .wrap, .site-header, .site-nav, .category-nav, .product-page { display: flex; align-items: center; gap: 24px; }
.site-topbar .wrap { height: 38px; justify-content: space-between; }
.site-topbar__left, .site-topbar__right { display: flex; align-items: center; gap: 38px; white-space: nowrap; }
.site-topbar__left span, .site-topbar__right a { display: inline-flex; align-items: center; gap: 7px; }
.address-dropdown { position: relative; display: inline-flex; min-width: 0; color: inherit; }
.address-dropdown summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; color: inherit; }
.address-dropdown summary::-webkit-details-marker { display: none; }
.address-dropdown__trigger { display: inline-flex; align-items: center; gap: 7px; color: inherit; cursor: default; }
.address-dropdown__chevron { color: var(--rose-dark); font-size: 12px; line-height: 1; }
.address-dropdown__panel { position: absolute; left: 0; top: calc(100% + 10px); z-index: 70; display: grid; gap: 7px; width: min(360px, calc(100vw - 36px)); padding: 12px; border: 1px solid #ead3df; border-radius: 8px; background: #fff; box-shadow: 0 16px 38px rgba(74, 54, 64, .14); color: var(--ink); white-space: normal; }
.site-topbar__left .address-dropdown__panel { display: grid; }
.address-dropdown--hover .address-dropdown__panel { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(4px); transition: opacity .15s ease, transform .15s ease, visibility .15s ease; }
.address-dropdown--hover:hover .address-dropdown__panel,
.address-dropdown--hover:focus-within .address-dropdown__panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.address-dropdown__item { display: block; padding: 8px 10px; border-radius: 6px; background: var(--soft); line-height: 1.35; }
.site-topbar__left .address-dropdown__item { display: block; }
.site-footer .address-dropdown__panel { top: auto; bottom: calc(100% + 10px); }
.folder-card .address-dropdown,
.page-card .address-dropdown { display: block; width: 100%; }
.folder-card .address-dropdown summary,
.page-card .address-dropdown summary { font-weight: 600; color: var(--rose-dark); }
.folder-card .address-dropdown__panel,
.page-card .address-dropdown__panel { position: static; width: 100%; margin-top: 8px; padding: 0; border: 0; box-shadow: none; background: transparent; }
.folder-card .address-dropdown__item,
.page-card .address-dropdown__item { padding: 6px 0; background: transparent; color: #1f171d; }
.site-header { min-height: 108px; justify-content: space-between; }
.site-header__logo { display: flex; align-items: center; min-width: 302px; }
.site-header__logo img { width: 280px; height: 82px; object-fit: contain; }
.site-header__logo-note { display: none; }
.site-header__menu-toggle { display: none; }
.mobile-nav { display: none; }
.site-nav { min-height: 58px; justify-content: flex-end; font-size: 15px; color: #4c4850; flex: 1; gap: 42px; }
.category-nav { min-height: 60px; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 6px 18px rgba(83, 65, 75, .04); font-size: 14px; color: #766f78; }
.category-nav .wrap { display: flex; align-items: stretch; justify-content: space-between; gap: 18px; overflow: visible; min-height: 60px; }
.category-nav a { flex: 0 0 auto; }
.category-nav__item { position: relative; display: flex; align-items: center; }
.category-nav__link { display: inline-flex; align-items: center; gap: 10px; }
.category-nav__link .ui-icon { width: 25px; height: 25px; }
.category-icon { color: #bfa6ba; }
.category-nav__submenu { position: absolute; left: 0; top: 100%; min-width: 230px; padding: 9px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 16px 38px rgba(74, 54, 64, .12); display: none; z-index: 30; }
.category-nav__item:hover .category-nav__submenu,
.category-nav__item:focus-within .category-nav__submenu { display: grid; gap: 3px; }
.category-nav__submenu a { padding: 9px 10px; border-radius: 7px; color: #665e67; }
.category-nav__submenu a:hover { background: var(--soft); color: var(--rose-dark); }
.site-nav a { padding: 19px 0; }
.site-nav a.more { color: var(--rose-dark); }
.nav a:hover { color: var(--rose-dark); }
.hero { padding: 18px 0 30px; }
.hero__slider { position: relative; min-height: 360px; overflow: hidden; border-radius: 18px; background: #f8f0f4; box-shadow: 0 18px 46px rgba(74, 54, 64, .08); }
.hero__slide { position: absolute; inset: 0; display: block; opacity: 0; pointer-events: none; background-size: cover; background-position: center; transition: opacity .42s ease; z-index: 0; }
.hero__slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,252,.94) 0%, rgba(255,250,252,.84) 33%, rgba(255,250,252,.35) 57%, rgba(255,250,252,0) 76%); z-index: 1; pointer-events: none; }
.hero__slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.hero__slide-copy { position: relative; z-index: 2; display: flex; width: 46%; min-height: 360px; padding: 74px 0 0 78px; flex-direction: column; align-items: flex-start; color: #1f171d; }
.hero__slide-copy strong { max-width: 430px; margin: 0 0 16px; font-size: 20px; line-height: 1.16; font-weight: 600; letter-spacing: 0; }
.hero__slide-copy span { max-width: 350px; margin: 0 0 28px; color: #1f171d; font-size: 15px; line-height: 1.45; }
.hero__slide-copy em { min-height: 48px; padding: 0 24px; border-radius: 10px; background: var(--rose); color: #fff; display: inline-flex; align-items: center; font-style: normal; font-weight: 700; box-shadow: 0 14px 28px rgba(215, 123, 185, .26); }
.hero-card { position: relative; min-height: 304px; overflow: hidden; border-radius: 18px; background-image: url('/images/reference-crops/hero.jpg'); background-size: cover; background-position: center; }
.hero-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.62), rgba(255,255,255,0) 54%); }
.hero-card.reference-image::before { display: none; }
.hero-card.reference-image .hero-copy,
.hero-card.reference-image .hero__arrow,
.hero-card.reference-image .hero__dots { display: none; }
.hero-copy { position: relative; z-index: 2; width: 44%; padding: 62px 0 0 78px; color: var(--ink); }
.hero-title { margin: 0 0 16px; font-size: 39px; line-height: 1.22; font-weight: 500; letter-spacing: 0; }
.hero-subtitle { margin: 0 0 30px; color: #6f6871; font-size: 17px; }
.hero__dots { position: absolute; right: 142px; bottom: 40px; display: flex; gap: 10px; z-index: 11; pointer-events: auto; }
.hero__arrow { position: absolute; right: 30px; bottom: 28px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: #7f6878; display: grid; place-items: center; font: inherit; font-size: 28px; padding: 0; cursor: pointer; z-index: 10; box-shadow: 0 10px 24px rgba(74, 54, 64, .14); backdrop-filter: blur(10px); }
.hero__arrow--prev { left: auto; right: 84px; }
.hero__arrow--next { right: 30px; }
.hero__dot { width: 18px; height: 18px; border-radius: 999px; border: 0; background: transparent; padding: 4px; cursor: pointer; position: relative; }
.hero__dot::after { content: ''; display: block; width: 10px; height: 10px; border-radius: 999px; border: 1px solid rgba(196,85,158,.28); background: rgba(255,255,255,.86); }
.hero__dot.is-active::after { background: var(--rose); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 4px; border: 1px solid var(--rose); background: var(--rose); color: #fff; font-weight: 600; }
.btn.secondary { background: #fff; color: var(--rose-dark); }
.section { padding: 28px 0 36px; }
.section__head { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 24px; }
.section__title { margin: 0; font-size: 30px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.section__link { color: #756d75; display: inline-flex; align-items: center; gap: 12px; }
.product-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { border: 1px solid var(--line); background: #fff; border-radius: 14px; overflow: hidden; }
.product-card__title { margin: 0 0 8px; font-size: 18px; }
.product-card__text { margin: 0; color: var(--muted); line-height: 1.45; }
.folder-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0 0 28px; }
.folder-card { position: relative; min-height: 122px; padding: 24px 54px 24px 24px; border: 1px solid #f0dfe8; border-radius: 14px; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #fff8fc 50%, #f7eef4 100%); display: grid; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto; align-content: center; column-gap: 14px; row-gap: 4px; box-shadow: 0 12px 30px rgba(74, 54, 64, .045); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.folder-card::before { content: ''; position: absolute; right: -32px; top: -42px; width: 112px; height: 112px; border-radius: 999px; background: rgba(215, 123, 185, .12); }
.folder-card::after { content: '›'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--rose-dark); font-size: 31px; line-height: 1; opacity: .72; transition: transform .2s ease, opacity .2s ease; }
.folder-card:hover { transform: translateY(-3px); border-color: #e5bfd4; box-shadow: 0 18px 38px rgba(74, 54, 64, .09); }
.folder-card:hover::after { transform: translate(4px, -50%); opacity: 1; }
.folder-card__icon { width: 38px; height: 38px; padding: 8px; border-radius: 12px; background: #fff; color: var(--rose); margin: 0; grid-row: 1 / span 2; grid-column: 1; align-self: center; box-shadow: 0 8px 20px rgba(196, 85, 158, .12); }
.folder-card__title { max-width: 230px; font-size: 20px; line-height: 1.18; font-weight: 600; color: var(--ink); grid-column: 2; }
.folder-card__meta { color: #1f171d; font-size: 13px; line-height: 1.35; grid-column: 2; }
.folder-card--info { padding-right: 24px; }
.folder-card--info::after { display: none; }
.folder-card--info .folder-card__meta { max-width: 250px; font-size: 14px; line-height: 1.55; }
.folder-card--info .folder-card__meta a { display: inline-flex; margin-right: 14px; color: var(--rose-dark); font-weight: 700; }
.demo-bouquet { width: 100%; height: 100%; background: radial-gradient(circle at 44% 36%, #ef9eb9 0 8%, transparent 9%), radial-gradient(circle at 55% 34%, #f8d5df 0 9%, transparent 10%), radial-gradient(circle at 48% 48%, #edaac2 0 10%, transparent 11%), radial-gradient(circle at 59% 50%, #fff2f6 0 8%, transparent 9%), radial-gradient(ellipse at 43% 64%, #9daf8d 0 5%, transparent 6%), radial-gradient(ellipse at 62% 67%, #7f9274 0 5%, transparent 6%), linear-gradient(156deg, #ffffff 0 33%, #f9f4f6 34% 58%, #f2e9ee 59% 100%); background-size: 100% 100%; transform: scale(1.05); }
.product-card:hover { border-color: #e5c8d0; box-shadow: 0 14px 32px rgba(74, 54, 64, .08); transform: translateY(-2px); }
.product-card { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.product-card__image { aspect-ratio: 1.55 / 1; background: #fff; display: grid; place-items: center; color: var(--rose); font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; font-size: 20px; overflow: hidden; }
.product-card__body { padding: 14px 14px 16px; }
.product-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 10px; }
.product-card__price { color: var(--ink); font-weight: 500; font-size: 20px; }
.product-card__action { min-height: 34px; padding: 0 17px; border: 1px solid #e7bad5; border-radius: 999px; color: var(--rose-dark); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.product-card__old-price { margin-left: 8px; color: #a8a1a7; text-decoration: line-through; font-size: 14px; font-weight: 400; }
.promo-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 46px; }
.promo-card { min-height: 184px; border-radius: 14px; overflow: hidden; position: relative; padding: 34px; background-size: cover; background-position: center; border: 1px solid var(--line); }
.promo-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.42) 52%, rgba(255,255,255,0)); }
.promo-card > * { position: relative; z-index: 1; }
.promo-card.reference-image::before,
.promo-card.reference-image > * { display: none; }
.promo-card__title { margin: 0 0 12px; font-size: 28px; font-weight: 500; }
.promo-card__text { margin: 0 0 20px; color: #756d75; line-height: 1.45; }
.promo-card.author { background-image: url('/images/clean/banner-author.jpg'); }
.promo-card.delivery { background-image: url('/images/clean/banner-delivery.jpg'); }
.promo-card__action { min-height: 38px; padding: 0 19px; border-radius: 7px; font-size: 14px; }
.promo-card.delivery .btn { background: var(--sage); border-color: var(--sage); }
.page { padding-top: 34px; }
.page__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.page__title { margin: 0 0 12px; font-size: 38px; font-weight: 500; letter-spacing: 0; }
.page__excerpt { margin: 0; max-width: 760px; color: var(--muted); line-height: 1.7; }
.page__edit-link { min-height: 38px; padding: 0 16px; border-radius: 7px; border: 1px solid #e7bad5; color: var(--rose-dark); display: inline-flex; align-items: center; white-space: nowrap; font-size: 14px; }
.page__content { max-width: 860px; color: #625b63; line-height: 1.78; font-size: 16px; }
.page__content h2 { margin: 0 0 15px; color: var(--ink); font-size: 28px; font-weight: 500; }
.page__content p { margin: 0 0 15px; }
.page__dynamic { margin-top: 28px; max-width: 980px; }
.page__dynamic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.page-card { min-height: 148px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); }
.page-card strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 17px; }
.page-card span,
.page-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.page-card a { color: var(--rose-dark); font-weight: 600; }
.contact-address-list { display: grid; gap: 6px; }
.contact-address-list__item { display: block; }
.page__dynamic-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.visual-admin { border-top: 1px solid #ead3df; border-bottom: 1px solid #ead3df; background: #fff6fb; }
.visual-admin__inner { max-width: 1148px; margin: 0 auto; padding: 10px 18px; }
.visual-admin__inner details { color: #6a5360; }
.visual-admin__inner summary { cursor: pointer; font-weight: 700; color: var(--rose-dark); }
.visual-admin__form { display: grid; grid-template-columns: 1fr 220px auto; gap: 10px; margin-top: 12px; align-items: end; }
.visual-admin__form input { min-height: 40px; padding: 9px 11px; }
.visual-admin__form button { min-height: 40px; border: 0; border-radius: 7px; background: var(--rose); color: #fff; font-weight: 700; padding: 0 16px; cursor: pointer; }
.breadcrumbs { padding: 24px 0 0; color: var(--muted); font-size: 14px; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.chip { border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; color: #5f5960; }
.chip.active { background: var(--soft); color: var(--rose-dark); border-color: #e8cbd2; }
.catalog-pagination { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.catalog-pagination__summary { color: #6f6871; font-size: 14px; }
.catalog-pagination__nav { display: flex; align-items: center; gap: 8px; }
.catalog-pagination__item { min-width: 38px; height: 38px; padding: 0 13px; border: 1px solid #ead3df; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: #4f4650; font-size: 14px; font-weight: 600; line-height: 1; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.catalog-pagination__item:hover { border-color: #e7bad5; color: var(--rose-dark); transform: translateY(-1px); }
.catalog-pagination__item.is-active { border-color: var(--rose); background: var(--rose); color: #fff; box-shadow: 0 10px 22px rgba(215, 123, 185, .2); }
.catalog-pagination__item.is-disabled { border-color: #f0e9ef; color: #b5acb4; cursor: default; transform: none; }
.catalog-pagination__dots { min-width: 30px; height: 38px; display: inline-flex; align-items: center; justify-content: center; color: #9c939b; }
.product-page { align-items: flex-start; gap: 42px; padding: 42px 0; }
.product-page__media { flex: 1; min-width: 0; }
.product-page__image { aspect-ratio: 4 / 3; background: #fff; display: grid; place-items: center; color: var(--rose); font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; font-size: 20px; overflow: hidden; }
.product-page__gallery-button { width: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; display: block; }
.product-page__gallery-button img { width: 100%; height: 100%; object-fit: cover; }
.product-page__thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.product-page__thumb { aspect-ratio: 1 / 1; border: 1px solid var(--line); border-radius: 8px; padding: 0; overflow: hidden; background: #fff; cursor: pointer; opacity: .72; }
.product-page__thumb.is-active { opacity: 1; border-color: #e7bad5; box-shadow: 0 8px 18px rgba(74, 54, 64, .08); }
.product-page__thumb img { width: 100%; height: 100%; object-fit: cover; }
.photo-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(47, 37, 45, .74); }
.photo-modal.is-open { display: flex; }
.photo-modal__image { max-width: min(1080px, 92vw); max-height: 86vh; border-radius: 12px; box-shadow: 0 24px 70px rgba(0,0,0,.35); background: #fff; }
.photo-modal__close { position: fixed; top: 18px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 26px; cursor: pointer; }
.product-page__info { flex: 1; min-width: 0; }
.product-page__title { margin: 0 0 16px; font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; font-size: 42px; font-weight: 700; }
.product-page__lead { color: var(--muted); line-height: 1.7; }
.product-page__price-line { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin: 10px 0 16px; }
.product-page__price { color: var(--ink); font-weight: 500; font-size: 28px; }
.product-page__old-price { color: #a8a1a7; text-decoration: line-through; font-size: 14px; font-weight: 400; }
.product-page__description { line-height: 1.7; }
.order-form { margin-top: 28px; padding: 22px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
.order-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, textarea { width: 100%; border: 1px solid #ddd1d6; border-radius: 4px; padding: 12px 13px; font: inherit; background: #fff; }
input.is-invalid, textarea.is-invalid { border-color: #d989a5; background: #fff8fb; }
.form-field { display: grid; gap: 6px; }
.field-error { color: #9a385f; font-size: 13px; line-height: 1.4; }
.order-form__quantity { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
.order-form__quantity input { color: var(--ink); font-size: 16px; }
.order-form__total { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid #ead3df; border-radius: 6px; background: #fff; }
.order-form__total span { color: var(--muted); }
.order-form__total strong { color: var(--rose-dark); font-size: 20px; }
.order-form__success { display: grid; gap: 5px; }
.order-form__success strong { color: #274a30; }
.order-form__success span { color: #4d7256; font-size: 14px; }
.order-form__consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.order-form__consent input { width: 18px; height: 18px; margin-top: 1px; padding: 0; flex: 0 0 auto; accent-color: var(--rose); }
.order-form__consent a { color: var(--rose-dark); text-decoration: underline; text-underline-offset: 3px; }
.order-form__consent.is-invalid span { color: #9a385f; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
textarea { min-height: 96px; resize: vertical; }
.form-field--full { grid-column: 1 / -1; }
.alert { padding: 14px 16px; margin-bottom: 16px; border-radius: 4px; background: #eef8ef; color: #355c3a; }
.alert--error { display: grid; gap: 5px; border: 1px solid #efc5d3; background: #fff4f8; color: #8b3155; }
.alert--error strong { color: #7c274b; }
.alert--error span { font-size: 14px; }
.cookie-consent { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 960px; margin: 0 auto; padding: 16px 18px; border: 1px solid #ead3df; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 18px 44px rgba(74, 54, 64, .14); color: var(--muted); font-size: 14px; line-height: 1.45; }
.cookie-consent[hidden] { display: none; }
.cookie-consent__title { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; }
.cookie-consent a { color: var(--rose-dark); text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent__button { min-height: 40px; padding: 0 17px; border: 0; border-radius: 6px; background: var(--rose); color: #fff; font: inherit; font-weight: 700; cursor: pointer; white-space: nowrap; }
.site-main { flex: 1 0 auto; }
.site-footer { flex-shrink: 0; border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); }
body,
.site-topbar,
.site-nav,
.category-nav,
.category-nav__submenu a,
.hero__slide-copy,
.hero__slide-copy span,
.hero-copy,
.hero-subtitle,
.section__link,
.product-card__text,
.folder-card__title,
.folder-card__meta,
.product-card__price,
.promo-card__text,
.page__excerpt,
.page__content,
.page__content h2,
.page-card strong,
.page-card p,
.visual-admin__inner details,
.breadcrumbs,
.chip,
.order-form__quantity,
.order-form__quantity input,
.order-form__total span,
.order-form__consent,
.cookie-consent,
.cookie-consent__title,
.site-footer,
.mobile-nav__title,
.mobile-nav__list a,
.mobile-nav__link--child {
    color: #111111;
}
.mobile-contact { display: none; }
@media (max-width: 860px) {
    .site-topbar { height: auto; }
    .site-topbar .wrap, .site-header, .product-page { align-items: flex-start; flex-direction: column; }
    .site-topbar .wrap { height: auto; padding-top: 10px; padding-bottom: 10px; }
    .site-topbar__left, .site-topbar__right { flex-wrap: wrap; gap: 10px 16px; white-space: normal; }
    .site-topbar .address-dropdown { width: 100%; }
    .site-topbar .address-dropdown__panel { position: static; width: 100%; margin-top: 8px; box-shadow: none; }
    .site-topbar .address-dropdown--hover .address-dropdown__panel { display: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
    .site-topbar .address-dropdown--hover:hover .address-dropdown__panel,
    .site-topbar .address-dropdown--hover:focus-within .address-dropdown__panel { display: grid; }
    .site-header { min-height: 0; padding-top: 10px; padding-bottom: 12px; flex-direction: row; align-items: center; justify-content: space-between; gap: 14px; }
    .site-header__logo { min-width: 0; }
    .site-header__logo img { width: 218px; height: 64px; }
    .site-header__logo-note { font-size: 20px; }
    .site-nav, .category-nav { display: none; }
    .site-header__menu-toggle { width: 46px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--rose-dark); display: inline-grid; place-items: center; flex: 0 0 auto; cursor: pointer; }
    .site-header__menu-toggle span,
    .site-header__menu-toggle::before,
    .site-header__menu-toggle::after { content: ''; display: block; width: 22px; height: 2px; border-radius: 999px; background: currentColor; }
    .site-header__menu-toggle { gap: 5px; }
    .mobile-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
    .mobile-nav.is-open { display: block; }
    .mobile-nav[hidden] { display: none; }
    .mobile-nav__inner { padding-top: 14px; padding-bottom: 16px; display: grid; gap: 18px; }
    .mobile-nav__title { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
    .mobile-nav__list { display: grid; gap: 2px; }
    .mobile-nav__list a { min-height: 42px; display: flex; align-items: center; gap: 10px; border-radius: 8px; color: var(--ink); font-weight: 600; }
    .mobile-nav__list a:hover { color: var(--rose-dark); background: var(--soft); }
    .mobile-nav__link--child { min-height: 36px; padding-left: 35px; color: #716871; font-size: 14px; font-weight: 500; }
    .mobile-nav__divider { height: 1px; background: var(--line); }
    .mobile-contact { min-height: 58px; padding: 10px 12px 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; border-top: 1px solid var(--line); background: #fff; }
    .mobile-contact a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid #ead3df; color: var(--rose-dark); font-size: 13px; font-weight: 700; background: #fff; }
    .mobile-contact__link--primary { border-color: var(--rose); background: var(--rose); color: #fff; }
    .category-nav__submenu { display: none !important; }
    .product-page__title { font-size: 34px; line-height: 1.16; }
    .hero-card { min-height: 292px; background-position: 58% center; }
    .hero__slider { min-height: 328px; }
    .hero-copy { width: 86%; padding: 48px 28px 0; }
    .hero__slide { background-position: 60% center; }
    .hero__slide::before { background: linear-gradient(90deg, rgba(255,250,252,.96) 0%, rgba(255,250,252,.86) 48%, rgba(255,250,252,.34) 78%, rgba(255,250,252,0) 100%); }
    .hero__slide-copy { width: 72%; min-height: 328px; padding: 42px 28px 70px; }
    .hero__slide-copy strong { max-width: 390px; margin-bottom: 12px; font-size: 20px; line-height: 1.16; }
    .hero__slide-copy span { max-width: 300px; margin-bottom: 22px; font-size: 15px; }
    .hero__slide-copy em { min-height: 40px; padding: 0 18px; font-size: 14px; }
    .hero__arrow--prev { left: auto; right: 78px; }
    .hero__arrow--next { right: 24px; }
    .hero__dots { left: 28px; right: auto; bottom: 24px; transform: none; }
    .hero-title { font-size: 31px; }
    .product-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .folder-list { grid-template-columns: 1fr; }
    .product-page__thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .page__dynamic-grid { grid-template-columns: 1fr; }
    .page__head { flex-direction: column; }
    .visual-admin__form { grid-template-columns: 1fr; }
    .promo-list { grid-template-columns: 1fr; }
    .order-form__grid { grid-template-columns: 1fr; }
    .catalog-pagination { align-items: flex-start; flex-direction: column; }
    .catalog-pagination__nav { width: 100%; overflow-x: auto; padding-bottom: 4px; }
    .cookie-consent { left: 12px; right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; gap: 12px; }
    .cookie-consent__button { width: 100%; }
}
@media (max-width: 520px) {
    .product-list { grid-template-columns: 1fr; }
    .hero h1 { font-size: 32px; }
    .hero__arrow { display: none; }
    .hero__slider { min-height: 346px; border-radius: 16px; }
    .hero__slide { background-position: 66% center; }
    .hero__slide::before { background: linear-gradient(90deg, rgba(255,250,252,.98) 0%, rgba(255,250,252,.9) 56%, rgba(255,250,252,.44) 100%); }
    .hero__slide-copy { width: 92%; min-height: 346px; padding: 34px 22px 72px; }
    .hero__slide-copy strong { font-size: 18px; line-height: 1.16; }
    .hero__slide-copy span { max-width: 260px; font-size: 15px; }
    .product-page__title { font-size: 30px; }
}
