@layer page {
  /* Consolidated page styles for journal.html */
  /* Page-specific styles for journal.html */
  .journal-page .page-hero--photo {
    background: linear-gradient(135deg, #05172f 0%, #0f2747 58%, #16385f 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.45);
    border-bottom: 1px solid rgba(5, 17, 31, 0.18);
    padding: 58px 0 54px;
    min-height: 0;
    overflow: hidden;
  }
  .journal-page .page-hero--photo::before {
    content: "";
    position: absolute;
    inset: auto -12% -46% auto;
    width: 420px;
    height: 420px;
    background: radial-gradient(
      circle,
      rgba(212, 175, 55, 0.18),
      rgba(212, 175, 55, 0) 70%
    );
    pointer-events: none;
  }
  .journal-page .page-hero-bg-img {
    display: none;
  }
  .journal-page .page-hero-inner {
    width: min(calc(100% - 40px), 1080px);
    margin-inline: auto;
    position: relative;
    z-index: 1;
  }
  .journal-page .page-hero-kicker {
    display: inline-flex;
    align-items: center;
    padding: 6px 13px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.14);
    border: 1px solid rgba(212, 175, 55, 0.42);
    color: #fff2a8;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .journal-page .page-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    text-shadow: none;
    font-size: clamp(1.85rem, 3.8vw, 3rem);
    line-height: 1.28;
  }
  .journal-page .page-hero h1 em {
    color: #fff2a8;
    font-style: normal;
  }
  .journal-page .page-hero p {
    max-width: 820px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: none;
    font-weight: 700;
    line-height: 1.95;
  }
  .journal-page .breadcrumb-bar {
    background: #fff;
    border-bottom: 1px solid rgba(5, 17, 31, 0.08);
  }
  @media (max-width: 760px) {
    .journal-page .page-hero--photo {
      padding: 44px 0 40px;
    }
  }

  /* Page-specific styles for journal.html */
  .journal-page .journal-layout {
    width: min(calc(100% - 40px), 920px);
    margin-inline: auto;
    padding: 64px 0 88px;
  }
  .journal-page .journal-list-heading {
    margin: 0 0 10px;
    color: var(--navy);
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    line-height: 1.5;
  }
  .journal-page .journal-list-lead {
    max-width: 780px;
    margin: 0 0 34px;
    color: var(--text-soft);
    font-size: 0.98rem;
    line-height: 1.95;
  }
  .journal-page .article-list {
    border-top: 2px solid var(--navy);
  }
  .journal-page .article-card {
    display: block;
    padding: 25px 10px 27px;
    border-bottom: 1px solid #cfd8e2;
    color: inherit;
    text-decoration: none;
  }
  .journal-page .article-card:hover {
    background: #f7f9fb;
  }
  .journal-page .ac-meta {
    margin: 0 0 12px;
  }
  .journal-page .ac-date {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
  }
  .journal-page .ac-title {
    margin: 0 0 8px;
    color: var(--navy);
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.06rem, 2vw, 1.3rem);
    line-height: 1.65;
    font-weight: 900;
  }
  .journal-page .ac-excerpt {
    max-width: 820px;
    color: var(--text-soft);
    font-size: 0.93rem;
    line-height: 1.9;
  }
  .journal-page .journal-support-sections {
    margin: 48px 0 0;
    padding: 32px 0 0;
    border-top: 2px solid var(--navy);
  }
  .journal-page .journal-support-grid {
    display: block;
  }
  .journal-page .journal-support-card {
    padding: 22px 0;
    border-bottom: 1px solid #cfd8e2;
  }
  .journal-page .journal-support-card h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 1.05rem;
  }
  .journal-page .journal-support-card p {
    margin: 0 0 12px;
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .journal-page .journal-support-card a {
    color: var(--blue);
    font-weight: 800;
    text-decoration: none;
  }
  .journal-page .page-hero-kicker {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-transform: none;
    letter-spacing: 0.04em;
  }
  @media (max-width: 700px) {
    .journal-page .journal-layout {
      width: min(calc(100% - 30px), 920px);
      padding: 48px 0 64px;
    }
    .journal-page .article-card {
      padding: 48px 0 52px;
      border-bottom: 1px solid #e3eaf2;
    }
    .article-card:last-child {
      border-bottom: 0;
    }
  }
}
