/* =========================================================== */
/*  EDITORIAL SCROLL - DIFFERENT FROM ANY OTHER PAGE           */
/* =========================================================== */

.look-page {
  padding-bottom: 50px;
  height: 1900px;
  position: relative;
}

/* ====== HEADER ====== */
.look-header {
  position: relative;
  z-index: 20;
  padding-top: 50px;
  text-align: center;
}

.back-home {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Dreamy Notes Script";
  color: #5b1133;
  font-size: 13px;
  text-decoration: none;
  background: #ffe8f3;
  padding: 6px 16px;
  border-radius: 34.6px;
  border: 1px solid #ffadd6;
  transition: all 0.3s ease;
  z-index: 999;
}

.back-home:hover {
  transform: scale(1.05);
  background: #ffcbe5;
  color: white;
}

.page-title {
  font-family: "Dreamy Notes Script";
  font-size: 28px;
  color: #5b1133;
  margin-bottom: 5px;
}

.page-subtitle {
    font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 30px;
}

/* =========================================================== */
/*  EDITORIAL BLOCKS - DIFFERENT LAYOUT                        */
/* =========================================================== */

.editorial-block {
  position: relative;
  z-index: 20;
  max-width: 650px;
  margin: 0 auto 35px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.editorial-block.reverse {
  flex-direction: row-reverse;
}

/* ====== IMAGE ====== */
.editorial-image {
  width: 160px;
  height: 200px;
  background-color: #ffcbe5;
  border-radius: 30px 10px 30px 10px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border: 1px solid #ffe8f3;
  transition: all 0.3s ease;
}

.editorial-image:hover {
  transform: scale(1.03);
  border-radius: 10px 30px 10px 30px;
}

/* ====== TEXT ====== */
.editorial-text {
  flex: 1;
}

.editorial-label {
  display: inline-block;
  background: #ffe8f3;
  color: #5b1133;
    font-family: "Vividly-Regular", Helvetica;
  font-size: 10px;
  padding: 3px 12px;
  border-radius: 20px;
  border: 1px solid #ffadd6;
  margin-bottom: 6px;
}

.editorial-text h2 {
  font-family: "Dreamy Notes Script";
  font-size: 22px;
  color: #5b1133;
  margin-bottom: 6px;
}

.editorial-text p {
    font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  line-height: 1.5;
  margin-bottom: 14px;
}

/* ====== EDITORIAL BUTTON ====== */
.editorial-btn {
  display: inline-block;
  background: #ffe8f3;
  border: 1px solid #ffadd6;
  border-radius: 34.6px;
  padding: 5px 16px;
    font-family: "Vividly-Regular", Helvetica;
  color: #5b1133;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.editorial-btn:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.05);
}

/* =========================================================== */
/*  FINAL CTA                                                  */
/* =========================================================== */

.final-cta-block {
  position: relative;
  z-index: 20;
  max-width: 650px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.final-cta-box {
  background: #ffe8f3;
  border-radius: 34.6px;
  padding: 35px 25px;
  border: 1px solid #ffadd6;
  text-align: center;
}

.final-cta-box h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 8px;
}

.final-cta-box p {
    font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 18px;
}

.final-cta-btn {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ffadd6;
  border-radius: 34.6px;
  padding: 10px 30px;
    font-family: "Vividly-Regular", Helvetica;
  color: #5b1133;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.final-cta-btn:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.05);
}

/* =========================================================== */
/*  FOOTER                                                     */
/* =========================================================== */

.footer-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 30px;
  min-height: 120px;
}

.clio .rectangle-19 {
  top: auto !important;
  bottom: 0 !important;
  left: calc(50.00% - 259px) !important;
  width: 516px !important;
  height: 103px !important;
  background-color: #ffe8f3 !important;
  position: absolute !important;
  border-radius: 34.6px !important;
}

.clio .text-wrapper-22 {
  top: 31px !important;
  bottom: 45px !important;
  left: calc(50.00% - 77px) !important;
  width: 177px !important;
  font-size: 8.9px !important;
  text-align: center !important;
  line-height: 7.9px !important;
  position: absolute !important;
  font-family: "Single Day", cursive !important;
  font-weight: 400 !important;
  color: #5b1133 !important;
  letter-spacing: 0 !important;
  z-index: 99999 !important;
}


/* ====== HEADER ====== */
.look-header {
  position: relative;
  z-index: 20;
  padding-top: 90px;  /* <--- CHANGE THIS NUMBER */
  text-align: center;
}

/* =========================================================== */
/*  MOBILE                                                     */
/* =========================================================== */

@media (max-width: 600px) {
  .back-home {
    font-size: 11px;
    padding: 5px 12px;
    top: 29px;
    left: 15px;
  }

  .page-title {
    font-size: 24px;
  }

  .page-subtitle {
    font-size: 11px;
  }

  .editorial-block {
    flex-direction: column !important;
    text-align: center;
    gap: 12px;
    margin-bottom: 30px;
  }

  .editorial-image {
    width: 130px;
    height: 150px;
  }

  .editorial-text h2 {
    font-size: 20px;
  }

  .editorial-text p {
    font-size: 12px;
  }

  .final-cta-box {
    padding: 25px 18px;
  }

  .final-cta-box h3 {
    font-size: 22px;
  }

  .final-cta-btn {
    font-size: 13px;
    padding: 8px 24px;
  }

}