/* Graphic portfolio overrides. Base layout remains aligned with okhrimenko.dev. */

.hero-09-headline__title .hero-09-svg-mobile,
.hero-09-headline__title .hero-09-svg-desktop {
  width: 100%;
  height: auto;
}


/* Language switcher - single-button locale control (EN/UA). */
.header-lang-switcher {
  width: 4.6rem;
  height: 4.6rem;
  min-width: 4.6rem;
  padding: 0;
  border-radius: 50%;
  flex: 0 0 auto;
}

.header-lang-switcher .btn-caption {
  display: block !important;
  font-size: inherit;
  line-height: inherit;
}

@media only screen and (min-width: 768px) {
  .header-lang-switcher {
    width: 5.6rem;
    height: 5.6rem;
    min-width: 5.6rem;
  }
}


/* Project card - coming soon */
.mxd-project-item--coming-soon .mxd-project-item__media {
  cursor: default;
}

.mxd-project-item__coming-soon {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: none;
  top: 3rem;
  right: 3rem;
}

.mxd-project-item__coming-soon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  background: rgba(250, 247, 246, 0.92);
  color: #171717;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

@media only screen and (max-width: 767px) {
  .mxd-project-item__coming-soon span {
    min-height: 4rem;
    padding: 0.9rem 1.6rem;
    font-size: 1.4rem;
  }
}
