@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans Arabic";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, 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, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

:root {
  --ink: #0d1317;
  --ink-soft: #30404a;
  --forest: #111c22;
  --forest-2: #1a2b34;
  --ivory: #f7f2e8;
  --paper: #fffdf8;
  --sand: #e3c58f;
  --sand-soft: #f1e6d2;
  --terracotta: #e3c58f;
  --terracotta-dark: #cda968;
  --gold: #e3c58f;
  --accent-text: #765923;
  --line: rgba(31, 52, 63, .18);
  --muted: #657680;
  --white: #fff;
  --shadow: 0 24px 70px rgba(13, 19, 23, .14);
  --shadow-soft: 0 12px 40px rgba(13, 19, 23, .08);
  --radius: 1.4rem;
  --radius-small: .75rem;
  --wrap: 1240px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; scrollbar-gutter: stable; }
body { margin: 0; overflow-x: hidden; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.72; hyphens: none; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
h1, h2, h3 { margin: 0 0 .65em; overflow-wrap: normal; word-break: normal; font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; hyphens: none; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 5.4vw, 5.6rem); }
h2 { font-size: clamp(1.9rem, 3vw, 3.2rem); }
h3 { font-size: clamp(1.28rem, 2vw, 1.75rem); }
p { margin: 0 0 1.1em; text-wrap: pretty; }
ul, ol { padding-inline-start: 1.3rem; }
svg { width: 1.15em; height: 1.15em; vertical-align: -.16em; }

.wrap { width: min(calc(100% - 3rem), var(--wrap)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: clamp(4.8rem, 9vw, 8.5rem) 0; }
.section-soft { background: var(--ivory); }
.section-dark { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 88% 8%, rgba(227, 197, 143, .08), transparent 30%), linear-gradient(118deg, #0b1015 0%, #131b22 52%, #102330 100%); }
.section-dark::before { position: absolute; top: 0; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(227, 197, 143, .55), transparent); content: ""; }
.section-dark > :not(.lux-network) { position: relative; z-index: 1; }
.section-dark .eyebrow { color: #edcb91; }
.section-dark p { color: rgba(255, 255, 255, .76); }
.eyebrow { margin-bottom: 1.2rem; color: var(--accent-text); font-size: .73rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.lead-copy { color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.12rem, 1.45vw, 1.42rem); line-height: 1.58; }
.small { color: var(--muted); font-size: .9rem; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; inset-inline-start: .75rem; padding: .75rem 1rem; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.button { display: inline-flex; min-height: 3.4rem; align-items: center; justify-content: center; gap: .65rem; padding: .88rem 1.25rem; border: 1px solid var(--terracotta); border-radius: 999px; color: var(--ink); background: linear-gradient(135deg, #ebcd96, var(--terracotta)); font-weight: 750; line-height: 1.1; text-decoration: none; box-shadow: 0 8px 22px rgba(228, 187, 120, .12); transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { background: linear-gradient(135deg, #f0d6a4, var(--terracotta-dark)); border-color: var(--terracotta-dark); box-shadow: 0 11px 28px rgba(228, 187, 120, .2); transform: translateY(-2px); }
.button:active { box-shadow: 0 5px 14px rgba(228, 187, 120, .13); transform: translateY(0) scale(.985); }
.button:focus-visible, .sticky-cta:focus-visible { outline: 0; box-shadow: 0 0 0 3px var(--ink), 0 0 0 6px var(--gold); }
.button[aria-disabled="true"], .button:disabled { opacity: .58; cursor: not-allowed; filter: saturate(.55); transform: none; }
.button svg, .text-link svg, .nav-overview svg { flex: 0 0 auto; transition: transform .24s cubic-bezier(.22, 1, .36, 1); }
.button:hover svg, .button:focus-visible svg, .text-link:hover svg, .text-link:focus-visible svg, .nav-overview:hover svg, .nav-overview:focus-visible svg { transform: translateX(.2rem); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--line); }
.button-secondary:hover { color: var(--ink); }
.button-ghost { color: white; background: rgba(255, 255, 255, .025); border-color: rgba(227, 197, 143, .45); box-shadow: none; }
.button-ghost:hover { color: white; background: rgba(227, 197, 143, .09); border-color: rgba(227, 197, 143, .72); box-shadow: none; }
.button-small { min-height: 2.7rem; padding: .72rem 1rem; font-size: .84rem; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--accent-text); font-weight: 760; text-decoration: none; }
.text-link-light { color: var(--white); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid #263b46; color: white; background: var(--ink); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(0, 0, 0, .18); }
.header-inner { display: flex; width: min(calc(100% - 2.5rem), 1380px); min-height: 5.7rem; margin-inline: auto; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; width: 9.2rem; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { width: 100%; height: 4.2rem; object-fit: contain; }
.desktop-nav { display: flex; margin-inline: auto; align-self: stretch; align-items: center; gap: .15rem; }
.nav-group { position: relative; display: flex; height: 100%; align-items: center; }
.nav-root-row { display: flex; min-height: 2.9rem; align-items: center; border-radius: .45rem; }
.nav-root-link { position: relative; display: inline-flex; min-height: 2.75rem; padding: 0 .38rem 0 .68rem; align-items: center; color: rgba(255, 255, 255, .9); font-size: .82rem; font-weight: 670; text-decoration: none; white-space: nowrap; }
.nav-root-link::after { position: absolute; right: .38rem; bottom: .28rem; left: .68rem; height: 1px; background: var(--gold); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.nav-submenu-toggle { display: grid; width: 1.9rem; min-height: 2.75rem; padding: 0; place-items: center; border: 0; border-radius: .35rem; color: white; background: transparent; cursor: pointer; }
.nav-submenu-toggle i { width: .38rem; height: .38rem; margin-top: -.18rem; border-right: 1.4px solid currentColor; border-bottom: 1.4px solid currentColor; opacity: .72; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.nav-group.is-open .nav-submenu-toggle i { margin-top: .18rem; transform: rotate(225deg); }
.nav-root-row:hover, .nav-group.is-open .nav-root-row { background: rgba(255, 255, 255, .045); }
.nav-group.is-active .nav-root-link { color: var(--gold); }
.nav-group.is-active .nav-root-link::after { opacity: .75; transform: scaleX(1); }
.nav-panel { position: absolute; z-index: 130; top: calc(100% - .6rem); left: 0; width: 19rem; max-height: calc(100dvh - 6.6rem); padding: .65rem; overflow-y: auto; overscroll-behavior: contain; border: 1px solid rgba(227, 197, 143, .25); border-radius: .8rem; background: radial-gradient(circle at 82% 12%, rgba(227, 197, 143, .08), transparent 32%), #10181e; box-shadow: 0 24px 60px rgba(0, 0, 0, .38); scrollbar-width: thin; }
.nav-panel[hidden] { display: none !important; }
.nav-group.is-wide .nav-panel { width: 34rem; }
.nav-group:nth-last-child(-n + 2) .nav-panel { right: 0; left: auto; }
.nav-overview { display: flex; min-height: 3.25rem; padding: .75rem .8rem; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(227, 197, 143, .2); color: var(--gold); font-family: var(--serif); font-size: 1.08rem; text-decoration: none; }
.nav-overview svg { flex: 0 0 auto; }
.nav-panel ul { display: grid; margin: .4rem 0 0; padding: 0; list-style: none; }
.nav-group.is-wide .nav-panel ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: .35rem; }
.nav-panel li { margin: 0; }
.nav-panel:not([hidden]) { animation: menu-reveal .18s cubic-bezier(.22, 1, .36, 1) both; transform-origin: top; }
.nav-panel li a { display: flex; min-height: 2.75rem; padding: .65rem .8rem; align-items: center; justify-content: space-between; gap: .8rem; border-radius: .42rem; color: rgba(255, 255, 255, .78); font-size: .84rem; text-decoration: none; }
.nav-panel li a span { display: grid; opacity: 0; transform: translateX(-.25rem); transition: opacity .2s ease, transform .2s ease; }
.nav-panel li a:hover, .nav-panel li a[aria-current="page"] { color: white; background: rgba(227, 197, 143, .09); }
.nav-panel li a:hover span, .nav-panel li a[aria-current="page"] span { opacity: 1; transform: none; }
.header-actions { display: flex; align-items: center; gap: .8rem; }
.language-menu { position: relative; display: block; line-height: 1.2; }
.language-dropdown { position: relative; }
.language-dropdown > summary { display: flex; width: 5.65rem; min-height: 3.05rem; padding: .2rem .75rem; align-items: center; justify-content: space-between; gap: .8rem; border: 1px solid #48565e; border-radius: .58rem; color: white; background: #10171c; font-size: .76rem; font-weight: 800; list-style: none; cursor: pointer; user-select: none; }
.language-dropdown > summary::-webkit-details-marker { display: none; }
.language-dropdown > summary:hover { border-color: #71818a; background: #141e24; }
.language-chevron { width: .42rem; height: .42rem; margin-top: -.25rem; border-right: 1.5px solid rgba(255, 255, 255, .88); border-bottom: 1.5px solid rgba(255, 255, 255, .88); transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.language-dropdown[open] .language-chevron { margin-top: .2rem; transform: rotate(225deg); }
.language-options { position: absolute; z-index: 120; top: calc(100% + .55rem); right: 0; display: grid; width: 13.5rem; padding: .45rem; border: 1px solid #354750; border-radius: .7rem; background: #11191e; box-shadow: 0 18px 45px rgba(0, 0, 0, .3); }
.language-dropdown[open] .language-options { animation: menu-reveal .18s cubic-bezier(.22, 1, .36, 1) both; transform-origin: top right; }
.language-option { display: grid; grid-template-columns: 2.2rem 1fr; min-height: 3rem; padding: .65rem .7rem; align-items: center; border-radius: .45rem; color: white; text-decoration: none; }
.language-option:hover, .language-option[aria-current="page"] { background: #1b2931; }
.language-option b { font-size: .76rem; }
.language-option small { color: rgba(255, 255, 255, .68); font-size: .72rem; }
.language-option.is-planned { color: rgba(255, 255, 255, .52); cursor: help; }
.language-option.is-planned small { color: rgba(255, 255, 255, .38); }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; color: white; background: transparent; }
.menu-toggle svg { width: 1.4rem; height: 1.4rem; }
.mobile-nav { max-height: calc(100dvh - 5.7rem); padding: 1rem 1.5rem 2rem; overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid rgba(255, 255, 255, .1); background: var(--ink); }
.mobile-nav:not([hidden]) { animation: mobile-menu-reveal .2s cubic-bezier(.22, 1, .36, 1) both; }
.mobile-primary-nav { display: grid; }
.mobile-nav-group { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.mobile-nav-group summary { display: flex; min-height: 3.65rem; padding: .85rem 0; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--serif); font-size: 1.3rem; list-style: none; cursor: pointer; }
.mobile-nav-group summary::-webkit-details-marker { display: none; }
.mobile-nav-group summary i { width: .48rem; height: .48rem; margin-inline-end: .35rem; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(45deg); transition: transform .2s ease; }
.mobile-nav-group[open] summary i { transform: rotate(225deg); }
.mobile-nav-group.is-active summary { color: var(--gold); }
.mobile-nav-children { display: grid; padding: 0; padding-block-end: .8rem; padding-inline-start: .7rem; }
.mobile-nav-children a { display: flex; min-height: 2.85rem; padding: .65rem .65rem; align-items: center; justify-content: space-between; gap: .75rem; border-radius: .4rem; color: rgba(255, 255, 255, .7); font-size: .9rem; text-decoration: none; }
.mobile-nav-children a:hover, .mobile-nav-children a[aria-current="page"] { color: white; background: rgba(227, 197, 143, .08); }
.mobile-nav-children .mobile-nav-overview { color: var(--gold); font-weight: 750; }
.mobile-contact-link { display: flex; min-height: 3.65rem; padding: .9rem 0; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .1); color: white; font-family: var(--serif); font-size: 1.3rem; text-decoration: none; }
.mobile-nav .language-menu { width: min(100%, 24rem); margin-top: 1.5rem; }
.mobile-nav .language-dropdown > summary { width: 100%; }
.mobile-nav .language-options { position: static; width: 100%; margin-top: .5rem; box-shadow: none; }

.breadcrumbs { display: flex; min-height: 3.2rem; padding: .65rem max(1.5rem, calc((100% - var(--wrap)) / 2)); align-items: center; gap: .55rem; overflow: hidden; color: var(--muted); background: var(--ivory); font-size: .78rem; white-space: nowrap; }
.breadcrumbs a { color: var(--accent-text); }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }

.hero { position: relative; display: grid; min-height: min(41rem, calc(100svh - 5.7rem)); isolation: isolate; align-items: center; overflow: hidden; color: var(--white); background: radial-gradient(circle at 12% 18%, rgba(227, 197, 143, .14), transparent 34%), linear-gradient(118deg, #0b1015 0%, #131b22 52%, #102330 100%); }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(227, 197, 143, .7) 48%, transparent 100%); content: ""; }
.hero-page { min-height: min(39rem, 76svh); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: clamp(2.5rem, 4vw, 4rem); align-items: center; }
.hero-layout.wrap { width: min(calc(100% - 3rem), 1380px); }
.hero-content, .hero-visual, .split-intro > *, .two-column > * { min-width: 0; }
.hero-content { padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.hero-content h1 { max-width: 690px; font-size: clamp(2.6rem, 3.35vw, 3.95rem); }
.hero-lead { max-width: 650px; color: rgba(255, 255, 255, .82); font-size: clamp(1.02rem, 1.5vw, 1.2rem); }
.hero .eyebrow { color: var(--gold); text-shadow: 0 1px 12px rgba(0, 0, 0, .28); }
.hero-buttons { display: flex; margin-top: 2rem; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.hero-visual { position: relative; min-height: 0; aspect-ratio: 16 / 9; align-self: center; }
.hero-visual::before, .hero-visual::after { position: absolute; z-index: 3; width: 7.5rem; height: 7.5rem; content: ""; pointer-events: none; }
.hero-visual::before { top: -1.2rem; left: -1.2rem; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); border-radius: .65rem 0 0; }
.hero-visual::after { right: -1.2rem; bottom: -1.2rem; border-right: 2px solid rgba(227, 197, 143, .6); border-bottom: 2px solid rgba(227, 197, 143, .6); border-radius: 0 0 .65rem; }
.hero-media { width: 100%; height: 100%; min-height: 0; border: 1px solid rgba(227, 197, 143, .48); border-radius: .5rem; object-fit: contain; object-position: center; background: #0b1015; box-shadow: 0 30px 80px rgba(0, 0, 0, .4); }
.hero-media-cover { object-fit: cover; }
.hero-image-shade { position: absolute; inset: 0; border-radius: .5rem; background: linear-gradient(115deg, rgba(7, 13, 18, .12), transparent 50%, rgba(227, 197, 143, .06)); pointer-events: none; }
.lux-network { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; opacity: .44; pointer-events: none; }
.hero .lux-network { opacity: .52; }
.has-lux-network { position: relative; isolation: isolate; }
.insight-band > :not(.lux-network), .quote-panel > :not(.lux-network) { position: relative; z-index: 2; }

.closing-cta { position: relative; display: grid; min-height: clamp(31rem, 56vw, 43rem); place-items: center; overflow: hidden; color: white; background: #0b1015; isolation: isolate; }
.closing-cta::after { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(16, 31, 40, .2), rgba(7, 12, 16, .88) 70%), linear-gradient(180deg, rgba(7, 12, 16, .58), rgba(7, 12, 16, .92)); content: ""; }
.closing-cta-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .42; filter: saturate(.65) contrast(1.08); }
.closing-cta .lux-network { z-index: 2; opacity: .38; }
.closing-cta-content { position: relative; z-index: 3; max-width: 900px; padding-block: clamp(5rem, 10vw, 8rem); text-align: center; }
.closing-cta-content .eyebrow { color: var(--gold); }
.closing-cta-content h2 { max-width: 860px; margin-inline: auto; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.closing-cta-content > p:not(.eyebrow) { color: rgba(255, 255, 255, .8); font-size: clamp(1rem, 1.5vw, 1.22rem); }
.closing-cta-content .button { margin-top: 1.3rem; padding-inline: 2rem; }
.closing-cta-content .closing-cta-note { margin: 1.6rem 0 0; color: rgba(255, 255, 255, .58); font-size: .88rem; }

.trust-strip { color: var(--white); background: var(--forest); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 8rem; padding: 2rem; border-left: 1px solid rgba(255, 255, 255, .12); }
.trust-grid div:last-child { border-right: 1px solid rgba(255, 255, 255, .12); }
.trust-grid strong { display: block; margin-bottom: .35rem; color: #e2bd80; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.trust-grid span { color: rgba(255, 255, 255, .72); font-size: .9rem; }

.split-intro, .two-column { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2.5rem, 8vw, 7rem); align-items: start; }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 3rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { position: relative; min-height: 20rem; padding: 2rem 1.35rem; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color .25s ease, box-shadow .25s ease; }
.feature-card::before { position: absolute; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity .25s ease, transform .35s cubic-bezier(.22, 1, .36, 1); }
.feature-card > span { display: block; margin-bottom: 3rem; color: var(--accent-text); font-weight: 800; }
.feature-card p { color: var(--muted); font-size: .92rem; }
.insight-band { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 6rem) max(1.5rem, calc((100% - 900px) / 2)); color: var(--white); background: radial-gradient(circle at 82% 18%, rgba(227, 197, 143, .12), transparent 34%), linear-gradient(118deg, #0b1015, #17232b 55%, #102330); }
.insight-band::before { position: absolute; inset: 0; background: radial-gradient(circle at 18% 80%, rgba(227, 197, 143, .08), transparent 24%); content: ""; pointer-events: none; }
.insight-band::after { position: absolute; top: 0; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); content: ""; }
.insight-band > :not(.lux-network) { position: relative; }
.insight-band .eyebrow { color: var(--gold); }
.insight-band blockquote { margin: 0 0 1.8rem; font-family: var(--serif); font-size: clamp(1.55rem, 3.1vw, 2.7rem); line-height: 1.35; }
.insight-band > p:last-child { margin: 0; color: rgba(255, 255, 255, .62); font-size: .87rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border: 1px solid rgba(255, 255, 255, .13); }
.process-grid article { position: relative; min-height: 15rem; padding: 2rem; border-right: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); transition: background-color .25s ease, border-color .25s ease; }
.process-grid article:nth-child(3n) { border-right: 0; }
.process-grid article:nth-last-child(-n + 3) { border-bottom: 0; }
.process-grid span { display: block; margin-bottom: 2.5rem; color: #e2bd80; font-family: var(--serif); font-size: 1.8rem; }
.process-grid h3 { font-size: 1.45rem; }
.process-grid p { font-size: .92rem; }

.notice { margin-top: 2rem; padding: 1.4rem; border-inline-start: 3px solid var(--gold); background: var(--ivory); }
.notice p { margin: .45rem 0 0; font-size: .9rem; }
.next-card { padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius); color: var(--white); background: var(--forest); box-shadow: var(--shadow); }
.next-card .eyebrow { color: #e2bd80; }
.next-card p { color: rgba(255, 255, 255, .78); }

.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; }
.area-grid article { padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--paper); box-shadow: 0 0 0 rgba(13, 19, 23, 0); transition: transform .25s cubic-bezier(.22, 1, .36, 1), border-color .25s ease, box-shadow .25s ease; }
.area-grid article > span { display: grid; width: 2.7rem; height: 2.7rem; margin-bottom: 2rem; place-items: center; border-radius: 50%; color: var(--accent-text); background: var(--sand-soft); }
.area-grid p { color: var(--muted); font-size: .92rem; }

.gallery-note { max-width: 780px; padding: 1rem 1.2rem; border-inline-start: 3px solid var(--gold); background: var(--ivory); }
.gallery { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 15rem; gap: 1rem; margin-top: 2.5rem; }
.gallery figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(227, 197, 143, .3); border-radius: var(--radius-small); background: var(--ink); box-shadow: 0 18px 45px rgba(13, 19, 23, .12); }
.gallery figure { grid-column: span 3; }
.gallery figure:first-child { grid-row: span 2; }
.image-button { width: 100%; height: 100%; padding: 0; border: 0; cursor: zoom-in; background: transparent; }
.image-button img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.03); transition: transform .5s ease, filter .5s ease; }
.image-button:hover img { filter: saturate(1) contrast(1.05); transform: scale(1.035); }
.gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 2.5rem 1rem .9rem; color: white; background: linear-gradient(transparent, rgba(0, 0, 0, .72)); font-size: .78rem; pointer-events: none; }
.lightbox { width: min(92vw, 1200px); padding: 0; border: 1px solid rgba(227, 197, 143, .34); border-radius: var(--radius-small); background: #0b1015; box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(5, 9, 13, .9); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; top: .75rem; right: .75rem; width: 2.8rem; height: 2.8rem; border: 0; border-radius: 50%; color: white; background: rgba(0, 0, 0, .72); cursor: pointer; }

.source-box { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; padding: clamp(1.8rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.source-box > div:first-child { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 50%; color: var(--forest); background: var(--sand); }
.source-box h2 { font-size: 2rem; }
.source-box li { margin: .55rem 0; }
.source-box a { color: var(--accent-text); font-weight: 680; }

.faq-list { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; padding: 1.4rem 0; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-family: var(--serif); font-size: 1.3rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary { transition: color .2s ease, padding-left .2s ease; }
.faq-list summary span { display: grid; width: 2rem; height: 2rem; flex: 0 0 auto; place-items: center; border: 1px solid rgba(118, 89, 35, .28); border-radius: 50%; color: var(--accent-text); background: transparent; font-family: var(--sans); font-size: 1.15rem; transition: transform .24s cubic-bezier(.22, 1, .36, 1), background-color .2s ease, border-color .2s ease; }
.faq-list details[open] summary span { border-color: rgba(118, 89, 35, .5); background: var(--sand-soft); transform: rotate(45deg); }
.faq-list details > div { padding: 0 2.5rem 1.4rem 0; color: var(--muted); }
.faq-list details[open] > div { animation: faq-reveal .3s cubic-bezier(.22, 1, .36, 1) both; }

.map-card { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 37rem; overflow: hidden; border: 1px solid rgba(227, 197, 143, .24); border-radius: var(--radius); color: white; background: #0b1015; box-shadow: 0 28px 75px rgba(13, 19, 23, .2); }
.map-copy { display: flex; padding: clamp(2rem, 5vw, 4.5rem); flex-direction: column; justify-content: center; }
.map-copy .eyebrow, .map-copy .text-link { color: var(--gold); }
.map-copy p { color: rgba(255, 255, 255, .7); }
.morocco-map { position: relative; min-height: 37rem; overflow: hidden; background: radial-gradient(circle at 58% 35%, rgba(227, 197, 143, .15), transparent 42%), linear-gradient(145deg, #111a21, #0b1319 60%, #102330); }
.morocco-map::before { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(227, 197, 143, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(227, 197, 143, .08) 1px, transparent 1px); background-size: 3rem 3rem; content: ""; mask-image: linear-gradient(to bottom right, transparent, black 30%, black 72%, transparent); }
.map-canvas { position: absolute; top: 50%; left: 50%; width: min(96%, 48rem); aspect-ratio: 480 / 430; transform: translate(-50%, -50%); }
.map-canvas > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-coast-glow { fill: none; stroke: rgba(227, 197, 143, .22); stroke-width: 7; filter: url(#mapGlow); }
.map-shape { fill: url(#mapLand); stroke: #f0d7a8; stroke-width: 1.4; stroke-linejoin: round; }
.map-high-atlas { fill: none; stroke: rgba(58, 42, 19, .48); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 2 5; }
.map-high-atlas-label { fill: rgba(38, 29, 18, .78); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .06em; paint-order: stroke; stroke: rgba(238, 210, 158, .72); stroke-width: 3px; }
.map-method { display: block; margin-top: 2rem; color: rgba(255, 255, 255, .46); font-size: .7rem; }
.map-pin { position: absolute; z-index: 2; top: calc(var(--y) * 1%); left: calc(var(--x) * 1%); display: grid; place-items: center; color: white; font-size: .68rem; font-weight: 800; text-decoration: none; transform: translate(-50%, -50%); }
.map-pin span { display: block; width: .82rem; height: .82rem; border: 2px solid #fff8ea; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(227, 197, 143, .14), 0 0 16px rgba(227, 197, 143, .65); transition: transform .2s ease, background .2s ease; }
.map-pin b { position: absolute; top: 1.05rem; left: 50%; display: block; margin: 0; padding: .22rem .48rem; border: 1px solid rgba(227, 197, 143, .3); border-radius: .32rem; color: white; background: rgba(8, 14, 19, .86); box-shadow: 0 6px 18px rgba(0, 0, 0, .2); backdrop-filter: blur(6px); transform: translateX(-50%); white-space: nowrap; }
.map-pin-tanger b { top: .85rem; left: -4.35rem; transform: none; }
.map-pin-tetouan b { top: .95rem; left: .8rem; transform: none; }
.map-pin-rabat b { top: -1.9rem; left: -3rem; transform: none; }
.map-pin-casablanca b { top: .85rem; left: -4.5rem; transform: none; }
.map-pin-meknes b { top: -2.05rem; left: -2.7rem; transform: none; }
.map-pin-fes b { top: .8rem; left: .8rem; transform: none; }
.map-pin-midelt b { top: .8rem; left: .8rem; transform: none; }
.map-pin-marrakesch b { top: -2.05rem; left: .8rem; transform: none; }
.map-pin-essaouira b, .map-pin-agadir b { top: .8rem; left: -3.8rem; transform: none; }
.map-pin:hover span, .map-pin.is-active span { background: white; transform: scale(1.35); }
.map-pin:hover b, .map-pin.is-active b { color: var(--ink); background: var(--gold); }

.cards-3, .cards-4 { display: grid; gap: 1rem; margin-top: 2.5rem; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.link-card { display: flex; min-height: 18rem; padding: 1.8rem; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--paper); text-decoration: none; transition: transform .25s cubic-bezier(.22, 1, .36, 1), border-color .25s ease, box-shadow .25s ease; }
.link-card:hover, .link-card:focus-visible { border-color: rgba(118, 89, 35, .34); box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.link-card .card-number { margin-bottom: auto; color: var(--accent-text); font-weight: 800; }
.link-card p { color: var(--muted); font-size: .92rem; }
.link-card .text-link { margin-top: auto; }

.region-showcase { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 13rem; gap: .75rem; margin-top: 2.5rem; }
.region-tile { position: relative; display: flex; grid-column: span 2; padding: 1.4rem; align-items: flex-end; overflow: hidden; border: 1px solid rgba(227, 197, 143, .27); border-radius: var(--radius-small); color: white; text-decoration: none; box-shadow: 0 16px 42px rgba(13, 19, 23, .12); isolation: isolate; }
.region-tile:first-child, .region-tile:nth-child(2) { grid-column: span 3; grid-row: span 2; }
.region-tile img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.region-tile::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(transparent 25%, rgba(7, 13, 18, .9)); content: ""; }
.region-tile:hover img, .region-tile:focus-visible img { transform: scale(1.04); }
.region-tile h3 { margin: 0; font-size: 1.55rem; }
.region-tile p { margin: .25rem 0 0; color: rgba(255, 255, 255, .78); font-size: .76rem; }

.quote-panel { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(227, 197, 143, .35); border-radius: var(--radius); color: white; background: radial-gradient(circle at 85% 18%, rgba(227, 197, 143, .13), transparent 32%), linear-gradient(135deg, #0b1015, #15232c); }
.quote-panel::before { position: absolute; top: 0; right: 18%; left: 18%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); content: ""; }
.quote-panel .eyebrow { color: var(--gold); }
.quote-panel blockquote { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.6rem); line-height: 1.35; }
.brand-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.brand-panel { display: grid; min-height: 20rem; padding: 2rem; place-items: center; border-radius: var(--radius); background: var(--ivory); }
.brand-panel.dark { background: #3d3d3d; }
.brand-panel img { max-width: 76%; max-height: 15rem; object-fit: contain; }
.profile-card { display: grid; grid-template-columns: minmax(20rem, .88fr) minmax(0, 1.12fr); overflow: hidden; border: 1px solid rgba(227, 197, 143, .26); border-radius: var(--radius); background: linear-gradient(135deg, #101a20, #13242d); color: white; box-shadow: var(--shadow); }
.profile-visual { position: relative; min-height: 38rem; margin: 0; overflow: hidden; background: #171e22; isolation: isolate; }
.profile-visual::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7, 12, 16, .78)); content: ""; pointer-events: none; }
.profile-visual .profile-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profile-brand { position: absolute; z-index: 2; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; display: flex; min-height: 6.2rem; padding: .8rem 1rem; align-items: center; gap: 1rem; border: 1px solid rgba(227, 197, 143, .36); border-radius: .75rem; background: rgba(11, 17, 21, .88); backdrop-filter: blur(10px); }
.profile-brand img { width: 5.5rem; height: 4.8rem; object-fit: contain; flex: 0 0 auto; }
.profile-brand span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.profile-copy { padding: clamp(2rem, 5vw, 4.5rem); }
.profile-copy p { color: rgba(255, 255, 255, .78); }

.directory-group { display: grid; grid-template-columns: minmax(16rem, .65fr) minmax(0, 1.35fr); gap: clamp(2rem, 5vw, 5rem); padding: 3.5rem 0; border-top: 1px solid var(--line); }
.directory-group:first-of-type { margin-top: 4rem; }
.directory-group h2 { font-size: clamp(1.8rem, 2.6vw, 2.7rem); }
.directory-group ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; gap: .65rem; list-style: none; }
.directory-group li { min-width: 0; }
.directory-group a { display: flex; min-height: 4rem; padding: .8rem 1rem; align-items: center; justify-content: space-between; gap: .8rem; border: 1px solid var(--line); border-radius: .55rem; background: var(--paper); color: var(--ink); font-size: .86rem; font-weight: 680; line-height: 1.35; text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.directory-group a:hover, .directory-group a:focus-visible { border-color: rgba(118, 89, 35, .42); box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.directory-group a svg { flex: 0 0 auto; color: var(--accent-text); }
.directory-group a span { min-width: 0; overflow-wrap: break-word; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.contact-aside { position: sticky; top: 8rem; }
.contact-aside ul { padding: 0; list-style: none; }
.contact-aside li { padding: .9rem 0; border-bottom: 1px solid var(--line); }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius); background: var(--ivory); box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field-full { grid-column: 1 / -1; }
.field label, .fieldset-label { font-size: .82rem; font-weight: 760; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.3rem; padding: .82rem .9rem; border: 1px solid rgba(23, 32, 29, .22); border-radius: .45rem; color: var(--ink); background: var(--paper); }
.field textarea { min-height: 10rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terracotta-dark); outline: 2px solid rgba(228, 187, 120, .24); }
.required { color: var(--accent-text); }
.checkbox { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; font-size: .86rem; }
.checkbox input { width: 1.15rem; height: 1.15rem; margin-top: .2rem; accent-color: var(--terracotta); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { display: none; margin-top: 1rem; padding: .9rem 1rem; border-radius: .45rem; }
.form-status.is-visible { display: block; }
.form-status.is-success { color: #4f3d1c; background: #f2e8d5; }
.form-status.is-error { color: #5b471e; background: #f4ead6; }
.form-meta { margin-top: 1rem; color: var(--muted); font-size: .78rem; }

.legal-page { padding: clamp(4rem, 8vw, 7rem) 0; }
.legal-page .narrow > h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); }
.legal-page a, .source-box a, .site-footer a[href^="mailto:"], .site-footer a[href^="tel:"] { overflow-wrap: anywhere; }
.legal-block { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.legal-block h2 { font-size: 2rem; }
.legal-logo { width: min(100%, 330px); height: auto; max-height: 15rem; margin: 2rem 0; padding: 1.25rem; object-fit: contain; object-position: center; border-radius: var(--radius-small); background: #3d3d3d; }

.site-footer { padding: 5rem max(1.5rem, calc((100% - var(--wrap)) / 2)) 1.5rem; color: white; background: #0a1014; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 3rem; }
.footer-grid h2 { color: #d8b579; font-family: var(--sans); font-size: .73rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { display: block; margin: .7rem 0; color: rgba(255, 255, 255, .76); font-size: .9rem; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-brand img { width: 10rem; height: 6.5rem; object-fit: contain; }
.footer-brand p { max-width: 320px; color: rgba(255, 255, 255, .62); font-size: .9rem; }
.cookie-status { margin-top: 1rem; color: rgba(255, 255, 255, .56); font-size: .74rem; }
.cookie-status span { display: inline-block; width: .5rem; height: .5rem; margin-inline-end: .35rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px rgba(227, 197, 143, .45); }
.footer-bottom { display: flex; margin-top: 4rem; padding-top: 1.2rem; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .47); font-size: .74rem; }
.footer-bottom p { margin: 0; }
.sticky-cta { position: fixed; z-index: 90; inset-inline-end: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); display: inline-flex; min-height: 3.35rem; padding: .88rem 1.2rem; align-items: center; gap: .5rem; border: 1px solid rgba(255, 253, 248, .58); border-radius: 999px; color: var(--ink); background: linear-gradient(135deg, #efd49e, var(--terracotta)); box-shadow: 0 12px 34px rgba(0, 0, 0, .26); font-weight: 780; text-decoration: none; opacity: 0; visibility: hidden; transform: translateY(1rem); pointer-events: none; transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease; }
.sticky-cta.is-visible { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.sticky-cta.is-context-hidden { opacity: 0; visibility: hidden; transform: translateY(1rem); pointer-events: none; }

@keyframes menu-reveal {
  from { opacity: 0; transform: translateY(-.35rem) scale(.99); }
  to { opacity: 1; transform: none; }
}

@keyframes mobile-menu-reveal {
  from { opacity: 0; transform: translateY(-.45rem); }
  to { opacity: 1; transform: none; }
}

@keyframes faq-reveal {
  from { opacity: .35; transform: translateY(-.35rem); }
  to { opacity: 1; transform: none; }
}

@media (hover: hover) and (pointer: fine) {
  .feature-card:hover { background: linear-gradient(180deg, rgba(227, 197, 143, .08), transparent 42%); box-shadow: inset 0 14px 28px rgba(227, 197, 143, .035); }
  .feature-card:hover::before { opacity: .85; transform: scaleX(1); }
  .process-grid article:hover { border-color: rgba(227, 197, 143, .25); background: rgba(227, 197, 143, .045); }
  .area-grid article:hover { border-color: rgba(118, 89, 35, .3); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
  .faq-list summary:hover { color: var(--accent-text); padding-inline-start: .35rem; }
  .sticky-cta:hover { box-shadow: 0 14px 34px rgba(0, 0, 0, .28); transform: translateY(-2px); }
}

html[dir="rtl"] body { direction: rtl; }
html[dir="rtl"] .eyebrow { letter-spacing: 0; }
html[dir="rtl"] .button svg,
html[dir="rtl"] .text-link svg,
html[dir="rtl"] .nav-overview svg,
html[dir="rtl"] .mobile-nav-children svg { transform: scaleX(-1); }
html[dir="rtl"] .button:hover svg,
html[dir="rtl"] .button:focus-visible svg,
html[dir="rtl"] .text-link:hover svg,
html[dir="rtl"] .text-link:focus-visible svg,
html[dir="rtl"] .nav-overview:hover svg,
html[dir="rtl"] .nav-overview:focus-visible svg { transform: translateX(-.2rem) scaleX(-1); }
html[dir="rtl"] .nav-panel { right: 0; left: auto; }
html[dir="rtl"] .nav-group:nth-last-child(-n + 2) .nav-panel { right: auto; left: 0; }
html[dir="rtl"] .language-options { right: auto; left: 0; transform-origin: top left; }
html[dir="rtl"] .feature-grid { border-right: 1px solid var(--line); border-left: 0; }
html[dir="rtl"] .feature-card { border-right: 0; border-left: 1px solid var(--line); }
html[dir="rtl"] .process-grid article { border-right: 0; border-left: 1px solid rgba(255, 255, 255, .13); }
html[dir="rtl"] .process-grid article:nth-child(3n) { border-left: 0; }
html[dir="rtl"] .morocco-map,
html[dir="rtl"] .map-canvas,
html[dir="rtl"] [type="email"],
html[dir="rtl"] [type="tel"],
html[dir="rtl"] .legal-page a[href^="mailto:"],
html[dir="rtl"] .legal-page a[href^="tel:"] { direction: ltr; text-align: left; }
html[dir="rtl"] .map-pin b { direction: rtl; text-align: right; }
html[lang="ar"] body, html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { line-height: 1.25; letter-spacing: 0; }

.not-found { display: grid; min-height: 70vh; place-items: center; padding: 4rem 1.5rem; text-align: center; }
.not-found h1 { font-size: clamp(4rem, 14vw, 10rem); color: var(--terracotta); }

@media (max-width: 1320px) {
  .desktop-nav { display: none; }
  .header-actions { margin-inline-start: auto; }
  .menu-toggle { display: grid; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:last-child { grid-column: span 2; min-height: auto; }
  .area-grid, .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 960px) {
  .hero, .hero-page { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 0; padding-block: 1.5rem 4.5rem; }
  .hero-content { padding-block: 4rem 2.5rem; }
  .hero-visual { min-height: 0; }
  .lux-network, .hero .lux-network { opacity: .4; }
  .closing-cta .lux-network { opacity: .31; }
}

@media (max-width: 760px) {
  body { font-size: .98rem; }
  .wrap { width: min(calc(100% - 2rem), var(--wrap)); }
  .section { padding: 4.5rem 0; }
  .header-inner { width: calc(100% - 1.25rem); min-height: 4.8rem; gap: .5rem; }
  .brand { width: 7.1rem; }
  .brand img { height: 3.5rem; }
  .header-actions > .button { display: none; }
  .mobile-nav { max-height: calc(100dvh - 4.8rem); }
  .mobile-nav { height: calc(100dvh - 4.8rem); }
  body.menu-open .sticky-cta { display: none; }
  .hero-layout.wrap { width: calc(100% - 2rem); padding-block: .5rem 3.5rem; }
  .hero-content { padding-block: 3.6rem 2.2rem; }
  .hero-content h1 { max-width: 18ch; font-size: clamp(2.25rem, 10vw, 3.25rem); hyphens: none; overflow-wrap: normal; word-break: normal; }
  .hero-visual { min-height: 0; }
  .hero-visual::before { top: -.65rem; left: -.65rem; width: 4.5rem; height: 4.5rem; }
  .hero-visual::after { right: -.65rem; bottom: -.65rem; width: 4.5rem; height: 4.5rem; }
  .lux-network, .hero .lux-network, .closing-cta .lux-network { opacity: .28; }
  .closing-cta { min-height: 34rem; }
  .closing-cta-content h2 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div { min-height: 7rem; padding: 1.25rem; }
  .split-intro, .two-column, .map-card, .contact-layout, .profile-card, .directory-group { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:last-child { grid-column: auto; min-height: auto; }
  .feature-card > span { margin-bottom: 1.5rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:nth-child(3n), .process-grid article:nth-last-child(-n + 3) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-grid span { margin-bottom: 1.4rem; }
  .area-grid, .cards-3, .cards-4 { grid-template-columns: 1fr; }
  .directory-group ul { grid-template-columns: 1fr; }
  .link-card { min-height: 13.5rem; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 16rem; }
  .gallery figure, .gallery figure:first-child { grid-column: auto; grid-row: auto; }
  .source-box { grid-template-columns: 1fr; }
  .morocco-map { min-height: 32rem; }
  .map-canvas { width: min(100%, 34rem); }
  .map-pin { font-size: .58rem; }
  .map-pin b { padding: .16rem .32rem; }
  .map-pin-marrakesch b { top: -.5rem; }
  .map-pin b { backdrop-filter: none; }
  .region-showcase { grid-template-columns: 1fr; grid-auto-rows: 17rem; }
  .region-tile, .region-tile:first-child, .region-tile:nth-child(2) { grid-column: auto; grid-row: auto; }
  .brand-pair { grid-template-columns: 1fr; }
  .brand-panel { min-height: 15rem; }
  .profile-visual { min-height: 21rem; }
  .contact-aside { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.2rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .sticky-cta { min-height: 3.15rem; padding: .8rem 1rem; }
}

@media (max-width: 430px) {
  .language-dropdown > summary { width: 5.2rem; min-height: 2.85rem; padding-inline: .65rem; }
  h2 { font-size: clamp(1.5rem, 7vw, 2.1rem); }
  h3 { font-size: clamp(1.15rem, 5.6vw, 1.55rem); }
  .hero-content h1 { max-width: 100%; font-size: clamp(1.55rem, 7.6vw, 2.45rem); letter-spacing: -.035em; }
  .legal-page .narrow > h1 { font-size: clamp(1.7rem, 7.8vw, 2.35rem); }
  .closing-cta-content h2 { font-size: clamp(1.85rem, 8.6vw, 2.65rem); }
  .morocco-map { min-height: 24rem; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; gap: .85rem; }
  .hero-buttons .button, .hero-buttons .text-link { width: 100%; justify-content: center; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

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

@media print {
  .site-header, .sticky-cta, .hero-buttons, .site-footer { display: none !important; }
  .hero { min-height: 0; color: black; }
  .hero-visual, .lux-network { display: none; }
  .hero-content { padding: 2rem 0; }
}
