:root {
  --sand: #d6bb80;
  --navy: #182a3a;
  --blue: #425b6f;
  --tan: #a08348;
  --smoke: #7a7e74;
  --paper: #eef1f3;
  --white: #ffffff;
  --line: rgba(24, 42, 58, 0.18);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font: 19px/1.7 var(--sans);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
header {
  height: 92px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.identity {
  display: flex;
  align-items: center;
  gap: 13px;
}
.identity > span:last-child {
  display: flex;
  flex-direction: column;
}
.identity strong {
  font: 400 22px var(--serif);
}
.identity small {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--smoke);
}
.mark {
  width: 42px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--navy);
}
.mark img {
  width: 100%;
  height: 100%;
  display: block;
}
nav {
  display: flex;
  gap: 32px;
  font-size: 15px;
}
nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}
nav a:hover {
  border-color: var(--tan);
}
nav a.active {
  border-color: var(--tan);
}
.head-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lang {
  border: 0;
  background: none;
  color: var(--navy);
  cursor: pointer;
}
.head-cta {
  background: var(--navy);
  color: white;
  padding: 12px 17px;
  font-size: 14px;
}
.hero {
  height: calc(100vh - 92px);
  min-height: 570px;
  max-height: 720px;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  background: var(--navy);
  color: white;
}
.hero-copy {
  padding: 7vh 7vw 4vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kicker {
  color: var(--sand);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.hero h1 {
  font: 400 clamp(52px, 4.8vw, 76px)/0.98 var(--serif);
  letter-spacing: -0.025em;
  margin: 0 0 31px;
  max-width: 790px;
}
.hero h1 em,
h2 em {
  font-style: normal;
  color: var(--sand);
}
.lead {
  font-size: 20px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.67);
  max-width: 610px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
}
.btn {
  border: 0;
  padding: 15px 21px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.primary {
  background: var(--sand);
  color: var(--navy);
}
.underlink {
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}
.hero-meta {
  display: flex;
  gap: 32px;
  margin-top: 5vh;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}
.hero-visual {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(0.78);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 42, 58, 0.25), transparent 35%),
    linear-gradient(0deg, rgba(24, 42, 58, 0.55), transparent 25%);
  pointer-events: none;
}
.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 13px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.decision-strip {
  padding: 25px 7vw;
  background: var(--sand);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.decision-strip p {
  margin: 0;
  font: 400 23px var(--serif);
}
.decision-strip a {
  font-size: 14px;
  font-weight: 600;
}
.decision-strip a span {
  margin-left: 25px;
}
.page-hero {
  min-height: 500px;
  padding: 105px 7vw 90px;
  background: var(--navy);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-hero.blue {
  background: var(--blue);
}
.page-hero h1 {
  max-width: 980px;
  margin: 0 0 30px;
  font: 400 clamp(52px, 5.5vw, 82px) / 0.98 var(--serif);
  letter-spacing: -0.025em;
}
.page-hero h1 em {
  color: var(--sand);
  font-style: normal;
}
.page-hero > p:last-child {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 20px;
}
.profile-section {
  background: var(--white);
}
.principles {
  background: var(--navy);
  color: white;
}
.principles h2 {
  color: white;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.principle-grid article {
  min-height: 290px;
  padding: 30px 30px 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.principle-grid article:not(:first-child) {
  padding-left: 30px;
}
.principle-grid article:last-child {
  border: 0;
}
.principle-grid span {
  color: var(--sand);
  font: 400 14px var(--serif);
}
.principle-grid h3 {
  margin: 75px 0 15px;
  font: 400 30px var(--serif);
}
.principle-grid p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 18px;
}
.service-details {
  padding: 20px 7vw 100px;
  background: var(--white);
}
.service-details article {
  display: grid;
  grid-template-columns: 80px 1fr 35px;
  gap: 30px;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid var(--line);
}
.service-details article > span {
  color: var(--tan);
  font: 400 16px var(--serif);
}
.service-details h2 {
  margin: 0 0 12px;
  font: 400 clamp(32px, 3vw, 48px) / 1 var(--serif);
}
.service-details article div > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #5d6970;
}
.service-type {
  margin: 0 0 12px;
  color: var(--tan);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.service-details article > a {
  color: var(--tan);
  font-size: 21px;
}
.page-cta {
  padding: 85px 7vw;
  background: var(--sand);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.page-cta h2 {
  margin: 0;
  font: 400 clamp(40px, 4vw, 62px) / 1 var(--serif);
}
.page-cta h2 em {
  color: var(--blue);
}
.page-cta .primary {
  background: var(--navy);
  color: white;
}
.contact-hero {
  min-height: 420px;
}
.page-contact {
  padding: 100px 7vw;
}
.contact-intro {
  padding: 105px 7vw 90px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 10vw;
  background: var(--paper);
}
.contact-intro h1 {
  margin: 0;
  font: 400 clamp(58px, 6vw, 88px) / 0.95 var(--serif);
  letter-spacing: -0.025em;
}
.contact-intro h1 em {
  color: var(--blue);
  font-style: normal;
}
.contact-intro > div {
  align-self: end;
}
.contact-intro > div > p {
  max-width: 580px;
  margin-bottom: 35px;
  color: #59666d;
  font-size: 20px;
}
.contact-intro-compact {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-intro-compact h1 {
  margin-bottom: 28px;
}
.contact-intro-compact > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #59666d;
  font-size: 20px;
}
.contact-direct {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}
.contact-direct:last-child {
  border-bottom: 1px solid var(--line);
}
.contact-direct span {
  color: var(--tan);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.contact-direct strong {
  font-size: 18px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.contact-form-section {
  min-height: calc(100vh - 92px);
  padding: 80px 7vw;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9vw;
  background: var(--blue);
  color: white;
}
.contact-coordinates h1 {
  margin: 0 0 28px;
  font: 400 clamp(54px, 5vw, 78px) / 0.96 var(--serif);
  letter-spacing: -0.025em;
}
.contact-coordinates h1 em {
  color: var(--sand);
  font-style: normal;
}
.contact-lead {
  max-width: 590px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 19px;
}
.contact-coordinates h2 {
  margin: 0 0 18px;
  font: 500 14px/1.3 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-coordinates h2 em {
  color: var(--sand);
}
.split-contact-details {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-style: normal;
}
.split-contact-details a,
.split-contact-details > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.split-contact-details span {
  color: var(--sand);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.split-contact-details strong {
  color: white;
  font-size: 18px;
  font-weight: 400;
  overflow-wrap: anywhere;
}
.form-kicker {
  color: var(--tan);
}
.form-heading {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
}
.form-heading > span {
  color: var(--sand);
  font: 400 15px var(--serif);
}
.form-heading h2 {
  margin: 0 0 28px;
  font: 400 clamp(42px, 4vw, 62px) / 1 var(--serif);
}
.form-heading h2 em {
  color: var(--sand);
}
.form-heading div > p:last-child {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.62);
}
.contact-page-form {
  background: var(--white);
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.contact-cards a {
  min-height: 260px;
  padding: 40px 3.5vw;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.contact-cards a:last-child {
  border: 0;
}
.contact-cards span {
  color: var(--tan);
  font: 400 14px var(--serif);
}
.contact-cards small {
  margin-top: auto;
  color: var(--smoke);
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contact-cards strong {
  margin-top: 10px;
  font: 400 23px/1.3 var(--serif);
  overflow-wrap: anywhere;
}
.contact-statement {
  padding: 95px 14vw;
  background: var(--sand);
  text-align: center;
}
.contact-statement p {
  max-width: 950px;
  margin: 0 auto;
  font: 400 clamp(36px, 4vw, 59px) / 1.08 var(--serif);
}
.section {
  padding: 115px 7vw;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 5vw;
}
.section-label {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.section-label span {
  color: var(--tan);
}
.section-label p {
  margin: 0;
}
.section h2 {
  font: 400 clamp(43px, 4.3vw, 66px)/1.02 var(--serif);
  letter-spacing: -0.02em;
  margin: 0 0 55px;
}
.intro {
  background: var(--white);
}
.intro h2 em,
.process h2 em,
.practical h2 em {
  color: var(--blue);
}
.intro-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  max-width: 900px;
  color: #5d6970;
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.facts div {
  padding: 25px 25px 25px 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.facts div:not(:first-child) {
  padding-left: 25px;
}
.facts div:last-child {
  border: 0;
}
.facts strong {
  font: 400 23px var(--serif);
}
.facts span {
  font-size: 13px;
  color: var(--smoke);
  margin-top: 5px;
}
.cases {
  background: var(--navy);
  color: white;
}
.section-label.light {
  color: rgba(255, 255, 255, 0.65);
}
.cases-main h2 {
  color: white;
}
.case-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.case-list article {
  display: grid;
  grid-template-columns: 70px 1fr 30px;
  gap: 25px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.case-list article > span {
  color: var(--sand);
  font: 400 15px var(--serif);
}
.case-list h3 {
  font: 400 31px var(--serif);
  margin: 0 0 7px;
}
.case-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 18px;
}
.case-list a {
  font-size: 20px;
  color: var(--sand);
}
.process {
  background: #e3e8eb;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.process-grid article {
  padding: 28px 28px 10px 0;
  min-height: 250px;
  border-right: 1px solid var(--line);
}
.process-grid article:not(:first-child) {
  padding-left: 28px;
}
.process-grid article:last-child {
  border: 0;
}
.process-grid b {
  font: 400 14px var(--serif);
  color: var(--tan);
}
.process-grid h3 {
  font: 400 27px var(--serif);
  margin: 60px 0 15px;
}
.process-grid p {
  font-size: 18px;
  color: #626b6c;
}
.practical {
  background: var(--white);
}
.practical-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: start;
}
.practical-main h2 {
  margin: 0;
}
.checklist {
  border-top: 1px solid var(--line);
}
.checklist p {
  margin: 0;
  padding: 22px 0 22px 35px;
  border-bottom: 1px solid var(--line);
  position: relative;
  color: #556166;
}
.checklist p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  width: 8px;
  height: 8px;
  background: var(--tan);
}
.contact {
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  background: var(--blue);
  color: white;
}
.contact h2 {
  margin-bottom: 30px;
}
.contact-copy > p:not(.kicker):not(.notice) {
  color: rgba(255, 255, 255, 0.66);
  max-width: 520px;
}
.notice {
  font-size: 15px;
  color: var(--sand);
  margin-top: 35px;
}
.contact-details {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-style: normal;
}
.contact-details a,
.contact-details > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-details span {
  color: var(--sand);
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.contact-details strong {
  color: white;
  font-size: 18px;
  font-weight: 400;
  overflow-wrap: anywhere;
}
form {
  background: var(--paper);
  color: var(--navy);
  padding: 42px;
}
.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
input,
select,
textarea {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
  background: transparent;
  outline: none;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
.status {
  font-size: 15px;
  color: var(--blue);
}
footer {
  padding: 42px 7vw;
  background: #101e29;
  color: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
footer > div:last-child {
  justify-self: end;
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.copyright {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}
[dir="rtl"] body,
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] .identity strong,
[dir="rtl"] .decision-strip p,
[dir="rtl"] .facts strong {
  font-family: "Noto Naskh Arabic", serif;
}
[dir="rtl"] .checklist p {
  padding-left: 0;
  padding-right: 35px;
}
[dir="rtl"] .checklist p::before {
  left: auto;
  right: 0;
}
@media (max-width: 980px) {
  header nav,
  .head-cta {
    display: none;
  }
  .hero {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    min-height: 590px;
  }
  .hero-visual {
    height: 68vh;
  }
  .section {
    grid-template-columns: 1fr;
  }
  .section-label {
    margin-bottom: 15px;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .principle-grid {
    grid-template-columns: 1fr;
  }
  .principle-grid article,
  .principle-grid article:not(:first-child) {
    min-height: 220px;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .principle-grid h3 {
    margin-top: 45px;
  }
  .practical-main,
  .contact {
    grid-template-columns: 1fr;
  }
  .contact-intro,
  .contact-form-section {
    grid-template-columns: 1fr;
  }
  .contact-cards {
    grid-template-columns: 1fr;
  }
  .contact-cards a {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .contact {
    gap: 50px;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer > div:last-child {
    justify-self: start;
  }
}
@media (max-width: 600px) {
  header {
    height: 76px;
    padding: 0 20px;
  }
  .identity strong {
    font-size: 18px;
  }
  .identity small {
    font-size: 10px;
  }
  .mark {
    width: 36px;
    height: 41px;
  }
  .hero-copy {
    padding: 75px 24px 40px;
    min-height: 640px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .hero-meta {
    gap: 15px;
    flex-wrap: wrap;
  }
  .hero-visual {
    height: 68vh;
    min-height: 520px;
  }
  .decision-strip {
    padding: 23px 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .page-hero {
    min-height: 440px;
    padding: 80px 24px 70px;
  }
  .page-hero h1 {
    font-size: 50px;
  }
  .service-details {
    padding: 0 24px 70px;
  }
  .service-details article {
    grid-template-columns: 35px 1fr 20px;
    gap: 12px;
    padding: 38px 0;
  }
  .service-details h2 {
    font-size: 30px;
  }
  .page-cta {
    padding: 65px 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-intro,
  .contact-form-section {
    padding: 75px 24px;
  }
  .contact-intro h1 {
    font-size: 55px;
  }
  .contact-form-section {
    gap: 45px;
  }
  .form-heading {
    grid-template-columns: 1fr;
  }
  .contact-cards a {
    padding: 32px 24px;
  }
  .contact-statement {
    padding: 75px 24px;
  }
  .section {
    padding: 80px 24px;
  }
  .intro-columns,
  .facts,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .facts div,
  .facts div:not(:first-child) {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .case-list article {
    grid-template-columns: 35px 1fr 20px;
    gap: 12px;
  }
  .case-list h3 {
    font-size: 23px;
  }
  .process-grid article,
  .process-grid article:not(:first-child) {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 220px;
  }
  .practical-main {
    grid-template-columns: 1fr;
  }
  .form-pair {
    grid-template-columns: 1fr;
  }
  form {
    padding: 28px 22px;
  }
  footer {
    padding: 40px 24px;
  }
}
