.hero-deco {
  position: absolute;
  z-index: 0;
  filter: drop-shadow(8px 8px 10px #0002);
}
.hero-heart {
  left: 9%;
  top: 110px;
  color: var(--hot);
  font-size: 74px;
  transform: rotate(-14deg);
}
.hero-star {
  right: 9%;
  bottom: 70px;
  color: var(--cream);
  font-size: 65px;
  transform: rotate(18deg);
}
.hero-dot {
  right: 18%;
  top: 95px;
  padding: 15px 20px;
  border-radius: 24px;
  background: var(--pink);
  color: var(--hot);
  font: 900 30px/1 Outfit;
}
.meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.meta time {
  font:
    600 17px Outfit,
    sans-serif;
  letter-spacing: 0.04em;
}
.meta span {
  padding: 6px 15px;
  border: 1px solid var(--hot);
  border-radius: 99px;
  color: var(--hot);
  font-size: 12px;
}
/* NEWS detail */
.detail-hero {
  height: 420px;
  padding: 88px 24px 55px;
  position: relative;
  overflow: hidden;
  background: var(--orange);
  text-align: center;
}
.detail-hero h1 {
  margin: 0;
  font:
    400 clamp(100px, 13vw, 180px) / 0.82 Modak,
    cursive;
  background: linear-gradient(90deg, var(--cream), var(--pink));
  -webkit-background-clip: text;
  color: transparent;
}
.detail-hero > p {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.detail-heart {
  left: 10%;
  top: 80px;
  color: var(--hot);
  font-size: 64px;
  transform: rotate(-12deg);
}
.detail-star {
  right: 10%;
  bottom: 65px;
  color: var(--cream);
  font-size: 58px;
  transform: rotate(17deg);
}
.detail-area {
  padding: 0 24px 130px;
}
.detail-card {
  width: min(980px, 100%);
  margin: -54px auto 0;
  padding: 82px clamp(32px, 8vw, 100px);
  position: relative;
  border: 7px solid var(--orange);
  border-radius: 72px;
  background: var(--paper);
  box-shadow: 18px 16px 0 rgba(255, 104, 22, 0.18);
}
.article-header {
  padding-bottom: 46px;
  border-bottom: 1px solid #ff681655;
}
.article-header .meta {
  margin-bottom: 25px;
}
.article-header h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.5;
}
.article-body {
  padding: 52px 0 65px;
}
.article-body > p,
.article-body section p,
.article-note li {
  font-size: 16px;
  line-height: 2;
}
.article-body > p {
  margin: 0 0 28px;
}
.article-body section {
  margin: 50px 0;
}
.article-body h3 {
  margin: 0 0 18px;
  padding-left: 18px;
  position: relative;
  font-size: 23px;
}
.article-body h3::before {
  content: "";
  width: 6px;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  border-radius: 6px;
  background: var(--hot);
}
.article-note {
  margin: 42px 0;
  padding: 32px 38px;
  border-radius: 30px;
  background: var(--cream);
}
.article-note strong {
  font-size: 18px;
}
.article-note ul {
  margin: 18px 0 0;
  padding-left: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 30px;
}
.article-note li::marker {
  color: var(--hot);
}
.article-cta {
  width: max-content;
  min-height: 66px;
  margin: 52px auto 0;
  padding: 16px 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 99px;
  background: var(--pink);
  font-size: 18px;
  font-weight: 700;
  transition: 0.25s;
}
.article-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(92, 45, 20, 0.2);
}
.article-nav {
  padding-top: 42px;
  border-top: 1px solid #ff681655;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
.article-nav > a:not(.list-back) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  align-items: center;
}
.article-nav small {
  color: var(--hot);
  font: 600 11px Outfit;
  letter-spacing: 0.14em;
}
.article-nav b {
  font-size: 14px;
}
.article-nav > a > span {
  grid-row: 1/3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hot);
  border-radius: 50%;
  color: var(--hot);
  transition: 0.25s;
}
.article-nav .next {
  grid-template-columns: 1fr auto !important;
  text-align: right;
}
.article-nav .next span {
  grid-column: 2;
  grid-row: 1/3;
}
.article-nav a:hover > span {
  background: var(--hot);
  color: white;
}
.list-back {
  padding: 10px 20px;
  border-radius: 99px;
  background: var(--cream);
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .detail-hero {
    height: 350px;
    padding-top: 80px;
  }
  .detail-hero h1 {
    font-size: 92px;
  }
  .detail-hero > p {
    font-size: 14px;
  }
  .detail-heart {
    left: 4%;
    top: 55px;
    font-size: 45px;
  }
  .detail-star {
    right: 5%;
    bottom: 55px;
    font-size: 42px;
  }
  .detail-area {
    padding: 0 14px 75px;
  }
  .detail-card {
    margin-top: -42px;
    padding: 52px 20px;
    border-width: 5px;
    border-radius: 45px;
    box-shadow: 10px 10px 0 rgba(255, 104, 22, 0.16);
  }
  .article-header {
    padding-bottom: 35px;
  }
  .article-header h2 {
    font-size: 27px;
  }
  .article-body {
    padding: 38px 0 48px;
  }
  .article-body > p,
  .article-body section p,
  .article-note li {
    font-size: 14px;
    line-height: 1.9;
  }
  .article-body section {
    margin: 38px 0;
  }
  .article-body h3 {
    font-size: 19px;
  }
  .article-note {
    padding: 25px 22px;
    border-radius: 23px;
  }
  .article-note strong {
    font-size: 16px;
  }
  .article-note ul {
    grid-template-columns: 1fr;
  }
  .article-cta {
    width: 100%;
    min-height: 58px;
    padding: 14px 20px;
    font-size: 15px;
  }
  .article-nav {
    grid-template-columns: 1fr 1fr;
  }
  .list-back {
    grid-column: 1/3;
    grid-row: 1;
    text-align: center;
  }
  .article-nav > a:not(.list-back) {
    grid-row: 2;
  }
  .article-nav b {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .article-cta,
  .article-nav a > span {
    transition: none;
  }
}
.article-image {
  margin: 0 0 42px;
}
.article-image img {
  width: 100%;
  max-height: 620px;
  border-radius: 28px;
  object-fit: cover;
}
