/* =========================================================
     LU BREATH SPLIT – финальная версия
     ========================================================= */

  .lu-breath-split{
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 32px;
    margin-bottom: 20px;
    padding: 20px;
    background: var(--lu-card-bg, #f5f5f5);
    border-radius: var(--lu-card-radius, 28px);
    overflow: hidden;
  }

  .lu-breath-split:before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,.20) 0%, rgba(255,255,255,0) 42%);
  }

  .lu-breath-split__main,
  .lu-breath-split__side{
    position: relative;
    z-index: 1;
    min-width: 0;
  }

  .lu-breath-split__main{
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }

  .lu-breath-split__side{
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    display: flex;
    align-items: flex-start;
    padding: 0 10px 6px 0;
  }

  /* =========================================================
     Левая карточка
     ========================================================= */

  .lu-breath-card{
    min-width: 0;
  }

  .lu-breath-card__hero{
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .lu-breath-card__date{
    flex: 0 0 31%;
    max-width: 31%;
    min-width: 0;
    height: 262px;
    padding: 26px 16px 22px;
    background: #355F73;
    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-top-left-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lu-breath-card__date-range{
    margin: 0 0 10px;
    font-size: 58px;
    line-height: .95;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #fff;
    white-space: nowrap;
  }

  .lu-breath-card__date-month{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
  }

  .lu-breath-card__photo{
    flex: 0 0 69%;
    max-width: 69%;
    min-width: 0;
    height: 315px;
    overflow: hidden;
    background: #d9ddd4;

    border-top-left-radius: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lu-breath-card__photo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    margin: 0 !important;
  }

  .lu-breath-card__content{
    min-width: 0;
    padding: 0 4px 0 2px;
  }

  .lu-breath-card__title-row{
    display: block;
    margin-bottom: 24px;
  }

  .lu-breath-card__title{
    display: block;
    margin: 0;
    font-weight: var(--lu-title-weight, 700);
    font-size: 27px;
    line-height: var(--lu-title-lh, 1.15);
    color: #111;
  }

  .lu-breath-card__offer{
    margin: 0 0 18px;
  }

  .lu-breath-card__offer-label{
    display: block;
    margin: 0 0 7px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(0,0,0,.42);
  }

  .lu-breath-card__offer-prices{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 10px;
  }

  .lu-breath-card__price-old{
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: rgba(17,17,17,.46);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(17,17,17,.40);
    white-space: nowrap;
  }

  .lu-breath-card__price-arrow{
    font-size: 24px;
    line-height: 1;
    color: rgba(17,17,17,.42);
  }

  .lu-breath-card__price-new{
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
  }

  .lu-breath-card__meta{
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,.08);
  }

  .lu-breath-card__meta-item{
    display: grid;
    grid-template-columns: 22% 78%;
    gap: 10px;
    padding: 15px 0 14px;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }

  .lu-breath-card__meta-item:last-child{
    border-bottom: 0;
  }

  .lu-breath-card__meta-label{
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(17,17,17,.82);
  }

  .lu-breath-card__meta-value{
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: #111;
  }

  .lu-breath-card__meta-value--accent{
    font-weight: 700;
  }

  /* =========================================================
     Правая колонка
     ========================================================= */

  .lu-breath-side{
    width: 100%;
    max-width: 560px;
  }

  .lu-breath-side__section{
    margin-bottom: 28px;
margin-top: 22px;
  }

  .lu-breath-side__section:last-child{
    margin-bottom: 0;
  }

  .lu-breath-side__title{
    display: block;
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #111;
  }

  .lu-breath-side__list{
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
  }

  .lu-breath-side__item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
  }

  .lu-breath-side__item:last-child{
    margin-bottom: 0;
  }

  .lu-breath-side__item-icon{
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    color: #355F73;
    transform: translateY(1px);
  }

  .lu-breath-side__item-icon .lu-icon{
    width: 22px;
    height: 22px;
    color: currentColor;
  }

  .lu-breath-side__item-text{
    min-width: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #111;
  }

  .lu-breath-side__text{
    font-size: 16px;
    line-height: 1.5;
    color: #111;
  }

  .lu-breath-side__text p{
    margin: 0 0 12px;
  }

  .lu-breath-side__text p:last-child{
    margin-bottom: 0;
  }

  /* =========================================================
     Планшет
     ========================================================= */

  @media (max-width: 1099px){
    .lu-breath-split{
      gap: 24px;
      padding: 18px;
    }

    .lu-breath-split__main{
      flex: 0 0 calc(50% - 12px);
      max-width: calc(50% - 12px);
    }

    .lu-breath-split__side{
      flex: 0 0 calc(50% - 12px);
      max-width: calc(50% - 12px);
    }

    .lu-breath-card__date{
      height: 230px;
    }

    .lu-breath-card__photo{
      height: 285px;
    }

    .lu-breath-card__date-range{
      font-size: 48px;
    }

    .lu-breath-card__price-new{
      font-size: 30px;
    }

    .lu-breath-card__meta-item{
      grid-template-columns: 22% 78%;
      gap: 9px;
    }

    .lu-breath-side{
      max-width: none;
    }
  }

  /* =========================================================
     Мобильные
     ========================================================= */

  @media (max-width: 767px){
    .lu-breath-split{
      display: block;
      padding: 14px;
      gap: 0;
      border-radius: 24px;
    }

    .lu-breath-split__main,
    .lu-breath-split__side{
      max-width: none;
      flex: none;
    }

    .lu-breath-split__side{
      display: block;
      padding: 20px 4px 2px;
    }

    .lu-breath-card__hero{
      margin-bottom: 22px;
    }

    .lu-breath-card__date{
      flex: 0 0 36%;
      max-width: 36%;
      height: 158px;
      padding: 16px 10px 14px;
      border-top-left-radius: 20px;
    }

    .lu-breath-card__date-range{
      margin-bottom: 8px;
      font-size: 30px;
      letter-spacing: -0.03em;
      white-space: nowrap;
    }

    .lu-breath-card__date-month{
      font-size: 14px;
    }

    .lu-breath-card__photo{
      flex: 0 0 64%;
      max-width: 64%;
      height: 196px;
      border-top-right-radius: 20px;
    }

    .lu-breath-card__content{
      padding: 0 2px;
    }

    .lu-breath-card__title-row{
      margin-bottom: 18px;
    }

    .lu-breath-card__title{
      font-size: 22px;
      line-height: 1.15;
    }

    .lu-breath-card__offer{
      margin-bottom: 14px;
    }

    .lu-breath-card__offer-label{
      margin-bottom: 6px;
    }

    .lu-breath-card__price-old{
      font-size: 18px;
    }

    .lu-breath-card__price-arrow{
      font-size: 18px;
    }

    .lu-breath-card__price-new{
      font-size: 26px;
    }

    .lu-breath-card__meta-item{
      grid-template-columns: 22% 78%;
      gap: 8px;
      padding: 13px 0 12px;
    }

    .lu-breath-card__meta-label{
      font-size: 11px;
    }

    .lu-breath-card__meta-value{
      font-size: 14px;
      line-height: 1.3;
    }

    .lu-breath-side__section{
      margin-bottom: 24px;
    }

    .lu-breath-side__title{
      margin-bottom: 12px;
      font-size: 20px;
      line-height: 1.15;
    }

    .lu-breath-side__list{
      margin-bottom: 14px;
    }

    .lu-breath-side__item{
      gap: 10px;
      margin-bottom: 9px;
    }

    .lu-breath-side__item-icon{
      flex: 0 0 20px;
      width: 20px;
      height: 20px;
    }

    .lu-breath-side__item-icon .lu-icon{
      width: 20px;
      height: 20px;
    }

    .lu-breath-side__item-text,
    .lu-breath-side__text{
      font-size: 15px;
      line-height: 1.45;
    }
  }
/* =========================================================
   LU BREATH — вариант с тремя ценами (таунхаус «Теремок»)
   Дополняет lu-offer-promo.css. Только новые классы —
   базовые .lu-breath-* не переопределяются.
   Добавлять В КОНЕЦ файла lu-offer-promo.css.
   ========================================================= */

/* Hero без бейджа-даты: фото на всю ширину левой колонки */
.lu-breath-card__hero--solo{
  margin-bottom: 26px;
}

.lu-breath-card__hero--solo .lu-breath-card__photo{
  flex: 0 0 100%;
  max-width: 100%;
  height: 300px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

/* Подпись над карточками цен */
.lu-breath-offers__label{
  display: block;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(0,0,0,.42);
}

/* Колонка карточек-цен */
.lu-breath-offers{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

/* Одна карточка-цена (горизонтальная полоса) */
.lu-breath-deal{
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.lu-breath-deal__date{
  flex: 0 0 98px;
  max-width: 98px;
  min-width: 0;
  padding: 14px 8px;
  background: var(--lu-sage);
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lu-breath-deal__date-range{
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
}

.lu-breath-deal__date-month{
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
}

.lu-breath-deal__body{
  flex: 1 1 auto;
  min-width: 0;
  padding: 13px 18px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.lu-breath-deal__prices{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 9px;
}

.lu-breath-deal__price-old{
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: rgba(17,17,17,.46);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(17,17,17,.38);
  white-space: nowrap;
}

.lu-breath-deal__price-arrow{
  font-size: 16px;
  line-height: 1;
  color: rgba(17,17,17,.42);
}

.lu-breath-deal__price-new{
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.lu-breath-deal__note{
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(17,17,17,.7);
}

.lu-breath-deal__note b{
  font-weight: 700;
  color: var(--lu-accent-ink);
}

/* =========================================================
   Планшет
   ========================================================= */

@media (max-width: 1099px){
  .lu-breath-card__hero--solo .lu-breath-card__photo{
    height: 260px;
  }

  .lu-breath-deal__date{
    flex-basis: 88px;
    max-width: 88px;
  }

  .lu-breath-deal__price-new{
    font-size: 23px;
  }
}

/* =========================================================
   Мобильные
   ========================================================= */

@media (max-width: 767px){
  .lu-breath-card__hero--solo{
    margin-bottom: 20px;
  }

  .lu-breath-card__hero--solo .lu-breath-card__photo{
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .lu-breath-offers{
    gap: 10px;
  }

  .lu-breath-deal{
    border-radius: 16px;
  }

  .lu-breath-deal__date{
    flex-basis: 80px;
    max-width: 80px;
    padding: 12px 6px;
  }

  .lu-breath-deal__date-range{
    font-size: 20px;
  }

  .lu-breath-deal__date-month{
    font-size: 10px;
  }

  .lu-breath-deal__body{
    padding: 12px 14px;
    gap: 4px;
  }

  .lu-breath-deal__price-old,
  .lu-breath-deal__price-arrow{
    font-size: 15px;
  }

  .lu-breath-deal__price-new{
    font-size: 22px;
  }

  .lu-breath-deal__note{
    font-size: 12px;
  }
}