/* ============================================
   ARTICLE PAGE STYLES
   ============================================ */

/* Breadcrumb */
.breadcrumb {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-3);
}
.breadcrumb a { color: var(--brand); }
.breadcrumb a:hover { text-decoration: underline; }

/* Article layout */
.article-page { padding: 48px 0 80px; }
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 64px; align-items: start; }

/* Article header */
.article-main { min-width: 0; }
.article-header__cat { font-size: 13px; font-weight: 700; color: var(--brand); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 16px; }
.article-header__title { font-size: clamp(24px, 3.5vw, 38px); font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.article-header__meta { display: flex; gap: 12px; font-size: 13px; color: var(--text-3); margin-bottom: 32px; flex-wrap: wrap; }
.article-header__img {
  height: 320px;
  border-radius: var(--radius);
  display: flex;
  align-items: flex-end;
  padding: 32px;
  margin-bottom: 48px;
  background: linear-gradient(135deg, #FEE2E2, #FECACA);
}
.article-header__img--massage { background: linear-gradient(135deg, #FEE2E2 0%, #FDA4AF 50%, #E11D48 100%); }
.article-header__img-overlay { display: flex; align-items: center; gap: 12px; }
.article-header__img-overlay span { font-size: 48px; }
.article-header__img-overlay strong { font-size: 20px; color: var(--white); text-shadow: 0 2px 8px rgba(0,0,0,.3); }

/* TOC */
.toc {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 48px;
}
.toc__title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--text-3); margin-bottom: 12px; }
.toc__list { padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }
.toc__list a { font-size: 14px; color: var(--brand); }
.toc__list a:hover { text-decoration: underline; }

/* Article sections */
.article-main section { margin-bottom: 48px; }
.article-main h2 { font-size: 24px; font-weight: 800; margin-bottom: 16px; padding-top: 8px; border-top: 2px solid var(--brand-light); }
.article-main p { font-size: 16px; color: var(--text-2); line-height: 1.8; margin-bottom: 16px; }
.article-main ul, .article-main ol { padding-left: 20px; margin-bottom: 16px; }
.article-main li { font-size: 16px; color: var(--text-2); line-height: 1.8; margin-bottom: 6px; }
.article-main strong { color: var(--text); }

/* Info cards */
.info-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.info-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 20px;
}
.info-card__emoji { font-size: 28px; margin-bottom: 10px; }
.info-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.info-card p { font-size: 13px; color: var(--text-2); line-height: 1.6; margin: 0; }

/* Places list */
.places-list { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
.place-card {
  display: flex;
  gap: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
}
.place-card__num {
  font-size: 32px;
  font-weight: 900;
  color: var(--brand-light);
  flex-shrink: 0;
  width: 48px;
  text-align: center;
  line-height: 1;
  padding-top: 4px;
}
.place-card__body { flex: 1; }
.place-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.place-card__head h3 { font-size: 16px; font-weight: 700; }
.place-card__badge { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.place-card__badge--top { background: var(--accent-light); color: #92400E; }
.place-card__desc { font-size: 14px; color: var(--text-2); line-height: 1.6; margin-bottom: 12px; }
.place-card__meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--text-3); margin-bottom: 12px; }
.place-card__cta { margin-top: 4px; }
.place-card--promo {
  background: linear-gradient(135deg, var(--brand-light), #FAF5FF);
  border-color: var(--brand);
  border-style: dashed;
}
.place-card__promo-content {
  display: flex; align-items: flex-start; gap: 16px; width: 100%;
}
.place-card__promo-emoji { font-size: 32px; flex-shrink: 0; }
.place-card__promo-content strong { font-size: 15px; font-weight: 700; display: block; margin-bottom: 6px; }
.place-card__promo-content p { font-size: 13px; color: var(--text-2); margin-bottom: 12px; line-height: 1.6; }

/* Price table */
.price-table { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin: 24px 0; }
.price-table__row { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 0; }
.price-table__row span { padding: 12px 16px; font-size: 14px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.price-table__row span:last-child { border-right: none; }
.price-table__head span { font-weight: 700; font-size: 13px; background: var(--bg); color: var(--text-3); text-transform: uppercase; letter-spacing: .04em; }
.price-table__row:last-child span { border-bottom: none; }
.article-note { font-size: 13px; color: var(--text-3); background: var(--bg); padding: 12px 16px; border-radius: var(--radius-sm); border-left: 3px solid var(--accent); }

/* For who grid */
.for-who-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.for-who-card {
  background: var(--bg);
  border-radius: var(--radius-sm);
  padding: 20px;
  border: 1px solid var(--border);
}
.for-who-card span { font-size: 28px; display: block; margin-bottom: 8px; }
.for-who-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.for-who-card p { font-size: 13px; color: var(--text-2); line-height: 1.6; margin: 0; }

/* Article CTA */
.article-cta {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: var(--radius);
  padding: 40px;
  text-align: center;
  color: var(--white);
  margin-top: 48px;
}
.article-cta__emoji { font-size: 40px; margin-bottom: 12px; }
.article-cta h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.article-cta p { font-size: 15px; color: rgba(255,255,255,.85); margin-bottom: 24px; line-height: 1.6; }
.article-cta__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.article-cta .btn--primary { background: var(--white); color: var(--brand); }
.article-cta .btn--primary:hover { background: var(--bg); }
.article-cta .btn--outline { color: var(--white); border-color: rgba(255,255,255,.5); }
.article-cta .btn--outline:hover { background: rgba(255,255,255,.1); }

/* Sidebar */
.article-sidebar { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 20px; }
.sidebar-widget {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.sidebar-widget--cta {
  background: linear-gradient(135deg, var(--brand-light), #FAF5FF);
  border-color: var(--brand);
}
.sidebar-widget__title { font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.sidebar-widget p { font-size: 13px; color: var(--text-2); margin-bottom: 16px; line-height: 1.6; }
.sidebar-widget__price { text-align: center; font-size: 12px; color: var(--text-3); margin-top: 8px; }
.sidebar-links { display: flex; flex-direction: column; gap: 8px; }
.sidebar-links a { font-size: 14px; color: var(--brand); padding: 6px 0; border-bottom: 1px solid var(--border); }
.sidebar-links a:last-child { border-bottom: none; }
.sidebar-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.sidebar-tags span {
  background: var(--bg);
  border: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-2);
  padding: 5px 12px;
  border-radius: 20px;
  cursor: default;
}

/* Responsive */
@media (max-width: 960px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
}
@media (max-width: 600px) {
  .info-cards { grid-template-columns: 1fr; }
  .for-who-grid { grid-template-columns: 1fr; }
  .price-table__row { grid-template-columns: 1fr 1fr; }
  .price-table__row span:nth-child(3),
  .price-table__row span:nth-child(4) { display: none; }
}
