.hd-blog-page {
  background:
    radial-gradient(circle at top left, rgba(214, 176, 73, 0.08), transparent 24%),
    linear-gradient(180deg, #150c08 0%, #100805 100%);
  color: #f5e7d8;
}

.hd-blog-shell,
.hd-blog-shell--narrow {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
}

.hd-blog-shell--narrow {
  width: min(980px, calc(100% - 64px));
}

.hd-blog-section {
  padding: clamp(56px, 8vw, 112px) 0;
}

.hd-blog-eyebrow {
  margin: 0 0 18px;
  color: #d7b243;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hd-blog-hero {
  position: relative;
  min-height: clamp(560px, 76vh, 820px);
  padding: clamp(86px, 10vw, 132px) 0 88px;
}

.hd-blog-hero__media,
.hd-blog-cta__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hd-blog-hero__media img,
.hd-blog-cta__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hd-blog-hero__overlay,
.hd-blog-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 8, 6, 0.74) 0%, rgba(14, 8, 6, 0.6) 22%, rgba(14, 8, 6, 0.78) 100%);
}

.hd-blog-hero__inner,
.hd-blog-cta__content {
  position: relative;
  z-index: 1;
}

.hd-blog-hero__copy {
  max-width: 900px;
}

.hd-blog-hero__copy h1,
.hd-blog-section-head h2,
.hd-blog-bottom-info h2,
.hd-blog-cta__content h2 {
  margin: 0;
  color: #f6eedb;
  font-family: var(--hd-font-family-ko);
  font-size: clamp(40px, 4.2vw, 78px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.hd-blog-section-head h2,
.hd-blog-bottom-info h2,
.hd-blog-cta__content h2 {
  font-size: clamp(30px, 2.5vw, 52px);
  line-height: 1.04;
}

.hd-blog-copy,
.hd-blog-section-head p,
.hd-blog-intro-copy p,
.hd-blog-featured-card__body p,
.hd-blog-post-card__body p,
.hd-blog-bottom-info p,
.hd-blog-cta__content p,
.hd-blog-grid-empty,
.hd-blog-empty p {
  margin: 0;
  color: rgba(245, 231, 216, 0.82);
  font-size: 18px;
  line-height: 1.88;
}

.hd-blog-copy {
  max-width: 760px;
}

.hd-blog-hero__actions,
.hd-blog-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

body.hd-theme .hd-blog-button,
body.hd-theme .hd-blog-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

body.hd-theme .hd-blog-button:hover,
body.hd-theme .hd-blog-button:focus-visible,
body.hd-theme .hd-blog-card-link:hover,
body.hd-theme .hd-blog-card-link:focus-visible {
  transform: translateY(-2px);
}

body.hd-theme .hd-blog-button--primary,
body.hd-theme .hd-blog-button--primary:visited {
  color: #1b110c;
  background: #d7b243;
}

body.hd-theme .hd-blog-button--ghost,
body.hd-theme .hd-blog-button--ghost:visited {
  color: #f4e9dc;
  border: 1px solid rgba(245, 231, 216, 0.16);
  background: rgba(54, 35, 26, 0.54);
}

.hd-blog-section-head {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin-bottom: 34px;
}

.hd-blog-section-head--split {
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.72fr);
  align-items: end;
  max-width: none;
}

.hd-blog-intro-copy {
  display: grid;
  gap: 18px;
}

.hd-blog-featured-grid,
.hd-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.hd-blog-featured-card,
.hd-blog-post-card,
.hd-blog-bottom-info,
.hd-blog-empty {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(53, 35, 26, 0.72);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16);
}

.hd-blog-featured-card__media,
.hd-blog-post-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #281912;
}

.hd-blog-featured-card__media {
  aspect-ratio: 16 / 10;
}

.hd-blog-post-card__media {
  aspect-ratio: 4 / 3;
}

.hd-blog-featured-card__media img,
.hd-blog-post-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.hd-blog-featured-card:hover .hd-blog-featured-card__media img,
.hd-blog-post-card:hover .hd-blog-post-card__media img {
  transform: scale(1.04);
}

.hd-blog-featured-card__body,
.hd-blog-post-card__body {
  display: grid;
  gap: 16px;
  padding: 24px 24px 28px;
}

.hd-blog-featured-card__body h3,
.hd-blog-post-card__body h3,
.hd-blog-empty h3 {
  margin: 0;
  color: #fbf4e7;
  font-family: var(--hd-font-family-ko);
  font-size: clamp(24px, 1.7vw, 34px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.hd-blog-post-card__body h3 {
  font-size: clamp(22px, 1.4vw, 29px);
}

body.hd-theme .hd-blog-featured-card__body h3 a,
body.hd-theme .hd-blog-featured-card__body h3 a:visited,
body.hd-theme .hd-blog-post-card__body h3 a,
body.hd-theme .hd-blog-post-card__body h3 a:visited,
body.hd-theme .hd-blog-card-link,
body.hd-theme .hd-blog-card-link:visited {
  color: inherit;
  text-decoration: none;
}

body.hd-theme .hd-blog-card-link,
body.hd-theme .hd-blog-card-link:visited {
  color: #d7b243;
  font-weight: 700;
}

.hd-blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hd-blog-filter {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(245, 231, 216, 0.1);
  border-radius: 999px;
  color: rgba(245, 231, 216, 0.84);
  background: rgba(73, 49, 37, 0.72);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.hd-blog-filter:hover,
.hd-blog-filter:focus-visible,
.hd-blog-filter.is-active {
  color: #1b110c;
  border-color: #d7b243;
  background: #d7b243;
}

.hd-blog-filter:disabled {
  cursor: default;
  opacity: 0.58;
}

.hd-blog-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: rgba(215, 178, 67, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hd-blog-post-card__body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hd-blog-grid-empty {
  padding: 18px 2px 0;
  color: rgba(245, 231, 216, 0.64);
}

.hd-blog-empty,
.hd-blog-bottom-info {
  padding: clamp(28px, 4vw, 46px);
}

.hd-blog-bottom-info {
  display: grid;
  gap: 18px;
}

.hd-blog-cta {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 44vw, 520px);
  border-radius: 34px;
  background: #120906;
  box-shadow: 0 40px 96px rgba(0, 0, 0, 0.22);
}

.hd-blog-cta__content {
  display: grid;
  align-content: center;
  gap: 20px;
  min-height: inherit;
  padding: clamp(32px, 5vw, 56px);
}

.hd-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 34px;
}

body.hd-theme .hd-blog-pagination .page-numbers,
body.hd-theme .hd-blog-pagination .page-numbers:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  color: rgba(245, 231, 216, 0.86);
  background: rgba(53, 35, 26, 0.72);
  text-decoration: none;
}

body.hd-theme .hd-blog-pagination .current {
  color: #1b110c;
  background: #d7b243;
}

[data-post-card][hidden] {
  display: none !important;
}

@media (max-width: 1100px) {
  .hd-blog-featured-grid,
  .hd-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hd-blog-section-head--split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hd-blog-shell,
  .hd-blog-shell--narrow {
    width: min(100% - 28px, 1380px);
  }

  .hd-blog-hero {
    min-height: auto;
    padding: 78px 0 64px;
  }

  .hd-blog-hero__copy h1,
  .hd-blog-section-head h2,
  .hd-blog-bottom-info h2,
  .hd-blog-cta__content h2 {
    font-size: clamp(32px, 9vw, 50px);
    line-height: 1.02;
  }

  .hd-blog-copy,
  .hd-blog-section-head p,
  .hd-blog-intro-copy p,
  .hd-blog-featured-card__body p,
  .hd-blog-post-card__body p,
  .hd-blog-bottom-info p,
  .hd-blog-cta__content p,
  .hd-blog-grid-empty,
  .hd-blog-empty p {
    font-size: 16px;
    line-height: 1.78;
  }

  .hd-blog-featured-grid,
  .hd-blog-grid {
    grid-template-columns: 1fr;
  }

  .hd-blog-featured-card__body,
  .hd-blog-post-card__body,
  .hd-blog-empty,
  .hd-blog-bottom-info,
  .hd-blog-cta__content {
    padding: 24px 22px 26px;
  }

  .hd-blog-cta {
    min-height: 420px;
  }
}
