/* Sanatan Bliss — aarti.css */
/* Page-specific styles, loaded via @push('styles') */

/* ── from sanatanbliss_aarti_chalisa ── */
html { scroll-behavior: smooth; }
    body { font-family: var(--font-body); background: var(--cream); color: var(--stone); overflow-x: hidden; }

    /* TOPBAR */
    .topbar { background: var(--maroon); color: rgba(255,255,255,0.85); font-size: 0.72rem; letter-spacing: 0.07em; padding: 7px 40px; display: flex; justify-content: space-between; align-items: center; }
    .topbar-right { display: flex; align-items: center; gap: 20px; }
    .topbar-right a { color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.2s; }
    .topbar-right a:hover { color: var(--gold-light); }
    .lang-toggle { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 2px 10px; font-size: 0.68rem; cursor: pointer; color: white; }

    /* NAVBAR */
    nav { position: sticky; top: 0; z-index: 100; background: rgba(250,246,238,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--cream-dark); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 68px; box-shadow: 0 2px 20px rgba(107,30,15,0.06); }
    .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .nav-logo-om { width: 38px; height: 38px; background: var(--maroon); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--gold-light); font-family: var(--font-hindi); }
    .nav-logo-text .brand { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--maroon); display: block; }
    .nav-logo-text .tagline { font-size: 0.62rem; color: var(--stone-light); letter-spacing: 0.12em; text-transform: uppercase; display: block; }
    .nav-links { display: flex; align-items: center; gap: 4px; }
    .nav-links a { font-size: 0.82rem; font-weight: 500; color: var(--stone); text-decoration: none; padding: 6px 12px; border-radius: 6px; transition: all 0.2s; }
    .nav-links a:hover, .nav-links a.active { color: var(--maroon); background: var(--saffron-pale); }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .nav-icon-btn { width: 36px; height: 36px; border: none; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 8px; color: var(--stone-mid); transition: all 0.2s; font-size: 1rem; }
    .nav-icon-btn:hover { background: var(--saffron-pale); color: var(--maroon); }
    .nav-shop-btn { background: var(--maroon); color: white; border: none; border-radius: 8px; padding: 8px 18px; font-size: 0.8rem; font-family: var(--font-body); font-weight: 500; cursor: pointer; transition: all 0.25s; text-decoration: none; display: flex; align-items: center; gap: 6px; }
    .nav-shop-btn:hover { background: var(--maroon-mid); transform: translateY(-1px); }

    /* PAGE HERO */
    .page-hero { min-height: 48vh; position: relative; display: grid; place-items: center; overflow: hidden; }
    .hero-bg { position: absolute; inset: 0; background: linear-gradient(145deg, #2A0A00 0%, var(--maroon) 40%, #4A1200 100%); }
    .hero-ring { position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); animation: spin 80s linear infinite; }
    .ring-1 { width: 520px; height: 520px; border: 1px solid rgba(255,255,255,0.05); }
    .ring-2 { width: 380px; height: 380px; border: 1px dashed rgba(212,160,23,0.12); animation-direction: reverse; animation-duration: 55s; }
    .ring-3 { width: 240px; height: 240px; border: 1px solid rgba(255,255,255,0.04); }
    @keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
    .hero-om-bg { position: absolute; font-family: var(--font-hindi); font-size: 22rem; color: rgba(255,255,255,0.03); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
    .page-hero-content { position: relative; z-index: 2; text-align: center; padding: 52px 24px; max-width: 720px; animation: fadeUp 1s ease both; }
    @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
    .page-hero-kicker { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; display: block; margin-bottom: 12px; }
    .page-hero-title { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 300; color: white; line-height: 1.1; margin-bottom: 6px; }
    .page-hero-title em { font-style: italic; color: var(--saffron-light); }
    .page-hero-title-hi { font-family: var(--font-hindi); font-size: 1.4rem; color: rgba(255,255,255,0.5); display: block; margin-bottom: 16px; }
    .page-hero-divider { width: 48px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 0 auto 18px; }
    .page-hero-sub { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 28px; }
    .hero-stats { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
    .hero-stat { text-align: center; }
    .hero-stat-num { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--gold-light); display: block; }
    .hero-stat-label { font-size: 0.68rem; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; }
    .hero-stat-sep { width: 1px; height: 36px; background: rgba(255,255,255,0.12); }

    /* BREADCRUMB */
    .breadcrumb { background: var(--cream-dark); padding: 11px 40px; display: flex; align-items: center; gap: 8px; font-size: 0.74rem; color: var(--stone-mid); }
    .breadcrumb a { color: var(--saffron); text-decoration: none; }
    .breadcrumb a:hover { text-decoration: underline; }

    /* TAB SWITCHER */
    .tab-bar { background: white; border-bottom: 1px solid var(--cream-dark); padding: 0 40px; display: flex; align-items: center; gap: 0; }
    .tab-btn { padding: 18px 28px; font-size: 0.88rem; font-weight: 600; color: var(--stone-mid); border: none; background: transparent; cursor: pointer; border-bottom: 3px solid transparent; transition: all 0.2s; font-family: var(--font-body); display: flex; align-items: center; gap: 8px; white-space: nowrap; }
    .tab-btn:hover { color: var(--maroon); }
    .tab-btn.active { color: var(--maroon); border-bottom-color: var(--saffron); }
    .tab-count { background: var(--saffron-pale); color: var(--saffron); font-size: 0.65rem; font-weight: 700; padding: 2px 7px; border-radius: 20px; }
    .tab-btn.active .tab-count { background: var(--maroon); color: white; }

    /* SEARCH + FILTER BAR */
    .search-filter-bar { background: var(--cream-dark); padding: 18px 40px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
    .search-wrap { position: relative; flex: 1; min-width: 220px; max-width: 400px; }
    .search-input { width: 100%; padding: 11px 18px 11px 42px; border: 1.5px solid var(--cream-dark); border-radius: 50px; font-family: var(--font-body); font-size: 0.86rem; color: var(--stone); background: white; outline: none; transition: all 0.2s; }
    .search-input:focus { border-color: var(--saffron); box-shadow: 0 0 0 3px rgba(194,96,10,0.08); }
    .search-input::placeholder { color: var(--stone-light); }
    .search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); font-size: 0.95rem; color: var(--stone-light); pointer-events: none; }
    .filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
    .chip { padding: 7px 14px; border-radius: 20px; border: 1.5px solid var(--cream-dark); background: white; font-family: var(--font-body); font-size: 0.76rem; color: var(--stone-mid); cursor: pointer; transition: all 0.2s; white-space: nowrap; }
    .chip:hover { border-color: var(--saffron); color: var(--saffron); }
    .chip.active { background: var(--maroon); border-color: var(--maroon); color: white; }
    .sort-select { padding: 9px 14px; border: 1.5px solid var(--cream-dark); border-radius: 20px; font-family: var(--font-body); font-size: 0.78rem; color: var(--stone-mid); background: white; cursor: pointer; outline: none; }

    /* MAIN LAYOUT */
    .main-layout { max-width: 1200px; margin: 0 auto; padding: 40px 40px 80px; display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }

    /* FEATURED CARD */
    .featured-section { margin-bottom: 36px; }
    
    

    .featured-aarti-card { background: linear-gradient(135deg, var(--maroon) 0%, #3D0A0A 100%); border-radius: 24px; padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; margin-bottom: 8px; }
    .fac-left { }
    .fac-tag { display: inline-block; background: rgba(212,160,23,0.2); border: 1px solid rgba(212,160,23,0.3); border-radius: 20px; padding: 3px 12px; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 14px; }
    .fac-name { font-family: var(--font-display); font-size: 2rem; font-weight: 600; color: white; line-height: 1.15; margin-bottom: 4px; }
    .fac-name-hi { font-family: var(--font-hindi); font-size: 1.1rem; color: rgba(255,255,255,0.55); display: block; margin-bottom: 14px; }
    .fac-deity { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.7); font-size: 0.82rem; margin-bottom: 14px; }
    .fac-desc { font-size: 0.84rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 20px; }
    .fac-actions { display: flex; gap: 10px; flex-wrap: wrap; }
    .btn-gold { background: var(--gold); color: var(--stone); border: none; padding: 10px 20px; border-radius: 20px; font-family: var(--font-body); font-size: 0.8rem; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; }
    .btn-gold:hover { background: var(--saffron-light); transform: translateY(-1px); }
    .btn-ghost-sm { background: rgba(255,255,255,0.1); color: white; border: 1px solid rgba(255,255,255,0.2); padding: 10px 18px; border-radius: 20px; font-family: var(--font-body); font-size: 0.8rem; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; text-decoration: none; }
    .btn-ghost-sm:hover { background: rgba(255,255,255,0.18); }
    .fac-right { background: rgba(255,255,255,0.06); border-radius: 18px; padding: 24px; border: 1px solid rgba(255,255,255,0.1); }
    .fac-preview-label { font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); font-weight: 600; margin-bottom: 14px; display: block; }
    .fac-preview-text { font-family: var(--font-hindi); font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 2; }
    .fac-preview-fade { background: linear-gradient(180deg, transparent 60%, rgba(61,10,10,0.9)); height: 30px; margin-top: -30px; position: relative; border-radius: 0 0 8px 8px; }
    .fac-preview-more { font-size: 0.75rem; color: var(--gold-light); text-align: center; margin-top: 6px; cursor: pointer; }

    /* CONTENT GRID */
    .content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 32px; }
    .content-card { background: white; border: 1px solid var(--cream-dark); border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--stone); transition: all 0.3s; position: relative; }
    .content-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(107,30,15,0.1); border-color: rgba(194,96,10,0.2); }
    .cc-top { height: 90px; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; position: relative; }
    .cc-popular-badge { position: absolute; top: 10px; right: 10px; background: var(--maroon); color: white; font-size: 0.58rem; font-weight: 700; padding: 2px 7px; border-radius: 10px; letter-spacing: 0.06em; text-transform: uppercase; }
    .cc-body { padding: 14px 16px 16px; }
    .cc-name { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--maroon); margin-bottom: 2px; line-height: 1.25; }
    .cc-name-hi { font-family: var(--font-hindi); font-size: 0.82rem; color: var(--stone-mid); display: block; margin-bottom: 8px; }
    .cc-meta { display: flex; align-items: center; justify-content: space-between; }
    .cc-tags { display: flex; gap: 5px; flex-wrap: wrap; }
    .cc-tag { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; padding: 2px 7px; border-radius: 10px; }
    .ct-deity { background: var(--saffron-pale); color: var(--saffron); }
    .ct-hindi { background: var(--cream-dark); color: var(--stone-mid); }
    .ct-eng { background: var(--green-light); color: var(--green); }
    .ct-audio { background: var(--purple-light); color: var(--purple); }
    .cc-arrow { color: var(--saffron); font-size: 1rem; }

    /* LIST VIEW */
    .list-view { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
    .list-item { background: white; border: 1px solid var(--cream-dark); border-radius: 14px; display: flex; align-items: center; gap: 0; overflow: hidden; text-decoration: none; color: var(--stone); transition: all 0.3s; }
    .list-item:hover { transform: translateX(4px); box-shadow: 0 6px 24px rgba(107,30,15,0.09); border-color: rgba(194,96,10,0.2); }
    .li-emoji { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; }
    .li-body { flex: 1; padding: 12px 14px; }
    .li-name { font-family: var(--font-display); font-size: 0.98rem; font-weight: 600; color: var(--maroon); margin-bottom: 2px; }
    .li-name-hi { font-family: var(--font-hindi); font-size: 0.8rem; color: var(--stone-mid); display: block; margin-bottom: 5px; }
    .li-tags { display: flex; gap: 5px; }
    .li-right { padding: 12px 16px; display: flex; flex-direction: column; align-items: flex-end; gap: 5px; flex-shrink: 0; }
    .li-views { font-size: 0.68rem; color: var(--stone-light); }
    .li-arrow { color: var(--saffron); font-size: 0.95rem; }

    /* LOAD MORE */
    .load-more { display: flex; justify-content: center; margin-top: 8px; }
    .btn-load { background: white; color: var(--maroon); border: 1.5px solid var(--maroon); padding: 12px 32px; border-radius: 50px; font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all 0.3s; letter-spacing: 0.04em; }
    .btn-load:hover { background: var(--maroon); color: white; }

    /* CHALISA SECTION */
    .chalisa-section { margin-top: 48px; }
    .chalisa-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
    .chalisa-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--maroon); }
    .view-all-link { font-size: 0.82rem; color: var(--saffron); font-weight: 600; text-decoration: none; display: flex; align-items: center; gap: 4px; }
    .view-all-link:hover { text-decoration: underline; }

    .chalisa-scroll { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: none; }
    .chalisa-scroll::-webkit-scrollbar { display: none; }
    .chalisa-card { flex-shrink: 0; width: 200px; background: white; border: 1px solid var(--cream-dark); border-radius: 20px; overflow: hidden; text-decoration: none; color: var(--stone); transition: all 0.3s; }
    .chalisa-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(107,30,15,0.12); }
    .chalisa-top { height: 110px; display: flex; align-items: center; justify-content: center; font-size: 2.8rem; position: relative; }
    .chalisa-verses { position: absolute; bottom: 8px; right: 10px; font-size: 0.62rem; background: rgba(0,0,0,0.2); color: white; padding: 2px 7px; border-radius: 10px; }
    .chalisa-body { padding: 14px 15px 16px; }
    .chalisa-name { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--maroon); margin-bottom: 2px; }
    .chalisa-name-hi { font-family: var(--font-hindi); font-size: 0.8rem; color: var(--stone-mid); display: block; margin-bottom: 8px; }
    .chalisa-footer { display: flex; align-items: center; justify-content: space-between; }
    .chalisa-tag { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; background: var(--saffron-pale); color: var(--saffron); padding: 2px 7px; border-radius: 10px; }
    .chalisa-arrow { color: var(--saffron); }

    /* SIDEBAR */
    .sidebar { display: flex; flex-direction: column; gap: 20px; }
    .sidebar-card { background: white; border-radius: 20px; border: 1px solid var(--cream-dark); padding: 22px; }
    .sidebar-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; color: var(--maroon); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--cream-dark); }

    /* Deity filter */
    .deity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .deity-btn { padding: 10px 8px; border-radius: 12px; border: 1.5px solid var(--cream-dark); background: white; cursor: pointer; text-align: center; transition: all 0.2s; text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; }
    .deity-btn:hover { border-color: var(--saffron); background: var(--saffron-pale); }
    .deity-btn.active { border-color: var(--maroon); background: var(--saffron-pale); }
    .deity-emoji { font-size: 1.5rem; display: block; }
    .deity-name { font-size: 0.72rem; font-weight: 600; color: var(--maroon); }
    .deity-count { font-size: 0.6rem; color: var(--stone-light); }

    /* Today's aarti */
    .today-aarti { background: linear-gradient(135deg, var(--saffron-pale), var(--cream)); border: 1px solid rgba(194,96,10,0.2); border-radius: 20px; padding: 22px; }
    .today-aarti-label { font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--saffron); font-weight: 600; margin-bottom: 10px; display: block; }
    .today-aarti-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; color: var(--maroon); margin-bottom: 4px; }
    .today-aarti-name-hi { font-family: var(--font-hindi); font-size: 0.88rem; color: var(--stone-mid); display: block; margin-bottom: 12px; }
    .today-aarti-preview { font-family: var(--font-hindi); font-size: 0.88rem; color: var(--stone); line-height: 1.9; padding: 12px; background: white; border-radius: 10px; border: 1px solid rgba(194,96,10,0.1); margin-bottom: 14px; }
    .btn-read-aarti { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 10px; background: var(--maroon); color: white; border: none; border-radius: 10px; font-family: var(--font-body); font-size: 0.8rem; font-weight: 600; cursor: pointer; text-decoration: none; transition: background 0.2s; }
    .btn-read-aarti:hover { background: var(--maroon-mid); }

    /* Trending */
    .trending-list { display: flex; flex-direction: column; gap: 12px; }
    .trending-item { display: flex; align-items: flex-start; gap: 10px; text-decoration: none; color: var(--stone); transition: all 0.2s; }
    .trending-item:hover .t-name { color: var(--saffron); }
    .t-num { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: rgba(194,96,10,0.15); line-height: 1; min-width: 24px; }
    .t-name { font-size: 0.83rem; font-weight: 500; color: var(--stone); line-height: 1.35; transition: color 0.2s; }
    .t-type { font-size: 0.67rem; color: var(--stone-light); margin-top: 2px; }

    /* Print/download widget */
    .print-widget { background: var(--stone); border-radius: 20px; padding: 22px; text-align: center; }
    .print-widget-icon { font-size: 2rem; display: block; margin-bottom: 8px; }
    .print-widget-title { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: white; margin-bottom: 6px; }
    .print-widget-desc { font-size: 0.76rem; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 14px; }
    .print-btns { display: flex; flex-direction: column; gap: 8px; }
    .print-btn { padding: 9px; border-radius: 8px; font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; cursor: pointer; transition: all 0.2s; border: none; display: flex; align-items: center; justify-content: center; gap: 6px; }
    .print-btn.primary { background: var(--saffron); color: white; }
    .print-btn.primary:hover { background: var(--saffron-light); }
    .print-btn.secondary { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.15); }
    .print-btn.secondary:hover { background: rgba(255,255,255,0.18); }

    /* FADE UP */
    
    

    /* FOOTER */
    footer { background: var(--stone); color: rgba(255,255,255,0.65); padding: 64px 40px 24px; }
    .footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .footer-brand-name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: white; display: block; margin-bottom: 4px; }
    .footer-brand-tagline { font-size: 0.76rem; color: rgba(255,255,255,0.4); font-style: italic; display: block; margin-bottom: 14px; }
    .footer-brand-desc { font-size: 0.81rem; line-height: 1.7; margin-bottom: 18px; }
    .socials { display: flex; gap: 8px; }
    .social-btn { width: 34px; height: 34px; background: rgba(255,255,255,0.08); border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); font-size: 0.85rem; text-decoration: none; transition: all 0.2s; }
    .social-btn:hover { background: var(--maroon); color: white; border-color: var(--maroon); }
    .footer-col h4 { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; margin-bottom: 16px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .footer-col ul li a { font-size: 0.82rem; color: rgba(255,255,255,0.58); text-decoration: none; transition: color 0.2s; }
    .footer-col ul li a:hover { color: white; }
    .footer-bottom { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding-top: 24px; font-size: 0.73rem; color: rgba(255,255,255,0.3); }
    .footer-om { color: var(--saffron-light); font-family: var(--font-hindi); font-size: 1rem; }

    /* RESPONSIVE */
    @media (max-width: 1024px) { .main-layout { grid-template-columns: 1fr; } .sidebar { display: grid; grid-template-columns: 1fr 1fr; } }
    @media (max-width: 768px) {
      .topbar, nav, .breadcrumb, .tab-bar, .search-filter-bar { padding-left: 20px; padding-right: 20px; }
      .main-layout { padding: 32px 20px 60px; }
      .nav-links { display: none; }
      .featured-aarti-card { grid-template-columns: 1fr; }
      .content-grid { grid-template-columns: 1fr; }
      .sidebar { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
      footer { padding: 48px 20px 20px; }
    }
    @media (max-width: 500px) {
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
    }

/* ── from sanatanbliss_aarti_detail ── */
html { scroll-behavior: smooth; }
    body { font-family: var(--font-body); background: var(--cream); color: var(--stone); overflow-x: hidden; }

    /* READING PROGRESS */
    .progress-bar { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--saffron), var(--gold)); z-index: 999; width: 0%; transition: width 0.1s linear; }

    /* TOPBAR */
    .topbar { background: var(--maroon); color: rgba(255,255,255,0.85); font-size: 0.72rem; letter-spacing: 0.07em; padding: 7px 40px; display: flex; justify-content: space-between; align-items: center; }
    .topbar-right { display: flex; align-items: center; gap: 20px; }
    .topbar-right a { color: rgba(255,255,255,0.75); text-decoration: none; }
    .topbar-right a:hover { color: var(--gold-light); }
    .lang-toggle { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 2px 10px; font-size: 0.68rem; cursor: pointer; color: white; }

    /* NAVBAR */
    nav { position: sticky; top: 0; z-index: 100; background: rgba(250,246,238,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--cream-dark); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 68px; box-shadow: 0 2px 20px rgba(107,30,15,0.06); }
    .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .nav-logo-om { width: 38px; height: 38px; background: var(--maroon); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--gold-light); font-family: var(--font-hindi); }
    .nav-logo-text .brand { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--maroon); display: block; }
    .nav-logo-text .tagline { font-size: 0.62rem; color: var(--stone-light); letter-spacing: 0.12em; text-transform: uppercase; display: block; }
    .nav-links { display: flex; align-items: center; gap: 4px; }
    .nav-links a { font-size: 0.82rem; font-weight: 500; color: var(--stone); text-decoration: none; padding: 6px 12px; border-radius: 6px; transition: all 0.2s; }
    .nav-links a:hover, .nav-links a.active { color: var(--maroon); background: var(--saffron-pale); }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .nav-icon-btn { width: 36px; height: 36px; border: none; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 8px; color: var(--stone-mid); transition: all 0.2s; font-size: 1rem; }
    .nav-icon-btn:hover { background: var(--saffron-pale); color: var(--maroon); }
    .nav-shop-btn { background: var(--maroon); color: white; border: none; border-radius: 8px; padding: 8px 18px; font-size: 0.8rem; font-family: var(--font-body); font-weight: 500; cursor: pointer; transition: all 0.25s; text-decoration: none; display: flex; align-items: center; gap: 6px; }
    .nav-shop-btn:hover { background: var(--maroon-mid); transform: translateY(-1px); }

    /* BREADCRUMB */
    .breadcrumb { background: var(--cream-dark); padding: 11px 40px; display: flex; align-items: center; gap: 8px; font-size: 0.74rem; color: var(--stone-mid); }
    .breadcrumb a { color: var(--saffron); text-decoration: none; }
    .breadcrumb a:hover { text-decoration: underline; }

    /* HERO */
    .content-hero { background: linear-gradient(145deg, #2A0A00 0%, var(--maroon) 60%); padding: 52px 40px 40px; position: relative; overflow: hidden; }
    .content-hero::before { content: 'ॐ'; position: absolute; font-family: var(--font-hindi); font-size: 18rem; color: rgba(255,255,255,0.03); right: -40px; top: 50%; transform: translateY(-50%); pointer-events: none; }
    .hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; position: relative; z-index: 1; }
    .hero-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
    .h-tag { padding: 3px 12px; border-radius: 20px; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
    .ht-type { background: rgba(212,160,23,0.2); border: 1px solid rgba(212,160,23,0.3); color: var(--gold-light); }
    .ht-deity { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); }
    .ht-lang { background: var(--green-light); color: var(--green); }
    .hero-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 600; color: white; line-height: 1.15; margin-bottom: 6px; }
    .hero-title-hi { font-family: var(--font-hindi); font-size: 1.4rem; color: rgba(255,255,255,0.55); display: block; margin-bottom: 18px; }
    .hero-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
    .hm-item { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: rgba(255,255,255,0.65); }
    .hm-sep { width: 1px; height: 16px; background: rgba(255,255,255,0.15); }
    .hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
    .btn-gold { background: var(--gold); color: var(--stone); border: none; padding: 10px 20px; border-radius: 20px; font-family: var(--font-body); font-size: 0.8rem; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; }
    .btn-gold:hover { background: var(--saffron-light); }
    .btn-ghost-sm { background: rgba(255,255,255,0.1); color: white; border: 1px solid rgba(255,255,255,0.2); padding: 10px 16px; border-radius: 20px; font-family: var(--font-body); font-size: 0.8rem; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; text-decoration: none; }
    .btn-ghost-sm:hover { background: rgba(255,255,255,0.18); }
    .hero-stats { display: flex; flex-direction: column; gap: 12px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 20px 24px; min-width: 180px; }
    .hs-item { display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(255,255,255,0.7); }
    .hs-val { font-weight: 700; color: var(--gold-light); }

    /* DISPLAY CONTROLS */
    .display-controls { background: white; border-bottom: 1px solid var(--cream-dark); padding: 12px 40px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
    .dc-label { font-size: 0.72rem; color: var(--stone-light); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
    .dc-btns { display: flex; gap: 6px; }
    .dc-btn { padding: 6px 14px; border-radius: 20px; border: 1.5px solid var(--cream-dark); background: white; font-family: var(--font-body); font-size: 0.75rem; color: var(--stone-mid); cursor: pointer; transition: all 0.2s; display: flex; align-items: center; gap: 5px; }
    .dc-btn:hover { border-color: var(--saffron); color: var(--saffron); }
    .dc-btn.active { background: var(--maroon); border-color: var(--maroon); color: white; }
    .dc-sep { width: 1px; height: 28px; background: var(--cream-dark); }
    .font-size-ctrl { display: flex; align-items: center; gap: 6px; }
    .fs-btn { width: 28px; height: 28px; border-radius: 8px; border: 1.5px solid var(--cream-dark); background: white; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
    .fs-btn:hover { border-color: var(--saffron); color: var(--saffron); }
    .fs-val { font-size: 0.78rem; font-weight: 600; color: var(--stone-mid); min-width: 28px; text-align: center; }

    /* MAIN LAYOUT */
    .reading-layout { max-width: 1200px; margin: 0 auto; padding: 40px 40px 80px; display: grid; grid-template-columns: 1fr 280px; gap: 48px; align-items: start; }

    /* READING AREA */
    .reading-area { }

    /* INFO CARD */
    .info-card { background: var(--saffron-pale); border: 1px solid rgba(194,96,10,0.2); border-radius: 18px; padding: 22px 24px; margin-bottom: 32px; }
    .info-card-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; color: var(--maroon); margin-bottom: 10px; }
    .info-card p { font-size: 0.87rem; color: var(--stone-mid); line-height: 1.75; }
    .info-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
    .info-pill { background: white; border: 1px solid rgba(194,96,10,0.15); border-radius: 20px; padding: 4px 12px; font-size: 0.72rem; color: var(--stone-mid); display: flex; align-items: center; gap: 5px; }

    /* DOHA / VERSE BLOCK */
    .verse-section { margin-bottom: 8px; }
    .verse-section-title { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--stone-light); font-weight: 600; padding: 20px 0 12px; display: flex; align-items: center; gap: 10px; }
    .verse-section-title::after { content: ''; flex: 1; height: 1px; background: var(--cream-dark); }

    .verse-block { background: white; border: 1px solid var(--cream-dark); border-radius: 18px; overflow: hidden; margin-bottom: 12px; transition: all 0.2s; }
    .verse-block:hover { border-color: rgba(194,96,10,0.2); box-shadow: 0 4px 20px rgba(107,30,15,0.06); }
    .verse-block.highlighted { border-color: var(--saffron); background: var(--saffron-pale); }

    .verse-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px 0; }
    .verse-num { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone-light); font-weight: 600; background: var(--cream-dark); padding: 2px 10px; border-radius: 20px; }
    .verse-actions { display: flex; gap: 6px; }
    .verse-act-btn { width: 28px; height: 28px; border: none; background: transparent; cursor: pointer; border-radius: 8px; color: var(--stone-light); font-size: 0.85rem; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
    .verse-act-btn:hover { background: var(--saffron-pale); color: var(--saffron); }

    .verse-hindi { font-family: var(--font-hindi); font-size: var(--hindi-size, 1.15rem); color: var(--maroon); line-height: 2.1; padding: 14px 20px 12px; text-align: center; }
    .verse-divider { height: 1px; background: var(--cream-dark); margin: 0 20px; }
    .verse-transliteration { font-size: 0.82rem; color: var(--stone-mid); line-height: 1.9; padding: 10px 20px; font-style: italic; display: none; }
    .verse-transliteration.show { display: block; }
    .verse-meaning { padding: 12px 20px 16px; }
    .verse-meaning-label { font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone-light); font-weight: 600; margin-bottom: 5px; }
    .verse-meaning-text { font-size: 0.84rem; color: var(--stone-mid); line-height: 1.7; }
    .verse-expand { width: 100%; padding: 10px; background: transparent; border: none; border-top: 1px solid var(--cream-dark); cursor: pointer; font-family: var(--font-body); font-size: 0.75rem; color: var(--stone-light); display: flex; align-items: center; justify-content: center; gap: 6px; transition: all 0.2s; }
    .verse-expand:hover { color: var(--saffron); background: var(--saffron-pale); }

    /* SHARE SECTION */
    .share-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 22px 0; border-top: 1px solid var(--cream-dark); border-bottom: 1px solid var(--cream-dark); margin: 32px 0; }
    .share-label { font-size: 0.75rem; font-weight: 600; color: var(--stone-mid); text-transform: uppercase; letter-spacing: 0.06em; }
    .share-btn { padding: 8px 16px; border-radius: 20px; border: 1.5px solid var(--cream-dark); background: white; font-family: var(--font-body); font-size: 0.77rem; color: var(--stone-mid); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: all 0.2s; }
    .share-btn:hover { border-color: var(--saffron); color: var(--saffron); background: var(--saffron-pale); }

    /* RELATED */
    .related-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--maroon); margin-bottom: 20px; }
    .related-scroll { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; }
    .related-scroll::-webkit-scrollbar { display: none; }
    .related-card { flex-shrink: 0; width: 180px; background: white; border: 1px solid var(--cream-dark); border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--stone); transition: all 0.3s; }
    .related-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(107,30,15,0.1); }
    .rc-top { height: 90px; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; }
    .rc-body { padding: 10px 12px 14px; }
    .rc-type { font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--saffron); margin-bottom: 3px; display: block; }
    .rc-name { font-family: var(--font-display); font-size: 0.9rem; font-weight: 600; color: var(--maroon); line-height: 1.25; }

    /* SIDEBAR */
    .sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 18px; }
    .sidebar-card { background: white; border-radius: 18px; border: 1px solid var(--cream-dark); padding: 20px; }
    .sidebar-title { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--maroon); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--cream-dark); }

    /* Quick nav */
    .quick-nav { display: flex; flex-direction: column; gap: 4px; }
    .qn-item { padding: 7px 10px; border-radius: 8px; font-size: 0.8rem; color: var(--stone-mid); cursor: pointer; transition: all 0.2s; border: none; background: transparent; text-align: left; font-family: var(--font-body); display: flex; align-items: center; gap: 8px; }
    .qn-item:hover { background: var(--saffron-pale); color: var(--maroon); }
    .qn-item.active { background: var(--saffron-pale); color: var(--saffron); font-weight: 600; }
    .qn-num { font-size: 0.65rem; color: var(--stone-light); min-width: 18px; font-weight: 600; }

    /* Significance */
    .significance-card { background: linear-gradient(135deg, var(--saffron-pale), var(--cream)); border: 1px solid rgba(194,96,10,0.2); border-radius: 18px; padding: 20px; }
    .sig-title { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--maroon); margin-bottom: 10px; }
    .sig-text { font-size: 0.81rem; color: var(--stone-mid); line-height: 1.75; }
    .sig-points { list-style: none; margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
    .sig-points li { font-size: 0.78rem; color: var(--stone-mid); display: flex; align-items: flex-start; gap: 6px; }
    .sig-points li::before { content: '✦'; color: var(--saffron); font-size: 0.6rem; margin-top: 3px; flex-shrink: 0; }

    /* Print widget */
    .print-widget { background: var(--maroon); border-radius: 18px; padding: 20px; text-align: center; }
    .pw-icon { font-size: 1.8rem; display: block; margin-bottom: 8px; }
    .pw-title { font-family: var(--font-display); font-size: 0.98rem; font-weight: 600; color: white; margin-bottom: 6px; }
    .pw-desc { font-size: 0.74rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 14px; }
    .pw-btns { display: flex; flex-direction: column; gap: 7px; }
    .pw-btn { padding: 9px; border-radius: 8px; font-family: var(--font-body); font-size: 0.76rem; font-weight: 600; cursor: pointer; transition: all 0.2s; border: none; display: flex; align-items: center; justify-content: center; gap: 5px; }
    .pw-btn.p { background: var(--saffron); color: white; }
    .pw-btn.p:hover { background: var(--saffron-light); }
    .pw-btn.s { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.15); }
    .pw-btn.s:hover { background: rgba(255,255,255,0.18); }

    /* FOOTER */
    footer { background: var(--stone); color: rgba(255,255,255,0.65); padding: 64px 40px 24px; }
    .footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .footer-brand-name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: white; display: block; margin-bottom: 4px; }
    .footer-brand-tagline { font-size: 0.76rem; color: rgba(255,255,255,0.4); font-style: italic; display: block; margin-bottom: 14px; }
    .footer-brand-desc { font-size: 0.81rem; line-height: 1.7; margin-bottom: 18px; }
    .socials { display: flex; gap: 8px; }
    .social-btn { width: 34px; height: 34px; background: rgba(255,255,255,0.08); border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); font-size: 0.85rem; text-decoration: none; transition: all 0.2s; }
    .social-btn:hover { background: var(--maroon); color: white; border-color: var(--maroon); }
    .footer-col h4 { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; margin-bottom: 16px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .footer-col ul li a { font-size: 0.82rem; color: rgba(255,255,255,0.58); text-decoration: none; transition: color 0.2s; }
    .footer-col ul li a:hover { color: white; }
    .footer-bottom { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding-top: 24px; font-size: 0.73rem; color: rgba(255,255,255,0.3); }
    .footer-om { color: var(--saffron-light); font-family: var(--font-hindi); font-size: 1rem; }

    /* RESPONSIVE */
    @media (max-width: 1024px) { .reading-layout { grid-template-columns: 1fr; } .sidebar { position: static; } }
    @media (max-width: 768px) {
      .topbar, nav, .breadcrumb, .display-controls { padding-left: 20px; padding-right: 20px; }
      .content-hero { padding: 36px 20px 28px; }
      .reading-layout { padding: 28px 20px 60px; }
      .nav-links { display: none; }
      .hero-inner { grid-template-columns: 1fr; }
      .hero-stats { flex-direction: row; flex-wrap: wrap; gap: 12px; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
      footer { padding: 48px 20px 20px; }
    }
    @media (max-width: 500px) {
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
      .hero-actions { flex-direction: column; }
    }
