:root {
  --black: #111;
  --dark: #1b1b1b;
  --gold: #c8a46b;
  --gold2: #dfc17f;
  --cream: #f6f1ea;
  --soft: #fbf8f3;
  --text: #161616;
  --muted: #5f6368;
  --line: #e6ded2;
  --radius: 24px;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
  --container: min(1180px, 92vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Tajawal, Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

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

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

img {
  max-width: 100%;
  display: block;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
  background: #fff;
  padding: 10px;
  z-index: 9999;
}

/* TOP BAR */

.topbar {
  background: #070707;
  color: #eee;
  font-size: 14px;
}

.topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
}

.topbar a {
  color: #eee;
}

.ltr-contact,
.ltr-contact a,
.ltr-contact bdi {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block;
  text-align: left;
}

html[dir="rtl"] .topbar-inner {
  direction: ltr !important;
  justify-content: flex-start;
}

/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #191919;
  color: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.nav-wrap {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
}

.brand strong {
  display: block;
  font-size: 22px;
  line-height: 1.02;
}

.brand small {
  display: block;
  color: #ddd;
  font-size: 15px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-inline-start: auto;
}

.main-nav > a,
.nav-item > a {
  font-size: 15px;
  font-weight: 800;
  color: #f2f2f2;
  padding: 12px 0;
  white-space: nowrap;
}

.main-nav a.active,
.main-nav a:hover,
.nav-item > a:hover {
  color: var(--gold2);
}

.nav-item {
  position: relative;
}

.nav-arrow {
  font-size: 12px;
  transition: 0.2s;
}

.has-dropdown:hover .nav-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  border-radius: 20px;
  padding: 14px;
  min-width: 520px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  z-index: 9999;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu {
  display: grid;
}

.dropdown-menu a {
  display: block;
  color: #eee !important;
  font-size: 14px;
  font-weight: 800;
  padding: 11px 12px;
  border-radius: 12px;
}

.dropdown-menu a:hover {
  background: rgba(200, 164, 107, 0.16);
  color: var(--gold2) !important;
}

.dropdown-menu a:first-child {
  grid-column: 1 / -1;
  background: rgba(200, 164, 107, 0.12);
}

html[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
}

.lang-switch {
  background: #fff;
  color: #111;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 900;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--gold);
  color: #111 !important;
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(200, 164, 107, 0.18);
}

.nav-cta {
  white-space: nowrap;
}

.btn.outline {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn.dark {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

.menu-toggle {
  display: none;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

/* HERO */

.hero {
  position: relative;
  min-height: 690px;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero video,
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.84),
    rgba(0, 0, 0, 0.62) 42%,
    rgba(0, 0, 0, 0.18)
  );
}

html[dir="rtl"] .hero::after {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.84),
    rgba(0, 0, 0, 0.62) 42%,
    rgba(0, 0, 0, 0.18)
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  width: var(--container);
  max-width: none;
  margin-inline: auto;
  padding: 64px 0;
}

.hero-content > * {
  max-width: 800px;
}

.eyebrow {
  display: block;
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: clamp(42px, 5.2vw, 66px);
  line-height: 1.06;
  max-width: 760px;
  margin: 0 0 20px;
}

.hero p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 650px;
  color: #f1f1f1;
  margin: 0;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* SECTIONS */

.section {
  padding: 90px 0;
}

.section.soft {
  background: var(--soft);
}

.section.dark {
  background: #111;
  color: #fff;
}

.section-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 38px;
}

.section-head h2 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.08;
  margin: 0;
}

.section-head p {
  font-size: 19px;
  color: var(--muted);
}

.dark .section-head p {
  color: #ddd;
}

/* HOME SERVICE CARDS */

.service-grid-9 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.compact-service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.22s ease;
}

.compact-service-card:hover {
  transform: translateY(-4px);
}

.compact-service-card > img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}

.service-card-body {
  padding: 18px;
  min-height: 265px;
  display: flex;
  flex-direction: column;
}

.compact-service-card .service-card-body .icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(200, 164, 107, 0.18);
  border: 1px solid rgba(200, 164, 107, 0.45);
  color: #8a6528;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: none;
  flex: 0 0 48px;
}

.compact-service-card .service-card-body .icon svg {
  width: 25px;
  height: 25px;
  display: block;
  color: currentColor;
}

.compact-service-card .service-card-body .icon svg,
.compact-service-card .service-card-body .icon svg *,
.compact-service-card .service-card-body .icon svg path,
.compact-service-card .service-card-body .icon svg rect,
.compact-service-card .service-card-body .icon svg circle,
.compact-service-card .service-card-body .icon svg line,
.compact-service-card .service-card-body .icon svg polyline,
.compact-service-card .service-card-body .icon svg polygon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-file-icon img,
.compact-service-card .service-card-body .service-file-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: none;
  transition: transform 0.2s ease;
}

.compact-service-card:hover .service-card-body .icon {
  background: var(--gold);
  border-color: var(--gold);
  color: #111;
}

.compact-service-card:hover .service-file-icon img {
  transform: scale(1.05);
}

.service-card-body strong {
  display: block;
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.service-card-body p,
.service-card-summary {
  color: #626262;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
}

.service-card-body .text-link {
  margin-top: auto;
}

.text-link {
  color: #7b5926;
  font-weight: 900;
}

/* SECTORS */

.sectors-section {
  position: relative;
  overflow: hidden;
}

.sectors-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/gallery/why.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  filter: grayscale(1);
  pointer-events: none;
}

.sectors-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(200, 164, 107, 0.12), transparent 38%);
  pointer-events: none;
}

.sectors-section .container {
  position: relative;
  z-index: 1;
}

.section.dark .section-head h2 {
  font-size: clamp(34px, 4.2vw, 58px);
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sector-card {
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 24px;
  min-height: 210px;
}

.sector-card strong {
  display: block;
  color: var(--gold2);
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.35;
}

.sector-card p {
  color: #d8d8d8;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

/* PROJECT CARDS */

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

.project-showcase-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.project-slider {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  background: #111;
}

.project-slides {
  position: absolute;
  inset: 0;
}

.project-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.project-slide.active {
  opacity: 1;
}

.project-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.project-nav.prev {
  left: 12px;
}

.project-nav.next {
  right: 12px;
}

html[dir="rtl"] .project-nav.prev {
  left: auto;
  right: 12px;
}

html[dir="rtl"] .project-nav.next {
  right: auto;
  left: 12px;
}

.project-dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
  z-index: 2;
}

.project-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.50);
}

.project-dots span.active {
  background: var(--gold2);
}

.project-showcase-card .pad {
  padding: 22px;
}

.project-showcase-card h3 {
  font-size: 23px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.project-showcase-card p {
  margin: 0;
  color: #5f6368;
}

.project-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.project-meta span {
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #e4d8c8;
  border-radius: 999px;
  padding: 6px 10px;
  background: #fbf5eb;
  color: #61451e;
}

/* LOGO MARQUEE */

.logo-marquee {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  padding: 18px;
}

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

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

.logo-track img {
  height: 84px;
  width: 150px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.88;
}

.logo-track img:hover {
  filter: none;
  opacity: 1;
}

@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }

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

html[dir="rtl"] .logo-track {
  animation-name: scrollLogosRtl;
}

@keyframes scrollLogosRtl {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}

/* INNER PAGES */

.page-hero {
  background: linear-gradient(135deg, #111, #2b2419);
  color: #fff;
  padding: 95px 0 78px;
}

.page-hero h1 {
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.08;
  margin: 14px 0;
}

.page-hero p {
  max-width: 780px;
  color: #eee;
  font-size: 18px;
}

.breadcrumb {
  font-size: 14px;
  color: #d9c194;
}

.breadcrumb a {
  color: #fff;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.value-grid,
.services-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
}

.value-icon,
.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(200, 164, 107, 0.18);
  border: 1px solid rgba(200, 164, 107, 0.45);
  color: #8a6528;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 13px;
}

.value-icon svg,
.service-icon svg,
.compliance-media svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.certificate-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  display: flex;
  gap: 14px;
}

.certificate-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.service-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.scope-pill {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  font-weight: 800;
}

.service-hero-img {
  border-radius: 28px;
  box-shadow: var(--shadow);
  height: 440px;
  width: 100%;
  object-fit: cover;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.split img {
  border-radius: 24px;
  box-shadow: var(--shadow);
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

/* SERVICES PAGE EXTRA CARDS */

.service-cards-6 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  display: block;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.service-card .pad {
  padding: 22px;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.22;
}

.service-card p {
  color: #5f6368;
}

/* ABOUT PAGE */

.about-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.92), rgba(43, 36, 25, 0.88)),
    url("../img/gallery/why.jpg");
  background-size: cover;
  background-position: center;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(200, 164, 107, 0.20), transparent 36%);
  pointer-events: none;
}

.about-hero .container {
  position: relative;
  z-index: 1;
}

.about-intro-section {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 107, 0.08), transparent 32%),
    #fff;
}

.about-intro h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  margin: 0 0 20px;
}

.about-intro p {
  font-size: 17px;
  color: #3e4146;
  margin: 0 0 18px;
}

.about-highlight-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.about-highlight {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

.about-highlight > span {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(200, 164, 107, 0.16);
  border: 1px solid rgba(200, 164, 107, 0.34);
  color: #8a6528;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-highlight svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-highlight strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 4px;
}

.about-highlight p {
  margin: 0;
  font-size: 15px;
  color: #626262;
  line-height: 1.45;
}

.about-image-wrap {
  position: relative;
}

.about-image-wrap img {
  width: 100%;
  min-height: 520px;
  max-height: 620px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.about-floating-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(17, 17, 17, 0.88);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 18px 20px;
  backdrop-filter: blur(10px);
  max-width: 260px;
}

html[dir="rtl"] .about-floating-card {
  left: auto;
  right: 24px;
}

.about-floating-card strong {
  display: block;
  color: var(--gold2);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.about-floating-card span {
  display: block;
  color: #f1f1f1;
  font-size: 14px;
  line-height: 1.4;
}

.about-values-section .value-card {
  min-height: 285px;
}

.compact-value-card {
  min-height: 245px;
  padding: 26px;
}

.compact-value-card .value-icon {
  margin-bottom: 18px;
}

.compact-value-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.compact-value-card p {
  margin: 0;
  color: #626262;
  font-size: 16px;
  line-height: 1.55;
}

/* CERTIFICATES */

.certificate-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.certificate-preview {
  width: 100%;
  text-align: left;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 26px;
  padding: 24px;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: 0.22s ease;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 240px;
}

html[dir="rtl"] .certificate-preview {
  text-align: right;
}

.certificate-preview:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 164, 107, 0.65);
}

.certificate-preview img {
  width: 110px;
  height: 155px;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px;
}

.certificate-preview span {
  display: block;
  color: #8a6528;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.certificate-preview strong {
  display: block;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #111;
}

.certificate-preview p {
  margin: 0;
  color: #626262;
  font-size: 15px;
  line-height: 1.5;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.compliance-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
  min-height: 215px;
}

.compliance-media {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(200, 164, 107, 0.14);
  border: 1px solid rgba(200, 164, 107, 0.32);
  color: #8a6528;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.compliance-media svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compliance-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.compliance-card p {
  margin: 0;
  color: #626262;
  font-size: 15px;
  line-height: 1.5;
}

.cert-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.cert-modal.open {
  display: flex;
}

.cert-modal img {
  max-width: min(92vw, 920px);
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.cert-modal-close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

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

/* CHECK LIST */

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.check-list span {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
}

.check-list span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 900;
}

html[dir="rtl"] .check-list span {
  padding-left: 0;
  padding-right: 28px;
}

html[dir="rtl"] .check-list span::before {
  left: auto;
  right: 0;
}

/* CONTACT */

.contact-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.contact-info-card {
  background: #111;
  color: #fff;
  border-radius: 24px;
  padding: 30px;
}

.contact-info-card a {
  color: #fff;
}

.form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field label {
  display: block;
  font-weight: 900;
  margin-bottom: 6px;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
}

/* FILTERS */

.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.filter-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 900;
  cursor: pointer;
}

.filter-btn.active {
  background: #111;
  color: #fff;
}

/* FOOTER */

.site-footer {
  background: #0d0d0d;
  color: #fff;
  padding: 58px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1fr 1.05fr;
  gap: 34px;
}

.footer-logo {
  width: 92px;
  background: #fff;
  padding: 6px;
  margin-bottom: 14px;
}

.site-footer h3 {
  color: var(--gold2);
  margin: 0 0 14px;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a,
.site-footer p {
  color: #d7d7d7;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1c1c1c;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.social-icons a:hover {
  background: var(--gold);
  color: #111;
}

.social-icons svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.affiliations {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 22px;
  margin-top: 28px;
}

.affiliations img {
  height: 74px;
  width: 104px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 7px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  margin-top: 28px;
  padding-top: 18px;
  color: #aaa;
  font-size: 14px;
}

/* WHATSAPP */

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #25d366;
  color: #fff !important;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  z-index: 999;
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.28);
}

html[dir="rtl"] .whatsapp-float {
  right: auto;
  left: 24px;
}

/* RESPONSIVE */

@media (max-width: 1160px) {
  .brand {
    min-width: auto;
  }

  .brand small {
    display: none;
  }

  .main-nav {
    gap: 12px;
  }

  .nav-cta {
    display: none;
  }

  .dropdown-menu {
    min-width: 470px;
  }
}

@media (max-width: 960px) {
  .menu-toggle {
    display: block;
    margin-inline-start: auto;
  }

  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    background: #111;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
    align-items: stretch;
    flex-direction: column;
    z-index: 9999;
  }

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

  .dropdown-menu {
    position: static;
    display: none !important;
    grid-template-columns: 1fr;
    min-width: 0;
    margin-top: 8px;
    box-shadow: none;
    border-radius: 14px;
  }

  .dropdown-menu::before {
    display: none;
  }

  .has-dropdown.open .dropdown-menu {
    display: grid !important;
  }

  .has-dropdown:hover .dropdown-menu {
    display: none !important;
  }

  .has-dropdown.open:hover .dropdown-menu {
    display: grid !important;
  }

  .service-grid-9,
  .project-showcase,
  .sector-grid,
  .value-grid,
  .services-page-grid,
  .certificate-strip,
  .service-cards-6,
  .compliance-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-head,
  .split,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: 600px;
  }

  .topbar-inner {
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    height: auto;
    padding: 9px 0;
  }

  html[dir="rtl"] .topbar-inner {
    justify-content: center;
  }

  .nav-wrap {
    min-height: 86px;
  }

  .about-image-wrap img {
    min-height: 380px;
  }

  .certificate-showcase {
    grid-template-columns: 1fr;
  }

  .certificate-preview {
    grid-template-columns: 100px 1fr;
    min-height: 190px;
  }

  .certificate-preview img {
    width: 92px;
    height: 130px;
  }
}

@media (max-width: 640px) {
  .service-grid-9,
  .project-showcase,
  .sector-grid,
  .value-grid,
  .services-page-grid,
  .certificate-strip,
  .service-scope-grid,
  .form-row,
  .service-cards-6,
  .footer-grid,
  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 540px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 16px;
  }

  .section {
    padding: 64px 0;
  }

  .section-head h2 {
    font-size: 38px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand img {
    width: 62px;
    height: 62px;
  }

  .lang-switch {
    padding: 8px 12px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding: 12px 18px;
  }

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

  .logo-track img {
    height: 66px;
    width: 120px;
  }

  .compact-service-card > img {
    height: 155px;
  }

  .about-highlight {
    grid-template-columns: 1fr;
  }

  .about-highlight > span {
    width: 48px;
    height: 48px;
  }

  .about-image-wrap img {
    min-height: 300px;
  }

  .about-floating-card {
    position: static;
    margin-top: 14px;
    max-width: none;
  }

  .certificate-preview {
    grid-template-columns: 1fr;
  }

  .certificate-preview img {
    width: 105px;
    height: 148px;
  }

  .affiliations {
  gap: 10px;
}

.affiliations img {
  height: 58px;
  width: 88px;
  padding: 6px;
  border-radius: 10px;
}
}

/* ABOUT INTRO FINAL LAYOUT */

.about-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.about-intro-text h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  margin: 0 0 20px;
}

.about-intro-text p {
  font-size: 17px;
  color: #3e4146;
  margin: 0 0 18px;
}

.about-highlight-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 8px;
}

.about-highlight-row .about-highlight {
  grid-template-columns: 54px 1fr;
  min-height: 150px;
  align-items: flex-start;
}

.about-highlight-row .about-highlight p {
  font-size: 15px;
  line-height: 1.45;
}

.about-image-wrap img {
  min-height: 420px;
  max-height: 500px;
  object-fit: cover;
}

@media (max-width: 960px) {
  .about-intro-layout {
    grid-template-columns: 1fr;
  }

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

  .about-image-wrap img {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .about-highlight-row .about-highlight {
    grid-template-columns: 1fr;
  }
}
/* VISION MISSION VALUES ICON UPGRADE */

.compact-value-card .value-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(200, 164, 107, 0.20), rgba(255, 255, 255, 0.90));
  border: 1px solid rgba(200, 164, 107, 0.45);
  color: #8a6528;
  box-shadow: 0 12px 26px rgba(200, 164, 107, 0.16);
}

.compact-value-card .value-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compact-value-card:hover .value-icon {
  background: var(--gold);
  color: #111;
}
/* =========================================================
   Buildings Rank final polish v16
   Clean override layer, added after earlier sections to avoid layout breakage.
   ========================================================= */

:root {
  --br-black: #101010;
  --br-charcoal: #171717;
  --br-soft-black: #22201f;
  --br-gold: #C8A46B;
  --br-gold-dark: #9C7435;
  --br-cream: #F7F3EC;
  --br-border: rgba(16, 16, 16, 0.12);
}

.site-header {
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.08);
}

.main-nav a,
.lang-switch,
.nav-cta {
  white-space: nowrap;
}

.dropdown-menu {
  border: 1px solid rgba(200, 164, 107, 0.28);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}

.service-file-icon,
.service-directory-icon {
  background: linear-gradient(135deg, rgba(200, 164, 107, 0.20), rgba(255,255,255,0.96));
  border: 1px solid rgba(200, 164, 107, 0.42);
}

.service-file-icon img,
.service-directory-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.service-card-summary {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.service-directory-card {
  display: grid;
  grid-template-columns: minmax(210px, 38%) 1fr;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-directory-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.13);
  border-color: rgba(200, 164, 107, 0.42);
}

.service-directory-image {
  display: block;
  min-height: 100%;
  background: #111;
}

.service-directory-image img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  display: block;
  filter: saturate(0.98) contrast(1.04);
}

.service-directory-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-directory-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
}

.service-directory-body h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
}

.service-directory-body h3 a {
  color: #111;
  text-decoration: none;
}

.service-directory-body p {
  margin: 0;
  color: #575757;
  line-height: 1.65;
}

.service-tags,
.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-tags span,
.project-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: rgba(200, 164, 107, 0.13);
  color: #7c5a24;
  border: 1px solid rgba(200, 164, 107, 0.26);
}

.service-landing-hero,
.contact-hero {
  background:
    linear-gradient(90deg, rgba(16,16,16,0.92), rgba(16,16,16,0.70)),
    url('../img/gallery/service1.jpg') center/cover no-repeat;
}

.trust-split {
  align-items: stretch;
}

.trust-panel {
  border-radius: 26px;
  padding: 32px;
  background: linear-gradient(145deg, #151515, #24211d);
  color: #fff;
  border: 1px solid rgba(200, 164, 107, 0.28);
  box-shadow: 0 22px 54px rgba(0,0,0,0.18);
}

.trust-panel strong {
  display: block;
  font-size: 24px;
  margin-bottom: 18px;
  color: var(--br-gold);
}

.trust-panel ul {
  margin: 0;
  padding-inline-start: 20px;
}

.trust-panel li {
  margin: 0 0 12px;
  line-height: 1.55;
  color: rgba(255,255,255,0.88);
}

.project-showcase-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 20px 54px rgba(0,0,0,0.08);
  background: #fff;
}

.project-slider,
.project-slides {
  aspect-ratio: 1 / 1;
  background: #111;
}

.project-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-showcase-card .pad {
  padding: 24px;
}

.project-showcase-card h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.18;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-btn {
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #161616;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 800;
  cursor: pointer;
}

.filter-btn.active,
.filter-btn:hover {
  background: #111;
  color: var(--br-gold);
  border-color: #111;
}

.premium-contact-card,
.rfq-card,
.map-card {
  border-radius: 26px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.08);
}

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

.contact-mini-grid span {
  border-radius: 14px;
  padding: 12px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(200, 164, 107, 0.12);
  color: #795922;
  border: 1px solid rgba(200, 164, 107, 0.25);
}

.form select,
.form input,
.form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.14);
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}

.form select:focus,
.form input:focus,
.form textarea:focus {
  outline: 2px solid rgba(200, 164, 107, 0.35);
  border-color: var(--br-gold);
}

.form-note {
  margin: 4px 0 18px;
  font-size: 14px;
  color: #5b5b5b;
}

.map-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  background: linear-gradient(135deg, #fff, #f7f1e6);
  border: 1px solid rgba(200, 164, 107, 0.26);
  padding: 30px;
}

.affiliations {
  gap: 12px !important;
  justify-content: center;
  flex-wrap: wrap;
}

.affiliations img {
  height: 74px !important;
  width: 104px !important;
  padding: 7px !important;
  border-radius: 12px !important;
  object-fit: contain !important;
  background: #fff !important;
}

[dir="rtl"] .service-directory-body,
[dir="rtl"] .project-showcase-card .pad,
[dir="rtl"] .contact-info-card,
[dir="rtl"] .rfq-card {
  text-align: right;
}

[dir="rtl"] .trust-panel ul {
  padding-inline-start: 0;
  padding-inline-end: 20px;
}

@media (max-width: 1100px) {
  .service-directory-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .service-directory-card {
    grid-template-columns: 1fr;
  }

  .service-directory-image img {
    min-height: 230px;
  }

  .map-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .service-directory-body,
  .project-showcase-card .pad,
  .trust-panel,
  .map-card {
    padding: 20px;
  }

  .contact-mini-grid {
    grid-template-columns: 1fr;
  }

  .affiliations img {
    height: 58px !important;
    width: 88px !important;
    padding: 6px !important;
    border-radius: 10px !important;
  }
}


/* V17 PROJECT + SERVICE VISUAL POLISH */
.project-sector {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  margin-bottom: 12px;
  background: rgba(200,164,107,0.13);
  color: #7c5a24;
  border: 1px solid rgba(200,164,107,0.28);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.project-dots {
  padding-inline: 14px;
  flex-wrap: wrap;
}

.project-dots span {
  width: 7px;
  height: 7px;
}

.service-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12,12,12,0.94), rgba(22,18,13,0.76)),
    var(--service-hero-image) center/cover no-repeat;
}

.service-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 15%, rgba(200,164,107,0.22), transparent 34%);
  pointer-events: none;
}

.service-detail-hero .container {
  position: relative;
  z-index: 1;
}

.service-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: end;
}

.service-hero-actions .btn.outline.light {
  border-color: rgba(255,255,255,0.55);
  color: #fff;
}

.service-hero-proof {
  border-radius: 26px;
  padding: 24px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(12px);
  display: grid;
  gap: 10px;
}

.service-hero-proof strong {
  color: var(--br-gold);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 4px;
}

.service-hero-proof span {
  color: #fff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 11px 12px;
  font-weight: 800;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: center;
}

.service-detail-copy h2 {
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.12;
  margin: 10px 0 14px;
}

.premium-scope-grid .scope-pill {
  background: linear-gradient(145deg, #fff, #fbf6ee);
  border-color: rgba(200,164,107,0.28);
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.service-page-slider {
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.18);
}

.service-page-slider .project-slide {
  filter: saturate(1.02) contrast(1.03);
}

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

.service-process-row article {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.07);
}

.service-process-row span {
  display: inline-flex;
  margin-bottom: 16px;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  background: #111;
  color: var(--br-gold);
  font-weight: 900;
}

.service-process-row h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.service-process-row p {
  margin: 0;
  color: #5f6368;
  line-height: 1.6;
}

.service-cta-band {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #121212, #28231c);
  color: #fff;
  border: 1px solid rgba(200,164,107,0.32);
  box-shadow: 0 28px 70px rgba(0,0,0,0.18);
}

.service-cta-band h2 {
  color: #fff;
  max-width: 820px;
}

.service-cta-band p {
  color: rgba(255,255,255,0.78);
  max-width: 850px;
}

.related-service-card {
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  color: inherit;
}

.related-service-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.related-service-card h3,
.related-service-card p {
  padding-inline: 22px;
}

.related-service-card h3 {
  margin: 18px 0 8px;
}

.related-service-card p {
  padding-bottom: 22px;
}

@media (max-width: 1100px) {
  .service-detail-hero-grid,
  .service-detail-layout,
  .service-process-row {
    grid-template-columns: 1fr 1fr;
  }

  .service-hero-proof {
    align-self: stretch;
  }
}

@media (max-width: 820px) {
  .service-detail-hero-grid,
  .service-detail-layout,
  .service-process-row,
  .premium-scope-grid {
    grid-template-columns: 1fr;
  }

  .service-page-slider {
    aspect-ratio: 1 / 1;
  }

  .service-cta-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
}


/* V18 service page polish: clear hero image, consistent scrolling gallery, mobile-safe layout */
.service-detail-hero-v18 {
  padding: 88px 0 76px;
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8,8,8,0.96) 0%, rgba(17,14,10,0.86) 47%, rgba(17,14,10,0.52) 100%),
    var(--service-hero-image) center/cover no-repeat;
}

.service-detail-hero-v18 .service-detail-hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(410px, 0.9fr);
  align-items: center;
}

.service-hero-copy p:not(.breadcrumb) {
  max-width: 780px;
}

.service-hero-media {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
  backdrop-filter: blur(12px);
}

.service-hero-main-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.service-hero-media-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 96px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(0,0,0,0.70);
  border: 1px solid rgba(255,255,255,0.14);
}

.service-hero-media-caption strong {
  color: var(--br-gold);
  font-size: 17px;
}

.service-hero-media-caption span {
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.45;
}

.service-hero-mini-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  background: rgba(0,0,0,0.42);
}

.service-hero-mini-row img {
  width: 100%;
  height: 82px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.service-visual-strip-section {
  padding-top: 58px;
  padding-bottom: 58px;
  background: linear-gradient(180deg, #f8f6f2 0%, #ffffff 100%);
  overflow: hidden;
}

.service-strip-head {
  margin-bottom: 20px;
}

.service-visual-scroller-wrap {
  overflow: hidden;
}

.service-visual-scroller {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 16px;
  -webkit-overflow-scrolling: touch;
}

.service-visual-scroller::-webkit-scrollbar {
  height: 8px;
}

.service-visual-scroller::-webkit-scrollbar-thumb {
  background: rgba(200,164,107,0.75);
  border-radius: 999px;
}

.service-scroll-card {
  flex: 0 0 clamp(270px, 31vw, 430px);
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  scroll-snap-align: start;
  border: 1px solid rgba(0,0,0,0.08);
}

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

.service-scroll-card figcaption {
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 13px 15px;
  background: linear-gradient(90deg, #111, #28231c);
}

.service-scope-section-v18 {
  padding-top: 76px;
}

.service-detail-layout-v18 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 42px;
  align-items: start;
}

.service-control-panel {
  position: sticky;
  top: 110px;
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(145deg, #111, #2a241c);
  color: #fff;
  border: 1px solid rgba(200,164,107,0.32);
  box-shadow: 0 24px 70px rgba(0,0,0,0.17);
}

.service-control-panel h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  margin: 8px 0 18px;
}

.service-control-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.service-control-panel li {
  position: relative;
  padding: 14px 14px 14px 42px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.84);
  line-height: 1.55;
  font-weight: 700;
}

[dir="rtl"] .service-control-panel li {
  padding: 14px 42px 14px 14px;
}

.service-control-panel li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--br-gold);
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

[dir="rtl"] .service-control-panel li::before {
  left: auto;
  right: 14px;
}

.service-process-section-v18 {
  border-top: 1px solid rgba(0,0,0,0.06);
}

@media (max-width: 1100px) {
  .service-detail-hero-v18 .service-detail-hero-grid,
  .service-detail-layout-v18 {
    grid-template-columns: 1fr;
  }

  .service-hero-media {
    max-width: 680px;
  }

  .service-control-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 820px) {
  .service-detail-hero-v18 {
    min-height: unset;
    padding: 58px 0 46px;
  }

  .service-detail-hero-v18 .service-detail-hero-grid {
    gap: 28px;
  }

  .service-hero-media-caption {
    position: static;
    border-radius: 0;
    margin: 0;
    background: rgba(0,0,0,0.88);
  }

  .service-hero-mini-row img {
    height: 66px;
    border-radius: 12px;
  }

  .service-visual-strip-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .service-scroll-card {
    flex-basis: 82vw;
  }

  .service-detail-layout-v18 {
    gap: 26px;
  }

  .service-control-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .service-control-panel h3 {
    font-size: 24px;
  }
}

/* =========================
   V19 SERVICE PAGE REWORK
   Cleaner hero, compact gallery, service-specific visuals
   ========================= */
.service-v19-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(200,164,107,.22), transparent 30%),
    linear-gradient(135deg, #080808 0%, #151515 48%, #252019 100%);
  color: #fff;
  padding: 78px 0 70px;
}

.service-v19-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255,255,255,.04) 0 18%, transparent 18% 100%),
    linear-gradient(295deg, transparent 0 70%, rgba(200,164,107,.16) 70% 72%, transparent 72% 100%);
  pointer-events: none;
}

.service-v19-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  gap: 42px;
  align-items: center;
}

.service-v19-copy .breadcrumb {
  color: rgba(255,255,255,.76);
  margin-bottom: 22px;
}

.service-v19-copy .breadcrumb a {
  color: #fff;
}

.service-v19-copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -1.4px;
  max-width: 780px;
}

html[dir="rtl"] .service-v19-copy h1 {
  letter-spacing: 0;
  line-height: 1.08;
}

.service-v19-copy p:not(.breadcrumb) {
  color: rgba(255,255,255,.82);
  max-width: 760px;
  font-size: 18px;
  line-height: 1.82;
  margin: 0;
}

.service-v19-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.service-v19-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.service-v19-proof-row span {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.84);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 700;
}

.service-v19-media {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  padding: 12px;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}

.service-v19-main-img {
  width: 100%;
  height: clamp(290px, 36vw, 430px);
  object-fit: cover;
  border-radius: 22px;
  background: #222;
}

.service-v19-thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.service-v19-thumb-grid img {
  width: 100%;
  height: 86px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  opacity: .92;
}

.service-v19-gallery-section {
  background: #fff;
}

.service-v19-section-head {
  align-items: flex-end;
}

.service-v19-gallery-wrap {
  overflow: hidden;
}

.service-v19-gallery {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) #eee1d0;
}

.service-v19-gallery::-webkit-scrollbar {
  height: 8px;
}

.service-v19-gallery::-webkit-scrollbar-track {
  background: #eee1d0;
  border-radius: 999px;
}

.service-v19-gallery::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 999px;
}

.service-v19-gallery-card {
  flex: 0 0 clamp(245px, 27vw, 360px);
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 15px 34px rgba(0,0,0,.08);
  scroll-snap-align: start;
}

.service-v19-gallery-card img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.service-v19-gallery-card figcaption {
  padding: 13px 15px;
  color: #705424;
  font-weight: 800;
  font-size: 13px;
  background: #fffaf2;
  border-top: 1px solid var(--line);
}

.service-v19-scope-section {
  background:
    linear-gradient(180deg, #fbf8f3 0%, #fff 100%);
}

.service-v19-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: 30px;
  align-items: start;
}

.service-v19-scope-copy,
.service-v19-control-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 16px 42px rgba(0,0,0,.07);
}

.service-v19-scope-copy h2 {
  margin: 10px 0 14px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
}

.service-v19-scope-copy p {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 17px;
}

.service-v19-scope-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-v19-scope-list .scope-pill {
  background: #fbf8f3;
  border: 1px solid #eadcc9;
  border-radius: 16px;
  color: #2a2520;
  padding: 13px 14px;
  font-weight: 750;
}

.service-v19-control-panel {
  position: sticky;
  top: 98px;
  background:
    linear-gradient(145deg, #191919 0%, #2a2116 100%);
  color: #fff;
  border-color: rgba(200,164,107,.35);
}

.service-v19-control-panel h3 {
  margin: 10px 0 18px;
  font-size: 26px;
  line-height: 1.15;
}

.service-v19-control-panel ul {
  margin: 0;
  padding-inline-start: 20px;
  color: rgba(255,255,255,.83);
}

html[dir="rtl"] .service-v19-control-panel ul {
  padding-inline-start: 0;
  padding-inline-end: 20px;
}

.service-v19-control-panel li {
  margin-bottom: 13px;
}

.service-v19-process-section {
  overflow: hidden;
}

.service-v19-process-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-v19-process-row article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  min-height: 230px;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.service-v19-process-row article span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
  margin-bottom: 18px;
}

.service-v19-process-row h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.service-v19-process-row p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.related-service-card img {
  height: 190px;
  object-fit: cover;
}

@media (max-width: 1020px) {
  .service-v19-hero {
    padding: 58px 0 54px;
  }

  .service-v19-hero-grid,
  .service-v19-scope-grid {
    grid-template-columns: 1fr;
  }

  .service-v19-media {
    max-width: 720px;
  }

  .service-v19-control-panel {
    position: relative;
    top: auto;
  }

  .service-v19-process-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .service-v19-hero {
    padding: 44px 0 42px;
  }

  .service-v19-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .service-v19-copy p:not(.breadcrumb) {
    font-size: 16px;
    line-height: 1.7;
  }

  .service-v19-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-v19-media {
    border-radius: 22px;
    padding: 9px;
  }

  .service-v19-main-img {
    height: 245px;
    border-radius: 17px;
  }

  .service-v19-thumb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-v19-thumb-grid img {
    height: 86px;
  }

  .service-v19-section-head {
    align-items: flex-start;
  }

  .service-v19-gallery-card {
    flex-basis: 78vw;
    border-radius: 18px;
  }

  .service-v19-gallery-card img {
    height: 172px;
  }

  .service-v19-scope-copy,
  .service-v19-control-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .service-v19-scope-list,
  .service-v19-process-row {
    grid-template-columns: 1fr;
  }

  .service-v19-process-row article {
    min-height: auto;
  }
}

/* =========================
   V20 SERVICE PAGE FIX
   Premium capability layout, compact images, clean mobile alignment
   ========================= */
.service-v20-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(200,164,107,.22), transparent 30%),
    linear-gradient(135deg, #070707 0%, #151515 52%, #292116 100%);
  color: #fff;
  padding: 70px 0 64px;
}

.service-v20-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(255,255,255,.055) 0 17%, transparent 17% 100%),
    linear-gradient(298deg, transparent 0 71%, rgba(200,164,107,.20) 71% 72%, transparent 72% 100%);
  pointer-events: none;
}

.service-v20-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: 44px;
  align-items: center;
}

.service-v20-copy .breadcrumb {
  color: rgba(255,255,255,.72);
  margin: 0 0 22px;
  font-size: 14px;
}

.service-v20-copy .breadcrumb a {
  color: #fff;
}

.service-v20-copy .eyebrow,
.service-v20-section-head .eyebrow,
.service-v20-scope-copy .eyebrow,
.service-v20-control-panel .eyebrow,
.service-v20-cta-band .eyebrow {
  color: var(--gold2);
}

.service-v20-copy h1 {
  margin: 14px 0 18px;
  max-width: 790px;
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: 1.03;
  letter-spacing: -1.2px;
}

html[dir="rtl"] .service-v20-copy h1 {
  letter-spacing: 0;
  line-height: 1.1;
}

.service-v20-intro {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.78;
}

.service-v20-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 26px;
}

.service-v20-actions .btn.outline.light {
  color: #fff;
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.05);
}

.service-v20-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.service-v20-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 750;
}

.service-v20-showcase {
  display: grid;
  grid-template-columns: 1.45fr .72fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 28px 70px rgba(0,0,0,.30);
  backdrop-filter: blur(12px);
}

.service-v20-main-photo,
.service-v20-mini-photos img,
.service-v20-image-card,
.service-v20-related-card {
  overflow: hidden;
}

.service-v20-main-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 22px;
  background: #222;
}

.service-v20-mini-photos {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
}

.service-v20-mini-photos img {
  width: 100%;
  height: 97px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: #222;
}

.service-v20-gallery-section,
.service-v20-scope-section,
.service-v20-process-section,
.service-v20-cta-section,
.service-v20-related-section {
  padding: 78px 0;
}

.service-v20-gallery-section {
  background: #fff;
}

.service-v20-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 32px;
  align-items: end;
  margin-bottom: 30px;
}

.service-v20-section-head h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.7px;
}

html[dir="rtl"] .service-v20-section-head h2 {
  letter-spacing: 0;
}

.service-v20-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.service-v20-scroller-wrap {
  position: relative;
  overflow: hidden;
}

.service-v20-scroller {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) #eee1d0;
}

.service-v20-scroller::-webkit-scrollbar {
  height: 8px;
}

.service-v20-scroller::-webkit-scrollbar-track {
  background: #eee1d0;
  border-radius: 999px;
}

.service-v20-scroller::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 999px;
}

.service-v20-image-card {
  flex: 0 0 clamp(250px, 27vw, 350px);
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(0,0,0,.08);
  scroll-snap-align: start;
}

.service-v20-image-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  background: #eee;
}

.service-v20-image-card figcaption {
  min-height: 48px;
  padding: 13px 15px;
  border-top: 1px solid var(--line);
  background: #fffaf2;
  color: #705424;
  font-size: 13px;
  font-weight: 800;
}

.service-v20-scope-section {
  background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%);
}

.service-v20-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: 30px;
  align-items: start;
}

.service-v20-scope-copy,
.service-v20-control-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 16px 42px rgba(0,0,0,.07);
}

.service-v20-scope-copy {
  background: #fff;
}

.service-v20-scope-copy h2 {
  margin: 10px 0 14px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.8px;
}

html[dir="rtl"] .service-v20-scope-copy h2 {
  letter-spacing: 0;
}

.service-v20-scope-copy p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 17px;
}

.service-v20-scope-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-v20-scope-item {
  display: flex;
  align-items: center;
  min-height: 56px;
  border: 1px solid #eadcc9;
  border-radius: 16px;
  background: #fbf8f3;
  color: #2a2520;
  padding: 13px 14px;
  font-weight: 750;
}

.service-v20-control-panel {
  position: sticky;
  top: 104px;
  background: linear-gradient(145deg, #171717 0%, #2a2116 100%);
  color: #fff;
  border-color: rgba(200,164,107,.34);
}

.service-v20-control-panel h3 {
  margin: 10px 0 18px;
  font-size: 26px;
  line-height: 1.15;
}

.service-v20-control-panel ul {
  margin: 0;
  padding-inline-start: 20px;
  color: rgba(255,255,255,.83);
}

html[dir="rtl"] .service-v20-control-panel ul {
  padding-inline-start: 0;
  padding-inline-end: 20px;
}

.service-v20-control-panel li {
  margin-bottom: 13px;
}

.service-v20-process-section,
.service-v20-related-section {
  background: var(--soft);
}

.service-v20-process-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-v20-process-row article {
  min-height: 224px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.service-v20-process-row article span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
}

.service-v20-process-row h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.service-v20-process-row p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.service-v20-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  border-radius: 30px;
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(17,17,17,.96), rgba(37,29,18,.96)),
    radial-gradient(circle at 85% 20%, rgba(200,164,107,.25), transparent 34%);
  color: #fff;
  box-shadow: var(--shadow);
}

.service-v20-cta-band h2 {
  margin: 10px 0 12px;
  max-width: 850px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.service-v20-cta-band p {
  margin: 0;
  max-width: 800px;
  color: rgba(255,255,255,.75);
}

.service-v20-related-section {
  padding-top: 70px;
}

.service-v20-related-head {
  grid-template-columns: 1fr;
  margin-bottom: 22px;
}

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

.service-v20-related-card {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-v20-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

.service-v20-related-card img {
  width: 136px;
  height: 108px;
  object-fit: cover;
  border-radius: 16px;
  background: #eee;
}

.service-v20-related-card h3 {
  margin: 0 0 5px;
  font-size: 18px;
}

.service-v20-related-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 1120px) {
  .service-v20-hero-grid,
  .service-v20-scope-grid {
    grid-template-columns: 1fr;
  }

  .service-v20-showcase {
    max-width: 820px;
  }

  .service-v20-control-panel {
    position: relative;
    top: auto;
  }

  .service-v20-process-row,
  .service-v20-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .service-v20-hero {
    padding: 46px 0 42px;
  }

  .service-v20-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .service-v20-intro {
    font-size: 16px;
    line-height: 1.7;
  }

  .service-v20-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-v20-showcase {
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: 9px;
  }

  .service-v20-main-photo img {
    height: 245px;
    border-radius: 17px;
  }

  .service-v20-mini-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .service-v20-mini-photos img {
    height: 92px;
  }

  .service-v20-gallery-section,
  .service-v20-scope-section,
  .service-v20-process-section,
  .service-v20-cta-section,
  .service-v20-related-section {
    padding: 54px 0;
  }

  .service-v20-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .service-v20-image-card {
    flex-basis: 78vw;
    border-radius: 18px;
  }

  .service-v20-image-card img {
    height: 172px;
  }

  .service-v20-scope-copy,
  .service-v20-control-panel,
  .service-v20-cta-band {
    padding: 22px;
    border-radius: 22px;
  }

  .service-v20-scope-list,
  .service-v20-process-row,
  .service-v20-related-grid,
  .service-v20-cta-band {
    grid-template-columns: 1fr;
  }

  .service-v20-process-row article {
    min-height: auto;
  }

  .service-v20-related-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .service-v20-related-card img {
    width: 112px;
    height: 92px;
  }
}

@media print {
  .service-v20-hero,
  .service-v20-gallery-section,
  .service-v20-scope-section,
  .service-v20-process-section,
  .service-v20-cta-section,
  .service-v20-related-section {
    padding: 28px 0 !important;
    background: #fff !important;
    color: #111 !important;
    break-inside: avoid;
  }

  .service-v20-copy h1,
  .service-v20-section-head h2,
  .service-v20-scope-copy h2,
  .service-v20-cta-band h2 {
    color: #111 !important;
  }

  .service-v20-intro,
  .service-v20-section-head p,
  .service-v20-scope-copy p,
  .service-v20-cta-band p {
    color: #333 !important;
  }

  .service-v20-hero-grid,
  .service-v20-scope-grid,
  .service-v20-section-head,
  .service-v20-process-row,
  .service-v20-related-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
  }

  .service-v20-scroller {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow: visible !important;
  }

  .service-v20-showcase,
  .service-v20-control-panel,
  .service-v20-cta-band {
    background: #fff !important;
    color: #111 !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
  }

  .service-v20-main-photo img {
    height: 260px !important;
  }

  .service-v20-mini-photos img,
  .service-v20-image-card img,
  .service-v20-related-card img {
    height: 120px !important;
  }

  .service-v20-image-card,
  .service-v20-related-card,
  .service-v20-process-row article,
  .service-v20-scope-copy {
    box-shadow: none !important;
  }
}
/* V24 Contact Map */
.contact-map-section {
  padding-top: 70px;
}

.map-card-with-frame {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 26px;
  align-items: stretch;
}

.map-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.map-card-content h2 {
  margin: 0;
}

.map-frame-wrap {
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(200, 164, 107, 0.28);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
  background: #111;
}

.map-frame-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}

@media (max-width: 820px) {
  .map-card-with-frame {
    grid-template-columns: 1fr;
  }

  .map-frame-wrap,
  .map-frame-wrap iframe {
    min-height: 300px;
  }
}

/* V21 CSS integrity fix: the earlier mobile @media block is now closed before global polish layers. */


/* V25 final lead capture, core service visuals and launch polish */
.compact-service-card > img {
  height: 178px;
  object-fit: cover;
  object-position: center;
  background: #111;
}

.service-directory-image img {
  object-position: center;
}

.project-slide {
  background: #111;
}

.download-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.download-modal.open {
  display: flex;
}

.download-modal-card {
  position: relative;
  width: min(720px, 94vw);
  max-height: 92vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(200, 164, 107, 0.34);
}

.download-modal-card h2 {
  margin: 6px 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
}

.download-modal-card p {
  color: #5f6368;
}

.download-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

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

.download-profile-form {
  margin-top: 20px;
}

.download-form-error {
  margin: 0;
  min-height: 22px;
  color: #b42318;
  font-weight: 800;
  font-size: 14px;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

button[disabled],
.btn[disabled] {
  opacity: 0.62;
  cursor: wait;
}

.contact-info-card .btn {
  margin-top: 10px;
}

.map-card-with-frame .btn.dark {
  width: fit-content;
}

@media (max-width: 820px) {
  .compact-service-card > img {
    height: 164px;
  }

  .download-modal-card {
    padding: 26px 20px;
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .compact-service-card > img {
    height: 156px;
  }

  .project-showcase-card h3 {
    font-size: 20px;
  }
}

/* =========================================================
   V26 final launch polish
   ========================================================= */
.more-projects-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.service-v20-proof-row {
  display: none !important;
}

.service-v20-intro {
  max-width: 820px;
  font-size: 18px;
  line-height: 1.78;
}

.service-v20-scope-copy > p {
  max-width: 820px;
  color: #3f4146;
  font-size: 17px;
  line-height: 1.75;
}

.service-v20-scope-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-v20-scope-item {
  min-height: 74px;
  display: flex;
  align-items: center;
  line-height: 1.42;
}

.service-v20-control-panel li {
  font-size: 15px;
}

.service-v20-cta-band p {
  display: none;
}

.map-frame-wrap iframe {
  filter: saturate(0.98) contrast(1.02);
}

.compact-service-card > img,
.service-directory-image img {
  object-position: center;
}

@media (max-width: 820px) {
  .service-v20-scope-list {
    grid-template-columns: 1fr;
  }

  .service-v20-scope-item {
    min-height: auto;
  }

  .more-projects-action {
    margin-top: 24px;
  }
}

/* =========================================================
   V27 service-page contractor-grade rebuild
   Scope icons, why section, project types, service-specific CTA
   ========================================================= */
.service-v27-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(200,164,107,0.20), transparent 32%),
    linear-gradient(135deg, #090909 0%, #151515 48%, #272119 100%);
  color: #fff;
  padding: 78px 0 72px;
}

.service-v27-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  gap: 46px;
  align-items: center;
}

.service-v27-copy .breadcrumb {
  color: rgba(255,255,255,0.72);
  margin: 0 0 18px;
}

.service-v27-copy .breadcrumb a {
  color: #fff;
}

.service-v27-copy h1 {
  margin: 10px 0 20px;
  max-width: 820px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.04;
  letter-spacing: -1.2px;
}

html[dir="rtl"] .service-v27-copy h1 {
  letter-spacing: 0;
  line-height: 1.12;
}

.service-v27-intro {
  display: grid;
  gap: 14px;
  max-width: 820px;
}

.service-v27-intro p {
  margin: 0;
  color: rgba(255,255,255,0.83);
  font-size: 17px;
  line-height: 1.78;
}

.service-v27-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.service-v27-showcase {
  border-radius: 30px;
  padding: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 30px 80px rgba(0,0,0,0.30);
  backdrop-filter: blur(12px);
}

.service-v27-main-photo img {
  width: 100%;
  height: clamp(300px, 35vw, 430px);
  object-fit: cover;
  border-radius: 22px;
  display: block;
  background: #222;
}

.service-v27-mini-photos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.service-v27-mini-photos img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  display: block;
}

.service-v27-scope-section,
.service-v27-why-section,
.service-v27-types-section,
.service-v27-process-section,
.service-v27-cta-section,
.service-v27-related-section,
.service-v27-highlight-section {
  padding: 76px 0;
}

.service-v27-scope-section,
.service-v27-types-section,
.service-v27-related-section {
  background: #fff;
}

.service-v27-why-section,
.service-v27-process-section {
  background: var(--soft);
}

.service-v27-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 32px;
}

.service-v27-section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}

html[dir="rtl"] .service-v27-section-head h2 {
  line-height: 1.2;
}

.service-v27-section-head p {
  margin: 0;
  color: #5f6368;
  font-size: 17px;
  line-height: 1.72;
}

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

.service-v27-scope-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(200,164,107,0.24);
  background: linear-gradient(145deg, #fff, #fbf6ee);
  box-shadow: 0 14px 34px rgba(0,0,0,0.055);
}

html[dir="rtl"] .service-v27-scope-item {
  grid-template-columns: 1fr 58px;
}

html[dir="rtl"] .service-v27-scope-icon {
  grid-column: 2;
  grid-row: 1;
}

html[dir="rtl"] .service-v27-scope-item p {
  grid-column: 1;
  grid-row: 1;
}

.service-v27-scope-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(200,164,107,0.16);
  color: #8a6528;
  border: 1px solid rgba(200,164,107,0.38);
  flex: 0 0 52px;
}

.service-v27-scope-icon svg,
.service-v27-why-cards svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-v27-scope-item p {
  margin: 0;
  color: #2d3035;
  font-weight: 760;
  line-height: 1.58;
}

.service-v27-highlight-section {
  background: linear-gradient(135deg, #111, #29231b);
  color: #fff;
}

.service-v27-highlight-card {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(200,164,107,0.32);
  box-shadow: 0 28px 80px rgba(0,0,0,0.22);
}

.service-v27-highlight-badge {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  padding: 22px;
  background: var(--gold);
  color: #111;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.25;
}

.service-v27-highlight-card h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}

.service-v27-highlight-card p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.75;
}

.service-v27-why-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: start;
}

.service-v27-why-title h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.14;
}

.service-v27-why-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-v27-why-cards article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 32px rgba(0,0,0,0.055);
}

html[dir="rtl"] .service-v27-why-cards article {
  grid-template-columns: 1fr 48px;
}

.service-v27-why-cards article span {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(200,164,107,0.15);
  color: #8a6528;
  border: 1px solid rgba(200,164,107,0.32);
}

html[dir="rtl"] .service-v27-why-cards article span {
  grid-column: 2;
  grid-row: 1;
}

html[dir="rtl"] .service-v27-why-cards article p {
  grid-column: 1;
  grid-row: 1;
}

.service-v27-why-cards p {
  margin: 0;
  color: #3c4045;
  font-weight: 750;
  line-height: 1.58;
}

.service-v27-types-wrap {
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff, #f8f1e6);
  border: 1px solid rgba(200,164,107,0.28);
  box-shadow: 0 18px 45px rgba(0,0,0,0.07);
}

.service-v27-type-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.service-v27-type-pills span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 14px;
  background: #111;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.service-v27-note {
  margin: 22px 0 0;
  color: #5f6368;
  font-size: 15px;
  line-height: 1.65;
}

.service-v27-process-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.service-v27-process-row article {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 16px 38px rgba(0,0,0,0.065);
}

.service-v27-process-row article > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  background: #111;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 16px;
}

.service-v27-process-row h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.service-v27-process-row p {
  margin: 0;
  color: #5f6368;
  line-height: 1.58;
  font-size: 15px;
}

.service-v27-cta-band {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #111, #28231c);
  color: #fff;
  border: 1px solid rgba(200,164,107,0.32);
  box-shadow: 0 28px 70px rgba(0,0,0,0.18);
}

.service-v27-cta-band h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
}

.service-v27-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-v27-related-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  color: inherit;
  transition: transform .22s ease, box-shadow .22s ease;
}

.service-v27-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.13);
}

.service-v27-related-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.service-v27-related-card div {
  padding: 20px;
}

.service-v27-related-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.22;
}

.service-v27-related-card p {
  margin: 0;
  color: #626262;
}

@media (max-width: 1180px) {
  .service-v27-hero-grid,
  .service-v27-section-head,
  .service-v27-why-grid {
    grid-template-columns: 1fr;
  }

  .service-v27-showcase {
    max-width: 760px;
  }

  .service-v27-process-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .service-v27-scope-grid,
  .service-v27-why-cards,
  .service-v27-related-grid {
    grid-template-columns: 1fr;
  }

  .service-v27-highlight-card {
    grid-template-columns: 1fr;
  }

  .service-v27-process-row {
    grid-template-columns: 1fr 1fr;
  }

  .service-v27-cta-band {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .service-v27-hero,
  .service-v27-scope-section,
  .service-v27-why-section,
  .service-v27-types-section,
  .service-v27-process-section,
  .service-v27-cta-section,
  .service-v27-related-section,
  .service-v27-highlight-section {
    padding: 54px 0;
  }

  .service-v27-copy h1 {
    font-size: 36px;
  }

  .service-v27-intro p,
  .service-v27-section-head p,
  .service-v27-highlight-card p {
    font-size: 16px;
  }

  .service-v27-showcase,
  .service-v27-highlight-card,
  .service-v27-types-wrap,
  .service-v27-cta-band {
    border-radius: 22px;
    padding: 18px;
  }

  .service-v27-main-photo img {
    height: 270px;
  }

  .service-v27-mini-photos {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-v27-mini-photos img {
    height: 96px;
  }

  .service-v27-scope-item,
  html[dir="rtl"] .service-v27-scope-item,
  .service-v27-why-cards article,
  html[dir="rtl"] .service-v27-why-cards article {
    grid-template-columns: 1fr;
  }

  html[dir="rtl"] .service-v27-scope-icon,
  html[dir="rtl"] .service-v27-scope-item p,
  html[dir="rtl"] .service-v27-why-cards article span,
  html[dir="rtl"] .service-v27-why-cards article p {
    grid-column: auto;
    grid-row: auto;
  }

  .service-v27-process-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   V28 service-page feedback updates
   Balanced image collage, carpentry workshop photos, no project-type pills
   ========================================================= */
.service-v27-main-photo img {
  height: clamp(260px, 24vw, 340px);
}

.service-v27-mini-photos img {
  height: clamp(112px, 10vw, 142px);
}

.service-v27-workshop-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.service-v27-workshop-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(200,164,107,0.28);
  box-shadow: 0 22px 55px rgba(0,0,0,0.24);
}

.service-v27-workshop-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.service-v27-note-section {
  padding: 38px 0 16px;
  background: #fff;
}

.service-v27-note-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(200,164,107,0.26);
  background: linear-gradient(145deg, #fff, #fbf6ee);
  box-shadow: 0 12px 34px rgba(0,0,0,0.055);
}

html[dir="rtl"] .service-v27-note-card {
  grid-template-columns: 1fr 52px;
}

.service-v27-note-card span {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(200,164,107,0.16);
  color: #8a6528;
  border: 1px solid rgba(200,164,107,0.36);
}

html[dir="rtl"] .service-v27-note-card span {
  grid-column: 2;
  grid-row: 1;
}

.service-v27-note-card svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-v27-note-card p {
  margin: 0;
  color: #3c4045;
  line-height: 1.65;
  font-weight: 700;
}

@media (max-width: 900px) {
  .service-v27-workshop-gallery {
    grid-template-columns: 1fr;
  }

  .service-v27-workshop-gallery img {
    height: 260px;
  }
}

@media (max-width: 640px) {
  .service-v27-main-photo img {
    height: 245px;
  }

  .service-v27-mini-photos img {
    height: 118px;
  }

  .service-v27-workshop-gallery img {
    height: 215px;
  }

  .service-v27-note-card,
  html[dir="rtl"] .service-v27-note-card {
    grid-template-columns: 1fr;
  }

  html[dir="rtl"] .service-v27-note-card span {
    grid-column: auto;
    grid-row: auto;
  }
}


/* =========================================================
   V29 carpentry workshop section refinement
   ========================================================= */
.service-v27-highlight-card-full {
  grid-template-columns: minmax(0, 1fr);
}

.service-v27-highlight-card-full > div {
  max-width: 980px;
}

@media (max-width: 640px) {
  .service-v27-highlight-card-full > div {
    max-width: none;
  }
}


/* V30 Form Status */
.form-status {
  margin: 18px 0 20px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.form-status.success {
  color: #14532d;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.25);
}
.form-status.error {
  color: #7f1d1d;
  background: rgba(239, 68, 68, 0.10);
  border: 1px solid rgba(239, 68, 68, 0.22);
}
