﻿@font-face {
    font-family: 'TT Norms Pro Serif';
    src: url('../assets/fonts/TT_Norms_Pro_Serif_Normal_Italic.woff2') format('woff2'),
         url('../assets/fonts/TT_Norms_Pro_Serif_Normal_Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* ========== ПЕРЕКЛЮЧЕНИЕ ВЕРСИЙ ========== */

/* По умолчанию: мобильная/планшетная версия видна, десктопная скрыта */
.mobile-layout  { display: block; width: 100%; max-width: 100%; margin: 0 auto; }
.desktop-layout { display: none; }
.desktop-page   { display: none; }

/* Десктоп от 1025px: показываем десктоп, скрываем мобильную/планшетную */
@media (min-width: 1025px) {
    .mobile-layout  { display: none; }
    .desktop-layout { display: block; }
    .desktop-page   { display: block; }
    /* zoom:0.8 отключён — переходим на clamp()-масштабирование */
    /* html { zoom: 0.8; } */
}

/* ========== RESET ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #fff;
    color: #1f1a1a;
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
}

em, i {
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
}

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

/* ========== HERO SECTION ========== */
.hero {
    position: relative;
    width: 100%;
    height: 594px;
    color: #fff;
    background: #fff;
    z-index: 1;
}

.hero-photo-wrap {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    height: 517px;
    overflow: hidden;
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 15px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.46);
}

.hero-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #fff;
    z-index: 50;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.hero-header.is-scrolled {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 10px rgba(0,0,0,0.07);
}

.hero-arch {
    height: 32px;
    width: auto;
    flex-shrink: 0;
}

.hero-logo-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    line-height: 0;
}

.hero-logo-text {
    height: 32px;
    width: auto;
}

.hero-logo-full {
    display: none;
    line-height: 0;
}

.hero-right {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 2px;
}

.hero-msg-link {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
}

.hero-msg-link:active {
    opacity: 1;
}

.hero-burger {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-burger-img {
    display: block;
}

.hero-content,
.hero-card {
    z-index: 2;
}

.hero-content {
    position: absolute;
    top: 122px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    text-align: center;
    color: white;
}

.hero-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.18em;
    margin-bottom: 40px;
    line-height: 1.53;
}

.hero-subtitle {
    font-size: 15px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    margin-bottom: 36px;
    opacity: 0.92;
}

.hero-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 43px;
}

.hero-text em {
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
}

.btn-primary,
.btn-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 234px;
    height: 40px;
    border-radius: 37px;
    font-size: 14px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    margin: 0 auto;
    cursor: pointer;
}

.btn-primary {
    background: white;
    border: none;
    color: #1f1a1a;
    margin-bottom: 9px;
    box-shadow: 0 4px 15.9px rgba(0, 0, 0, 0.42);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: white;
    backdrop-filter: blur(2.65px) brightness(1.3);
    box-shadow: 0 4px 15.9px rgba(0, 0, 0, 0.29);
}

.hero-card {
    position: absolute;
    left: 50%;
    top: 519px;
    transform: translateX(-50%);
    width: 136px;
    height: 135.48px;
    z-index: 2;
}

.hero-card-bg {
    position: absolute;
    inset: 0;
    background: rgba(174, 174, 174, 0.11);
    border-radius: 999px;
}

.hero-card-inner {
    position: absolute;
    top: 8.37px;
    left: 8.89px;
    width: 118.22px;
    height: 118.22px;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1.9px,
            transparent 1.9px,
            transparent 3.25px
        ) 33px 0 / 85.22px 100% no-repeat,
        linear-gradient(120deg, #cfb698 13%, #d9bea3 35%, #cfb698 49%, #d8c0a6 63%, #bea284 88%);
    border-radius: 999px;
    overflow: hidden;
}

.hero-card-border {
    position: absolute;
    top: 5.75px;
    left: 6.28px;
    width: 123.45px;
    height: 123.45px;
    border: 1px solid #bea284;
    border-radius: 999px;
}

.hero-card-text {
    position: absolute;
    top: 38px;
    left: 18px;
    width: 99px;
    height: 63px;
    font-size: 10px;
    color: #412e2c;
    text-align: center;
    line-height: 12px;
    z-index: 2;
    overflow: hidden;
}

.hero-card-text strong {
    font-weight: 600;
}

/* ========== OPERATOR INFO SECTION ========== */
.operator {
    position: relative;
    width: 100%;
    padding: 32px 12px 0;
    background: white;
}

.operator > .section-label {
    display: block;
    margin-bottom: 10px;
}

.operator > .section-title {
    margin-bottom: 16px;
}

.section-header {
    text-align: center;
    margin-bottom: 20px;
}

.section-label {
    font-size: 12px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    color: #2f563f;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    font-size: 20px;
    font-weight: 500;
    color: #2f563f;
    line-height: 1.2;
    white-space: normal;
}

/* Operator section overrides */
.operator .section-header {
    margin-bottom: 10px;
}


.operator .section-title {
    line-height: 1.25;
    margin-top: 5px;
    font-size: 21px;
}

.about-note {
    font-size: 12px;
    color: #464646;
    text-align: center;
    margin-bottom: 20px;
    line-height: 18px;
}

.amenities-stage {
    position: relative;
    overflow: hidden;
}

.m-loc-title {
    font-size: clamp(16px, 5vw, 22px);
    line-height: 1.25;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

.operator-desc {
    font-size: 12px;
    color: #464646;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0 10px;
}

.light {
    font-weight: 300;
    color: #999;
}

.operator-desc em {
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
    color: #2f563f;
    letter-spacing: 0.01em;
}

.operator-arrow-img {
    display: block;
    margin: 0 auto 10px;
    transform: rotate(90deg);
    opacity: 0.85;
}

/* line.svg скрыта на мобильном, показывается только на landscape-планшете */
.operator-line {
    display: none;
}

/* Враппер коннектора — базовое поведение: блок, элементы складываются вертикально */
.operator-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.operator-arrow-wrap {
    display: flex;
    align-items: center;
}

.operator-desc--secondary {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 10px;
}

.operator-desc--secondary strong {
    font-weight: 600;
    color: #2f563f;
}

.operator-desc--secondary em {
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    color: #2f563f;
    font-weight: 400;
}

.operator-gallery-shell {
    margin-bottom: 0;
    padding-bottom: 12px;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.gallery-tap-hint {
    font-size: 11px;
    color: #2f563f;
    text-align: center;
    margin: 10px 8px 0;
    line-height: 1.35;
    opacity: 0.92;
}

/* Текст + кнопка рядом (однострочная полоса) */
.ops-gallery-cta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 10px;
    padding: 0 2px;
}

.ops-gallery-cta-text {
    flex: 1 1 auto;
    margin: 0;
    font-size: 11px;
    line-height: 1.3;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ops-gallery-cta-btn {
    flex-shrink: 0;
    padding: 5px 13px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    letter-spacing: 0.02em;
    line-height: 1.25;
    color: #2f563f;
    background: rgba(47, 86, 63, 0.07);
    border: 1px solid rgba(47, 86, 63, 0.45);
    border-radius: 999px;
    cursor: pointer;
    box-shadow: none;
}

.ops-gallery-cta-btn:hover {
    background: rgba(47, 86, 63, 0.12);
    border-color: rgba(47, 86, 63, 0.6);
}

.gallery {
    --g-gap: 6px;
    --g-row: 115px;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--g-gap);
}

/* Ряды 2 и 3: слева белый фон, справа бежевый (как в макете) */
.gallery::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(var(--g-row) + var(--g-gap));
    height: calc(var(--g-row) * 2 + var(--g-gap));
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #ffffff 50%, #f7f4ee 50%);
    border-radius: 0;
}

.ops-gallery-tile {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 0;
    overflow: hidden;
}

.gallery-img-1,
.gallery-img-4 {
    grid-column: span 2;
}

.ops-gallery-tile img {
    width: 100%;
    height: var(--g-row);
    object-fit: cover;
    display: block;
}

/* Точечная правка кадрирования мобильной галереи */
.ops-gallery-tile.gallery-img-2 img {
    object-position: 25% center;
}

.ops-gallery-tile.gallery-img-3 img {
    object-position: center 30%;
}

.ops-gallery-tile.gallery-img-4 img {
    object-position: left bottom;
}

/* Асимметричные скругления по макету */
.ops-gallery-tile.gallery-img-1 {
    /* верхний левый — главный акцент */
    border-radius: 80px 10px 10px 10px;
}

.ops-gallery-tile.gallery-img-2 {
    /* левое в ряду — акцент нижний левый */
    border-radius: 10px 10px 10px 56px;
}

.ops-gallery-tile.gallery-img-3 {
    /* правое в ряду — акцент верхний правый */
    border-radius: 10px 56px 10px 10px;
}

.ops-gallery-tile.gallery-img-4 {
    /* только нижний правый — бежевая сторона */
    border-radius: 10px 10px 64px 10px;
}


.m-loc-route-icon {
    width: 16px;
    height: 16px;
    color: #2f563f;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-loc-route-icon svg {
    width: 100%;
    height: 100%;
}

/* устарело — оставлено для обратной совместимости */
.loc-walk-icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 3px;
    opacity: 0.75;
    flex-shrink: 0;
    display: inline-block;
}

/* При наведении — иконка «развернуть» (угловые скобки); на тач — лёгкий постоянный акцент */
.ops-gallery-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(15, 12, 10, 0.06) 0%, rgba(15, 12, 10, 0.42) 100%);
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
    z-index: 2;
}

.ops-gallery-zoom-ico {
    display: block;
    width: 34px;
    height: 34px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7'/%3E%3C/svg%3E");
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}

@media (hover: hover) and (pointer: fine) {
    .ops-gallery-tile:hover .ops-gallery-hover,
    .ops-gallery-tile:focus-visible .ops-gallery-hover {
        opacity: 1;
    }
}

@media (hover: none), (pointer: coarse) {
    .ops-gallery-hover {
        opacity: 0.82;
        background: linear-gradient(0deg, rgba(15, 12, 10, 0.38) 0%, transparent 52%);
        align-items: flex-end;
        justify-content: flex-end;
        padding: 8px;
    }

    .ops-gallery-zoom-ico {
        width: 28px;
        height: 28px;
    }
}

/* Beige tail: starts after gallery, flows into .about */
.operator-beige {
    background: #f7f4ee;
    margin: 0 -12px;
    padding: 20px 12px 20px;
}

/* Features card */
.features-card {
    background: linear-gradient(180deg, #f0ece3 0%, #fff 100%);
    border: 1px solid rgba(207,182,152,0.5);
    border-radius: 12px 48px 12px 12px;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}

.features-title {
    font-size: 16px;
    font-weight: 400;
    color: #2f563f;
    line-height: 1.3;
    margin-bottom: 12px;
}

.feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    align-items: flex-start;
}

.feature-icon {
    width: 27px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.feature-text {
    font-size: 14px;
    color: #464646;
    line-height: 15px;
}

/* Мини-список «Что изменилось» в белой части секции */
.relaunch-features-title {
    font-size: 14px;
    font-weight: 500;
    color: #2f563f;
    margin-top: 16px;
    margin-bottom: 12px;
}

.relaunch-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.relaunch-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.relaunch-feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: contain;
}

.relaunch-feature-text {
    font-size: 12px;
    font-weight: 300;
    color: #464646;
    line-height: 1.4;
}

/* Quote */
.operator-quote-block {
    margin-top: 8px;
}

.operator-quote-col {
    display: flex;
    flex-direction: column;
}

.operator-quote-aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.operator-quote-ellipse {
    width: min(200px, 70vw);
    height: auto;
    object-fit: contain;
}

/* Секция «Что изменилось» — только для планшета, на мобильном скрыта */
.changes-section {
    display: none;
}

.quote {
    font-size: 12px;
    color: #464646;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 0 4px;
}

.quote-author {
    text-align: center;
    font-size: 10px;
    color: #464646;
    margin-top: 14px;
}

.quote-author strong {
    font-weight: 500;
}

.quote-role {
    font-size: inherit;
    font-style: normal;
}

/* ========== ABOUT US SECTION ========== */
.about {
    position: relative;
    padding: 20px 12px 16px;
    background: #f7f4ee;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-size: 24px;
    font-weight: 500;
    color: #2f563f;
    line-height: 1.15;
    margin-bottom: 4px;
}

.stat-value--it {
    font-size: 17px;
}

.stat-desc {
    font-size: 10px;
    color: #2f563f;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    line-height: 1.35;
}

.hotel-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 8px 20px rgba(31, 26, 26, 0.06);
}

.hotel-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.hotel-info {
    padding: 10px;
}

.hotel-name {
    font-size: 16px;
    color: black;
    margin-bottom: 2px;
}

.hotel-address {
    font-size: 10px;
    color: #6b6256;
    margin-bottom: 5px;
}

.hotel-desc {
    font-size: 10px;
    color: #464646;
    line-height: 11px;
}

/* Hotels slider */
.hotels-slider-outer {
    overflow: hidden;
    margin: 0 -12px;
}

.hotels-slider {
    display: flex;
    padding-left: 12px;
    transition: transform 0.35s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

.hotel-slide {
    flex: 0 0 82%;
    margin-right: 10px;
    background: white;
    border-radius: 12px 36px 12px 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}

.hotel-slide .hotel-name {
    font-size: 14px;
    font-weight: 500;
    color: #2f563f;
    padding: 12px 12px 6px;
    margin: 0;
    line-height: 1.3;
    min-height: 55px;
}

.hotel-slide img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.hotel-slide .hotel-address {
    font-size: 10px;
    color: #6b6256;
    padding: 8px 12px 2px;
    margin: 0;
}

.hotel-slide .hotel-desc {
    font-size: 10px;
    color: #464646;
    line-height: 1.4;
    padding: 0 12px 12px;
    margin: 0;
}

.hotels-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 14px 0 8px;
}

.hotels-arrow {
    background: none;
    border: 1px solid rgba(47,86,63,0.3);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.hotels-dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.hotels-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(47,86,63,0.25);
    transition: all 0.25s;
    cursor: pointer;
    display: block;
}

.hotels-dot.active {
    background: #2f563f;
    width: 8px;
    height: 8px;
}

/* ========== AMENITIES SECTION ========== */
.amenities {
    padding: 36px 12px 24px;
    background: white;
}

.amenities .section-header {
    margin-bottom: 16px;
}

.am-outer {
    overflow: hidden;
    margin: 0 -12px;
}

.am-track {
    display: flex;
    padding-left: 12px;
    transition: transform 0.35s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

.am-slide {
    flex: 0 0 86%;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 12px 48px 12px 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.am-slide-img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.am-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 16px 18px;
    background: linear-gradient(to top, rgba(0,0,0,0.68) 0%, transparent 100%);
}

.am-slide-name {
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin: 0 0 5px;
    line-height: 1.2;
}

.am-slide-desc {
    font-size: 11px;
    color: rgba(255,255,255,0.85);
    line-height: 1.45;
    margin: 0;
}

.am-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 14px 0 0;
}

.am-arrow {
    background: none;
    border: 1px solid rgba(47,86,63,0.3);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.am-dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.am-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(47,86,63,0.25);
    transition: all 0.25s;
    cursor: pointer;
    display: block;
}

.am-dot.active {
    background: #2f563f;
    width: 8px;
    height: 8px;
}

/* ========== INVESTMENT SECTION ========== */
.investment {
    padding: 40px 11px 20px;
    background: white;
}

.investment .section-header {
    margin-bottom: 0;
}

.investment .section-title {
    line-height: 1.15;
    margin-top: 0;
}

.invest-caption {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}

.invest-caption-main {
    font-size: 13px;
    color: #464646;
    line-height: 1.8;
}

.invest-caption-sub {
    font-size: 13px;
    color: #464646;
    line-height: 1.6;
}

.invest-income-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.invest-arrow {
    width: 52px;
    height: auto;
    flex-shrink: 0;
}

.invest-income {
    font-size: 20px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    font-weight: 300;
    color: #464646;
    line-height: 1.3;
    white-space: nowrap;
}

/* Badge «Осталось 28 лотов» */
.invest-badge-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.invest-badge-num {
    font-size: 1.2em;
    font-weight: 500;
    color: #ba9976;
}

.badge-text {
    font-size: 13px;
    color: #c1a587;
    line-height: 1.4;
    white-space: nowrap;
}

/* Карточки 296×90px, акцентный угол справа сверху */
.benefit-card {
    display: flex;
    align-items: stretch;
    border-radius: 10px 50px 10px 10px;
    overflow: hidden;
    height: 90px;
    position: relative;
}

.benefit-card + .benefit-card {
    margin-top: -22px;
    z-index: 2;
}

.benefit-card + .benefit-card + .benefit-card {
    z-index: 3;
}

/* Левая зона: сплошная светлая заливка, процент зелёный */
.benefit-value {
    width: 108px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    color: #2f563f;
    line-height: 1;
    background: linear-gradient(180deg, #ede9e2 0%, #f6f3ee 100%);
}

/* Правая зона: деликатные полосы + мягкий бежевый градиент */
.benefit-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
    color: #464646;
    line-height: 1.55;
    padding: 0 12px;
    border-left: 1px solid rgba(47,86,63,0.07);
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,0.18) 0px,
            rgba(255,255,255,0.18) 2px,
            transparent 2px,
            transparent 5px
        ),
        linear-gradient(180deg, #ece7dd 0%, #f5f2ec 100%);
}

.benefit-text em {
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    color: #6b6256;
}

.btn-gold {
    display: block;
    width: 248px;
    height: 40px;
    background: linear-gradient(0deg, rgba(189,160,128,1) 0%, rgba(189,160,128,1) 100%);
    border: none;
    border-radius: 37px;
    color: white;
    font-size: 14px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    margin: 20px auto 0;
    cursor: pointer;
}

/* ========== LOCATION SECTION ========== */
.m-loc-section {
    padding: 40px 20px 24px;
    background: #f7f4ee;
    color: #5a5858;
}

.m-loc-header .section-label {
    display: block;
    margin-bottom: 10px;
}

.m-loc-content {
    margin-bottom: 20px;
}

.m-loc-header {
    margin-bottom: 15px;
}

.m-loc-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.m-loc-desc em {
    color: #2f563f;
    font-style: normal;
}

.m-loc-routes {
    margin-bottom: 20px;
}

.m-loc-route-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12px;
}

.m-loc-route-pipe {
    color: #2f563f;
    font-weight: 300;
}

.m-loc-route-time {
    color: #2f563f;
    font-weight: 500;
    min-width: 40px;
    flex-shrink: 0;
}

.m-loc-route-line {
    flex: 1;
    height: 1px;
    background: #d8d4cc;
    margin: 0 5px;
}

.m-loc-route-label {
    color: #5a5858;
    font-weight: 300;
}

/* Галерея мобильная */
.m-loc-gallery-wrap {
    margin-top: 20px;
}

.m-loc-gallery-container {
    position: relative;
    border-radius: 50px 12px 12px 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.m-loc-gallery-slider {
    position: relative;
    height: 280px;
}

.m-loc-gallery-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.m-loc-gallery-slide.active {
    opacity: 1;
}

.m-loc-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-loc-gallery-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    padding: 10px 20px;
    background: rgba(247, 244, 238, 0.8);
    border-radius: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.m-loc-gallery-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    color: #2f563f;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.2s;
}

.m-loc-gallery-btn:active {
    transform: scale(0.95);
}

.m-loc-gallery-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.m-loc-gallery-dot {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: rgba(95, 89, 80, 0.3);
    background-clip: content-box;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.m-loc-gallery-dot.active {
    background: #2f563f;
    transform: scale(1.2);
}

/* ========== FOOTER ========== */
.footer {
    background: #f1ecdc;
    padding: 32px 20px 24px;
}

.footer-brand {
    text-align: center;
    margin-bottom: 24px;
}

.footer-logo {
    width: 110px;
    display: block;
    margin: 0 auto 14px;
}

.footer-desc {
    font-size: 11px;
    color: #6b6256;
    line-height: 1.65;
    max-width: 230px;
    margin: 0 auto;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid rgba(47,86,63,0.15);
    border-bottom: 1px solid rgba(47,86,63,0.15);
    padding: 8px 0;
    margin-bottom: 24px;
}

.footer-nav a {
    font-size: 13px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    color: #2f563f;
    text-decoration: none;
    padding: 8px 0;
    letter-spacing: 0.3px;
    width: 100%;
    text-align: center;
}

.footer-nav a + a {
    border-top: 1px solid rgba(47,86,63,0.1);
}

.footer-contacts {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-ico {
    width: 14px;
    height: auto;
    flex-shrink: 0;
    opacity: 0.65;
}

.footer-phone,
.footer-email {
    font-size: 12px;
    color: #2f563f;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
}

.footer-address {
    font-size: 11px;
    color: #6b6256;
    margin: 0;
    line-height: 1.4;
}

.btn-footer {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #2f563f;
    background: transparent;
    border-radius: 37px;
    color: #2f563f;
    font-size: 13px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    font-weight: 500;
    margin: 0 0 16px;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.footer-msg-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.footer-msg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    border-radius: 37px;
    font-size: 13px;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
    transition: background 180ms ease;
}

.footer-msg-btn--tg {
    background: #2f563f;
    color: #fff;
}

.footer-msg-btn--tg img {
    filter: brightness(0) invert(1);
}

.footer-msg-btn--tg:hover {
    background: #254832;
}

.footer-msg-btn--max {
    background: transparent;
    color: #2f563f;
    border: 1px solid #2f563f;
}

.footer-msg-btn--max:hover {
    background: rgba(47,86,63,0.06);
}

.footer-bottom {
    border-top: 1px solid rgba(47,86,63,0.15);
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 4px;
}

.footer-link {
    font-size: 10px;
    color: #6b6256;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 10px;
}

.footer-copy {
    font-size: 10px;
    color: #6b6256;
}

.invest-disclaimer {
    font-size: 9px;
    color: #b5aa9e;
    line-height: 1.55;
    text-align: center;
    padding: 0 4px;
    margin-top: 2px;
}

/* ========== MOBILE NAV MENU ========== */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 380ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav.is-open {
    pointer-events: auto;
    clip-path: inset(0 0 0% 0);
}

.mobile-nav-inner {
    background: #f7f4ee;
    padding: 0 0 28px;
    min-height: 80svh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.mobile-nav-head {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(47,86,63,0.1);
    flex-shrink: 0;
    position: relative;
    background: #fff;
}

.mobile-nav-head-arch {
    height: 32px;
    width: auto;
    flex-shrink: 0;
}

.mobile-nav-head-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 32px;
    width: auto;
    pointer-events: none;
}

.mobile-nav-close {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    padding-top: 4px;
}

.mobile-nav-link {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 13px 24px;
    text-decoration: none;
    position: relative;
    transition: padding-left 200ms ease;
}

.mobile-nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 32px;
    background: #2f563f;
    border-radius: 0 3px 3px 0;
    transition: width 200ms ease;
}

.mobile-nav-link:active::before,
.mobile-nav-link:focus-visible::before,
.mobile-nav-link.active::before {
    width: 3px;
}

.mobile-nav-link:active,
.mobile-nav-link:focus-visible,
.mobile-nav-link.active {
    padding-left: 36px;
}

.mobile-nav-link.active .mobile-nav-text {
    color: #1e3d2b;
    font-weight: 400;
}

.mobile-nav-num {
    font-size: 10px;
    font-weight: 400;
    color: #bea284;
    letter-spacing: 1px;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
}

.mobile-nav-text {
    font-size: 26px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    font-weight: 300;
    color: #2f563f;
    line-height: 1.1;
    letter-spacing: -0.3px;
}

/* Анимация пунктов при открытии */
.mobile-nav-link {
    opacity: 0;
    transform: translateX(-16px);
    transition:
        opacity 280ms ease,
        transform 280ms ease,
        padding-left 200ms ease;
}

.mobile-nav.is-open .mobile-nav-links .mobile-nav-link:nth-child(1) { opacity: 1; transform: none; transition-delay: 80ms; }
.mobile-nav.is-open .mobile-nav-links .mobile-nav-link:nth-child(2) { opacity: 1; transform: none; transition-delay: 130ms; }
.mobile-nav.is-open .mobile-nav-links .mobile-nav-link:nth-child(3) { opacity: 1; transform: none; transition-delay: 180ms; }
.mobile-nav.is-open .mobile-nav-links .mobile-nav-link:nth-child(4) { opacity: 1; transform: none; transition-delay: 230ms; }
.mobile-nav.is-open .mobile-nav-links .mobile-nav-link:nth-child(5) { opacity: 1; transform: none; transition-delay: 280ms; }
.mobile-nav.is-open .mobile-nav-links .mobile-nav-link:nth-child(6) { opacity: 1; transform: none; transition-delay: 330ms; }
.mobile-nav.is-open .mobile-nav-links .mobile-nav-link:nth-child(7) { opacity: 1; transform: none; transition-delay: 380ms; }

.mobile-nav-contacts {
    margin-top: auto;
    padding: 20px 24px 0;
    border-top: 1px solid rgba(47,86,63,0.1);
}

/* Кнопка-телефон */
.mobile-nav-phone-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 16px;
}

.mobile-nav-phone-ring {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2f563f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    animation: phone-pulse 2.4s ease-in-out infinite;
}

@keyframes phone-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(47,86,63,0.35); }
    50% { box-shadow: 0 0 0 7px rgba(47,86,63,0); }
}

.mobile-nav-phone-num {
    font-size: 16px;
    font-weight: 300;
    color: #2f563f;
    letter-spacing: 0.3px;
}

.mobile-nav-messengers {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mobile-nav-messenger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(47,86,63,0.2);
    text-decoration: none;
    line-height: 0;
    overflow: hidden;
}

.mobile-nav-messenger img {
    display: block;
    flex-shrink: 0;
}

/* Затемнение фона за меню */
.mobile-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 199;
    background: rgba(0,0,0,0.15);
}

.mobile-nav-backdrop.is-open {
    display: block;
}

/* ========== МОДАЛЬНАЯ ФОРМА ========== */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 300;
    background: rgba(20, 30, 22, 0.6);
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.modal-overlay.is-open {
    display: flex;
}

.modal-box {
    background: #f7f4ee;
    border-radius: 16px;
    width: 100%;
    max-width: 400px;
    padding: 0;
    position: relative;
    max-height: 90svh;
    overflow: hidden;
}

/* На мобильном левая панель скрыта, правая занимает всё */
.modal-left-panel {
    display: none;
}

.modal-right-panel {
    padding: 32px 24px 28px;
    position: relative;
    overflow-y: auto;
    max-height: 90svh;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0.6;
}

.modal-close:hover {
    opacity: 1;
}

.modal-label {
    font-size: 11px;
    color: #c1a587;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.modal-title {
    font-size: 22px;
    font-weight: 400;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    color: #2f563f;
    line-height: 1.2;
    margin: 0 0 6px;
}

.modal-sub {
    font-size: 12px;
    color: #888;
    margin-bottom: 24px;
    line-height: 1.5;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-field {
    position: relative;
}

.modal-input {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(47, 86, 63, 0.2);
    border-radius: 8px;
    background: #fff;
    padding: 0 16px;
    font-size: 14px;
    font-family: inherit;
    color: #2f2f2f;
    outline: none;
    box-sizing: border-box;
    transition: border-color 200ms ease;
}

.modal-input:focus {
    border-color: #2f563f;
}

.modal-input::placeholder {
    color: #b0a898;
}

.modal-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin-top: 4px;
}

.modal-consent-cb {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.modal-consent-box {
    width: 16px;
    height: 16px;
    border: 1.5px solid rgba(47, 86, 63, 0.35);
    border-radius: 4px;
    background: #fff;
    flex-shrink: 0;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 180ms ease, border-color 180ms ease;
}

.modal-consent-cb:checked + .modal-consent-box {
    background: #2f563f;
    border-color: #2f563f;
}

.modal-consent-cb:checked + .modal-consent-box::after {
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transform: rotate(-45deg) translateY(-1px);
}

.modal-consent-text {
    font-size: 11px;
    color: #888;
    line-height: 1.5;
}

.modal-consent-link {
    color: #2f563f;
    text-decoration: underline;
}

.modal-submit {
    height: 48px;
    background: #2f563f;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: 0.3px;
    cursor: pointer;
    margin-top: 4px;
    transition: background 200ms ease;
}

.modal-submit:hover {
    background: #254832;
}

.modal-or {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 16px;
    font-size: 11px;
    color: #b0a898;
    letter-spacing: 0.5px;
}

.modal-or::before,
.modal-or::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(47, 86, 63, 0.12);
}

.modal-msgs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-msg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    height: 44px;
    border-radius: 37px;
    font-size: 13px;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease;
}

.modal-msg-tg {
    background: rgba(47, 86, 63, 0.07);
    color: #2f563f;
    border: 1px solid rgba(47, 86, 63, 0.18);
}

.modal-msg-tg:hover {
    background: rgba(47, 86, 63, 0.13);
}

.modal-msg-max {
    background: rgba(193, 165, 135, 0.1);
    color: #6b5a45;
    border: 1px solid rgba(193, 165, 135, 0.3);
}

.modal-msg-max:hover {
    background: rgba(193, 165, 135, 0.18);
}

.modal-max-ico,
.hero-msg-max-ico {
    border-radius: 4px;
    object-fit: cover;
}

/* Honeypot — скрыт от пользователей, но не через display:none */
.modal-hp {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.modal-field-error {
    display: none;
    font-size: 11px;
    color: #c0392b;
    margin-top: 5px;
    padding-left: 2px;
}

.modal-field-error.is-visible {
    display: block;
}

.modal-input.is-error {
    border-color: rgba(192, 57, 43, 0.5);
}

.modal-form-section {
    display: block;
}

.modal-success {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 24px 40px;
    gap: 16px;
}

.modal-success.is-visible {
    display: flex;
}

.modal-success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #2f563f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.modal-success-title {
    font-size: 22px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #1f1a1a;
    margin: 0;
    line-height: 1.2;
}

.modal-success-text {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.55;
}

.modal-success-close {
    margin-top: 8px;
    width: 180px;
    height: 44px;
    border: 1px solid #2f563f;
    border-radius: 37px;
    background: transparent;
    color: #2f563f;
    font-family: inherit;
    font-size: 14px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    font-weight: 500;
    cursor: pointer;
    transition: background 200ms ease;
}

.modal-success-close:hover {
    background: rgba(47, 86, 63, 0.07);
}

/* ========== АРТ-РЕЗИДЕНЦИЯ (базовые стили) ========== */

.m-art-res {
    width: 100%;
    padding: 40px 0 16px;
    background: #f7f4ee;
}

.m-art-res-container {
    padding: 0 20px;
}

.m-art-res-header {
    margin-bottom: 24px;
}

.m-art-res-label {
    font-size: 12px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    color: #2f563f;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.m-art-res-title {
    font-size: 28px;
    font-weight: 500;
    color: #2f563f;
    line-height: 1.2;
}

.m-art-res-lead {
    font-size: 15px;
    color: #464646;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(47, 86, 63, 0.10);
}

.m-art-res-lead em {
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    color: #2f563f;
}

.m-art-res-text-wrap {
    margin-bottom: 32px;
}

.m-art-res-text {
    font-size: 14px;
    color: #464646;
    line-height: 1.7;
    margin-bottom: 14px;
    font-weight: 300;
    text-align: justify;
    hyphens: auto;
}

.m-art-res-text:last-child {
    margin-bottom: 0;
}

.m-art-res-slider-wrap {
    margin-bottom: 16px;
}

.m-art-res-slider-container {
    position: relative;
    border-radius: 40px 8px 8px 8px;
    overflow: hidden;
}

.m-art-res-slider {
    position: relative;
    height: 220px;
}

.m-art-res-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.m-art-res-slide.active {
    opacity: 1;
}

.m-art-res-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.m-art-res-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 12px;
    padding: 6px 14px;
    background: transparent;
    border-radius: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.m-art-res-slider-btn {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    color: #2f563f;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.2s;
}

.m-art-res-slider-btn:active {
    transform: scale(0.95);
}

.m-art-res-slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.m-art-res-slider-dot {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: rgba(95, 89, 80, 0.3);
    background-clip: content-box;
    padding: 8.5px;
    cursor: pointer;
    transition: all 0.3s;
}

.m-art-res-slider-dot.active {
    background: #2f563f;
    transform: scale(1.2);
}

.m-art-res-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background: linear-gradient(to top, rgba(31, 26, 26, 0.7) 0%, transparent 100%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.m-art-res-caption-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    color: #2f563f;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.m-art-res-caption-text {
    font-size: 14px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    color: #fff;
    letter-spacing: 0.3px;
}

.m-art-res-footer {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.m-art-res-footer-line {
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, #c1a587 0%, #2f563f 100%);
    border-radius: 1px;
}

.m-art-res-footer-text {
    font-size: 15px;
    color: #1f1a1a;
    line-height: 1.7;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
}

.m-art-res-footer-text strong {
    font-weight: 500;
    color: #2f563f;
    font-style: normal;
}

/* Переход арт-резиденция → инвестиции */

.m-art-bridge {
    background: #f7f4ee;
    padding: 12px 20px 28px;
    text-align: center;
}

.m-art-bridge-text {
    font-size: 15px;
    color: #464646;
    line-height: 1.65;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    max-width: 340px;
    margin: 0 auto;
}

.m-art-bridge-text strong {
    font-weight: 500;
    color: #2f563f;
    font-style: normal;
}

/* ========== НОМЕРНОЙ ФОНД: общие планшетные стили ========== */
@media (min-width: 481px) and (max-width: 1024px) {

    /* Лейбл и заголовок */
    .m-offers-label { line-height: 1.3; margin-bottom: 4px; letter-spacing: 0; }
    .m-offers-title { line-height: 1.1; }

    /* Ползунки */
    .m-offers-sliders { gap: 22px; }
    .m-offers-slider-name { font-size: 14px; font-weight: 400; color: #464646; text-transform: none; letter-spacing: 0; }
    .m-offers-slider-val { font-size: 18px; font-weight: 500; }
    .m-offers-slider-val em { font-weight: 300; color: #999; }
    .m-offers-slider-note { font-size: 11px; color: #aaa; margin-top: 5px; }

    /* Плашки метрик */
    .m-offers-metric { border: 1px solid rgba(47, 86, 63, 0.10); }
    .m-offers-metric.primary { background: #2f563f; box-shadow: none; }
    .m-offers-metric-icon { width: 22px; height: 22px; margin-bottom: 8px; color: #2f563f; }
    .m-offers-metric.primary .m-offers-metric-icon { color: rgba(255, 255, 255, 0.80); }
    .m-offers-metric-label {
        font-size: 12px;
        font-weight: 400;
        color: #9aab9f;
        letter-spacing: 0;
        text-transform: none;
        margin-bottom: 4px;
    }
    .m-offers-metric.primary .m-offers-metric-label { color: rgba(255, 255, 255, 0.65); }
    .m-offers-metric-value { font-weight: 500; margin-bottom: 6px; }
    .m-offers-metric-value--sm { font-size: 18px; }
    .m-offers-metric-sub { font-size: 11px; color: #9aab9f; line-height: 1.4; margin-top: 0; }
    .m-offers-metric.primary .m-offers-metric-sub {
        color: rgba(255, 255, 255, 0.55);
        border-top: none;
        padding-top: 0;
    }

    /* Карточки */
    .m-offers-cards-scroll { margin-bottom: 24px; }
    .m-offers-card { border-radius: 14px; border: 1px solid rgba(47, 86, 63, 0.10); }
    .m-offers-card-img { background: transparent; }
    .m-offers-card-img img { object-fit: cover; padding: 0; }
    .m-offers-card-type { color: #2f563f; font-weight: 600; letter-spacing: 0.08em; margin-bottom: 4px; }
    .m-offers-card-price { font-size: 19px; font-weight: 500; }
}

/* ========== TABLET / LARGE MOBILE ========== */
@media (min-width: 481px) and (max-width: 768px) {
    .mobile-layout {
        max-width: 768px;
    }

    .hero {
        height: 100svh;
        min-height: 640px;
    }

    .hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(5,10,15,0.38) 0%,
            rgba(5,10,15,0.22) 40%,
            rgba(5,10,15,0.52) 100%
        );
    }

    .hero-bg { object-position: center 52%; }

    .hero-header {
        top: 0;
        left: 0;
        right: 0;
        height: 52px;
        padding: 0 18px;
        border-bottom: none;
        justify-content: space-between;
    }

    .hero-arch { display: none; }

    .hero-logo-link { display: none; }

    .hero-logo-full {
        display: inline-flex;
    }

    .hero-logo-full img {
        height: 32px;
        width: auto;
    }

    .hero-right {
        position: static;
        transform: none;
        gap: 6px;
    }

    .hero-msg-link {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid rgba(47,86,63,0.25);
        opacity: 1;
        overflow: hidden;
        line-height: 0;
    }

    .hero-burger {
        width: 36px;
        height: 36px;
        border: none;
    }

    .hero-burger-img {
        width: 26px;
        height: 26px;
    }

    .hero-photo-wrap {
        top: 52px;
        left: 30px;
        right: 0;
        bottom: 13px;
        height: auto;
        border-top-left-radius: 80px;
        border-bottom-left-radius: 14px;
    }

    .hero-content {
        top: 132px;
        left: calc(50% + 15px);
        width: min(500px, calc(100% - 80px));
    }

    .hero-title {
        font-size: 44px;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .hero-text {
        font-size: 17px;
        margin-bottom: 24px;
    }

    .btn-primary,
    .btn-outline {
        width: fit-content;
        min-width: 220px;
        max-width: 320px;
        height: 44px;
        font-size: 15px;
        margin: 0 auto;
        padding: 0 22px;
    }

    .btn-outline { border-width: 1.5px; }

    .btn-primary { margin-bottom: 9px; }

    .hero-card {
        left: 0;
        top: 66%;
        transform: translateY(-50%);
        width: 180px;
        height: 180px;
    }

    .hero-card-inner {
        top: 15px;
        left: 15px;
        width: 150px;
        height: 150px;
    }

    .hero-card-border {
        top: 11px;
        left: 11px;
        width: 158px;
        height: 158px;
    }

    .hero-card-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: auto;
        font-size: 11px;
        line-height: 14px;
    }

    .operator,
    .about,
    .amenities,
    .investment,
    .footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .operator {
        padding-top: 20px;
    }

    .section-label {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 1.3;
    }

    .section-title {
        font-size: 28px;
        line-height: 1.1;
        white-space: normal;
    }

    .gallery {
        --g-gap: 14px;
        --g-row: 180px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--g-gap);
    }

    .ops-gallery-tile img {
        width: 100%;
        height: var(--g-row);
    }

    .ops-gallery-tile.gallery-img-1 {
        border-radius: 82px 16px 16px 16px;
    }

    .ops-gallery-tile.gallery-img-2 {
        border-radius: 16px 16px 16px 82px;
    }

    .ops-gallery-tile.gallery-img-3 {
        border-radius: 16px 16px 82px 16px;
    }

    .ops-gallery-tile.gallery-img-4 {
        border-radius: 16px 16px 82px 16px;
    }

    .features-card {
        padding: 26px 20px;
    }

    .operator-beige {
        margin: 0 -24px;
        padding: 20px 28px 4px;
    }

    .features-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .features-card {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .feature-item {
        gap: 18px;
        align-items: flex-start;
    }

    .feature-icon {
        width: 52px;
        height: 52px;
    }

    .feature-text {
        font-size: 20px;
        line-height: 1.35;
    }

    .quote {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        padding: 0 10px;
    }

    .quote-author {
        font-size: 10px;
        text-align: center;
        margin-top: 4px;
    }

    .operator-connector .light { color: #464646; }
    .operator-connector .operator-desc em { font-size: inherit; font-weight: 400; }

    .relaunch-features-title { display: none; }
    .relaunch-features { display: none; }

    /* Скрываем мобильный хвост, показываем новую секцию */
    .operator-beige { display: none; }

    .changes-section {
        display: block;
        background: #f7f4ee;
        padding: 20px 28px 4px;
    }

    .changes-title {
        font-size: 16px;
        font-weight: 400;
        color: #2f563f;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .changes-features-card {
        border: 1px solid rgba(207,182,152,0.45);
        background: linear-gradient(180deg, #f0ece3 0%, #fff 100%);
        display: grid;
        grid-template-columns: 1fr;
        border-radius: 12px 48px 12px 12px;
        padding: 15px;
        gap: 0;
        margin-bottom: 20px;
    }

    .changes-feature-item {
        display: flex;
        gap: 15px;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .changes-feature-icon {
        width: 27px;
        height: auto;
        flex-shrink: 0;
        object-fit: contain;
        display: block;
    }

    .changes-feature-text {
        font-size: 14px;
        color: #464646;
        line-height: 15px;
    }

    .changes-quote-wrap {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 8px;
    }

    .changes-quote-col {
        display: flex;
        flex-direction: column;
    }

    .changes-quote {
        font-size: 12px;
        font-family: 'TT Norms Pro Serif', serif;
        font-style: italic;
        font-weight: 400;
        color: #464646;
        line-height: 18px;
        text-align: center;
        padding: 0 10px;
        margin: 0;
    }

    .changes-quote-author {
        font-size: 10px;
        color: #464646;
        text-align: center;
        margin: 4px 0 0;
    }

    .changes-quote-aside {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .changes-quote-ellipse {
        width: min(200px, 70%);
        height: auto;
        object-fit: contain;
        display: block;
    }

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

    .stat-item {
        max-width: 200px;
        margin: 0 auto;
    }

    /* Арт-резиденция: portrait-типографика */
    .m-art-res-label { font-size: 18px; font-weight: 300; letter-spacing: 0; line-height: 1.3; }
    .m-art-res-text  { font-size: 15px; line-height: 1.65; }

    .hotel-card {
        display: grid;
        grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1fr);
        align-items: stretch;
    }

    .hotel-card img {
        height: 100%;
        min-height: 220px;
    }

    .hotel-info {
        padding: 22px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stat-value {
        font-size: 34px;
    }

    .stat-desc,
    .about-note {
        font-size: 15px;
        line-height: 1.5;
    }

    .operator-desc,
    .amenities-desc,
    .invest-desc,
    .m-loc-desc {
        font-size: 18px;
        line-height: 1.45;
    }

    .hotel-card img,
    .amenities-img {
        border-radius: 20px;
    }

    .hotel-name {
        font-size: 28px;
    }

    .hotel-address,
    .hotel-desc {
        font-size: 18px;
        line-height: 1.45;
    }

    .amenities-name {
        font-size: 34px;
    }

    .amenities-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px 18px;
    }

    .tab {
        font-size: 24px;
    }

    .badge-num {
        font-size: 54px;
    }

    .badge-text {
        font-size: 16px;
        line-height: 1.2;
    }

    .invest-income {
        font-size: 34px;
    }

    .benefit-card {
        border-radius: 18px 72px 18px 18px;
        height: 110px;
    }

    .benefit-card + .benefit-card {
        margin-top: -27px;
    }

    .benefit-value {
        font-size: 40px;
        width: 140px;
    }

    .benefit-text {
        font-size: 16px;
        line-height: 1.45;
        padding: 0 20px;
    }

    .btn-gold,
    .btn-footer {
        width: min(320px, 100%);
        height: 52px;
        font-size: 18px;
    }

    .m-loc-section {
        padding: 32px 32px 0;
    }

    .m-loc-title {
        font-size: clamp(22px, 5vw, 32px);
    }

    .m-loc-gallery-slider {
        height: 360px;
    }

    .m-loc-route-item {
        font-size: 16px;
    }

    .m-loc-route-time {
        font-size: 18px;
        min-width: 50px;
    }

    .footer {
        padding-top: 36px;
        padding-bottom: 28px;
    }

    .footer-logo {
        width: 140px;
        margin: 0 auto 16px;
    }

    .footer-desc {
        font-size: 14px;
        max-width: 340px;
    }

    .footer-nav a {
        font-size: 14px;
        padding: 12px 0;
    }

    .footer-phone,
    .footer-email {
        font-size: 15px;
    }

    .footer-address,
    .footer-link,
    .footer-copy {
        font-size: 13px;
    }

    .footer-social {
        gap: 20px;
    }

    .footer-contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 24px;
        align-items: center;
    }

    .footer-address {
        margin-top: 0;
    }

    /* О проекте */
    .m-about-label { font-size: 18px; letter-spacing: 0; line-height: 1.3; }
    .m-about-title { font-size: 28px; line-height: 1.1; margin-bottom: 24px; }
    .m-about-body { font-size: 15px; }
    .m-about-accent-icon { width: 32px; height: 32px; }
    .m-about-accent-text { font-size: 14px; }
    .m-about-media { height: 300px; }
    /* Номерной фонд: portrait */
    .m-offers-inner { padding: 0 28px; }
    .m-offers-header { margin-bottom: 24px; }
    .m-offers-label { font-size: 18px; }
    .m-offers-title { font-size: 28px; }
    .m-offers-calc {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        background: transparent;
        border-radius: 0;
        padding: 0;
        margin-bottom: 32px;
    }
    .m-offers-card-img { height: 180px; }

    /* Коннектор: portrait-планшет (640px) — стопка, стрелка вниз */
    .operator .section-title {
        margin-bottom: 28px;
    }
    .operator-connector {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 20px;
    }
    .operator-connector .operator-desc,
    .operator-connector .operator-desc--secondary {
        font-size: 18px;
        line-height: 1.18;
        font-weight: 300;
        text-align: center;
        margin-bottom: 0;
        padding: 0;
        max-width: 100%;
        width: 100%;
    }
    .operator-line { display: none; }
    .operator-arrow-img {
        display: block;
        transform: rotate(90deg);
        margin: 8px auto;
        width: 40px;
        height: auto;
    }

    /* Заголовки секций — выравнивание влево */
    .section-header {
        text-align: left;
    }

    /* Арт-резиденция: высота слайдера */
    .m-art-res-slider { height: 260px; }

    /* Скрыть дублирующий блок-мост после арт-резиденции */
    .m-art-bridge { display: none; }
    /* Показать footer внутри секции — на мобилке он скрыт, там используется m-art-bridge */
    .m-art-res-footer { display: flex; }

    /* Инвестиции: caption + стрелка + сумма в одну строку */
    .invest-sub-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .invest-caption { text-align: left; flex: 0 1 auto; }
    .invest-income-row {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        margin: 0;
        flex-shrink: 0;
    }
    .invest-arrow {
        transform: none;
        width: 36px;
    }
    .invest-badge-wrap {
        text-align: left;
        margin-bottom: 16px;
    }

    /* Подвал: навигация в два столбца */
    .footer-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-direction: unset;
        align-items: unset;
        gap: 0;
    }
    .footer-nav a {
        padding: 10px 8px;
    }
    .footer-nav a + a {
        border-top: none;
    }
    .footer-nav a:nth-child(n+3) {
        border-top: 1px solid rgba(47,86,63,0.1);
    }
    .footer-nav a:nth-child(odd) {
        border-right: 1px solid rgba(47,86,63,0.1);
    }

    /* Карточки отелей — вертикальный стек, компактный вид */
    .hotel-slide {
        flex: 0 0 50%;
    }
    .hotel-slide .hotel-name {
        font-size: 16px;
        padding: 10px 12px 4px;
    }
    .hotel-slide img {
        height: 120px;
    }
    .hotel-slide .hotel-address {
        font-size: 13px;
        padding: 6px 12px 2px;
    }
    .hotel-slide .hotel-desc {
        font-size: 13px;
        line-height: 1.45;
        padding: 0 12px 12px;
    }

    /* Блок «Что изменилось»: типографика */
    .changes-title {
        font-size: 20px;
        font-weight: 500;
    }
    .changes-feature-text {
        font-size: 15px;
        line-height: 1.5;
    }
    .changes-quote {
        font-size: 14px;
        line-height: 1.65;
    }
    .changes-quote-author {
        font-size: 12px;
    }

    /* Изображения галереи «Перезапуск» — уменьшить зум, поправить центровку */
    .gallery::before { display: none; }
    .ops-gallery-tile.gallery-img-1 img {
        object-position: center 60%;
    }
    .ops-gallery-tile.gallery-img-4 img {
        height: 260px;
        object-position: center bottom;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .mobile-layout {
        max-width: 1024px;
    }

    .hero {
        height: 640px;
    }

    .hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(5,10,15,0.38) 0%,
            rgba(5,10,15,0.22) 40%,
            rgba(5,10,15,0.52) 100%
        );
    }

    .hero-bg { object-position: center 68%; }

    .hero-header {
        top: 0;
        left: 0;
        right: 0;
        height: 56px;
        padding: 0 22px;
        border-bottom: none;
        justify-content: space-between;
    }

    .hero-arch { display: none; }

    .hero-logo-link { display: none; }

    .hero-logo-full {
        display: inline-flex;
    }

    .hero-logo-full img {
        height: 38px;
        width: auto;
    }

    .hero-right {
        position: static;
        transform: none;
        gap: 8px;
    }

    .hero-msg-link {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid rgba(47,86,63,0.25);
        opacity: 1;
    }

    .hero-burger {
        width: 38px;
        height: 38px;
        border: none;
    }

    .hero-burger-img {
        width: 28px;
        height: 28px;
    }

    .hero-photo-wrap {
        top: 56px;
        left: 44px;
        right: 0;
        bottom: 13px;
        height: auto;
        border-top-left-radius: 108px;
        border-bottom-left-radius: 15px;
    }

    .hero-content {
        top: 128px;
        left: calc(50% + 22px);
        width: min(720px, calc(100% - 110px));
    }

    .hero-title {
        font-size: 62px;
    }

    .hero-subtitle {
        font-size: 15px;
        margin-bottom: 9px;
    }

    .hero-text {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .hero-btns {
        display: flex;
        justify-content: center;
        gap: 13px;
    }

    .btn-primary,
    .btn-outline {
        min-width: 192px;
        width: auto;
        height: 48px;
        font-size: 16px;
        margin: 0;
        padding: 0 22px;
    }

    .btn-outline { border-width: 1.5px; }

    .hero-card {
        left: 2px;
        top: 60%;
        transform: translateY(-50%);
        width: 160px;
        height: 160px;
    }

    .hero-card-inner {
        top: 14px;
        left: 14px;
        width: 132px;
        height: 132px;
    }

    .hero-card-border {
        top: 11px;
        left: 11px;
        width: 138px;
        height: 138px;
    }

    .hero-card-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 86px;
        height: auto;
        font-size: 11px;
    }

    .operator,
    .about,
    .amenities,
    .investment,
    .location,
    .footer {
        padding-left: 32px;
        padding-right: 32px;
    }

    .section-header {
        text-align: left;
        margin-bottom: 0;
    }

    .operator {
        padding-top: 52px;
        padding-bottom: 0;
    }

    .section-label {
        font-size: 22px;
        font-family: 'TT Norms Pro Serif', serif;
        font-style: italic;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 4px;
    }

    .section-title {
        font-size: 38px;
        font-weight: 500;
        line-height: 1.1;
        white-space: normal;
        margin-top: 0;
        margin-bottom: 32px;
    }

    .operator .section-title {
        font-size: 38px;
        line-height: 1.1;
        margin-top: 0;
    }

    .about .section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .gallery {
        --g-gap: 18px;
        --g-row: 220px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--g-gap);
    }

    .ops-gallery-tile img {
        width: 100%;
        height: var(--g-row);
    }

    .ops-gallery-tile.gallery-img-1 {
        border-radius: 98px 20px 20px 20px;
    }

    .ops-gallery-tile.gallery-img-2 {
        border-radius: 20px 20px 20px 98px;
    }

    .ops-gallery-tile.gallery-img-3 {
        border-radius: 20px 20px 98px 20px;
    }

    .ops-gallery-tile.gallery-img-4 {
        border-radius: 20px 20px 98px 98px;
    }

    .features-card {
        background: linear-gradient(180deg, #f0ece3 0%, #fff 100%);
        border-radius: 15px 80px 15px 15px;
        padding: 42px 28px 36px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px 34px;
    }

    .operator-beige {
        display: none;
    }

    .gallery::before { display: none; }

    .features-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 26px;
    }

    .feature-item {
        gap: 18px;
        align-items: center;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-text {
        font-size: 18px;
        line-height: 1.22;
    }

    .quote {
        font-size: 22px;
        line-height: 1.35;
        text-align: left;
        padding: 4px 0 0;
    }

    .quote-author {
        font-size: 19px;
        line-height: 1.45;
        align-self: flex-end;
        text-align: right;
    }

    .quote-role {
        font-size: 18px;
        display: inline-block;
        margin-top: 6px;
    }

    .operator-quote-block {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
        gap: 28px;
        align-items: start;
        margin-top: 52px;
    }

    .operator-quote-col {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .operator-quote-aside {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .operator-quote-ellipse {
        width: 100%;
        max-width: 220px;
    }

    .operator-connector .light { color: #464646; }
    .operator-connector .operator-desc em { font-size: inherit; font-weight: 400; }

    .relaunch-features-title { display: none; }
    .relaunch-features { display: none; }
    .relaunch-feature { gap: 14px; }
    .relaunch-feature-icon { width: 32px; height: 32px; }
    .relaunch-feature-text { font-size: 15px; }

    /* Секция «Что изменилось» — landscape */
    .changes-section {
        display: block;
        background: #f7f4ee;
        padding: 36px 40px 40px;
    }

    .changes-title {
        font-size: 28px;
        font-weight: 500;
        color: #2f563f;
        line-height: 1.2;
        margin-bottom: 26px;
    }

    .changes-features-card {
        border: 1px solid rgba(207,182,152,0.45);
        background: linear-gradient(180deg, #f0ece3 0%, #fff 100%);
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 15px 80px 15px 15px;
        padding: 42px 28px 36px;
        gap: 28px 34px;
    }

    .changes-feature-item {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .changes-feature-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        object-fit: contain;
        display: block;
    }

    .changes-feature-text {
        font-size: 18px;
        font-weight: 400;
        color: #464646;
        line-height: 1.22;
    }

    .changes-quote-wrap {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
        gap: 28px;
        margin-top: 52px;
        align-items: start;
    }

    .changes-quote-col {
        display: flex;
        flex-direction: column;
        gap: 28px;
        min-width: 0;
    }

    .changes-quote {
        font-size: 22px;
        font-family: 'TT Norms Pro Serif', serif;
        font-style: italic;
        font-weight: 400;
        color: #464646;
        line-height: 1.35;
        padding-top: 4px;
        margin: 0;
    }

    .changes-quote-author {
        font-size: 19px;
        font-weight: 400;
        font-style: normal;
        color: #464646;
        line-height: 1.45;
        align-self: flex-end;
        text-align: right;
        margin: 0;
    }

    .changes-quote-author strong { font-weight: 600; }

    .changes-quote-role {
        font-size: 18px;
        display: inline-block;
        margin-top: 6px;
    }

    .changes-quote-aside {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .changes-quote-ellipse {
        width: 100%;
        max-width: 220px;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .operator-desc--secondary {
        font-size: 22px;
    }

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

    .stat-item {
        max-width: 220px;
        margin: 0 auto;
    }

    .hotel-card {
        display: grid;
        grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr);
        align-items: stretch;
    }

    .hotel-card img {
        height: 100%;
        min-height: 260px;
    }

    .hotel-info {
        padding: 26px 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stat-value {
        font-size: 32px;
    }

    .stat-desc,
    .about-note {
        font-size: 15px;
        line-height: 1.5;
    }

    .operator-desc,
    .amenities-desc,
    .invest-desc,
    .location-mobile-note {
        font-size: 20px;
        line-height: 1.5;
    }

    .hotel-card img,
    .amenities-img {
        border-radius: 22px;
    }

    .hotel-name {
        font-size: 32px;
    }

    .hotel-address,
    .hotel-desc {
        font-size: 20px;
        line-height: 1.5;
    }

    .amenities-name {
        font-size: 40px;
    }

    .amenities-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 20px;
    }

    .tab {
        font-size: 28px;
    }

    .badge-num {
        font-size: 64px;
    }

    .badge-text {
        font-size: 16px;
        line-height: 1.4;
        white-space: nowrap;
    }

    .invest-income {
        font-size: 42px;
    }

    .benefit-card {
        border-radius: 18px 88px 18px 18px;
        height: 128px;
    }

    .benefit-card + .benefit-card {
        margin-top: -32px;
    }

    .benefit-value {
        font-size: 48px;
        width: 160px;
    }

    .benefit-text {
        font-size: 18px;
        line-height: 1.45;
        padding: 0 24px;
    }

    .btn-gold,
    .btn-footer {
        width: min(360px, 100%);
        height: 56px;
        font-size: 20px;
    }

    .location {
        padding-bottom: 0;
    }

    .location-bg {
        height: 440px;
        border-radius: 24px 120px 24px 24px;
    }

    .location-content {
        padding: 0 32px;
    }

    .location-mobile-title {
        font-size: 44px;
        line-height: 1.2;
    }

    .location-rows {
        gap: 18px;
        padding: 0;
    }

    .location-time {
        font-size: 24px;
    }

    .location-label {
        font-size: 16px;
        line-height: 1.45;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 32px;
    }

    .footer-logo {
        width: 160px;
        margin: 0 auto 18px;
    }

    .footer-desc {
        font-size: 16px;
        max-width: 420px;
    }

    .footer-nav a {
        font-size: 16px;
        padding: 13px 0;
    }

    .footer-phone,
    .footer-email {
        font-size: 17px;
    }

    .footer-address,
    .footer-link,
    .footer-copy {
        font-size: 14px;
    }

    .footer-social {
        gap: 24px;
    }

    .footer-contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px 28px;
        align-items: center;
    }

    .footer-address {
        margin-top: 0;
    }

    /* О проекте */
    .m-about-project { padding: 52px 0; }
    .m-about-project-inner { padding: 0 40px; }
    .m-about-label { font-size: 22px; letter-spacing: 0; line-height: 1.3; margin-bottom: 4px; }
    .m-about-title { font-size: 38px; line-height: 1.1; margin-bottom: 32px; }
    .m-about-grid {
        display: grid;
        grid-template-columns: 1fr 40%;
        gap: 40px;
        align-items: start;
    }
    .m-about-body { font-size: 17px; }
    .m-about-accent-icon { width: 32px; height: 32px; }
    .m-about-accent-text { font-size: 16px; }
    .m-about-media { height: 440px; }
    .m-about-main-img {
        right: 44px;
        bottom: 44px;
        border-radius: 6px 72px 6px 6px;
    }
    .m-about-accent-img {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 47%;
        height: 46%;
        border-radius: 6px 6px 6px 60px;
        overflow: hidden;
        box-shadow: 0 12px 36px rgba(0,0,0,0.14);
    }
    .m-about-img-frame {
        display: block;
        position: absolute;
        top: -11px;
        left: -11px;
        right: 55px;
        bottom: 55px;
        border-radius: 6px 80px 6px 6px;
        border: 1px solid rgba(47,86,63,0.16);
        pointer-events: none;
    }

    /* Номерной фонд: landscape */
    .m-offers { padding: 52px 0; }
    .m-offers-inner { padding: 0 40px; }
    .m-offers-header { margin-bottom: 32px; }
    .m-offers-label { font-size: 22px; }
    .m-offers-title { font-size: 38px; margin-bottom: 0; }
    .m-offers-calc {
        display: grid;
        grid-template-columns: 240px 1fr;
        gap: 20px;
        background: transparent;
        border-radius: 0;
        padding: 0;
        margin-bottom: 32px;
    }
    .m-offers-sliders { margin-bottom: 0; }
    .m-offers-card-img { height: 130px; }

    /* Коннектор: landscape-планшет (1024px) — горизонтально, line.svg */
    .operator-connector {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 32px;
        margin-bottom: 36px;
    }
    .operator-connector .operator-desc {
        font-size: 22px;
        line-height: 1.18;
        font-weight: 300;
        text-align: left;
        margin-bottom: 0;
        padding: 0;
        flex: 0 0 auto;
        width: max-content;
        max-width: 340px;
    }
    .operator-connector .operator-desc--secondary {
        font-size: 22px;
        line-height: 1.18;
        font-weight: 300;
        text-align: left;
        margin-bottom: 0;
        padding: 0;
        flex: 0 0 auto;
        width: max-content;
        max-width: 320px;
    }
    .operator-arrow-wrap {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }
    .operator-line {
        display: block;
        width: 160px;
        height: 18px;
        opacity: 0.85;
    }
    .operator-arrow-img { display: none; }

    /* Галерея: 3-колоночный грид (2+1 / 1+2) */
    .operator-gallery-shell {
        margin-bottom: 36px;
    }
    .gallery {
        --g-gap: 10px;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--g-gap);
    }
    .ops-gallery-tile img {
        width: 100%;
        height: 100%;
    }
    /* Убираем span 2 у img-1 и img-4 — теперь управляем через grid-column */
    .gallery-img-1,
    .gallery-img-4 {
        grid-column: unset;
    }
    .ops-gallery-tile.gallery-img-1 {
        grid-column: 1 / 3;
        aspect-ratio: 16 / 7;
        border-radius: 48px 10px 10px 10px;
    }
    .ops-gallery-tile.gallery-img-2 {
        grid-column: 3 / 4;
        border-radius: 10px 10px 48px 10px;
    }
    .ops-gallery-tile.gallery-img-3 {
        grid-column: 1 / 2;
        aspect-ratio: 8 / 7;
        border-radius: 10px 10px 10px 48px;
    }
    .ops-gallery-tile.gallery-img-4 {
        grid-column: 2 / 4;
        aspect-ratio: 16 / 7;
        border-radius: 10px 10px 48px 10px;
    }
    /* object-position для конкретных тайлов */
    .ops-gallery-tile.gallery-img-2 img { object-position: 25% center; }
    .ops-gallery-tile.gallery-img-3 img { object-position: center 30%; }
    .ops-gallery-tile.gallery-img-4 img { object-position: left bottom; }

    /* === Экспертиза и опыт: 3 карточки в ряд === */
    .about { padding: 52px 40px 21px; }
    .hotels-slider-outer { overflow: visible; margin: 0; }
    .hotels-slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding-left: 0;
        transform: none !important;
        transition: none !important;
    }
    .hotel-slide { flex: none; margin-right: 0; }
    .hotel-slide img { height: 180px; }
    .hotel-slide .hotel-name { font-size: 16px; }
    .hotel-slide .hotel-address,
    .hotel-slide .hotel-desc { font-size: 13px; }
    .hotels-controls { display: none; }

    /* === Инфраструктура: один слайд на всю ширину === */
    .amenities { padding: 21px 40px 52px; }
    .am-outer { margin: 0; }
    .am-slide { flex: 0 0 100%; }
    .am-slide-img { height: 360px; }
    .am-slide-name { font-size: 26px; }
    .am-slide-desc { font-size: 15px; }

    /* === Концепция отеля: 2 фото в ряд, квадратные === */
    .m-art-res { padding: 52px 0; }
    .m-art-res-container { padding: 0 40px; }
    .m-art-res-label { font-size: 22px; font-weight: 300; letter-spacing: 0; line-height: 1.3; margin-bottom: 4px; }
    .m-art-res-title { font-size: 38px; font-weight: 500; line-height: 1.1; margin-bottom: 28px; }
    .m-art-res-lead { font-size: 19px; margin-bottom: 24px; padding-bottom: 24px; }
    .m-art-res-text { font-size: 17px; line-height: 1.65; }
    .m-art-res-slider { height: 300px; }
    .m-art-bridge { display: none; }

    /* === Инвестиции: 2 колонки — плашки слева, заголовок/доходность/бейдж/кнопка справа === */
    .investment {
        padding: 52px 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "header cards"
            "income cards"
            "badge  cards"
            "button button";
        column-gap: 48px;
        align-items: start;
    }
    .investment .section-header { grid-area: header; margin-bottom: 20px; }
    .investment .invest-sub-row { grid-area: income; display: block; margin-bottom: 20px; }
    .investment .invest-badge-wrap { grid-area: badge; margin-bottom: 20px; justify-content: flex-start; }
    .investment .benefit-cards-grid { grid-area: cards; display: block; margin-bottom: 0; }
    .investment .btn-gold { grid-area: button; margin-top: 24px; justify-self: center; }
    /* Стековые плашки в левой колонке */
    .investment .benefit-card { height: 128px; border-radius: 18px 88px 18px 18px; }
    .investment .benefit-card + .benefit-card { margin-top: -32px; z-index: 2; }
    .investment .benefit-card + .benefit-card + .benefit-card { z-index: 3; }
    /* Правая колонка: текст и доходность */
    .investment .invest-sub-row .invest-income-row { margin: 12px 0 0; justify-content: flex-start; }
    .invest-caption-main { font-size: 18px; line-height: 1.4; }
    .invest-caption-sub { font-size: 14px; }
    .invest-income { font-size: 32px; }
    .invest-arrow { width: 72px; }

    /* === Васильевский остров: горизонтальный сплит === */
    .m-loc-section {
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 40px;
        align-items: start;
        padding: 52px 40px;
    }
    .m-loc-content { margin-bottom: 0; }
    .m-loc-header { margin-bottom: 20px; }
    .m-loc-title { font-size: 30px !important; }
    .m-loc-desc { font-size: 16px; }
    .m-loc-route-item { font-size: 17px; gap: 10px; margin-bottom: 12px; }
    .m-loc-route-time { font-size: 17px; min-width: 55px; }
    .m-loc-route-icon { width: 20px; height: 20px; }
    .m-loc-gallery-wrap { margin-top: 0; }
    .m-loc-gallery-slider { height: 380px; }
    .m-loc-gallery-container { border-radius: 60px 12px 12px 12px; }

    /* === Подвал: 2 колонки навигации, компактные кнопки === */
    .footer-nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 0; }
    .footer-nav a + a { border-top: none; }
    .footer-nav a:nth-child(n+3) { border-top: 1px solid rgba(47,86,63,0.1); }
    .footer-nav a:nth-child(2n) { border-left: 1px solid rgba(47,86,63,0.08); padding-left: 20px; }
    /* Достраиваем пустую правую ячейку последнего ряда (когда число пунктов нечётное),
       чтобы линии-разделители продолжались на всю ширину футера. */
    .footer-nav a:last-child:nth-child(odd)::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        border-top: 1px solid rgba(47,86,63,0.1);
        border-left: 1px solid rgba(47,86,63,0.08);
        pointer-events: none;
    }
    .footer-nav a { position: relative; }
    .footer-msg-btns { flex-direction: row; gap: 12px; }
    .footer-msg-btn { flex: 1 1 0; padding: 0 22px; }

    /* === Меню: 2 колонки пунктов === */
    .mobile-nav-links { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Галерея оператора: клик открывает полноэкранный слайдер */
.ops-gallery-thumb {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.ops-gallery-thumb:focus-visible {
    outline: 2px solid #2f563f;
    outline-offset: 3px;
}

button.ops-gallery-thumb:focus-visible {
    outline-offset: 4px;
}

body.ops-lightbox-active {
    overflow: hidden;
}

.ops-lightbox[hidden] {
    display: none !important;
}

.ops-lightbox.ops-lightbox--open {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 10000;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.ops-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 12, 10, 0.92);
    cursor: pointer;
}

.ops-lightbox__img {
    position: relative;
    z-index: 1;
    max-width: min(96vw, 1920px);
    max-height: min(78vh, 1080px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
}

.ops-lightbox__close {
    position: absolute;
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    z-index: 3;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.ops-lightbox__prev,
.ops-lightbox__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.ops-lightbox__prev {
    left: max(8px, env(safe-area-inset-left));
}

.ops-lightbox__next {
    right: max(8px, env(safe-area-inset-right));
}

.ops-lightbox__ui {
    position: relative;
    z-index: 2;
    margin-top: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    max-width: 90vw;
}

.ops-lightbox__counter {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.ops-lightbox__hint-line {
    margin: 0 0 12px;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.ops-lightbox__hints {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
    margin-top: 0;
    font-size: 14px;
    opacity: 0.95;
}

.ops-lightbox__hint-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ops-lightbox__hints-sep {
    opacity: 0.55;
}

.ops-lightbox__hint-svg {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    color: rgba(255, 255, 255, 0.96);
    display: block;
}

.ops-lightbox__hint-svg--swipe {
    margin-top: 0;
}

.ops-lightbox__hint-svg--keys {
    width: 38px;
    height: 32px;
    opacity: 0.98;
}

@media (max-width: 768px) {
    .ops-lightbox__hint-line {
        font-size: 14px;
        padding: 0 12px;
    }

    .ops-lightbox__hints {
        font-size: 15px;
        font-weight: 500;
    }

    .ops-lightbox__hint-svg {
        width: 40px;
        height: 40px;
    }

    .ops-lightbox__hint-svg--keys {
        width: 42px;
        height: 34px;
    }

    .ops-lightbox__prev,
    .ops-lightbox__next {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }
}

/* ========== МОБИЛЬНЫЙ БЛОК: О ПРОЕКТЕ ========== */

.m-about-project {
    background: #fff;
    padding: 80px 0 24px;
}

.m-about-project-inner {
    padding: 0 20px;
}

.m-about-label {
    font-size: 14px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    font-weight: 300;
    color: #2f563f;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 14px;
}

.m-about-title {
    font-size: 26px;
    font-weight: 500;
    color: #2f563f;
    line-height: 1.25;
    margin-bottom: 20px;
}

.m-about-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.m-about-body {
    font-size: 16px;
    font-weight: 300;
    color: #464646;
    line-height: 1.65;
    margin-bottom: 28px;
    text-align: justify;
    hyphens: auto;
}

.m-about-accents {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(47,86,63,0.14);
}

.m-about-accent {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(47,86,63,0.14);
}

.m-about-accent-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.m-about-accent-text {
    font-size: 14px;
    font-weight: 400;
    color: #464646;
    line-height: 1.2;
}

.m-about-media {
    position: relative;
    height: 260px;
}

.m-about-img-frame {
    display: none;
}

.m-about-main-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px 50px 12px 12px;
    overflow: hidden;
    cursor: pointer;
}

.m-about-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.m-about-accent-img {
    display: none;
}

.m-about-accent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 481px) and (max-width: 768px) {
    .m-about-label { font-size: 18px; margin-bottom: 4px; }
    .m-about-body { font-size: 15px; line-height: 1.65; }
    .footer-msg-btns { flex-direction: row; justify-content: center; gap: 10px; }
    .footer-msg-btn { flex: 0 0 200px; width: 200px; padding: 0; }
    .footer-msg-btn--tg,
    .footer-msg-btn--max { background: transparent; color: #2f563f; border: 1px solid rgba(47,86,63,0.5); }
    .footer-msg-btn--tg img { filter: none; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-about-grid {
        display: grid;
        grid-template-columns: 1fr 40%;
        gap: 40px;
        align-items: start;
    }
    .m-about-label { font-size: 22px; letter-spacing: 0; line-height: 1.3; margin-bottom: 4px; }
    .m-about-title { font-size: 38px; line-height: 1.1; margin-bottom: 32px; }
    .m-about-body { font-size: 17px; line-height: 1.65; }
    .m-about-media { height: 440px; }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .m-about-main-img { right: 44px; bottom: 44px; border-radius: 6px 72px 6px 6px; }
    .m-about-img-frame {
        display: block;
        position: absolute;
        top: -11px;
        left: -11px;
        right: 55px;
        bottom: 55px;
        border-radius: 6px 80px 6px 6px;
        border: 1px solid rgba(47,86,63,0.16);
        pointer-events: none;
    }
    .m-about-accent-img {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 47%;
        height: 46%;
        border-radius: 6px 6px 6px 60px;
        overflow: hidden;
        box-shadow: 0 12px 36px rgba(0,0,0,0.14);
    }
}

.m-about-gallery-hint {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: linear-gradient(to top, rgba(31, 26, 26, 0.6), transparent);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
}

.m-about-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.m-about-row-img {
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.m-about-row-img:first-child {
    border-radius: 12px 12px 12px 50px;
}

.m-about-row-img:last-child {
    border-radius: 12px 12px 50px 12px;
}

.m-about-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.m-about-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.m-about-lightbox.active {
    display: flex;
}

.m-about-lb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
}

.m-about-lb-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-about-lb-prev,
.m-about-lb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-about-lb-prev { left: 12px; }
.m-about-lb-next { right: 12px; }

.m-about-lb-img {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 80px);
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
}

.m-about-lb-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    z-index: 10;
}

/* ========== МОБИЛЬНЫЙ БЛОК: НОМЕРНОЙ ФОНД ========== */

.m-offers {
    background: #f7f5f0;
    padding: 36px 0 40px;
}

.m-offers-inner {
    padding: 0 20px;
}

.m-offers-header {
    margin-bottom: 22px;
}

.m-offers-label {
    font-size: 14px;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    font-weight: 300;
    color: #2f563f;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 10px;
}

.m-offers-title {
    font-size: 26px;
    font-weight: 500;
    color: #2f563f;
    line-height: 1.2;
}

@media (min-width: 481px) and (max-width: 768px) {
    .m-offers-label { font-size: 18px; line-height: 1.3; margin-bottom: 4px; letter-spacing: 0; }
    .m-offers-title { font-size: 28px; line-height: 1.1; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-offers-label { font-size: 22px; line-height: 1.3; margin-bottom: 4px; letter-spacing: 0; }
    .m-offers-title { font-size: 38px; line-height: 1.1; }
}

/* Calc-box */

.m-offers-calc {
    background: #faf9f7;
    border-radius: 18px;
    padding: 22px 18px;
    margin-bottom: 20px;
}

/* Ползунки */

.m-offers-sliders {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.m-offers-slider-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.m-offers-slider-name {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #6b6256;
}

.m-offers-slider-val {
    font-size: 22px;
    font-weight: 300;
    color: #2f563f;
    line-height: 1;
}

.m-offers-slider-val em {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    color: #6b6256;
}

.m-offers-slider-note {
    font-size: 12px;
    color: #8fa896;
    margin-top: 6px;
}

.m-offers-range-wrap {
    position: relative;
    height: 24px;
}

.m-offers-range-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(47, 86, 63, 0.10);
    border-radius: 2px;
    transform: translateY(-50%);
    pointer-events: none;
}

.m-offers-range-fill {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 3px;
    background: #2f563f;
    border-radius: 2px;
    transform: translateY(-50%);
    pointer-events: none;
}

.m-offers input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: transparent;
    outline: none;
    cursor: pointer;
    margin: 0; padding: 0;
}

.m-offers input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px; height: 24px;
    background: #2f563f;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.20);
}

.m-offers input[type="range"]::-moz-range-thumb {
    width: 24px; height: 24px;
    background: #2f563f;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.20);
}

/* Плашки: одна колонка */

.m-offers-metrics {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-offers-metrics {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

.m-offers-metric {
    background: #fff;
    border-radius: 14px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
}

.m-offers-metric.primary {
    background: linear-gradient(148deg, #2f563f 0%, #3c6a50 100%);
    box-shadow: 0 6px 20px rgba(47, 86, 63, 0.22);
}

.m-offers-metric-icon {
    width: 18px; height: 18px;
    margin-bottom: 10px;
    color: #8fa896;
    flex-shrink: 0;
}

.m-offers-metric.primary .m-offers-metric-icon {
    color: rgba(255, 255, 255, 0.60);
}

.m-offers-metric-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #6b6256;
    margin-bottom: 8px;
}

.m-offers-metric.primary .m-offers-metric-label {
    color: rgba(255, 255, 255, 0.55);
}

.m-offers-metric-value {
    font-size: 24px;
    font-weight: 700;
    color: #2f563f;
    line-height: 1;
}

.m-offers-metric-value--sm {
    font-size: 20px;
}

.m-offers-metric.primary .m-offers-metric-value {
    color: #fff;
}

.m-offers-metric-sub {
    font-size: 12px;
    color: #6b6256;
    line-height: 1.5;
    margin-top: 8px;
}

.m-offers-metric.primary .m-offers-metric-sub {
    color: rgba(255, 255, 255, 0.50);
    border-top: 1px dashed rgba(255, 255, 255, 0.18);
    padding-top: 8px;
}

.m-offers-feature-list {
    margin-top: 8px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.m-offers-feature-list li {
    font-size: 11px;
    color: #6b6256;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.4;
}

.m-offers-feature-list li::before {
    content: '—';
    color: #8fa896;
    flex-shrink: 0;
    line-height: 1.4;
}

/* Тултип */

.m-offers-tooltip-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    width: fit-content;
}

.m-offers-tooltip-icon {
    width: 18px; height: 18px;
    border-radius: 50%;
    background: rgba(47, 86, 63, 0.10);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #2f563f;
    font-family: inherit;
    flex-shrink: 0;
    user-select: none;
    cursor: pointer;
    padding: 0;
}

.m-offers-tooltip-popup {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    width: 220px;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    font-size: 11px;
    line-height: 1.5;
    color: #1f1a1a;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
    z-index: 20;
    pointer-events: none;
}

.m-offers-tooltip-wrap.is-open .m-offers-tooltip-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Карточки */

.m-offers-cards-header {
    margin-bottom: 12px;
}

.m-offers-cards-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #6b6256;
}

.m-offers-cards-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.m-offers-cards-scroll::-webkit-scrollbar { display: none; }

@media (min-width: 481px) and (max-width: 768px) {
    .m-offers-cards-scroll { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-offers-cards-scroll { grid-template-columns: repeat(3, 1fr); }
    .m-offers-cards-scroll .m-offers-card:nth-child(n+4) { display: none; }
}

.m-offers-card {
    flex: 0 0 220px;
    scroll-snap-align: start;
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.m-offers-card:active { opacity: 0.92; }

.m-offers-card-img {
    height: 140px;
    background: #f0ede6;
    overflow: hidden;
    position: relative;
}

.m-offers-card-img img {
    width: 100%; height: 100%;
    object-fit: contain;
    padding: 8px;
}

.m-offers-card-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.4;
}

.m-offers-card-badge--avail {
    background: rgba(47, 86, 63, 0.12);
    color: #2f563f;
}

.m-offers-card-badge--sold {
    background: rgba(192, 48, 48, 0.10);
    color: #c03030;
}

.m-offers-card-badge--promo {
    top: 8px;
    left: 8px;
    right: auto;
    background: linear-gradient(135deg, #c89c5b 0%, #b8853c 100%);
    color: #fff;
    text-transform: none;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 6px rgba(184,133,60,0.28);
}

.m-offers-card-price--promo { color: #b8853c; }
.m-offers-card-price-old {
    font-size: 13px;
    color: #6b6256;
    text-decoration: line-through;
    margin-top: -8px;
    margin-bottom: 12px;
    font-weight: 500;
}

.m-offers-card-body { padding: 14px 16px 16px; }

.m-offers-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4px;
}

.m-offers-card-type {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #8fa896;
}

.m-offers-card-num {
    font-size: 11px;
    color: #6b6256;
    font-weight: 500;
}

.m-offers-card-price {
    font-size: 18px;
    font-weight: 700;
    color: #1f1a1a;
    margin-bottom: 12px;
}

.m-offers-card-stats {
    display: flex;
    border-top: 1px solid rgba(47, 86, 63, 0.10);
    padding-top: 10px;
}

.m-offers-stat-item {
    flex: 1;
    text-align: center;
}

.m-offers-stat-item + .m-offers-stat-item {
    border-left: 1px solid rgba(47, 86, 63, 0.10);
}

.m-offers-stat-val {
    font-size: 13px;
    font-weight: 600;
    color: #2f563f;
}

.m-offers-stat-label {
    font-size: 10px;
    color: #6b6256;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 2px;
}

/* Кнопка */

.m-offers-cta {
    text-align: center;
    margin-top: 20px;
}

.m-offers-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    border: 1px solid #2f563f;
    border-radius: 24px;
    background: transparent;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: #2f563f;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
}

.m-offers-btn:active {
    background: #2f563f;
    color: #fff;
}

@media (min-width: 481px) and (max-width: 1024px) {
    .m-offers-btn { width: auto; height: auto; border: 1.5px solid rgba(47, 86, 63, 0.30); border-radius: 999px; padding: 11px 24px; }
    .m-offers-cards-scroll { display: grid; gap: 14px; overflow-x: visible; padding-bottom: 0; }
    .m-offers-card { flex: none; width: 100%; }
}

/* ========== РЕКВИЗИТЫ В ПОДВАЛЕ ========== */
.footer-company {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.footer-req-btn {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: #2f563f;
    text-decoration: underline;
    cursor: pointer;
}

/* ========== ПОПАП РЕКВИЗИТОВ ========== */
.req-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 400;
    background: rgba(20, 30, 22, 0.6);
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.req-overlay.is-open {
    display: flex;
}

.req-box {
    background: #f7f4ee;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    max-height: 88svh;
    overflow-y: auto;
    padding: 36px 28px 28px;
    position: relative;
}

.req-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0.6;
}

.req-close:hover {
    opacity: 1;
}

.req-title {
    font-size: 20px;
    font-weight: 400;
    font-family: 'TT Norms Pro Serif', serif;
    font-style: italic;
    color: #2f563f;
    margin: 0 0 18px;
}

.req-text {
    font-family: inherit;
    font-size: 12px;
    color: #444;
    line-height: 1.7;
    white-space: pre-wrap;
    word-break: break-word;
    background: #fff;
    border: 1px solid rgba(47, 86, 63, 0.12);
    border-radius: 8px;
    padding: 14px 16px;
    margin: 0 0 16px;
}

.req-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border: 1px solid #2f563f;
    border-radius: 8px;
    background: transparent;
    color: #2f563f;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 180ms ease;
}

.req-copy:hover {
    background: rgba(47, 86, 63, 0.07);
}

.req-copy.is-copied {
    background: #2f563f;
    color: #fff;
    border-color: #2f563f;
}

/* ========== COOKIE-БАННЕР ========== */
.cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 350;
    width: 268px;
    background: #faf8f5;
    border: 1px solid rgba(47, 86, 63, 0.18);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(20, 30, 22, 0.15);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: cookieIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes cookieIn {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-main {
    font-size: 14px;
    font-weight: 600;
    color: #1f1a1a;
    line-height: 1.45;
    margin: 0;
}

.cookie-sub {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

.cookie-more {
    font-size: 12px;
    color: #2f563f;
    text-decoration: none;
    display: inline-block;
}

.cookie-more:hover {
    text-decoration: underline;
}

.cookie-btns {
    display: flex;
    gap: 8px;
    margin-top: 2px;
}

.cookie-decline {
    flex: 1;
    height: 36px;
    border: 1px solid rgba(47, 86, 63, 0.35);
    border-radius: 8px;
    background: transparent;
    color: #2f563f;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease;
}

.cookie-decline:hover {
    background: rgba(47, 86, 63, 0.06);
    border-color: rgba(47, 86, 63, 0.55);
}

.cookie-accept {
    flex: 1;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: #2f563f;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 180ms ease;
}

.cookie-accept:hover {
    background: #254832;
}

@media (max-width: 360px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        width: auto;
        bottom: 16px;
    }
}

/* ========== ПОДТВЕРЖДЕНИЕ СОГЛАСИЯ ========== */
.consent-confirm {
    background: rgba(47, 86, 63, 0.06);
    border: 1px solid rgba(47, 86, 63, 0.18);
    border-radius: 8px;
    padding: 12px 14px;
    margin-top: 4px;
}

.consent-confirm[hidden] {
    display: none;
}

.consent-confirm-text {
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    margin: 0 0 10px;
}

.consent-confirm-btns {
    display: flex;
    gap: 8px;
}

.consent-confirm-ok {
    flex: 1;
    height: 36px;
    background: #2f563f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background 180ms ease;
}

.consent-confirm-ok:hover {
    background: #254832;
}

.consent-confirm-cancel {
    height: 36px;
    padding: 0 14px;
    background: transparent;
    color: #888;
    border: 1px solid rgba(47, 86, 63, 0.2);
    border-radius: 6px;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
    transition: border-color 180ms ease;
}

.consent-confirm-cancel:hover {
    border-color: rgba(47, 86, 63, 0.4);
}

/* Telegram-иконка: визуальный сдвиг влево для компенсации несимметричной геометрии */
img[src*="tg.svg"] {
    transform: translateX(-10%);
}

/* ── Оверлей подтверждения согласия ──────────────────────── */
.consent-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.consent-overlay[hidden] {
    display: none;
}

.consent-overlay-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    max-width: 380px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

/* ========== НОВОСТИ И АКЦИИ (MOBILE / TABLET) ========== */
.m-news {
    padding: 36px 16px 32px;
}

.m-news-header { margin-bottom: 16px; }

.m-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.m-news-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(31,26,26,0.05);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.m-news-card:active { transform: scale(0.99); }

.m-news-card-image {
    position: relative;
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #efe9dd;
}
.m-news-card-image img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.m-news-card-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.m-news-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.m-news-card-type {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
}
.m-news-card-type--news { background: rgba(47,86,63,0.10); color: #2f563f; }
.m-news-card-type--publication { background: rgba(207,182,152,0.22); color: #6e5c3d; }
.m-news-card-type--promo { background: linear-gradient(135deg,#c89c5b,#b8853c); color: #fff; }
.m-news-card-type--video { background: rgba(47,86,63,0.10); color: #2f563f; }

.m-news-card-date {
    font-size: 12.5px;
    color: #5a5552;
    font-weight: 500;
}

.m-news-card-title {
    font-size: 16px;
    line-height: 1.32;
    font-weight: 500;
    color: #1f1a1a;
    margin: 0;
}

.m-news-card-lead {
    font-size: 13.5px;
    line-height: 1.5;
    color: #5a5552;
    margin: 0;
}

.m-news-card-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #2f563f;
    padding-top: 6px;
    text-decoration: none;
}
.m-news-card-cta svg { width: 12px; height: 12px; }

.m-news-card-promo-badge {
    position: absolute;
    top: 10px; left: 10px;
    background: linear-gradient(135deg,#c89c5b,#b8853c);
    color: #fff;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    box-shadow: 0 3px 10px rgba(184,133,60,0.28);
}

.m-news-card-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 48px; height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.94);
    color: #2f563f;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 5px 14px rgba(0,0,0,0.18);
}
.m-news-card-play svg { width: 18px; height: 18px; margin-left: 2px; }

.m-news-all-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
.m-news-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2f563f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    border: 1px solid rgba(47,86,63,0.25);
    border-radius: 999px;
    transition: border-color 0.15s, background 0.15s;
}
.m-news-all:hover, .m-news-all:active {
    border-color: #2f563f;
    background: rgba(47,86,63,0.05);
}
.m-news-all svg { width: 13px; height: 13px; }

/* Планшет: 2 колонки, последняя карточка на всю ширину */
@media (min-width: 600px) and (max-width: 1024px) {
    .m-news { padding: 40px 24px 36px; }
    .m-news-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .m-news-card:last-child { grid-column: 1 / -1; }
    .m-news-card:last-child .m-news-card-image { aspect-ratio: 21/9; }
    .m-news-card-title { font-size: 17px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-news { padding: 48px 32px 40px; }
}

/* ========== СТРАНИЦА «НОВОСТИ И АКЦИИ» (MOBILE / TABLET) ========== */
@media (max-width: 1024px) {
    .news-page {
        background: #f7f5f0;
        min-height: calc(100vh - 200px);
    }
    .news-page-inner {
        margin: 0 auto;
        padding: 18px 16px 36px;
        font-family: 'Urbanist', sans-serif;
    }
    .breadcrumbs {
        font-size: 12px;
        color: #8b8378;
        display: flex; flex-wrap: wrap; gap: 6px 8px;
        margin-bottom: 12px;
        padding: 0;
    }
    .breadcrumbs a { color: #688863; text-decoration: none; }
    .breadcrumbs [aria-current] { color: #1f1a1a; }
    .breadcrumbs span[aria-hidden] { opacity: 0.55; }

    .news-page-head { margin-bottom: 16px; }
    .news-page-label {
        font-family: 'TT Norms Pro Serif', serif;
        font-style: italic;
        font-size: 15px;
        color: #2f563f;
        margin-bottom: 4px;
    }
    .news-page-title {
        font-size: clamp(22px, 4vw, 28px);
        color: #2f563f;
        font-weight: 500;
        line-height: 1.15;
        margin: 0;
    }
    .news-page-subtitle {
        font-family: 'TT Norms Pro Serif', serif;
        font-style: italic;
        color: #8b8378;
        font-size: 14px;
        margin: 8px 0 0;
        line-height: 1.45;
    }

    .news-page-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin: 16px 0;
    }
    .news-page-filter {
        padding: 7px 13px;
        border-radius: 999px;
        border: 1px solid rgba(47,86,63,0.20);
        background: #fff;
        color: #5a5552;
        font-family: inherit;
        font-size: 12.5px;
        font-weight: 500;
        cursor: pointer;
        line-height: 1.2;
    }
    .news-page-filter.is-active {
        background: #2f563f;
        border-color: #2f563f;
        color: #fff;
    }

    .news-page-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .news-page-card {
        background: #fff;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 3px 14px rgba(31,26,26,0.05);
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
    }
    .news-page-card-image {
        position: relative;
        display: block;
        aspect-ratio: 16/9;
        overflow: hidden;
        background: #efe9dd;
    }
    .news-page-card-image img { width: 100%; height: 100%; object-fit: cover; }
    .news-page-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; }
    .news-page-card-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
    .news-page-card-type {
        display: inline-flex; padding: 3px 9px; border-radius: 999px;
        font-size: 10px; font-weight: 600; letter-spacing: 0.08em;
        text-transform: uppercase; line-height: 1.2;
    }
    .news-page-card-type--news        { background: rgba(47,86,63,0.10); color: #2f563f; }
    .news-page-card-type--publication { background: rgba(207,182,152,0.22); color: #6e5c3d; }
    .news-page-card-type--promo       { background: linear-gradient(135deg,#c89c5b,#b8853c); color: #fff; }
    .news-page-card-type--video       { background: rgba(47,86,63,0.10); color: #2f563f; }
    .news-page-card-date { font-size: 12.5px; color: #5a5552; font-weight: 500; }
    .news-page-card-title { font-size: 16px; line-height: 1.32; font-weight: 500; color: #1f1a1a; margin: 0; }
    .news-page-card-lead { font-size: 13.5px; line-height: 1.5; color: #5a5552; margin: 0; }
    .news-page-card-promo-badge {
        position: absolute; top: 10px; left: 10px;
        background: linear-gradient(135deg,#c89c5b,#b8853c);
        color: #fff; padding: 4px 11px; border-radius: 999px;
        font-size: 11px; font-weight: 600;
        box-shadow: 0 3px 10px rgba(184,133,60,0.28);
    }
    .news-page-card-play {
        position: absolute; top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        width: 48px; height: 48px; border-radius: 50%;
        background: rgba(255,255,255,0.94); color: #2f563f;
        display: flex; align-items: center; justify-content: center;
        box-shadow: 0 5px 14px rgba(0,0,0,0.18);
    }
    .news-page-card-play svg { width: 18px; height: 18px; margin-left: 2px; }
}

/* Планшет: 2 колонки */
@media (min-width: 600px) and (max-width: 1024px) {
    .news-page-inner { padding: 24px 40px 44px; }
    .news-page-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .news-page-card:last-child { grid-column: 1 / -1; }
    .news-page-card:last-child .news-page-card-image { aspect-ratio: 21/9; }
}

/* ========== ДЕТАЛЬНАЯ СТРАНИЦА (MOBILE / TABLET) ========== */
@media (max-width: 1024px) {
    .news-detail { background: #f7f5f0; }
    .news-detail-inner {
        margin: 0 auto;
        padding: 14px 16px 28px;
        font-family: 'Urbanist', sans-serif;
    }
    .news-detail-related-inner {
        padding: 0 16px;
    }
    .news-detail-head { padding: 16px 0 18px; }
    .news-detail-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
    .news-detail-type {
        display: inline-flex; padding: 4px 11px; border-radius: 999px;
        font-size: 10px; font-weight: 600; letter-spacing: 0.08em;
        text-transform: uppercase; line-height: 1.2;
    }
    .news-detail-type--news        { background: rgba(47,86,63,0.10); color: #2f563f; }
    .news-detail-type--publication { background: rgba(207,182,152,0.22); color: #6e5c3d; }
    .news-detail-type--promo       { background: linear-gradient(135deg,#c89c5b,#b8853c); color: #fff; }
    .news-detail-type--video       { background: rgba(47,86,63,0.10); color: #2f563f; }
    .news-detail-date { font-size: 12px; color: #8b8378; }
    .news-detail-title {
        font-size: clamp(20px, 4.5vw, 28px);
        color: #2f563f;
        font-weight: 500;
        line-height: 1.18;
        margin: 0 0 10px;
    }
    .news-detail-lead {
        font-family: 'TT Norms Pro Serif', serif;
        font-style: italic;
        font-size: 15px;
        color: #5a5552;
        line-height: 1.5;
        margin: 0;
    }
    .news-detail-hero {
        margin: 18px 0 24px;
        border-radius: 12px;
        overflow: hidden;
        aspect-ratio: 16/9;
        background: #efe9dd;
    }
    .news-detail-hero img { width: 100%; height: 100%; object-fit: cover; }
    .news-detail-body p {
        font-size: 14.5px;
        line-height: 1.65;
        color: #5a5552;
        margin: 0 0 12px;
    }
    .news-detail-body h2 {
        font-size: 18px;
        color: #2f563f;
        font-weight: 500;
        margin: 22px 0 8px;
    }
    .news-detail-body h3 {
        font-size: 15.5px;
        color: #1f1a1a;
        font-weight: 500;
        margin: 18px 0 6px;
    }
    .news-detail-body strong { color: #1f1a1a; font-weight: 600; }
    .news-detail-body ul {
        margin: 0 0 14px;
        padding-left: 20px;
        font-size: 14.5px;
        line-height: 1.65;
        color: #5a5552;
    }
    .news-detail-cta {
        margin: 22px 0;
        padding: 18px 16px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 3px 14px rgba(31,26,26,0.05);
        text-align: center;
    }
    .news-detail-cta-title { font-size: 16px; color: #2f563f; font-weight: 500; margin-bottom: 6px; }
    .news-detail-cta-desc { font-size: 13px; color: #5a5552; margin: 0 0 12px; }
    .news-detail-cta-btn {
        display: inline-flex; align-items: center; justify-content: center;
        width: 100%;
        padding: 12px 22px;
        background: #2f563f;
        color: #fff;
        border-radius: 28px;
        font-size: 13.5px;
        font-weight: 500;
        text-decoration: none;
    }
    .news-detail-bottom-nav {
        padding: 18px 0;
        border-top: 1px solid rgba(207,182,152,0.55);
        margin-top: 8px;
    }
    .news-detail-back {
        display: inline-flex; align-items: center; gap: 6px;
        font-size: 13.5px;
        color: #2f563f;
        text-decoration: none;
        font-weight: 500;
    }
    .news-detail-back svg { width: 14px; height: 14px; }

    .news-detail-related { background: #fff; border-top: 1px solid rgba(207,182,152,0.55); padding: 32px 0; }
    .news-detail-related-inner { padding: 0 16px; margin: 0 auto; }
    .news-detail-related-title { font-size: 18px; color: #2f563f; font-weight: 500; margin: 0 0 16px; }
    .news-detail-related-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .news-detail-inner { padding: 22px 40px 36px; }
    .news-detail-related-inner { padding: 0 40px; }
    .news-detail-related-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 1024px) {
    /* Автор статьи */
    .news-detail-author {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(207,182,152,0.55);
    }
    .news-detail-author-photo {
        width: 44px; height: 44px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }
    .news-detail-author-name {
        font-size: 13.5px;
        font-weight: 500;
        color: #1f1a1a;
    }
    .news-detail-author-role {
        font-family: 'TT Norms Pro Serif', serif;
        font-style: italic;
        font-size: 12.5px;
        color: #688863;
    }

    /* Бейдж акции на hero детальной */
    .news-detail-hero { position: relative; }
    .news-detail-hero-badge {
        position: absolute;
        top: 12px; left: 12px;
        background: linear-gradient(135deg,#c89c5b,#b8853c);
        color: #fff;
        padding: 5px 13px;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.03em;
        box-shadow: 0 3px 12px rgba(184,133,60,0.32);
    }

    /* Видео-ссылки на детальной */
    .news-detail-video-links {
        margin: 24px 0;
        padding: 18px 16px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 3px 14px rgba(31,26,26,0.05);
    }
    .news-detail-video-title {
        font-size: 16px;
        color: #2f563f;
        font-weight: 500;
        margin: 0 0 12px;
    }
    .news-detail-video-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .news-detail-video-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 11px 18px;
        border: 1px solid rgba(47,86,63,0.22);
        border-radius: 999px;
        background: #fff;
        font-size: 13.5px;
        color: #2f563f;
        text-decoration: none;
    }

    /* Не найдено */
    .news-not-found {
        padding: 48px 16px;
        text-align: center;
    }
    .news-not-found h1 {
        font-size: 22px;
        color: #2f563f;
        font-weight: 500;
        margin: 0 0 10px;
    }
    .news-not-found p {
        color: #5a5552;
        font-size: 14px;
    }
    .news-not-found a { color: #2f563f; text-decoration: underline; }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .news-detail-video-list { flex-direction: row; flex-wrap: wrap; }
}

