
.article-hero {
  margin-bottom: 0 !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  text-decoration: none;
  cursor: pointer;
}

.article-back svg {
  flex-shrink: 0;
}

.article-title {
  font-family: 'Ledger', serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--Global-Black, #000);
  line-height: 1.15;
  margin: 0;
}

.article-meta {
  margin-top: 32px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.article-authors { flex: 1 1 220px; }
.article-info    { flex: 1 1 200px; }
.article-event   { flex: 1.6 1 360px; }

.meta-label {
  font-family: "AA Stetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: var(--Global-Gray-Gray-50, #928F8D);
  margin: 0;
}

.article-authors { display: flex; flex-direction: column; gap: 20px; }

.author-row { display: flex; align-items: center; gap: 12px; }

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--Global-Gray-Gray-30, #CECBC9);
}

.author-name {
  font-family: 'Ledger', serif;
  font-size: 18px;
  color: var(--Global-Black, #000);
  margin: 0;
}

.article-info { display: flex; flex-direction: column; gap: 18px; }

.article-info .info-value {
  font-family: "AA Stetica", sans-serif;
  font-size: 16px;
  color: var(--Global-Black, #000);
  margin: 4px 0 0;
}

.article-info .chips-row { margin-top: 6px; }

.article-event { display: flex; flex-direction: column; gap: 12px; }

.event-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border-radius: 16px;
  background: var(--Global-Gray-Gray-10, #F5F5F5);
}

.event-date {
  font-family: "AA Stetica", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--Text-Accent, #702C29);
  letter-spacing: .3px;
  margin: 0;
}

.event-title {
  font-family: 'Ledger', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--Global-Black, #000);
  line-height: 1.3;
  margin: 0;
}

.event-desc {
  font-family: "AA Stetica", sans-serif;
  font-size: 13px;
  color: var(--Text-Secondary, #565351);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.event-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.event-host {
  font-family: "AA Stetica", sans-serif;
  font-size: 13px;
  color: var(--Text-Secondary, #565351);
  margin: 0 auto 0 0;
}


.event-card .read-btn {
  min-width: auto;
  height: 38px;
  padding: 8px 22px;
  font-size: 14px;
  margin-left: auto;   
}

.more-events {
  align-self: flex-end;
  font-family: "AA Stetica", sans-serif;
  font-size: 14px;
  color: var(--Text-Secondary, #565351);
  border-bottom: 1px solid var(--Global-Gray-Gray-30, #CECBC9);
  padding-bottom: 2px;
  cursor: pointer;
}
.more-events:hover { color: var(--primary-green, #727967); }

.article-body {
  position: relative;
  flex-direction: column;
  gap: 24px;
  margin-top: 96px !important;
}

.article-subhead {
  font-family: 'Ledger', serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--Global-Black, #000);
  margin: 24px 0 0;
}
.article-subhead:first-child { margin-top: 0; }

.article-text {
  font-family: "AA Stetica", sans-serif;
  font-size: 15px;
  color: var(--Text-Secondary, #565351);
  line-height: 1.7;
  margin: 0;
  max-width: 100%;
}

.article-text-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-ornament {
  position: absolute;
  top: 0;
  bottom: 0;              
  width: 66px;
  background: url('../icons/Frame.png') top center / 66px auto repeat-y;
  opacity: .9;
  pointer-events: none;
}
.article-ornament--left  { left: -90px; }
.article-ornament--right { right: -90px; transform: scaleX(-1); }


.article-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 8px 18px;
  border-radius: 4px;
  border: 1px solid var(--Global-Gray-Gray-30, #CECBC9);
  background: transparent;
  color: var(--Text-Secondary, #565351);
  font-family: "AA Stetica", sans-serif;
  font-size: 15px;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}
.action-btn:hover { border-color: var(--primary-green, #727967); color: var(--primary-green, #727967); }
.action-btn svg { display: block; }
.action-btn.is-liked { color: var(--Text-Accent, #702C29); border-color: var(--Text-Accent, #702C29); }
.action-btn.is-liked svg path { fill: var(--Text-Accent, #702C29); stroke: var(--Text-Accent, #702C29); }


.similar-articles {
  flex-direction: column;
  gap: 28px;
  margin-top: 96px !important;
}

.similar-articles .section-head {
  font-family: 'Ledger', serif;
  font-size: 36px;
  font-weight: 400;
  color: var(--Global-Black, #000);
  margin: 0;
}


.article-tagcloud {
  justify-content: center;
}


.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(4px);
  z-index: 10000;
}
.modal-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn .3s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--Global-Gray-Gray-10, #F5F5F5);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
  animation: slideIn .3s ease;
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-50px); }
  to   { opacity: 1; transform: translateY(0); }
}

.modal-header { position: relative; }
.modal-title { font-family: 'Ledger', serif; margin: 0; }
.modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: none;
  color: #000;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease;
}
.modal-close:hover { background: rgba(0, 0, 0, .06); }

.share-modal { max-width: 1040px; }

.modal-handle {
  display: none; 
  width: 120px;
  height: 5px;
  border-radius: 3px;
  background: var(--primary-green, #727967);
  margin: 14px auto 0;
}

.share-modal .modal-title { text-align: left; font-size: 28px; }
.share-modal .modal-header { padding: 28px 36px 0; }

.share-divider {
  border: none;
  border-top: 1px solid var(--Global-Gray-Gray-30, #CECBC9);
  margin: 18px 36px 0;
}

.share-modal .modal-body { padding: 24px 36px 36px; }

.share-label {
  display: block;
  font-family: "AA Stetica", sans-serif;
  font-size: 16px;
  color: var(--Global-Black, #000);
  margin-bottom: 12px;
}

.share-link-row {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.share-input {
  flex: 1;
  height: 56px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid var(--Global-Gray-Gray-30, #CECBC9);
  background: var(--Global-Gray-Gray-10, #F5F5F5);
  font-family: "AA Stetica", sans-serif;
  font-size: 16px;
  color: var(--Text-Secondary, #565351);
}
.share-input:focus { outline: none; border-color: var(--primary-green, #727967); }

.copy-btn {
  flex-shrink: 0;
  min-width: 180px;
  height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  border: none;
  background: var(--primary-green, #727967);
  color: var(--Global-white, #FFF);
  font-family: "AA Stetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s ease;
}
.copy-btn:hover { background: #5a6152; }

.social-circles { display: flex; gap: 18px; }

.social-circle,
.social-link {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: var(--Global-Gray-Gray-30, #CECBC9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity .2s ease;
}
.social-circle:hover,
.social-link:hover { opacity: .85; }

.social-circle svg,
.social-link svg {
  width: 28px;
  height: 28px;
  fill: var(--Text-Secondary, #565351);
  display: block;
}


@media (min-width: 768px) and (max-width: 1200px) {
  .article-title { font-size: 40px; }

  .article-meta {
    gap: 32px;
  }
  .article-event { flex-basis: 100%; }   
  .article-event .event-card { max-width: 640px; }

  .article-ornament { width: 56px; background-size: 56px auto; }
  .article-ornament--left  { left: -64px; }
  .article-ornament--right { right: -64px; }
  .article-ornament {display: none;}
  .article-subhead { font-size: 28px; }
}

@media (max-width: 767px) {
  .article-title { font-size: 32px; }

  .article-meta {
    margin-top: 24px !important;
    flex-direction: column;
    gap: 28px;
  }
  .article-authors,
  .article-info,
  .article-event { flex-basis: auto; width: 100%; }

  .article-body { margin-top: 56px !important; }
  .article-subhead { font-size: 26px; }

  .article-ornament { display: none; }

  .similar-articles { margin-top: 64px !important; }
  .similar-articles .section-head { font-size: 30px; }

  .article-ornament {display: none;}

  .modal-overlay.active { align-items: flex-end; }
  .share-modal {
    width: 100%;
    max-width: 100%;
    border-radius: 24px 24px 0 0;
    animation: slideUp .3s ease;
  }
  @keyframes slideUp {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
  }
  .modal-handle { display: block; }
  .share-modal .modal-header { padding: 8px 24px 0; }
  .share-modal .modal-title { font-size: 24px; }
  .share-divider { margin: 16px 24px 0; }
  .share-modal .modal-body { padding: 20px 24px 32px; }

  .share-link-row { flex-direction: column; }
  .copy-btn { width: 100%; min-width: 0; }
}