:root {
  --paper: #fbfbf8;
  --ink: #171714;
  --muted: #686861;
  --line: #deded7;
  --accent: #ff4d24;
  --lime: #dfff48;
}
body {
  font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif;
  background: var(--paper);
}
body.list-page-body {
  background: #fff;
}
body.list-page-body .site-header {
  background: rgba(255, 255, 255, 0.94);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 251, 248, 0.94);
  backdrop-filter: blur(12px);
}
.brand {
  font-family:
    Arial Black,
    Pretendard,
    sans-serif;
  letter-spacing: -0.04em;
  font-size: 1.2rem;
}
.site-header nav {
  font-weight: 650;
  align-items: center;
}
.site-header nav a {
  position: relative;
  padding: 9px 2px;
  transition: color 0.18s ease;
}
.site-header nav a:not(.search-link)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 3px;
  background: var(--accent);
  transition: right 0.2s ease;
}
.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-header nav a.active {
  color: var(--accent);
}
.site-header nav a:hover::after,
.site-header nav a:focus-visible::after,
.site-header nav a.active::after {
  right: 0;
}
.site-header nav a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
.search-link {
  border: 1px solid var(--ink);
  border-radius: 99px;
  padding: 6px 15px !important;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease !important;
}
.search-link:hover,
.search-link:focus-visible,
.search-link.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff !important;
}
.yes24-buy-button {
  display: inline-flex !important;
  width: fit-content;
  align-items: center;
  gap: 9px;
  padding: 9px 13px !important;
  border: 1px solid #1769d2 !important;
  border-radius: 7px;
  background: #1769d2 !important;
  color: #fff !important;
  font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif;
  font-size: 0.84rem !important;
  font-weight: 750;
  line-height: 1;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}
.yes24-buy-button img {
  display: block;
  width: 40px;
  height: 23px;
  padding: 3px 4px;
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
}
.yes24-buy-button:hover,
.yes24-buy-button:focus-visible {
  border-color: #0e55b5 !important;
  background: #0e55b5 !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.page {
  padding-top: 88px;
}
.page > h1 {
  font-family: Pretendard, sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
  max-width: 900px;
}
.page-intro {
  font-size: 1.25rem;
  color: var(--muted);
  max-width: 680px;
  margin-top: -45px;
  margin-bottom: 80px;
}
.eyebrow,
.tag {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tag {
  display: inline-block;
  font-size: 0.69rem;
  color: var(--accent);
  margin: 14px 0 6px;
}
.filter-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: -45px 0 70px;
}
.filter-nav a {
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 99px;
}
.filter-nav a:hover,
.filter-nav a:focus-visible,
.filter-nav a.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.articles-page {
  padding-top: 48px;
}
.articles-page > .eyebrow {
  text-align: center;
}
.articles-page > h1 {
  max-width: none;
  margin: 0.15em 0 0.35em;
  font-size: clamp(2rem, 4vw, 3.25rem);
  text-align: center;
}
.articles-page > .filter-nav {
  justify-content: center;
  margin: 12px 0 48px;
}
.articles-page .story-grid {
  max-width: 980px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 20px;
}
.articles-page .story-image {
  aspect-ratio: 4 / 3;
}
.articles-page .story-grid h2 {
  margin: 0.25em 0 0.35em;
  font-size: 1.1rem;
  line-height: 1.45;
}
.articles-page .story-grid p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
}
.curations-page {
  padding-top: 48px;
}
.curations-page > .eyebrow {
  text-align: center;
}
.curations-page > h1 {
  max-width: none;
  margin: 0.15em 0 0.35em;
  font-size: clamp(2rem, 4vw, 3.25rem);
  text-align: center;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 26px;
}
.story-image {
  aspect-ratio: 16/10;
  background: #e8e8e1;
  overflow: hidden;
}
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-grid h2,
.story-grid h3 {
  font-family: Pretendard, sans-serif;
  font-size: 1.45rem;
  line-height: 1.35;
  letter-spacing: -0.035em;
  margin: 0.3em 0;
}
.story-grid p {
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-detail {
  padding: 100px 0 150px;
}
.article-detail > header {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.article-detail h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 1.12;
  letter-spacing: -0.06em;
  margin: 0.3em 0;
}
.article-hero {
  display: block;
  width: min(1050px, 100%);
  max-height: 600px;
  object-fit: cover;
  margin: 70px auto;
}
.article-body {
  max-width: 760px;
  margin: 70px auto;
  font-size: 1.08rem;
}
.related-block {
  max-width: 760px;
  margin: 100px auto 0;
  border-top: 1px solid var(--line);
  padding-top: 45px;
}
.related-block h2 {
  font-size: 2rem;
}
.link-list {
  display: grid;
}
.link-list a {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-weight: 700;
}
.recommendation-list {
  display: grid;
  gap: 0;
}
.recommendation-list article {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 70px;
  padding: 70px 0;
  border-top: 1px solid var(--line);
  align-items: center;
}
.recommendation-list article.featured {
  background: var(--lime);
  padding: 60px;
  margin-inline: -40px;
  padding-inline: 40px;
  border: 0;
}
.recommendation-cover {
  aspect-ratio: 2/3;
  background: #e5e5dd;
}
.recommendation-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommendation-list h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.05em;
  margin: 0.2em 0;
}
.recommendation-list .buy {
  margin-left: 16px;
}
.recommendation-list small {
  display: block;
  color: var(--muted);
  margin-top: 15px;
}
.search-page > h1 {
  margin: 0.25em 0 0.7em;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.22;
}
.search-form {
  display: flex;
  max-width: 850px;
  border-bottom: 3px solid var(--ink);
  margin-bottom: 80px;
}
.search-form input {
  flex: 1;
  border: 0;
  background: none;
  font: inherit;
  font-size: 1.5rem;
  padding: 18px 0;
  outline: 0;
}
.search-form button {
  border: 0;
  background: none;
  font-weight: 800;
}
.search-page section {
  margin: 65px 0;
}
.search-page section h2 {
  font-size: 1rem;
  color: var(--accent);
}
@media (max-width: 800px) {
  .story-grid {
    grid-template-columns: 1fr;
  }
  .articles-page .story-grid {
    max-width: 660px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .recommendation-list article,
  .recommendation-list article.featured {
    grid-template-columns: 110px 1fr;
    gap: 22px;
    margin-inline: 0;
    padding: 35px 0;
  }
  .recommendation-list h2 {
    font-size: 1.5rem;
  }
  .recommendation-list .button {
    display: block;
    margin: 12px 0;
  }
  .article-detail {
    padding-top: 60px;
  }
}
@media (max-width: 540px) {
  .articles-page .story-grid {
    max-width: 360px;
    grid-template-columns: 1fr;
  }
}
