/* =========================================================== */
/*  EDITORIAL SCROLL - DIFFERENT FROM ANY OTHER PAGE           */
/* =========================================================== */

.mobile-only.look-page {
  padding-bottom: 50px;
  height: 1900px;
  position: relative;
  display: block;
}

/* ====== HEADER ====== */
.mobile-only .look-header {
  position: relative;
  z-index: 20;
  padding-top: 90px;
  text-align: center;
}

.mobile-only .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;
}

.mobile-only .back-home:hover {
  transform: scale(1.05);
  background: #ffcbe5;
  color: white;
}

.mobile-only .page-title {
  font-family: "Dreamy Notes Script";
  font-size: 28px;
  color: #5b1133;
  margin-bottom: 5px;
}

.mobile-only .page-subtitle {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 30px;
}

/* =========================================================== */
/*  EDITORIAL BLOCKS - DIFFERENT LAYOUT                        */
/* =========================================================== */

.mobile-only .editorial-block {
  position: relative;
  z-index: 20;
  max-width: 650px;
  margin: 0 auto 35px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.mobile-only .editorial-block.reverse {
  flex-direction: row-reverse;
}

/* ====== IMAGE ====== */
.mobile-only .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;
}

.mobile-only .editorial-image:hover {
  transform: scale(1.03);
  border-radius: 10px 30px 10px 30px;
}

/* ====== TEXT ====== */
.mobile-only .editorial-text {
  flex: 1;
}

.mobile-only .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;
}

.mobile-only .editorial-text h2 {
  font-family: "Dreamy Notes Script";
  font-size: 22px;
  color: #5b1133;
  margin-bottom: 6px;
}

.mobile-only .editorial-text p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  line-height: 1.5;
  margin-bottom: 14px;
}

/* ====== EDITORIAL BUTTON ====== */
.mobile-only .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;
}

.mobile-only .editorial-btn:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.05);
}

/* =========================================================== */
/*  FINAL CTA                                                  */
/* =========================================================== */

.mobile-only .final-cta-block {
  position: relative;
  z-index: 20;
  max-width: 650px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.mobile-only .final-cta-box {
  background: #ffe8f3;
  border-radius: 34.6px;
  padding: 35px 25px;
  border: 1px solid #ffadd6;
  text-align: center;
}

.mobile-only .final-cta-box h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 8px;
}

.mobile-only .final-cta-box p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 18px;
}

.mobile-only .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;
}

.mobile-only .final-cta-btn:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.05);
}

/* =========================================================== */
/*  FOOTER                                                     */
/* =========================================================== */

.mobile-only .footer-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 30px;
  min-height: 120px;
}

.mobile-only .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;
}

.mobile-only .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;
}

/* =========================================================== */
/*  MOBILE                                                     */
/* =========================================================== */

@media (max-width: 600px) {
  .mobile-only .back-home {
    font-size: 11px;
    padding: 5px 12px;
    top: 29px;
    left: 15px;
  }

  .mobile-only .page-title {
    font-size: 24px;
  }

  .mobile-only .page-subtitle {
    font-size: 11px;
  }

  .mobile-only .editorial-block {
    flex-direction: column !important;
    text-align: center;
    gap: 12px;
    margin-bottom: 30px;
  }

  .mobile-only .editorial-image {
    width: 130px;
    height: 150px;
  }

  .mobile-only .editorial-text h2 {
    font-size: 20px;
  }

  .mobile-only .editorial-text p {
    font-size: 12px;
  }

  .mobile-only .final-cta-box {
    padding: 25px 18px;
  }

  .mobile-only .final-cta-box h3 {
    font-size: 22px;
  }

  .mobile-only .final-cta-btn {
    font-size: 13px;
    padding: 8px 24px;
  }
}

/* ============================================================ */
/* ===== 🖥️ BRAND NEW LAPTOP/TABLET DESIGN 🖥️ ===== */
/* ============================================================ */

/* Hide laptop version on phones */
@media (max-width: 767px) {
    .desktop-wrapper { display: none !important; }
}

/* Show laptop version on tablets and laptops */
@media (min-width: 768px) {
    .mobile-only { display: none !important; }
    
    body {
        background: #fff0f6;
        display: flex;
        justify-content: center;
        padding: 40px;
    }

    .desktop-wrapper {
        max-width: 1100px;
        width: 100%;
        background: #fff5fa;
        border-radius: 40px;
        box-shadow: 0 20px 60px rgba(255, 173, 214, 0.1);
        overflow: hidden;
        padding: 40px 50px 50px 50px;
        font-family: "Single Day", "KNMaiyuan-Regular", sans-serif;
        color: #5b1133;
    }

    /* ===== HEADER ===== */
    .d-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffe8f3;
        margin-bottom: 40px;
    }
    .d-back {
        font-family: "Dreamy Notes Script";
        color: #5b1133;
        font-size: 15px;
        text-decoration: none;
        background: #ffe8f3;
        padding: 8px 20px;
        border-radius: 30px;
        border: 1px solid #ffadd6;
        transition: all 0.3s ease;
    }
    .d-back:hover { transform: scale(1.05); background: #ffcbe5; }
    .d-title-box {
        text-align: right;
    }
    .d-title {
        font-family: "Dreamy Notes Script";
        font-size: 36px;
        margin: 0;
        color: #5b1133;
    }
    .d-subtitle {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        margin-top: 2px;
    }

    /* ===== EDITORIAL BLOCKS ===== */
    .d-editorial-block {
        display: flex;
        align-items: center;
        gap: 50px;
        margin-bottom: 50px;
        padding: 0 20px;
    }
    .d-editorial-block.reverse {
        flex-direction: row-reverse;
    }
    .d-editorial-img {
        flex: 1;
        height: 350px;
        background-color: #ffcbe5;
        border-radius: 30px 10px 30px 10px;
        background-size: cover !important;
        background-position: center !important;
        border: 1px solid #ffe8f3;
        transition: all 0.3s ease;
    }
    .d-editorial-img:hover {
        transform: scale(1.02);
        border-radius: 10px 30px 10px 30px;
    }
    .d-editorial-text {
        flex: 1;
    }
    .d-label {
        display: inline-block;
        background: #ffe8f3;
        color: #5b1133;
        font-family: "Vividly-Regular", Helvetica;
        font-size: 12px;
        padding: 4px 16px;
        border-radius: 20px;
        border: 1px solid #ffadd6;
        margin-bottom: 10px;
    }
    .d-editorial-text h2 {
        font-family: "Dreamy Notes Script";
        font-size: 34px;
        color: #5b1133;
        margin-bottom: 10px;
    }
    .d-editorial-text p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 16px;
        color: #5b1133;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .d-editorial-btn {
        display: inline-block;
        background: #ffe8f3;
        border: 1px solid #ffadd6;
        border-radius: 30px;
        padding: 8px 24px;
        font-family: "Vividly-Regular", Helvetica;
        color: #5b1133;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .d-editorial-btn:hover {
        background: #ffcbe5;
        color: white;
        transform: scale(1.05);
    }

    /* ===== FINAL CTA ===== */
    .d-final-cta {
        margin: 40px auto 0;
        max-width: 700px;
    }
    .d-final-box {
        background: #ffe8f3;
        border-radius: 30px;
        padding: 50px 30px;
        border: 1px solid #ffadd6;
        text-align: center;
    }
    .d-final-box h3 {
        font-family: "Dreamy Notes Script";
        font-size: 30px;
        color: #5b1133;
        margin-bottom: 10px;
    }
    .d-final-box p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 16px;
        color: #5b1133;
        margin-bottom: 25px;
    }
    .d-final-btn {
        display: inline-block;
        background: #ffffff;
        border: 1px solid #ffadd6;
        border-radius: 30px;
        padding: 12px 35px;
        font-family: "Vividly-Regular", Helvetica;
        color: #5b1133;
        font-size: 16px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .d-final-btn:hover {
        background: #ffcbe5;
        color: white;
        transform: scale(1.05);
    }

    /* ===== FOOTER ===== */
    .d-footer {
        margin-top: 50px;
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #ffe8f3;
    }
    .d-footer-box {
        background: #ffe8f3;
        border-radius: 30px;
        padding: 30px 20px;
        max-width: 600px;
        margin: 0 auto;
    }
    .d-footer-text {
        font-family: "Single Day", cursive;
        color: #5b1133;
        font-size: 14px;
        line-height: 1.6;
    }
}