/*
 Theme Name:   Boorjal Jannah Child
 Theme URI:    https://boorjal.com/
 Description:  Safe Boorjal child theme for Jannah. It does not override front-page.php; homepage remains fully editable through WordPress blocks and Boorjal shortcodes.
 Author:       Boorjal
 Author URI:   https://boorjal.com/
 Template:     jannah
 Version:      0.5.0
 License:      license purchased
 License URI:  http://themeforest.net/licenses/regular_extended
 Text Domain:  boorjal-jannah-child
 Tags:         rtl-language-support, custom-menu, featured-images, translation-ready
*/

:root{
  --bj-ink:#182231;
  --bj-muted:#5d6876;
  --bj-paper:#fffdf8;
  --bj-cream:#faf2e5;
  --bj-cream-2:#fff8ec;
  --bj-blue:#1282c4;
  --bj-blue-dark:#0b5f8f;
  --bj-gold:#b7791f;
  --bj-line:#e8dfd2;
  --bj-card:#ffffff;
}

body{background:#fbf8f0;color:var(--bj-ink);}
body.rtl, .rtl body{font-feature-settings:"kern";}
a{transition:.18s ease;}
a:hover{opacity:.88;}
.container-wrapper,.mag-box,.section-wrapper{border-radius:18px;}
.entry-header,.page-title{letter-spacing:-.02em;}
.entry-content{line-height:1.9;}

/* Boorjal shortcode sections */
.bj-home-wrap,
.bj-gateway-wrap,
.bj-cultural-page-shell{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}
.bj-home-wrap,
.bj-gateway-wrap{
  direction:rtl;
}
.bj-home-hero,
.bj-gateway-hero,
.bj-poetry-hero{
  border:1px solid var(--bj-line);
  border-radius:28px;
  background:linear-gradient(135deg,#fffdf8 0%,#fff4df 54%,#eaf7ff 100%);
  box-shadow:0 18px 50px rgba(24,34,49,.08);
}
.bj-card,
.bj-gateway-card,
.bj-poet-card,
.bj-tax-card{
  border:1px solid var(--bj-line);
  border-radius:22px;
  background:var(--bj-card);
  box-shadow:0 12px 34px rgba(24,34,49,.06);
}
.bj-chip,
.bj-pill,
.bj-button,
.bj-era-chip,
.bj-theme-chip{
  border-radius:999px;
}
.bj-section-title,
.bj-home-title,
.bj-gateway-title{
  color:var(--bj-ink);
}
.bj-muted,
.bj-subtitle,
.bj-card-desc{
  color:var(--bj-muted);
}

/* Footer: visual softening only, not structural override */
#footer, .site-footer{
  background:#17202a !important;
  color:#f8f1e7 !important;
}
#footer a, .site-footer a{color:#fff8ec !important;}

@media(max-width:768px){
  .bj-home-wrap,.bj-gateway-wrap,.bj-cultural-page-shell{padding-left:12px;padding-right:12px;}
}
