/*
Theme Name: Prana & Core - Yoga & Pilates Portal
Theme URI: https://pranacore.co.il/
Author: Prana & Core Studio
Author URI: https://pranacore.co.il/
Description: תבנית וורדפרס מודרנית, נקייה ומרהיבה לפורטלי יוגה, פילאטיס מכשירים, פילאטיס מזרן, נשימה מודעת ואורח חיים בריא. כוללת הצגת כל הקטגוריות בעמוד הראשי, מד נשימה אינטראקטיבי, ספריית אסאנות ורספונסיביות מלאה.
Version: 3.5.0
License: GNU General Public License v2 or later
Text Domain: prana-core
Tags: yoga, pilates, wellness, breathwork, lifestyle, modern, responsive, rtl-support
*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --primary-purple: #7c3aed;
  --purple-light: #f5f3ff;
  --accent-coral: #f43f5e;
  --coral-light: #fff1f2;
  --sun-yellow: #f59e0b;
  --yellow-light: #fef3c7;
  --slate-dark: #0f172a;
  --slate-darker: #020617;
  --font-main: 'Heebo', sans-serif;
}

body {
  font-family: var(--font-main);
  background-color: #faf9fe;
  color: #1e293b;
  direction: rtl;
  text-align: right;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  font-family: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/* Post Layout & Sidebar Grid */
.single-post-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}

.article-card-container {
  background: #fff;
  border: 1px solid #f3e8ff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 1px 3px rgba(124, 58, 237, 0.05);
}

.article-title-main {
  font-size: 32px;
  font-weight: 900;
  margin: 16px 0 10px 0;
  line-height: 1.3;
  color: #0f172a;
  word-break: break-word;
}

.article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Mobile Responsiveness Rules */
@media (max-width: 900px) {
  .single-post-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  .article-card-container {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }

  .article-title-main {
    font-size: 22px !important;
    line-height: 1.35 !important;
  }
}

.daily-wisdom-bar {
  background: linear-gradient(90deg, #3b0764, #0f172a, #4c0519);
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-main {
  background-color: #fff;
  border-bottom: 1px solid #f3e8ff;
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.category-nav-bar {
  background: linear-gradient(90deg, #faf5ff, #ffffff, #fff1f2);
  border-bottom: 1px solid #f3e8ff;
  padding: 10px 0;
  overflow-x: auto;
  white-space: nowrap;
}

.category-pill {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 8px;
  background: #fff;
  border: 1px solid #e9d5ff;
  color: #581c87;
  transition: all 0.2s ease;
}

.category-pill:hover,
.category-pill.active {
  background: linear-gradient(135deg, #7c3aed, #f43f5e);
  color: #fff;
  border-color: transparent;
}
