
    :root {
      --ease-soft: cubic-bezier(0.22, 0.74, 0.18, 1);
      --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
      --text: #111111;
      --muted: #888888;
      --accent: #5a770e;
      --page-max-width: 1460px;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
    html {
      scroll-behavior: smooth;
      background-color: #f5f6f9;
    }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
    body {
      font-family: 'Raleway', sans-serif;
      background: #f5f6f9;
      color: var(--text);
      min-height: 100vh;
    }

    body[data-shell-page='news'] main#main.shell-subpage {
      overflow-x: hidden;
    }
    :where(a, button):focus { outline: none; }
    :where(a, button):focus-visible { outline: 2px solid #111; outline-offset: 3px; }

    #ambient-gloss {
      position: fixed;
      top: 0;
      left: 0;
      width: 40vw;
      height: 40vw;
      max-width: min(440px, 88vmin);
      max-height: min(440px, 88vmin);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(30, 35, 42, 0.12) 0%, transparent 72%);
      filter: blur(52px);
      pointer-events: none;
      z-index: 0;
      transform: translate3d(-45%, -45%, 0);
    }
    @media (prefers-reduced-motion: reduce) { #ambient-gloss { display: none; } }

    .site-header {
      position: relative;
      z-index: 20;
      background: #ffffff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .site-header__bar {
      max-width: 1460px;
      margin: 0 auto;
      padding: 16px 28px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }
    .site-header__left { display: flex; align-items: center; gap: 18px; min-width: 0; }
    .site-header__right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
    .site-header .top-left-menu { color: var(--text); font-size: clamp(22px, 4vw, 30px); line-height: 1; }
    .site-header .top-left-menu i { display: block; transform: scaleX(1.08); }
    .site-header .top-logo { width: clamp(120px, 22vw, 176px); height: auto; display: block; }
    .site-header .top-right-label {
      font-size: clamp(14px, 2.2vw, 19px);
      font-weight: 300;
      color: var(--text);
      letter-spacing: 0.2px;
      white-space: nowrap;
    }
    .site-header .top-right-arrow { display: flex; align-items: center; color: var(--text); font-size: clamp(22px, 3.5vw, 33px); line-height: 1; }
    @media (max-width: 640px) {
      .site-header__bar { flex-wrap: wrap; padding: 12px 16px 14px; }
      .site-header .top-right-label { white-space: normal; text-align: right; max-width: 46vw; }
    }

    .page-wrap {
      position: relative;
      z-index: 1;
      max-width: 1460px;
      margin: 0 auto;
      padding: 28px 28px 80px;
    }
    .page-breadcrumb { font-size: 13px; font-weight: 300; color: var(--muted); margin-bottom: 24px; }
    .page-breadcrumb__list { display: flex; flex-wrap: wrap; align-items: center; list-style: none; gap: 0; }
    .page-breadcrumb__list li + li::before {
      content: '/';
      margin: 0 10px;
      color: rgba(0, 0, 0, 0.22);
      font-weight: 300;
    }
    .page-breadcrumb__list a {
      color: var(--muted);
      text-decoration: none;
      border-bottom: 1px solid transparent;
      transition: color 0.2s ease, border-color 0.2s ease;
    }
    .page-breadcrumb__list a:hover { color: var(--text); border-bottom-color: rgba(0, 0, 0, 0.2); }
    .page-breadcrumb__list [aria-current='page'] { color: var(--text); font-weight: 400; }

    .article-hero {
      position: relative;
      margin: 0 0 clamp(40px, 6vw, 64px);
      min-height: min(52vh, 520px);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      isolation: isolate;
      background: #0a0a0a;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%, 76% 0%, 72% 3.5%, 28% 3.5%, 24% 0%, 0% 0%);
      clip-path: polygon(0 100%, 100% 100%, 100% 0%, 76% 0%, 72% 3.5%, 28% 3.5%, 24% 0%, 0% 0%);
      box-shadow: 0 32px 64px rgba(0, 0, 0, 0.18);
    }
    .article-hero__media {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
    }
    .article-hero__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(0.15) contrast(1.05) brightness(0.88);
      transform: scale(1.02);
    }
    .article-hero__veil {
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(8, 10, 6, 0.45) 0%, rgba(5, 5, 5, 0.82) 55%, #050505 100%),
        radial-gradient(ellipse 70% 50% at 20% 0%, rgba(90, 119, 14, 0.12), transparent 55%);
    }
    .article-hero__grid {
      position: absolute;
      inset: 0;
      z-index: 1;
      opacity: 0.06;
      pointer-events: none;
      background-image: linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px);
      background-size: 100% 32px;
    }
    .article-hero__content {
      position: relative;
      z-index: 2;
      padding: clamp(28px, 5vw, 48px) clamp(22px, 4vw, 40px) clamp(32px, 5vw, 52px);
      max-width: 920px;
    }
    .article-hero__kicker {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.45);
      margin-bottom: 12px;
    }
    .article-hero__title {
      font-size: clamp(1.85rem, 4.5vw, 3rem);
      font-weight: 800;
      letter-spacing: -0.035em;
      line-height: 1.08;
      color: #fff;
      margin-bottom: 14px;
      max-width: 18ch;
    }
    .article-hero__meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 20px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
    }
    .article-hero__meta span { display: inline-flex; align-items: center; gap: 6px; }
    .article-hero__meta i { font-size: 16px; color: rgba(140, 185, 72, 0.85); }

    .article-page__below.page-wrap {
      padding-top: clamp(24px, 4vw, 40px);
    }

    main.article-page > .c-hero.c-hero--wide-heading .c-hero__grid {
      align-items: center;
    }
    .article-byline {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.45);
      margin-bottom: 12px;
    }
    .article-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 280px);
      gap: clamp(32px, 5vw, 56px);
      align-items: start;
    }
    @media (max-width: 960px) {
      .article-layout { grid-template-columns: 1fr; }
    }

    .article-body {
      max-width: 720px;
    }
    .article-lead {
      font-size: clamp(1.05rem, 1.5vw, 1.2rem);
      font-weight: 500;
      line-height: 1.65;
      color: #2a2a2a;
      margin-bottom: clamp(24px, 4vw, 36px);
      padding-bottom: clamp(20px, 3vw, 28px);
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .article-prose {
      font-size: clamp(0.92rem, 1.15vw, 1.02rem);
      font-weight: 400;
      line-height: 1.75;
      color: #3d3d3d;
    }
    .article-prose p + p { margin-top: 1.15em; }
    .article-prose h2 {
      font-size: clamp(1.1rem, 1.4vw, 1.25rem);
      font-weight: 700;
      letter-spacing: -0.02em;
      margin: 2em 0 0.75em;
      color: #111;
    }
    .article-pullquote {
      margin: clamp(28px, 4vw, 40px) 0;
      padding: clamp(22px, 3vw, 28px) clamp(20px, 3vw, 28px);
      background: linear-gradient(135deg, rgba(90, 119, 14, 0.06) 0%, transparent 55%);
      border-left: 3px solid rgba(90, 119, 14, 0.55);
      font-size: clamp(1rem, 1.25vw, 1.15rem);
      font-weight: 500;
      line-height: 1.55;
      color: #222;
    }

    .article-aside {
      position: sticky;
      top: 24px;
      padding: 22px 20px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.08);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
      -webkit-clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
      clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
    }
    .article-aside__label {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 14px;
    }
    .article-aside__list { list-style: none; }
    .article-aside__list li + li {
      margin-top: 12px;
      padding-top: 12px;
      border-top: 1px solid rgba(0, 0, 0, 0.06);
    }
    .article-aside__list a {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      text-decoration: none;
      color: #111;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.4;
      transition: color 0.2s ease;
    }
    .article-aside__list a:hover { color: var(--accent); }
    .article-aside__list i { font-size: 16px; margin-top: 2px; color: var(--accent); flex-shrink: 0; }

    .article-related {
      --home-news-panel-clip: polygon(0% 100%, 100% 100%, 100% 0%, 74% 0%, 70% 5%, 30% 5%, 26% 0%, 0% 0%);
      margin-top: clamp(56px, 8vw, 88px);
      padding-top: clamp(40px, 6vw, 56px);
      border-top: 1px solid rgba(0, 0, 0, 0.08);
    }
    .article-related__h {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 20px;
    }
    .article-related .home-news__grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(20px, 2.5vw, 32px);
      align-items: stretch;
    }
    @media (max-width: 1024px) {
      .article-related .home-news__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-inline: auto;
      }
    }
    .article-related .home-news__card {
      --news-i: 0;
      position: relative;
      opacity: 1;
      transform: none;
      -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 74% 0%, 70% 5%, 30% 5%, 26% 0%, 0% 0%);
      clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 74% 0%, 70% 5%, 30% 5%, 26% 0%, 0% 0%);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
      transition: box-shadow 0.55s var(--ease-soft), clip-path 0.55s var(--ease-soft);
    }
    @media (hover: hover) {
      .article-related .home-news__card:hover {
        box-shadow: 0 26px 52px rgba(0, 0, 0, 0.2);
        -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 79% 0%, 75% 5%, 25% 5%, 21% 0%, 0% 0%);
        clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 79% 0%, 75% 5%, 25% 5%, 21% 0%, 0% 0%);
      }
    }
    .article-related .home-news__card:focus-within {
      box-shadow: 0 26px 52px rgba(0, 0, 0, 0.2);
      -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 79% 0%, 75% 5%, 25% 5%, 21% 0%, 0% 0%);
      clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 79% 0%, 75% 5%, 25% 5%, 21% 0%, 0% 0%);
    }
    .article-related .home-news__card-link {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      aspect-ratio: 5 / 4;
      height: auto;
      text-decoration: none;
      color: inherit;
      outline: none;
    }
    .article-related .home-news__card-visual {
      position: absolute;
      inset: 0;
      overflow: hidden;
      background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, transparent 42%),
        #000000;
      isolation: isolate;
    }
    .article-related .home-news__card-visual::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      opacity: 1;
      transition: opacity 0.55s var(--ease-soft);
      background:
        radial-gradient(ellipse 78% 52% at 14% 6%, rgba(200, 218, 255, 0.045), transparent 58%),
        radial-gradient(ellipse 96% 70% at 50% 100%, rgba(102, 169, 20, 0.072), transparent 66%),
        radial-gradient(ellipse 70% 46% at 50% 100%, rgba(76, 128, 14, 0.03), transparent 74%);
    }
    .article-related .home-news__card-visual::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.55s var(--ease-soft);
      background:
        radial-gradient(ellipse 90% 60% at 50% -4%, rgba(175, 210, 125, 0.062), transparent 54%),
        radial-gradient(ellipse 102% 78% at 50% 104%, rgba(102, 169, 20, 0.125), transparent 56%),
        radial-gradient(ellipse 76% 52% at 50% 100%, rgba(200, 230, 130, 0.052), transparent 62%);
    }
    .article-related .home-news__card-visual img {
      position: relative;
      z-index: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transform: scale(1.02);
      transition: transform 0.85s var(--ease-out-expo);
    }
    @media (hover: hover) {
      .article-related .home-news__card:hover .home-news__card-visual img,
      .article-related .home-news__card:focus-within .home-news__card-visual img {
        transform: scale(1.06);
      }
      .article-related .home-news__card:hover .home-news__card-visual::before,
      .article-related .home-news__card:focus-within .home-news__card-visual::before {
        opacity: 0.26;
      }
      .article-related .home-news__card:hover .home-news__card-visual::after,
      .article-related .home-news__card:focus-within .home-news__card-visual::after {
        opacity: 1;
      }
    }
    .article-related .home-news__card-teaser {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 4;
      padding: clamp(18px, 2.2vw, 26px) clamp(16px, 2vw, 22px);
      font-size: clamp(13px, 1.2vw, 15px);
      font-weight: 700;
      line-height: 1.35;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #fff;
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 38%, rgba(0, 0, 0, 0.88) 100%);
      transition: opacity 0.5s var(--ease-soft), transform 0.55s var(--ease-soft);
    }
    @media (hover: hover) {
      .article-related .home-news__card:hover .home-news__card-teaser,
      .article-related .home-news__card:focus-within .home-news__card-teaser {
        opacity: 0;
        transform: translateY(8px);
        pointer-events: none;
      }
    }
    .article-related .home-news__card-panel {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      isolation: isolate;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      gap: 8px;
      padding: clamp(22px, 3vw, 30px) clamp(18px, 2vw, 24px) clamp(16px, 2vw, 22px);
      background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, transparent 42%),
        #000000;
      opacity: 1;
      -webkit-clip-path: var(--home-news-panel-clip);
      clip-path: var(--home-news-panel-clip);
      transform: translate3d(0, calc(100% + 12px), 0);
      transition: transform 0.72s var(--ease-out-expo), box-shadow 0.55s var(--ease-soft);
      box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
      will-change: transform;
    }
    .article-related .home-news__card-panel::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      opacity: 1;
      transition: opacity 0.55s var(--ease-soft);
      -webkit-clip-path: var(--home-news-panel-clip);
      clip-path: var(--home-news-panel-clip);
      background:
        radial-gradient(ellipse 78% 52% at 14% 6%, rgba(200, 218, 255, 0.045), transparent 58%),
        radial-gradient(ellipse 96% 70% at 50% 100%, rgba(102, 169, 20, 0.072), transparent 66%),
        radial-gradient(ellipse 70% 46% at 50% 100%, rgba(76, 128, 14, 0.03), transparent 74%);
    }
    .article-related .home-news__card-panel::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.55s var(--ease-soft);
      -webkit-clip-path: var(--home-news-panel-clip);
      clip-path: var(--home-news-panel-clip);
      background:
        radial-gradient(ellipse 90% 60% at 50% -4%, rgba(175, 210, 125, 0.062), transparent 54%),
        radial-gradient(ellipse 102% 78% at 50% 104%, rgba(102, 169, 20, 0.125), transparent 56%),
        radial-gradient(ellipse 76% 52% at 50% 100%, rgba(200, 230, 130, 0.052), transparent 62%);
    }
    @media (hover: hover) {
      .article-related .home-news__card:hover .home-news__card-panel,
      .article-related .home-news__card:focus-within .home-news__card-panel {
        transform: translate3d(0, 0, 0);
      }
      .article-related .home-news__card:hover .home-news__card-panel::before,
      .article-related .home-news__card:focus-within .home-news__card-panel::before {
        opacity: 0.26;
      }
      .article-related .home-news__card:hover .home-news__card-panel::after,
      .article-related .home-news__card:focus-within .home-news__card-panel::after {
        opacity: 1;
      }
    }
    .article-related .home-news__card-panel > * {
      position: relative;
      z-index: 3;
      transition: opacity 0.45s var(--ease-soft) 0.06s, transform 0.55s var(--ease-out-expo) 0.05s;
    }
    @media (hover: hover) {
      .article-related .home-news__card:not(:hover):not(:focus-within) .home-news__card-panel > * {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
      }
      .article-related .home-news__card:hover .home-news__card-panel > *,
      .article-related .home-news__card:focus-within .home-news__card-panel > * {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
    }
    @media (hover: none) {
      .article-related .home-news__card-panel {
        transform: translate3d(0, 0, 0);
      }
      .article-related .home-news__card-visual::before {
        opacity: 0.26;
      }
      .article-related .home-news__card-visual::after {
        opacity: 1;
      }
      .article-related .home-news__card-panel::before {
        opacity: 0.26;
      }
      .article-related .home-news__card-panel::after {
        opacity: 1;
      }
      .article-related .home-news__card-teaser {
        opacity: 0;
        pointer-events: none;
      }
      .article-related .home-news__card-panel > * {
        opacity: 1;
        transform: none;
      }
    }
    .article-related .home-news__card-kicker {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--accent);
    }
    .article-related .home-news__card-title {
      font-size: clamp(1.05rem, 1.5vw, 1.2rem);
      font-weight: 700;
      line-height: 1.25;
      color: #fff;
      letter-spacing: 0.02em;
      margin: 0;
    }
    .article-related .home-news__card-excerpt {
      margin: 0 0 4px;
      font-size: clamp(12.5px, 1.1vw, 14px);
      font-weight: 400;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.62);
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .article-related .oc-viewall.oc-visible.home-news__read {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      padding: 6px 0;
      margin-top: 10px;
      background: transparent;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      box-sizing: border-box;
      border: none;
      flex-shrink: 0;
      transition: background 0.25s ease, color 0.2s ease;
    }
    .article-related .oc-viewall.oc-visible.home-news__read i {
      font-size: 18px;
      transition: transform 0.2s ease;
    }
    @media (hover: hover) {
      .article-related .home-news__card:hover .oc-viewall.home-news__read,
      .article-related .home-news__card:focus-within .oc-viewall.home-news__read {
        background: transparent;
      }
      .article-related .home-news__card:hover .oc-viewall.home-news__read i,
      .article-related .home-news__card:focus-within .oc-viewall.home-news__read i {
        transform: translateX(4px);
      }
    }

    .article-cta {
      margin-top: clamp(48px, 7vw, 72px);
      padding: clamp(36px, 5vw, 48px) 28px;
      text-align: center;
      background: linear-gradient(180deg, #0c0c0c 0%, #050505 100%);
      color: #fff;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px));
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px));
    }
    .article-cta__t {
      font-size: clamp(1.2rem, 2.2vw, 1.5rem);
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 10px;
    }
    .article-cta__p {
      font-size: 0.95rem;
      color: rgba(255, 255, 255, 0.48);
      margin-bottom: 22px;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }
    .article-cta__links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px 16px;
    }
    .article-cta__links a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-decoration: none;
      color: #0a0a0a;
      background: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      transition: transform 0.35s var(--ease-soft), box-shadow 0.35s ease;
    }
    .article-cta__links a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35); }
    .article-cta__links a.is-ghost {
      background: transparent;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.22);
    }
    .article-cta__links a.is-ghost:hover { background: rgba(255, 255, 255, 0.06); }

    .article-empty {
      padding: 80px 24px;
      text-align: center;
      max-width: 480px;
      margin: 0 auto;
    }
    .article-empty h1 { font-size: 1.5rem; margin-bottom: 12px; }
    .article-empty p { color: var(--muted); margin-bottom: 24px; line-height: 1.6; }
    .article-empty a {
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      text-decoration: none;
      color: #111;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      transition: color 0.2s ease, border-color 0.2s ease;
    }
    .article-empty a:hover { color: var(--accent); border-bottom-color: rgba(90, 119, 14, 0.45); }

    .article-reveal {
      opacity: 0;
      transform: translate3d(0, 20px, 0);
      transition: opacity 0.75s var(--ease-out-expo), transform 0.85s var(--ease-out-expo);
    }
    .article-page[data-article-boot='1'] .article-reveal {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    @media (prefers-reduced-motion: reduce) {
      .article-reveal { opacity: 1; transform: none; transition: none; }
    }
  