/*****************************************************************************/
/* WELLA-2025 – two-column banner                                            */
/*****************************************************************************/

.WELLA-2025-stred_box-banner { height: auto; }

.WELLA-2025-stred_box-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  box-sizing: border-box;
  height: 495px;
}

.WELLA-2025-stred_box-box {
  position: relative;
  width: 50%;
  height: 495px;
  overflow: hidden;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* LEFT BOX */
.WELLA-2025-stred_box-left { padding: 0; }

/* Overlay on the LEFT should stack from top */
.WELLA-2025-stred_box-left .WELLA-2025-stred_box-content {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  color: #fff;
  z-index: 2;
}

/* Left images fill and anchor bottom center */
.WELLA-2025-stred_box-video-wrapper {
  display: none;
  position: absolute;
  inset: 0;
}
.WELLA-2025-stred_box-video-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
  z-index: 1;
}

/* Desktop / Mobile toggles for media wrappers */
@media (min-width: 769px) {
  .WELLA-2025-stred_box-video-desktop {
    display: block;
  }
}

@media (max-width: 768px) {
  .WELLA-2025-stred_box-container {
    flex-direction: column;
    height: auto;
    margin: 0 20px;
  }

  .WELLA-2025-stred_box-box {
    width: 100%;
    padding: 20px;
  }

  .WELLA-2025-stred_box-left .WELLA-2025-stred_box-content {
    padding: 20px;
  }

  .WELLA-2025-stred_box-video-mobile {
    display: block;
  }
}

/* Left headline pill (independent of right) */
.WELLA-2025-stred_box-label--left {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 300;
  white-space: normal;
  max-width: 85%;
}
.WELLA-2025-stred_box-subtext {
  line-height: 28px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  max-width: 360px;
}

/* Countdown (3 lines) */
.WELLA-2025-countdown {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
}
.WELLA-2025-countdown-days {
  display: flex; align-items: baseline; gap: 12px;
}
.WELLA-2025-countdown-days .num {
  font-size: 88px; font-weight: 700; line-height: .9;
}
.WELLA-2025-countdown-days .label {
  font-size: 24px; font-weight: 300;
}
.WELLA-2025-countdown-hours,
.WELLA-2025-countdown-minutes {
  display: flex; align-items: baseline; gap: 8px;
}
.WELLA-2025-countdown-hours .num {
  font-size: 40px; font-weight: 700;
}

.WELLA-2025-countdown-minutes .num {
  font-size: 32px; font-weight: 700;
}
.WELLA-2025-countdown-hours .label,
.WELLA-2025-countdown-minutes .label {
  font-size: 16px; font-weight: 300;
}
@media (max-width: 768px) {
  .WELLA-2025-stred_box-subtext {
    max-width: 240px;
  }
  .WELLA-2025-stred_box-label--left {
    font-size: 26px;
    padding: 6px 12px;
    max-width: 90%;
  }

  .WELLA-2025-countdown-days .num {
    font-size: 64px;
  }

  .WELLA-2025-countdown-days .label {
    font-size: 20px;
  }

  .WELLA-2025-countdown-hours .num {
    font-size: 32px;
  }

   .WELLA-2025-countdown-minutes .num {
    font-size: 24px;
   }

  .WELLA-2025-countdown-hours .label,
  .WELLA-2025-countdown-minutes .label {
    font-size: 14px;
  }}

/* RIGHT BOX – LONDA Golden Glass */
.WELLA-2025-stred_box-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 40px;
  color: #000;
}
.WELLA-2025-londa { text-align: left; max-width: 300px; }

/* Hashtag pill */
.WELLA-2025-londa-h3 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 6px 16px;
  background-color: #8fc8ff;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 12px 0;
  width: fit-content;
}
/* Title */
.WELLA-2025-londa-h2 {
  font-family: 'Roska-lifestyle', serif;
  font-size: 56px;
  font-weight: 400;
  color: #5f0d00;
  margin: 0;
  max-width: 300px;
}
/* Subtitle */
.WELLA-2025-londa-h2-small {
  margin: 8px 0 0 0;
  font-size: 20px;
  color: #000;
}
/* Description */
.WELLA-2025-londa-p {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 16px 0;
  max-width: 200px;
  color: #000;
}
/* CTA */
.WELLA-2025-londa-button {
  display: inline-block;
  padding: 12px 24px 15px 24px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  background-color: #5f0d00;
  transition: background-color .3s ease;
  width: fit-content;
}
.WELLA-2025-londa-button:hover { background-color: #8fc8ff; color: #fff; }

/* Mobile tweaks for right */
@media (max-width: 768px) {
  .WELLA-2025-stred_box-right { padding: 20px; justify-content: center; text-align: center; }
  .WELLA-2025-londa { max-width: 100%; }
}



/* ===== LEFT (Marianne) – layout & readability tweaks ===================== */

/* Keep overlay pinned to top-left with clean spacing */
.WELLA-2025-stred_box-left .WELLA-2025-stred_box-content {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

/* Black pill: a bit narrower + better tracking for 2 lines */
.WELLA-2025-stred_box-label--left {
  max-width: 520px;           /* prevent covering the face */
  padding: 10px 18px;
  font-size: 28px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: 'ABCROMMono-Book';
  margin: 0;
}

/* Helper line under the pill */
.WELLA-2025-stred_box-subtext {
  margin: 0;
  color: #fff;
}

/* Countdown block spacing + alignment */
.WELLA-2025-countdown {
  margin: 0;            /* small gap from subtext */
  align-items: flex-start;    /* left align numbers/labels */
  text-shadow: 0 1px 2px rgba(0,0,0,.25); /* subtle contrast */
}

/* Keep big days strong but not overflowing */
.WELLA-2025-countdown-days .num { font-size: 84px; }
.WELLA-2025-countdown-days .label { font-size: 22px; }

/* Avoid accidental wrapping on hours/minutes lines */
.WELLA-2025-countdown-hours,
.WELLA-2025-countdown-minutes { white-space: nowrap; }

/* Anchor left images from bottom center (crop like your mock) */
.WELLA-2025-stred_box-left .WELLA-2025-stred_box-video-wrapper img {
  object-position: center bottom;
}

/* Mobile tune */
@media (max-width: 768px) {
  .WELLA-2025-stred_box-label--left { max-width: 90%; font-size: 24px; }
  .WELLA-2025-countdown-days .num { font-size: 64px; }
}

/* ===== RIGHT (Londa) – move to top-left and tighten spacing ============== */

.WELLA-2025-stred_box-right {
  align-items: flex-start;     /* top  */
  justify-content: flex-start; /* left */
  padding: 28px;               /* similar top offset as left side */
  color: #000;
}

.WELLA-2025-londa {
  max-width: 360px;            /* allow slightly wider text block */
  display: flex;
  flex-direction: column;
  gap: 10px;                   /* vertical rhythm */
  text-align: left;
}

/* Keep hashtag pill neat and not too big */
.WELLA-2025-londa-h3 {
  margin: 0 0 6px 0;
  font-size: 22px;
  padding: 6px 14px;
}

/* Roska title + subtitle spacing */
.WELLA-2025-londa-h2        { margin: 0; }
.WELLA-2025-londa-h2-small  { margin: 0; }

/* Description a touch wider for readability */
.WELLA-2025-londa-p { max-width: 260px; }

/* Button closer to copy block */
.WELLA-2025-londa-button { margin-top: 8px; }

/* Mobile layout */
@media (max-width: 768px) {
  .WELLA-2025-stred_box-right { padding: 20px; }
  .WELLA-2025-londa { max-width: 100%; }
}