/* ru overrides. Whole rule blocks, so every declaration keeps its selector. */

.hero__title {
    font-size: clamp(2.6rem, 8.5vw, 7.6rem);
    font-weight: 300;
    letter-spacing: -0.045em;
    line-height: 0.94;
    color: var(--off);
    margin-bottom: var(--s-8);
  }

.section-head__title {
    font-size: clamp(1.7rem, 3.8vw, 2.9rem);
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.1;
  }

.service {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--s-16);
    padding: var(--s-10) var(--s-8) var(--s-8);
    background: oklch(0.11 0 0);
    border: 1px solid var(--off-8);
    border-radius: var(--r-lg);
    overflow: hidden;
    min-height: 380px;
    transition:
      transform 0.7s var(--ease-elegant),
      border-color 0.5s var(--ease-entrance),
      background-color 0.5s var(--ease-entrance);
  }

.service__body { display: flex; flex-direction: column; gap: var(--s-4); flex: 1; }

.service__title {
    font-size: clamp(1.3rem, 1.75vw, 1.55rem);
    font-weight: 300;
    letter-spacing: -0.017em;
    line-height: 1.15;
    min-height: 3.5em;
  }

.car__name {
    font-size: clamp(1.2rem, 1.6vw, 1.5rem);
    font-weight: 300;
    letter-spacing: -0.017em;
    line-height: 1.2;
  }

.advisors__title {
    font-size: clamp(1.65rem, 3.6vw, 2.8rem);
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.12;
    color: var(--deep);
  }

@media (min-width: 900px) {
    .contact {
      padding: var(--s-32) 0 var(--s-12);
      min-height: 100vh;
    }
  }

.contact__title {
    font-size: clamp(1.7rem, 3.8vw, 3.0rem);
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.1;
  }
