/* ════════════════════════════════════════════
   JOURNAL — Full Design System
   Inherits all tokens from style.css
   v3 — Premium redesign, fully site-matched
════════════════════════════════════════════ */

/* ─── UTILITY ─── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ─── JOURNAL HERO ─── */
.journal-hero {
  padding: 140px 60px 80px;
  background: var(--bg);
  text-align: center;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.journal-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, var(--teal-pale) 0%, transparent 70%);
  opacity: 0.5;
  pointer-events: none;
}
[data-theme="dark"] .journal-hero::before {
  background: radial-gradient(ellipse at 50% 0%, rgba(9,69,75,0.15) 0%, transparent 70%);
  opacity: 1;
}
.journal-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}
.journal-hero__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}
.journal-hero__kicker-line {
  width: 40px;
  height: 1px;
  background: var(--orange);
  display: block;
}
.journal-hero__title {
  font-size: clamp(44px, 7vw, 80px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 20px;
  color: var(--text);
}
.journal-hero__title em {
  font-style: normal;
  color: var(--teal);
}
[data-theme="dark"] .journal-hero__title em {
  color: var(--orange);
}
.journal-hero__subtitle {
  font-size: 17px;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto;
}

/* ─── BREADCRUMB BAR ─── */
.journal-breadcrumb {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.journal-breadcrumb .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  font-size: 13px;
  color: var(--text-soft);
}
.breadcrumb-list a {
  color: var(--text-mid);
  transition: color 0.2s;
}
.breadcrumb-list a:hover {
  color: var(--orange);
}

/* ─── JOURNAL SECTION ─── */
.journal-section {
  padding: 60px;
  max-width: 1280px;
  margin: 0 auto;
}

/* ─── JOURNAL LAYOUT ─── */
.journal-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .journal-layout {
    flex-direction: row;
    gap: 60px;
  }
}

/* ─── SIDEBAR ─── */
.journal-sidebar {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .journal-sidebar {
    width: 280px;
    position: sticky;
    top: 96px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: none;
  }
  .journal-sidebar::-webkit-scrollbar { display: none; }
}

.sidebar-widget {
  margin-bottom: 36px;
}
.sidebar-widget__title {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-soft);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

/* ─── SEARCH ─── */
.journal-search {
  position: relative;
  display: flex;
  align-items: center;
}
.journal-search__icon {
  position: absolute;
  left: 14px;
  width: 16px;
  height: 16px;
  color: var(--text-soft);
  pointer-events: none;
  flex-shrink: 0;
}
.journal-search input {
  width: 100%;
  padding: 13px 40px 13px 42px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 14px;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.journal-search input::placeholder {
  color: var(--text-soft);
}
.journal-search input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(9,69,75,0.08);
}
[data-theme="dark"] .journal-search input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(220,103,57,0.08);
}
.journal-search__clear {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
}
.journal-search__clear:hover {
  color: var(--text);
  background: var(--bg-sunken);
}

/* ─── SORT ─── */
.journal-sort__select {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 13px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a7268' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  padding-right: 36px;
  transition: border-color 0.2s;
}
.journal-sort__select:focus {
  border-color: var(--teal);
}
[data-theme="dark"] .journal-sort__select:focus {
  border-color: var(--orange);
}

/* ─── CATEGORY LIST ─── */
.category-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.category-link {
  font-size: 14px;
  color: var(--text-mid);
  transition: color 0.2s, background 0.2s, padding-left 0.2s;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
}
.category-link:hover {
  color: var(--text);
  background: var(--bg-sunken);
}
.category-link.active {
  color: var(--orange);
  background: var(--orange-pale);
  font-weight: 500;
}
[data-theme="dark"] .category-link.active {
  background: rgba(220,103,57,0.1);
}

/* ─── SIDEBAR CTA ─── */
.sidebar-widget--cta {
  margin-top: 8px;
}
.sidebar-cta {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-light) 100%);
  padding: 28px 24px;
  border-radius: 10px;
  color: white;
}
[data-theme="dark"] .sidebar-cta {
  background: linear-gradient(135deg, #0d3b40 0%, #0d4a52 100%);
}
.sidebar-cta__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.sidebar-cta__body {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 20px;
  line-height: 1.6;
}
.sidebar-cta__btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* ─── JOURNAL MAIN ─── */
.journal-main {
  flex: 1;
  min-width: 0;
}

/* ─── FEATURED SECTION ─── */
.featured-section {
  margin-bottom: 56px;
  position: relative;
}
.featured-label {
  margin-bottom: 12px;
}

/* ─── FEATURED ARTICLE CARD ─── */
.featured-article {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  text-decoration: none;
}
.featured-article:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.14);
}
.featured-article__img-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.featured-article__img-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, transparent 80%);
}
.featured-article__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.featured-article:hover .featured-article__img {
  transform: scale(1.05);
}
.featured-article__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px 40px;
  color: #fff;
  z-index: 1;
}
.featured-article__meta {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(255,255,255,0.7);
}
.featured-article__title {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff;
}
.featured-article__excerpt {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  max-width: 580px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}
.featured-article__read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}

/* ─── LIST HEADER ─── */
.journal-list-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
}
.journal-list-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.01em;
}
.journal-list-count {
  font-size: 12px;
  color: var(--text-soft);
  flex-shrink: 0;
}

/* ─── ARTICLE GRID ─── */
.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 640px) {
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* ─── ARTICLE CARD ─── */
.article-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s;
  role: listitem;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
  border-color: var(--border-mid);
}
.article-card__img-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background: var(--bg-sunken);
}
.article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.article-card:hover .article-card__img {
  transform: scale(1.06);
}
.article-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.article-card__meta {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  gap: 10px;
  align-items: center;
}
[data-theme="dark"] .article-card__meta {
  color: var(--orange);
}
.article-card__meta-dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  opacity: 0.5;
}
.article-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--text);
  transition: color 0.2s;
  margin: 0;
}
.article-card:hover .article-card__title {
  color: var(--orange);
}
.article-card__excerpt {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.article-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.article-card__time {
  font-size: 11px;
  color: var(--text-soft);
}
.article-card__arrow {
  width: 20px;
  height: 20px;
  color: var(--orange);
  transition: transform 0.2s;
}
.article-card:hover .article-card__arrow {
  transform: translateX(3px);
}

/* ─── LOADING SKELETONS ─── */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.article-skeleton {
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
}
.article-skeleton__img {
  aspect-ratio: 4/3;
  background: linear-gradient(90deg, var(--bg-sunken) 25%, var(--border) 50%, var(--bg-sunken) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.article-skeleton__line {
  height: 14px;
  border-radius: 4px;
  margin: 16px 24px 12px;
  background: linear-gradient(90deg, var(--bg-sunken) 25%, var(--border) 50%, var(--bg-sunken) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.article-skeleton__line--short { width: 50%; }
.article-skeleton__line--mid { width: 75%; }

/* ─── EMPTY STATE ─── */
.journal-empty {
  text-align: center;
  padding: 80px 20px;
  color: var(--text-mid);
}
.journal-empty svg {
  margin: 0 auto 20px;
  color: var(--border);
}
.journal-empty__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--text);
}
.journal-empty__body {
  font-size: 15px;
}

/* ════════════════════════════════════════════
   SINGLE ARTICLE PAGE
════════════════════════════════════════════ */

/* ─── READING PROGRESS ─── */
.reading-progress {
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  z-index: 199;
}
.reading-progress__bar {
  height: 100%;
  background: linear-gradient(to right, var(--teal), var(--orange));
  width: 0%;
  transition: width 0.08s linear;
}

/* ─── ARTICLE HERO ─── */
.article-hero {
  padding: 140px 60px 60px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  position: relative;
}
.article-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, var(--teal-pale) 0%, transparent 65%);
  opacity: 0.4;
  pointer-events: none;
}
[data-theme="dark"] .article-hero::before {
  background: radial-gradient(ellipse at 50% 0%, rgba(9,69,75,0.12) 0%, transparent 65%);
  opacity: 1;
}
.article-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

/* ─── ARTICLE BREADCRUMB ─── */
.article-breadcrumb {
  font-size: 12px;
  color: var(--text-soft);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.article-breadcrumb a {
  color: var(--text-mid);
  transition: color 0.2s;
}
.article-breadcrumb a:hover {
  color: var(--orange);
}
.article-breadcrumb span {
  color: var(--text);
}

/* ─── ARTICLE HERO META ─── */
.article-hero__meta {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
[data-theme="dark"] .article-hero__meta {
  color: var(--orange);
}

.article-hero__title {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  color: var(--text);
}

/* ─── SHARE BUTTONS ─── */
.article-hero__actions {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-share {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-mid);
  padding: 9px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
  font-family: var(--font-sans);
}
.btn-share:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--orange-pale);
}

/* ─── ARTICLE HERO IMAGE ─── */
.article-hero__image-wrapper {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}
.article-hero__image {
  width: 100%;
  aspect-ratio: 21/9;
  object-fit: cover;
  display: block;
}

/* ─── ARTICLE CONTENT WRAPPER ─── */
.article-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 60px;
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

/* ─── TOC ─── */
.article-toc {
  display: none;
}
@media (min-width: 1100px) {
  .article-toc {
    display: block;
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 96px;
  }
}
.article-toc__title {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-soft);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.article-toc ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.article-toc a {
  font-size: 13px;
  color: var(--text-soft);
  transition: color 0.2s, padding-left 0.2s;
  line-height: 1.5;
  display: block;
  border-left: 2px solid transparent;
  padding-left: 10px;
}
.article-toc a:hover {
  color: var(--text);
  border-left-color: var(--border-mid);
}
.article-toc a.active {
  color: var(--orange);
  border-left-color: var(--orange);
}

/* ─── ARTICLE BODY ─── */
.article-body {
  flex: 1;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--text);
  min-width: 0;
}
.article-body h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  margin: 52px 0 20px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text);
}
.article-body h3 {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 500;
  margin: 36px 0 16px;
  line-height: 1.3;
  color: var(--text);
}
.article-body h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 28px 0 12px;
  color: var(--text);
}
.article-body p {
  margin-bottom: 24px;
  color: var(--text);
}
.article-body a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: rgba(9,69,75,0.3);
  transition: color 0.2s, text-decoration-color 0.2s;
}
.article-body a:hover {
  color: var(--orange);
  text-decoration-color: var(--orange);
}
[data-theme="dark"] .article-body a {
  color: var(--orange);
}
.article-body strong {
  font-weight: 600;
  color: var(--text);
}
.article-body ul,
.article-body ol {
  margin: 0 0 28px 28px;
}
.article-body li {
  margin-bottom: 10px;
}
.article-body figure {
  margin: 40px 0;
}
.article-body figure img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.article-body figcaption {
  font-size: 13px;
  color: var(--text-soft);
  text-align: center;
  margin-top: 12px;
  font-style: italic;
}
.article-body blockquote {
  border-left: 3px solid var(--orange);
  padding: 4px 0 4px 28px;
  margin: 40px 0;
  position: relative;
}
.article-body blockquote p {
  font-size: 20px;
  font-style: italic;
  color: var(--text-mid);
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
.article-body blockquote cite {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-style: normal;
  color: var(--text-soft);
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ─── CHECKLIST ─── */
ul.checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px;
  background: var(--bg-sunken);
  border-radius: 8px;
  border: 1px solid var(--border);
  padding: 20px 24px;
}
ul.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
ul.checklist li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
ul.checklist li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--teal);
}
[data-theme="dark"] ul.checklist li svg {
  color: var(--orange);
}

/* ─── CTA BLOCK ─── */
.article-cta {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-light) 100%);
  padding: 36px 40px;
  border-radius: 10px;
  text-align: center;
  margin: 48px 0;
  color: white;
  position: relative;
  overflow: hidden;
}
.article-cta::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
}
.article-cta p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
  position: relative;
}
.article-cta .btn--teal {
  background: white;
  color: var(--teal);
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.2s;
  display: inline-block;
  position: relative;
}
.article-cta .btn--teal:hover {
  background: var(--orange);
  color: white;
  transform: translateY(-1px);
}

/* ─── FAQ SECTION ─── */
.article-faq {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.article-faq h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
  color: var(--text);
}
.faq-item {
  margin-bottom: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item h4 {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 24px;
  background: var(--surface);
  color: var(--text);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}
.faq-item h4::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--orange);
  border-bottom: 1.5px solid var(--orange);
  transform: rotate(45deg);
  margin-top: -3px;
  flex-shrink: 0;
}
.faq-item p {
  font-size: 15px;
  color: var(--text-mid);
  padding: 16px 24px 20px;
  background: var(--bg);
  margin: 0;
  border-top: 1px solid var(--border);
  line-height: 1.7;
}

/* ─── AUTHOR PROFILE ─── */
.author-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 64px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
}
.author-profile__img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--bg-sunken);
  border: 2px solid var(--border);
  flex-shrink: 0;
}
.author-profile__info {
  flex: 1;
  min-width: 0;
}
.author-profile__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text);
}
.author-profile__name span {
  font-weight: 400;
  color: var(--text-soft);
  font-size: 13px;
}
.author-profile__bio {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
  margin: 0;
}

/* ─── RELATED SERVICES ─── */
.related-services-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.related-services-list .btn {
  min-width: 180px;
  justify-content: center;
  text-align: center;
}

/* ─── ARTICLE LOADING ─── */
.article-loading {
  padding: 40px 0;
}
.article-loading .article-skeleton__line {
  height: 18px;
  margin: 0 0 20px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--bg-sunken) 25%, var(--border) 50%, var(--bg-sunken) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.article-loading .article-skeleton__line--mid { width: 70%; }
.article-loading .article-skeleton__line--short { width: 40%; }

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */
@media (max-width: 1023px) {
  .journal-section {
    padding: 40px 32px;
  }
  .journal-hero {
    padding: 120px 32px 60px;
  }
  .journal-breadcrumb .container {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .journal-hero {
    padding: 110px 20px 48px;
  }
  .journal-section {
    padding: 32px 20px;
  }
  .journal-breadcrumb .container {
    padding: 0 20px;
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .article-hero {
    padding: 110px 20px 40px;
  }
  .article-content-wrapper {
    padding: 40px 20px;
    flex-direction: column;
    gap: 40px;
  }
  .article-hero__image {
    aspect-ratio: 16/9;
  }
  .featured-article__content {
    padding: 24px;
  }
  .featured-article__title {
    font-size: 20px;
  }
  .article-cta {
    padding: 28px 24px;
  }
  .author-profile {
    flex-direction: column;
    text-align: center;
  }
  .journal-list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
