:root {
  --ink: #141b22;
  --charcoal: #1e2a33;
  --steel: #3f5d6d;
  --muted: #66727d;
  --line: #dce2e6;
  --paper: #f7f4ee;
  --surface: #ffffff;
  --mist: #eef3f2;
  --green: #0f6f63;
  --bronze: #b58538;
  --brand-blue: #0f4c81;
  --shadow: 0 18px 50px rgba(20, 27, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

html[dir="rtl"] body {
  font-family: Tajawal, Inter, Arial, sans-serif;
  text-align: right;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(181, 133, 56, 0.5);
  outline-offset: 3px;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  max-width: 890px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 226, 230, 0.8);
  background: rgba(247, 244, 238, 0.95);
  backdrop-filter: blur(16px);
}

.utility-bar {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 38px;
}

.utility-inner div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.utility-inner a:hover {
  color: var(--bronze);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-en {
  gap: 12px;
}

.brand-mark {
  display: flex;
  width: 86px;
  height: 76px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
}

.brand-wordmark {
  display: block;
  width: clamp(260px, 27vw, 390px);
  height: 68px;
}

.brand-wordmark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand strong {
  font-size: 17px;
  font-weight: 900;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.brand-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.english-brand-copy {
  gap: 6px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.brand-arabic-lockup {
  display: block;
  width: clamp(240px, 23vw, 340px);
  max-width: 100%;
}

.brand-arabic-lockup img {
  display: block;
  width: 100%;
  height: auto;
}

.english-brand-lines {
  display: grid;
  gap: 2px;
  justify-items: center;
}

.english-brand-copy strong {
  color: var(--brand-blue);
  font-size: clamp(14px, 0.94vw, 16.5px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.english-brand-subline {
  color: var(--brand-blue);
  font-size: 12.8px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.arabic-brand-copy {
  text-align: center;
}

.arabic-brand-copy strong {
  color: var(--ink);
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.18;
  font-weight: 900;
}

.arabic-brand-copy small {
  color: var(--steel);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-ar {
  gap: 10px;
}

.brand-ar .brand-mark {
  width: 78px;
  height: 70px;
}

.brand-ar .arabic-brand-copy {
  gap: 2px;
  justify-items: center;
  align-items: center;
}

.arabic-brand-copy small {
  display: block;
  width: 100%;
  margin-top: 2px;
  text-align: center;
}

.arabic-brand-copy bdi {
  direction: ltr;
  unicode-bidi: isolate;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--green);
}

.nav-links .nav-rfq,
.nav-links .lang-link,
.nav-lang-mobile.lang-link {
  flex: 0 0 auto;
}

.nav-lang-mobile,
.nav-lang-mobile.lang-link {
  display: none;
}

.nav-links .nav-rfq {
  margin-inline-start: 4px;
}

.lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(15, 111, 99, 0.66);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(22, 132, 117, 0.98), rgba(12, 99, 87, 0.98));
  color: white !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(20, 27, 34, 0.14);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.lang-link[lang="ar"] {
  font-size: 15px;
  letter-spacing: 0;
}

.lang-link:hover,
.lang-link.active {
  border-color: rgba(11, 81, 72, 0.88);
  background: linear-gradient(180deg, rgba(10, 90, 79, 0.98), rgba(7, 68, 60, 0.98));
  color: white !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(20, 27, 34, 0.2);
}

html[lang="en"] .lang-link {
  color: white !important;
}

html[dir="rtl"] .lang-link {
  color: white !important;
}

.nav-rfq {
  min-width: 96px;
  padding: 9px 14px;
  border-radius: 8px;
  background: var(--bronze);
  color: #17120a !important;
  text-align: center;
}

.nav-rfq:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

html[dir="rtl"] .brand {
  flex-direction: row-reverse;
}

html[dir="rtl"] .brand-copy {
  justify-items: end;
}

html[dir="rtl"] .brand-ar {
  flex-direction: row;
}

html[dir="rtl"] .brand-ar .arabic-brand-copy {
  max-width: 390px;
}

html[dir="rtl"] .brand-wordmark img {
  object-position: right center;
}

html[dir="rtl"] .nav-links {
  text-align: right;
  gap: 14px;
  font-size: 13px;
}

html[dir="rtl"] .nav-links a {
  white-space: nowrap;
}

html[dir="rtl"] .hero {
  background-position: center left;
}

html[dir="rtl"] .hero-shade {
  background:
    linear-gradient(270deg, rgba(12, 20, 26, 0.98) 0%, rgba(12, 20, 26, 0.9) 45%, rgba(12, 20, 26, 0.42) 100%),
    linear-gradient(180deg, rgba(12, 20, 26, 0.18), rgba(12, 20, 26, 0.78));
}

.hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: #18242c url("assets/hero-construction.jpg") center right / cover no-repeat;
  color: white;
}

.hero.reveal,
.page-hero.reveal {
  opacity: 1;
  transform: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 20, 26, 0.98) 0%, rgba(12, 20, 26, 0.9) 45%, rgba(12, 20, 26, 0.42) 100%),
    linear-gradient(180deg, rgba(12, 20, 26, 0.18), rgba(12, 20, 26, 0.78));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  min-height: 660px;
  padding: 72px 0 50px;
}

.hero-copy {
  max-width: 790px;
}

.hero-trust-note {
  margin: 18px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.hero-cert-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  max-width: 620px;
}

.hero-cert-strip img {
  display: block;
  width: clamp(126px, 12vw, 152px);
  height: auto;
  background: transparent;
  filter: drop-shadow(0 10px 22px rgba(8, 12, 18, 0.28));
}

.hero-cert-strip a,
.hero-cert-trigger {
  display: inline-flex;
  border-radius: 10px;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.hero-cert-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-cert-strip a:hover,
.hero-cert-strip a:focus-visible,
.hero-cert-trigger:hover,
.hero-cert-trigger:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 16px rgba(181, 133, 56, 0.22));
}

.social-rail {
  position: fixed;
  left: 18px;
  top: 50%;
  z-index: 65;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.social-rail-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  box-shadow: none;
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
}

.social-rail-item:hover,
.social-rail-item:focus-visible {
  transform: translateX(3px) scale(1.14);
  filter: drop-shadow(0 0 12px rgba(181, 133, 56, 0.34));
}

.social-rail-pending:hover,
.social-rail-pending:focus-visible {
  transform: translateX(2px) scale(1.08);
}

.social-rail-icon {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
}

.social-rail-icon svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.social-rail-label {
  display: none;
}

.social-rail-linkedin {
  color: #0a66c2;
}

.social-rail-whatsapp {
  color: #25d366;
}

.social-rail-pending {
  color: rgba(255, 255, 255, 0.78);
  cursor: default;
}

.social-rail-instagram {
  color: #d6249f;
}

.social-rail-facebook {
  color: #1877f2;
}

.social-rail-x {
  color: #ffffff;
}

.social-rail-youtube {
  color: #ff0000;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--bronze);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-hero .eyebrow {
  font-size: 15px;
}

.hero .eyebrow {
  margin-bottom: 12px;
  font-size: 15px;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1,
h2 {
  font-weight: 900;
}

h1 {
  font-size: clamp(36px, 5.2vw, 62px);
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(30px, 4vw, 48px);
}

html[dir="rtl"] .hero h1 {
  max-width: 720px;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.15;
}

.inner-page .page-hero h1 {
  font-size: clamp(30px, 4vw, 48px);
}

html[dir="rtl"] .inner-page .page-hero h1 {
  font-size: clamp(27px, 3.25vw, 40px);
  line-height: 1.16;
}

h2 {
  font-size: clamp(28px, 3.8vw, 44px);
}

.home-page .vision-band h2,
.home-page .section h2:not(.cta-title-compact) {
  font-size: clamp(24px, 2.8vw, 36px);
}

.inner-page .section h2:not(.cta-title-compact),
.inner-page .page-hero h2 {
  font-size: clamp(24px, 2.8vw, 36px);
}

h3 {
  font-size: 20px;
}

.inner-page h3 {
  font-size: 18px;
}

p {
  color: var(--muted);
}

.hero-lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

html[dir="rtl"] .hero-lead,
html[dir="rtl"] .page-hero p:not(.eyebrow),
html[dir="rtl"] .section-lead {
  font-size: 17px;
  line-height: 1.72;
}

.hero-actions,
.section-action,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(20, 27, 34, 0.16);
}

.button-primary {
  background: var(--bronze);
  color: #17120a;
}

.button-light {
  border-color: rgba(255, 255, 255, 0.36);
  color: white;
}

.button-dark {
  background: var(--ink);
  color: white;
}

.hero-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-card > span,
.card span,
.project-card span {
  color: var(--bronze);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card > span {
  color: var(--ink);
  font-size: 18px;
  text-transform: none;
}

html[dir="rtl"] .home-page .hero-card > span {
  display: block;
  font-size: 20px;
  line-height: 1.45;
}

.hero-card h2 {
  margin-top: 14px;
  font-size: 24px;
}

.home-page .hero-card h2 {
  font-size: clamp(20px, 2vw, 22px);
}

.hero-card ul {
  margin: 22px 0 0;
}

.capability-bar {
  background: var(--ink);
}

.capability-intro {
  padding: 24px 0 10px;
}

.capability-intro .eyebrow {
  margin: 0;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.capability-grid article {
  min-height: 150px;
  padding: 24px;
  background: var(--ink);
}

.capability-grid strong {
  display: block;
  color: white;
  font-size: 20px;
}

.capability-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.page-hero {
  padding: 104px 0 86px;
  background:
    linear-gradient(90deg, rgba(20, 27, 34, 0.9), rgba(30, 42, 51, 0.72)),
    url("assets/hero-construction.jpg") center / cover no-repeat;
  color: white;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.section {
  padding: 92px 0;
}

.home-page main > .section,
.home-page main > .vision-band,
.home-page main > .cta-band {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.muted {
  background: var(--mist);
}

.about-page .page-hero {
  padding: 96px 0 76px;
}

.about-page .page-hero h1 {
  max-width: 820px;
  font-size: clamp(28px, 3.7vw, 44px);
}

.about-page .page-hero p:not(.eyebrow) {
  max-width: 760px;
  font-size: 18px;
}

.about-page .section {
  padding: 78px 0;
}

.about-page .section-head {
  max-width: 860px;
  margin-bottom: 30px;
}

.services-page .page-hero {
  padding: 96px 0 76px;
}

.services-page .page-hero h1 {
  max-width: 820px;
  font-size: clamp(28px, 3.7vw, 44px);
}

.services-page .page-hero p:not(.eyebrow) {
  max-width: 760px;
  font-size: 18px;
}

.services-page .section {
  padding: 78px 0;
}

.services-page .section-head {
  max-width: 880px;
  margin-bottom: 30px;
}

.trading-page .page-hero {
  padding: 96px 0 76px;
}

.trading-page .page-hero h1 {
  max-width: 820px;
  font-size: clamp(28px, 3.7vw, 44px);
}

.trading-page .page-hero p:not(.eyebrow) {
  max-width: 760px;
  font-size: 18px;
}

.trading-page .section {
  padding: 78px 0;
}

.trading-page .section-head {
  max-width: 880px;
  margin-bottom: 30px;
}

.projects-page .page-hero {
  padding: 96px 0 76px;
}

.projects-page .page-hero h1 {
  max-width: 860px;
  font-size: clamp(28px, 3.7vw, 44px);
}

.projects-page .page-hero p:not(.eyebrow) {
  max-width: 760px;
  font-size: 18px;
}

.projects-page .section {
  padding: 78px 0;
}

.projects-page .section-head {
  max-width: 900px;
  margin-bottom: 30px;
}

.qhse-page .page-hero {
  padding: 96px 0 76px;
}

.qhse-page .page-hero h1 {
  max-width: 860px;
  font-size: clamp(28px, 3.7vw, 44px);
}

.qhse-page .page-hero p:not(.eyebrow) {
  max-width: 760px;
  font-size: 18px;
}

.qhse-page .section {
  padding: 78px 0;
}

.qhse-page .section-head {
  max-width: 900px;
  margin-bottom: 30px;
}

.contact-page .page-hero {
  padding: 96px 0 76px;
}

.contact-page .page-hero h1 {
  max-width: 840px;
  font-size: clamp(28px, 3.7vw, 44px);
}

.contact-page .page-hero p:not(.eyebrow) {
  max-width: 760px;
  font-size: 18px;
}

.contact-page .section {
  padding: 78px 0;
}

.contact-page .section-head {
  max-width: 900px;
  margin-bottom: 30px;
}

.split,
.cta-grid,
.inquiry-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 62px;
  align-items: start;
}

.section-head {
  max-width: 920px;
  margin-bottom: 36px;
}

.section-lead {
  max-width: 620px;
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.65;
}

.copy-block p:first-child {
  margin-top: 0;
}

.about-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 28px;
  align-items: start;
}

.about-overview-copy {
  max-width: 760px;
}

.about-overview-copy h2 {
  max-width: 720px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.about-overview-copy > p {
  margin: 16px 0 0;
}

.about-overview-copy .info-panel {
  margin: 22px 0 0;
}

.about-overview-copy .section-action {
  margin-top: 24px;
}

.about-overview-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(181, 133, 56, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(181, 133, 56, 0.12), rgba(255, 255, 255, 0.96)),
    var(--surface);
  box-shadow: 0 16px 36px rgba(20, 27, 34, 0.08);
}

.about-overview-panel .eyebrow {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 17px;
}

.about-overview-list {
  display: grid;
  gap: 12px;
}

.about-overview-list article {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 3px solid var(--bronze);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.about-overview-list strong,
.about-overview-list span {
  display: block;
}

.about-overview-list strong {
  color: var(--ink);
  font-size: 17px;
}

.about-overview-list span {
  color: var(--muted);
}

.service-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 28px;
  align-items: start;
}

.service-overview-copy {
  max-width: 760px;
}

.service-overview-copy h2 {
  max-width: 700px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.service-overview-copy > p {
  margin: 16px 0 0;
}

.service-overview-copy .info-panel {
  margin: 22px 0 0;
}

.service-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.service-anchor-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(15, 111, 99, 0.18);
  border-radius: 999px;
  background: rgba(15, 111, 99, 0.06);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-detail-card {
  scroll-margin-top: 120px;
}

.service-overview-copy .section-action {
  margin-top: 24px;
}

.service-overview-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(15, 111, 99, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(15, 111, 99, 0.08), rgba(255, 255, 255, 0.96)),
    var(--surface);
  box-shadow: 0 16px 36px rgba(20, 27, 34, 0.08);
}

.service-overview-panel .eyebrow {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 17px;
}

.service-overview-list {
  display: grid;
  gap: 12px;
}

.service-overview-list article {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 3px solid var(--green);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.service-overview-list strong,
.service-overview-list span {
  display: block;
}

.service-overview-list strong {
  color: var(--ink);
  font-size: 17px;
}

.service-overview-list span {
  color: var(--muted);
}

.trading-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 28px;
  align-items: start;
}

.trading-overview-copy {
  max-width: 760px;
}

.trading-overview-copy h2 {
  max-width: 680px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.trading-overview-copy > p {
  margin: 16px 0 0;
}

.trading-overview-copy .info-panel {
  margin: 22px 0 0;
}

.trading-overview-copy .section-action {
  margin-top: 24px;
}

.trading-overview-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(63, 93, 109, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(63, 93, 109, 0.08), rgba(255, 255, 255, 0.96)),
    var(--surface);
  box-shadow: 0 16px 36px rgba(20, 27, 34, 0.08);
}

.trading-overview-panel .eyebrow {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 17px;
}

.trading-overview-list {
  display: grid;
  gap: 12px;
}

.trading-overview-list article {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 3px solid var(--steel);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.trading-overview-list strong,
.trading-overview-list span {
  display: block;
}

.trading-overview-list strong {
  color: var(--ink);
  font-size: 17px;
}

.trading-overview-list span {
  color: var(--muted);
}

.project-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 28px;
  align-items: start;
}

.project-overview-copy {
  max-width: 780px;
}

.project-overview-copy h2 {
  max-width: 720px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.project-overview-copy > p {
  margin: 16px 0 0;
}

.project-overview-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(181, 133, 56, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(181, 133, 56, 0.12), rgba(255, 255, 255, 0.96)),
    var(--surface);
  box-shadow: 0 16px 36px rgba(20, 27, 34, 0.08);
}

.project-overview-panel .eyebrow {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 17px;
}

.project-overview-list {
  display: grid;
  gap: 12px;
}

.project-overview-list article {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 3px solid var(--bronze);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.project-overview-list strong,
.project-overview-list span {
  display: block;
}

.project-overview-list strong {
  color: var(--ink);
  font-size: 17px;
}

.project-overview-list span {
  color: var(--muted);
}

.qhse-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 28px;
  align-items: start;
}

.qhse-overview-copy {
  max-width: 760px;
}

.qhse-overview-copy h2 {
  max-width: 680px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.qhse-overview-copy > p {
  margin: 16px 0 0;
}

.qhse-overview-copy .info-panel {
  margin: 22px 0 0;
}

.qhse-overview-copy .section-action {
  margin-top: 24px;
}

.qhse-overview-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(15, 111, 99, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(15, 111, 99, 0.08), rgba(255, 255, 255, 0.96)),
    var(--surface);
  box-shadow: 0 16px 36px rgba(20, 27, 34, 0.08);
}

.qhse-overview-panel .eyebrow {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 17px;
}

.qhse-overview-list {
  display: grid;
  gap: 12px;
}

.qhse-overview-list article {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 3px solid var(--green);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.qhse-overview-list strong,
.qhse-overview-list span {
  display: block;
}

.qhse-overview-list strong {
  color: var(--ink);
  font-size: 17px;
}

.qhse-overview-list span {
  color: var(--muted);
}

.contact-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 28px;
  align-items: start;
}

.contact-overview-copy {
  max-width: 780px;
}

.contact-overview-copy h2 {
  max-width: 720px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.contact-overview-copy > p {
  margin: 16px 0 0;
}

.contact-overview-copy .info-panel {
  margin: 22px 0 0;
}

.contact-overview-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(181, 133, 56, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(181, 133, 56, 0.12), rgba(255, 255, 255, 0.96)),
    var(--surface);
  box-shadow: 0 16px 36px rgba(20, 27, 34, 0.08);
}

.contact-overview-panel .eyebrow {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 17px;
}

.contact-overview-list {
  display: grid;
  gap: 12px;
}

.contact-overview-list article {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 3px solid var(--bronze);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.contact-overview-list strong,
.contact-overview-list span {
  display: block;
}

.contact-overview-list strong {
  color: var(--ink);
  font-size: 17px;
}

.contact-overview-list span {
  color: var(--muted);
}

.info-panel {
  margin: 26px 0;
  padding: 22px;
  border: 1px solid rgba(181, 133, 56, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(181, 133, 56, 0.08), rgba(181, 133, 56, 0.02));
}

.info-panel strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 17px;
}

.check-list,
.scope-list {
  margin: 0;
  padding-left: 18px;
}

.check-list li + li,
.scope-list li + li {
  margin-top: 10px;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green);
  font-weight: 900;
}

.hero-local-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.faq-grid .card {
  min-height: 0;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.four,
.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.project-card,
.inquiry-form,
.contact-card,
.inquiry-notes {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(20, 27, 34, 0.05);
}

.card {
  min-height: 250px;
  padding: 26px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.about-page .card {
  min-height: 228px;
  padding: 24px;
}

.services-page .card {
  min-height: 228px;
  padding: 24px;
}

.trading-page .card {
  min-height: 228px;
  padding: 24px;
}

.projects-page .project-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
}

.projects-page .project-overview-copy {
  max-width: 760px;
}

.projects-page .project-overview-copy h2 {
  max-width: 700px;
}

.card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 111, 99, 0.28);
  box-shadow: var(--shadow);
}

.card.large {
  min-height: 310px;
}

.services-page .card.large {
  min-height: 292px;
}

.certificate-card {
  display: flex;
  flex-direction: column;
}

.qhse-page .card {
  min-height: 228px;
  padding: 24px;
}

.qhse-page .card.large {
  min-height: 286px;
}

.qhse-note {
  display: grid;
  gap: 24px;
}

.contact-page .card {
  min-height: 228px;
  padding: 24px;
}

.contact-page .inquiry-launch {
  padding: 30px;
}

.contact-page .contact-address {
  max-width: 760px;
}

.contact-page .contact-address .section-action {
  margin-top: 20px;
}

.contact-address-note {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--bronze);
  border-radius: 8px;
  background: var(--mist);
}

.contact-address-note strong,
.contact-address-note span {
  display: block;
}

.contact-address-note strong {
  color: var(--ink);
  font-size: 17px;
}

.contact-page .contact-card {
  padding: 24px;
}

.contact-page .text-link {
  margin-top: auto;
}

.card h3 {
  margin-top: 18px;
}

.card p {
  margin-bottom: 0;
}

.scope-list {
  margin-top: 18px;
}

.certificate-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 14px;
  border: 1px solid rgba(15, 111, 99, 0.22);
  border-radius: 8px;
  background: rgba(15, 111, 99, 0.08);
  color: var(--green);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.certificate-link:hover {
  transform: translateY(-2px);
  border-color: var(--green);
  background: rgba(15, 111, 99, 0.14);
}

ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

html[dir="rtl"] ul,
html[dir="rtl"] .check-list,
html[dir="rtl"] .scope-list {
  padding-right: 18px;
  padding-left: 0;
}

li + li {
  margin-top: 10px;
}

.highlight-list {
  display: grid;
  gap: 14px;
}

.project-highlight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.highlight-list article {
  padding: 20px;
  border-left: 4px solid var(--bronze);
  border-radius: 8px;
  background: var(--mist);
}

.highlight-list strong,
.highlight-list span {
  display: block;
}

.highlight-list span {
  margin-top: 6px;
  color: var(--muted);
}

.cta-band {
  padding: 76px 0;
  background: var(--charcoal);
  color: white;
}

.vision-band {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    linear-gradient(135deg, rgba(15, 111, 99, 0.96), rgba(20, 27, 34, 0.96)),
    var(--green);
  color: white;
}

.vision-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    linear-gradient(30deg, transparent 0 42%, rgba(255, 255, 255, 0.38) 42% 43%, transparent 43% 100%),
    linear-gradient(150deg, transparent 0 44%, rgba(255, 255, 255, 0.28) 44% 45%, transparent 45% 100%);
  background-size: 92px 92px;
}

.vision-grid,
.vision-stack {
  position: relative;
  z-index: 1;
}

.vision-stack {
  display: grid;
  gap: 28px;
}

.vision-top {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 32px;
  align-items: start;
}

.vision-copy {
  display: grid;
  gap: 14px;
}

.vision-grid p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
}

.vision-copy p {
  margin: 0;
}

.vision-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.vision-badge span {
  display: grid;
  width: 54px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background: rgba(181, 133, 56, 0.96);
  color: #17120a;
  font-size: 18px;
  font-weight: 900;
}

.vision-badge strong {
  font-size: 14px;
  font-weight: 900;
}

.vision-copy .eyebrow {
  margin-bottom: 0;
}

.vision-side-panel {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.vision-points {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.vision-points article {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 3px solid rgba(181, 133, 56, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}

.vision-points strong,
.vision-points span {
  display: block;
}

.vision-points strong {
  color: white;
  font-size: 17px;
}

.vision-points span {
  color: rgba(255, 255, 255, 0.76);
}

.vision-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.vision-cards article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  transition: transform 180ms ease, background 180ms ease;
}

.vision-cards article:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}

.vision-cards strong,
.vision-cards span {
  display: block;
}

.vision-cards strong {
  color: white;
  font-size: 18px;
}

.vision-cards span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
}

.cta-band h2 {
  max-width: 820px;
}

.cta-title-compact {
  font-size: clamp(22px, 2.2vw, 30px);
}

.project-cta-band {
  padding: 14px 0;
}

.project-cta-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.cta-band p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.project-cta-grid h2,
.project-cta-grid p:not(.eyebrow) {
  max-width: none;
}

.project-cta-grid p:not(.eyebrow) {
  margin-bottom: 0;
}

.project-cta-grid .eyebrow {
  margin-bottom: 8px;
}

.project-cta-grid .cta-title-compact {
  white-space: nowrap;
  font-size: clamp(18px, 1.8vw, 22px);
}

.project-cta-grid .cta-title-wrap {
  font-size: clamp(18px, 1.8vw, 22px);
  white-space: normal;
  max-width: 820px;
}

html[dir="rtl"] .project-cta-grid .cta-title-compact,
html[dir="rtl"] .project-cta-grid .cta-title-wrap {
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.32;
}

.cta-grid {
  align-items: center;
}

.cta-grid .button {
  justify-self: end;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.process-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(15, 111, 99, 0.04), rgba(255, 255, 255, 0.96)),
    var(--surface);
  box-shadow: 0 8px 24px rgba(20, 27, 34, 0.05);
}

.about-page .process-card {
  min-height: 206px;
}

.services-page .process-card {
  min-height: 204px;
}

.trading-page .product-grid .card {
  min-height: 252px;
}

.process-card span {
  color: var(--bronze);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.process-card h3 {
  margin-top: 16px;
}

.process-card p {
  margin-bottom: 0;
}

.product-grid {
  display: grid;
  gap: 18px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.featured-project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(20, 27, 34, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.featured-project-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 111, 99, 0.28);
  box-shadow: var(--shadow);
}

.featured-project-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.featured-project-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}

.featured-project-body h3 {
  font-size: 24px;
}

.home-page .featured-project-body h3 {
  font-size: 21px;
}

.featured-project-body p {
  margin: 0;
}

.project-meta {
  color: var(--bronze);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-card {
  min-height: 260px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(15, 111, 99, 0.08), rgba(181, 133, 56, 0.08)),
    var(--surface);
}

.project-grid-balanced {
  align-items: stretch;
}

.project-gallery-card {
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.project-gallery-card:hover,
.project-gallery-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(15, 111, 99, 0.32);
  box-shadow: var(--shadow);
  outline: none;
}

.project-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.project-card h3 {
  margin-top: 10px;
}

.projects-page .project-card h3 {
  font-size: 19px;
}

.projects-page .project-grid {
  gap: 20px;
}

.projects-page .project-card {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 243, 233, 0.88)),
    var(--surface);
  box-shadow: 0 12px 30px rgba(20, 27, 34, 0.07);
}

.project-card > span:first-of-type {
  display: block;
  margin-top: 4px;
}

.projects-page .project-card > span:first-of-type {
  margin-top: 0;
  margin-bottom: 2px;
}

.projects-page .project-photo {
  margin-bottom: 16px;
  border: 1px solid rgba(20, 27, 34, 0.06);
}

.projects-page .photo-link {
  margin-top: auto;
  padding-top: 16px;
}

.photo-link {
  display: inline-flex;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.photo-link:hover {
  color: var(--bronze);
}

.reference-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: var(--muted);
}

.home-reference-strip {
  margin-top: 28px;
}

.reference-strip strong {
  padding: 10px 13px;
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font-size: 14px;
}

.home-client-strip {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: 24px 24px 20px;
  border: 1px solid rgba(181, 133, 56, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 233, 0.98)),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 36px rgba(20, 27, 34, 0.08);
}

.about-client-strip {
  margin-top: 34px;
}

.about-page .home-client-strip {
  margin-top: 0;
}

.about-page .home-client-strip-head .eyebrow {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 20px;
}

.home-client-strip-head {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.home-client-strip-head p:not(.eyebrow) {
  margin: 0;
}

.logo-marquee {
  overflow: hidden;
  padding: 4px 0 2px;
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  animation: logo-marquee 34s linear infinite;
}

.logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused;
}

.logo-marquee-item {
  display: grid;
  min-width: 180px;
  min-height: 88px;
  place-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(20, 27, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
}

.logo-marquee-item img {
  display: block;
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.project-reference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.major-client-panel {
  display: grid;
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(181, 133, 56, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(181, 133, 56, 0.08), rgba(255, 255, 255, 0.96));
  box-shadow: 0 8px 24px rgba(20, 27, 34, 0.05);
}

.projects-page .major-client-panel {
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 243, 233, 0.9)),
    var(--surface);
  box-shadow: 0 14px 36px rgba(20, 27, 34, 0.08);
}

.major-client-intro {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.major-client-intro .eyebrow {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 20px;
}

.major-client-intro p:not(.eyebrow) {
  margin: 0;
}

.major-client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.major-client-card {
  display: grid;
  gap: 14px;
  min-height: 172px;
  padding: 18px;
  border: 1px solid rgba(20, 27, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.projects-page .major-client-card {
  min-height: 164px;
  padding: 20px;
}

.major-client-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 111, 99, 0.22);
  box-shadow: 0 14px 34px rgba(20, 27, 34, 0.08);
}

.major-client-logo-wrap {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(20, 27, 34, 0.06);
  border-radius: 8px;
  background: white;
}

.major-client-logo-wrap img {
  display: block;
  max-width: 100%;
  max-height: 78px;
  object-fit: contain;
}

.major-client-card strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}

.inquiry-launch,
.contact-grid {
  align-items: start;
}

.inquiry-launch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.inquiry-launch p {
  max-width: 720px;
}

.launch-actions {
  display: grid;
  gap: 12px;
  width: min(240px, 100%);
}

.inquiry-notes {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 20px;
  border-left: 4px solid var(--bronze);
}

.inquiry-notes strong {
  font-size: 18px;
}

.inquiry-notes span {
  color: var(--muted);
}

.inquiry-form,
.contact-card {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.quick-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfa;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.inquiry-form input,
.inquiry-form select {
  min-height: 46px;
  padding: 10px 12px;
}

.inquiry-form textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

.inquiry-form input[type="file"] {
  padding: 10px 12px;
  background: #fbfbfa;
}

.file-help {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.selected-files[hidden] {
  display: none;
}

.selected-files-list {
  display: grid;
  gap: 10px;
}

.selected-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfa;
}

.selected-file-meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selected-file-meta strong,
.selected-file-meta span {
  overflow-wrap: anywhere;
}

.selected-file-meta strong {
  color: var(--ink);
  font-size: 13px;
}

.selected-file-meta span {
  color: var(--muted);
  font-size: 12px;
}

.selected-file-remove {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(148, 43, 43, 0.18);
  border-radius: 8px;
  background: rgba(148, 43, 43, 0.06);
  color: #7b2424;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.selected-file-remove:hover {
  border-color: rgba(148, 43, 43, 0.32);
  background: rgba(148, 43, 43, 0.1);
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: 2px solid rgba(15, 111, 99, 0.2);
  border-color: var(--green);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inquiry-form button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.form-status {
  margin: -4px 0 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.form-status.is-success {
  border-color: rgba(15, 111, 99, 0.28);
  background: rgba(15, 111, 99, 0.08);
  color: var(--green);
}

.form-status.is-error {
  border-color: rgba(148, 43, 43, 0.2);
  background: rgba(148, 43, 43, 0.08);
  color: #7b2424;
}

.form-note {
  margin: -4px 0 0;
  font-size: 13px;
}

.inquiry-modal,
.success-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  pointer-events: none;
}

.certificate-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 4px;
  visibility: hidden;
  pointer-events: none;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  pointer-events: none;
}

.gallery-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.gallery-modal.is-open .modal-backdrop {
  opacity: 1;
}

.gallery-panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(90vh, 900px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  transition: opacity 240ms ease, transform 240ms ease;
}

.gallery-modal.is-open .gallery-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gallery-head {
  padding-right: 46px;
}

.gallery-head h2 {
  font-size: clamp(22px, 3vw, 34px);
}

.gallery-head p {
  margin: 8px 0 0;
  font-weight: 800;
}

.gallery-stage {
  position: relative;
  display: grid;
  min-height: 280px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #101820;
}

.gallery-image {
  display: block;
  width: 100%;
  max-height: 58vh;
  object-fit: contain;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(16, 24, 32, 0.72);
  color: white;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.gallery-prev {
  left: 14px;
}

.gallery-next {
  right: 14px;
}

.gallery-thumbs {
  display: grid;
  grid-auto-columns: 96px;
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.gallery-thumb {
  height: 68px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--mist);
  cursor: pointer;
  overflow: hidden;
}

.gallery-thumb.is-active {
  border-color: var(--bronze);
}

.gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificate-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.certificate-modal.is-open .modal-backdrop {
  opacity: 1;
}

.certificate-panel {
  position: relative;
  width: auto;
  max-width: calc(100vw - 8px);
  height: auto;
  max-height: calc(100vh - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 3px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  transition: opacity 240ms ease, transform 240ms ease;
}

.certificate-modal.is-open .certificate-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.certificate-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: auto;
  max-width: calc(100vw - 12px);
  height: auto;
  max-height: calc(100vh - 12px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.certificate-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  object-fit: contain;
  background: white;
}

.inquiry-modal.is-open,
.success-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 20, 26, 0.68);
  opacity: 0;
  transition: opacity 220ms ease;
  backdrop-filter: blur(5px);
}

.inquiry-modal.is-open .modal-backdrop,
.success-modal.is-open .modal-backdrop {
  opacity: 1;
}

.modal-panel {
  position: relative;
  width: min(900px, 100%);
  max-height: min(88vh, 920px);
  overflow: auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  transition: opacity 240ms ease, transform 240ms ease;
}

.inquiry-modal.is-open .modal-panel,
.success-modal.is-open .modal-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.success-panel {
  width: min(560px, 100%);
  text-align: center;
}

.success-mark {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(22, 132, 117, 0.14), rgba(12, 99, 87, 0.2));
  color: var(--green);
  box-shadow: inset 0 0 0 1px rgba(15, 111, 99, 0.18);
}

.success-mark span {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.success-head {
  margin: 0 auto 12px;
  padding-right: 0;
}

.success-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.modal-close:hover {
  border-color: var(--green);
  color: var(--green);
}

.modal-head {
  max-width: 760px;
  margin-bottom: 22px;
  padding-right: 38px;
}

.modal-head h2 {
  font-size: clamp(26px, 3.4vw, 36px);
}

.modal-head p {
  margin-bottom: 0;
}

address {
  margin-top: 26px;
  color: var(--muted);
  font-style: normal;
}

.contact-card > a {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--steel);
  font-weight: 900;
}

.footer {
  padding: 8px 0;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer a {
  color: white;
  font-weight: 900;
}

html[dir="rtl"] .highlight-list article,
html[dir="rtl"] .about-overview-list article,
html[dir="rtl"] .service-overview-list article,
html[dir="rtl"] .trading-overview-list article,
html[dir="rtl"] .project-overview-list article,
html[dir="rtl"] .qhse-overview-list article,
html[dir="rtl"] .contact-overview-list article,
html[dir="rtl"] .vision-points article,
html[dir="rtl"] .contact-address-note,
html[dir="rtl"] .inquiry-notes {
  border-right-width: 3px;
  border-right-style: solid;
  border-left: 0;
}

html[dir="rtl"] .contact-address-note,
html[dir="rtl"] .inquiry-notes {
  border-right-width: 4px;
}

html[dir="rtl"] .highlight-list article,
html[dir="rtl"] .about-overview-list article,
html[dir="rtl"] .project-overview-list article,
html[dir="rtl"] .contact-overview-list article,
html[dir="rtl"] .contact-address-note,
html[dir="rtl"] .inquiry-notes {
  border-right-color: var(--bronze);
}

html[dir="rtl"] .service-overview-list article,
html[dir="rtl"] .qhse-overview-list article {
  border-right-color: var(--green);
}

html[dir="rtl"] .trading-overview-list article {
  border-right-color: var(--steel);
}

html[dir="rtl"] .vision-points article {
  border-right-color: rgba(181, 133, 56, 0.92);
}

html[dir="rtl"] .gallery-head,
html[dir="rtl"] .certificate-head,
html[dir="rtl"] .modal-head {
  padding-right: 0;
}

html[dir="rtl"] .gallery-head {
  padding-left: 46px;
}

html[dir="rtl"] .certificate-head {
  padding-left: 42px;
}

html[dir="rtl"] .modal-head {
  padding-left: 38px;
}

html[dir="rtl"] .modal-close {
  right: auto;
  left: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .logo-marquee {
    overflow-x: auto;
  }

  .logo-marquee-track {
    animation: none;
  }
}

@media (max-width: 1040px) {
  .brand-arabic-lockup {
    width: min(280px, calc(100vw - 180px));
  }

  .english-brand-copy strong {
    font-size: 14.4px;
  }

  .english-brand-subline {
    font-size: 12px;
    letter-spacing: 0.11em;
  }

  .nav-toggle {
    display: block;
  }

  .nav-lang-mobile,
  .nav-lang-mobile.lang-link {
    display: inline-flex;
    margin-inline-start: auto;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 116px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  html[dir="rtl"] .nav-links {
    align-items: stretch;
  }

  .nav-links a {
    padding: 12px;
  }

  .nav-links .nav-rfq,
  .nav-links .lang-link {
    width: 100%;
    margin-inline-start: 0;
    margin-top: 8px;
  }

  .nav-links .lang-link {
    display: none;
  }

  html[dir="rtl"] .brand-ar .arabic-brand-copy {
    max-width: min(340px, calc(100vw - 170px));
  }

  .hero-grid,
  .about-overview,
  .service-overview,
  .trading-overview,
  .project-overview,
  .qhse-overview,
  .contact-overview,
  .split,
  .cta-grid,
  .vision-grid,
  .vision-stack,
  .vision-top,
  .inquiry-launch,
  .contact-grid,
  .capability-grid,
  .card-grid.two,
  .card-grid.three,
  .card-grid.four,
  .home-project-grid,
  .project-reference-grid,
  .major-client-grid,
  .product-grid,
  .project-grid,
  .project-highlight-grid {
    grid-template-columns: 1fr;
  }

  .cta-grid .button {
    justify-self: start;
  }

  .project-cta-grid .cta-title-compact {
    white-space: normal;
  }

  .vision-cards {
    grid-template-columns: 1fr;
  }

  .vision-cards-wide {
    grid-template-columns: 1fr;
  }

  .process-grid,
  .process-grid-compact,
  .quick-contact-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 24px, 1180px);
  }

  .utility-bar {
    font-size: 11px;
  }

  .utility-inner {
    align-items: center;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    min-height: auto;
    padding: 6px 0;
    text-align: center;
  }

  .utility-inner div {
    flex-direction: row;
    gap: 6px 12px;
    justify-content: center;
  }

  .utility-inner span,
  .utility-inner a {
    line-height: 1.2;
  }

  .utility-inner a {
    white-space: nowrap;
  }

  .nav {
    gap: 10px;
    min-height: 80px;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 64px;
    height: 56px;
  }

  .brand-en {
    gap: 10px;
  }

  .brand-en .brand-mark {
    width: 60px;
    height: 54px;
  }

  .english-brand-copy {
    gap: 4px;
  }

  .english-brand-lines {
    width: min(188px, calc(100vw - 176px));
  }

  .brand-arabic-lockup {
    width: min(236px, calc(100vw - 172px));
  }

  .english-brand-copy strong {
    font-size: 10.2px;
    letter-spacing: 0.03em;
  }

  .english-brand-subline {
    font-size: 9.4px;
    letter-spacing: 0.04em;
  }

  .brand-wordmark {
    width: min(230px, 52vw);
    height: 54px;
  }

  .brand-ar {
    gap: 6px;
  }

  .brand-ar .brand-mark {
    width: 60px;
    height: 54px;
  }

  .nav-lang-mobile.lang-link {
    min-width: 46px;
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    box-shadow: none;
  }

  .nav-lang-mobile.lang-link[lang="ar"] {
    font-size: 12px;
  }

  .arabic-brand-copy strong {
    font-size: 12.6px;
    line-height: 1.2;
  }

  .arabic-brand-copy small {
    font-size: 11px;
  }

  html[dir="rtl"] .brand-ar .arabic-brand-copy {
    max-width: min(244px, calc(100vw - 140px));
  }

  html[dir="rtl"] .brand-ar .arabic-brand-copy strong {
    font-size: 14px;
  }

  .hero,
  .hero-grid {
    min-height: 560px;
  }

  .hero {
    background-image: url("assets/hero-construction-mobile.jpg");
  }

  .page-hero {
    background-image:
      linear-gradient(90deg, rgba(20, 27, 34, 0.9), rgba(30, 42, 51, 0.72)),
      url("assets/hero-construction-mobile.jpg");
  }

  .hero-cert-strip {
    gap: 10px;
    max-width: 100%;
  }

  .hero-cert-strip img {
    width: min(142px, calc(50vw - 24px));
  }

  .social-rail {
    left: 50%;
    top: auto;
    bottom: max(12px, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(15, 27, 34, 0.86);
    box-shadow: 0 12px 30px rgba(12, 18, 24, 0.28);
    transform: translateX(-50%);
    backdrop-filter: blur(14px);
  }

  .social-rail-item {
    width: 32px;
    min-height: 32px;
  }

  .social-rail-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .social-rail-icon svg {
    width: 28px;
    height: 28px;
  }

  .social-rail-item:hover,
  .social-rail-item:focus-visible {
    transform: translateX(2px) scale(1.1);
  }

  .hero-lead,
  .page-hero p:not(.eyebrow) {
    font-size: 18px;
  }

  html[dir="rtl"] .hero h1,
  html[dir="rtl"] .inner-page .page-hero h1 {
    font-size: clamp(24px, 7vw, 31px);
  }

  .project-cta-band {
    padding: 10px 0;
  }

  .project-cta-grid {
    gap: 8px;
  }

  .project-cta-grid .eyebrow {
    margin-bottom: 6px;
  }

  .project-cta-grid .cta-title-compact,
  .project-cta-grid .cta-title-wrap {
    font-size: clamp(16px, 4.8vw, 18px);
    line-height: 1.28;
  }

  .project-cta-grid .button {
    min-height: 44px;
    padding: 10px 16px;
  }

  html[dir="rtl"] .hero-lead,
  html[dir="rtl"] .page-hero p:not(.eyebrow),
  html[dir="rtl"] .section-lead {
    font-size: 16px;
    line-height: 1.68;
  }

  .section,
  .page-hero {
    padding: 66px 0;
  }

  .about-page .section,
  .about-page .page-hero {
    padding: 66px 0;
  }

  .services-page .section,
  .services-page .page-hero {
    padding: 66px 0;
  }

  .trading-page .section,
  .trading-page .page-hero {
    padding: 66px 0;
  }

  .projects-page .section,
  .projects-page .page-hero {
    padding: 66px 0;
  }

  .qhse-page .section,
  .qhse-page .page-hero {
    padding: 66px 0;
  }

  .contact-page .section,
  .contact-page .page-hero {
    padding: 66px 0;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .inquiry-modal {
    padding: 12px;
  }

  .gallery-modal {
    padding: 12px;
  }

  .gallery-panel {
    max-height: 92vh;
    padding: 16px;
  }

  .gallery-nav {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .gallery-thumbs {
    grid-auto-columns: 78px;
  }

  .gallery-thumb {
    height: 56px;
  }

  .certificate-modal {
    padding: 2px;
  }

  .modal-panel {
    max-height: 92vh;
    padding: 22px;
  }

  .certificate-panel {
    max-width: calc(100vw - 4px);
    max-height: calc(100vh - 4px);
    padding: 2px;
  }

  .modal-head {
    padding-right: 34px;
  }

  html[dir="rtl"] .modal-head {
    padding-right: 0;
    padding-left: 34px;
  }

  .button {
    width: 100%;
  }

  .launch-actions {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .utility-bar {
    font-size: 10px;
  }

  .utility-inner {
    gap: 3px;
    padding: 5px 0;
  }

  .utility-inner div {
    gap: 4px 10px;
    justify-content: center;
  }

  .nav {
    gap: 8px;
    min-height: 76px;
  }

  .brand-mark,
  .brand-en .brand-mark,
  .brand-ar .brand-mark {
    width: 56px;
    height: 50px;
  }

  .brand-arabic-lockup {
    width: min(196px, calc(100vw - 160px));
  }

  .english-brand-lines {
    width: min(176px, calc(100vw - 164px));
  }

  .english-brand-copy strong {
    font-size: 9.4px;
    letter-spacing: 0.02em;
  }

  .english-brand-subline {
    font-size: 8.7px;
    letter-spacing: 0.03em;
  }

  .nav-lang-mobile.lang-link {
    min-width: 42px;
    padding: 0 8px;
  }

  .arabic-brand-copy strong {
    font-size: 11.6px;
  }

  html[dir="rtl"] .brand-ar .arabic-brand-copy {
    max-width: min(220px, calc(100vw - 134px));
  }

  html[dir="rtl"] .brand-ar .arabic-brand-copy strong {
    font-size: 13px;
  }

  .social-rail {
    gap: 4px;
    padding: 7px 8px;
  }
}
