* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: Inter, Arial, sans-serif;
  background: #efe8de;
  color: #fffaf2;
  overflow-x: hidden;
}

.xc-editorial-soon {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
}

.xc-bg {
  position: absolute;
  inset: 0;
  background-image: url("/img/blog-editorial-coming-soon/xcandles-editorial-blog-velas-bodas-coming-soon.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(2px) saturate(0.78) brightness(0.82);
  transform: scale(1.08);
  opacity: 0.78;
}

.xc-soft-layer {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(238, 231, 219, 0.48),
      rgba(74, 59, 45, 0.45)
    ),
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.10),
      rgba(40, 31, 24, 0.44)
    );
  backdrop-filter: blur(16px);
}

.xc-editorial-content {
  position: relative;
  z-index: 2;
  width: min(720px, 92vw);
  text-align: center;
  padding: 28px 20px;
  color: #fffaf2;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

.xc-star {
  display: block;
  font-size: 28px;
  margin-bottom: 18px;
  color: #fffaf2;
  opacity: 0.92;
}

.xc-kicker {
  font-size: 13px;
  letter-spacing: 0.34em;
  font-weight: 400;
  margin-bottom: 4px;
}

h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(82px, 15vw, 150px);
  line-height: 0.78;
  font-weight: 400;
  letter-spacing: -0.06em;
  margin-bottom: 10px;
}

.xc-subtitle {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 6vw, 54px);
  line-height: 1;
  margin-bottom: 28px;
}

.xc-line {
  width: min(620px, 82vw);
  height: 1px;
  margin: 0 auto 26px;
  background: rgba(255, 250, 242, 0.58);
}

.xc-count-label {
  font-size: 12px;
  letter-spacing: 0.30em;
  margin-bottom: 24px;
  color: rgba(255, 250, 242, 0.86);
}

.xc-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 520px;
  margin: 0 auto 24px;
}

.xc-time span {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 8vw, 62px);
  line-height: 1;
  font-weight: 400;
  color: #e7c39a;
}

.xc-time small {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: rgba(255, 250, 242, 0.74);
}

.xc-line-bottom {
  margin-top: 20px;
  margin-bottom: 10px;
}

.xc-description {
  max-width: 500px;
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 250, 242, 0.86);
}

.xc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.82);
  color: #5f4b3c;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.22em;
  transition: all 0.35s ease;
}

.xc-button:hover {
  background: #fffaf2;
  transform: translateY(-2px);
}

@media (max-width: 680px) {
  .xc-editorial-soon {
    padding: 18px;
  }

  .xc-editorial-content {
    width: 100%;
    padding: 20px 8px;
  }

  .xc-kicker {
    font-size: 11px;
    letter-spacing: 0.28em;
  }

  .xc-countdown {
    gap: 12px;
  }

  .xc-time small {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .xc-description {
    font-size: 15px;
    max-width: 320px;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 78px;
  }

  .xc-subtitle {
    font-size: 30px;
  }

  .xc-countdown {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .xc-time span {
    font-size: 36px;
  }
}