/* YB PACKAGES */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,800&family=Poppins:wght@400;500;600&display=swap');

.yb-packages-section {
  position: relative;
  width: 100%;
  min-height: max(56.25vw, 550px);
  height: auto;
  background-color: #5B1512;
  background-image: url('../assets/img/Packages - 1_Asset1.png');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: hidden;
  padding: 35px 60px 6%;
}

.yb-packages-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../assets/img/bg-texture.png');
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.pkg-lily {
  position: absolute;
  width: 30%;
  top: -2%;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

.pkg-watch {
  position: absolute;
  width: 30%;
  height: auto;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}

.pkg-curtain-left {
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.pkg-curtain-right {
  position: absolute;
  width: 30%;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.pkg-header {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 1110px;
  margin-bottom: 2%;
}

.pkg-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(11px, 2.66vw, 44px);
  font-weight: 800;
  font-style: italic;
  color: #FFFFFF;
  padding-top: clamp(25px, 3.22vw, 46px);
  margin: 0 0 6px 0;
  line-height: 1.1;
}

.pkg-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(8px, 0.66vw, 11px);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 150%;
  margin: 0;
}

.pkg-subtitle-highlight {
  color: #FFE6BB;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(8px, 0.66vw, 11px);
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  display: inline-block;
}

.pkg-cards {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 48px);
  width: 100%;
  max-width: 1500px;
}

.pkg-card-wrap {
  width: 38%;
  max-width: 525px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.pkg-card-shadow-top,
.pkg-card-shadow-bot {
  display: none;
}

.pkg-card {
  flex: 1;
  width: 100%;
  background-image: url('../assets/img/Packages - 1_Asset2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 9% 9% calc(9% + 10px);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.pkg-card-header {
  text-align: center;
  margin-bottom: 3%;
  padding-bottom: 0;
}

.pkg-card-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(15px, 2.1vw, 36px);
  font-weight: 800;
  color: #990000;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.pkg-card-price {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(10px, 0.94vw, 18px);
  font-weight: 600;
  color: #990000;
  line-height: 1.4;
  margin: 0;
}

.pkg-card-body {
  flex: 1;
}

.pkg-card-body ol {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(9px, 0.72vw, 14px);
  font-weight: 500;
  color: #231F20;
  line-height: 1.7;
  padding-left: 18px;
  margin: 0;
}

.pkg-card-body ol ol {
  padding-left: 18px;
  margin-top: 2px;
}

.pkg-card-body li {
  margin-bottom: 1px;
}



@media screen and (min-width: 2560px) {
  .pkg-header { max-width: 2400px; }
  .pkg-title {
    font-size: clamp(63px, 3.15vw, 112px);
    padding-top: 112px;
  }
  .pkg-subtitle,
  .pkg-subtitle-highlight {
    font-size: clamp(17px, 0.91vw, 31px);
  }
  .pkg-cards {
    gap: 60px;
    max-width: 3000px;
  }
  .pkg-card-wrap {
    max-width: 1300px;
  }
  .pkg-card-title  { font-size: clamp(50px, 2.2vw, 80px); }
  .pkg-card-price  { font-size: clamp(30px, 1.3vw, 50px); }
  .pkg-card-body ol { font-size: clamp(22px, 0.95vw, 36px); }
  .pkg-lily { width: 22%; left: 0; }
  .pkg-watch { width: 22%; }
  .pkg-curtain-left, .pkg-curtain-right { width: 24%; }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .pkg-header { max-width: 1800px; }
  .pkg-title {
    font-size: clamp(49px, 3.15vw, 77px);
    padding-top: 91px;
  }
  .pkg-subtitle,
  .pkg-subtitle-highlight {
    font-size: clamp(14px, 0.91vw, 22px);
  }
  .pkg-cards {
    gap: 40px;
    max-width: 2400px;
  }
  .pkg-card-wrap {
    max-width: 1050px;
  }
  .pkg-card-title  { font-size: clamp(40px, 2.2vw, 60px); }
  .pkg-card-price  { font-size: clamp(24px, 1.3vw, 38px); }
  .pkg-card-body ol { font-size: clamp(18px, 0.95vw, 28px); }
  .pkg-lily { width: 20%; left: 0; }
  .pkg-watch { width: 20%; }
  .pkg-curtain-left, .pkg-curtain-right { width: 22%; }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .yb-packages-section { min-height: max(43vw, 550px); }
  .pkg-lily { width: 20%; left: 0; }
  .pkg-watch { width: 20%; }
  .pkg-curtain-left, .pkg-curtain-right { width: 22%; }
  .pkg-card-wrap { width: 38%; max-width: 560px; }
}

@media screen and (min-width: 1251px) and (max-width: 1439px) {
  .yb-packages-section { padding: 35px 40px 6%; min-height: max(45vw, 550px); }
  .pkg-lily { width: 20%; left: 0; }
  .pkg-watch { width: 20%; }
  .pkg-curtain-left, .pkg-curtain-right { width: 22%; }
  .pkg-title {
    font-size: clamp(14px, 3.8vw, 50px);
    padding-top: clamp(20px, 3vw, 44px);
  }
  .pkg-subtitle,
  .pkg-subtitle-highlight { font-size: clamp(9px, 0.9vw, 13px); }
  .pkg-card-wrap { width: 38%; max-width: 560px; }
  .pkg-card-title { font-size: clamp(16px, 2.2vw, 34px); }
  .pkg-card-price { font-size: clamp(11px, 1.0vw, 18px); }
  .pkg-card-body ol { font-size: clamp(9px, 0.78vw, 14px); }
}

@media screen and (min-width: 901px) and (max-width: 960px) {
  .yb-packages-section { padding: 35px 40px 6%; }
  .pkg-lily { width: 20%; left: 0; }
  .pkg-watch { width: 20%; }
  .pkg-curtain-left, .pkg-curtain-right { width: 22%; }
}

@media screen and (min-width: 961px) and (max-width: 1250px) and (min-height: 651px) {
  .yb-packages-section { padding: 35px 40px 6%; }
  .pkg-lily { width: 20%; left: 0; }
  .pkg-watch { width: 20%; }
  .pkg-curtain-left, .pkg-curtain-right { width: 22%; }
  .pkg-title {
    font-size: clamp(14px, 3.8vw, 50px);
    padding-top: clamp(20px, 3vw, 44px);
  }
  .pkg-subtitle,
  .pkg-subtitle-highlight { font-size: clamp(9px, 0.9vw, 13px); }
  .pkg-card-wrap { width: 38%; max-width: 560px; }
  .pkg-card-title { font-size: clamp(16px, 2.2vw, 34px); }
  .pkg-card-price { font-size: clamp(11px, 1.0vw, 18px); }
  .pkg-card-body ol { font-size: clamp(9px, 0.78vw, 14px); }
}

@media screen and (min-width: 961px) and (max-width: 1250px) and (max-height: 650px) {
  .yb-packages-section { padding: 0 40px 8%; }
  .pkg-lily { width: 17%; left: 0; }
  .pkg-watch { width: 17%; }
  .pkg-curtain-left, .pkg-curtain-right { width: 20%; }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .yb-packages-section { padding: 0 60px 8%; }
  .pkg-title {
    font-size: clamp(14px, 3.15vw, 48px);
    padding-top: clamp(28px, 3.15vw, 50px);
  }
  .pkg-subtitle,
  .pkg-subtitle-highlight { font-size: clamp(8px, 0.77vw, 12px); }
  .pkg-cards { gap: clamp(16px, 2vw, 36px); }
  .pkg-card-wrap { width: 38%; max-width: 580px; }
  .pkg-card { padding: 7% 8%; }
  .pkg-card-title { font-size: clamp(16px, 2.2vw, 36px); }
  .pkg-card-price { font-size: clamp(11px, 1.0vw, 20px); }
  .pkg-card-body ol { font-size: clamp(9px, 0.78vw, 14px); }
}

@media screen and (min-width: 700px) and (max-width: 900px) {
  .yb-packages-section {
    aspect-ratio: unset;
    height: auto;
    min-height: 100vh;
    padding: 35px 20px 80px;
    justify-content: flex-start;
  }
  .pkg-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .pkg-card-wrap {
    width: 85%;
    max-width: 520px;
  }
  .pkg-lily { width: 20%; left: 0; }
  .pkg-watch { width: 20%; }
  /* push title below decorative assets */
  .pkg-title { padding-top: 12vw; font-size: 30px; }
  .pkg-subtitle,
  .pkg-subtitle-highlight { font-size: 10px; }
  .pkg-card-wrap { width: 80%; max-width: 540px; }
  .pkg-card-title { font-size: 24px; }
  .pkg-card-price { font-size: 13px; }
  .pkg-card-body ol { font-size: 12px; }
  /* curtains locked to 918px size (30% × 918 ≈ 275px) */
  .pkg-curtain-left, .pkg-curtain-right { width: 275px; }
}

@media screen and (min-width: 600px) and (max-width: 699px) {
  .yb-packages-section {
    aspect-ratio: unset;
    height: auto;
    min-height: 100vh;
    padding: 35px 20px 80px;
    justify-content: flex-start;
  }
  .pkg-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .pkg-card-wrap { width: 80%; max-width: 480px; }
  .pkg-lily { width: 20%; left: 0; }
  .pkg-watch { width: 20%; }
  .pkg-title { padding-top: 14vw; font-size: 24px; }
  .pkg-subtitle,
  .pkg-subtitle-highlight { font-size: 10px; }
  .pkg-card-title { font-size: 20px; }
  .pkg-card-price { font-size: 13px; }
  .pkg-card-body ol { font-size: 12px; }
  .pkg-curtain-left, .pkg-curtain-right { display: none; }
}

@media screen and (max-width: 599px) {
  .yb-packages-section {
    aspect-ratio: unset;
    height: auto;
    min-height: 100vh;
    padding: 48px 16px 80px;
    justify-content: flex-start;
  }
  .pkg-header { margin-bottom: 20px; }
  .pkg-lily  { width: clamp(90px, 32vw, 200px); left: 0; top: 0; }
  .pkg-watch { width: clamp(90px, 32vw, 200px); right: 0; top: 0; }
  .pkg-title { font-size: 36px; padding-top: 28vw; }
  .pkg-subtitle, .pkg-subtitle-highlight { font-size: 13px; }
  .pkg-cards {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .pkg-card-wrap {
    width: 95%;
    max-width: 100%;
  }
  .pkg-card-title { font-size: 26px; }
  .pkg-card-price { font-size: 14px; }
  .pkg-card-body ol { font-size: 12px; line-height: 1.6; }
  .pkg-curtain-left, .pkg-curtain-right { display: none; }
}


.difference-section {
  position: relative;
  width: 100%;
  min-height: 50vh;
  background-image: url('../assets/img/5_bg.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
}

.diff-col {
  flex: 1;
  padding: clamp(40px, 5vw, 80px) clamp(24px, 3.5vw, 56px);
  box-sizing: border-box;
}

.diff-col--left {
  align-self: flex-start;
  margin-top: clamp(20px, 5vh, 80px);
  padding-left: clamp(0px, calc(5vw - 30px), 82px);
  padding-right: 20px;
}

.diff-col--right {
  align-self: flex-start;
  margin-top: clamp(20px, 5vh, 80px);
  padding-left: clamp(12px, 2.6vw, 42px);
}

.diff-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.8vw, 24px);
}

.diff-list li {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(15px, calc(1.3vw + 3px), 19px);
  font-weight: 400;
  color: #E8F4F3;
  font-style: italic;
  line-height: normal;
}

.diff-list li strong {
  font-size: clamp(17px, calc(1.8vw + 3px), 27px);
  font-weight: bold;
}

.diff-list li em {
  font-style: italic;
  font-size: clamp(14px, calc(1.1vw + 3px), 17px);
  display: block;
  margin-top: 8px;
}

.diff-center {
  flex: none;
  width: 30%;
  align-self: flex-start;
  margin-top: clamp(20px, calc(17.5vh - 3.85vw), 200px);
  text-align: center;
  padding: 0 clamp(12px, 2vw, 32px) clamp(40px, 5vw, 80px);
  overflow: hidden;
}

.diff-heading {
  font-family: 'Playfair Display', serif;
  margin: 0;
  text-align: center;
}

.diff-heading-top {
  display: block;
  color: #F2F2F2;
  text-shadow: 2px 4px 7.5px rgba(0, 0, 0, 0.40);
  font-size: clamp(22px, 3.5vw, 70px);
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
}

.diff-heading-bot {
  display: block;
  color: #F2F2F2;
  text-shadow: 2px 4px 7.5px rgba(0, 0, 0, 0.40);
  font-size: clamp(26px, 4.2vw, 80px);
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .difference-section {
    flex-direction: column;
    align-items: stretch;
    min-height: unset;
  }
  .diff-col--left  { order: 1; padding-left: 28px; padding-right: 28px; align-self: stretch; margin-top: 0; text-align: center; }
  .diff-center     { order: 2; padding: 32px 28px; margin-top: 0; align-self: stretch; }
  .diff-col--right { order: 3; padding-left: 28px; padding-right: 28px; align-self: stretch; margin-top: 0; text-align: center; }
  .diff-col {
    flex: none;
    width: 100%;
    padding: 36px 28px 24px;
  }
  .diff-center {
    flex: none;
    width: 100%;
  }
  .diff-list {
    list-style: none;
    padding: 0;
  }
  .diff-list li {
    text-align: center;
  }
  .diff-heading {
    text-align: center;
  }
  .diff-heading-top {
    font-size: clamp(34px, 8vw, 54px);
    white-space: normal;
  }
  .diff-heading-bot {
    font-size: clamp(40px, 10vw, 62px);
    white-space: normal;
  }
}



.about-subscription-section {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 750px;
  height: 80vh;
  max-height: 950px;
  overflow: hidden;
  background-color: #5B1512;
}

.as-photo {
  width: 50%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.as-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.as-content {
  width: 50%;
  height: 100%;
  background-image: url('../assets/img/8_bg-text.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #5B1512;
  padding: 5% clamp(40px, 6vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}

.as-header-img {
  display: none;
}

.as-header-text {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 800;
  font-size: clamp(32px, 3.5vw, 56px);
  color: #fff;
  line-height: 1.1;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}

.as-subtitle {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 26px);
  color: #fff;
  margin: 0 0 clamp(24px, 3.5vw, 48px);
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.as-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2vw, 36px);
  position: relative;
  z-index: 1;
}

.as-list li {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(13px, 1.0vw, 16px);
  font-weight: 500;
  color: #fff;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .about-subscription-section {
    flex-direction: column;
    height: auto;
    min-height: unset;
    max-height: unset;
  }

  .as-photo {
    width: 100%;
    height: 55vh;
    min-height: 380px;
  }

  .as-content {
    width: 100%;
    height: auto;
    padding: 48px 24px 60px;
    background-image: url('../assets/img/8_bg-text.png');
    background-size: cover;
    background-position: center;
  }

  .as-header-text {
    font-size: clamp(32px, 7vw, 44px);
    margin: 0 0 6px;
  }

  .as-subtitle {
    font-size: clamp(18px, 4.2vw, 22px);
    margin: 0 0 30px;
  }

  .as-list {
    list-style: none;
    padding-left: 0;
    gap: 20px;
  }

  .as-list li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
}