/*
Theme Name: Concept Signage
Theme URI: https://www.conceptsaudisigns.com/
Author: Vorsa Media
Description: Premium bilingual English/Arabic WordPress theme for Concept Signage, including RTL/LTR switching, project portfolio, services and quotation form.
Version: 1.4.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: concept-signage
*/

@font-face { font-family: "Concept Sans"; src: url("assets/fonts/DejaVuSans.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Concept Sans"; src: url("assets/fonts/DejaVuSans-Bold.ttf") format("truetype"); font-weight: 700 900; font-style: normal; font-display: swap; }

:root {
  color-scheme: dark;
  --ink: #0b0d0e;
  --ink-soft: #15191a;
  --teal: #00393c;
  --paper: #f1ede5;
  --muted: #a9ada9;
  --line: rgba(241, 237, 229, 0.2);
  --accent: #ef3b2d;
  --accent-dark: #bd2c22;
  --max: 1320px;
  font-family: "Concept Sans", "DejaVu Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--ink);
  color: var(--paper);
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font: inherit; }
.admin-bar .site-header { top: 48px; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }

.skip-link { position: fixed; inset-block-start: 10px; inset-inline-start: 10px; z-index: 1000; padding: 10px 16px; background: var(--paper); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-shell { overflow: clip; }
.site-header {
  position: fixed; top: 16px; left: 50%; z-index: 100; width: min(calc(100% - 40px), 1540px); min-height: 76px;
  display: flex; align-items: center; gap: 36px;
  padding: 10px clamp(16px, 2.4vw, 38px);
  transform: translateX(-50%);
  background: rgba(9, 11, 12, 0.88); border: 1px solid rgba(255,255,255,.16); border-radius: 14px;
  box-shadow: 0 18px 55px rgba(0,0,0,.28); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { display: grid; gap: 2px; line-height: 1; }
.brand b { font-size: 14px; letter-spacing: 0.06em; }
.brand small { color: var(--muted); font-size: 11px; }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 36px); margin-inline: auto; }
.nav a { font-size: 13px; color: #d8dad7; padding: 10px 0; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a:focus-visible { color: #fff; border-bottom-color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-button, .menu-button { border: 0; background: transparent; cursor: pointer; }
.language-button { min-width: 70px; color: #fff; padding: 10px; }
.language-button:hover, .language-button:focus-visible { color: var(--accent); }
.menu-button { display: none; width: 44px; height: 44px; place-items: center; }
.menu-button svg { width: 26px; height: 26px; }
.mobile-language { display: none; }

.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 13px 20px; border: 1px solid transparent; cursor: pointer; font-weight: 700; font-size: 13px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.button svg { width: 19px; height: 19px; }
.button .dashicons { width: 19px; height: 19px; font-size: 19px; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .language-button:focus-visible, .menu-button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(239, 59, 45, 0.38); outline-offset: 3px; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-dark); }
.button-outline { border-color: rgba(255,255,255,.5); background: rgba(11,13,14,.36); color: #fff; }
.button-outline:hover { border-color: #fff; background: var(--ink); }
.header-quote { min-height: 46px; }

.hero { min-height: 900px; position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; padding: 150px clamp(20px, 6vw, 96px) 92px; border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 28%; background: linear-gradient(0deg, rgba(7,9,10,.82), transparent); pointer-events: none; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.94) contrast(1.04); }
.hero-shade { position: absolute; z-index: -1; inset: 0; width: 100%; background: linear-gradient(90deg, rgba(5,7,8,.96) 0%, rgba(5,7,8,.88) 38%, rgba(5,7,8,.46) 64%, rgba(5,7,8,.18) 100%); }
[dir="rtl"] .hero-shade { background: linear-gradient(270deg, rgba(5,7,8,.96) 0%, rgba(5,7,8,.88) 38%, rgba(5,7,8,.46) 64%, rgba(5,7,8,.18) 100%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 61vw); padding-top: 42px; }
.section-index { display: inline-block; margin: 0 16px 0 0; font-size: 16px; color: #fff; }
[dir="rtl"] .section-index { margin: 0 0 0 16px; }
.eyebrow, .kicker { color: var(--accent); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.hero h1, .section h2, .coverage-section h2, .quote-section h2 { margin: 22px 0; max-width: 900px; font-family: "Concept Sans", "DejaVu Sans", Arial, sans-serif; font-size: clamp(54px, 5.3vw, 82px); line-height: .98; letter-spacing: -.055em; }
[dir="rtl"] .hero h1, [dir="rtl"] .section h2, [dir="rtl"] .coverage-section h2, [dir="rtl"] .quote-section h2 { letter-spacing: -.025em; line-height: 1.16; }
.hero-copy { max-width: 610px; color: #d4d6d2; font-size: 18px; line-height: 1.75; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border: 1px solid var(--line); background: rgba(6,8,9,.48); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
.proof { min-height: 118px; display: grid; grid-template-columns: auto 1fr; gap: 7px 10px; align-content: center; padding: 20px; border-inline-end: 1px solid var(--line); }
.proof:last-child { border-inline-end: 0; }
.proof svg { grid-row: span 2; width: 23px; height: 23px; color: var(--accent); }
.proof > .dashicons { grid-row: span 2; width: 23px; height: 23px; font-size: 23px; color: var(--accent); }
.proof b { font-size: 13px; text-transform: uppercase; }
.proof span { font-size: 11px; color: var(--muted); line-height: 1.5; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.scroll-cue { position: absolute; z-index: 3; inset-inline-end: clamp(24px,5vw,80px); inset-block-end: 36px; display: flex; align-items: center; gap: 10px; color: #d7dad5; font-size: 12px; }
.scroll-cue svg { color: var(--accent); }

.section { padding: 110px clamp(20px, 6vw, 96px); }
.section-heading { max-width: var(--max); margin: 0 auto 60px; }
.section-heading h2, .coverage-section h2, .quote-section h2 { font-size: clamp(40px, 5vw, 74px); }
.section-heading > p:last-child, .split-heading > p, .coverage-copy > p, .quote-copy > p { color: #b7bbb6; font-size: 17px; line-height: 1.8; max-width: 680px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }

.process-section { background: var(--teal); border-block: 1px solid rgba(255,255,255,.14); }
.process-track { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.34); }
.process-step { min-height: 220px; padding: 28px 24px; border-inline-end: 1px solid rgba(255,255,255,.18); }
.process-step:nth-child(4n) { border-inline-end: 0; }
.process-step:nth-child(n+5) { border-top: 1px solid rgba(255,255,255,.18); }
.process-step span { color: var(--accent); font-size: 12px; font-weight: 800; }
.process-step b { display: block; margin: 34px 0 14px; font-size: 21px; }
.process-step p { margin: 0; color: #c0cac6; font-size: 13px; line-height: 1.7; }

.services-section { background: var(--ink); }
.service-list { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-row { position: relative; display: grid; grid-template-columns: 56px 42px 1fr 24px; gap: 22px; align-items: center; min-height: 170px; padding: 28px 30px; border-bottom: 1px solid var(--line); overflow: hidden; transition: background-color 220ms ease, color 220ms ease; }
.service-row::before { content: ""; position: absolute; inset-block: 0; inset-inline-start: 0; width: 3px; background: var(--accent); transform: scaleY(0); transform-origin: bottom; transition: transform 220ms ease; }
.service-row:nth-child(odd) { border-inline-end: 1px solid var(--line); }
.service-row:hover, .service-row:focus-visible { background: rgba(239,59,45,.09); }
.service-row:hover::before, .service-row:focus-visible::before { transform: scaleY(1); }
.service-number { font-size: 28px; color: var(--paper); font-weight: 700; }
.service-row > svg { width: 35px; height: 35px; color: var(--accent); }
.service-row > .dashicons { width: 35px; height: 35px; font-size: 35px; color: var(--accent); }
.service-row h3 { margin: 0 0 10px; font-size: 20px; }
.service-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-row .service-arrow { width: 20px; color: var(--muted); transition: color 220ms ease, transform 220ms ease; }
.service-row:hover .service-arrow, .service-row:focus-visible .service-arrow { color: var(--paper); transform: translateX(4px); }
[dir="rtl"] .service-row:hover .service-arrow, [dir="rtl"] .service-row:focus-visible .service-arrow { transform: translateX(-4px); }

.projects-section { background: var(--ink-soft); }
.project-intro { padding-bottom: 70px; }
.project { min-height: 580px; display: grid; grid-template-columns: .74fr 1.26fr; }
.project + .project { grid-template-columns: 1.08fr .92fr; }
.project img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.project-dark { background: #090b0c; }
.project-dark img { object-position: center 42%; }
.project-light { background: var(--paper); color: var(--ink); }
.project-light img { object-position: center 42%; }
.project-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 7vw, 110px); }
.project-copy > span { color: var(--accent); font-size: 44px; font-weight: 800; }
.project-type { margin: 40px 0 12px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: var(--accent); }
.project-copy h3 { margin: 0; max-width: 600px; font-size: clamp(34px, 4vw, 64px); line-height: 1.05; letter-spacing: -.045em; }
[dir="rtl"] .project-copy h3 { line-height: 1.25; letter-spacing: -.02em; }
.project-copy h3 + p { color: var(--muted); line-height: 1.7; }
.project-light .project-copy h3 + p { color: #5e625f; }
.project-copy a { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-weight: 700; font-size: 13px; }

.coverage-section { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--teal); }
.coverage-image img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.coverage-copy { padding: clamp(50px, 8vw, 120px); align-self: center; }
.coverage-copy .text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 32px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-weight: 700; }
.coverage-copy .text-link svg:first-child { color: var(--accent); }

.quote-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 110px clamp(20px, 6vw, 96px); background: var(--ink); }
.quote-copy, .quote-form, .success-panel { align-self: center; }
.direct-contact { display: grid; gap: 14px; margin-top: 34px; }
.direct-contact a { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.direct-contact svg { color: var(--accent); }
.direct-contact .dashicons { color: var(--accent); }
.quote-form { display: grid; gap: 18px; padding: 38px; border: 1px solid var(--line); background: #101314; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 9px; color: #cfd2cf; font-size: 12px; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 0; background: #171a1b; color: #fff; padding: 14px 15px; }
.quote-form textarea { resize: vertical; }
.file-field { min-height: 56px; grid-template-columns: auto 1fr; align-items: center; padding: 12px 15px; border: 1px dashed rgba(255,255,255,.3); cursor: pointer; }
.file-field svg { width: 22px; height: 22px; color: var(--accent); }
.file-field input { grid-column: 1 / -1; padding: 8px; }
.submit-button { width: 100%; }
.success-panel { min-height: 360px; display: grid; place-items: center; align-content: center; text-align: center; gap: 10px; border: 1px solid var(--line); padding: 50px; }
.success-panel > svg { width: 62px; height: 62px; color: var(--accent); }
.success-panel h3 { font-size: 32px; margin: 10px 0 0; }
.success-panel p { color: var(--muted); }
.success-panel .button { margin-top: 20px; }
.hp-field { position: absolute !important; inset-inline-start: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { position: relative; display: grid; grid-template-columns: 1.3fr .6fr 1fr; gap: 70px; padding: 70px clamp(20px, 6vw, 96px) 100px; border-top: 1px solid var(--line); background: #080a0b; }
.footer-brand > p { max-width: 440px; color: var(--muted); line-height: 1.8; }
.site-footer h3 { margin: 0 0 22px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--accent); }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.site-footer > div:not(.footer-brand) a { display: inline-flex; align-items: center; gap: 10px; color: #c3c7c2; font-size: 13px; }
.site-footer svg { color: var(--accent); flex: 0 0 auto; }
.site-footer .dashicons { color: var(--accent); flex: 0 0 auto; }
.copyright { position: absolute; inset-inline: clamp(20px,6vw,96px); inset-block-end: 28px; margin: 0; padding-top: 20px; border-top: 1px solid var(--line); color: #7f8581; font-size: 11px; }
.floating-whatsapp { position: fixed; z-index: 90; inset-inline-end: 22px; inset-block-end: 22px; width: 58px; height: 58px; display: grid; place-items: center; background: #1b9a59; color: #fff; border-radius: 50%; box-shadow: 0 12px 36px rgba(0,0,0,.32); }
.floating-whatsapp svg { width: 30px; height: 30px; }
.floating-whatsapp .dashicons { width: 30px; height: 30px; font-size: 30px; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[dir="rtl"] .hero-content, [dir="rtl"] .project-copy, [dir="rtl"] .section-heading, [dir="rtl"] .coverage-copy, [dir="rtl"] .quote-copy, [dir="rtl"] .quote-form { text-align: right; }
[dir="rtl"] .hero-content { margin-inline-start: auto; }

/* Inner pages */
.page-main { padding-top: 0; }
.page-hero { position: relative; isolation: isolate; min-height: 700px; display: flex; align-items: flex-end; padding: 150px clamp(20px,6vw,96px) 86px; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.94) contrast(1.03); }
.page-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5,7,8,.94) 0%, rgba(5,7,8,.76) 46%, rgba(5,7,8,.22) 100%); }
[dir="rtl"] .page-hero::after { background: linear-gradient(270deg, rgba(5,7,8,.94) 0%, rgba(5,7,8,.76) 46%, rgba(5,7,8,.22) 100%); }
.page-hero-content { position: relative; z-index: 2; width: min(850px, 68vw); padding: 28px 0; }
.page-hero h1 { margin: 20px 0; font-size: clamp(50px,6.5vw,96px); line-height: 1.01; letter-spacing: -.055em; }
[dir="rtl"] .page-hero h1 { letter-spacing: -.025em; line-height: 1.2; }
.page-hero p:last-child { max-width: 700px; color: #d0d4d0; font-size: 18px; line-height: 1.8; }
.page-section { padding: 100px clamp(20px,6vw,96px); }
.page-section-inner { max-width: var(--max); margin: 0 auto; }
.page-section h2 { margin: 16px 0 26px; font-size: clamp(38px,5vw,72px); line-height: 1.05; letter-spacing: -.045em; }
[dir="rtl"] .page-section h2 { line-height: 1.25; letter-spacing: -.02em; }
.page-section-lead { max-width: 760px; color: #b7bbb6; font-size: 17px; line-height: 1.85; }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 78px minmax(270px,.82fr) minmax(320px,1.18fr); gap: clamp(26px,4vw,58px); align-items: center; min-height: 520px; padding: 56px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 115px; }
.service-detail:focus { outline: 0; }
.service-detail:target .service-detail-copy h2 { color: var(--accent); }
.service-detail-number { align-self: start; color: var(--accent); font-size: 38px; font-weight: 800; }
.service-detail-copy h2 { font-size: clamp(32px,4vw,58px); }
.service-detail-copy p { color: var(--muted); line-height: 1.8; }
.service-detail img { width: 100%; height: auto; max-height: 620px; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--line); background: var(--ink-soft); }
.service-detail:nth-child(5) img { aspect-ratio: 16 / 9; }
.project-gallery { display: grid; grid-template-columns: repeat(2,1fr); }
.gallery-project { position: relative; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; border-inline-end: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.gallery-project:nth-child(even) { border-inline-end: 0; }
.gallery-project img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.gallery-project:hover img { transform: scale(1.025); }
.gallery-project-copy { position: absolute; inset: auto 0 0; z-index: 2; padding: 34px; background: rgba(5,7,8,.84); }
.gallery-project-copy span { color: var(--accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.gallery-project-copy h2 { margin: 10px 0 0; font-size: clamp(25px,3vw,42px); line-height: 1.16; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.story-grid img { width: 100%; min-height: 580px; object-fit: cover; }
.story-copy p { color: var(--muted); font-size: 17px; line-height: 1.9; }
.process-photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 60px; }
.process-photo-grid img { width: 100%; height: 420px; object-fit: cover; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.value-item { min-height: 260px; padding: 34px 28px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-item:last-child { border-inline-end: 0; }
.value-item span { color: var(--accent); font-size: 13px; }
.value-item h3 { margin: 42px 0 14px; font-size: 23px; }
.value-item p { color: var(--muted); line-height: 1.75; font-size: 14px; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.contact-cards { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-card { min-height: 132px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-content: center; padding: 28px; background: var(--ink); }
.contact-card .dashicons { width: 32px; height: 32px; font-size: 32px; color: var(--accent); }
.contact-card span:last-child { display: grid; gap: 7px; }
.contact-card small { color: var(--muted); }
.contact-card strong { line-height: 1.55; }
.map-frame { margin: 46px 0 26px; border: 1px solid rgba(255,255,255,.22); background: var(--ink); }
.map-frame iframe { display: block; filter: grayscale(1) contrast(1.08); }
.generic-content { min-height: 60vh; padding: 140px clamp(20px,6vw,96px) 90px; }
.generic-content-inner { max-width: 860px; margin: 0 auto; }
.generic-content h1 { font-size: clamp(44px,6vw,78px); }
.generic-content .entry-content { color: #c2c6c2; line-height: 1.85; }

@media (max-width: 1080px) {
  .site-header { gap: 16px; }
  .nav { gap: 16px; }
  .nav a { font-size: 12px; }
  .header-quote { padding-inline: 14px; }
  .hero-content { width: min(720px, 68vw); }
  .process-track { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2n) { border-inline-end: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .service-list { grid-template-columns: 1fr; }
  .service-row:nth-child(odd) { border-inline-end: 0; }
  .quote-section { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .value-item:nth-child(2) { border-inline-end: 0; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  .site-header { top: 10px; width: calc(100% - 24px); min-height: 70px; padding: 10px 14px; border-radius: 12px; }
  .brand img { width: 38px; height: 38px; }
  .brand b { font-size: 12px; }
  .desktop-language, .header-quote { display: none; }
  .menu-button { display: grid; }
  .nav { position: fixed; inset: 90px 12px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: rgba(9,11,12,.98); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 22px 60px rgba(0,0,0,.42); }
  .nav.is-open { display: flex; }
  .nav a, .nav .mobile-language { display: block; width: 100%; padding: 17px 8px; text-align: start; border-bottom: 1px solid var(--line); }
  .hero { min-height: 840px; padding: 130px 20px 80px; align-items: flex-end; }
  .hero-image { inset: 0; width: 100%; object-position: 58% center; }
  .hero-shade, [dir="rtl"] .hero-shade { inset: 0; width: 100%; background: linear-gradient(0deg, rgba(5,7,8,.96) 0%, rgba(5,7,8,.82) 62%, rgba(5,7,8,.4) 100%); }
  .hero-content { width: 100%; max-width: 680px; padding-top: 60px; }
  .hero h1 { font-size: clamp(48px, 13vw, 74px); }
  .hero-copy { font-size: 16px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof { min-height: 80px; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .proof:last-child { border-bottom: 0; }
  .scroll-cue { display: none; }
  .section { padding: 80px 20px; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .section-heading h2, .coverage-section h2, .quote-section h2 { font-size: clamp(40px, 10vw, 60px); }
  .project, .project + .project, .coverage-section { grid-template-columns: 1fr; }
  .project-light img { order: 2; }
  .project-light .project-copy { order: 1; }
  .project img { min-height: 480px; max-height: 620px; }
  .project-copy { min-height: 400px; padding: 48px 24px; }
  .coverage-image img { min-height: 430px; }
  .coverage-copy { padding: 70px 24px; }
  .quote-section { padding: 80px 20px; gap: 44px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 60px 20px 110px; gap: 50px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .copyright { inset-inline: 20px; }
  .admin-bar .site-header { top: 56px; }
  .page-main { padding-top: 0; }
  .page-hero { min-height: 620px; padding: 130px 20px 60px; }
  .page-hero::after, [dir="rtl"] .page-hero::after { background: linear-gradient(0deg, rgba(5,7,8,.94) 0%, rgba(5,7,8,.74) 58%, rgba(5,7,8,.28) 100%); }
  .page-hero-content { width: 100%; }
  .page-section { padding: 80px 20px; }
  .service-detail { grid-template-columns: 64px 1fr; }
  .service-detail img { grid-column: 1 / -1; width: min(100%, 620px); max-height: none; aspect-ratio: 4 / 5; }
  .service-detail:nth-child(5) img { aspect-ratio: 16 / 9; }
  .project-gallery { grid-template-columns: 1fr; }
  .gallery-project { border-inline-end: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story-grid img { min-height: 460px; }
  .process-photo-grid { grid-template-columns: 1fr; }
  .process-photo-grid img { height: 520px; }
}

@media (max-width: 560px) {
  .brand small { font-size: 10px; }
  .hero h1 { max-width: 430px; }
  .hero-actions .button { width: 100%; }
  .process-track { grid-template-columns: 1fr; }
  .process-step { min-height: 180px; border-inline-end: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .process-step:first-child { border-top: 0; }
  .service-row { grid-template-columns: 42px 34px 1fr; gap: 14px; padding: 24px 0; }
  .service-row .service-arrow { display: none; }
  .service-number { font-size: 21px; }
  .service-row h3 { font-size: 18px; }
  .field-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 24px 18px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .service-detail { grid-template-columns: 1fr; gap: 12px; }
  .service-detail-number { margin-bottom: 4px; }
  .service-detail img { grid-column: auto; width: 100%; aspect-ratio: 4 / 5; }
  .service-detail:nth-child(5) img { aspect-ratio: 16 / 9; }
  .gallery-project { aspect-ratio: 3 / 4; }
  .values-grid { grid-template-columns: 1fr; }
  .value-item { border-inline-end: 0; }
  .process-photo-grid img { height: 400px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Expanded portfolio: preserve every panel in supplied project collages. */
.project-image-link { display:block; height:100%; }
.project-view-link { display:inline-block; margin-top:14px; font-size:14px; color:inherit; text-decoration:underline; text-underline-offset:5px; }
.gallery-project-collage { aspect-ratio:auto; background:#111; display:flex; flex-direction:column; }
.gallery-project-collage .project-image-link { height:auto; flex:1; background:#fff; }
.gallery-project-collage img { height:auto; object-fit:contain; display:block; }
.gallery-project-collage:hover img { transform:none; }
.gallery-project-collage .gallery-project-copy { position:relative; inset:auto; }
.project-lightbox { width:min(1100px,96vw); max-width:96vw; max-height:94dvh; padding:0; border:1px solid #555; background:#111; color:#fff; overscroll-behavior:contain; }
.project-lightbox::backdrop { background:rgba(0,0,0,.88); }
.project-lightbox img { width:100%; height:auto; display:block; }
.lightbox-toolbar { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:12px 20px; position:sticky; top:0; background:#111; z-index:1; }
.lightbox-toolbar button { background:transparent; border:1px solid #777; color:white; font-size:28px; line-height:1; min-width:44px; min-height:44px; cursor:pointer; }
html.project-viewer-open { overflow:hidden; }
@media (prefers-reduced-motion: reduce) { .gallery-project img { transition:none; } }

/* Keep extended project rows aligned without clipping collage panels. */
.gallery-project-collage .project-image-link { display:flex; align-items:center; justify-content:center; background:#111; }
.gallery-project-collage img { width:100%; max-height:none; height:auto; }
.gallery-project-copy { overflow-wrap:anywhere; }

/* v1.4: crisp, uncropped project photography and locally hosted Arabic type. */
@font-face { font-family:"Concept Arabic"; src:url("assets/fonts/NotoSansArabic-Regular.ttf") format("truetype"); font-weight:400; font-display:swap; }
@font-face { font-family:"Concept Arabic"; src:url("assets/fonts/NotoSansArabic-Bold.ttf") format("truetype"); font-weight:700 900; font-display:swap; }
@font-face { font-family:"Concept Kufi"; src:url("assets/fonts/NotoKufiArabic-Bold.ttf") format("truetype"); font-weight:700; font-display:swap; }
.brand small { font-family:"Concept Kufi",sans-serif; font-weight:700; font-size:12px; line-height:1.9; letter-spacing:0; color:#d2d4d0; text-align:start; }
[dir="rtl"] body, [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { font-family:"Concept Arabic",sans-serif; letter-spacing:0; }
.portfolio-jump { display:flex; flex-wrap:wrap; gap:12px; padding:24px clamp(20px,4vw,64px); border-bottom:1px solid var(--line); }
.portfolio-jump a { border:1px solid var(--line); border-radius:30px; padding:12px 20px; color:var(--paper); font-size:13px; }
.portfolio-jump a:hover { border-color:var(--accent); }
#project-stories, #installation-photos { scroll-margin-top:110px; }
.project-gallery { max-width:1440px; margin-inline:auto; padding:24px; gap:24px; align-items:stretch; }
.gallery-project { aspect-ratio:auto; display:flex; flex-direction:column; border:1px solid var(--line); background:#111; }
.gallery-project:nth-child(even) { border-inline-end:1px solid var(--line); }
.gallery-project .project-image-link { display:flex; align-items:center; justify-content:center; flex:1; height:auto; padding:12px; background:#111; }
.gallery-project img { display:block; width:100%; height:auto; max-height:690px; object-fit:contain; }
.gallery-project:not(.gallery-project-collage) img { max-height:560px; }
.gallery-project:hover img { transform:none; }
.gallery-project .gallery-project-copy { position:relative; inset:auto; padding:24px; background:#151818; border-top:1px solid var(--line); }
.gallery-project-copy h2 { font-size:clamp(24px,2.5vw,34px); }
.project { min-height:0; grid-template-columns:1fr 1fr; }
.project + .project { grid-template-columns:1fr 1fr; }
.project img { align-self:center; height:auto; min-height:0; max-height:760px; object-fit:contain; padding:24px; }
.project-copy { padding:clamp(30px,5vw,76px); }
.project-copy h3 { font-size:clamp(32px,3.5vw,56px); overflow-wrap:anywhere; }
.service-detail img { aspect-ratio:auto; max-height:620px; object-fit:contain; }
.story-grid img { min-height:0; max-height:750px; object-fit:contain; }
.process-photo-grid img { width:100%; height:420px; object-fit:contain; background:#111; }
.landline-contact { line-height:1.8; }
@media(max-width:760px) {
 .project-gallery { grid-template-columns:1fr; padding:16px; gap:20px; }
 .project, .project + .project { grid-template-columns:1fr; }
 .project img { padding:16px; max-height:650px; }
 .project-copy { padding:34px 24px; }
 .project-copy > span { font-size:28px; }
 .project-type { margin-top:20px; }
 .portfolio-jump { padding:16px; }
 .portfolio-jump a { padding:10px 14px; font-size:12px; }
 .brand small { font-size:11px; }
 .process-photo-grid img { height:auto; max-height:580px; }
}
