/*
Theme Name: Alkhaldi Scaffold Shell
Author: Alkhaldi
Description: قالب مرافق فائق الخفة لإضافة Alkhaldi Scaffolding Site. يترك تصميم الصفحات المُدارة للإضافة ويقدم غلافًا بسيطًا لبقية صفحات ووردبريس.
Version: 1.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: alkhaldi-scaffold-shell
*/
:root { --shell-primary:#16233D; --shell-accent:#B7691C; --shell-bg:#f6f7f9; --shell-text:#16233D; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; direction:rtl; background:var(--shell-bg); color:var(--shell-text); font-family:"IBM Plex Sans Arabic",Tahoma,"Segoe UI",Arial,sans-serif; line-height:1.8; }
a { color:var(--shell-accent); }
.shell-header { background:#fff; border-bottom:1px solid rgba(22,35,61,.1); }
.shell-container { width:min(calc(100% - 36px),1100px); margin-inline:auto; }
.shell-header .shell-container { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.shell-site-title { font-weight:900; color:var(--shell-primary); text-decoration:none; }
.shell-main { min-height:65vh; padding:70px 0; }
.shell-content { background:#fff; border-radius:20px; padding:clamp(25px,5vw,55px); box-shadow:0 15px 45px rgba(22,35,61,.08); }
.shell-footer { padding:30px 0; color:#fff; background:var(--shell-primary); text-align:center; }
img { max-width:100%; height:auto; }
html, body { max-width:100%; overflow-x:hidden; }
.shell-container, .shell-main, .shell-content { min-width:0; max-width:100%; }
