@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700;800&display=swap');
:root {
  --ink: #171717;
  --ink-soft: #44413d;
  --gold: #b57c22;
  --gold-bright: #c9933f;
  --gold-pale: #ead9bb;
  --ivory: #ffffff;
  --paper: #ffffff;
  --sand: #f7f5f0;
  --line: rgba(23, 23, 23, 0.12);
  --line-light: rgba(255, 255, 255, 0.18);
  --muted: #6f6b65;
  --success: #176b50;
  --danger: #9b2f2f;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px;
  --header-height: 92px;
  --shadow: 0 22px 60px rgba(20, 20, 20, 0.08);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
html[dir="rtl"] { --serif: "Noto Naskh Arabic", "Geeza Pro", Tahoma, serif; --sans: Tahoma, Arial, sans-serif; }
html[dir="rtl"] body { line-height: 1.8; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
::selection { color: var(--paper); background: var(--gold); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(78px, 9vw, 132px); }
.section-tint { background: var(--sand); }
.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 13px 0 18px; font-family: var(--serif); font-size: clamp(2.2rem, 4.3vw, 4.3rem); font-weight: 400; line-height: 1.03; letter-spacing: -0.035em; }
.section-heading p { margin: 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.skip-link { position: fixed; inset-block-start: 12px; inset-inline-start: 12px; z-index: 1000; transform: translateY(-150%); padding: 10px 14px; color: var(--paper); background: var(--ink); }
.skip-link:focus { transform: none; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { color: var(--ink); background: var(--gold-bright); border-color: var(--gold-bright); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 16px; font-size: .69rem; }
.button-light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button-light:hover { color: var(--paper); background: var(--gold); border-color: var(--gold); }
.button-outline-light { color: var(--paper); background: transparent; border-color: rgba(255,255,255,.55); }
.button-outline-light:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link svg, .card-link svg { transition: transform .2s ease; }
.text-link:hover svg, .card-link:hover svg { transform: translateX(5px); }
html[dir="rtl"] .text-link:hover svg, html[dir="rtl"] .card-link:hover svg { transform: translateX(-5px); }
html[dir="rtl"] .text-link svg, html[dir="rtl"] .card-link svg, html[dir="rtl"] .button svg { transform: scaleX(-1); }

.site-header { position: sticky; inset-block-start: 0; z-index: 100; height: var(--header-height); border-block-end: 1px solid transparent; background: rgba(247, 244, 237, .94); backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 32px rgba(35, 29, 24, .06); }
.header-shell { position: relative; display: flex; width: min(calc(100% - 48px), 1400px); height: 100%; align-items: center; justify-content: space-between; margin-inline: auto; }
.brand { position: relative; z-index: 102; display: flex; width: 238px; height: 72px; align-items: center; gap: 11px; }
.brand img { width: 58px; height: auto; flex: 0 0 auto; }
.brand span { min-width: 0; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 1.03rem; font-weight: 400; line-height: 1; letter-spacing: .015em; text-transform: uppercase; }
.brand small { margin-block-start: 5px; color: var(--muted); font-size: .43rem; font-weight: 700; line-height: 1.15; letter-spacing: .055em; text-transform: uppercase; }
.desktop-nav > ul, .mobile-menu ul, .footer-column ul { margin: 0; padding: 0; list-style: none; }
.desktop-nav > ul { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.desktop-nav > ul > li { position: relative; }
.desktop-nav > ul > li > a { position: relative; display: block; padding-block: 34px 33px; font-size: .74rem; font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.desktop-nav > ul > li > a::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: 25px; height: 1px; transform: scaleX(0); background: var(--gold); transition: transform .2s ease; }
.desktop-nav > ul > li > a:hover::after, .desktop-nav > ul > li > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-services-toggle { position: absolute; inset-block-start: 36px; inset-inline-end: -14px; width: 12px; height: 12px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.nav-services-toggle::before, .nav-services-toggle::after { content: ""; position: absolute; inset-block-start: 5px; inset-inline-start: 1px; width: 8px; height: 1px; background: currentColor; }
.nav-services-toggle::after { transform: rotate(90deg); transition: transform .2s ease; }
.nav-services:hover .nav-services-toggle::after, .nav-services.open .nav-services-toggle::after { transform: rotate(0); }
.service-menu { position: absolute; inset-block-start: calc(100% - 1px); inset-inline-start: 50%; display: grid; width: min(760px, calc(100vw - 48px)); grid-template-columns: .85fr 1.4fr; visibility: hidden; opacity: 0; transform: translate(-38%, 12px); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
html[dir="rtl"] .service-menu { transform: translate(38%, 12px); }
.nav-services:hover .service-menu, .nav-services.open .service-menu { visibility: visible; opacity: 1; transform: translate(-38%, 0); }
html[dir="rtl"] .nav-services:hover .service-menu, html[dir="rtl"] .nav-services.open .service-menu { transform: translate(38%, 0); }
.service-menu-intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 34px; background: var(--ink); color: var(--paper); }
.service-menu-intro strong { margin-block: 20px 34px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; line-height: 1.2; }
.service-menu-intro .text-link { color: var(--paper); }
.service-menu-links { display: grid; grid-template-columns: 1fr 1fr; padding: 22px; }
.service-menu-links a { display: flex; align-items: center; gap: 12px; padding: 12px; border-block-end: 1px solid var(--line); font-size: .84rem; }
.service-menu-links a:hover { background: var(--ivory); }
.service-menu-links span { color: var(--gold); font-size: .65rem; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-button { display: flex; height: 42px; align-items: center; gap: 7px; padding: 0 10px; border: 0; background: transparent; font-size: .72rem; font-weight: 700; cursor: help; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; height: calc(100dvh - var(--header-height)); z-index: 101; overflow-y: auto; background: #fff; }
.mobile-menu-inner { width: min(calc(100% - 40px), 720px); margin-inline: auto; padding-block: 30px 60px; }
.mobile-menu nav > ul > li { border-block-end: 1px solid var(--line); }
.mobile-menu nav > ul > li > a { display: block; padding-block: 18px; font-family: var(--serif); font-size: 1.55rem; }
.mobile-menu .nav-services-toggle, .mobile-menu .service-menu { display: none; }
.mobile-menu[hidden] { display: none; }
.mobile-contact { display: grid; gap: 12px; margin-block-start: 34px; padding: 24px; background: var(--ink); color: var(--paper); }
.mobile-contact a { display: inline-flex; align-items: center; gap: 10px; }
.mobile-contact span { color: rgba(255,255,255,.65); font-size: .85rem; }

.breadcrumbs { padding-block: 18px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .73rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-inline-start: 8px; color: var(--gold); }
.breadcrumbs a:hover { color: var(--ink); }

.hero { position: relative; overflow: hidden; padding-block: clamp(80px, 9vw, 140px) 0; background: var(--ivory); }
.hero::after { content: ""; position: absolute; inset-block-start: 0; inset-inline-end: 0; width: 42%; height: 100%; background: var(--ink); }
.hero-lines { position: absolute; inset: 0; z-index: 1; opacity: .35; background-image: linear-gradient(90deg, transparent 49.8%, rgba(180,138,75,.18) 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.8%, rgba(180,138,75,.11) 50%, transparent 50.2%); background-size: 120px 120px; mask-image: linear-gradient(to right, black, transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .78fr; gap: clamp(54px, 7vw, 110px); align-items: center; }
.hero-copy { padding-block-end: 90px; }
.hero h1 { max-width: 760px; margin: 18px 0 28px; font-family: var(--serif); font-size: clamp(3.45rem, 6.6vw, 5.1rem); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.hero-lead { max-width: 680px; margin: 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.45vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-block-start: 36px; }
.hero-visual { position: relative; z-index: 2; min-height: 520px; padding: 55px 44px 38px; color: var(--paper); }
.hero-monogram { width: 210px; margin-inline: auto; opacity: .95; }
.hero-statement { margin-block-start: 44px; text-align: center; text-transform: uppercase; }
.hero-statement span, .hero-statement strong { display: block; }
.hero-statement span { color: var(--gold-bright); font-size: .82rem; letter-spacing: .22em; }
.hero-statement strong { margin-block-start: 4px; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 400; letter-spacing: -.025em; }
.hero-note { position: absolute; padding-block-start: 18px; border-block-start: 1px solid var(--line-light); color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.55; }
.hero-service-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border-block-start: 1px solid var(--line); background: var(--paper); }
.hero-service-strip a { display: flex; align-items: center; gap: 14px; min-height: 82px; padding: 18px; border-inline-end: 1px solid var(--line); font-size: .76rem; font-weight: 650; line-height: 1.25; text-transform: uppercase; }
.hero-service-strip a:last-child { border-inline-end: 0; }
.hero-service-strip a:hover { background: var(--sand); }
.hero-service-strip span { color: var(--gold); font-size: .66rem; }

.philosophy-grid { display: grid; grid-template-columns: 1fr 3.2fr; gap: 70px; align-items: start; }
.quote-mark { color: var(--gold); }
.quote-mark svg { width: 110px; height: 110px; stroke-width: .55; }
.philosophy-grid .section-heading h2 { max-width: 950px; font-size: clamp(2.65rem, 5vw, 5.2rem); }
.philosophy-grid .text-link { margin-block-start: 28px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) 1px; gap: 70px; }
.vertical-rule { background: var(--line); }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-block-start: 70px; border-block-start: 1px solid var(--line); }
.difference-item { padding: 34px 34px 10px 0; border-inline-end: 1px solid var(--line); }
.difference-item:not(:first-child) { padding-inline-start: 34px; }
.difference-item:last-child { border-inline-end: 0; }
.difference-item > span { color: var(--gold); font-size: .7rem; font-weight: 700; }
.difference-item h3 { margin: 28px 0 14px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.difference-item p { margin: 0; color: var(--muted); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-block-end: 58px; }
.section-top .section-heading { max-width: 850px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block-start: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 32px; border-inline-end: 1px solid var(--line); border-block-end: 1px solid var(--line); background: var(--paper); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; background: var(--sand); transform: translateY(-4px); }
.service-number { color: var(--gold); font-size: .68rem; font-weight: 700; }
.service-card h3 { max-width: 290px; margin: 44px 0 18px; font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.15rem); font-weight: 400; line-height: 1.1; }
.service-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.service-card .card-link { position: absolute; inset-inline: 32px; inset-block-end: 28px; justify-content: space-between; padding-block-start: 16px; border-block-start: 1px solid var(--line); }
.methodology-preview { color: var(--paper); background: var(--ink); }
.methodology-preview-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.methodology-copy { position: sticky; inset-block-start: calc(var(--header-height) + 40px); align-self: start; }
.methodology-copy .section-heading p { color: rgba(255,255,255,.62); }
.methodology-copy .button { margin-block-start: 30px; }
.methodology-steps { margin: 0; padding: 0; list-style: none; border-block-start: 1px solid var(--line-light); }
.method-step { display: grid; grid-template-columns: 70px 1fr; align-items: center; min-height: 86px; border-block-end: 1px solid var(--line-light); }
.method-step span { color: var(--gold-bright); font-size: .72rem; }
.method-step strong { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-block-start: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.audience-card { position: relative; min-height: 310px; padding: 34px 70px 34px 34px; border-inline-end: 1px solid var(--line); border-block-end: 1px solid var(--line); transition: background .2s ease; }
.audience-card:hover { background: var(--sand); }
.audience-card > span { color: var(--gold); font-size: .68rem; }
.audience-card h3 { margin: 44px 0 16px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.audience-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.audience-card > svg { position: absolute; inset-inline-end: 30px; inset-block-start: 34px; }
.values-band { padding-block: 68px; border-block: 1px solid var(--line); background: var(--paper); }
.values-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 70px; align-items: center; }
.values-grid .section-heading h2 { font-size: clamp(2rem, 3.4vw, 3.3rem); }
.values-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-block-start: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.values-list li { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 14px 20px; border-inline-end: 1px solid var(--line); border-block-end: 1px solid var(--line); font-size: .88rem; font-weight: 650; }
.values-list svg { color: var(--gold); }
.cta-band { position: relative; overflow: hidden; padding-block: clamp(76px, 8vw, 120px); color: var(--paper); background: var(--ink); }
.cta-pattern { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(45deg, transparent 48%, var(--gold) 49%, transparent 51%), linear-gradient(-45deg, transparent 48%, var(--gold) 49%, transparent 51%); background-size: 90px 90px; mask-image: linear-gradient(to left, black, transparent 75%); }
.cta-grid { position: relative; display: grid; grid-template-columns: 1.5fr auto; gap: 60px; align-items: center; }
.cta-grid h2 { max-width: 850px; margin: 16px 0; font-family: var(--serif); font-size: clamp(2.45rem, 4.8vw, 5rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.cta-grid p { max-width: 700px; margin: 0; color: rgba(255,255,255,.65); }

.page-hero { position: relative; overflow: hidden; }
.page-hero-dark { color: var(--paper); background: var(--ink); }
.page-hero-light { background: var(--paper); }
.page-hero-pattern { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(45deg, transparent 49%, var(--gold) 50%, transparent 51%), linear-gradient(-45deg, transparent 49%, var(--gold) 50%, transparent 51%); background-size: 110px 110px; mask-image: linear-gradient(to right, transparent 40%, black); }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .6fr; gap: 70px; align-items: center; min-height: clamp(470px, 58vw, 650px); padding-block: 80px; }
.page-hero-copy h1 { max-width: 930px; margin: 18px 0 24px; font-family: var(--serif); font-size: clamp(3.5rem, 6.4vw, 6.8rem); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.page-hero-copy p { max-width: 760px; margin: 0; color: rgba(255,255,255,.68); font-size: clamp(1.04rem, 1.45vw, 1.28rem); }
.page-hero-light .page-hero-copy p { color: var(--muted); }
.page-hero-mark { justify-self: center; width: min(260px, 80%); opacity: .7; }
.service-hero-number { justify-self: end; color: transparent; font-family: var(--serif); font-size: clamp(12rem, 22vw, 22rem); line-height: .7; -webkit-text-stroke: 1px rgba(197,162,102,.45); }
.statement-grid { display: grid; grid-template-columns: repeat(2, 1fr); box-shadow: var(--shadow); }
.statement-card { min-height: 360px; padding: clamp(36px, 5vw, 70px); background: var(--paper); }
.statement-card-dark { color: var(--paper); background: var(--ink); }
.statement-card p { margin: 52px 0 0; font-family: var(--serif); font-size: clamp(1.8rem, 3.2vw, 3.2rem); line-height: 1.18; }
.content-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.sticky-heading { position: sticky; inset-block-start: calc(var(--header-height) + 40px); }
.long-copy p { margin: 0 0 28px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.35rem, 2.15vw, 2.1rem); line-height: 1.45; }
.long-copy .large-copy { font-size: clamp(1.55rem, 2.6vw, 2.6rem); }
.long-copy blockquote { margin: 54px 0 0; padding-inline-start: 28px; border-inline-start: 2px solid var(--gold); color: var(--ink); font-family: var(--serif); font-size: 1.55rem; font-style: italic; }
.model-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.model-visual { display: grid; place-items: center; }
.model-ring { display: grid; width: min(430px, 100%); aspect-ratio: 1; place-items: center; border: 1px solid var(--gold); border-radius: 50%; }
.model-ring::before, .model-ring::after { content: ""; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.model-ring img { width: 48%; }
.check-list { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; border-block-start: 1px solid var(--line); }
.check-list li { display: flex; align-items: flex-start; gap: 13px; padding-block: 15px; border-block-end: 1px solid var(--line); }
.check-list svg { flex: 0 0 auto; margin-block-start: 4px; color: var(--gold); }
.values-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-block-start: 60px; border-block-start: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.value-card { min-height: 260px; padding: 30px; border-inline-end: 1px solid var(--line); border-block-end: 1px solid var(--line); background: var(--paper); }
.value-card > span { color: var(--gold); font-size: .68rem; }
.value-card h3 { margin: 32px 0 14px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.value-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.services-list { border-block-start: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 80px 1fr 70px; gap: 28px; align-items: center; min-height: 190px; border-block-end: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.service-row:hover { padding-inline: 24px; background: var(--paper); }
.service-row-number { color: var(--gold); font-size: .72rem; font-weight: 700; }
.service-row h2 { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.6rem); font-weight: 400; line-height: 1.05; }
.service-row p { max-width: 720px; margin: 0; color: var(--muted); }
.service-row > a { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--line); }
.service-row > a:hover { color: var(--paper); background: var(--ink); }
.centered-narrow { max-width: 820px; margin-inline: auto; text-align: center; }
.centered-narrow h2 { margin: 14px 0 20px; font-family: var(--serif); font-size: clamp(2.5rem, 4.5vw, 4.5rem); font-weight: 400; line-height: 1; }
.centered-narrow p { margin: 0 0 30px; color: var(--muted); font-size: 1.1rem; }
.service-intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.two-panel-grid { display: grid; grid-template-columns: repeat(2, 1fr); box-shadow: var(--shadow); }
.panel { min-height: 560px; padding: clamp(36px, 5vw, 70px); background: var(--paper); }
.panel-dark { color: var(--paper); background: var(--ink); }
.panel h2 { margin: 18px 0 36px; font-family: var(--serif); font-size: clamp(2.2rem, 3.8vw, 3.8rem); font-weight: 400; line-height: 1.05; }
.panel-dark .number-list { border-color: var(--line-light); }
.number-list { margin: 0; padding: 0; list-style: none; border-block-start: 1px solid var(--line-light); }
.number-list li { display: grid; grid-template-columns: 48px 1fr; align-items: center; min-height: 64px; border-block-end: 1px solid var(--line-light); }
.number-list span { color: var(--gold-bright); font-size: .68rem; }
.approach-callout { padding-block: 72px; border-block: 1px solid var(--line); background: var(--paper); }
.approach-grid { display: grid; grid-template-columns: .35fr 1.65fr; gap: 50px; align-items: start; }
.approach-grid p { max-width: 920px; margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.7rem); line-height: 1.35; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block-start: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.related-card { position: relative; min-height: 220px; padding: 30px; border-inline-end: 1px solid var(--line); border-block-end: 1px solid var(--line); background: var(--paper); }
.related-card:hover { background: var(--sand); }
.related-card span { color: var(--gold); font-size: .68rem; }
.related-card h3 { max-width: 260px; margin: 48px 0 0; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.related-card svg { position: absolute; inset-block-start: 30px; inset-inline-end: 30px; }
.stages { border-block-start: 1px solid var(--line); }
.stage-row { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 36px; min-height: 235px; padding-block: 45px; border-block-end: 1px solid var(--line); }
.stage-number { color: var(--gold); font-size: .75rem; font-weight: 700; }
.stage-row h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2.1rem, 3.8vw, 3.8rem); font-weight: 400; }
.stage-row p { max-width: 820px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.stage-line { position: absolute; inset-block-end: -1px; inset-inline-start: 0; width: calc(var(--stage, 20) * 1%); height: 2px; background: var(--gold); }
.stage-row:nth-child(1) { --stage: 18; }.stage-row:nth-child(2) { --stage: 31; }.stage-row:nth-child(3) { --stage: 45; }.stage-row:nth-child(4) { --stage: 59; }.stage-row:nth-child(5) { --stage: 73; }.stage-row:nth-child(6) { --stage: 86; }.stage-row:nth-child(7) { --stage: 100; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-block-start: 60px; border-block-start: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.principle-card { min-height: 300px; padding: 28px; border-inline-end: 1px solid var(--line); border-block-end: 1px solid var(--line); background: var(--paper); }
.principle-card > span { color: var(--gold); font-size: .68rem; }
.principle-card h3 { margin: 44px 0 14px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.principle-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.segments { border-block-start: 1px solid var(--line); }
.segment { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding-block: 70px; border-block-end: 1px solid var(--line); }
.segment-heading { display: grid; grid-template-columns: 55px 1fr; gap: 18px; }
.segment-heading span { color: var(--gold); font-size: .7rem; }
.segment-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 4.2vw, 4.4rem); font-weight: 400; line-height: 1; }
.segment-body p { margin: 0 0 28px; color: var(--ink-soft); font-size: 1.08rem; }
.segment-body ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.segment-body li { padding: 8px 12px; border: 1px solid var(--line); background: var(--paper); font-size: .76rem; font-weight: 650; }
.moments-section { color: var(--paper); background: var(--ink); }
.moments-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.moments-list { margin: 0; padding: 0; list-style: none; border-block-start: 1px solid var(--line-light); }
.moments-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; min-height: 94px; align-items: center; border-block-end: 1px solid var(--line-light); }
.moments-list span { color: var(--gold-bright); font-size: .7rem; }
.moments-list p { margin: 0; font-family: var(--serif); font-size: 1.45rem; }
.conduct-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-block-start: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.conduct-item { display: grid; grid-template-columns: 54px 1fr; gap: 16px; min-height: 260px; padding: 34px; border-inline-end: 1px solid var(--line); border-block-end: 1px solid var(--line); background: var(--paper); }
.conduct-item > span { color: var(--gold); font-size: .7rem; }
.conduct-item h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.conduct-item p { margin: 0; color: var(--muted); }
.conduct-closing { padding-block: 70px; border-block: 1px solid var(--line); background: var(--sand); }
.conduct-closing .container { display: grid; grid-template-columns: .4fr 1.6fr; gap: 50px; }
.conduct-closing p { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.45rem); }
.contact-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-details { position: sticky; inset-block-start: calc(var(--header-height) + 40px); }
.contact-details h2 { margin: 14px 0 40px; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.contact-detail { display: grid; grid-template-columns: 28px 1fr; gap: 16px; padding-block: 22px; border-block-start: 1px solid var(--line); }
.contact-detail > svg { color: var(--gold); }
.contact-detail strong { display: block; margin-block-end: 7px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-detail address { color: var(--muted); font-style: normal; }
.contact-detail .text-link { margin-block-start: 12px; font-size: .68rem; }
.contact-hours { color: var(--muted); font-size: .82rem; }
.contact-form { padding: clamp(28px, 4.5vw, 58px); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: .74rem; font-weight: 650; letter-spacing: .03em; }
.contact-form em { color: var(--muted); font-size: .62rem; font-style: normal; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-block-end: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; color: var(--ink); padding: 10px 0 12px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.contact-form textarea { resize: vertical; }
.form-wide { grid-column: 1 / -1; }
.consent { display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; }
.consent input { width: 18px; height: 18px; margin-block-start: 2px; accent-color: var(--gold); }
.contact-form .button { margin-block-start: 28px; }
.form-privacy { margin: 18px 0 0; color: var(--muted); font-size: .72rem; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.honeypot { position: absolute !important; inset-inline-start: -9999px; }
.form-status { display: none; margin-block-end: 22px; padding: 12px 14px; font-size: .84rem; }
.form-status.visible { display: block; }
.form-status.success { color: var(--success); background: rgba(23,107,80,.08); }
.form-status.error { color: var(--danger); background: rgba(155,47,47,.08); }
.legal-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; align-items: start; }
.legal-aside { position: sticky; inset-block-start: calc(var(--header-height) + 40px); padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.legal-aside p { color: var(--muted); }
.legal-section { padding-block: 0 42px; margin-block-end: 42px; border-block-end: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.legal-section p { margin: 0; color: var(--ink-soft); }
.not-found { position: relative; display: grid; min-height: calc(100vh - var(--header-height)); place-items: center; overflow: hidden; color: var(--paper); background: var(--ink); text-align: center; }
.not-found-pattern { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(45deg, transparent 49%, var(--gold) 50%, transparent 51%), linear-gradient(-45deg, transparent 49%, var(--gold) 50%, transparent 51%); background-size: 100px 100px; }
.not-found-inner { position: relative; }
.not-found-inner > span { color: var(--gold-bright); font-family: var(--serif); font-size: clamp(8rem, 25vw, 20rem); line-height: .7; }
.not-found h1 { margin: 40px 0 12px; font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.not-found p { margin: 0 0 30px; color: rgba(255,255,255,.65); }

.site-footer { position: relative; padding-block-start: 78px; color: var(--paper); background: #18130f; }
.footer-accent { position: absolute; inset-block-start: 0; inset-inline: 0; height: 8px; background: repeating-linear-gradient(45deg, var(--gold) 0 1px, transparent 1px 9px), repeating-linear-gradient(-45deg, var(--gold) 0 1px, transparent 1px 9px); opacity: .55; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .65fr 1fr; gap: clamp(38px, 5vw, 72px); padding-block-end: 62px; }
.footer-logo { display: flex; align-items: center; gap: 16px; }
.footer-logo img { width: 78px; }
.footer-logo strong, .footer-logo small { display: block; }
.footer-logo strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; text-transform: uppercase; }
.footer-logo small { color: var(--gold-bright); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand > p { max-width: 360px; margin: 28px 0; color: rgba(255,255,255,.58); font-size: .9rem; }
.footer-brand .footer-slogan { color: var(--gold-bright); font-family: var(--serif); font-size: 1.35rem; font-style: italic; }
.footer-column h2 { margin: 0 0 24px; color: var(--gold-bright); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-column li { margin-block-end: 9px; }
.footer-column li a { color: rgba(255,255,255,.68); font-size: .82rem; }
.footer-column li a:hover { color: var(--paper); }
.footer-contact { display: grid; align-content: start; gap: 22px; }
.footer-contact h2 { margin-block-end: 2px; }
.footer-contact > a { display: grid; grid-template-columns: 22px 1fr; gap: 11px; color: rgba(255,255,255,.68); font-size: .82rem; }
.footer-contact svg { color: var(--gold-bright); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; border-block-start: 1px solid var(--line-light); color: rgba(255,255,255,.48); font-size: .7rem; }
.footer-bottom div { display: flex; gap: 12px; }
.footer-bottom a:hover { color: var(--paper); }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .desktop-nav, .header-actions > .button, .language-button { display: none; }
  .menu-toggle { display: block; }
  .hero::after { width: 38%; }
  .hero-grid { grid-template-columns: 1.2fr .7fr; gap: 36px; }
  .hero h1 { font-size: clamp(3.4rem, 7vw, 6rem); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 860px) {
  :root { --header-height: 78px; }
  .container, .header-shell { width: min(calc(100% - 36px), var(--container)); }
  .brand { width: 198px; height: 64px; gap: 8px; }
  .brand img { width: 48px; }
  .brand strong { font-size: .86rem; }
  .brand small { font-size: .36rem; }
  .section { padding-block: 76px; }
  .hero { padding-block-start: 60px; }
  .hero::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-block-end: 0; }
  .hero-visual { min-height: 440px; margin-inline: -18px; background: var(--ink); }
  .hero-service-strip { grid-template-columns: repeat(2, 1fr); margin-block-start: 36px; }
  .philosophy-grid, .methodology-preview-grid, .values-grid, .content-split, .model-grid, .service-intro-grid, .moments-grid, .contact-grid, .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .quote-mark svg { width: 72px; height: 72px; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-item, .difference-item:not(:first-child) { padding: 28px 0; border-inline-end: 0; border-block-end: 1px solid var(--line); }
  .section-top { align-items: flex-start; flex-direction: column; }
  .methodology-copy, .sticky-heading, .contact-details, .legal-aside { position: static; }
  .audience-grid, .statement-grid, .two-panel-grid, .conduct-grid { grid-template-columns: 1fr; }
  .panel { min-height: auto; }
  .page-hero-grid { grid-template-columns: 1fr; min-height: 500px; }
  .page-hero-mark, .service-hero-number { display: none; }
  .values-card-grid { grid-template-columns: repeat(2, 1fr); }
  .service-row { grid-template-columns: 54px 1fr 52px; }
  .approach-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .segment { grid-template-columns: 1fr; gap: 30px; }
  .conduct-closing .container { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 600px) {
  .container, .header-shell { width: min(calc(100% - 28px), var(--container)); }
  .section { padding-block: 62px; }
  .section-heading h2 { font-size: 2.45rem; }
  .hero h1, .page-hero-copy h1 { font-size: 3.2rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 400px; padding-inline: 24px; }
  .hero-monogram { width: 170px; }
  .hero-service-strip { grid-template-columns: 1fr; }
  .hero-service-strip a { border-inline-end: 0; border-block-end: 1px solid var(--line); }
  .services-grid, .audience-grid, .values-card-grid, .principle-grid, .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .values-list { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-grid .button { width: 100%; }
  .page-hero-grid { min-height: 430px; padding-block: 60px; }
  .statement-card { min-height: 300px; }
  .service-row { grid-template-columns: 42px 1fr; padding-block: 28px; }
  .service-row > a { display: none; }
  .stage-row { grid-template-columns: 48px 1fr; gap: 16px; }
  .related-grid { grid-template-columns: 1fr; }
  .conduct-item { grid-template-columns: 40px 1fr; padding: 26px; }
  .contact-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
}


/* Modern light refresh — August 2026 */
html,
body { background: #fff; }

.section-tint { background: #f7f5f0; }
.site-header { background: rgba(255,255,255,.96); }
.site-header.is-scrolled { box-shadow: 0 12px 34px rgba(18,18,18,.055); }

.button { color: #fff; background: var(--gold); border-color: var(--gold); box-shadow: 0 8px 24px rgba(181,124,34,.14); }
.button:hover { color: #fff; background: #9f6a18; border-color: #9f6a18; }
.header-actions .button-small { color: var(--gold); background: transparent; border-color: var(--gold); box-shadow: none; }
.header-actions .button-small:hover { color: #fff; background: var(--gold); }

.hero { background: #fff; }
.hero::after { display: none; }
.hero-lines {
  opacity: .55;
  background-image:
    linear-gradient(135deg, transparent 49.7%, rgba(181,124,34,.11) 49.9%, rgba(181,124,34,.11) 50.1%, transparent 50.3%),
    linear-gradient(45deg, transparent 49.7%, rgba(181,124,34,.07) 49.9%, rgba(181,124,34,.07) 50.1%, transparent 50.3%);
  background-size: 170px 170px;
  mask-image: linear-gradient(to left, black 0 38%, transparent 68%);
}
.hero-grid { grid-template-columns: 1.12fr .88fr; gap: clamp(40px, 5vw, 78px); }
.hero-copy { padding-block-end: 86px; }
.hero h1 { color: #171717; }
.hero-visual {
  min-height: 520px;
  padding: 58px 48px 40px;
  border-inline-start: 1px solid rgba(23,23,23,.07);
  color: var(--ink);
  background:
    radial-gradient(circle at 52% 34%, rgba(181,124,34,.09), transparent 25%),
    linear-gradient(145deg, #fff 0%, #fbfaf7 100%);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .46;
  background-image:
    linear-gradient(135deg, transparent 49.7%, rgba(181,124,34,.13) 49.9%, rgba(181,124,34,.13) 50.1%, transparent 50.3%),
    linear-gradient(45deg, transparent 49.7%, rgba(181,124,34,.07) 49.9%, rgba(181,124,34,.07) 50.1%, transparent 50.3%);
  background-size: 180px 180px;
  mask-image: linear-gradient(to left, black, transparent 78%);
}
.hero-monogram,
.hero-statement,
.hero-note { position: relative; z-index: 1; }
.hero-monogram { width: 195px; }
.hero-statement { margin-block-start: 34px; }
.hero-statement span { color: var(--gold); }
.hero-statement strong { color: var(--ink); }
.hero-statement::before,
.hero-statement::after {
  content: "";
  display: block;
  width: min(250px, 78%);
  height: 1px;
  margin: 0 auto 15px;
  background: rgba(181,124,34,.6);
}
.hero-statement::after { margin: 14px auto 0; }
.hero-note {
  color: var(--muted);
  text-align: center;
}
.hero-service-strip {
  margin-block-end: 0;
  border: 1px solid rgba(23,23,23,.09);
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 44px rgba(23,23,23,.08);
}
.hero-service-strip a { min-height: 96px; }
.hero-service-strip a:hover { background: #fbfaf7; }

.philosophy-section { background: #fff; }
.service-card,
.value-card,
.audience-card,
.related-card,
.principle-card,
.conduct-item,
.contact-form,
.legal-aside { box-shadow: 0 12px 34px rgba(20,20,20,.035); }
.service-card:hover,
.audience-card:hover,
.related-card:hover { background: #fbfaf7; }

.page-hero-dark,
.page-hero-light { color: var(--ink); background: #fff; }
.page-hero-copy p,
.page-hero-light .page-hero-copy p { color: var(--muted); }
.page-hero-pattern {
  opacity: .42;
  background-size: 145px 145px;
  mask-image: linear-gradient(to left, black, transparent 72%);
}
.page-hero-mark { opacity: .9; }

.statement-card-dark { color: var(--ink); background: #f7f5f0; }
.panel-dark,
.methodology-preview,
.moments-section,
.cta-band { background: #191919; }
.site-footer { background: #151515; }
.mobile-contact { background: #191919; }

.cta-band .button-light { color: var(--gold); background: #fff; border-color: #fff; box-shadow: none; }
.cta-band .button-light:hover { color: #fff; background: var(--gold); border-color: var(--gold); }

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: 1.18fr .82fr; }
}

@media (max-width: 860px) {
  .mobile-menu { background: #fff; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { padding-block-end: 0; }
  .hero-visual {
    min-height: 430px;
    margin-inline: -18px;
    border-block-start: 1px solid rgba(23,23,23,.08);
    border-inline-start: 0;
    background: linear-gradient(145deg, #fff 0%, #fbfaf7 100%);
  }
  .hero-service-strip { margin-block-start: 34px; }
}

@media (max-width: 600px) {
  .hero { padding-block-start: 54px; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 4.4rem); line-height: .98; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { min-height: 58px; }
  .hero-visual { min-height: 430px; padding: 52px 24px 36px; }
  .hero-note { inset-inline: 24px; }
  .hero-service-strip { box-shadow: none; }
  .hero-service-strip a { min-height: 76px; }
}

/* Arabic */
html[lang="ar"],
html[lang="ar"] body {
  font-family: "Tajawal", Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] select {
  font-family: "Tajawal", Arial, sans-serif;
}

/* English-style letter spacing doesn't look good in Arabic */
html[lang="ar"] .eyebrow,
html[lang="ar"] .button,
html[lang="ar"] nav {
  letter-spacing: 0;
}