/* Original site styling, with unused selectors and font definitions removed. */
@font-face {
  font-family: Tajawal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/tajawal-400-arabic.woff2) format('woff2');
  unicode-range:
    u+06??, u+0750-077f, u+0870-088e, u+0890-0891, u+0897-08e1, u+08e3-08ff, u+200c-200e,
    u+2010-2011, u+204f, u+2e41, u+fb50-fdff, u+fe70-fe74, u+fe76-fefc;
}
@font-face {
  font-family: Tajawal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/tajawal-400-latin.woff2) format('woff2');
  unicode-range:
    u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+20ac, u+2122,
    u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Tajawal;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/tajawal-500-arabic.woff2) format('woff2');
  unicode-range:
    u+06??, u+0750-077f, u+0870-088e, u+0890-0891, u+0897-08e1, u+08e3-08ff, u+200c-200e,
    u+2010-2011, u+204f, u+2e41, u+fb50-fdff, u+fe70-fe74, u+fe76-fefc;
}
@font-face {
  font-family: Tajawal;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/tajawal-500-latin.woff2) format('woff2');
  unicode-range:
    u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+20ac, u+2122,
    u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Tajawal;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/tajawal-700-arabic.woff2) format('woff2');
  unicode-range:
    u+06??, u+0750-077f, u+0870-088e, u+0890-0891, u+0897-08e1, u+08e3-08ff, u+200c-200e,
    u+2010-2011, u+204f, u+2e41, u+fb50-fdff, u+fe70-fe74, u+fe76-fefc;
}
@font-face {
  font-family: Tajawal;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/tajawal-700-latin.woff2) format('woff2');
  unicode-range:
    u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+20ac, u+2122,
    u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Tajawal;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/tajawal-800-arabic.woff2) format('woff2');
  unicode-range:
    u+06??, u+0750-077f, u+0870-088e, u+0890-0891, u+0897-08e1, u+08e3-08ff, u+200c-200e,
    u+2010-2011, u+204f, u+2e41, u+fb50-fdff, u+fe70-fe74, u+fe76-fefc;
}
@font-face {
  font-family: Tajawal;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/tajawal-800-latin.woff2) format('woff2');
  unicode-range:
    u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+20ac, u+2122,
    u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
:root {
  --ink: #13211c;
  --green: #20352a;
  --green-2: #314936;
  --gold: #c99135;
  --gold-2: #e0b15a;
  --cream: #f5f2eb;
  --muted: #68716d;
  --line: #e6e3dc;
  --shadow: 0 20px 60px rgba(19, 33, 28, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  line-height: 1.7;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.section {
  padding: 104px 0;
}
.topbar {
  background: #14251e;
  color: #dce4df;
  font-size: 13px;
}
.topbar-inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar p {
  margin: 0;
}
.topbar-inner > div {
  display: flex;
  align-items: center;
  gap: 13px;
  direction: ltr;
}
.topbar i {
  width: 1px;
  height: 12px;
  background: #708078;
}
.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(7, 16, 12, 0.72), rgba(7, 16, 12, 0.08));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.nav-row {
  height: 90px;
  gap: 34px;
}
.brand,
.nav-row {
  display: flex;
  align-items: center;
}
.brand {
  gap: 11px;
  min-width: 370px;
  color: var(--ink);
}
.brand-logo-mark {
  display: block;
  width: 120px;
  height: 48px;
  flex: 0 0 120px;
  background: linear-gradient(145deg, #f0d783, #d6a344 45%, #a66f24);
  -webkit-mask: url(/images/brand-logo.png) center/contain no-repeat;
  mask: url(/images/brand-logo.png) center/contain no-repeat;
}
.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.28;
}
.brand strong {
  font-size: 17px;
  font-weight: 800;
}
.brand small {
  font:
    500 15px/1.25 Arial,
    sans-serif;
  letter-spacing: 0.4px;
  color: #6a716d;
  margin-top: 3px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-inline-start: auto;
  color: #fff;
}
.desktop-nav a {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 33px 0;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.desktop-nav a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: 0.25s;
}
.desktop-nav a:hover:after {
  width: 100%;
}
.nav-actions {
  display: flex;
  gap: 9px;
}
.button {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  padding: 0 25px;
  font-weight: 700;
  border-radius: 3px;
  transition: 0.25s;
  cursor: pointer;
}
.button.small {
  height: 42px;
  padding: 0 17px;
  font-size: 14px;
}
.button-gold {
  color: #fff;
  box-shadow: 0 8px 22px rgba(201, 145, 53, 0.22);
}
.button-gold:hover {
  background: #b87f27;
}
.button-dark {
  background: var(--green);
  color: #fff;
}
.button-dark:hover {
  background: #0f2018;
}
.button-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(0, 0, 0, 0.14);
}
.button-outline:hover {
  background: #fff;
  color: var(--ink);
}
.button-outline-dark {
  border-color: #abb3af;
  color: var(--green);
}
.button-outline-dark:hover {
  background: var(--green);
  color: #fff;
}
.mobile-menu {
  display: none;
  margin-inline-start: auto;
  position: relative;
}
.mobile-menu summary {
  list-style: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu summary span {
  width: 20px;
  height: 2px;
  background: var(--green);
}
.mobile-menu nav {
  position: absolute;
  top: 52px;
  left: 0;
  width: 260px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  padding: 14px;
}
.mobile-menu nav a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}
.mobile-menu nav .mobile-quote {
  background: var(--gold);
  color: #fff;
  text-align: center;
  margin-top: 8px;
  border: 0;
}
.site-header .mobile-menu summary {
  border-color: rgba(255, 255, 255, 0.45);
}
.site-header .mobile-menu summary span {
  background: #fff;
}
@media (min-width: 1440px) {
  .footer .brand,
  .site-header .brand {
    position: relative;
  }
  .site-header .brand > span {
    transform: translateY(10px);
  }
  .footer .brand-logo-mark,
  .site-header .brand-logo-mark {
    position: absolute;
    right: -131px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1051px) and (max-width: 1439px) {
  .site-header .brand > span {
    transform: translateY(10px);
  }
  .topbar p {
    transform: translateX(-131px);
  }
}
@media (min-width: 851px) and (max-width: 1050px) {
  .site-header .brand > span {
    transform: translateY(10px);
  }
  .topbar p {
    transform: translateX(-107px);
  }
}
.hero {
  height: 770px;
  position: relative;
  overflow: hidden;
  background: #0c1712;
}
.hero-media {
  background: url(/images/hero-v2.webp) 50% / cover no-repeat;
  transform: scale(1.01);
}
.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-shade {
  background: linear-gradient(
    90deg,
    rgba(5, 13, 10, 0.04) 10%,
    rgba(7, 16, 12, 0.28) 40%,
    rgba(7, 16, 12, 0.82) 69%,
    rgba(5, 13, 10, 0.96)
  );
}
.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 13, 10, 0.08),
    transparent 52%,
    rgba(5, 13, 10, 0.76)
  );
}
.hero-inner {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 112px;
}
.hero-copy {
  max-width: 950px;
  color: #fff;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-2);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}
.hero-kicker:before {
  content: '';
  width: 42px;
  height: 1px;
  background: var(--gold);
}
.hero h1 {
  font-size: 47px;
  line-height: 1.3;
  margin: 0 0 22px;
  letter-spacing: -0.7px;
}
.hero h1 em,
.hero h1 > span {
  display: block;
}
.hero h1 > span {
  white-space: nowrap;
}
.hero h1 em {
  font-style: normal;
  color: #e7b85b;
  font-size: 0.91em;
  margin-top: 8px;
}
.hero-copy > p {
  font-size: 18px;
  line-height: 1.95;
  color: #e4e8e5;
  max-width: 720px;
  margin: 0 0 34px;
}
.hero-actions {
  display: flex;
  gap: 12px;
}
.metrics-wrap {
  position: relative;
  z-index: 4;
  margin-top: -42px;
}
.metrics {
  min-height: 96px;
  background: linear-gradient(90deg, #1e3127, #354a36);
  color: #fff;
  display: grid;
  box-shadow: 0 18px 42px rgba(19, 33, 28, 0.2);
  border-bottom: 3px solid var(--gold);
}
.metrics article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}
.metrics article:not(:last-child):after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.2);
}
.metrics strong {
  font:
    700 31px/1 Arial,
    sans-serif;
  color: var(--gold-2);
}
.metrics span {
  font-size: 15px;
  font-weight: 600;
}
.section-heading {
  max-width: 630px;
}
.section-heading.center {
  text-align: center;
  margin-inline: auto;
}
.contact-intro > span,
.section-heading > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 7px;
}
.section-heading h2 {
  font-size: 38px;
  line-height: 1.35;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.4px;
}
.section-heading h2:after {
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background: var(--gold);
  margin-top: 16px;
}
.section-heading.center h2:after {
  margin-inline: auto;
}
.section-heading p {
  color: var(--muted);
  margin: 20px 0 0;
  line-height: 1.8;
}
.services-home {
  background: #fff;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 46px;
  direction: rtl;
}
.service-card {
  position: relative;
  min-height: 385px;
  border: 1px solid var(--line);
  padding: 28px 27px;
  background: linear-gradient(180deg, #fff, #fbfaf7);
  overflow: hidden;
  transition: 0.3s;
}
.service-card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 4px;
  background: var(--gold);
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.service-card:hover:before {
  width: 100%;
}
.service-icon {
  width: 142px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  margin-bottom: 19px;
}
.service-image-icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 132px;
  max-height: 102px;
  object-fit: contain;
}
.service-vector-icon {
  width: 112px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service-vector-icon svg {
  width: 96px;
  height: 96px;
  fill: none;
  stroke: #18281f;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why-grid svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: var(--green-2);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card h3 {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 11px;
}
.service-card p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.9;
  margin: 0 0 24px;
}
.service-card a {
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  position: absolute;
  bottom: 26px;
}
.service-card a b {
  margin-right: 7px;
}
.about-home {
  background: var(--cream);
  overflow: hidden;
}
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 88px;
  align-items: center;
}
.about-image {
  height: 550px;
  background: url(/images/about/engineering-studio-v2.webp) 50% / cover no-repeat;
  position: relative;
}
.about-image:before {
  content: '';
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid rgba(201, 145, 53, 0.65);
  z-index: 0;
}
.about-frame {
  position: absolute;
  left: -24px;
  bottom: 40px;
  width: 160px;
  height: 150px;
  background: var(--green);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid var(--gold);
  box-shadow: var(--shadow);
}
.about-frame small,
.about-frame span {
  font-size: 14px;
}
.about-frame strong {
  font:
    700 45px/1.1 Arial,
    sans-serif;
  color: var(--gold-2);
  margin: 4px;
}
.about-content > .section-heading {
  margin-bottom: 25px;
}
.about-content > p {
  font-size: 17px;
  color: #58635d;
  line-height: 2;
  margin-bottom: 27px;
}
.credentials {
  display: grid;
  gap: 9px;
  margin: 0 0 28px;
}
.credentials article {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(19, 33, 28, 0.07);
  padding: 13px 16px;
}
.credentials article > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--gold-2);
  font-weight: 800;
}
.credentials h3 {
  margin: 0;
  font-size: 16px;
}
.credentials p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
}
.text-link {
  font-weight: 800;
  color: var(--gold);
}
.text-link b {
  margin-right: 8px;
}
.qualifications-section {
  background: #f7f5ef;
  border-top: 1px solid #ebe7dc;
}
.qualification-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 46px;
}
.qualification-grid article {
  position: relative;
  min-height: 178px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 17px;
  transition: 0.25s;
  overflow: hidden;
}
.qualification-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(19, 33, 28, 0.09);
  border-color: transparent;
}
.qualification-number {
  position: absolute;
  left: 13px;
  top: 11px;
  color: #ebe8df;
  font:
    700 30px/1 Arial,
    sans-serif;
}
.qualification-copy {
  min-width: 0;
  padding-top: 12px;
  padding-left: 15px;
}
.qualification-copy h3 {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 4px;
}
.qualification-copy p {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 13px;
}
.qualification-copy > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
.qualification-copy > div span {
  white-space: nowrap;
  font-size: 11px;
  font-weight: 800;
  color: var(--green);
  background: #f1eee5;
  padding: 4px 9px;
  border-radius: 20px;
}
.qualification-emblem {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--gold);
  box-shadow: inset 0 0 0 6px #f5f2eb;
}
.qualification-emblem span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--gold-2);
  font-size: 20px;
  font-weight: 800;
}
.projects-home {
  background: #fff;
}
.heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.featured-projects {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}
.project-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #f8f6f1;
  border: 1px solid var(--line);
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.project-card-media {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.project-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s;
}
.project-card:hover .project-card-media img {
  transform: scale(1.02);
}
.project-card-media b {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: rgba(15, 39, 30, 0.92);
  color: var(--gold-2);
  font:
    700 13px/1 Arial,
    sans-serif;
  border-bottom: 3px solid var(--gold);
}
.project-card-copy {
  padding: 21px 23px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-card-copy span {
  font-size: 12px;
  color: var(--gold);
  font-weight: 800;
}
.project-card-copy h3 {
  font-size: 21px;
  margin: 4px 0 3px;
}
.project-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
}
.project-card-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  margin-top: auto;
  padding-top: 17px;
}
.project-card-copy > a b {
  margin-right: 4px;
}
.why-home {
  background: #f8f7f3;
  border-top: 1px solid #ece9e1;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 45px;
  border: 1px solid var(--line);
  background: #fff;
}
.why-grid article {
  text-align: center;
  padding: 34px 24px;
  position: relative;
}
.why-grid article:not(:last-child):after {
  content: '';
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: var(--line);
}
.why-grid svg {
  width: 48px;
  height: 48px;
  stroke: var(--gold);
  margin-bottom: 14px;
}
.why-grid h3 {
  font-size: 18px;
  margin: 0 0 8px;
}
.why-grid p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.8;
}
.contact-band {
  padding: 90px 0;
  background: linear-gradient(120deg, #15261f, #294033);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact-band:before {
  content: '';
  position: absolute;
  inset: -120px auto auto -80px;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(201, 145, 53, 0.2);
  transform: rotate(35deg);
}
.contact-band-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
  align-items: center;
}
.contact-intro h2 {
  font-size: 39px;
  line-height: 1.45;
  margin: 0 0 16px;
}
.contact-intro > p {
  color: #cad4ce;
  line-height: 1.9;
  margin-bottom: 25px;
}
.contact-mini {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--gold-2);
  direction: ltr;
  align-items: flex-end;
}
.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 34px;
  color: var(--ink);
  box-shadow: var(--shadow);
}
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 13px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #dfe2df;
  background: #fbfcfb;
  padding: 12px 13px;
  outline: none;
  border-radius: 0;
  color: var(--ink);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 145, 53, 0.12);
}
.submit-button {
  justify-self: start;
  margin-top: 4px;
}
.form-success {
  color: #27704b;
  font-size: 13px;
  margin: 15px 0 0;
  align-self: center;
}
.form-success a {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer {
  background: #101b16;
  color: #d2d9d5;
  padding-top: 67px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.85fr 1fr;
  gap: 55px;
  padding-bottom: 50px;
}
.brand-light {
  color: #fff;
  min-width: auto;
}
.brand-light small {
  color: #b8c2bc;
}
.footer-about p {
  max-width: 360px;
  color: #9daaa3;
  font-size: 14px;
  line-height: 1.9;
  margin-top: 20px;
}
.footer h3 {
  font-size: 16px;
  color: #fff;
  margin: 9px 0 18px;
  position: relative;
}
.footer h3:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: var(--gold);
  margin-top: 8px;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-grid > div:not(:first-child) a,
.footer-grid > div:not(:first-child) span {
  color: #9daaa3;
  margin-bottom: 7px;
}
.footer-grid a:hover {
  color: var(--gold-2);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7f8d85;
  font-size: 12.5px;
}
.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 30;
  background: #247a4b;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 800;
}
.page-hero {
  padding: 190px 0 92px;
  background:
    linear-gradient(110deg, rgba(11, 25, 18, 0.94), rgba(28, 47, 37, 0.9)),
    url(/images/site/inner-hero.jpg) 50% / cover;
}
.page-hero span {
  color: var(--gold-2);
  font-size: 14px;
}
.page-hero h1 {
  font-size: 46px;
  margin: 7px 0 10px;
}
.page-hero p {
  max-width: 660px;
  color: #d2dad5;
  margin: 0;
}
@media (max-width: 1050px) {
  .nav-row {
    gap: 22px;
  }
  .desktop-nav {
    gap: 15px;
    margin-inline-start: 0;
  }
  .desktop-nav a {
    font-size: 14px;
  }
  .nav-actions {
    display: none;
  }
  .brand {
    min-width: 0;
    flex: 0 0 auto;
  }
  .brand strong {
    font-size: 15px;
  }
  .brand small {
    font-size: 14px;
  }
  .brand-logo-mark {
    width: 96px;
    height: 39px;
    flex-basis: 96px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-layout {
    gap: 48px;
  }
  .hero h1 {
    font-size: 45px;
  }
}
@media (max-width: 1050px) and (min-width: 851px) {
  .featured-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 850px) {
  .topbar {
    display: none;
  }
  .nav-row {
    height: 76px;
  }
  .desktop-nav,
  .nav-actions {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .hero {
    height: 690px;
  }
  .hero-inner {
    padding-top: 74px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero h1 > span {
    white-space: normal;
  }
  .hero h1 em {
    font-size: 0.9em;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .metrics article {
    min-height: 82px;
  }
  .metrics article:nth-child(2):after {
    display: none;
  }
  .section {
    padding: 76px 0;
  }
  .about-layout {
    grid-template-columns: 1fr;
  }
  .about-image {
    height: 420px;
  }
  .featured-projects {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid article:nth-child(2):after {
    display: none;
  }
  .contact-band-grid {
    grid-template-columns: 1fr;
  }
  .contact-intro {
    text-align: center;
  }
  .contact-mini {
    align-items: center;
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2/4;
  }
  .footer-bottom {
    gap: 20px;
  }
  .page-hero h1 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }
  .brand {
    min-width: 0;
    gap: 8px;
  }
  .brand-logo-mark {
    width: 76px;
    height: 31px;
    flex-basis: 76px;
  }
  .brand strong {
    font-size: 13px;
  }
  .brand small {
    font-size: 12px;
  }
  .hero {
    height: 700px;
  }
  .hero-media {
    background-position: 47%;
  }
  .hero-shade {
    background: linear-gradient(90deg, rgba(5, 13, 10, 0.28), rgba(5, 13, 10, 0.9));
  }
  .hero-inner {
    align-items: center;
    padding-top: 70px;
  }
  .hero-kicker {
    font-size: 13px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero-copy > p {
    font-size: 16px;
    line-height: 1.8;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
  }
  .metrics-wrap {
    margin-top: -25px;
  }
  .metrics {
    width: calc(100% - 28px);
  }
  .metrics article {
    flex-direction: column;
    gap: 4px;
  }
  .metrics strong {
    font-size: 25px;
  }
  .metrics span {
    font-size: 12px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .section-heading p {
    font-size: 15px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 325px;
  }
  .about-layout {
    gap: 55px;
  }
  .about-image {
    height: 350px;
  }
  .about-image:before {
    inset: 15px -9px -15px 15px;
  }
  .about-frame {
    left: -8px;
    bottom: 25px;
    width: 125px;
    height: 120px;
  }
  .about-content > p {
    font-size: 15px;
  }
  .heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .featured-projects {
    display: block;
  }
  .project-card {
    height: auto;
    margin-bottom: 18px;
  }
  .project-card-media b {
    left: 12px;
    top: 12px;
    width: 42px;
    height: 42px;
  }
  .project-card-copy {
    padding: 18px 20px 21px;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-grid article:after {
    display: none;
  }
  .why-grid article:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }
  .contact-band {
    padding: 70px 0;
  }
  .contact-band-grid {
    gap: 40px;
  }
  .contact-intro h2 {
    font-size: 31px;
  }
  .quote-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .field.full {
    grid-column: auto;
  }
  .submit-button {
    width: 100%;
    font-size: 13px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  .footer-about {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
  }
  .page-hero {
    padding: 155px 0 68px;
  }
  .page-hero h1 {
    font-size: 32px;
  }
}
.story-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 90px;
  align-items: center;
}
.story-copy > p {
  color: var(--muted);
  font-size: 16.5px;
  line-height: 2;
  margin: 22px 0;
}
.story-copy > .button {
  margin-top: 10px;
}
.story-image {
  height: 570px;
  background: url(/images/site/about.jpg) 50% / cover;
  position: relative;
}
.story-image:before {
  content: '';
  position: absolute;
  inset: 25px -25px -25px 25px;
  border: 1px solid rgba(201, 145, 53, 0.7);
}
.story-image > div {
  position: absolute;
  right: -38px;
  bottom: 42px;
  width: 185px;
  height: 155px;
  background: var(--green);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid var(--gold);
}
.story-image strong {
  font:
    700 46px/1 Arial,
    sans-serif;
  color: var(--gold-2);
}
.story-image span {
  font-size: 14px;
  margin-top: 10px;
}
.vision-section {
  padding: 84px 0;
  background: var(--green);
  color: #fff;
}
.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.vision-grid article {
  padding: 10px 58px 10px 0;
  position: relative;
}
.vision-grid article + article {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding-right: 58px;
}
.vision-grid article > span {
  font:
    700 57px/1 Arial,
    sans-serif;
  color: rgba(224, 177, 90, 0.2);
  position: absolute;
  left: 35px;
  top: 0;
}
.vision-grid h2 {
  font-size: 28px;
  color: var(--gold-2);
  margin: 0 0 13px;
}
.vision-grid p {
  color: #d3dcd6;
  line-height: 1.95;
  margin: 0;
  max-width: 460px;
}
.accreditation {
  background: #fff;
}
.accreditation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 47px auto 0;
  max-width: 880px;
}
.accreditation-grid article {
  text-align: center;
  border: 1px solid var(--line);
  padding: 37px 28px;
  background: #fbfaf7;
}
.accreditation-grid b {
  width: 58px;
  height: 58px;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 26px;
  margin: 0 auto 18px;
}
.accreditation-grid h3 {
  font-size: 21px;
  margin: 0 0 7px;
}
.accreditation-grid p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.values-section {
  background: #f7f5ef;
}
.about-values {
  margin-top: 43px;
}
.simple-cta {
  padding: 58px 0;
  background: #21362a;
  color: #fff;
}
.simple-cta > .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.simple-cta span {
  font-size: 14px;
  color: var(--gold-2);
  font-weight: 700;
}
.simple-cta h2 {
  font-size: 28px;
  margin: 5px 0 0;
}
.services-index {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.service-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 132px;
}
.service-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 19px;
  border-left: 1px solid var(--line);
  font-weight: 700;
  font-size: 14px;
  transition: 0.25s;
}
.service-tabs a:last-child {
  border-left: 0;
}
.service-tabs .service-image-icon {
  max-width: 84px;
  max-height: 72px;
}
.service-tabs .service-vector-icon {
  width: 84px;
  height: 72px;
}
.service-tabs .service-vector-icon svg {
  width: 68px;
  height: 68px;
}
.service-tabs a:hover {
  background: var(--cream);
}
.service-details {
  padding-top: 70px;
}
.service-row,
.service-rows {
  display: grid;
  gap: 70px;
}
.service-row {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  scroll-margin-top: 25px;
}
.service-row:nth-child(2n) .service-photo {
  order: 2;
}
.service-photo {
  height: 455px;
  position: relative;
}
.service-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-photo:after {
  content: '';
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(201, 145, 53, 0.55);
  z-index: -1;
}
.service-photo > span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--green);
  color: var(--gold-2);
  font:
    700 33px/1 Arial,
    sans-serif;
  padding: 22px;
}
.service-title-icon {
  width: 132px;
  height: 108px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.service-title-icon .service-image-icon {
  max-width: 124px;
  max-height: 100px;
}
.service-title-icon .service-vector-icon {
  width: 124px;
  height: 100px;
}
.service-title-icon .service-vector-icon svg {
  width: 94px;
  height: 94px;
}
.service-copy .service-label {
  font-size: 13px;
  font-weight: 800;
  color: var(--gold);
}
.service-copy h2 {
  font-size: 32px;
  margin: 5px 0 12px;
}
.service-copy > p {
  color: var(--muted);
  line-height: 1.9;
}
.service-copy ul {
  list-style: none;
  margin: 22px 0 25px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.service-copy li {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
}
.service-copy li:before {
  content: '✓';
  position: absolute;
  right: 0;
  color: var(--gold);
  font-weight: 800;
}
.process {
  background: #f7f5ef;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 45px;
}
.process-grid article {
  background: #fff;
  padding: 32px 25px;
  border-top: 3px solid var(--green);
  position: relative;
}
.process-grid b {
  font:
    700 34px/1 Arial,
    sans-serif;
  color: #e5dfd2;
}
.process-grid h3 {
  font-size: 19px;
  margin: 15px 0 7px;
}
.process-grid p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.projects-page {
  background: #fff;
}
.project-category-section {
  padding: 92px 0;
  background: #fff;
}
.project-category-section.alt {
  background: #f7f5ef;
}
.project-category-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 42px;
}
.project-category-head .section-heading {
  margin-bottom: 0;
}
.project-category-link {
  flex: 0 0 auto;
  min-width: 130px;
}
.project-category-link b {
  margin-right: 7px;
}
.project-category-page {
  background: #fff;
}
.category-back-link {
  flex: 0 0 auto;
  padding-bottom: 10px;
}
.projects-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.projects-gallery article {
  border: 1px solid var(--line);
  background: #fff;
  transition: 0.3s;
}
.projects-gallery article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.project-image {
  aspect-ratio: 4/3;
  background: #f2efe7;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s;
}
.projects-gallery article:hover .project-image img {
  transform: scale(1.015);
}
.project-image:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 72%, rgba(8, 18, 13, 0.4));
  pointer-events: none;
}
.project-image span {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  background: var(--gold);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 11px;
}
.project-caption {
  padding: 20px 22px 23px;
}
.project-caption small {
  color: var(--gold);
  font-weight: 700;
}
.project-caption h2 {
  font-size: 21px;
  margin: 3px 0;
}
.project-caption p {
  font-size: 13.5px;
  color: var(--muted);
  margin: 0;
}
.project-card-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  margin-top: 15px;
}
.supervision-category-page {
  background: #f7f5ef;
}
.project-category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.project-category-toolbar > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.project-category-toolbar .category-back-link {
  padding-bottom: 0;
}
.supervision-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(330px, 0.6fr);
  align-items: end;
  gap: 42px;
  padding: 38px 42px;
  margin-bottom: 34px;
  background: var(--green);
  color: #fff;
  border-bottom: 4px solid var(--gold);
}
.supervision-intro-copy > span {
  display: block;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}
.supervision-intro-copy h2 {
  font-size: 31px;
  margin: 0 0 10px;
}
.supervision-intro-copy p {
  max-width: 690px;
  margin: 0;
  color: #dce4e0;
  font-size: 15px;
  line-height: 1.9;
}
.supervision-scope {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.supervision-scope span {
  padding: 12px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.supervision-scope span + span {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.supervision-scope span:before {
  content: '✓';
  color: var(--gold-2);
  font-weight: 800;
  margin-left: 9px;
}
.projects-gallery--large {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}
.projects-gallery--large article {
  margin: 0;
  border: 0;
  box-shadow: 0 12px 32px rgba(15, 39, 30, 0.08);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.projects-gallery--large .project-image {
  display: grid;
  aspect-ratio: 4/3;
  background: #e9e6de;
}
.projects-gallery--large .project-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.projects-gallery--large .project-caption {
  border-top: 3px solid var(--gold);
  padding: 21px 24px 25px;
  flex: 1;
}
.projects-gallery--large .project-caption h2 {
  font-size: 23px;
}
.project-statements {
  padding: 57px 0;
  background: var(--cream);
}
.project-statements > .shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.project-statements article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-statements article + article {
  border-right: 1px solid #d9d3c7;
}
.project-statements strong {
  font:
    700 40px/1 Arial,
    sans-serif;
  color: var(--gold);
}
.project-statements span {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 700;
}
.project-detail {
  background: #fff;
}
.project-detail-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.project-detail-toolbar > .project-detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  background: var(--cream);
  border: 1px solid #ded8cc;
  border-right: 4px solid var(--gold);
  padding: 8px 13px;
}
.project-detail-toolbar > .project-detail-badge:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}
.project-detail-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
  gap: 28px;
  align-items: stretch;
}
.project-detail-hero {
  display: grid;
  place-items: center;
  aspect-ratio: 16/10;
  background: #ebe8e0;
  overflow: hidden;
}
.project-detail-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-detail-meta {
  background: var(--green);
  color: #fff;
  padding: 38px 34px;
  border-bottom: 4px solid var(--gold);
}
.project-detail-meta > span {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
}
.project-detail-meta h2 {
  font-size: 28px;
  line-height: 1.45;
  margin: 5px 0 21px;
}
.project-detail-meta dl {
  margin: 0 0 28px;
}
.project-detail-meta dl > div {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.project-detail-meta dt {
  color: #91a39a;
  font-size: 11px;
}
.project-detail-meta dd {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.project-detail-meta .button {
  width: 100%;
}
.project-album {
  background: #f7f5ef;
}
.project-album .section-heading {
  margin-bottom: 38px;
}
.project-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.project-detail-gallery a {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4/3;
  background: #e9e6de;
  border: 1px solid var(--line);
  overflow: hidden;
}
.project-detail-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s;
}
.project-detail-gallery a:hover img {
  transform: scale(1.015);
}
.project-detail-gallery span {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(15, 39, 30, 0.92);
  color: var(--gold-2);
  font:
    700 12px/1 Arial,
    sans-serif;
  border-bottom: 3px solid var(--gold);
}
.design-intro {
  background: linear-gradient(125deg, #1d3128, #314938);
}
.design-category-page .projects-gallery--large .project-image {
  aspect-ratio: 1/1;
}
.design-detail-meta > p {
  color: #d3ddd7;
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 20px;
}
.design-approach {
  background: var(--cream);
}
.design-approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 44px;
  background: #fff;
  border: 1px solid var(--line);
}
.design-approach-grid article {
  position: relative;
  padding: 31px 25px;
  min-height: 210px;
}
.design-approach-grid article + article {
  border-right: 1px solid var(--line);
}
.design-approach-grid b {
  font:
    700 31px/1 Arial,
    sans-serif;
  color: #e4ded1;
}
.design-approach-grid h3 {
  font-size: 18px;
  margin: 20px 0 8px;
}
.design-approach-grid p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.survey-category-page {
  background: #f7f5ef;
}
.survey-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  align-items: end;
  gap: 42px;
  padding: 38px 42px;
  margin-bottom: 30px;
  background: linear-gradient(125deg, #183026, #2d4937);
  color: #fff;
  border-bottom: 4px solid var(--gold);
}
.survey-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 24px;
  align-items: stretch;
}
.survey-deliverables,
.survey-visual {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(15, 39, 30, 0.07);
}
.survey-visual-primary {
  grid-row: span 2;
}
.survey-photo {
  display: grid;
  place-items: center;
  aspect-ratio: 3/2;
  background: #ebe8e0;
  overflow: hidden;
}
.survey-visual-primary .survey-photo {
  height: 100%;
  min-height: 430px;
  aspect-ratio: auto;
}
.survey-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.survey-card-copy {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 21px 23px 24px;
  border-top: 3px solid var(--gold);
}
.survey-card-copy > span {
  flex: 0 0 40px;
  color: #ded9cf;
  font:
    700 29px/1 Arial,
    sans-serif;
}
.survey-card-copy small,
.survey-deliverables > small,
.survey-overview-grid small,
.survey-process-head > span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}
.survey-card-copy h2 {
  font-size: 21px;
  line-height: 1.45;
  margin: 2px 0 4px;
}
.survey-card-copy p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.survey-deliverables {
  padding: 30px 31px;
  border-right: 4px solid var(--gold);
}
.survey-deliverables h2 {
  font-size: 24px;
  margin: 3px 0 7px;
}
.survey-deliverables p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  margin: 0 0 18px;
}
.survey-deliverables ul,
.survey-overview-scope ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.survey-deliverables li,
.survey-overview-scope li {
  position: relative;
  padding: 9px 25px 9px 10px;
  background: #f7f5ef;
  font-size: 13px;
  font-weight: 700;
}
.survey-deliverables li:before,
.survey-overview-scope li:before {
  content: '✓';
  position: absolute;
  right: 9px;
  color: var(--gold);
  font-weight: 800;
}
.survey-process-head {
  margin: 58px 0 23px;
}
.survey-process-head h2 {
  font-size: 28px;
  margin: 4px 0 0;
}
.survey-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--line);
}
.survey-process-grid article {
  position: relative;
  padding: 28px 24px;
  min-height: 190px;
}
.survey-process-grid article + article {
  border-right: 1px solid var(--line);
}
.survey-process-grid b {
  font:
    700 30px/1 Arial,
    sans-serif;
  color: #e3ddd1;
}
.survey-process-grid h3 {
  font-size: 17px;
  margin: 18px 0 7px;
}
.survey-process-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.survey-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.survey-overview-grid > article {
  background: #fff;
  border: 1px solid var(--line);
  transition: 0.25s;
}
.survey-overview-grid > article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.survey-overview-photo {
  display: grid;
  place-items: center;
  aspect-ratio: 4/3;
  background: #ebe8e0;
  overflow: hidden;
}
.survey-overview-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.survey-overview-grid > article > div:last-child {
  padding: 20px 22px 23px;
  border-top: 3px solid var(--gold);
}
.survey-overview-grid h3 {
  font-size: 20px;
  margin: 3px 0 5px;
}
.survey-overview-grid p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.survey-overview-scope {
  padding: 29px 27px;
  background: var(--green) !important;
  color: #fff;
  border-bottom: 4px solid var(--gold) !important;
}
.survey-overview-scope h3 {
  font-size: 24px;
  margin: 4px 0 19px;
}
.survey-overview-scope ul {
  grid-template-columns: 1fr;
  margin-bottom: 25px;
}
.survey-overview-scope li {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.survey-overview-scope .text-link {
  display: inline-flex;
  margin-top: 4px;
  color: var(--gold-2);
}
.contact-page {
  background: #f7f5ef;
}
.contact-page-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 45px;
}
.contact-panel {
  background: var(--green);
  color: #fff;
  padding: 46px;
}
.contact-panel > span {
  color: var(--gold-2);
  font-weight: 800;
  font-size: 13px;
}
.contact-panel > h2 {
  font-size: 31px;
  margin: 7px 0 12px;
}
.contact-panel > p {
  color: #cbd5cf;
  font-size: 15px;
  line-height: 1.9;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-cards article {
  padding: 14px 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 84px;
}
.contact-cards small {
  display: block;
  color: #93a59a;
  font-size: 11px;
}
.contact-cards a,
.contact-cards p {
  font-size: 14px;
  margin: 4px 0 0;
}
.contact-cards .location-card {
  min-height: 108px;
}
.contact-cards .location-card p {
  font-size: 13px;
  line-height: 1.8;
}
.contact-cards .location-card p span {
  display: block;
  white-space: nowrap;
}
.contact-cards .hours-card p {
  white-space: nowrap;
  direction: rtl;
  unicode-bidi: isolate;
  font-size: 13.5px;
}
.map-link {
  color: var(--gold-2);
  font-weight: 800;
  font-size: 14px;
}
.full-form {
  background: #fff;
  padding: 41px;
}
.full-form > h2 {
  font-size: 29px;
  margin: 0;
}
.full-form > p {
  color: var(--muted);
  margin: 6px 0 25px;
}
.full-form .quote-form {
  box-shadow: none;
  padding: 0;
}
.contact-assurance {
  background: #fff;
  padding: 22px 0;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
.contact-purpose-list {
  display: grid;
  gap: 1px;
  margin: 25px 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-purpose-list article {
  display: grid;
  grid-template-columns: 39px 1fr;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.045);
}
.contact-purpose-list b {
  color: var(--gold-2);
  font:
    800 12px/1 Arial,
    sans-serif;
}
.contact-purpose-list span {
  font-size: 15px;
  font-weight: 700;
}
.general-contact-form label span {
  color: #7a847e;
  font-size: 12px;
  font-weight: 500;
}
.quote-form label .required-mark {
  color: #a5322a;
  font-size: 15px;
  font-weight: 800;
}
@media (max-width: 850px) {
  .contact-page-grid,
  .service-row,
  .story-grid {
    grid-template-columns: 1fr;
  }
  .story-image {
    height: 450px;
  }
  .vision-grid {
    grid-template-columns: 1fr;
  }
  .vision-grid article {
    padding: 25px;
  }
  .vision-grid article + article {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-right: 25px;
  }
  .service-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .service-tabs a:nth-child(2) {
    border-left: 0;
  }
  .service-tabs a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .service-row:nth-child(2n) .service-photo {
    order: 0;
  }
  .projects-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .projects-gallery--large {
    grid-template-columns: 1fr;
  }
  .project-category-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .supervision-intro,
  .survey-intro {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .project-detail-overview {
    grid-template-columns: 1fr;
  }
  .design-approach-grid {
    grid-template-columns: 1fr 1fr;
  }
  .design-approach-grid article:nth-child(3) {
    border-right: 0;
  }
  .design-approach-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .survey-showcase {
    grid-template-columns: 1fr;
  }
  .survey-visual-primary {
    grid-row: auto;
  }
  .survey-visual-primary .survey-photo {
    height: auto;
    min-height: 0;
    aspect-ratio: 3/2;
  }
  .survey-overview-grid {
    grid-template-columns: 1fr 1fr;
  }
  .survey-overview-scope {
    grid-column: 1/-1;
  }
  .survey-process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .survey-process-grid article:nth-child(3) {
    border-right: 0;
  }
  .survey-process-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-row {
    gap: 40px;
  }
  .service-photo {
    height: 390px;
  }
  .qualification-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .story-grid {
    gap: 55px;
  }
  .story-image {
    height: 350px;
  }
  .story-image:before {
    inset: 15px -8px -15px 15px;
  }
  .story-image > div {
    right: -8px;
    bottom: 24px;
    width: 135px;
    height: 115px;
  }
  .story-image strong {
    font-size: 34px;
  }
  .accreditation-grid,
  .process-grid,
  .projects-gallery {
    grid-template-columns: 1fr;
  }
  .simple-cta > .shell {
    flex-direction: column;
    align-items: flex-start;
  }
  .simple-cta h2 {
    font-size: 23px;
  }
  .simple-cta .button {
    width: 100%;
  }
  .service-tabs {
    grid-template-columns: 1fr;
  }
  .service-tabs a {
    justify-content: flex-start;
    border-left: 0;
    border-bottom: 1px solid var(--line) !important;
  }
  .service-copy h2 {
    font-size: 27px;
  }
  .service-copy ul {
    grid-template-columns: 1fr;
  }
  .service-photo {
    height: 320px;
  }
  .service-photo:after {
    inset: 10px -7px -10px 10px;
  }
  .project-image {
    height: auto;
  }
  .project-image,
  .projects-gallery--large .project-image {
    aspect-ratio: 4/3;
  }
  .design-category-page .projects-gallery--large .project-image {
    aspect-ratio: 1/1;
  }
  .project-category-toolbar,
  .project-detail-toolbar {
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }
  .supervision-intro,
  .survey-intro {
    padding: 25px 22px;
    margin-bottom: 28px;
  }
  .supervision-intro-copy h2 {
    font-size: 26px;
  }
  .projects-gallery--large article {
    margin-bottom: 0;
  }
  .project-detail-hero {
    aspect-ratio: 4/3;
  }
  .project-detail-meta {
    padding: 29px 24px;
  }
  .design-approach-grid,
  .project-detail-gallery,
  .survey-overview-grid,
  .survey-process-grid {
    grid-template-columns: 1fr;
  }
  .design-approach-grid article + article,
  .survey-process-grid article + article {
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .survey-overview-scope {
    grid-column: auto;
  }
  .survey-deliverables {
    padding: 25px 22px;
  }
  .survey-deliverables ul {
    grid-template-columns: 1fr;
  }
  .survey-card-copy {
    padding: 19px 18px 21px;
  }
  .survey-process-head {
    margin-top: 44px;
  }
  .project-statements strong {
    font-size: 29px;
  }
  .project-statements span {
    font-size: 12px;
  }
  .contact-panel,
  .full-form {
    padding: 27px;
  }
  .contact-cards {
    grid-template-columns: 1fr;
  }
  .contact-cards article {
    min-height: 80px;
  }
  .contact-panel > h2 {
    font-size: 27px;
  }
  .qualification-grid {
    grid-template-columns: 1fr;
  }
  .qualification-grid article {
    min-height: 160px;
  }
  .qualification-copy {
    padding-left: 8px;
  }
  .qualification-emblem {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    box-shadow: inset 0 0 0 5px #f5f2eb;
  }
  .qualification-emblem span {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.survey-visual {
  display: flex;
  flex-direction: column;
}
.survey-visual-primary .survey-photo {
  height: auto;
  flex: 1;
}
.licenses-category-page {
  background: #f7f5ef;
}
.licenses-overview-grid small {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}
.licenses-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.licenses-overview-grid > article {
  background: #fff;
  border: 1px solid var(--line);
  transition: 0.25s;
}
.licenses-overview-grid > article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.licenses-overview-photo {
  display: grid;
  place-items: center;
  aspect-ratio: 4/3;
  background: #ebe8e0;
  overflow: hidden;
}
.licenses-overview-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.licenses-overview-grid > article > div:last-child {
  padding: 20px 22px 23px;
  border-top: 3px solid var(--gold);
}
.licenses-overview-grid h3 {
  font-size: 20px;
  margin: 3px 0 5px;
}
.licenses-overview-grid p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.licenses-overview-scope {
  position: relative;
  padding: 29px 27px;
  background: var(--green) !important;
  color: #fff;
  border-bottom: 4px solid var(--gold) !important;
  overflow: hidden;
}
.licenses-overview-scope > img {
  position: absolute;
  left: 21px;
  top: 20px;
  width: 76px;
  height: 76px;
  object-fit: contain;
  opacity: 0.16;
  filter: brightness(3);
}
.licenses-overview-scope h3 {
  font-size: 24px;
  margin: 4px 0 19px;
  padding-left: 68px;
}
.licenses-overview-scope ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.licenses-overview-scope li {
  position: relative;
  padding: 9px 25px 9px 10px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
}
.licenses-overview-scope li:before {
  content: '✓';
  position: absolute;
  right: 9px;
  color: var(--gold-2);
  font-weight: 800;
}
.licenses-overview-scope .text-link {
  display: inline-flex;
  margin-top: 4px;
  color: var(--gold-2);
}
@media (max-width: 850px) {
  .licenses-overview-grid {
    grid-template-columns: 1fr 1fr;
  }
  .licenses-overview-scope {
    grid-column: 1/-1;
  }
}
@media (max-width: 600px) {
  .licenses-overview-grid {
    grid-template-columns: 1fr;
  }
  .licenses-overview-scope {
    grid-column: auto;
  }
  .licenses-overview-scope ul {
    grid-template-columns: 1fr;
  }
}
.company-story {
  overflow: hidden;
}
.story-image {
  background:
    linear-gradient(180deg, rgba(15, 39, 30, 0.03), rgba(15, 39, 30, 0.18)),
    url(/images/about/riyadh-skyline.jpg) 50% / cover no-repeat;
}
.about-story-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 26px 0 20px;
  border: 1px solid var(--line);
  background: #fbfaf7;
}
.about-story-facts span {
  padding: 15px 14px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.about-story-facts span + span {
  border-right: 1px solid var(--line);
}
.about-story-facts b {
  font-size: 18px;
  color: var(--green);
}
.about-story-facts small {
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.7;
  color: #4f5c55;
  margin-top: 3px;
}
.executive-section {
  padding: 0 0 90px;
  background: #fff;
}
.executive-profile {
  grid-template-columns: 0.9fr 1.35fr;
  border-bottom: 4px solid var(--gold);
  box-shadow: var(--shadow);
}
.executive-details {
  margin: 0;
  padding: 26px 45px;
  display: grid;
  align-content: center;
}
.executive-details > div {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 22px;
  align-items: center;
}
.executive-details > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.executive-details dt {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
}
.executive-details dd {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}
.about-capabilities-section {
  background: #f7f5ef;
}
.about-capabilities-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 42px;
}
.about-capabilities-head .section-heading {
  margin: 0;
}
.about-capabilities-head > .button {
  flex: 0 0 auto;
}
.about-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.about-capabilities-grid > a {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 29px 25px 25px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  transition: 0.25s;
  overflow: hidden;
}
.about-capabilities-grid > a:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-top-color: var(--gold);
}
.about-capabilities-grid > a > span {
  position: absolute;
  left: 17px;
  top: 15px;
  color: #ebe7de;
  font:
    700 34px/1 Arial,
    sans-serif;
}
.about-capabilities-grid svg {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin: 17px 0 19px;
}
.about-capabilities-grid h3 {
  font-size: 19px;
  margin: 0 0 8px;
}
.about-capabilities-grid p {
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0 0 20px;
}
.about-capabilities-grid > a > b {
  color: var(--gold);
  font-size: 13px;
  margin-top: auto;
}
.accreditation-grid article {
  position: relative;
  overflow: hidden;
}
.accreditation-grid article > span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  margin: -8px 0 7px;
}
.about-documents {
  background: #fff;
}
.about-documents-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}
.about-documents-grid article {
  grid-column: span 2;
  min-width: 0;
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
}
.about-documents-grid article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-top-color: var(--gold);
}
.about-document-image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 3/2;
  padding: 12px;
  background: #f0ede5;
  border: 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  cursor: zoom-in;
}
.about-document-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s;
}
.about-document-image:hover img {
  transform: scale(1.035);
}
.about-document-copy {
  padding: 22px 23px 24px;
}
.about-document-copy span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
}
.about-document-copy h3 {
  font-size: 19px;
  line-height: 1.5;
  margin: 0 0 5px;
}
.about-document-copy p {
  font-size: 13.5px;
  color: var(--muted);
  margin: 0;
}
.document-enlarge-link {
  display: inline-flex;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--gold);
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.7;
  cursor: pointer;
}
.document-enlarge-link:hover {
  color: var(--green);
}
.document-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4, 15, 11, 0.9);
  backdrop-filter: blur(5px);
}
.document-lightbox-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: min(1000px, 100%);
  max-height: calc(100vh - 48px);
  background: #fff;
  border-top: 4px solid var(--gold);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}
.document-lightbox-panel > img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 130px);
  object-fit: contain;
  background: #f3f1eb;
}
.document-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(10, 31, 23, 0.92);
  color: #fff;
  font:
    400 31px/1 Arial,
    sans-serif;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.document-lightbox-close:hover {
  background: var(--gold);
}
.document-lightbox-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 15px 20px;
  color: var(--ink);
}
.document-lightbox-footer strong {
  font-size: 15px;
}
.document-lightbox-footer a {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
@media (max-width: 850px) {
  .executive-profile {
    grid-template-columns: 1fr;
  }
  .about-capabilities-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .about-capabilities-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-capabilities-grid > a {
    min-height: 270px;
  }
  .about-documents-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-documents-grid article {
    grid-column: span 1;
  }
}
@media (max-width: 600px) {
  .about-story-facts {
    grid-template-columns: 1fr;
  }
  .about-story-facts span + span {
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .executive-section {
    padding-bottom: 70px;
  }
  .executive-details {
    padding: 14px 24px;
  }
  .executive-details > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 16px 0;
  }
  .executive-details dd {
    font-size: 15px;
  }
  .about-capabilities-grid {
    grid-template-columns: 1fr;
  }
  .about-capabilities-grid > a {
    min-height: 245px;
  }
  .about-capabilities-head > .button {
    width: 100%;
  }
  .about-documents-grid {
    grid-template-columns: 1fr;
  }
  .about-documents-grid article {
    grid-column: auto;
  }
  .about-document-copy {
    padding: 19px 20px 21px;
  }
}
.executive-profile {
  direction: ltr;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  min-height: 500px;
  background: var(--green);
  color: #fff;
  border-top: 1px solid rgba(201, 143, 37, 0.42);
  border-bottom: 5px solid var(--gold);
  box-shadow: 0 24px 55px rgba(7, 27, 20, 0.16);
  overflow: hidden;
  position: relative;
}
.executive-profile:before {
  content: '';
  position: absolute;
  inset: auto auto -150px -110px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(45deg);
  pointer-events: none;
}
.executive-content {
  direction: rtl;
  padding: 58px 60px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.executive-content:before {
  content: '';
  position: absolute;
  right: 0;
  top: 58px;
  width: 4px;
  height: 74px;
  background: var(--gold);
}
.executive-eyebrow {
  color: var(--gold-2);
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.executive-content h2 {
  line-height: 1.35;
  margin: 0 0 2px;
  color: #fff;
}
.executive-role {
  width: max-content;
  margin: 0 0 22px;
  color: #0c241b;
  background: var(--gold-2);
  font-size: 14px;
  font-weight: 800;
  padding: 6px 13px;
}
.executive-summary {
  max-width: 650px;
  margin: 0;
  color: #dce5e0;
  font-size: 15.5px;
  line-height: 1.95;
}
.executive-profile .executive-details {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.executive-profile .executive-details > div {
  min-width: 0;
  padding: 17px 18px;
  display: block;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.executive-profile .executive-details > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.executive-profile .executive-details dt {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 5px;
}
.executive-profile .executive-details dd {
  margin: 0;
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.7;
}
.executive-portrait {
  margin: 0;
  position: relative;
  min-height: 500px;
  background: #b9b5af;
  overflow: hidden;
}
.executive-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  display: block;
}
.executive-portrait:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(8, 28, 21, 0.86));
  pointer-events: none;
}
.executive-portrait figcaption {
  direction: rtl;
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 21px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
}
.executive-portrait figcaption span {
  color: var(--gold-2);
  padding: 0 5px;
}
@media (max-width: 850px) {
  .executive-profile {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .executive-portrait {
    order: -1;
    min-height: 460px;
  }
  .executive-content {
    padding: 43px 40px 44px;
  }
  .executive-content:before {
    top: 44px;
  }
  .executive-profile .executive-details {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .executive-content {
    padding: 34px 24px 36px;
  }
  .executive-content:before {
    top: 35px;
    height: 62px;
  }
  .executive-content h2 {
    font-size: 29px;
  }
  .executive-summary {
    font-size: 14.5px;
  }
  .executive-portrait {
    min-height: 360px;
  }
  .executive-profile .executive-details {
    grid-template-columns: 1fr;
    margin-top: 23px;
  }
  .executive-profile .executive-details > div {
    padding: 14px 15px;
  }
  .executive-portrait figcaption {
    right: 18px;
    bottom: 16px;
    font-size: 10.5px;
  }
}
.executive-profile {
  direction: rtl;
}
@media (min-width: 851px) {
  .about-capabilities-head .section-heading {
    max-width: none;
    flex: 1;
  }
  .about-capabilities-head .section-heading p {
    white-space: nowrap;
  }
  .company-story .section-heading {
    max-width: none;
  }
  .company-story .section-heading h2 {
    font-size: clamp(26px, 3vw, 38px);
    white-space: nowrap;
  }
}
.company-story .story-image {
  background-image:
    linear-gradient(180deg, rgba(15, 39, 30, 0.015), rgba(15, 39, 30, 0.12)),
    url(/images/about/engineering-studio-v2.webp);
}
:root {
  --ink: #10221b;
  --green: #143429;
  --green-2: #244b3a;
  --gold: #b9852f;
  --gold-2: #d8ab59;
  --cream: #f4f0e7;
  --paper: #fff;
  --muted: #5e6b65;
  --line: #ddd8cd;
  --shadow: 0 24px 70px rgba(11, 36, 27, 0.12);
}
html {
  background: var(--green);
}
body {
  background: #fff;
  font-family: Tajawal, Arial, sans-serif;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--gold-2);
  color: #0b1f18;
}
h1,
h2,
h3,
h4,
strong {
  font-family: Tajawal, Arial, sans-serif;
  font-weight: 800;
}
.shell {
  width: min(1240px, calc(100% - 56px));
}
.section {
  padding: 118px 0;
}
.topbar {
  background: #0a2119;
  color: #cdd8d2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 12.5px;
}
.topbar-inner {
  height: 38px;
}
.site-header {
  background: linear-gradient(180deg, rgba(6, 19, 14, 0.9), rgba(6, 19, 14, 0.3) 72%, transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.nav-row {
  height: 96px;
  gap: 38px;
}
.brand {
  gap: 15px;
}
.brand strong {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.12px;
}
.brand small {
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #bdc9c3;
  margin-top: 5px;
}
.brand-logo-mark {
  width: 128px;
  height: 51px;
  flex-basis: 128px;
  background: linear-gradient(145deg, #efd486, #c9963c 50%, #9d6b23);
}
.desktop-nav {
  gap: 27px;
}
.desktop-nav a {
  font-size: 14.5px;
  padding: 36px 0;
  text-shadow: none;
  color: #f3f6f4;
  white-space: nowrap;
}
.desktop-nav a:after {
  bottom: 28px;
  height: 1px;
}
.button {
  height: 54px;
  padding: 0 28px;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0;
}
.button.small {
  height: 44px;
  padding: 0 19px;
  font-size: 13.5px;
}
.button-gold {
  background: var(--gold);
  box-shadow: none;
}
.button-gold:hover {
  background: #a97626;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(185, 133, 47, 0.22);
}
.button-dark {
  background: #0d291f;
  border-color: rgba(255, 255, 255, 0.16);
}
.button-outline {
  background: rgba(8, 26, 19, 0.18);
  border-color: rgba(255, 255, 255, 0.48);
}
.button-outline-dark {
  border-color: #94a49c;
  background: transparent;
}
.hero {
  height: 810px;
  background: #071912;
}
.hero-media {
  background-position: center 48%;
  transform: scale(1.015);
}
.hero-shade {
  background: linear-gradient(
    90deg,
    rgba(4, 15, 11, 0.08) 4%,
    rgba(5, 19, 14, 0.28) 38%,
    rgba(6, 21, 15, 0.79) 70%,
    rgba(5, 18, 13, 0.97)
  );
}
.hero:after {
  background: linear-gradient(180deg, rgba(3, 12, 9, 0.08), transparent 47%, rgba(4, 16, 11, 0.84));
}
.hero-inner {
  padding-top: 126px;
}
.hero-copy {
  max-width: 1100px;
}
.hero-kicker {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.45px;
  margin-bottom: 24px;
  color: #e1b766;
}
.hero-kicker:before {
  width: 56px;
  background: #d2a453;
}
.hero h1 {
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.hero h1 em {
  font-size: 0.84em;
  color: #e0b35c;
  margin-top: 7px;
  font-weight: 800;
}
.hero-copy > p {
  font-size: 18.5px;
  line-height: 2;
  max-width: 790px;
  color: #dce5e0;
  margin-bottom: 37px;
}
.hero-actions {
  gap: 14px;
}
.metrics-wrap {
  margin-top: -50px;
}
.metrics {
  min-height: 112px;
  background: #16362a;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 0;
  box-shadow: 0 24px 55px rgba(7, 30, 21, 0.25);
  position: relative;
}
.metrics article {
  gap: 14px;
}
.metrics article:not(:last-child):after {
  height: 48px;
  background: rgba(255, 255, 255, 0.14);
}
.metrics strong {
  font-family: Tajawal, Arial, sans-serif;
  font-size: 32px;
  color: #dfb45f;
}
.metrics span {
  font-size: 14.5px;
  font-weight: 500;
  color: #e8eeea;
}
.section-heading {
  max-width: 700px;
}
.contact-intro > span,
.section-heading > span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  color: var(--gold);
}
.section-heading h2 {
  font-size: clamp(34px, 2.75vw, 40px);
  line-height: 1.4;
  letter-spacing: 0;
}
.section-heading h2:after {
  width: 46px;
  height: 2px;
  margin-top: 18px;
}
.section-heading p {
  font-size: 16.5px;
  line-height: 1.95;
  margin-top: 21px;
  color: #65716b;
}
.service-grid {
  gap: 22px;
  margin-top: 55px;
}
.service-card {
  min-height: 420px;
  padding: 32px 30px 31px;
  background: #fff;
  border: 0;
  border-top: 1px solid #d9d5ca;
  box-shadow: 0 10px 38px rgba(12, 40, 29, 0.055);
}
.service-card:before {
  height: 3px;
}
.service-card:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--gold);
  transition: 0.32s;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 62px rgba(10, 37, 27, 0.13);
}
.service-card:hover:after {
  width: 100%;
}
.service-icon {
  height: 116px;
  margin: 15px 0 26px;
}
.service-vector-icon svg {
  stroke: #18392d;
  stroke-width: 2.35;
}
.service-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}
.service-card p {
  font-size: 15px;
  line-height: 1.95;
}
.service-card a {
  bottom: 29px;
  font-size: 13.5px;
}
.about-home {
  background: #f3efe6;
  position: relative;
}
.about-layout {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 96px;
}
.about-image {
  height: 610px;
  box-shadow: 0 25px 65px rgba(13, 39, 30, 0.12);
}
.about-image:before {
  inset: 28px -28px -28px 28px;
  border-color: rgba(185, 133, 47, 0.72);
}
.about-frame {
  left: -28px;
  bottom: 46px;
  width: 174px;
  height: 158px;
  background: #123429;
  border-bottom: 0;
  box-shadow: 0 22px 45px rgba(10, 35, 25, 0.2);
}
.about-frame:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64%;
  height: 3px;
  background: var(--gold);
}
.about-frame strong {
  font-family: Tajawal, Arial, sans-serif;
  font-size: 47px;
}
.about-content > p {
  font-size: 16.5px;
  line-height: 2.08;
  color: #526159;
  margin-bottom: 30px;
}
.credentials {
  gap: 0;
  border-top: 1px solid #d7d1c5;
}
.credentials article {
  padding: 17px 4px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d1c5;
}
.credentials article > span {
  width: 34px;
  height: 34px;
  background: #17382c;
  color: #ddb25c;
  font-size: 14px;
}
.credentials h3 {
  font-size: 15.5px;
}
.credentials p {
  font-size: 13px;
}
.qualifications-section {
  background: #fff;
  border-top: 0;
  position: relative;
}
.qualifications-section:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0 78%, rgba(185, 133, 47, 0.045) 78% 100%);
  pointer-events: none;
}
.qualification-grid {
  gap: 20px;
  margin-top: 54px;
}
.qualification-grid article {
  min-height: 194px;
  padding: 28px 26px;
  background: #faf9f5;
  border: 1px solid transparent;
  border-top: 2px solid #e3ded3;
  gap: 19px;
  box-shadow: 0 10px 28px rgba(12, 40, 29, 0.045);
}
.qualification-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(12, 40, 29, 0.11);
  border-top-color: var(--gold);
}
.qualification-number {
  left: 16px;
  top: 14px;
  font-size: 33px;
  color: #e7e2d8;
}
.qualification-emblem {
  width: 65px;
  height: 65px;
  flex-basis: 65px;
  background: #fff;
  border-color: #c99b4b;
  box-shadow: inset 0 0 0 6px #f1ede4;
}
.qualification-emblem span {
  background: #17382c;
  color: #e0b45b;
}
.qualification-copy {
  padding-top: 15px;
  padding-left: 12px;
}
.qualification-copy h3 {
  font-size: 17.5px;
  font-weight: 700;
}
.qualification-copy p {
  font-size: 13.5px;
  line-height: 1.75;
}
.qualification-copy > div span {
  background: #ebe7dd;
  color: #17382c;
  font-size: 11.5px;
  padding: 5px 10px;
}
.projects-home {
  background: #f4f1e9;
}
.heading-row {
  margin-bottom: 48px;
}
.featured-projects {
  gap: 22px;
}
.project-card {
  background: #fff;
  border: 0;
  box-shadow: 0 14px 38px rgba(12, 40, 29, 0.075);
}
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(11, 38, 28, 0.14);
}
.project-card-media {
  aspect-ratio: 4/3;
  background: #e9e6de;
}
.project-card-media img {
  transition: transform 0.45s ease;
}
.project-card:hover .project-card-media img {
  transform: scale(1.025);
}
.project-card-media b {
  left: 18px;
  top: 18px;
  width: 48px;
  height: 48px;
  background: rgba(13, 43, 32, 0.94);
  font-size: 12px;
  border-bottom: 0;
}
.project-card-media b:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 2px;
  background: var(--gold);
}
.project-card-copy {
  padding: 24px 25px 27px;
  border-top: 1px solid #ebe7dd;
}
.project-card-copy span {
  font-size: 11.5px;
  letter-spacing: 0.35px;
}
.project-card-copy h3 {
  font-weight: 700;
  margin: 6px 0 5px;
}
.project-card-copy p {
  font-size: 14px;
}
.why-home {
  background: #fff;
  border-top: 0;
}
.why-grid {
  margin-top: 52px;
  border: 0;
  border-top: 1px solid #dcd8cf;
  border-bottom: 1px solid #dcd8cf;
}
.why-grid article {
  padding: 40px 29px;
}
.why-grid article:not(:last-child):after {
  top: 34px;
  bottom: 34px;
}
.why-grid svg {
  width: 51px;
  height: 51px;
  stroke: #b9852f;
  stroke-width: 1.8;
  margin-bottom: 18px;
}
.why-grid h3 {
  font-size: 19px;
  font-weight: 700;
}
.why-grid p {
  font-size: 14.5px;
  line-height: 1.9;
}
.contact-band {
  padding: 104px 0;
  background: linear-gradient(122deg, #0b271e, #1f4736);
}
.contact-band:before {
  width: 520px;
  height: 520px;
  border-color: rgba(216, 171, 89, 0.18);
}
.contact-band-grid {
  grid-template-columns: 0.86fr 1.14fr;
  gap: 88px;
}
.contact-intro h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
.contact-intro > p {
  font-size: 15.5px;
  line-height: 2;
}
.contact-mini {
  font-size: 14px;
  color: #e0b55e;
}
.quote-form {
  gap: 17px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(4, 24, 16, 0.22);
  border-top: 3px solid var(--gold);
}
.field label {
  font-size: 12.5px;
}
.field input,
.field select,
.field textarea {
  padding: 13px 14px;
  background: #faf9f6;
  border-color: #d8d9d5;
  font-size: 14px;
}
.footer {
  background: #091d16;
  padding-top: 76px;
  border-top: 1px solid rgba(216, 171, 89, 0.22);
}
.footer-grid {
  grid-template-columns: 1.7fr 0.75fr 0.9fr 1fr;
  gap: 62px;
  padding-bottom: 58px;
}
.footer-about p {
  font-size: 14.5px;
  color: #9eafa6;
}
.footer h3 {
  font-size: 15px;
  font-weight: 600;
}
.footer h3:after {
  height: 1px;
}
.footer-grid > div:not(:first-child) a,
.footer-grid > div:not(:first-child) span {
  font-size: 13.5px;
  line-height: 1.75;
}
.footer-bottom {
  min-height: 64px;
}
.whatsapp-float {
  left: 25px;
  bottom: 25px;
  background: #1e7a4b;
  padding: 13px 20px;
  border-radius: 2px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}
.page-hero {
  padding: 218px 0 116px;
  background:
    linear-gradient(105deg, rgba(6, 22, 16, 0.97), rgba(15, 45, 33, 0.88)),
    url(/images/site/inner-hero.jpg) center 46% / cover;
  color: #fff;
  border-bottom: 3px solid var(--gold);
}
.page-hero span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.55px;
}
.page-hero h1 {
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.7px;
  margin: 10px 0 13px;
}
.page-hero p {
  font-size: 17px;
  line-height: 1.9;
  max-width: 740px;
  color: #d8e2dc;
}
.contact-page,
.design-category-page,
.licenses-category-page,
.supervision-category-page,
.survey-category-page {
  background: #f4f1e9;
}
.supervision-intro,
.survey-intro {
  background: linear-gradient(120deg, #102f25, #274b39);
  border-bottom-color: var(--gold);
  box-shadow: 0 18px 48px rgba(11, 37, 27, 0.13);
}
.about-capabilities-grid > a,
.about-documents-grid article,
.licenses-overview-grid > article,
.projects-gallery article,
.survey-deliverables,
.survey-overview-grid > article,
.survey-visual {
  border-color: #ded9ce;
  box-shadow: 0 12px 35px rgba(11, 39, 28, 0.055);
}
.about-capabilities-grid > a:hover,
.about-documents-grid article:hover,
.licenses-overview-grid > article:hover,
.projects-gallery article:hover,
.survey-overview-grid > article:hover {
  box-shadow: 0 25px 58px rgba(11, 39, 28, 0.13);
}
.survey-card-copy h2 {
  font-weight: 700;
}
.design-approach-grid p,
.survey-card-copy p,
.survey-process-grid p {
  font-size: 14px;
  line-height: 1.9;
}
.contact-panel {
  background: #123429;
}
.full-form {
  box-shadow: 0 18px 50px rgba(11, 39, 28, 0.09);
  border-top: 3px solid var(--gold);
}
.executive-profile {
  background: #123429;
  border-bottom-width: 3px;
}
.executive-content h2 {
  font-weight: 700;
}
.executive-role {
  background: #d9ad5b;
}
@media (max-width: 1050px) {
  .shell {
    width: min(100% - 42px, 1180px);
  }
  .hero h1 {
    font-size: 46px;
  }
  .brand-logo-mark {
    width: 108px;
    height: 43px;
    flex-basis: 108px;
  }
  .service-grid {
    gap: 18px;
  }
  .about-layout {
    gap: 58px;
  }
}
@media (max-width: 850px) {
  .shell {
    width: min(100% - 36px, 760px);
  }
  .section {
    padding: 86px 0;
  }
  .hero {
    height: 720px;
  }
  .hero-inner {
    padding-top: 82px;
  }
  .hero h1 {
    font-size: 41px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .nav-row {
    height: 80px;
  }
  .brand strong {
    font-size: 15px;
  }
  .brand small {
    font-size: 11.5px;
  }
  .brand-logo-mark {
    width: 96px;
    height: 38px;
    flex-basis: 96px;
  }
  .metrics-wrap {
    margin-top: -35px;
  }
  .metrics {
    min-height: 172px;
  }
  .metrics article {
    min-height: 86px;
  }
  .about-layout {
    gap: 65px;
  }
  .about-image {
    height: 470px;
  }
  .contact-band-grid {
    gap: 48px;
  }
  .contact-intro {
    text-align: right;
  }
  .contact-mini {
    align-items: flex-end;
  }
  .page-hero {
    padding: 165px 0 86px;
  }
  .page-hero h1 {
    font-size: 42px;
  }
  .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .shell {
    width: calc(100% - 30px);
  }
  .section {
    padding: 70px 0;
  }
  .hero {
    height: 680px;
  }
  .hero-media {
    background-position: 42%;
  }
  .hero-inner {
    align-items: flex-end;
    padding: 0 0 72px;
  }
  .hero-kicker {
    font-size: 12px;
    margin-bottom: 17px;
  }
  .hero-kicker:before {
    width: 31px;
  }
  .hero h1 {
    font-size: 34px;
    line-height: 1.42;
    letter-spacing: -0.45px;
  }
  .hero h1 em {
    font-size: 0.82em;
  }
  .hero-copy > p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 27px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-actions .button {
    padding: 0 12px;
  }
  .metrics {
    min-height: 168px;
  }
  .metrics strong {
    font-size: 26px;
  }
  .metrics span {
    font-size: 12.5px;
  }
  .metrics article {
    gap: 8px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .section-heading p {
    font-size: 15px;
  }
  .section-heading > span {
    font-size: 12px;
  }
  .service-grid {
    gap: 15px;
    margin-top: 38px;
  }
  .service-card {
    min-height: 355px;
    padding: 24px;
  }
  .service-icon {
    height: 94px;
    margin: 8px 0 18px;
  }
  .service-image-icon {
    max-height: 86px;
  }
  .service-vector-icon svg {
    width: 78px;
    height: 78px;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .service-card p {
    font-size: 14px;
  }
  .service-card a {
    bottom: 23px;
  }
  .about-image {
    height: 390px;
  }
  .about-image:before {
    inset: 15px -8px -15px 15px;
  }
  .about-frame {
    left: -7px;
    bottom: 24px;
    width: 136px;
    height: 118px;
  }
  .about-frame strong {
    font-size: 37px;
  }
  .about-content > p {
    font-size: 15px;
  }
  .qualification-grid {
    gap: 13px;
    margin-top: 38px;
  }
  .qualification-grid article {
    min-height: 168px;
    padding: 22px 19px;
  }
  .qualification-copy {
    padding-top: 12px;
    padding-left: 6px;
  }
  .qualification-copy h3 {
    font-size: 15.5px;
  }
  .qualification-copy p {
    font-size: 12.5px;
  }
  .qualification-copy > div {
    gap: 5px;
  }
  .qualification-copy > div span {
    font-size: 10.5px;
    padding: 4px 8px;
  }
  .heading-row {
    align-items: flex-start;
  }
  .featured-projects {
    gap: 17px;
  }
  .project-card-copy {
    padding: 20px;
  }
  .project-card-copy h3 {
    font-size: 19px;
  }
  .why-grid article {
    padding: 30px 18px;
  }
  .why-grid h3 {
    font-size: 17px;
  }
  .why-grid p {
    font-size: 13px;
  }
  .contact-band {
    padding: 74px 0;
  }
  .contact-intro h2 {
    font-size: 31px;
  }
  .contact-intro > p {
    font-size: 14.5px;
  }
  .quote-form {
    padding: 25px 21px;
  }
  .page-hero {
    padding: 142px 0 72px;
  }
  .page-hero h1 {
    font-size: 34px;
  }
  .page-hero p {
    font-size: 15px;
  }
  .footer {
    padding-top: 58px;
  }
  .footer-grid {
    gap: 34px;
  }
  .footer-bottom {
    padding: 16px 0;
  }
  .whatsapp-float {
    left: 15px;
    bottom: 15px;
    padding: 11px 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
body {
  font-size: 17px;
}
.topbar {
  font-size: 14px;
}
.brand strong {
  font-size: 19px;
}
.brand small {
  font-size: 14px;
}
.desktop-nav a {
  font-weight: 700;
}
.button {
  font-size: 15.5px;
  font-weight: 800;
}
.button.small {
  font-size: 15px;
}
.hero-kicker {
  font-size: 16px;
  font-weight: 800;
}
.hero h1 {
  font-size: clamp(44px, 3.7vw, 54px);
  font-weight: 800;
}
.hero-copy > p {
  font-size: 19px;
}
.metrics strong {
  font-size: 35px;
}
.metrics span {
  font-size: 16px;
}
.contact-intro > span,
.section-heading > span {
  font-size: 17px;
  font-weight: 800;
}
.section-heading h2 {
  font-size: clamp(35px, 2.75vw, 40px);
  font-weight: 800;
}
.section-heading p {
  font-size: 17px;
}
.service-card h3 {
  font-size: 23px;
}
.service-card p {
  font-size: 16px;
}
.service-card a {
  font-size: 15px;
}
.about-content > p {
  font-size: 18px;
}
.credentials h3 {
  font-size: 17px;
}
.credentials p {
  font-size: 14.5px;
}
.text-link {
  font-size: 15.5px;
}
.qualification-copy h3 {
  font-size: 18.5px;
}
.qualification-copy p {
  font-size: 14px;
}
.qualification-copy > div span {
  font-size: 12px;
}
.project-card-copy span {
  font-size: 13px;
}
.project-card-copy h3 {
  font-size: 22px;
  font-weight: 800;
}
.project-card-copy p {
  font-size: 15px;
}
.project-card-copy > a {
  font-size: 14.5px;
}
.why-grid h3 {
  font-size: 20px;
}
.why-grid p {
  font-size: 15.5px;
}
.contact-intro h2 {
  font-size: 44px;
}
.contact-intro > p {
  font-size: 17px;
}
.contact-mini {
  font-size: 15px;
}
.field label {
  font-size: 14px;
}
.field input,
.field select,
.field textarea {
  font-size: 15.5px;
}
.form-success {
  font-size: 14.5px;
}
.footer-about p {
  font-size: 15px;
}
.footer h3 {
  font-size: 17px;
}
.footer-grid > div:not(:first-child) a,
.footer-grid > div:not(:first-child) span {
  font-size: 14.5px;
}
.footer-bottom {
  font-size: 13.5px;
}
.page-hero span {
  font-size: 17px;
  font-weight: 800;
}
.page-hero h1 {
  font-size: clamp(44px, 3.7vw, 54px);
  font-weight: 800;
  letter-spacing: 0;
}
.page-hero p {
  font-size: 18px;
}
.contact-panel > p,
.full-form > p,
.project-detail-meta > p,
.service-copy > p,
.story-copy > p {
  font-size: 16px;
}
.contact-panel > h2,
.full-form > h2,
.service-copy h2,
.story-copy h2 {
  font-size: 34px;
  font-weight: 800;
}
.survey-card-copy h2 {
  font-size: 22px;
}
.survey-card-copy p {
  font-size: 15px;
}
.survey-card-copy small {
  font-size: 13px;
}
.design-approach-grid h3,
.survey-process-grid h3 {
  font-size: 18px;
}
.design-approach-grid p,
.survey-process-grid p {
  font-size: 14.5px;
}
.project-category-toolbar,
.project-detail-toolbar,
.survey-deliverables p {
  font-size: 15px;
}
.licenses-overview-scope li,
.survey-deliverables li,
.survey-overview-scope li {
  font-size: 14px;
}
.about-capabilities-grid h3,
.about-document-copy h3 {
  font-size: 20px;
}
.about-capabilities-grid p,
.about-document-copy p {
  font-size: 14.5px;
}
.executive-eyebrow {
  font-size: 17px;
  font-weight: 800;
}
.executive-content h2 {
  font-size: 38px;
  font-weight: 800;
}
.executive-role {
  font-size: 15px;
}
.executive-summary {
  font-size: 16.5px;
}
.executive-profile .executive-details dt {
  font-size: 13px;
}
.executive-profile .executive-details dd {
  font-size: 15.5px;
}
@media (max-width: 850px) {
  body {
    font-size: 16.5px;
  }
  .brand strong {
    font-size: 16px;
  }
  .brand small {
    font-size: 12.5px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero-copy > p {
    font-size: 18px;
  }
  .contact-intro > span,
  .section-heading > span {
    font-size: 16px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading p {
    font-size: 17px;
  }
  .page-hero span {
    font-size: 16px;
  }
  .page-hero h1 {
    font-size: 38px;
  }
  .page-hero p {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .button {
    font-size: 14px;
  }
  .hero-kicker {
    font-size: 13.5px;
  }
  .hero h1 {
    font-size: 31px;
  }
  .hero-copy > p {
    font-size: 16.5px;
  }
  .metrics strong {
    font-size: 28px;
  }
  .metrics span {
    font-size: 13.5px;
  }
  .contact-intro > span,
  .section-heading > span {
    font-size: 15px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .section-heading p {
    font-size: 16px;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .service-card p {
    font-size: 15px;
  }
  .service-card a {
    font-size: 14px;
  }
  .about-content > p,
  .credentials h3 {
    font-size: 16px;
  }
  .credentials p {
    font-size: 13.5px;
  }
  .qualification-copy h3 {
    font-size: 16.5px;
  }
  .qualification-copy p {
    font-size: 13px;
  }
  .qualification-copy > div span {
    font-size: 11px;
  }
  .project-card-copy h3 {
    font-size: 20px;
  }
  .project-card-copy p {
    font-size: 14px;
  }
  .why-grid h3 {
    font-size: 18px;
  }
  .why-grid p {
    font-size: 14px;
  }
  .contact-intro h2 {
    font-size: 33px;
  }
  .contact-intro > p {
    font-size: 15.5px;
  }
  .field label {
    font-size: 13px;
  }
  .field input,
  .field select,
  .field textarea,
  .page-hero span {
    font-size: 15px;
  }
  .page-hero h1 {
    font-size: 31px;
  }
  .page-hero p {
    font-size: 16px;
  }
  .footer-about p {
    font-size: 14px;
  }
  .footer h3 {
    font-size: 16px;
  }
  .footer-grid > div:not(:first-child) a,
  .footer-grid > div:not(:first-child) span {
    font-size: 13.5px;
  }
  .footer-bottom {
    font-size: 12.5px;
  }
  .contact-panel > h2,
  .full-form > h2,
  .service-copy h2,
  .story-copy h2 {
    font-size: 29px;
  }
  .executive-content h2 {
    font-size: 30px;
  }
  .executive-summary {
    font-size: 15px;
  }
}
:root {
  --muted: #4f5f58;
}
dd,
li,
p,
small {
  font-weight: 500;
}
.about-capabilities-grid p,
.about-document-copy p,
.accreditation-grid p,
.credentials p,
.project-caption p,
.project-card-copy p,
.qualification-copy p,
.why-grid p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}
.design-approach-grid p,
.licenses-overview-grid p,
.service-card p,
.survey-card-copy p,
.survey-process-grid p {
  font-size: 15.5px;
  line-height: 1.9;
  color: var(--muted);
}
.about-document-copy span,
.accreditation-grid article > span,
.licenses-overview-grid small,
.survey-card-copy small {
  font-size: 14px;
  font-weight: 700;
}
.qualification-copy > div span {
  font-size: 12.5px;
}
.project-image span {
  font-size: 13.5px;
}
.document-enlarge-link,
.document-lightbox-footer a,
.project-card-action {
  font-size: 14px;
}
.field label {
  font-size: 14.5px;
  font-weight: 700;
}
.field input,
.field select,
.field textarea {
  font-weight: 500;
}
.footer-about p {
  font-size: 15.5px;
  color: #b7c3bd;
}
.footer-grid > div:not(:first-child) a,
.footer-grid > div:not(:first-child) span {
  font-size: 15px;
  color: #b7c3bd;
}
.footer-bottom {
  color: #9eada5;
}
.executive-profile .executive-details dt {
  font-size: 14px;
}
.executive-profile .executive-details dd {
  font-size: 16px;
}
.executive-portrait figcaption {
  font-size: 13px;
}
.executive-qualifications {
  margin: 0;
  padding-right: 20px;
}
.executive-qualifications li + li {
  margin-top: 3px;
}
@media (max-width: 600px) {
  .about-capabilities-grid p,
  .about-document-copy p,
  .accreditation-grid p,
  .credentials p,
  .project-caption p,
  .project-card-copy p,
  .qualification-copy p,
  .why-grid p {
    font-size: 14.5px;
  }
  .design-approach-grid p,
  .licenses-overview-grid p,
  .service-card p,
  .survey-card-copy p,
  .survey-process-grid p {
    font-size: 15px;
  }
  .about-document-copy span,
  .accreditation-grid article > span,
  .field label,
  .licenses-overview-grid small,
  .survey-card-copy small {
    font-size: 13.5px;
  }
  .footer-about p {
    font-size: 14.5px;
  }
  .footer-grid > div:not(:first-child) a,
  .footer-grid > div:not(:first-child) span {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 13px;
  }
}
.qualification-pages-feature {
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  margin-top: 48px;
  background: linear-gradient(135deg, #102d23, #244638);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 20px 48px rgba(13, 42, 31, 0.13);
  color: #fff;
}
.qualification-pages-intro {
  padding: 33px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.qualification-pages-intro > span {
  color: var(--gold-2);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}
.qualification-pages-intro h3 {
  font-size: 23px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1101px) {
  .qualification-pages-feature {
    grid-template-columns: minmax(470px, 0.8fr) minmax(0, 1.7fr);
  }
  .qualification-pages-intro h3 {
    white-space: nowrap;
  }
}
.qualification-pages-feature nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.qualification-pages-feature nav a {
  min-height: 112px;
  display: grid;
  grid-template-columns: 38px 1fr 20px;
  gap: 13px;
  align-items: center;
  padding: 20px 24px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  transition: 0.25s;
}
.qualification-pages-feature nav a:nth-child(2n) {
  border-left: 0;
}
.qualification-pages-feature nav a:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.qualification-pages-feature nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.qualification-pages-feature nav > a > b {
  color: var(--gold-2);
  font:
    800 18px/1 Arial,
    sans-serif;
}
.qualification-pages-feature nav > a > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.qualification-pages-feature nav strong {
  font-size: 17px;
}
.qualification-pages-feature nav small {
  color: #bac8c1;
  font-size: 12.5px;
}
.qualification-pages-feature nav i {
  font-style: normal;
  color: var(--gold-2);
  font-size: 19px;
}
@media (max-width: 850px) {
  .qualification-pages-feature {
    grid-template-columns: 1fr;
  }
  .qualification-pages-intro {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 600px) {
  .qualification-pages-feature {
    margin-top: 35px;
  }
  .qualification-pages-intro {
    padding: 26px 23px;
  }
  .qualification-pages-intro h3 {
    font-size: 20px;
  }
  .qualification-pages-feature nav {
    grid-template-columns: 1fr;
  }
  .qualification-pages-feature nav a {
    min-height: 92px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    padding: 17px 20px;
  }
  .qualification-pages-feature nav a:last-child {
    border-bottom: 0 !important;
  }
}
.qualification-pages-feature nav small {
  font-size: 14.5px;
  line-height: 1.65;
}
.qualification-profile-side {
  display: grid;
  gap: 16px;
  align-self: stretch;
}
.qualification-profile-logo {
  height: 142px;
  margin: 0;
  padding: 20px 28px;
  display: grid;
  place-items: center;
  background: #fff;
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 16px 36px rgba(4, 18, 13, 0.18);
  overflow: hidden;
}
.qualification-profile-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 96px;
  object-fit: contain;
}
.qualification-profile-logo--seal img {
  max-height: 122px;
}
.qualification-profile-page {
  background: #fff;
}
.qualification-profile-hero {
  position: relative;
  overflow: hidden;
  padding: 190px 0 96px;
  background: linear-gradient(120deg, #071c15, #16392b 63%, #244b39);
  color: #fff;
  border-bottom: 4px solid var(--gold);
}
.qualification-profile-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 0);
  background-size: 54px 54px;
  transform: skewY(-7deg) scale(1.18);
}
.qualification-profile-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  gap: 75px;
  align-items: center;
}
.qualification-profile-badge {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #edca83;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 19px;
}
.qualification-profile-badge b {
  min-width: 48px;
  height: 35px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  font:
    800 13px/1 Arial,
    sans-serif;
}
.qualification-profile-copy h1 {
  max-width: 760px;
  font-size: 49px;
  line-height: 1.36;
  margin: 0 0 18px;
}
.qualification-profile-copy > p {
  max-width: 760px;
  color: #d7e1dc;
  font-size: 18px;
  line-height: 1.95;
  margin: 0 0 29px;
}
.qualification-profile-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.qualification-profile-facts {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(4px);
}
.qualification-profile-facts article {
  position: relative;
  min-height: 118px;
  padding: 24px 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.qualification-profile-facts article:last-child {
  border-bottom: 0;
}
.qualification-profile-facts article > span {
  position: absolute;
  left: 19px;
  top: 18px;
  color: rgba(255, 255, 255, 0.16);
  font:
    800 27px/1 Arial,
    sans-serif;
}
.qualification-profile-facts strong {
  display: block;
  color: var(--gold-2);
  font-size: 22px;
  margin-bottom: 3px;
}
.qualification-profile-facts p {
  margin: 0;
  color: #c8d4ce;
  font-size: 14.5px;
}
.qualification-profile-overview {
  background: #fff;
}
.qualification-profile-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 86px;
  align-items: center;
}
.qualification-profile-overview-copy > .section-heading {
  margin-bottom: 24px;
}
.qualification-profile-overview-copy > p {
  font-size: 16.5px;
  line-height: 2;
  color: #526159;
  margin: 0;
}
.qualification-profile-overview-copy > p + p {
  margin-top: 14px;
}
.qualification-profile-document {
  margin: 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 430px;
  background: #f4f1e9;
  border: 1px solid #dcd6ca;
  box-shadow: 0 20px 52px rgba(15, 43, 33, 0.09);
}
.qualification-profile-document > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #e9e4da;
}
.qualification-profile-document figcaption {
  padding: 31px 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qualification-profile-document figcaption span,
.qualification-profile-focus > span {
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}
.qualification-profile-document figcaption strong {
  font-size: 21px;
  line-height: 1.5;
  margin: 6px 0 22px;
}
.qualification-profile-document figcaption a {
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}
.qualification-profile-focus {
  min-height: 430px;
  padding: 45px 43px;
  background: linear-gradient(145deg, #123126, #234638);
  color: #fff;
  border-bottom: 4px solid var(--gold);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qualification-profile-focus h2 {
  font-size: 30px;
  line-height: 1.5;
  margin: 5px 0 24px;
}
.qualification-profile-focus ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.qualification-profile-focus li {
  position: relative;
  padding-right: 28px;
  color: #d7e1dc;
  font-size: 16px;
}
.qualification-profile-focus li:before {
  content: '✓';
  position: absolute;
  right: 0;
  color: var(--gold-2);
  font-weight: 800;
}
.qualification-profile-scopes {
  background: #f3efe6;
}
.qualification-profile-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 49px;
}
.qualification-profile-scope-grid article {
  min-height: 260px;
  position: relative;
  padding: 36px 27px 29px;
  background: #fff;
  border-top: 4px solid var(--green);
  box-shadow: 0 12px 32px rgba(14, 41, 32, 0.055);
}
.qualification-profile-scope-grid article > b {
  position: absolute;
  left: 18px;
  top: 18px;
  color: #e8e3d9;
  font:
    800 30px/1 Arial,
    sans-serif;
}
.qualification-profile-scope-grid h3 {
  font-size: 20px;
  line-height: 1.55;
  margin: 55px 0 9px;
}
.qualification-profile-scope-grid p {
  font-size: 15px;
  line-height: 1.9;
  color: #57655e;
  margin: 0;
}
.qualification-profile-process {
  padding: 90px 0;
  background: #fff;
}
.qualification-profile-process-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 85px;
  align-items: start;
}
.qualification-profile-process-grid > div {
  position: sticky;
  top: 30px;
}
.qualification-profile-process-grid > div > span {
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
}
.qualification-profile-process-grid > div h2 {
  font-size: 34px;
  line-height: 1.5;
  margin: 5px 0 12px;
}
.qualification-profile-process-grid > div p {
  color: #59675f;
  font-size: 15.5px;
  line-height: 1.9;
}
.qualification-profile-process ol {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #d7d1c6;
}
.qualification-profile-process li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #d7d1c6;
}
.qualification-profile-process li > b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #15382c;
  color: var(--gold-2);
  font:
    800 12px/1 Arial,
    sans-serif;
}
.qualification-profile-process li h3 {
  font-size: 19px;
  margin: 0 0 4px;
}
.qualification-profile-process li p {
  font-size: 15px;
  line-height: 1.8;
  color: #59675f;
  margin: 0;
}
@media (max-width: 1050px) {
  .qualification-profile-hero-grid {
    grid-template-columns: 1fr 0.72fr;
    gap: 48px;
  }
  .qualification-profile-copy h1 {
    font-size: 43px;
  }
  .qualification-profile-overview-grid {
    gap: 50px;
  }
  .qualification-profile-scope-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .qualification-profile-hero {
    padding: 150px 0 78px;
  }
  .qualification-profile-hero-grid,
  .qualification-profile-overview-grid,
  .qualification-profile-process-grid {
    grid-template-columns: 1fr;
  }
  .qualification-profile-facts {
    grid-template-columns: repeat(3, 1fr);
  }
  .qualification-profile-facts article {
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }
  .qualification-profile-facts article:last-child {
    border-left: 0;
  }
  .qualification-profile-document,
  .qualification-profile-focus {
    max-width: 690px;
  }
  .qualification-profile-process-grid {
    gap: 42px;
  }
  .qualification-profile-process-grid > div {
    position: static;
  }
}
@media (max-width: 600px) {
  .qualification-profile-hero {
    padding: 128px 0 62px;
  }
  .qualification-profile-hero-grid {
    gap: 38px;
  }
  .qualification-profile-copy h1 {
    font-size: 34px;
  }
  .qualification-profile-copy > p {
    font-size: 16px;
  }
  .qualification-profile-copy > div {
    display: grid;
  }
  .qualification-profile-copy .button {
    width: 100%;
  }
  .qualification-profile-facts {
    grid-template-columns: 1fr;
  }
  .qualification-profile-facts article {
    min-height: 98px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .qualification-profile-facts article:last-child {
    border-bottom: 0;
  }
  .qualification-profile-overview-grid {
    gap: 40px;
  }
  .qualification-profile-document {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .qualification-profile-document > img {
    height: 390px;
  }
  .qualification-profile-document figcaption {
    padding: 25px;
  }
  .qualification-profile-focus {
    min-height: 0;
    padding: 34px 27px;
  }
  .qualification-profile-focus h2 {
    font-size: 25px;
  }
  .qualification-profile-scope-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
  .qualification-profile-scope-grid article {
    min-height: 220px;
  }
  .qualification-profile-process {
    padding: 68px 0;
  }
  .qualification-profile-process-grid > div h2 {
    font-size: 29px;
  }
  .qualification-profile-process li {
    grid-template-columns: 48px 1fr;
    gap: 15px;
  }
  .qualification-profile-process li > b {
    width: 42px;
    height: 42px;
  }
}
.survey-landing {
  overflow: hidden;
  background: #fff;
}
.survey-landing-hero {
  min-height: 850px;
  padding: 182px 0 76px;
  position: relative;
  color: #fff;
  background: linear-gradient(120deg, #071c15, #0b2c21 50%, #123d2e);
  border-bottom: 4px solid var(--gold);
}
.survey-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 0);
  background-size: 48px 48px;
  transform: skewY(-8deg) scale(1.25);
  transform-origin: center;
}
.survey-landing-hero:before {
  content: '';
  position: absolute;
  width: 620px;
  height: 620px;
  right: -270px;
  bottom: -350px;
  border: 1px solid rgba(215, 170, 86, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(215, 170, 86, 0.035),
    0 0 0 140px rgba(215, 170, 86, 0.025);
}
.survey-landing-hero:after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(0deg, rgba(3, 15, 10, 0.42), transparent);
  pointer-events: none;
}
.survey-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 74px;
  align-items: center;
}
.survey-hero-copy {
  min-width: 0;
}
.survey-badge {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  border: 1px solid rgba(216, 171, 89, 0.48);
  background: rgba(216, 171, 89, 0.09);
  color: #edca83;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 23px;
}
.survey-badge i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  background: var(--gold);
  color: #fff;
  font-size: 13px;
}
.survey-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 4.15vw, 58px);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.4px;
}
.survey-hero-copy h1 em {
  display: block;
  color: var(--gold-2);
  font-style: normal;
}
.survey-hero-lead {
  max-width: 730px;
  margin: 23px 0 27px;
  color: #dce6e1;
  font-size: 19px;
  line-height: 1.95;
}
.survey-needs {
  max-width: 730px;
  padding: 18px 21px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(5px);
}
.survey-needs p {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 0;
  color: #f0f4f2;
  font-size: 15.5px;
  line-height: 1.8;
}
.survey-needs p + p {
  margin-top: 7px;
}
.survey-needs b {
  color: var(--gold-2);
  font:
    800 12px/2.35 Arial,
    sans-serif;
}
.survey-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 27px;
}
.survey-hero-actions .button {
  min-width: 226px;
}
.survey-hero-actions .button span {
  font-weight: 800;
}
.survey-hero-actions .button-outline span {
  color: var(--gold-2);
  direction: ltr;
}
.survey-trust-row {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 20px;
  margin-top: 28px;
  color: #bdccc4;
  font-size: 13.5px;
  font-weight: 700;
}
.survey-trust-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.survey-trust-row span:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(216, 171, 89, 0.1);
}
.survey-hero-visual {
  position: relative;
  height: 535px;
  margin-top: 12px;
  isolation: isolate;
}
.survey-hero-visual:before {
  content: '';
  position: absolute;
  inset: 24px -24px -24px 24px;
  border: 1px solid rgba(216, 171, 89, 0.62);
  z-index: -1;
}
.survey-hero-visual:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(6, 25, 18, 0.42));
  pointer-events: none;
}
.survey-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04);
}
.survey-visual-tag {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 16px 19px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  border-bottom: 3px solid var(--gold);
}
.survey-visual-tag small {
  color: #6a756f;
  font-size: 12.5px;
  font-weight: 700;
}
.survey-visual-tag strong {
  font-size: 20px;
  line-height: 1.35;
}
.survey-visual-tag-top {
  top: 31px;
  right: -31px;
}
.survey-visual-tag-bottom {
  left: -31px;
  bottom: 33px;
  background: #14382c;
  color: #fff;
}
.survey-visual-tag-bottom small {
  color: #c6d2cc;
}
.survey-when-section {
  position: relative;
  background: #f3efe6;
  padding: 67px 0;
  border-bottom: 1px solid #ded8cc;
}
.survey-when-grid {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 76px;
  align-items: center;
}
.survey-faq-intro > span,
.survey-quote-copy > span,
.survey-when-heading > span {
  display: block;
  color: var(--gold);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}
.survey-faq-intro h2,
.survey-quote-copy h2,
.survey-when-heading h2 {
  font-size: 34px;
  line-height: 1.45;
  margin: 0;
}
.survey-faq-intro p,
.survey-quote-copy p,
.survey-when-heading p {
  color: #56635c;
  font-size: 16px;
  line-height: 1.9;
  margin: 16px 0 0;
}
.survey-when-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  border: 1px solid #ded8cc;
  box-shadow: 0 18px 48px rgba(11, 36, 27, 0.08);
}
.survey-when-list article {
  min-height: 145px;
  padding: 27px 29px;
  position: relative;
}
.survey-when-list article:nth-child(odd) {
  border-left: 1px solid #e0dbd0;
}
.survey-when-list article:nth-child(-n + 2) {
  border-bottom: 1px solid #e0dbd0;
}
.survey-when-list article:before {
  content: '';
  position: absolute;
  right: 0;
  top: 26px;
  width: 3px;
  height: 38px;
  background: var(--gold);
}
.survey-when-list b {
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
}
.survey-when-list p {
  margin: 0;
  color: #5b6962;
  font-size: 15px;
  line-height: 1.75;
}
.survey-services-section {
  background: #fff;
}
.survey-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 55px;
}
.survey-services-grid article {
  min-height: 330px;
  position: relative;
  padding: 32px 31px 30px;
  background: #fbfaf7;
  border: 1px solid #e1ddd4;
  border-top: 4px solid var(--green);
  transition: 0.28s;
  overflow: hidden;
}
.survey-services-grid article:hover {
  transform: translateY(-6px);
  border-top-color: var(--gold);
  box-shadow: 0 24px 58px rgba(11, 36, 27, 0.11);
}
.survey-services-grid article > span {
  position: absolute;
  left: 19px;
  top: 19px;
  color: #e8e3d8;
  font:
    800 34px/1 Arial,
    sans-serif;
}
.survey-services-grid article > div {
  height: 74px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.survey-services-grid svg {
  width: 61px;
  height: 61px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.survey-services-grid h3 {
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 8px;
}
.survey-services-grid p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #56645d;
  margin: 0 0 22px;
}
.survey-services-grid a {
  position: absolute;
  right: 31px;
  bottom: 27px;
  color: var(--gold);
  font-size: 14.5px;
  font-weight: 800;
}
.survey-services-grid a b {
  margin-right: 6px;
}
.service-scope-inline-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.service-scope-inline-action a {
  position: static;
  color: #fff;
  font-size: 15px;
}
.service-scope-inline-action a:hover {
  color: #fff;
}
.service-scope-projects {
  padding: 64px 0;
  background: linear-gradient(120deg, #123126, #234638);
  color: #fff;
  border-bottom: 3px solid var(--gold);
}
.service-scope-projects-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}
.service-scope-projects-inner > div {
  max-width: 760px;
}
.service-scope-projects-inner span {
  display: block;
  color: var(--gold-2);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 6px;
}
.service-scope-projects-inner h2 {
  font-size: 32px;
  line-height: 1.45;
  margin: 0 0 8px;
}
.service-scope-projects-inner p {
  color: #ccd8d1;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.service-scope-projects-inner .button {
  flex: 0 0 auto;
}
.project-category-section {
  scroll-margin-top: 26px;
}
.survey-process-section {
  background: #f3efe6;
}
.survey-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 94px;
  align-items: center;
  direction: ltr;
}
.survey-process-media {
  min-height: 640px;
  position: relative;
  direction: rtl;
}
.survey-process-media:before {
  content: '';
  position: absolute;
  inset: 27px 27px -27px -27px;
  border: 1px solid rgba(185, 133, 47, 0.72);
}
.survey-process-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
}
.survey-process-media > div {
  position: absolute;
  left: -31px;
  bottom: 42px;
  width: 218px;
  padding: 23px 25px;
  background: #14382c;
  color: #fff;
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 18px 44px rgba(7, 28, 20, 0.2);
}
.survey-process-media small,
.survey-process-media strong {
  display: block;
}
.survey-process-media small {
  color: #d5dfda;
  font-size: 13px;
}
.survey-process-media strong {
  font-size: 23px;
  margin-top: 4px;
}
.survey-process-copy {
  direction: rtl;
}
.survey-process-copy .section-heading {
  max-width: none;
  margin-bottom: 34px;
}
.survey-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #d6d0c4;
}
.survey-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid #d6d0c4;
}
.survey-steps li > b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #d7d1c5;
  color: var(--gold);
  font:
    800 13px/1 Arial,
    sans-serif;
}
.survey-steps h3 {
  font-size: 19px;
  margin: 0 0 3px;
}
.survey-steps p {
  font-size: 15px;
  line-height: 1.8;
  color: #59675f;
  margin: 0;
}
.survey-delivery-section {
  background: #fff;
}
.survey-delivery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 52px;
}
.survey-delivery-grid article {
  position: relative;
  min-height: 360px;
  padding: 39px 42px;
  overflow: hidden;
  border: 1px solid #ddd8ce;
}
.survey-delivery-grid article:after {
  content: '';
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  border: 1px solid;
  opacity: 0.09;
  transform: rotate(45deg);
}
.survey-requirements-card {
  background: #f5f2eb;
  color: var(--ink);
}
.survey-outputs-card {
  background: #14382c;
  color: #fff;
  border-color: #14382c !important;
}
.survey-delivery-grid article > span {
  display: inline-block;
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}
.survey-outputs-card > span {
  color: var(--gold-2);
}
.survey-delivery-grid h3 {
  font-size: 27px;
  line-height: 1.5;
  margin: 0 0 24px;
}
.survey-delivery-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 13px;
}
.survey-delivery-grid li {
  position: relative;
  padding-right: 29px;
  font-size: 16px;
  line-height: 1.7;
}
.survey-delivery-grid li:before {
  content: '✓';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 11px;
}
.survey-outputs-card li {
  color: #dce5e0;
}
.survey-outputs-card li:before {
  background: var(--gold-2);
  color: #17372c;
}
.survey-faq-section {
  background: #f4f1e9;
  border-top: 1px solid #e2ded4;
}
.survey-faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 86px;
  align-items: start;
}
.survey-faq-intro {
  position: sticky;
  top: 30px;
}
.survey-faq-intro h2 {
  font-size: 38px;
}
.survey-faq-intro p {
  margin-bottom: 27px;
}
.survey-faq-intro .button {
  margin-top: 4px;
}
.survey-faq-list {
  border-top: 1px solid #cfc9bd;
}
.survey-faq-list details {
  border-bottom: 1px solid #cfc9bd;
  background: rgba(255, 255, 255, 0.42);
}
.survey-faq-list details[open] {
  background: #fff;
  box-shadow: 0 14px 35px rgba(11, 36, 27, 0.06);
}
.survey-faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  font-size: 18px;
  font-weight: 800;
}
.survey-faq-list summary::-webkit-details-marker {
  display: none;
}
.survey-faq-list summary span {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  display: grid;
  place-items: center;
  border: 1px solid #bdb6aa;
  color: var(--gold);
  font:
    400 24px/1 Arial,
    sans-serif;
  transition: 0.2s;
}
.survey-faq-list details[open] summary span {
  transform: rotate(45deg);
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.survey-faq-list details p {
  margin: 0;
  padding: 0 26px 25px;
  color: #58665f;
  font-size: 15.5px;
  line-height: 1.95;
  max-width: 850px;
}
.survey-quote-section {
  padding: 110px 0;
  background: linear-gradient(120deg, #08241a, #1d4836);
  position: relative;
  overflow: hidden;
}
.survey-quote-section:before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  right: -220px;
  top: -280px;
  border: 1px solid rgba(216, 171, 89, 0.22);
  transform: rotate(45deg);
}
.survey-quote-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.survey-quote-copy {
  color: #fff;
}
.survey-quote-copy > span {
  color: var(--gold-2);
}
.survey-quote-copy h2 {
  font-size: 40px;
  color: #fff;
}
.survey-quote-copy p {
  color: #cedad4;
}
.survey-quote-copy > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  color: var(--gold-2);
  font-weight: 800;
  direction: ltr;
  text-align: right;
  align-items: flex-end;
}
.survey-quote-section .quote-form {
  margin: 0;
}
@media (max-width: 1050px) {
  .survey-hero-layout {
    grid-template-columns: 1fr 0.72fr;
    gap: 48px;
  }
  .survey-hero-copy h1 {
    font-size: 45px;
  }
  .survey-hero-visual {
    height: 470px;
  }
  .survey-trust-row {
    grid-template-columns: repeat(2, max-content);
  }
  .survey-process-layout {
    gap: 60px;
  }
  .survey-faq-layout,
  .survey-quote-layout {
    gap: 55px;
  }
}
@media (max-width: 850px) {
  .survey-landing-hero {
    padding: 150px 0 75px;
  }
  .survey-hero-layout {
    grid-template-columns: 1fr;
  }
  .survey-hero-copy {
    max-width: 760px;
  }
  .survey-hero-visual {
    height: 480px;
    margin: 15px 25px 0 0;
  }
  .survey-visual-tag-top {
    right: -25px;
  }
  .survey-visual-tag-bottom {
    left: -25px;
  }
  .survey-faq-layout,
  .survey-process-layout,
  .survey-quote-layout,
  .survey-when-grid {
    grid-template-columns: 1fr;
  }
  .survey-when-grid {
    gap: 37px;
  }
  .survey-process-layout {
    gap: 75px;
  }
  .survey-process-media {
    min-height: 520px;
    max-width: 690px;
    width: calc(100% - 28px);
    margin-left: 28px;
  }
  .survey-faq-intro {
    position: static;
  }
  .survey-faq-layout,
  .survey-quote-layout {
    gap: 42px;
  }
  .survey-services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .survey-delivery-grid {
    grid-template-columns: 1fr;
  }
  .survey-quote-copy {
    max-width: 670px;
  }
  .service-scope-projects-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .service-scope-projects-inner .button {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .survey-landing-hero {
    min-height: 0;
    padding: 128px 0 64px;
  }
  .survey-landing-hero:before {
    display: none;
  }
  .survey-hero-layout {
    gap: 46px;
  }
  .survey-badge {
    font-size: 13px;
  }
  .survey-hero-copy h1 {
    font-size: 35px;
    line-height: 1.38;
  }
  .survey-hero-lead {
    font-size: 16.5px;
    line-height: 1.9;
    margin: 19px 0 22px;
  }
  .survey-needs {
    padding: 15px 16px;
  }
  .survey-needs p {
    font-size: 14px;
    gap: 10px;
  }
  .survey-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .survey-hero-actions .button {
    width: 100%;
    min-width: 0;
  }
  .survey-trust-row {
    grid-template-columns: 1fr 1fr;
    gap: 13px 18px;
    font-size: 12.5px;
  }
  .survey-trust-row span {
    white-space: normal;
  }
  .survey-hero-visual {
    height: 370px;
    margin: 7px 10px 0 0;
  }
  .survey-hero-visual:before {
    inset: 13px -10px -13px 10px;
  }
  .survey-visual-tag {
    padding: 12px 14px;
  }
  .survey-visual-tag strong {
    font-size: 16px;
  }
  .survey-visual-tag-top {
    right: -10px;
    top: 20px;
  }
  .survey-visual-tag-bottom {
    left: -10px;
    bottom: 23px;
  }
  .survey-when-section {
    padding: 55px 0;
  }
  .survey-faq-intro h2,
  .survey-quote-copy h2,
  .survey-when-heading h2 {
    font-size: 29px;
  }
  .survey-faq-intro p,
  .survey-quote-copy p,
  .survey-when-heading p {
    font-size: 15px;
  }
  .survey-when-list {
    grid-template-columns: 1fr;
  }
  .survey-when-list article {
    min-height: 0;
    padding: 23px 25px;
  }
  .survey-when-list article:nth-child(odd) {
    border-left: 0;
  }
  .survey-when-list article:nth-child(-n + 3) {
    border-bottom: 1px solid #e0dbd0;
  }
  .survey-when-list b {
    font-size: 18px;
  }
  .survey-when-list p {
    font-size: 14px;
  }
  .survey-services-grid {
    grid-template-columns: 1fr;
    margin-top: 39px;
  }
  .survey-services-grid article {
    min-height: 300px;
    padding: 27px 25px;
  }
  .survey-services-grid article > div {
    height: 66px;
  }
  .survey-services-grid h3 {
    font-size: 20px;
  }
  .survey-services-grid p {
    font-size: 15px;
  }
  .survey-services-grid a {
    right: 25px;
    bottom: 24px;
  }
  .service-scope-projects {
    padding: 50px 0;
  }
  .service-scope-projects-inner {
    gap: 25px;
  }
  .service-scope-projects-inner h2 {
    font-size: 26px;
  }
  .service-scope-projects-inner p {
    font-size: 15px;
  }
  .survey-process-layout {
    gap: 60px;
  }
  .survey-process-media {
    min-height: 410px;
  }
  .survey-process-media:before {
    inset: 14px 14px -14px -14px;
  }
  .survey-process-media > div {
    left: -15px;
    bottom: 25px;
    width: 184px;
    padding: 18px;
  }
  .survey-process-media strong {
    font-size: 19px;
  }
  .survey-steps li {
    grid-template-columns: 48px 1fr;
    gap: 15px;
  }
  .survey-steps li > b {
    width: 42px;
    height: 42px;
  }
  .survey-steps h3 {
    font-size: 18px;
  }
  .survey-steps p {
    font-size: 14.5px;
  }
  .survey-delivery-grid {
    margin-top: 38px;
  }
  .survey-delivery-grid article {
    min-height: 0;
    padding: 30px 25px;
  }
  .survey-delivery-grid h3 {
    font-size: 23px;
  }
  .survey-delivery-grid li {
    font-size: 15px;
  }
  .survey-faq-layout {
    gap: 33px;
  }
  .survey-faq-list summary {
    padding: 20px 18px;
    font-size: 16px;
  }
  .survey-faq-list details p {
    padding: 0 18px 21px;
    font-size: 14.5px;
  }
  .survey-faq-list summary span {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }
  .survey-quote-section {
    padding: 74px 0;
  }
  .survey-quote-layout {
    gap: 34px;
  }
  .survey-quote-copy h2 {
    font-size: 30px;
  }
}
:root {
  --type-page-title: 40px;
  --type-section-title: 30px;
  --type-subsection-title: 26px;
  --type-card-title: 19px;
  --type-lead: 17px;
  --type-body: 16px;
  --type-card-body: 15px;
  --type-label: 14px;
}
.hero h1,
.page-hero h1,
.qualification-profile-copy h1,
.survey-hero-copy h1 {
  font-size: var(--type-page-title);
}
.contact-intro h2,
.contact-panel > h2,
.executive-content h2,
.full-form > h2,
.project-detail-meta h2,
.qualification-profile-focus h2,
.qualification-profile-process-grid > div h2,
.section-heading h2,
.service-copy h2,
.service-scope-projects-inner h2,
.supervision-intro-copy h2,
.survey-faq-intro h2,
.survey-process-head h2,
.survey-quote-copy h2,
.survey-when-heading h2 {
  font-size: var(--type-section-title);
}
.licenses-overview-scope h3,
.qualification-pages-intro h3,
.simple-cta h2,
.survey-deliverables h2,
.survey-delivery-grid h3,
.survey-overview-scope h3,
.vision-grid h2 {
  font-size: var(--type-subsection-title);
}
.about-capabilities-grid h3,
.about-document-copy h3,
.accreditation-grid h3,
.credentials h3,
.design-approach-grid h3,
.process-grid h3,
.project-caption h2,
.project-card-copy h3,
.qualification-copy h3,
.qualification-profile-process li h3,
.qualification-profile-scope-grid h3,
.service-card h3,
.survey-card-copy h2,
.survey-overview-grid h3,
.survey-process-grid h3,
.survey-services-grid h3,
.survey-steps h3,
.survey-when-list b,
.why-grid h3 {
  font-size: var(--type-card-title);
}
.hero-copy > p,
.page-hero p,
.qualification-profile-copy > p,
.survey-hero-lead {
  font-size: var(--type-lead);
}
.about-content > p,
.contact-intro > p,
.contact-panel > p,
.full-form > p,
.qualification-profile-focus li,
.qualification-profile-overview-copy > p,
.qualification-profile-process-grid > div p,
.section-heading p,
.service-copy > p,
.service-scope-projects-inner p,
.story-copy > p,
.survey-delivery-grid li,
.survey-faq-intro p,
.survey-quote-copy p,
.survey-when-heading p {
  font-size: var(--type-body);
}
.about-capabilities-grid p,
.about-document-copy p,
.accreditation-grid p,
.credentials p,
.design-approach-grid p,
.licenses-overview-grid p,
.process-grid p,
.project-caption p,
.project-card-copy p,
.qualification-copy p,
.qualification-profile-facts p,
.qualification-profile-process li p,
.qualification-profile-scope-grid p,
.service-card p,
.survey-card-copy p,
.survey-faq-list details p,
.survey-overview-grid p,
.survey-process-grid p,
.survey-services-grid p,
.survey-steps p,
.survey-when-list p,
.why-grid p {
  font-size: var(--type-card-body);
}
.contact-intro > span,
.page-hero span,
.qualification-profile-badge,
.qualification-profile-document figcaption span,
.qualification-profile-focus > span,
.qualification-profile-process-grid > div > span,
.section-heading > span,
.service-scope-projects-inner span,
.supervision-intro-copy > span,
.survey-faq-intro > span,
.survey-process-head > span,
.survey-quote-copy > span,
.survey-when-heading > span {
  font-size: var(--type-label);
}
.desktop-nav a,
.topbar {
  font-size: 16px;
}
.topbar-inner {
  height: 44px;
}
.page-hero span {
  font-size: 20px;
}
.footer-about p,
.footer-grid > div:not(:first-child) a,
.footer-grid > div:not(:first-child) span {
  font-size: 15px;
}
.field input,
.field select,
.field textarea {
  font-size: 16px;
}
@media (max-width: 850px) {
  :root {
    --type-page-title: 36px;
    --type-section-title: 29px;
    --type-subsection-title: 25px;
    --type-card-title: 19px;
    --type-lead: 16.5px;
    --type-body: 16px;
    --type-card-body: 15px;
  }
  .page-hero span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  :root {
    --type-page-title: 31px;
    --type-section-title: 27px;
    --type-subsection-title: 23px;
    --type-card-title: 18px;
    --type-lead: 16px;
    --type-body: 15.5px;
    --type-card-body: 15px;
    --type-label: 13.5px;
  }
  .brand strong {
    font-size: 15px;
  }
  .brand small {
    font-size: 12.5px;
  }
  .page-hero span {
    font-size: 17px;
  }
  .footer-about p,
  .footer-grid > div:not(:first-child) a,
  .footer-grid > div:not(:first-child) span {
    font-size: 14px;
  }
}
.qualification-number {
  left: auto;
  right: 16px;
}
.qualification-grid article {
  padding-top: 58px;
}
.qualification-copy {
  padding-left: 0;
}
.project-detail-gallery span {
  left: auto;
  right: 14px;
}
.vision-grid article > span {
  left: auto;
  right: 35px;
}
.vision-grid h2 {
  padding-right: 74px;
}
.about-capabilities-grid > a > span {
  left: auto;
  right: 17px;
}
.qualification-profile-facts article > span {
  left: auto;
  right: 19px;
}
.qualification-profile-facts p,
.qualification-profile-facts strong {
  padding-right: 40px;
}
.qualification-profile-scope-grid article > b {
  left: auto;
  right: 18px;
}
.survey-services-grid article > span {
  left: auto;
  right: 19px;
}
.survey-services-grid article {
  min-height: 357px;
}
.survey-services-grid article > div {
  margin-top: 27px;
}
.design-groups {
  display: grid;
  gap: 68px;
}
.design-group-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: #fff;
  border: 1px solid var(--line);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 12px 32px rgba(15, 39, 30, 0.07);
}
.design-group-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 20px 18px;
  color: var(--green);
  text-align: center;
  transition: 0.25s;
}
.design-group-nav a + a {
  border-right: 1px solid var(--line);
}
.design-group-nav a:hover {
  background: var(--green);
  color: #fff;
}
.design-group-nav strong {
  font-size: 18px;
}
.design-group-nav span {
  color: var(--muted);
  font-size: 13px;
}
.design-group-nav a:hover span {
  color: #dce5e0;
}
.design-project-group {
  scroll-margin-top: 120px;
}
.design-project-group + .design-project-group {
  border-top: 1px solid #d9d4c9;
  padding-top: 62px;
}
.design-project-group-head {
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 0.55fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 27px;
}
.design-project-group-head span {
  display: block;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
}
.design-project-group-head h2 {
  margin: 0;
  font-size: 30px;
  color: var(--green);
}
.design-project-group-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
  max-width: 620px;
}
.design-project-group .projects-gallery--large .project-image {
  aspect-ratio: 4/3;
  background: #ece9e1;
}
.design-project-group .projects-gallery--large .project-caption {
  padding-top: 18px;
}
.design-project-album {
  background: #f4f1e9;
}
.design-project-album .project-detail-gallery a {
  background: #fff;
}
@media (max-width: 600px) {
  .qualification-grid article {
    padding-top: 54px;
  }
}
@media (max-width: 850px) {
  .design-group-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .design-group-nav a + a {
    border-right: 0;
  }
  .design-group-nav a:nth-child(2n) {
    border-right: 1px solid var(--line);
  }
  .design-group-nav a:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .design-project-group-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .design-groups {
    gap: 52px;
  }
  .design-group-nav {
    grid-template-columns: 1fr;
  }
  .design-group-nav a:nth-child(2n) {
    border-right: 0;
  }
  .design-group-nav a + a {
    border-top: 1px solid var(--line);
  }
  .design-project-group + .design-project-group {
    padding-top: 48px;
  }
  .design-project-group-head h2 {
    font-size: 27px;
  }
  .design-project-group .projects-gallery--large .project-image {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 850px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }
  .shell,
  body,
  html {
    max-width: 100%;
  }
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .about-layout > * {
    min-width: 0;
  }
  .about-content {
    order: 1;
  }
  .about-image {
    order: 2;
  }
  .contact-band-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .contact-band-grid > * {
    min-width: 0;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-about {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .contact-mini a,
  .footer a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 600px) {
  .metrics {
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .metrics article {
    min-width: 0;
    padding: 16px 8px;
    text-align: center;
  }
  .metrics article:nth-child(2n):after {
    display: none;
  }
  .metrics article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .metrics span {
    white-space: normal;
    text-align: center;
  }
  .about-layout {
    gap: 46px;
  }
  .about-image {
    width: 100%;
    height: 360px;
  }
  .credentials article {
    align-items: flex-start;
  }
  .contact-band-grid {
    gap: 36px;
  }
  .contact-intro {
    text-align: right;
  }
  .contact-mini {
    align-items: flex-end;
  }
  .quote-form {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }
  .field,
  .field.full {
    min-width: 0;
    grid-column: auto;
  }
  .field input,
  .field select,
  .field textarea {
    min-width: 0;
    max-width: 100%;
  }
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .footer-about,
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-grid > div:not(:first-child) {
    align-items: flex-start;
  }
  .footer-bottom {
    padding: 18px 0;
    gap: 10px;
  }
  .whatsapp-float {
    left: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    padding: 10px 14px;
    font-size: 12.5px;
  }
}
@media (min-width: 1051px) {
  .services-home .service-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .services-home .service-card {
    grid-column: span 2;
  }
  .services-home .service-card:nth-last-child(-n + 2) {
    grid-column: span 3;
  }
  .about-capabilities-grid,
  .service-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1050px) and (min-width: 601px) {
  .services-home .service-card:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 1050px) and (min-width: 851px) {
  .service-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .about-capabilities-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .about-capabilities-grid > a {
    grid-column: span 2;
  }
  .about-capabilities-grid > a:nth-last-child(-n + 2) {
    grid-column: span 3;
  }
}
@media (max-width: 850px) and (min-width: 601px) {
  .about-capabilities-grid > a:last-child,
  .service-tabs a:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 600px) {
  .services-home .service-card,
  .services-home .service-card:last-child {
    grid-column: auto;
  }
}
.topbar,
.topbar a,
.topbar p {
  color: #fff;
}
.topbar i {
  background: rgba(255, 255, 255, 0.68);
}
.site-header .brand-logo-mark,
.topbar-red-logo {
  display: none;
}
@media (min-width: 1051px) {
  .site-header .brand {
    min-width: 245px;
  }
}
html[data-header-variant='white'] .topbar {
  background: #fff;
  border-bottom: 1px solid #e1e4e2;
  box-shadow: 0 3px 14px rgba(7, 24, 17, 0.08);
}
html[data-header-variant='white'] .topbar-inner {
  height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 22px;
}
html[data-header-variant='white'] .topbar p {
  justify-self: center;
  transform: none;
  color: var(--green);
  white-space: nowrap;
}
html[data-header-variant='white'] .topbar-inner > div {
  justify-self: end;
  color: var(--green);
}
html[data-header-variant='white'] .topbar a {
  color: var(--green);
}
html[data-header-variant='white'] .topbar i {
  background: #b7c0bb;
}
html[data-header-variant='white'] .topbar-red-logo {
  width: 175px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
}
html[data-header-variant='white'] .topbar-red-logo img {
  display: block;
  width: 160px;
  height: auto;
}
@media (min-width: 851px) and (max-width: 1050px) {
  html[data-header-variant='white'] .topbar {
    font-size: 14px;
  }
  html[data-header-variant='white'] .topbar-inner {
    gap: 12px;
  }
  html[data-header-variant='white'] .topbar-inner > div {
    gap: 8px;
  }
  html[data-header-variant='white'] .topbar-red-logo {
    width: 135px;
  }
  html[data-header-variant='white'] .topbar-red-logo img {
    width: 125px;
  }
}
@media (max-width: 850px) {
  html[data-header-variant='white'] .site-header {
    background: #fff;
    border-bottom-color: #e1e4e2;
    box-shadow: 0 4px 16px rgba(7, 24, 17, 0.09);
  }
  html[data-header-variant='white'] .site-header .brand {
    color: var(--green);
  }
  html[data-header-variant='white'] .site-header .brand small {
    color: #6a716d;
  }
  html[data-header-variant='white'] .site-header .brand-logo-mark {
    display: block;
    background: url(/images/brand-logo.png) 50% / contain no-repeat;
    -webkit-mask: none;
    mask: none;
  }
  html[data-header-variant='white'] .site-header .mobile-menu summary {
    border-color: #aeb7b2;
  }
  html[data-header-variant='white'] .site-header .mobile-menu summary span {
    background: var(--green);
  }
}
.mobile-services-label {
  display: block;
  padding: 14px 18px 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.qualification-home-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.about-qualifications-link {
  padding: 55px 0;
  background: var(--green);
  color: #fff;
}
.about-qualifications-link > .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.about-qualifications-link span,
.project-interior-entry span {
  display: block;
  color: var(--gold);
  font-weight: 800;
  margin-bottom: 10px;
}
.about-qualifications-link h2 {
  max-width: 720px;
  margin: 0;
  font-size: 30px;
  line-height: 1.45;
}
@media (min-width: 851px) {
  .about-page > .page-hero p,
  .about-qualifications-link h2 {
    max-width: none;
    white-space: nowrap;
  }
}
.project-interior-entry {
  padding: 78px 0;
  background: #f3f0e9;
}
.project-interior-entry-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 58px;
}
.project-interior-entry img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.project-interior-entry h2 {
  font-size: 34px;
  line-height: 1.4;
  margin: 0 0 14px;
}
.project-interior-entry p {
  color: #58645e;
  line-height: 1.9;
  margin: 0 0 25px;
}
@media (max-width: 1180px) and (min-width: 851px) {
  .nav-actions {
    display: none;
  }
  .desktop-nav {
    gap: 22px;
  }
  .site-header .brand {
    min-width: 220px;
  }
}
@media (max-width: 850px) {
  .about-qualifications-link > .shell {
    align-items: flex-start;
    flex-direction: column;
  }
  .about-qualifications-link .button {
    width: 100%;
  }
  .project-interior-entry-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .project-interior-entry img {
    height: 300px;
  }
  .project-interior-entry h2 {
    font-size: 27px;
  }
}
.contact-intro > span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.contact-intro > span:before {
  content: '';
  width: 34px;
  height: 2px;
  flex: 0 0 34px;
  background: var(--gold-2);
}
.contact-mini {
  gap: 9px;
  color: #fff;
}
.contact-mini a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 5px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  border-right: 3px solid var(--gold-2);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}
.contact-mini a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
@media (max-width: 600px) {
  .contact-intro > span {
    font-size: 16px;
  }
  .contact-mini a {
    font-size: 15.5px;
  }
}
.survey-quote-copy > div {
  gap: 9px;
}
.survey-quote-copy > div a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 38px;
  padding: 5px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  border-right: 3px solid var(--gold-2);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}
.survey-quote-copy > div a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
@media (max-width: 600px) {
  .survey-quote-copy > div {
    align-items: stretch;
  }
  .survey-quote-copy > div a {
    width: 100%;
    justify-content: center;
    font-size: 15.5px;
  }
}
.contact-intro > span,
.contact-panel > span,
.design-project-group-head > div > span,
.executive-eyebrow,
.hero-kicker,
.page-hero span,
.project-detail-meta > span,
.qualification-pages-intro > span,
.qualification-profile-badge,
.qualification-profile-focus > span,
.qualification-profile-process-grid > div > span,
.section-heading > span,
.service-copy > .service-label,
.service-scope-projects-inner > div > span,
.simple-cta > .shell > div > span,
.supervision-intro-copy > span,
.survey-badge,
.survey-deliverables > small,
.survey-delivery-grid article > span,
.survey-faq-intro > span,
.survey-process-head > span,
.survey-quote-copy > span,
.survey-when-heading > span {
  font-size: 20px;
}
@media (max-width: 600px) {
  .contact-intro > span,
  .contact-panel > span,
  .design-project-group-head > div > span,
  .executive-eyebrow,
  .hero-kicker,
  .page-hero span,
  .project-detail-meta > span,
  .qualification-pages-intro > span,
  .qualification-profile-badge,
  .qualification-profile-focus > span,
  .qualification-profile-process-grid > div > span,
  .section-heading > span,
  .service-copy > .service-label,
  .service-scope-projects-inner > div > span,
  .simple-cta > .shell > div > span,
  .supervision-intro-copy > span,
  .survey-badge,
  .survey-deliverables > small,
  .survey-delivery-grid article > span,
  .survey-faq-intro > span,
  .survey-process-head > span,
  .survey-quote-copy > span,
  .survey-when-heading > span {
    font-size: 18px;
  }
}
.contact-cards small,
.project-detail-meta dt {
  font-size: 14px;
}
.contact-cards .hours-card p,
.contact-cards a,
.contact-cards p,
.project-detail-meta dd {
  font-size: 15px;
}
.project-card-copy span,
.project-detail-toolbar > .project-detail-badge,
.qualification-copy p,
.qualification-copy > div span {
  font-size: 14px;
}
.document-enlarge-link,
.project-card-action,
.project-card-copy > a,
.project-category-toolbar > span,
.qualification-profile-document figcaption a,
.qualification-profile-document figcaption span,
.supervision-scope span {
  font-size: 15px;
}
.project-caption p,
.project-caption small,
.project-image span,
.survey-card-copy small {
  font-size: 14.5px;
}
.survey-visual-tag small {
  font-size: 14px;
}
.survey-trust-row {
  font-size: 14.5px;
}
.qualification-profile-badge b {
  font-size: 15px;
}
.executive-portrait figcaption {
  font-size: 14.5px;
}
.field label {
  font-size: 15px;
}
.contact-assurance,
.footer-bottom,
.whatsapp-float {
  font-size: 14px;
}
@media (max-width: 600px) {
  .metrics span,
  .survey-trust-row {
    font-size: 14px;
  }
  .field label,
  .footer-grid > div:not(:first-child) a,
  .footer-grid > div:not(:first-child) span {
    font-size: 15px;
  }
  .footer-bottom,
  .whatsapp-float {
    font-size: 14px;
  }
}
.supervision-samples .project-detail-gallery a {
  display: block;
  aspect-ratio: auto;
  background: #fff;
}
.supervision-samples .project-detail-gallery img {
  background: #e9e6de;
}
.supervision-samples .supervision-sample-caption {
  position: static;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  background: var(--green);
  color: #fff;
  padding: 14px 17px;
  border-bottom: 3px solid var(--gold);
}
.supervision-samples .supervision-sample-caption b {
  font-size: 15px;
}
.supervision-samples .supervision-sample-caption small {
  color: #cbd7d1;
  font-size: 14px;
}
@media (max-width: 600px) {
  .supervision-samples .project-detail-gallery {
    grid-template-columns: 1fr;
  }
}
.project-category-toolbar,
.project-detail-toolbar {
  direction: rtl;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.project-category-toolbar > .category-back-link,
.project-detail-toolbar > .text-link {
  order: 0;
  margin-left: auto;
  margin-right: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  direction: rtl;
}
.project-category-toolbar > span,
.project-detail-toolbar > span {
  order: 1;
  margin-right: auto;
  margin-left: 0;
}
.project-category-toolbar > .category-back-link b,
.project-detail-toolbar > .text-link b {
  margin: 0;
}
:root {
  --gold-text: #85601f;
}
.button-gold,
.mobile-menu nav .mobile-quote {
  color: #10221b;
}
.button-gold:hover {
  color: #fff;
  background: #85601f;
}
.design-project-group-head span,
.mobile-services-label,
.section-heading > span,
.survey-process-head > span,
.text-link {
  color: var(--gold-text);
}
.design-approach .section-heading p {
  color: #58645e;
}
.project-detail-meta dt {
  color: #bccbc3;
}
@media (max-width: 850px) {
  .site-header .nav-row {
    gap: 12px;
    min-height: 80px;
    height: auto;
    padding-block: 12px;
  }
  .site-header .brand {
    min-width: 0;
    flex: 1 1 0;
    gap: 10px;
  }
  .site-header .brand > span {
    min-width: 0;
  }
  .site-header .brand strong {
    white-space: normal;
    line-height: 1.5;
  }
  .site-header .brand-logo-mark {
    width: 76px;
    height: 38px;
    flex: 0 0 76px;
  }
  .site-header .mobile-menu {
    flex: 0 0 42px;
    margin-inline-start: 0;
  }
  .mobile-menu nav {
    max-width: calc(100vw - 40px);
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
    color: var(--ink);
    z-index: 20;
  }
}
.about-capabilities-grid > a > b,
.about-document-copy span,
.accreditation-grid article > span,
.accreditation-grid b,
.document-enlarge-link,
.licenses-overview-grid small,
.project-card-action,
.project-card-copy span,
.project-card-copy > a,
.project-interior-entry span,
.project-statements strong,
.service-card a,
.service-copy .service-label,
.survey-card-copy small,
.survey-delivery-grid article > span,
.survey-faq-intro > span,
.survey-faq-list summary span,
.survey-overview-grid small,
.survey-process-head > span,
.survey-services-grid a,
.survey-when-heading > span {
  color: var(--gold-text);
}
.about-qualifications-link span,
.document-lightbox-footer a {
  color: var(--gold-2);
}
.project-detail-hero {
  min-width: 0;
  width: 100%;
}
.project-detail-hero img {
  min-width: 0;
  max-width: 100%;
}
.supervision-samples .project-detail-gallery img {
  height: auto;
  aspect-ratio: 4/3;
}
.project-album.supervision-samples .project-detail-gallery > a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  aspect-ratio: auto;
}
.supervision-samples .supervision-sample-caption {
  box-sizing: border-box;
  width: 100%;
  min-height: 76px;
}
.mobile-services-label {
  font-size: 14px;
}
.project-image span {
  color: var(--ink);
}
.project-caption small {
  color: #855e20;
}
.about-document-copy > span,
.qualification-copy > div span {
  font-size: 14px;
}
.document-viewer-open {
  overflow: hidden;
}

/* Error page: center content and actions only. */
.error-page > .page-hero > .shell {
  text-align: center;
}
.error-page > .page-hero > .shell > p {
  margin-inline: auto;
}
.error-page > .section > .hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Official social profiles in the footer. */
.footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.footer-grid > div:not(:first-child) .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #d2d9d5;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.footer-grid > div:not(:first-child) .footer-social a:hover,
.footer-grid > div:not(:first-child) .footer-social a:focus-visible {
  border-color: var(--gold-2);
  background: rgba(255, 255, 255, 0.07);
  color: var(--gold-2);
}

.footer-social svg {
  width: 18px;
  height: 18px;
}

.footer-social svg path {
  fill: currentColor;
}

.footer-social svg rect,
.footer-social svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-social svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

/* Privacy notice and policy page. */
.form-privacy-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #65716b;
  font-size: 13px;
  line-height: 1.85;
}

.form-privacy-note a,
.privacy-content a {
  color: var(--gold-text);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-section {
  background: #f7f5ef;
}

.privacy-content {
  max-width: 920px;
  padding: 48px 56px;
  background: #fff;
  border-top: 3px solid var(--gold);
  box-shadow: 0 18px 48px rgba(12, 40, 29, 0.07);
}

.privacy-updated {
  margin: 0 0 30px;
  padding-bottom: 22px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.privacy-content section + section {
  margin-top: 30px;
}

.privacy-content h2 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 23px;
}

.privacy-content p,
.privacy-content li {
  color: #526159;
  font-size: 16px;
  line-height: 2;
}

.privacy-content p {
  margin: 0;
}

.privacy-content p + p {
  margin-top: 12px;
}

.privacy-content ul {
  margin: 0;
  padding-right: 22px;
}

@media (max-width: 700px) {
  .privacy-content {
    padding: 30px 22px;
  }

  .privacy-content h2 {
    font-size: 20px;
  }

  .privacy-content p,
  .privacy-content li {
    font-size: 15px;
    line-height: 1.9;
  }
}

/* Keep the approved English company name readable in the header and footer. */
.brand small {
  letter-spacing: 0.25px;
  text-transform: none;
  white-space: nowrap;
}

@media (max-width: 850px) {
  .site-header .brand small {
    font-size: 10.5px;
    letter-spacing: 0;
  }
}

@media (max-width: 380px) {
  .site-header .brand small {
    font-size: 9.5px;
  }
}
