.masthead {
  padding: 48px 20px 36px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}

.masthead-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}

.masthead-line {
  flex: 1;
  height: 1px;
  background: #1a1a1a;
}

.masthead-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.masthead-issue {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #999;
}

.masthead-title {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -1px;
  line-height: 1;
}

.masthead-sub {
  font-size: 0.78rem;
  color: #aaa;
  letter-spacing: 0.05em;
}

.blog-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}

.hero-split {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 56px;
}

.hero-left {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8e8e8;
  transition: background 0.2s ease;
  background-color: #d4d3d3;
}

.hero-left:hover {
  background: #d8d4d4;
}

.hero-left-img {
  height: 300px;
  background-size: cover;
  background-position: center top;
}

.hero-left-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.hero-left-body h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}

.hero-left-body p {
  color: #777;
  font-size: 0.875rem;
  line-height: 1.65;
  margin: 0;
}

.hero-right {
  display: flex;
  flex-direction: column;
    background-color: #d4d3d3;

}

.hero-right-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.2s ease;
}

.hero-right-card:last-child {
  border-bottom: none;
}

.hero-right-card:hover {
  background: #d8d4d4;
}

.hero-right-img {
  height: 160px;
  background-size: cover;
  background-position: center top;
}

.hero-right-body {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.hero-right-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}


.pill {
  display: inline-block;
  background: #f4f4f5;
  color: #555;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 50px;
  align-self: flex-start;
}

.pill-dark {
  background: #1a1a1a;
  color: #fff;
}

/* ── Link Arrow ── */
.link-arrow {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: auto;
  transition: letter-spacing 0.2s ease;
}

.hero-left:hover .link-arrow,
.hero-right-card:hover .link-arrow {
  letter-spacing: 0.04em;
}

.section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}

.section-divider span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #aaa;
  white-space: nowrap;
}


.list-articles {
  display: flex;
  flex-direction: column;
  border: 1px solid #0000004b;
  border-radius: 20px;
  overflow: hidden;
    background-color: #e8e6e6;

}

.list-card {
  display: grid;
  grid-template-columns: 48px 120px 1fr 32px;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.2s ease;
}

.list-card:last-child {
  border-bottom: none;
}

.list-card:hover {
  background: #fafafa;
}

.list-num {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  line-height: 1;
}

.list-img {
  width: 120px;
  height: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: center top;
  flex-shrink: 0;
}

.list-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.list-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  color: #1a1a1a;
  margin: 10px;
  line-height: 1.4;
}

.list-body p {
  color: #888;
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
}

.list-arrow {
  font-size: 1.1rem;
  color: #ccc;
  transition: color 0.2s, transform 0.2s;
  justify-self: end;
}

.list-card:hover .list-arrow {
  color: #1a1a1a;
  transform: translateX(4px);
}


.nav-active {
  color: #1a1a1a !important;
  font-weight: 700 !important;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .masthead-title {
    font-size: 2.8rem;
  }

  .masthead-line {
    display: none;
  }

  .hero-split {
    grid-template-columns: 1fr;
  }

  .hero-left {
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
  }

  .hero-left-img {
    height: 220px;
  }

  .hero-right-img {
    height: 140px;
  }

  .list-card {
    grid-template-columns: 36px 90px 1fr 24px;
    gap: 12px;
    padding: 16px;
  }

  .list-img {
    width: 90px;
    height: 64px;
  }

  .list-body p {
    display: none;
  }

  .list-num {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .list-card {
    grid-template-columns: 80px 1fr 24px;
  }
  .list-num {
    display: none;
  }
}