.elementor-12851 .elementor-element.elementor-element-00a13d1{--display:flex;}/* Start custom CSS *//* =========================================================
   Y.O.G.I MUZIK HOMEPAGE
   ========================================================= */

.ym-homepage {
  background: #000000;
  color: #d9d9d9;
}

.ym-home-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.ym-home-section {
  padding: 48px 0;
  position: relative;
}

.ym-home-section--release,
.ym-home-section--video,
.ym-home-section--store,
.ym-home-section--cta {
  background: linear-gradient(180deg, #0b0b0b 0%, #000000 100%);
}

.ym-home-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #ffc72c;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ym-home-hero {
  padding: 20px 0 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 199, 44, 0.08), transparent 24%),
    linear-gradient(180deg, #050505 0%, #000000 100%);
  position: relative;
  overflow: hidden;
}

.ym-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.02) 0%, transparent 35%),
    radial-gradient(circle at 10% 20%, rgba(255, 199, 44, 0.05), transparent 26%);
  pointer-events: none;
}

.ym-home-hero__grid,
.ym-home-featured,
.ym-home-video,
.ym-home-about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.ym-home-hero__title {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 1.02;
  color: #ffffff;
  margin: 0 0 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ym-home-hero__text,
.ym-home-featured__content p,
.ym-home-video__content p,
.ym-home-about__content p,
.ym-home-cta p,
.ym-home-section-head p,
.ym-home-card__body p {
  color: #d9d9d9;
  font-size: 1.02rem;
  line-height: 1.8;
}

.ym-home-hero__actions,
.ym-home-featured__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ym-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.28s ease;
  text-decoration: none;
}

.ym-home-btn--primary {
  background: #ffc72c;
  color: #000000;
  border: 1px solid #ffc72c;
}

.ym-home-btn--primary:hover,
.ym-home-btn--primary:focus {
  background: #ffd34f;
  color: #000000;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 199, 44, 0.22);
}

.ym-home-btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.ym-home-btn--secondary:hover,
.ym-home-btn--secondary:focus {
  background: #ffc72c;
  border-color: #ffc72c;
  color: #000000;
}

.ym-home-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.ym-home-stat {
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 18px;
  padding: 18px;
}

.ym-home-stat__label {
  display: block;
  color: #a0a0a0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ym-home-stat__value {
  display: block;
  color: #ffffff;
  font-weight: 700;
}

.ym-home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.ym-home-section-head h2,
.ym-home-featured__content h2,
.ym-home-video__content h2,
.ym-home-about__content h2,
.ym-home-cta h2 {
  color: #ffffff;
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.08;
}

.ym-home-text-link {
  color: #ffc72c;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.88rem;
  white-space: nowrap;
}

.ym-home-text-link:hover,
.ym-home-text-link:focus {
  color: #ffffff;
}

.ym-home-grid {
  display: grid;
  gap: 28px;
}

.ym-home-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.ym-home-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.ym-home-card {
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 22px;
  overflow: hidden;
  transition: all 0.28s ease;
}

.ym-home-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 199, 44, 0.45);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.ym-home-card__body {
  padding: 22px;
}

.ym-home-card__body h3 {
  color: #ffffff;
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.ym-home-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  background: rgba(255, 199, 44, 0.12);
  color: #ffc72c;
  border: 1px solid rgba(255, 199, 44, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ym-home-price {
  color: #ffc72c;
  font-weight: 800;
  font-size: 1rem;
  margin: 0;
}

.ym-home-streaming {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ym-home-streaming span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #111111;
  border: 1px solid #2a2a2a;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ym-home-cta {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  padding: 42px;
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 24px;
}

.ym-home-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,199,44,0.05) 100%);
  border: 1px dashed rgba(255, 199, 44, 0.35);
  border-radius: 24px;
  text-align: center;
  padding: 24px;
}

.ym-home-placeholder span {
  color: #a0a0a0;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ym-home-placeholder--hero {
  min-height: 560px;
}

.ym-home-placeholder--art,
.ym-home-placeholder--portrait {
  min-height: 500px;
}

.ym-home-placeholder--video {
  min-height: 420px;
}

.ym-home-placeholder--cover,
.ym-home-placeholder--post,
.ym-home-placeholder--product,
.ym-home-placeholder--profile {
  min-height: 280px;
}

@media (max-width: 1100px) {
  .ym-home-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ym-home-hero__grid,
  .ym-home-featured,
  .ym-home-video,
  .ym-home-about {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ym-home-section {
    padding: 72px 0;
  }

  .ym-home-hero {
    padding: 96px 0 72px;
  }

  .ym-home-grid--3 {
    grid-template-columns: 1fr;
  }

  .ym-home-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ym-home-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ym-home-container {
    width: min(100% - 32px, 1280px);
  }

  .ym-home-grid--4 {
    grid-template-columns: 1fr;
  }

  .ym-home-cta {
    padding: 28px;
  }

  .ym-home-hero__actions,
  .ym-home-featured__actions {
    flex-direction: column;
  }

  .ym-home-btn {
    width: 100%;
  }

  .ym-home-placeholder--hero {
    min-height: 360px;
  }

  .ym-home-placeholder--art,
  .ym-home-placeholder--portrait,
  .ym-home-placeholder--video {
    min-height: 300px;
  }
}/* End custom CSS */