@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-500.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-600.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-700.woff2") format("woff2");
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/vazirmatn-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122;
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/vazirmatn-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122;
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/vazirmatn-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122;
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/vazirmatn-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122;
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/vazirmatn-arabic-400.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/vazirmatn-arabic-500.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/vazirmatn-arabic-600.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/vazirmatn-arabic-700.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

:root {
  --blue: #082a83;
  --blue-deep: #061e5c;
  --orange: #ed7f04;
  --ink: #22201e;
  --muted: #5e5a55;
  --line: #e3dfd8;
  --paper: #f6f4f0;
  --white: #fff;
  --danger: #8d1d1d;
  --header: 78px;
  --shadow: 0 10px 30px rgba(34, 32, 30, .06);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Plus Jakarta Sans", "Vazirmatn", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: start;
}
html[lang="ar"] body,
html[lang="ku"] body {
  font-family: "Vazirmatn", "Plus Jakarta Sans", "Segoe UI", Tahoma, sans-serif;
}
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3,
html[lang="ku"] h1, html[lang="ku"] h2, html[lang="ku"] h3 { letter-spacing: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-weight: 650; letter-spacing: -0.03em; line-height: 1.15; margin: 0; }
p { margin: 0; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.skip {
  position: absolute;
  inset-inline-start: 1rem;
  top: -4rem;
  background: var(--blue);
  color: white;
  padding: .6rem 1rem;
  z-index: 80;
}
.skip:focus { top: 1rem; }
.wrap { width: min(100% - clamp(1.5rem, 3vw, 4rem), 100%); margin-inline: auto; min-width: 0; }
.num, .ltr { direction: ltr; unicode-bidi: isolate; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: white;
  border-top: 3px solid var(--orange);
  border-bottom: 1px solid var(--line);
}
.utility { background: var(--ink); color: #f3efe9; }
.utility-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: center; min-height: 42px; min-width: 0; max-width: 100%; font-size: .82rem; }
.utility-phones { display: flex; flex-wrap: wrap; gap: .35rem 1.15rem; min-width: 0; max-width: 100%; }
.phone-link { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .45rem; min-width: 0; max-width: 100%; text-decoration: none; color: var(--ink); }
.phone-link:hover { color: var(--blue); }
.utility .phone-link, .site-footer .phone-link { color: #f3efe9; }
.utility .phone-link:hover, .site-footer .phone-link:hover { color: white; }
.phone-link .wa { color: var(--orange); font-weight: 650; font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.header-bar { display: flex; align-items: center; gap: 1.5rem; min-height: 86px; }
.logo { display: inline-flex; align-items: center; max-width: 210px; min-width: 0; }
.logo img { height: 46px; width: auto; max-width: 100%; object-fit: contain; object-position: center; }
.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
.nav-burger { display: none; margin-inline-start: auto; border: 1px solid var(--line); background: white; width: 44px; height: 40px; padding: 0; cursor: pointer; }
.nav-burger span, .nav-burger span:before, .nav-burger span:after { display: block; height: 2px; width: 18px; background: var(--blue); position: relative; margin-inline: auto; }
.nav-burger span:before, .nav-burger span:after { content: ""; position: absolute; }
.nav-burger span:before { top: -6px; }
.nav-burger span:after { top: 6px; }
.site-nav { display: flex; align-items: center; gap: 1.35rem; margin-inline-start: auto; }
.site-nav .utility-phones { display: none; }
.site-nav a:not(.btn) { position: relative; text-decoration: none; font-weight: 600; font-size: .95rem; padding-block: .4rem; }
.site-nav a:not(.btn):hover, .site-nav a:not(.btn).active { color: var(--blue); }
.site-nav a:not(.btn):hover::after, .site-nav a:not(.btn).active::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 2px; background: var(--orange); }
.lang-switch { display: flex; gap: .7rem; font-size: .85rem; }
.lang-switch a { color: var(--muted); font-weight: 600; }
.lang-switch a[aria-current="true"] { color: var(--blue); box-shadow: inset 0 -2px 0 var(--orange); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 44px;
  padding: .65rem 1.05rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 650;
  cursor: pointer;
  background: transparent;
}
.btn-primary { background: var(--blue); color: white; }
.btn-primary:hover { background: var(--blue-deep); }
.btn-orange { background: var(--orange); color: white; }
.btn-orange:hover { filter: brightness(.95); }
.btn-line { border-color: var(--blue); color: var(--blue); background: white; }
.btn-line:hover { background: #f4f7fd; }
.btn-ghost { border-color: var(--line); background: white; }
.btn-danger { color: var(--danger); border-color: #efd0d0; background: white; }
.hero { padding: 3.2rem 0 3.4rem; background: var(--paper); }
.home-hero { padding: 0; background: white; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .9fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: center; }
.home-hero .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); gap: clamp(1.6rem, 4vw, 4rem); align-items: stretch; min-height: 640px; }
.home-hero .hero-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; max-width: 40rem; padding: 3.2rem 0; }
.eyebrow { display: flex; align-items: center; gap: .75rem; color: var(--orange); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .9rem; }
.eyebrow::before { content: ""; width: 2rem; height: 2px; background: var(--orange); flex: none; }
html[lang="ar"] .eyebrow, html[lang="ku"] .eyebrow { letter-spacing: 0; text-transform: none; font-size: .95rem; }
.hero h1 { font-size: clamp(2.5rem, 4vw, 4.2rem); color: var(--blue); max-width: 18ch; }
.home-hero h1 { max-width: 100%; font-size: clamp(2.4rem, 3.6vw, 4rem); line-height: 1.16; text-wrap: balance; overflow-wrap: break-word; }
html[lang="ar"] .home-hero h1,
html[lang="ku"] .home-hero h1 { font-size: clamp(2rem, 3.1vw, 3.35rem); line-height: 1.38; }
.lede { margin-top: 1.15rem; font-size: 1.12rem; color: var(--muted); max-width: 36rem; }
.home-hero .lede { font-size: 1.18rem; line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.hero-panel { position: relative; aspect-ratio: 4 / 3; max-height: 520px; background: var(--blue); overflow: hidden; border-inline-start: 6px solid var(--orange); }
.home-hero .hero-panel { aspect-ratio: auto; max-height: none; min-height: 640px; height: 100%; }
.hero-panel > img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; inset: 0; }
.hero-caption { position: absolute; inset-inline: 0; bottom: 0; margin: 0; max-width: 100%; background: white; color: var(--ink); font-size: .9rem; padding: .85rem 1.1rem; z-index: 1; overflow-wrap: anywhere; }
.section { padding: 4.2rem 0; }
.home-section { padding: 5.4rem 0; }
.section-paper { background: var(--paper); }
.section-head { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; align-items: flex-end; min-width: 0; max-width: 100%; margin-bottom: 1.8rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.section-head h2 { display: flex; align-items: center; gap: .75rem; min-width: 0; max-width: 100%; font-size: clamp(1.8rem, 3vw, 2.55rem); color: var(--blue); overflow-wrap: break-word; }
.section-head h2::before { content: ""; width: 1.6rem; height: 2px; background: var(--orange); flex: none; }
.section-head a { display: inline-flex; align-items: center; gap: .5rem; color: var(--blue); font-weight: 700; text-decoration: none; }
.section-head a::after { content: ""; width: 1.15rem; height: 1px; background: var(--orange); }
.cat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cat-card { background: white; min-height: 196px; min-width: 0; max-width: 100%; padding: 1.45rem 1.3rem 1.3rem; text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; transition: background .2s ease; overflow-wrap: break-word; }
.cat-card:hover { background: #fffdf8; box-shadow: inset 0 3px 0 var(--orange); }
.cat-card strong { font-size: 1.22rem; color: var(--blue); }
.cat-card p { color: var(--muted); font-size: .92rem; margin-top: .45rem; }
.cat-index { color: var(--orange); font-weight: 700; font-size: .95rem; letter-spacing: .04em; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 320px)); gap: 1.5rem; justify-content: start; }
.product-grid.is-single { display: block; }
.product-grid.is-single .product-card { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .72fr); gap: 2.8rem; align-items: center; width: 100%; }
.product-grid.is-single .media { aspect-ratio: 16 / 10; }
.product-card { display: flex; flex-direction: column; min-width: 0; width: 100%; }
.product-card .media { position: relative; aspect-ratio: 4 / 3; background: var(--paper); overflow: hidden; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; text-decoration: none; }
.product-card .media-fallback { color: var(--blue); font-weight: 700; font-size: .95rem; }
.product-card .media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .35s ease, transform .35s ease; }
.product-card:hover .media img { transform: scale(1.03); }
.product-copy { text-decoration: none; color: inherit; display: block; }
.frame-count { position: absolute; top: .65rem; inset-inline-end: .65rem; background: white; color: var(--blue); font-size: .75rem; font-weight: 700; padding: .2rem .45rem; z-index: 2; }
.frame-row { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .55rem; }
.frame-row button { width: 52px; height: 40px; padding: 0; border: 1px solid var(--line); background: white; cursor: pointer; overflow: hidden; }
.frame-row button.is-active { border-color: var(--orange); box-shadow: inset 0 0 0 1px var(--orange); }
.frame-row img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-card .meta { margin-top: .8rem; color: var(--orange); font-size: .8rem; font-weight: 700; }
.product-card h3 { margin-top: .25rem; font-size: 1.2rem; color: var(--blue); }
.product-card .highlight { color: var(--muted); margin-top: .3rem; }
.product-card .more { margin-top: .7rem; font-weight: 700; color: var(--ink); }
.feature-product { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; margin-bottom: 1.6rem; align-items: center; }
.feature-product .media { position: relative; aspect-ratio: 16 / 10; background: var(--paper); border: 1px solid var(--line); overflow: hidden; }
.feature-product img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.solution-list { display: flex; flex-direction: column; gap: 2.5rem; }
.solution-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2.5rem; align-items: center; }
.solution-row > * { min-width: 0; max-width: 100%; }
.solution-row.flip .solution-media { order: 2; }
.solution-media { width: 100%; max-width: 100%; min-width: 0; aspect-ratio: 4 / 3; min-height: 0; height: auto; background: var(--blue); color: white; display: flex; align-items: flex-end; padding: 1.2rem; position: relative; overflow: hidden; }
.solution-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.solution-media > span { position: relative; font-weight: 700; letter-spacing: .08em; z-index: 1; }
.solution-media > .frame-count { position: absolute; font-weight: 700; letter-spacing: 0; }
.solution-media .frame-row { position: absolute; top: .7rem; inset-inline-start: .7rem; z-index: 2; margin: 0; }
.solution-copy h3 { font-size: 1.7rem; color: var(--blue); }
.solution-copy p { margin-top: .7rem; color: var(--muted); }
.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem; counter-reset: why; }
.why-grid article { min-width: 0; max-width: 100%; border-top: 1px solid var(--line); padding-top: 1.15rem; counter-increment: why; overflow-wrap: break-word; }
.why-grid article::before { content: counter(why, decimal-leading-zero); display: block; color: var(--orange); font-weight: 700; font-size: .92rem; margin-bottom: .7rem; }
.why-grid h3 { color: var(--blue); font-size: 1.35rem; }
.why-grid p { margin-top: .65rem; color: var(--muted); }
.brand-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.brand-row a { background: white; min-height: 120px; min-width: 0; display: flex; align-items: center; justify-content: center; text-decoration: none; padding: 1rem; font-weight: 700; color: var(--blue); overflow: hidden; }
.brand-row img { max-width: 100%; max-height: 48px; width: auto; height: auto; object-fit: contain; object-position: center; margin-inline: auto; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; align-items: stretch; }
.project-grid.is-single { grid-template-columns: 1fr; }
.catalog-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.project-card { display: flex; flex-direction: column; min-width: 0; background: white; color: var(--ink); border: 1px solid var(--line); border-top: 3px solid var(--orange); overflow: hidden; }
.project-photo { position: relative; display: block; aspect-ratio: 4 / 3; background: #12306f; overflow: hidden; text-decoration: none; }
.project-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.project-side { display: flex; flex-direction: column; gap: .85rem; padding: 1.05rem 1.1rem 1.15rem; }
.project-copy { display: flex; flex-direction: column; gap: .4rem; color: inherit; text-decoration: none; }
.project-copy strong { color: var(--blue); font-size: 1.22rem; line-height: 1.35; font-weight: 700; }
.project-location { color: var(--ink); font-size: .95rem; }
.project-summary { color: var(--muted); font-size: .95rem; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.project-card .frame-row { margin: 0; }
.project-grid.is-single .project-card { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .72fr); border-top: 0; border-inline-start: 4px solid var(--orange); min-height: 440px; }
.project-grid.is-single .project-photo { aspect-ratio: 16 / 10; height: auto; min-height: 0; }
.project-grid.is-single .project-side { justify-content: flex-end; padding: 2rem 1.7rem 1.7rem; }
.project-grid.is-single .project-copy strong { font-size: clamp(1.7rem, 2.4vw, 2.35rem); line-height: 1.2; }
.cta-band { background: var(--blue); color: white; padding: 4.2rem 0; border-top: 6px solid var(--orange); }
.cta-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) auto; gap: 2rem; align-items: end; }
.cta-band h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); max-width: 16ch; }
.cta-band p { margin-top: .8rem; max-width: 36rem; color: rgba(255,255,255,.84); }
.cta-address { color: white !important; }
.cta-band .actions { margin-top: 0; justify-content: flex-end; }
.cta-band .btn-line { color: white; border-color: white; background: transparent; }
.cta-band .btn-line:hover { background: white; color: var(--blue); }
.site-footer { background: var(--ink); color: #f3efe9; padding: 3.6rem 0 1.3rem; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr) minmax(0, .7fr) minmax(0, 1.1fr); gap: 2.4rem; }
.footer-grid > * { min-width: 0; max-width: 100%; overflow-wrap: break-word; }
.site-footer h2 { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: .9rem; }
html[lang="ar"] .site-footer h2, html[lang="ku"] .site-footer h2 { letter-spacing: 0; text-transform: none; font-size: .98rem; }
.site-footer a { color: #f3efe9; text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.site-footer li { list-style: none; margin: .4rem 0; }
.site-footer ul { margin: 0; padding: 0; }
.site-footer p { color: #d9d3cb; }
.footer-logo { height: 40px; width: auto; max-width: 180px; object-fit: contain; object-position: center; margin-bottom: 1rem; background: white; padding: .35rem .5rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.4rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.14); color: #c9c2b8; font-size: .88rem; }
.site-footer .lang-switch a { color: #c9c2b8; }
.site-footer .lang-switch a[aria-current="true"] { color: white; }
.crumbs { margin: 1.2rem 0 0; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .4rem .55rem; list-style: none; padding: 0; margin: 0; color: var(--muted); font-size: .9rem; }
.crumbs a { color: var(--blue); text-decoration: none; }
.page-hero { background: white; border-bottom: 1px solid var(--line); }
.page-intro { padding: 1.5rem 0 2.5rem; }
.page-intro h1 { font-size: clamp(2.7rem, 5vw, 4.5rem); color: var(--blue); max-width: 18ch; line-height: 1.04; }
.page-intro h1::before { content: ""; display: block; width: 2rem; height: 2px; background: var(--orange); margin-bottom: .85rem; }
.page-intro p { margin-top: 1rem; max-width: 40rem; color: var(--muted); font-size: 1.08rem; }
.section.page-body { padding: 2.8rem 0 4.2rem; }
.section.detail-block { padding: 0 0 2.4rem; }
.filters { display: flex; gap: .6rem; margin: 1.5rem 0 0; align-items: center; }
.filters input { max-width: 380px; }
.filters input, .field input, .field textarea, .field select, .form-control {
  width: 100%;
  border: 1px solid var(--line);
  background: white;
  padding: .7rem .8rem;
  min-height: 44px;
}
.field textarea, textarea.form-control { min-height: 140px; resize: vertical; }
.field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem; }
.field label, .form-label { font-weight: 650; font-size: .92rem; }
.product-detail { padding-top: 1.3rem; }
.detail { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(1.6rem, 4vw, 3.2rem); padding: 1.2rem 0 3rem; align-items: start; }
.detail-copy h2 { display: flex; align-items: center; gap: .7rem; color: var(--blue); font-size: 1.45rem; margin-top: 1.6rem; }
.detail-copy h2::before { content: ""; width: 1.3rem; height: 2px; background: var(--orange); flex: none; }
.detail-copy h1 { color: var(--blue); font-size: clamp(2.4rem, 4.4vw, 4rem); line-height: 1.05; max-width: 14ch; }
.detail-block { padding-top: .4rem; }
.detail-block h2 { display: flex; align-items: center; gap: .7rem; color: var(--blue); font-size: 1.65rem; margin-bottom: 1rem; }
.detail-block h2::before { content: ""; width: 1.4rem; height: 2px; background: var(--orange); flex: none; }
.feature-list { list-style: none; margin: .4rem 0 0; padding: 0; }
.feature-list li { padding: .75rem 0; border-bottom: 1px solid var(--line); }
.about-list { display: grid; }
.about-list article { padding: 1.9rem 0; border-top: 1px solid var(--line); }
.about-list article:first-child { border-top: 0; padding-top: 0; }
.about-list h2 { display: flex; align-items: center; gap: .75rem; color: var(--blue); font-size: clamp(1.6rem, 2.6vw, 2.15rem); }
.about-list h2::before { content: ""; width: 1.6rem; height: 2px; background: var(--orange); flex: none; }
.about-list .prose { margin-top: .8rem; max-width: 46rem; color: var(--muted); font-size: 1.05rem; }
.contact-facts h2 { display: flex; align-items: center; gap: .7rem; color: var(--blue); font-size: 1.35rem; margin-top: 1.4rem; }
.contact-facts h2:first-child { margin-top: 0; }
.contact-facts h2::before { content: ""; width: 1.3rem; height: 2px; background: var(--orange); flex: none; }
.contact-facts p, .contact-phones { margin-top: .55rem; }
.contact-phones { display: grid; gap: .45rem; }
.contact-form { background: var(--paper); padding: 1.6rem 1.35rem 1.8rem; border-top: 3px solid var(--orange); }
.project-story { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 2rem; align-items: start; }
.project-story .prose { margin-top: 0; }
.visit-link { display: inline-flex; margin-top: 1rem; }
.gallery-main { position: relative; background: var(--paper); border: 1px solid var(--line); aspect-ratio: 4 / 3; overflow: hidden; }
.gallery-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; cursor: pointer; }
.gallery-nav, .gallery-expand { position: absolute; z-index: 2; border: 1px solid var(--line); background: white; cursor: pointer; }
.gallery-nav { top: 50%; transform: translateY(-50%); width: 42px; height: 42px; }
.gallery-nav.prev { inset-inline-start: .7rem; }
.gallery-nav.next { inset-inline-end: .7rem; }
.gallery-nav.prev::before, .gallery-nav.next::before { content: ""; display: block; width: 0; height: 0; margin-inline: auto; border-block: 6px solid transparent; }
.gallery-nav.prev::before { border-inline-end: 8px solid var(--blue); }
.gallery-nav.next::before { border-inline-start: 8px solid var(--blue); }
.gallery-expand { top: .7rem; inset-inline-end: .7rem; width: 42px; height: 42px; }
.gallery-expand::before, .gallery-expand::after { content: ""; position: absolute; background: var(--blue); }
.gallery-expand::before { width: 14px; height: 2px; left: 14px; top: 20px; }
.gallery-expand::after { width: 2px; height: 14px; left: 20px; top: 14px; }
.thumbs { display: flex; gap: .5rem; margin-top: .6rem; flex-wrap: wrap; }
.thumbs button { width: 74px; height: 74px; padding: 0; border: 1px solid var(--line); background: white; cursor: pointer; overflow: hidden; }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.thumbs .is-active { border-color: var(--orange); }
.spec-table { width: 100%; max-width: 100%; table-layout: fixed; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: start; padding: .75rem .2rem; border-bottom: 1px solid var(--line); vertical-align: top; overflow-wrap: anywhere; }
.spec-table th { width: 38%; color: var(--muted); font-weight: 600; }
.doc-list { display: flex; flex-direction: column; gap: .5rem; }
.doc-list a { text-decoration: none; border: 1px solid var(--line); padding: .8rem 1rem; display: flex; justify-content: space-between; gap: 1rem; min-width: 0; max-width: 100%; }
.doc-list a span { min-width: 0; overflow-wrap: anywhere; }
.doc-list a:hover { border-color: var(--blue); }
.prose { white-space: pre-wrap; color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2.5rem; padding-bottom: 3.5rem; }
.map-card { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; text-decoration: none; border: 1px solid var(--line); border-inline-start: 4px solid var(--orange); padding: 1rem 1.1rem; background: white; margin-top: 1.2rem; }
.map-card strong, .map-card .num { display: block; }
.map-pin { width: 14px; height: 14px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(237,127,4,.18); }
.map-cta { color: var(--blue); font-weight: 750; }
.empty { border: 1px solid var(--line); padding: 2rem 1.2rem; background: var(--paper); }
.empty h2 { color: var(--blue); font-size: 1.4rem; }
.empty p { margin-top: .4rem; color: var(--muted); }
.pager { display: flex; gap: .8rem; align-items: center; margin-top: 1.8rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.pager a { color: var(--blue); font-weight: 700; text-decoration: none; }
.pager span { color: var(--muted); }
.hp { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: min(960px, 92vw); max-height: 92vh; overflow: auto; }
dialog.lightbox::backdrop { background: rgba(17, 16, 15, .82); }
dialog.lightbox img { max-width: min(960px, 92vw); max-height: 82vh; width: auto; height: auto; object-fit: contain; margin-inline: auto; }
.banner { background: #eef3ea; border: 1px solid #d5e3cc; padding: .8rem 1rem; margin-bottom: 1rem; }
.banner.error { background: #fdf2f2; border-color: #f0d0d0; color: var(--danger); }
.validation-message, .text-danger { color: var(--danger); font-size: .88rem; }
.account-wrap { width: min(440px, calc(100% - 32px)); margin: 3rem auto 4rem; }
.account-wrap h1 { color: var(--blue); margin-bottom: 1rem; }
#blazor-error-ui { background: var(--ink); color: white; bottom: 0; display: none; inset-inline: 0; padding: .7rem 1.2rem; position: fixed; z-index: 70; }
#blazor-error-ui .dismiss { cursor: pointer; position: absolute; inset-inline-end: .8rem; top: .45rem; }
.form-floating { margin-bottom: 1rem; }
.row { display: block; }
@media (max-width: 1024px) {
  .hero-grid, .feature-product, .solution-row, .detail, .contact-grid, .footer-grid, .project-story, .project-grid.is-single .project-card { grid-template-columns: 1fr; }
  .solution-row.flip .solution-media { order: 0; }
  .cat-grid, .product-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .project-grid, .brand-row { grid-template-columns: 1fr 1fr; }
  .project-grid.is-single { grid-template-columns: 1fr; }
  .project-grid.is-single .project-photo { aspect-ratio: 16 / 10; height: auto; min-height: 0; }
  .home-hero .hero-grid, .cta-layout { min-height: 0; grid-template-columns: 1fr; }
  .home-hero .hero-copy { order: 1; max-width: none; padding: 1.6rem 0 1.1rem; }
  .home-hero .hero-panel { order: 2; min-height: 0; height: auto; aspect-ratio: 16 / 10; }
  .home-hero h1, html[lang="ar"] .home-hero h1, html[lang="ku"] .home-hero h1 { font-size: clamp(1.85rem, 4.6vw, 2.7rem); }
  .cta-band .actions { justify-content: flex-start; margin-top: 1.2rem; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 1.5rem); }
  .utility { overflow: hidden; }
  .utility-inner { min-width: 0; max-width: 100%; gap: .45rem; align-items: stretch; }
  .utility-inner > span { display: block; width: 100%; min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .utility-phones { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; min-width: 0; gap: .2rem; }
  .utility .phone-link, .site-footer .phone-link { display: flex; width: 100%; max-width: 100%; }
  .phone-link .wa { letter-spacing: 0; }
  .section-head { flex-direction: column; align-items: flex-start; gap: .55rem; }
  .section-head h2 { font-size: 1.45rem; }
  .page-intro h1, .cta-band h2, .detail-copy h1 { max-width: 100%; overflow-wrap: break-word; font-size: clamp(1.7rem, 8vw, 2.35rem); }
  .hero-grid, .home-hero .hero-grid, .footer-grid, .cat-grid, .detail, .contact-grid { width: 100%; min-width: 0; max-width: 100%; }
  .utility, main, .site-footer { overflow-x: clip; max-width: 100%; }
  .header-bar { min-height: 72px; gap: .75rem; min-width: 0; }
  .logo img { height: 38px; }
  .home-hero .hero-copy { padding: 1.15rem 0 .4rem; }
  .home-hero h1, html[lang="ar"] .home-hero h1, html[lang="ku"] .home-hero h1 { font-size: clamp(1.65rem, 7.2vw, 2.05rem); }
  .home-hero .lede { font-size: 1rem; }
  .home-hero .actions { width: 100%; }
  .home-hero .actions .btn { max-width: 100%; white-space: normal; text-align: center; }
  .home-hero .hero-panel { aspect-ratio: 16 / 9; }
  .nav-burger { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { display: none; position: absolute; inset-inline: 0; top: 100%; background: white; border-bottom: 1px solid var(--line); padding: 1rem 1.2rem 1.3rem; flex-direction: column; align-items: stretch; gap: .85rem; box-shadow: var(--shadow); }
  .nav-toggle:checked + .header-bar .site-nav { display: flex; }
  .site-nav .utility-phones { display: flex; flex-direction: column; align-items: flex-start; }
  .header-bar { position: relative; }
  .site-header { position: sticky; }
  .utility-inner { align-items: flex-start; flex-direction: column; padding: .4rem 0; }
  .solution-media, .hero-panel, .project-photo, .gallery-main, .product-card .media, .feature-product .media { width: 100%; max-width: 100%; min-width: 0; min-height: 0; }
  .cat-card p, .cat-card strong, .why-grid p, .why-grid h3, .solution-copy, .hero-copy, .footer-grid p { min-width: 0; max-width: 100%; overflow-wrap: break-word; }
  .cat-grid, .product-grid, .why-grid, .project-grid, .brand-row, .product-grid.is-single .product-card { grid-template-columns: minmax(0, 1fr); }
  .hero { padding-top: 2.2rem; }
  .map-card { grid-template-columns: auto 1fr; }
  .map-cta { grid-column: 2; }
  .footer-bottom { flex-direction: column; }
}
.nav-progress { position: fixed; top: 0; inset-inline: 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; z-index: 80; pointer-events: none; }
html[dir="rtl"] .nav-progress { transform-origin: right; }
.nav-progress.is-active { animation: navload .9s ease-out forwards; }
@keyframes navload { from { transform: scaleX(0); } to { transform: scaleX(.82); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
