/* ==========================================================================
   TOP DANCERS — Additional frontend styles (pages beyond the approved
   Home Page prototype). Extends style.css without modifying it, so the
   approved design stays untouched.
   ========================================================================== */

[x-cloak] { display: none !important; }

.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;
}

/* ---------- Generic inner page hero (non-homepage pages) ---------- */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 4rem) 0 4rem;
  background: linear-gradient(180deg, #151310 0%, var(--black) 100%);
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border-subtle-2);
}
.page-hero .eyebrow { justify-content: center; display: flex; }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 0.8rem; }
.page-hero p { color: var(--muted); max-width: 620px; margin: 0 auto; font-size: 1.05rem; }
.page-hero .breadcrumbs { margin-bottom: 1.2rem; justify-content: center; }

.breadcrumbs { display: flex; gap: 0.4rem; align-items: center; font-size: 0.8rem; color: var(--muted); flex-wrap: wrap; }
.breadcrumbs a { color: var(--muted); transition: color 0.2s ease; }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs span[aria-current] { color: var(--gold); }

/* ---------- Access gate ---------- */
.gate-page main { display: flex; align-items: center; min-height: 100vh; }
.gate-section { width: 100%; padding: 6rem 1.5rem; display: flex; justify-content: center; }
.gate-card {
  max-width: 420px; width: 100%; text-align: center;
  background: var(--surface); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg);
  padding: 2.6rem 2.2rem; box-shadow: 0 30px 70px -20px rgba(0,0,0,0.6);
}
.gate-logo svg, .gate-logo img { height: 60px; width: auto; margin: 0 auto 1.2rem; display: block; }
.gate-card h1 { font-size: 1.6rem; margin-bottom: 0.8rem; }
.gate-copy { color: var(--muted); font-size: 0.92rem; margin-bottom: 1.6rem; }
.gate-copy a { color: var(--gold); font-weight: 600; }
.gate-error { background: rgba(192,57,43,0.12); color: #e57368; border-radius: var(--radius-sm); padding: 0.7rem 1rem; font-size: 0.85rem; margin-bottom: 1.2rem; }
.gate-form input {
  width: 100%; padding: 0.85rem 1rem; margin-bottom: 1rem; border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle-2); background: var(--surface-2); color: var(--white); font-size: 0.95rem;
  text-align: center; letter-spacing: 0.1em;
}
.gate-form input:focus { outline: none; border-color: var(--gold); }

/* ---------- Public forms (contact / apply) ---------- */
.form-card {
  background: var(--surface); border: 1px solid var(--border-subtle-2); border-radius: var(--radius-lg);
  padding: 2.2rem;
}
.form-section-title {
  font-family: var(--font-display); font-size: 1.05rem; letter-spacing: 0.04em;
  color: var(--gold); text-transform: uppercase; margin-bottom: 1.2rem;
  padding-bottom: 0.6rem; border-bottom: 1px solid var(--border-subtle-2);
}
.form-section + .form-section-title,
.form-section-title:not(:first-child) { margin-top: 2rem; }
.f-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.f-group { margin-bottom: 1.1rem; }
.f-group.full { grid-column: 1 / -1; }
.f-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--off-white); margin-bottom: 0.4rem; }
.f-group .req { color: var(--gold); }
.f-group input[type=text], .f-group input[type=email], .f-group input[type=tel],
.f-group input[type=number], .f-group input[type=date], .f-group select, .f-group textarea {
  width: 100%; padding: 0.75rem 0.9rem; border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle-2); background: var(--surface-2); color: var(--white);
  font-family: var(--font-body); font-size: 0.92rem; transition: border-color 0.2s ease;
}
.f-group input:focus, .f-group select:focus, .f-group textarea:focus { outline: none; border-color: var(--gold); }
.f-group textarea { min-height: 110px; resize: vertical; }
.f-hint { font-size: 0.76rem; color: var(--muted-2); margin-top: 0.35rem; }
.f-error { font-size: 0.78rem; color: #e57368; margin-top: 0.35rem; }
.f-group select { 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='%23d4af6a' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.8rem center; background-size: 16px; padding-right: 2.4rem; }

.consent-row { display: flex; gap: 0.7rem; align-items: flex-start; margin: 1.4rem 0; }
.consent-row input { margin-top: 0.25rem; flex-shrink: 0; }
.consent-row label { font-size: 0.85rem; color: var(--muted); line-height: 1.5; }
.consent-row a { color: var(--gold); }

.file-drop {
  border: 2px dashed var(--border-subtle); border-radius: var(--radius-md); padding: 1.8rem;
  text-align: center; color: var(--muted); cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease;
}
.file-drop.is-dragover, .file-drop:hover { border-color: var(--gold); background: rgba(212,175,106,0.05); }
.file-preview-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 0.6rem; margin-top: 1rem; }
.file-preview-grid .fp-item { position: relative; aspect-ratio: 1; border-radius: 8px; overflow: hidden; border: 1px solid var(--border-subtle-2); }
.file-preview-grid .fp-item img { width: 100%; height: 100%; object-fit: cover; }
.file-preview-grid .fp-remove {
  position: absolute; top: 4px; right: 4px; width: 20px; height: 20px; border-radius: 50%;
  background: rgba(0,0,0,0.7); color: #fff; font-size: 0.7rem; display: flex; align-items: center; justify-content: center;
}

.success-panel { text-align: center; padding: 3rem 1.5rem; }
.success-panel .ref-code {
  display: inline-block; font-family: var(--font-display); font-size: 1.3rem; letter-spacing: 0.06em;
  color: var(--gold); border: 1px solid var(--gold); border-radius: var(--radius-sm); padding: 0.6rem 1.4rem; margin: 1rem 0;
}

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-subtle-2); }
.faq-question {
  width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center;
  padding: 1.3rem 0.2rem; font-family: var(--font-display); font-size: 1.05rem; color: var(--white);
  background: none; border: none; cursor: pointer;
}
.faq-question svg { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: var(--gold); stroke-width: 2; transition: transform 0.25s ease; margin-left: 1rem; }
.faq-answer { overflow: hidden; color: var(--muted); font-size: 0.94rem; line-height: 1.7; padding-right: 2.5rem; }
.faq-answer-inner { padding-bottom: 1.3rem; }

/* ---------- Generic content article (pages / blog) ---------- */
.prose { max-width: 100%; margin: 0 auto; color: var(--off-white); font-size: 1.03rem; line-height: 1.75; }
.prose > *:first-child { margin-top: 0; }
.prose > *:last-child { margin-bottom: 0; }

.prose p { margin: 0 0 17px; line-height: 1.75; }
.prose strong { color: var(--white); font-weight: 700; }
.prose em { font-style: italic; }
.prose u { text-decoration: underline; text-underline-offset: 3px; }

.prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  text-transform: none;
  letter-spacing: 0;
  color: var(--white);
  line-height: 1.28;
}
.prose h2 { font-size: 1.7rem; margin: 32px 0 14px; }
.prose h3 { font-size: 1.35rem; margin: 26px 0 12px; }
.prose h4 { font-size: 1.15rem; margin: 22px 0 10px; }
.prose h5 { font-size: 1.02rem; margin: 20px 0 8px; text-transform: uppercase; letter-spacing: 0.03em; color: var(--gold); }
.prose h6 { font-size: 0.92rem; margin: 18px 0 8px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); }
.prose > h2:first-child, .prose > h3:first-child { margin-top: 0; }

.prose a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(212,175,106,0.45); transition: color 0.2s ease, text-decoration-color 0.2s ease; }
.prose a:hover { color: var(--gold-light); text-decoration-color: currentColor; }

.prose ul, .prose ol { margin: 14px 0 18px; padding-left: 1.35rem; }
.prose li { margin-bottom: 7px; line-height: 1.65; }
.prose li:last-child { margin-bottom: 0; }
.prose ul { list-style: disc; }
.prose ul ul { list-style: circle; }
.prose ol { list-style: decimal; }
.prose li > ul, .prose li > ol { margin: 7px 0 0; }
.prose ul ::marker, .prose ol ::marker { color: var(--gold); }

.prose blockquote {
  border-left: 3px solid var(--gold);
  background: var(--surface);
  padding: 0.9rem 1.3rem;
  color: var(--off-white);
  font-style: italic;
  font-size: 1.05rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 20px 0;
}
.prose blockquote p { margin-bottom: 0.5rem; }
.prose blockquote p:last-child { margin-bottom: 0; }
.prose blockquote cite { display: block; margin-top: 0.6rem; font-style: normal; font-size: 0.82rem; color: var(--muted); }

.prose img { max-width: 100%; height: auto; border-radius: var(--radius-md); margin: 20px 0; }
.prose figure { margin: 20px 0; }
.prose figure img { margin: 0; }
.prose figure.image { display: table; max-width: 100%; }
.prose figcaption { margin-top: 0.6rem; font-size: 0.85rem; color: var(--muted); text-align: center; }

.prose hr { border: none; border-top: 1px solid var(--border-subtle-2); margin: 28px 0; }

.prose code { background: var(--surface-2); border: 1px solid var(--border-subtle-2); border-radius: 4px; padding: 0.15em 0.4em; font-size: 0.88em; font-family: 'SFMono-Regular', Consolas, Menlo, monospace; color: var(--gold-light); }
.prose pre { background: var(--surface-2); border: 1px solid var(--border-subtle-2); border-radius: var(--radius-md); padding: 1.1rem 1.3rem; margin: 20px 0; overflow-x: auto; }
.prose pre code { background: none; border: none; padding: 0; color: var(--off-white); }

.prose table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; margin: 20px 0; font-size: 0.92rem; -webkit-overflow-scrolling: touch; }
.prose th, .prose td { border: 1px solid var(--border-subtle-2); padding: 0.6rem 0.8rem; text-align: left; }
.prose th { background: var(--surface); color: var(--gold); white-space: nowrap; }
.prose tr:nth-child(even) td { background: rgba(255,255,255,0.02); }

.prose iframe { max-width: 100%; border-radius: var(--radius-md); margin: 20px 0; border: none; }
.prose .video-embed { position: relative; width: 100%; aspect-ratio: 16/9; margin: 20px 0; border-radius: var(--radius-md); overflow: hidden; }
.prose .video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; }

@media (max-width: 720px) {
  .prose { font-size: 1rem; line-height: 1.65; }
  .prose p { margin-bottom: 14px; line-height: 1.65; }
  .prose h2 { font-size: 1.4rem; margin: 26px 0 12px; }
  .prose h3 { font-size: 1.18rem; margin: 22px 0 10px; }
  .prose h4 { font-size: 1.05rem; margin: 18px 0 8px; }
  .prose ul, .prose ol { margin: 12px 0 16px; padding-left: 1.2rem; }
  .prose blockquote { padding: 0.8rem 1.1rem; font-size: 1rem; }
}

/* ---------- Job / opportunity cards ---------- */
.jobs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.job-card {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--border-subtle-2); border-radius: var(--radius-md); padding: 1.9rem;
  transition: all 0.35s var(--ease); display: flex; flex-direction: column;
}
.job-card:hover { border-color: var(--gold); transform: translateY(-6px); box-shadow: 0 24px 50px -20px rgba(0,0,0,0.6); }
.job-tag {
  display: inline-block; align-self: flex-start; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gold); border: 1px solid var(--border-subtle); border-radius: 20px;
  padding: 0.3rem 0.8rem; margin-bottom: 1rem;
}
.job-card h3 { font-size: 1.1rem; margin-bottom: 1rem; }
.job-meta { display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 1.2rem; }
.job-meta li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--muted); }
.job-meta .icon-sm { color: var(--gold); fill: none; stroke: currentColor; }
.job-pay { font-family: var(--font-display); font-size: 1.35rem; color: var(--white); margin-bottom: 1.3rem; padding-top: 1rem; border-top: 1px solid var(--border-subtle-2); margin-top: auto; }
.job-pay span { font-family: var(--font-body); font-size: 0.75rem; color: var(--muted); text-transform: none; }

/* ---------- Simple listing/filter page bits ---------- */
.filter-bar { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 2.2rem; justify-content: center; }
.filter-bar select {
  padding: 0.65rem 2.2rem 0.65rem 1rem; border-radius: var(--radius-sm); border: 1px solid var(--border-subtle-2);
  background: var(--surface-2); color: var(--white); font-size: 0.85rem;
  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='%23d4af6a' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.7rem center; background-size: 14px;
}
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.pagination { display: flex; justify-content: center; gap: 0.4rem; margin-top: 2.5rem; flex-wrap: wrap; }
.pagination a, .pagination span {
  min-width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  border-radius: 6px; border: 1px solid var(--border-subtle-2); color: var(--muted); font-size: 0.85rem;
}
.pagination a:hover { border-color: var(--gold); color: var(--gold); }
.pagination .active { background: var(--gold-gradient); color: var(--black); border-color: transparent; font-weight: 700; }
.pagination .disabled { opacity: 0.35; }

.empty-note { text-align: center; padding: 3rem 1.5rem; color: var(--muted); }

@media (max-width: 1100px) {
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .f-grid, .grid-3, .grid-2, .jobs-grid { grid-template-columns: 1fr; }
}

/* ---------- Destination search ---------- */
.destination-search { position: relative; max-width: 460px; margin: 0 auto 3rem; }
.destination-search input {
  width: 100%; padding: 0.9rem 1.2rem 0.9rem 3rem; border-radius: 30px;
  border: 1px solid var(--border-subtle-2); background: var(--surface-2); color: var(--white);
  font-family: var(--font-body); font-size: 0.92rem; transition: border-color 0.2s ease;
}
.destination-search input:focus { outline: none; border-color: var(--gold); }
.destination-search input::placeholder { color: var(--muted-2); }
.destination-search svg {
  position: absolute; left: 1.15rem; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; fill: none; stroke: var(--muted); stroke-width: 2; stroke-linecap: round; pointer-events: none;
}

/* ---------- Club detail page layout ---------- */
.club-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 3rem; }
@media (max-width: 960px) {
  .club-layout { grid-template-columns: 1fr; }
}

/* ---------- Club detail page tabs ---------- */
.club-tabs { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-bottom: 2rem; }
.club-hero-image {
  width: 100%; aspect-ratio: 16/7; object-fit: cover; border-radius: var(--radius-md);
  margin-bottom: 2.5rem; border: 1px solid var(--border-subtle-2);
}
.role-badges { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.role-badge {
  background: var(--surface-2); border: 1px solid var(--border-subtle);
  color: var(--gold); padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.82rem; font-weight: 500;
}

.info-card {
  background: var(--surface); border: 1px solid var(--border-subtle-2);
  border-radius: var(--radius-md); padding: 1.7rem 1.9rem; margin-bottom: 1.6rem;
}
.info-card:last-child { margin-bottom: 0; }
.info-card h2 {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.04em; color: var(--gold);
  margin: 0 0 1.3rem;
}
.info-card h2 svg { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.info-card p { color: var(--off-white); line-height: 1.7; margin: 0 0 0.9rem; }
.info-card p:last-child { margin-bottom: 0; }

.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.2rem 1.6rem; margin-bottom: 1.3rem; }
.info-grid dt { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-2); margin-bottom: 0.3rem; }
.info-grid dd { margin: 0; color: var(--white); font-size: 0.95rem; font-weight: 500; }

@media (max-width: 720px) {
  .club-tabs { justify-content: center; }
  .info-card { padding: 1.4rem 1.3rem; }
}

/* ---------- Lightbox ---------- */
.lightbox-overlay {
  position: fixed; inset: 0; background: rgba(5, 5, 5, 0.94); z-index: 900;
  display: flex; align-items: center; justify-content: center; padding: 2rem;
}
.lightbox-overlay img {
  max-width: 88%; max-height: 85vh; border-radius: var(--radius-md); object-fit: contain;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.8);
}
.lightbox-btn, .lightbox-close {
  position: absolute; width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white); display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; line-height: 1; cursor: pointer; transition: all 0.25s var(--ease);
}
.lightbox-btn:hover, .lightbox-close:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }
.lightbox-btn { top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }
.lightbox-close { top: 1.5rem; right: 1.5rem; width: 42px; height: 42px; font-size: 1.4rem; }

@media (max-width: 640px) {
  .lightbox-btn, .lightbox-close { width: 38px; height: 38px; font-size: 1.25rem; }
  .lightbox-prev { left: 0.6rem; }
  .lightbox-next { right: 0.6rem; }
  .lightbox-close { top: 0.8rem; right: 0.8rem; }
}

/* ==========================================================================
   ARTICLE DETAIL PAGE
   ========================================================================== */
.article-hero {
  padding: calc(var(--header-h) + 3rem) 0 2.2rem;
  background: linear-gradient(180deg, #151310 0%, var(--black) 100%);
  border-bottom: 1px solid var(--border-subtle-2);
}
.article-hero .breadcrumbs { margin-bottom: 1.4rem; }
.article-header-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.7rem; margin-bottom: 1rem; font-size: 0.82rem; color: var(--muted); }
.article-header-meta .blog-cat { font-size: 0.78rem; }
.article-header-meta .dot { color: var(--muted-2); }
.article-header-meta svg { width: 15px; height: 15px; vertical-align: -2px; margin-right: 0.3rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.article-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.18;
  margin-bottom: 1rem;
}
.article-excerpt { color: var(--off-white); font-size: 1.1rem; line-height: 1.6; margin-bottom: 1.4rem; }

.article-author-row { display: flex; align-items: center; gap: 0.7rem; }
.article-author-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gold-gradient); color: var(--black);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  flex-shrink: 0;
}
.article-author-name { font-size: 0.88rem; font-weight: 600; color: var(--white); }
.article-author-role { font-size: 0.76rem; color: var(--muted-2); }

.article-featured {
  width: 100%;
  aspect-ratio: 16/8;
  max-height: 460px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-subtle-2);
  margin: 2.2rem 0 0;
}
.article-featured img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

/* ---------- Two-column layout ---------- */
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 3rem; padding-top: 2.6rem; }
.article-sidebar { position: sticky; top: calc(var(--header-h) + 1.5rem); display: flex; flex-direction: column; gap: 1.6rem; }

.sidebar-widget-title { font-size: 0.78rem !important; }
.sidebar-cat-list { display: flex; flex-direction: column; gap: 0.2rem; }
.sidebar-cat-list a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.55rem 0.2rem; font-size: 0.9rem; color: var(--off-white);
  border-bottom: 1px solid var(--border-subtle-2); transition: color 0.2s ease, padding-left 0.2s ease;
}
.sidebar-cat-list li:last-child a { border-bottom: none; }
.sidebar-cat-list a:hover, .sidebar-cat-list a.active { color: var(--gold); padding-left: 0.4rem; }

.sidebar-post-list { display: flex; flex-direction: column; gap: 1rem; }
.sidebar-post-item { display: flex; gap: 0.8rem; align-items: flex-start; }
.sidebar-post-thumb { width: 62px; height: 62px; border-radius: var(--radius-sm); overflow: hidden; flex-shrink: 0; }
.sidebar-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-post-info h4 { font-size: 0.86rem; font-weight: 600; line-height: 1.35; margin-bottom: 0.3rem; color: var(--white); text-transform: none; letter-spacing: 0; }
.sidebar-post-info h4 a:hover { color: var(--gold); }
.sidebar-post-info time { font-size: 0.74rem; color: var(--muted-2); }

/* ---------- Tags ---------- */
.article-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2.2rem; padding-top: 1.6rem; border-top: 1px solid var(--border-subtle-2); }
.article-tag {
  background: var(--surface); border: 1px solid var(--border-subtle-2); color: var(--muted);
  padding: 0.35rem 0.85rem; border-radius: 20px; font-size: 0.78rem; transition: all 0.2s ease;
}
.article-tag:hover { color: var(--gold); border-color: var(--border-subtle); }

/* ---------- Share ---------- */
.article-share { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.6rem; }
.article-share-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); }
.article-share .social-row a { width: 34px; height: 34px; }
.article-share .social-row svg { width: 14px; height: 14px; }

/* ---------- Related articles ---------- */
.related-section { margin-top: 4.5rem; padding-top: 3.5rem; border-top: 1px solid var(--border-subtle-2); }

@media (max-width: 960px) {
  .article-layout { grid-template-columns: 1fr; gap: 2.4rem; }
  .article-sidebar { position: static; }
  .article-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
}

@media (max-width: 720px) {
  .article-hero { padding: calc(var(--header-h) + 1.6rem) 0 1.6rem; }
  .article-title { font-size: clamp(1.65rem, 7vw, 2.1rem); line-height: 1.22; margin-bottom: 0.8rem; }
  .article-excerpt { font-size: 1rem; }
  .article-featured { aspect-ratio: 16/11; max-height: 280px; border-radius: var(--radius-md); margin-top: 1.6rem; }
  .article-layout { padding-top: 1.8rem; }
  .article-sidebar { grid-template-columns: 1fr; gap: 1.2rem; }
  .related-section { margin-top: 3rem; padding-top: 2.4rem; }
}
