:root{--copper:#C89B3C;--copper-dark:#A97825;--copper-soft:#F2E7D2;--black:#0A0A0A;--white:#fff;--sand:#f8f6f1;--line:#e8e1d6;--muted:#6d6a65;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tahoma,"Segoe UI",Arial,sans-serif;color:var(--black);background:var(--white);line-height:1.75}body.drawer-open{overflow:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.shell{width:min(1120px,calc(100% - 40px));margin-inline:auto}.top-copper-strip{height:10px;background:var(--copper)}.site-nav{background:#fff;border-bottom:1px solid var(--line)}.nav-inner{height:86px;display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"login logo menu";align-items:center;direction:ltr}.menu-button{grid-area:menu;justify-self:end;width:50px;height:50px;border:0;border-radius:13px;background:var(--black);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}.menu-button span{width:24px;height:2px;background:var(--copper)}.nav-logo{grid-area:logo}.nav-logo img{width:130px;height:64px;object-fit:contain}.login-button{grid-area:login;justify-self:start;border:2px solid var(--black);border-radius:13px;padding:10px 17px;font-weight:800;direction:rtl;background:#fff}.drawer-backdrop{position:fixed;inset:0;background:#0009;z-index:90;opacity:0;visibility:hidden;transition:.2s}.drawer-backdrop.show{opacity:1;visibility:visible}.side-drawer{position:fixed;top:0;right:-360px;width:min(350px,88vw);height:100dvh;background:var(--black);color:var(--copper);z-index:100;padding:24px;transition:right .25s ease;box-shadow:-20px 0 60px #0005}.side-drawer.open{right:0}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #ffffff18}.drawer-head strong{font-size:21px}.drawer-head button{border:0;background:transparent;color:var(--copper);font-size:36px;cursor:pointer}.side-drawer nav{display:flex;flex-direction:column;padding-top:12px}.side-drawer nav a{padding:16px 4px;border-bottom:1px solid #ffffff14;font-weight:800}.side-drawer nav a:hover{color:#fff}.side-drawer .drawer-login{margin-top:20px;border:1px solid var(--copper);border-radius:12px;text-align:center}.site-flash{width:min(720px,calc(100% - 40px));margin:18px auto;padding:13px 17px;border-radius:12px;background:#e7f6e9;border:1px solid #aed9b5}.site-flash.error{background:#fff0f0;border-color:#e4b6b6}.site-flash.notice{background:#fff7df;border-color:#e1c67a}.home-hero{background:var(--black);padding:58px 0}.hero-grid{display:grid;grid-template-columns:1fr 310px;gap:50px;align-items:center;direction:ltr}.hero-brand-block{direction:rtl;text-align:left}.hero-brand-block h1{font-size:clamp(42px,7vw,76px);line-height:1.08;color:var(--copper);margin:0 0 12px;font-weight:900}.hero-brand-block p{margin:0;color:#d7d7d7;font-size:18px}.hero-action-stack{direction:rtl;display:grid;gap:14px}.hero-action-stack a{display:flex;align-items:center;justify-content:center;min-height:66px;background:var(--copper);color:var(--black);border-radius:14px;font-weight:900;font-size:20px;transition:.18s}.hero-action-stack a:hover{transform:translateY(-2px);background:var(--copper-dark)}.category-section{padding:68px 0 76px;background:#fff}.category-section h2{margin:0 0 28px;text-align:center;font-size:34px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{min-height:150px;background:var(--copper);color:var(--black);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:25px;font-weight:900;border:2px solid transparent;transition:.18s}.category-card span{font-size:34px}.category-card:hover,.category-card.active{background:var(--black);color:var(--copper);border-color:var(--copper);transform:translateY(-3px);box-shadow:0 12px 28px rgba(10,10,10,.12)}.site-footer{background:var(--black);color:var(--copper);padding:48px 0 18px}.footer-content{display:grid;grid-template-columns:1fr 1.2fr auto;gap:40px;align-items:start}.footer-name strong{font-size:26px}.footer-name p{color:#aaa;margin:7px 0}.footer-contact{display:grid;gap:8px}.footer-contact a,.footer-contact span{color:var(--copper)}.social-icons{display:flex;gap:9px;flex-wrap:wrap}.social-icons a{width:42px;height:42px;border:1px solid var(--copper);border-radius:50%;display:grid;place-items:center;font-weight:900}.footer-bottom{margin-top:30px;padding-top:16px;border-top:1px solid #ffffff18;color:#777;text-align:center}.page-title-bar{background:var(--black);color:var(--copper)}.page-title-inner{height:74px;display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"back title spacer";direction:ltr;align-items:center}.back-arrow{grid-area:back;justify-self:start;font-size:32px;color:var(--copper)}.page-title-link{grid-area:title;font-size:25px;font-weight:900;direction:rtl}.bar-spacer{grid-area:spacer}.inner-page{min-height:50vh}.page-intro{text-align:center;color:var(--muted);margin:0 0 28px;font-size:17px}.works-categories{padding:50px 0 30px}.category-grid.compact .category-card{min-height:120px;font-size:22px}.projects-list-section{padding:20px 0 70px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.project-card img{width:100%;height:230px;object-fit:cover}.project-card>div{padding:22px}.project-card span{color:var(--copper);font-weight:900}.project-card h2{font-size:23px;margin:4px 0}.project-card p{color:var(--muted);margin:0}.project-card a{display:inline-block;margin-top:12px;font-weight:800;color:var(--copper)}.empty-state{padding:60px 25px;text-align:center;border:1px dashed #cfc4b2;background:var(--sand);border-radius:var(--radius)}.empty-state strong{font-size:24px}.empty-state p{color:var(--muted)}.about-content{padding:80px 0}.about-copy{max-width:850px;margin:auto;text-align:center}.about-copy h1,.contact-panel h1,.quote-heading h1{font-size:clamp(38px,6vw,58px);margin:0 0 20px}.about-copy p{font-size:20px;color:#444;white-space:normal}.copper-button,.outline-button{border:0;display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:12px;font-weight:900;cursor:pointer}.copper-button{background:var(--copper);color:var(--black)}.outline-button{background:#fff;color:var(--black);border:2px solid var(--black)}.copper-button.full{width:100%}.about-bottom-band{height:44px;background:var(--black)}.contact-page,.quote-page{padding:65px 0}.contact-panel,.quote-wrap{border:1px solid var(--line);background:var(--sand);border-radius:24px;padding:42px}.contact-panel>p,.quote-heading p{color:var(--muted);font-size:18px}.contact-details{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:30px 0}.contact-details a,.contact-details div{background:#fff;padding:20px;border-radius:14px;border:1px solid var(--line);overflow-wrap:anywhere}.contact-details small{display:block;color:var(--copper);font-weight:800;margin-bottom:5px}.contact-buttons,.form-actions{display:flex;gap:12px;flex-wrap:wrap}.account-notice{background:#fff7df;border:1px solid #dfc379;border-radius:12px;padding:13px 16px;margin-bottom:20px}.account-notice a{font-weight:900;text-decoration:underline}.quote-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;margin-top:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-field{margin-bottom:16px}.form-field label{display:block;font-weight:800;margin-bottom:7px}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid #d7d1c7;border-radius:11px;padding:13px;background:#fff}.form-field textarea{resize:vertical}.form-field small{color:var(--muted)}.auth-page{min-height:65vh;background:var(--sand);display:grid;place-items:center;padding:60px 20px}.auth-card{width:min(440px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px}.auth-card.wide{width:min(720px,100%)}.auth-card h1{font-size:34px;margin:0}.auth-card>p{color:var(--muted)}.form-error{background:#fff0f0;border:1px solid #e5b4b4;padding:12px;border-radius:10px;margin-bottom:16px}.auth-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;color:var(--muted)}.auth-links a{font-weight:800;color:var(--copper)}.account-body{background:var(--sand)}.account-top{background:var(--black);color:var(--copper);padding:18px 0}.account-top>.shell{display:flex;align-items:center;justify-content:space-between;gap:20px}.account-top strong,.account-top span{display:block}.account-top nav{display:flex;gap:14px;flex-wrap:wrap}.customer-dashboard{padding:40px 0 70px}.account-welcome{background:#fff;border-radius:20px;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:20px}.account-welcome h1{margin:3px 0;font-size:36px}.account-welcome p{margin:0;color:var(--muted)}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:20px 0}.account-stats div{background:var(--black);color:var(--copper);border-radius:16px;padding:24px;text-align:center}.account-stats b{display:block;font-size:34px}.account-list{background:#fff;border-radius:20px;padding:28px}.request-cards{display:grid;gap:13px}.request-cards article{border:1px solid var(--line);border-radius:14px;padding:20px}.request-cards article>div{display:flex;justify-content:space-between;gap:10px}.request-cards h3{margin:12px 0 4px}.request-cards p{color:var(--muted)}.request-cards a{color:var(--copper);font-weight:900}.status{padding:5px 9px;border-radius:999px;background:#eee;font-size:12px;font-weight:800}.status-submitted,.status-in_review,.status-contacted{background:#fff1cc}.status-approved,.status-completed{background:#dff5e2}.status-rejected{background:#ffe2e2}@media(max-width:850px){.hero-grid{grid-template-columns:1fr 270px}.category-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr}.social-icons{grid-column:1/-1}.contact-details{grid-template-columns:1fr}.account-welcome{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.shell{width:min(100% - 28px,1120px)}.top-copper-strip{height:8px}.nav-inner{height:76px}.nav-logo img{width:94px;height:52px}.menu-button{width:46px;height:46px}.login-button{padding:8px 11px;font-size:13px}.home-hero{padding:42px 0}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-brand-block{text-align:center}.hero-brand-block h1{font-size:42px}.hero-brand-block p{font-size:15px}.hero-action-stack{max-width:320px;width:100%;margin:auto}.hero-action-stack a{min-height:56px;font-size:17px}.category-section{padding:45px 0}.category-section h2{font-size:28px}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{min-height:112px;font-size:19px}.category-card span{font-size:27px}.footer-content{grid-template-columns:1fr;gap:25px}.page-title-inner{height:66px}.page-title-link{font-size:21px}.works-categories{padding:35px 0 20px}.category-grid.compact .category-card{min-height:100px;font-size:18px}.projects-grid{grid-template-columns:1fr}.about-content{padding:55px 0}.about-copy p{font-size:17px}.contact-page,.quote-page{padding:35px 0}.contact-panel,.quote-wrap{padding:24px 18px;border-radius:18px}.contact-panel h1,.quote-heading h1{font-size:38px}.quote-form{padding:20px 14px}.form-grid{grid-template-columns:1fr}.form-actions,.contact-buttons{flex-direction:column}.form-actions>* ,.contact-buttons>*{width:100%}.account-top>.shell{align-items:flex-start;flex-direction:column}.account-welcome{padding:24px}.account-stats{grid-template-columns:1fr}.account-list{padding:20px 14px}.request-cards article>div{align-items:flex-start;flex-direction:column}.side-drawer{padding:20px}}

/* Final visual polish v32 */
.ui-icon,.service-icon{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ui-icon .icon-fill{fill:currentColor;stroke:none}
.service-icon-wrap{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.22);color:var(--black)}
.service-icon{width:28px;height:28px}
.hero-action-stack a{min-height:58px;border-radius:13px;font-size:18px}
.category-section{padding:58px 0 64px}
.category-card{min-height:130px;gap:9px;font-size:22px;border-radius:16px}
.category-grid.compact .category-card{min-height:108px;font-size:20px}
.category-card:hover .service-icon-wrap,.category-card.active .service-icon-wrap{background:rgba(200,155,60,.16);color:var(--copper)}

.site-footer{background:#080808;color:#d9d9d9;padding:38px 0 14px;border-top:3px solid var(--copper)}
.footer-grid{display:grid;grid-template-columns:1.05fr 1.2fr .85fr;gap:26px;align-items:start}
.footer-brand{display:flex;align-items:center;gap:13px;padding-inline-end:20px;border-inline-end:1px solid #ffffff16}
.footer-brand img{width:78px;height:60px;object-fit:contain;border-radius:10px;padding:5px;background:#fff;flex:0 0 auto}
.footer-brand strong{font-size:22px}
.footer-brand p{margin-top:5px;font-size:14px;line-height:1.65}
.footer-block h3{margin:0 0 12px;color:var(--copper);font-size:19px}
.footer-contact-list{display:grid;gap:8px}
.footer-contact-item{display:flex;align-items:center;direction:rtl;justify-content:flex-start;gap:10px;min-width:0;padding:9px 10px;border:1px solid #ffffff14;border-radius:11px;background:#ffffff06;color:#e4e4e4;transition:.18s}
.footer-contact-icon{order:0;width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--copper);color:var(--black);flex:0 0 auto}
.footer-contact-item:hover{border-color:var(--copper);background:#ffffff0a}
.footer-contact-icon .ui-icon{width:19px;height:19px;stroke-width:1.9}
.footer-contact-item>span:last-child{order:1;text-align:right;flex:1;min-width:0}
.footer-contact-item small{display:block;color:#999;font-size:10px;line-height:1.3;margin-bottom:1px}
.footer-contact-item b{display:block;color:#e9e9e9;font-size:13px;font-weight:700;line-height:1.4;overflow-wrap:anywhere}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:5px 12px}
.footer-links a{padding:7px 5px;border-bottom:1px solid #ffffff14;color:#d5d5d5;font-size:13px;transition:.18s}
.footer-links a:hover{color:var(--copper);padding-inline-start:9px}
.social-icons{display:flex;flex-wrap:wrap;margin-top:14px;gap:7px}
.social-icons a{width:34px;height:34px;border:1px solid #ffffff25;border-radius:9px;display:grid;place-items:center;color:var(--copper);background:#ffffff05;transition:.18s}
.social-icons a:hover{background:var(--copper);color:var(--black);border-color:var(--copper);transform:translateY(-2px)}
.social-icons .ui-icon{width:17px;height:17px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px;padding-top:12px;border-top:1px solid #ffffff16;color:#777;font-size:12px;text-align:center}

@media(max-width:850px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:22px}
  .footer-brand{grid-column:1/-1;border-inline-end:0;border-bottom:1px solid #ffffff16;padding:0 0 16px}
}
@media(max-width:600px){
  .home-hero{padding:36px 0}
  .hero-action-stack{gap:11px}
  .hero-action-stack a{min-height:50px;font-size:16px}
  .category-section{padding:38px 0 44px}
  .category-section h2{margin-bottom:22px}
  .category-card{min-height:98px;font-size:18px;gap:7px;border-radius:15px}
  .service-icon-wrap{width:40px;height:40px;border-radius:12px}
  .service-icon{width:24px;height:24px}
  .category-grid.compact .category-card{min-height:90px;font-size:17px}
  .site-footer{padding:30px 0 12px}
  .footer-grid{grid-template-columns:1fr;gap:18px}
  .footer-brand{grid-column:auto;gap:11px;padding:0 0 16px;border-bottom:1px solid #ffffff16}
  .footer-brand img{width:68px;height:52px;padding:4px}
  .footer-brand strong{font-size:20px}
  .footer-brand p{font-size:13px;line-height:1.55}
  .footer-block h3{font-size:18px;margin-bottom:10px}
  .footer-contact-list{gap:7px}
  .footer-contact-item{padding:8px 9px}
  .footer-contact-icon{width:32px;height:32px}
  .footer-contact-item b{font-size:12.5px}
  .footer-links{gap:3px 10px}
  .footer-links a{padding:7px 4px;font-size:13px}
  .social-icons{margin-top:11px}
  .footer-bottom{margin-top:18px;padding-top:10px;flex-direction:row;justify-content:center;gap:8px;flex-wrap:wrap;font-size:11px}
}

.project-cover{display:block;position:relative;overflow:hidden;background:#f3eee5;min-height:220px}.project-cover img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block}.project-cover .no-cover{min-height:220px;display:grid;place-items:center;color:var(--accent);font-weight:900}.media-count{position:absolute;left:14px;bottom:14px;background:#0a0a0ad9;color:#fff;padding:6px 9px;border-radius:8px;font-size:12px}.project-card.pinned{outline:2px solid var(--accent)}.project-details-link{display:inline-flex!important;margin-top:10px;background:var(--accent);color:#111!important;padding:9px 13px;border-radius:8px;font-weight:900}.work-detail{padding-top:42px}.work-detail-head{max-width:760px;margin-bottom:26px}.work-detail-head span{color:var(--accent);font-weight:900}.work-detail-head h1{font-size:clamp(32px,6vw,58px);margin:10px 0}.work-detail-head p{font-size:18px;line-height:1.9;color:#555}.work-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.work-gallery-item{border-radius:18px;overflow:hidden;background:#eee;min-height:260px}.work-gallery-item.featured{grid-column:1/-1;min-height:430px}.work-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.work-video{margin:24px 0}.work-video a{display:inline-block;background:#111;color:var(--accent);padding:14px 20px;border-radius:10px;font-weight:900}.work-cta{margin-top:34px;background:#0a0a0a;color:#fff;border-radius:20px;padding:30px}.work-cta h2{color:var(--accent);margin-top:0}.work-cta a{display:inline-block;background:var(--accent);color:#111;padding:12px 20px;border-radius:10px;font-weight:900}@media(max-width:650px){.work-gallery{grid-template-columns:1fr}.work-gallery-item.featured{grid-column:auto;min-height:280px}.work-gallery-item{min-height:240px}}

/* زر متجر أبعاد في الصفحة الرئيسية */
.category-grid .shop-wide-card{
  grid-column:span 2;
  min-height:150px;
  background:var(--copper);
  color:var(--black);
  flex-direction:row;
  font-size:27px;
}
.category-grid .shop-wide-card:hover{
  background:var(--copper-dark);
  color:var(--black);
  border-color:var(--black);
}
@media(max-width:600px){
  .category-grid .shop-wide-card{grid-column:1/-1;min-height:112px;font-size:21px}
}

/* إصلاح نهائي: زر متجر أبعاد بعرض صف القسم كامل */
.category-grid > .shop-wide-card{
  grid-column:1 / -1 !important;
  width:100% !important;
  min-width:0;
  justify-self:stretch;
}
@media(max-width:600px){
  .category-grid > .shop-wide-card{
    grid-column:1 / -1 !important;
    width:100% !important;
  }
}
