/* === YUME ABOUT US – stejně laděné jako předchozí sekce === */
.yume-aboutus {
  position: relative;
  left: 50%; right: 50%;
  margin-left: -50vw; margin-right: -50vw;
  width: 100vw !important; max-width: 100vw !important;
  padding: 72px min(4.5vw, 64px);
  box-sizing: border-box;
  background: #fff;
  color: var(--g);
}

.yume-aboutus__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  max-width: 1600px;
  margin: 0 auto;
}

.yume-aboutus__text {
  flex: 1;
  text-align: left;
  max-width: 640px;
}

.yume-aboutus__text h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 28px;
  color: var(--g);
}

.yume-aboutus__text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 16px;
  font-weight: 400;
}

.yume-aboutus__text p strong {
  font-weight: 700;
}

.yume-aboutus__image {
  flex: 1;
  text-align: right;
}

.yume-aboutus__image .img-wrap {
  border-radius: 14px;
  overflow: hidden;
}

.yume-aboutus__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* === Responsive === */
@media (max-width: 900px) {
  .yume-aboutus { padding: 56px 5vw; }
  .yume-aboutus__inner { flex-direction: column-reverse; gap: 28px; }
  .yume-aboutus__text { text-align: center; max-width: none; }
  .yume-aboutus__image { text-align: center; }
  .yume-aboutus__text p { font-size: 15px; }
}
