.subtitle {
  display: flex;
  align-items: flex-start; /* верхнее выравнивание колонок */
  font-family: inherit;    /* чтобы типографика совпадала с остальной */
}

.subtitle__left {
  flex: 0 0 auto;          /* ширина только под слово */
  font-weight: 600;        /* при желании можно сделать жирным */
  margin-right: 1.5rem;    /* отступ до правой колонки */
  white-space: nowrap;     /* чтобы «Здесь» не переносилось */
}

.subtitle__right {
  flex: 1 1 auto;          /* правая колонка занимает всё оставшееся место */
  line-height: 1.5;        /* комфортное межстрочное */
}

	.about__content {
  position: relative;
  padding-left: 4rem;      /* отступ слева для текста */
  margin: 2rem 0;            /* внешний отступ, если нужен */
}

.about__content::before {
  content: "“";              /* символ открывающей кавычки */
  position: absolute;
  left: 0;              /* расположение кавычки внутри отступа */
    top: -0.5rem;
    font-size: 6rem;        /* крупная кавычка */
  line-height: 1;
  color: #000;               /* мягкий цвет */
  font-family: serif;        /* красивый шрифт кавычек */
}

.about__text {
  margin: 0 0 1rem;          /* расстояние между абзацами */
}

      /* HERO */
      .hero {
        min-height: 100vh;
        display: grid;
        grid-template-rows: auto 1fr auto;
        padding-top: 80px;
        background: #94a6b2;
      }
      .hero-top {
        display: flex;
        justify-content: flex-end;
        padding: 2rem 3rem 0;
      }
      .hero-slogan-top {
        font-size: 13px;
        letter-spacing: 0.2em;
        color: #2a3a42;
        font-weight: 300;
        text-transform: lowercase;
      }
      .hero-mid {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        padding: 2rem 3rem;
      }
      .hero-prices-left {
        display: flex;
        flex-direction: column;
        gap: 1.8rem;
      }
      .hero-prices-right {
        display: flex;
        flex-direction: column;
        gap: 1.8rem;
        align-items: flex-end;
        text-align: right;
      }
      .h-price-label {
        font-size: 11px;
        letter-spacing: 0.08em;
        color: #2a3a42;
        text-transform: uppercase;
        margin-bottom: 0.2rem;
        display: block;
      }
      .h-price-val {
        font-size: 13px;
        color: #1a2830;
        font-weight: 300;
      }
      .h-price-val strong {
        font-size: 1.8rem;
        font-weight: 300;
        letter-spacing: -0.01em;
      }
      .h-price-sub {
        font-size: 11px;
        color: #2a3a42;
      }
      .hero-video-wrap {
        width: 300px;
        aspect-ratio: 9/16; /* портретная ориентация */
        margin: 0 3rem;
        border: none;
        background: transparent;
        display: block;
        position: relative;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 12px;
      }
      .hero-video-wrap video {
        width: 100%;
        height: 101%;
        object-fit: cover;
        display: block;
      }
      /* скрываем старые декоративные элементы: логотип и кнопку */
      .hero-video-logo,
      .hero-play,
      .hero-play-triangle {
        display: none;
      }
      .hero-bottom {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 1.2rem 3rem 2rem;
        border-top: 1px solid rgba(42, 58, 66, 0.15);
      }
      .hero-actions {
        display: flex;
        gap: 0.8rem;
        align-items: center;
      }
      .hero-cities {
        font-size: 10px;
        letter-spacing: 0.12em;
        color: #2a3a42;
        text-transform: uppercase;
        margin-right: 0.5rem;
      }

      .btn-primary {
        display: inline-block;
        padding: 0.9rem 2rem;
        background: #1a1714;
        color: #faf8f4;
        font-family: "Jost", sans-serif;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
        border: none;
        cursor: pointer;
        transition: background 0.2s;
      }
      .btn-primary:hover {
        background: #9b7b5a;
      }

      .btn-outline {
        display: inline-block;
        padding: 0.9rem 2rem;
        border: 1px solid #1a1714;
        color: #1a1714;
        font-family: "Jost", sans-serif;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.2s;
        background: transparent;
        text-align: center;
      }
      .btn-outline:hover {
        background: #1a1714;
        color: #faf8f4;
      }

      @media (min-width: 1024px) {
        .hero-prices-left,
        .hero-prices-right {
          gap: clamp(2.5rem, 4vh, 4rem);
        }

        .h-price-label {
          font-size: clamp(13px, 1vw, 15px);
          margin-bottom: 0.4rem;
        }

        .h-price-val {
          font-size: clamp(16px, 1.2vw, 19px);
        }

        .h-price-val strong {
          font-size: clamp(2.75rem, 4vw, 4rem);
          line-height: 1;
        }

        .h-price-sub {
          font-size: clamp(13px, 1vw, 15px);
        }
      }

      /* SECTIONS */
      section.hero {
        padding: 6rem 5rem;
      }
      .section-tag {
        font-size: 11px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #9b7b5a;
        margin-bottom: 1rem;
        display: block;
      }
      .section-title {
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(2rem, 3.5vw, 3rem);
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 1.5rem;
      }
      .section-title em {
        font-style: italic;
      }
      .divider {
        width: 40px;
        height: 1px;
        background: #9b7b5a;
        margin: 1.5rem 0 2.5rem;
      }
      @media (max-width: 768px) {
        .hero {
          padding-top: 60px;
        }

        .hero-mid {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 1.5rem 1.25rem;
          gap: 1.2rem;
        }

        .hero-video-wrap {
          width: min(320px, 86vw);
          aspect-ratio: 9/16;
          margin: 0 0 0.5rem 0;
          border-radius: 10px;
          order: 1;
        }

        .hero-prices-left,
        .hero-prices-right {
          width: 100%;
          align-items: center;
          text-align: center;
          gap: 1rem;
        }
        .hero-prices-left {
          order: 2;
        }
        .hero-prices-right {
          order: 3;
        }

        .h-price-val strong {
          font-size: 1.4rem;
        }

        .hero-bottom {
          flex-direction: column;
          gap: 0.8rem;
          align-items: center;
          justify-content: center;
          padding: 1rem 1.25rem 1.5rem;
        }

        .hero-actions {
          width: 100%;
          justify-content: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 0.5rem;
        }
        .hero-cities {
          margin: 0 0 0.25rem 0;
          order: 1;
        }

        .btn-primary,
        .btn-outline {
          width: 100%;
          max-width: 320px;
          padding-left: 1rem;
          padding-right: 1rem;
          order: 2;
          text-align: center;
        }
      }
