:root {
  --sc-ivory: #f4e7d5;
  --sc-champagne: #d8c1a3;
  --sc-gold: #b9965b;
  --sc-berry: #76214e;
  --sc-magenta: #a50078;
  --sc-espresso: #2a1d1a;
  --sc-white: #fff9f1;
  --sc-muted: #6f5f57;
  --sc-border: rgba(42, 29, 26, 0.18);
  --sc-shadow: 0 24px 64px rgba(42, 29, 26, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.rtl,
[dir="rtl"] body,
[dir="rtl"] .wp-site-blocks {
  font-family: "Noto Sans Arabic", Arial, sans-serif;
}

body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4 {
  font-family: "Noto Naskh Arabic", serif;
  letter-spacing: 0;
}

.wp-site-blocks {
  overflow: clip;
}

.sc-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 249, 241, 0.2);
}

.sc-header-brand {
  align-items: center;
  color: var(--sc-white);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.9rem;
  text-decoration: none;
}

.sc-header-brand img {
  display: block;
  height: 68px;
  object-fit: contain;
  width: auto;
}

.sc-header-wordmark {
  display: grid;
  line-height: 1;
  text-align: center;
}

.sc-header-wordmark strong {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.sc-header-wordmark small {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  margin-top: 0.35rem;
  padding-left: 0.38em;
}

.sc-site-header .wp-block-navigation a {
  text-decoration: none;
  text-underline-offset: 0.3em;
}

.sc-site-header .wp-block-navigation a:hover,
.sc-site-header .wp-block-navigation a:focus-visible {
  text-decoration: underline;
}

.sc-language-link {
  border-inline-start: 1px solid rgba(255, 249, 241, 0.35);
  padding-inline-start: 1rem;
}

.sc-hero {
  isolation: isolate;
  min-height: min(900px, 100svh);
  position: relative;
}

.sc-hero::before {
  background:
    radial-gradient(circle at 82% 28%, rgba(185, 150, 91, 0.28), transparent 24rem),
    linear-gradient(118deg, rgba(42, 29, 26, 0.98) 0%, rgba(82, 27, 56, 0.96) 48%, rgba(118, 33, 78, 0.88) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.sc-hero::after {
  background-image:
    linear-gradient(rgba(255, 249, 241, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 249, 241, 0.06) 1px, transparent 1px);
  background-size: 88px 88px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000 70%);
  opacity: 0.22;
  position: absolute;
  z-index: -1;
}

.sc-hero-inner {
  min-height: min(790px, calc(100svh - 100px));
}

.sc-eyebrow {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

[dir="rtl"] .sc-eyebrow,
body.rtl .sc-eyebrow {
  font-family: "Noto Sans Arabic", Arial, sans-serif;
  letter-spacing: 0;
}

.sc-hero h1 {
  font-size: clamp(3.6rem, 7vw, 7.4rem);
  letter-spacing: -0.035em;
  line-height: 0.88;
  max-width: 14ch;
  text-wrap: balance;
}

.sc-hero-copy {
  max-width: 54rem;
}

.sc-hero-copy > p:not(.sc-eyebrow) {
  max-width: 40rem;
}

.sc-hero-mark {
  filter: drop-shadow(0 28px 48px rgba(28, 15, 14, 0.34));
  margin-inline: auto;
  max-width: 420px;
  opacity: 0.95;
  width: min(32vw, 420px);
}

.sc-hero-mark img {
  height: auto;
  width: 100%;
}

.sc-outline-button .wp-block-button__link {
  background: transparent;
  border: 1px solid currentColor;
  color: inherit;
}

.sc-outline-button .wp-block-button__link:hover,
.sc-outline-button .wp-block-button__link:focus-visible {
  background: rgba(255, 249, 241, 0.1);
}

.wp-block-button__link {
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
}

.wp-block-button__link:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--sc-magenta);
  outline-offset: 4px;
}

.sc-section {
  padding-block: clamp(5rem, 9vw, 9rem);
}

.sc-section-tight {
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.sc-section-heading {
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  max-width: 12ch;
  text-wrap: balance;
}

.sc-intro-copy {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.22;
  max-width: 31ch;
}

[dir="rtl"] .sc-intro-copy,
body.rtl .sc-intro-copy {
  font-family: "Noto Naskh Arabic", serif;
}

.sc-service-grid {
  align-items: stretch !important;
}

.sc-service-card {
  border-top: 1px solid var(--sc-gold);
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: clamp(2rem, 3.5vw, 3.25rem);
  transition: background-color 180ms ease, transform 180ms ease;
}

.sc-service-card:hover {
  background: rgba(255, 249, 241, 0.55);
  transform: translateY(-5px);
}

.sc-service-card h3 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  margin-top: auto;
  max-width: 8ch;
}

.sc-service-card a {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.sc-index {
  color: var(--sc-gold);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.1rem;
}

.sc-story-stat {
  border-top: 1px solid rgba(255, 249, 241, 0.35);
  padding-top: 1.25rem;
}

.sc-story-stat strong {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 500;
  line-height: 0.9;
}

.sc-framed-panel {
  border: 1px solid rgba(185, 150, 91, 0.7);
  box-shadow: var(--sc-shadow);
  padding: clamp(2rem, 6vw, 5.5rem);
}

.sc-process-step {
  border-bottom: 1px solid var(--sc-border);
  padding-block: 1.25rem;
}

.sc-process-step:last-child {
  border-bottom: 0;
}

.sc-process-step strong {
  color: var(--sc-berry);
  display: inline-block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
  margin-inline-end: 1rem;
  min-width: 2.5rem;
}

.sc-contact-card {
  background: var(--sc-white);
  box-shadow: 0 18px 48px rgba(42, 29, 26, 0.1);
  padding: clamp(2rem, 4vw, 4rem);
}

.sc-contact-card a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

.sc-area-list {
  color: var(--sc-muted);
  font-size: 0.9rem;
  line-height: 1.9;
}

.sc-site-footer {
  border-top: 1px solid rgba(255, 249, 241, 0.2);
}

.sc-site-footer a {
  color: inherit;
}

.sc-footer-mark {
  max-width: 320px;
}

.sc-footer-mark img {
  height: auto;
  width: 100%;
}

.sc-fine-print {
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  opacity: 0.72;
}

.sc-page-hero {
  background: linear-gradient(135deg, var(--sc-espresso), var(--sc-berry));
  color: var(--sc-white);
  padding-block: clamp(6rem, 14vw, 12rem) clamp(4rem, 8vw, 7rem);
}

.sc-page-hero h1 {
  color: inherit;
  font-size: clamp(3.6rem, 9vw, 8rem);
  max-width: 12ch;
}

.sc-content-shell {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.sc-content-shell > * + * {
  margin-block-start: 1.5em;
}

.sc-query-card {
  border-top: 1px solid var(--sc-gold);
  height: 100%;
  padding-top: 1.5rem;
}

.sc-query-card .wp-block-post-featured-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.sc-query-card .wp-block-post-title {
  font-size: 2rem;
}

@media (max-width: 960px) {
  .sc-site-header .wp-block-navigation__responsive-container-open {
    color: var(--sc-white);
  }

  .sc-hero-inner {
    align-items: flex-end !important;
  }

  .sc-hero-mark {
    opacity: 0.2;
    position: absolute;
    right: -2rem;
    top: 10rem;
    width: 48vw;
  }

  [dir="rtl"] .sc-hero-mark,
  body.rtl .sc-hero-mark {
    left: -2rem;
    right: auto;
  }
}

@media (max-width: 700px) {
  .sc-site-header {
    padding-block: 0.35rem !important;
  }

  .sc-header-brand img {
    height: 52px;
  }

  .sc-header-wordmark strong {
    font-size: 1.15rem;
  }

  .sc-header-wordmark small {
    font-size: 0.45rem;
  }

  .sc-language-link {
    border-inline-start: 0;
    padding-inline-start: 0;
  }

  .sc-hero {
    min-height: 820px;
  }

  .sc-hero h1 {
    font-size: clamp(3.4rem, 17vw, 5.6rem);
    line-height: 0.88;
  }

  .sc-hero .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .sc-hero .wp-block-button,
  .sc-hero .wp-block-button__link {
    width: 100%;
  }

  .sc-service-card {
    min-height: 300px;
  }

  .sc-section {
    padding-block: 4.5rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .sc-site-header,
  .sc-site-footer,
  .wp-block-buttons {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }
}
