.article-page { background: #f2efe9; }
.article-hero { position: relative; min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; color: var(--paper); background: var(--night); overflow: hidden; }
.article-hero-copy { align-self: center; padding: 80px 56px 80px max(34px, calc((100vw - var(--max)) / 2)); }
.article-back { display: inline-block; margin-bottom: 42px; color: #9098a7; font-size: 11px; letter-spacing: .1em; }
.article-back:hover { color: var(--gold); }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 22px; color: #8e96a4; font-size: 10px; letter-spacing: .1em; }
.article-hero h1 { margin-bottom: 24px; font: 600 clamp(40px, 4vw, 56px)/1.55 var(--serif); letter-spacing: .06em; }
.article-hero-copy > p { max-width: 610px; margin: 0; color: #aaaeb7; font-size: 15px; line-height: 2.1; }
.article-hero figure { position: relative; margin: 0; overflow: hidden; }
.article-hero figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--night), transparent 38%), linear-gradient(180deg, transparent 60%, rgba(8,12,22,.8)); }
.article-hero figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) brightness(.8); }
.article-hero figcaption { position: absolute; z-index: 2; right: 28px; bottom: 24px; color: #aaaeb7; font-size: 8px; letter-spacing: .2em; }
.article-layout { max-width: 1120px; display: grid; grid-template-columns: minmax(0, 720px) 280px; gap: 78px; margin: 0 auto; padding: 100px 28px 120px; }
.article-content { min-width: 0; color: #333438; }
.article-content > p, .article-content > ul { font-size: 16px; line-height: 2.2; letter-spacing: .02em; }
.article-content .article-lead { margin-bottom: 70px; padding-bottom: 34px; border-bottom: 1px solid var(--line-light); font: 500 21px/2 var(--serif); }
.article-content h2 { margin: 78px 0 26px; padding-left: 20px; border-left: 3px solid var(--gold); font: 600 28px/1.6 var(--serif); letter-spacing: .08em; }
.article-content ul { padding-left: 1.3em; }
.article-content li { margin-bottom: 13px; }
.article-content blockquote { margin: 60px 0; padding: 34px 38px; color: var(--paper); background: var(--night-2); border-left: 3px solid var(--gold); font: 500 18px/2 var(--serif); }
.article-content blockquote strong { color: var(--gold-bright); }
.article-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 14px; align-items: center; margin: 38px 0; }
.article-flow div { min-height: 160px; padding: 22px 18px; border: 1px solid #d3cdc2; background: #fff; }
.article-flow span { color: #9f7b3d; font: 600 12px/1 var(--serif); }
.article-flow strong { display: block; margin-top: 30px; font: 600 17px/1.4 var(--serif); }
.article-flow p { margin: 7px 0 0; color: #777875; font-size: 11px; line-height: 1.6; }
.article-flow i { color: #a7874d; font-style: normal; }
.article-photo { margin: 45px 0; }
.article-photo img { width: 100%; max-height: 430px; object-fit: cover; filter: saturate(.82); }
.article-photo figcaption { padding-top: 10px; color: #82817d; font-size: 10px; letter-spacing: .08em; }
.article-end { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 80px; padding: 34px; color: var(--paper); background: var(--night); }
.article-end p { display: grid; margin: 0; }
.article-end p span { margin-bottom: 8px; color: var(--gold); font-size: 8px; letter-spacing: .2em; }
.article-end p strong { font: 500 16px/1.7 var(--serif); }
.article-end .button { flex: none; }
.article-sidebar { min-width: 0; }
.article-author, .article-toc, .article-share { margin-bottom: 24px; padding: 24px; border: 1px solid #d5d0c7; background: rgba(255,255,255,.55); }
.article-author img { width: 68px; height: 68px; margin-bottom: 17px; border-radius: 50%; object-fit: cover; }
.article-author span, .article-toc > span, .article-share > span { display: block; margin-bottom: 10px; color: #96733a; font-size: 8px; letter-spacing: .2em; }
.article-author strong { font: 600 15px/1.4 var(--serif); }
.article-author p { margin: 12px 0 0; color: #747470; font-size: 11px; line-height: 1.8; }
.article-toc { position: sticky; top: 90px; }
.article-toc a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line-light); color: #676762; font-size: 11px; }
.article-toc a:hover { color: #8a672e; }
.article-share { display: grid; gap: 8px; }
.article-share button, .article-share a { padding: 10px 12px; border: 1px solid #c5bbaa; color: #71562b; background: transparent; cursor: pointer; text-align: center; font-size: 10px; }

@media (max-width: 880px) {
  .article-hero { min-height: 720px; grid-template-columns: 1fr; }
  .article-hero-copy { position: relative; z-index: 2; padding: 70px 28px 210px; background: linear-gradient(180deg, rgba(8,12,22,.4), var(--night) 82%); }
  .article-hero figure { position: absolute; inset: var(--header-h) 0 auto; height: 450px; opacity: .65; }
  .article-hero figure::after { background: linear-gradient(180deg, rgba(8,12,22,.25), var(--night)); }
  .article-hero figcaption { display: none; }
  .article-layout { grid-template-columns: 1fr; gap: 55px; padding-top: 70px; }
  .article-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .article-sidebar > * { margin: 0; }
  .article-toc { position: static; }
}

@media (max-width: 560px) {
  .article-hero { min-height: 680px; }
  .article-hero-copy { padding: 52px 20px 175px; }
  .article-hero h1 { font-size: 35px; }
  .article-layout { padding: 58px 18px 80px; }
  .article-content > p, .article-content > ul { font-size: 15px; line-height: 2.05; }
  .article-content .article-lead { font-size: 18px; }
  .article-content h2 { margin-top: 60px; font-size: 24px; }
  .article-flow { grid-template-columns: 1fr; }
  .article-flow i { text-align: center; transform: rotate(90deg); }
  .article-flow div { min-height: 125px; }
  .article-flow strong { margin-top: 20px; }
  .article-content blockquote { padding: 26px 23px; font-size: 16px; }
  .article-end { display: block; padding: 27px 22px; }
  .article-end .button { margin-top: 22px; }
  .article-sidebar { grid-template-columns: 1fr; }
}

/* Option 01 — pale NEMU editorial article */
.article-page { background: #fbf8fd; }
.article-hero {
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 44%, rgba(255,255,255,.92) 0 17%, transparent 38%),
    linear-gradient(115deg, #fbf8fd 0%, #f1e8f6 56%, #e4d5ee 100%);
  border-bottom: 1px solid rgba(73,42,91,.13);
}
.article-back, .article-meta { color: #7d6a86; }
.article-hero-copy > p { color: #67596e; }
.article-hero figure::after {
  background: radial-gradient(circle at 52% 48%, transparent 0 38%, rgba(126,85,165,.08) 39% 39.5%, transparent 40%), linear-gradient(90deg, #f1e8f6, transparent 28%);
}
.article-hero figure img { object-fit: contain; padding: 44px 7% 25px 0; filter: drop-shadow(0 28px 28px rgba(64,31,81,.18)); }
.article-hero figcaption { color: #6e5b79; }
.article-content blockquote, .article-end { background: #4a2b5d; }
.article-flow div, .article-author, .article-toc, .article-share { border-color: #d8cce1; background: rgba(255,255,255,.68); }

@media (max-width: 880px) {
  .article-hero-copy { background: linear-gradient(180deg, rgba(251,248,253,.16), #f1e8f6 82%); }
  .article-hero figure::after { background: linear-gradient(180deg, rgba(241,232,246,.12), #f1e8f6); }
  .article-hero figure img { padding: 22px 0 90px 26%; }
}
