:root {
  --navy: #072f47;
  --navy-deep: #052639;
  --atlantic: #0a5870;
  --gold: #dda329;
  --gold-soft: #f0c462;
  --terracotta: #cf4029;
  --ivory: #f5f0e6;
  --paper: #fffdf9;
  --white: #ffffff;
  --muted: #68727a;
  --line: rgba(7, 47, 71, .16);
  --shadow: 0 22px 60px rgba(7, 47, 71, .11);
  --font: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, summary { font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
main { overflow: hidden; }
.shell { width: min(1420px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 118px 0; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.skip-link { position: fixed; inset-block-start: 8px; inset-inline-start: 8px; z-index: 200; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.ministry-bar { background: var(--navy-deep); color: rgba(255,255,255,.78); border-bottom: 2px solid var(--terracotta); font-size: 10px; letter-spacing: .055em; text-transform: uppercase; }
.ministry-bar__inner { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 11px; text-align: center; }
.ministry-dot { width: 7px; height: 7px; flex: 0 0 auto; background: var(--terracotta); transform: rotate(45deg); }
.ministry-bar a { margin-inline-start: auto; color: var(--gold-soft); font-weight: 800; white-space: nowrap; }
.ministry-bar a span { margin-inline-start: 6px; }

.site-header { position: relative; z-index: 80; background: rgba(255,253,249,.98); border-bottom: 1px solid var(--line); }
.site-header::after { content: ""; position: absolute; inset-inline: 0; bottom: -1px; height: 3px; background: linear-gradient(90deg, var(--navy) 0 64%, var(--gold) 64% 84%, var(--terracotta) 84% 100%); }
.site-header__inner { min-height: 102px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 345px; }
.brand-mark { width: 58px; height: 70px; flex: 0 0 auto; object-fit: contain; mix-blend-mode: multiply; }
.brand__text { display: flex; flex-direction: column; line-height: 1.22; }
.brand__text strong { max-width: 275px; font-size: 14px; font-weight: 780; letter-spacing: -.02em; }
.brand__text small { margin-top: 6px; color: var(--terracotta); font-size: 9px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.desktop-nav { margin-inline-start: auto; display: flex; align-items: center; gap: clamp(16px, 1.6vw, 30px); }
.desktop-nav a { position: relative; font-size: 11px; font-weight: 760; letter-spacing: .035em; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline-start: 0; inset-inline-end: 100%; bottom: -9px; height: 2px; background: var(--terracotta); transition: inset-inline-end .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { inset-inline-end: 0; }
.language-switcher { position: relative; }
.language-switcher summary { width: 58px; height: 42px; display: flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); cursor: pointer; list-style: none; font-size: 10px; font-weight: 850; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher[open] summary { background: var(--navy); color: var(--white); }
.language-switcher__panel { width: 184px; position: absolute; top: calc(100% + 12px); inset-inline-end: 0; padding: 7px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.language-switcher__panel a { display: flex; align-items: center; gap: 12px; padding: 9px 10px; color: var(--muted); font-size: 12px; }
.language-switcher__panel a:hover, .language-switcher__panel a[aria-current="page"] { background: var(--ivory); color: var(--navy); }
.language-switcher__panel a span { width: 28px; color: var(--terracotta); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.mobile-menu { display: none; position: relative; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 27px; border: 1px solid transparent; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--navy-deep); }
.button--gold:hover { background: var(--gold-soft); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.36); color: var(--white); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.text-link--dark { color: var(--navy); border-color: rgba(7,47,71,.34); }
.eyebrow { margin: 0 0 23px; color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 36px; height: 4px; margin-inline-end: 12px; margin-bottom: 2px; background: linear-gradient(90deg, currentColor 0 70%, var(--terracotta) 70% 100%); }
.section-heading { max-width: 900px; }
.section-heading h2, .about h2, .territory h2, .amendments h2 { margin: 0; font-size: clamp(40px, 3.8vw, 59px); font-weight: 780; line-height: 1.08; letter-spacing: -.05em; }
.section-heading .section-intro { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 16px; }
.section-heading--light h2 { color: var(--white); }
.section-heading--light .section-intro { color: rgba(255,255,255,.64); }

.hero { position: relative; min-height: 730px; background: var(--navy-deep); color: var(--white); }
.hero::before { content: ""; position: absolute; inset-block: 0; inset-inline-start: 0; width: 7px; background: linear-gradient(to bottom, var(--terracotta) 0 30%, var(--gold) 30% 68%, var(--white) 68% 100%); }
.hero__grid { min-height: 730px; display: grid; grid-template-columns: 45% 55%; align-items: center; }
.hero__copy { padding: 80px 76px 80px 0; }
[dir="rtl"] .hero__copy { padding: 80px 0 80px 76px; }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(52px, 4.8vw, 78px); font-weight: 790; line-height: 1.01; letter-spacing: -.055em; }
.hero h1 span { display: block; color: var(--gold-soft); }
.hero__intro { max-width: 630px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.75; }
.hero__actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.hero__signatures { margin-top: 52px; display: flex; flex-wrap: wrap; gap: 23px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 750; letter-spacing: .105em; text-transform: uppercase; }
.hero__signatures span:not(:last-child)::after { content: "◆"; margin-inline-start: 23px; color: var(--gold); font-size: 7px; }
.hero__visual { height: 100%; position: relative; padding: 62px 0 84px; }
.hero__frame { height: 100%; min-height: 560px; position: relative; overflow: hidden; background: var(--atlantic); clip-path: polygon(72px 0,100% 0,100% calc(100% - 38px),calc(100% - 38px) 100%,0 100%,0 72px); }
[dir="rtl"] .hero__frame { clip-path: polygon(0 0,calc(100% - 72px) 0,100% 72px,100% 100%,38px 100%,0 calc(100% - 38px)); }
.hero__frame::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 7px; background: linear-gradient(90deg, var(--navy) 0 58%, var(--gold) 58% 82%, var(--terracotta) 82% 100%); }
.hero__frame img { height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.76) contrast(1.08); }
.hero__image-tint { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(7,47,71,.04), rgba(7,47,71,.62)); }
.hero__note { position: absolute; inset-inline-start: -52px; bottom: 48px; width: 420px; display: flex; gap: 17px; padding: 24px 22px; background: var(--paper); color: var(--navy); border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.hero__note-index { display: flex; align-items: center; padding-inline-end: 16px; border-inline-end: 1px solid var(--line); color: var(--terracotta); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.hero__note strong { font-size: 16px; font-weight: 820; }
.hero__note p { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.trust-strip { background: linear-gradient(rgba(245,240,230,.92),rgba(245,240,230,.95)), url("/background-engagements.jpg") center/cover; border-bottom: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-strip article { min-height: 122px; position: relative; display: flex; align-items: center; gap: 19px; padding: 24px 32px; border-inline-start: 1px solid var(--line); }
.trust-strip article:last-child { border-inline-end: 1px solid var(--line); }
.trust-strip article::before { content: ""; position: absolute; inset-inline: 0; top: 0; height: 3px; background: var(--navy); }
.trust-strip article:nth-child(2)::before { background: var(--gold); }
.trust-strip article:nth-child(3)::before { background: var(--terracotta); }
.trust-strip article > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--terracotta); font-size: 9px; font-weight: 850; }
.trust-strip article div { display: flex; flex-direction: column; }
.trust-strip strong { font-size: 16px; font-weight: 800; }
.trust-strip small { color: var(--muted); font-size: 11px; line-height: 1.45; }

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: 53% 47%; align-items: center; }
.about__visual { position: relative; padding-inline-end: 72px; }
.about__visual::before { content: ""; position: absolute; width: 150px; height: 150px; inset-inline-start: -30px; top: -30px; border-top: 8px solid var(--gold); border-inline-start: 8px solid var(--terracotta); }
.about__visual > img { position: relative; height: 540px; object-fit: cover; clip-path: polygon(0 0,100% 0,100% calc(100% - 42px),calc(100% - 42px) 100%,0 100%); filter: saturate(.8) contrast(1.04); }
.about__caption { position: absolute; inset-inline-end: 0; bottom: -34px; width: 285px; padding: 28px; background: var(--navy); color: var(--white); border-inline-start: 5px solid var(--gold); box-shadow: var(--shadow); }
.about__caption span { color: var(--gold-soft); font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.about__caption p { margin: 8px 0 0; font-size: 18px; font-weight: 720; line-height: 1.4; }
.about__copy { padding-inline-start: 64px; }
.about__copy .lead { margin: 27px 0 18px; font-size: 20px; font-weight: 680; line-height: 1.5; }
.about__copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.about blockquote { margin: 32px 0 0; padding: 24px 0 0 20px; display: flex; gap: 18px; border-top: 1px solid var(--line); border-inline-start: 4px solid var(--terracotta); }
[dir="rtl"] .about blockquote { padding: 24px 20px 0 0; }
.about blockquote span { color: var(--terracotta); font-size: 44px; font-weight: 850; line-height: .8; }
.about blockquote p { margin: 0; max-width: 440px; font-size: 15px; font-weight: 720; }

.missions { background: linear-gradient(rgba(7,47,71,.9),rgba(5,38,57,.96)), url("/background-missions.jpg") center/cover; color: var(--white); }
.missions .section-heading { max-width: 1050px; }
.mission-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid rgba(255,255,255,.16); }
.mission-grid article { min-height: 326px; position: relative; padding: 38px 32px; border-inline-start: 1px solid rgba(255,255,255,.16); }
.mission-grid article:last-child { border-inline-end: 1px solid rgba(255,255,255,.16); }
.mission-grid article::before { content: ""; position: absolute; inset-inline: 0; top: 0; height: 5px; background: var(--gold); }
.mission-grid article:first-child::before, .mission-grid article:last-child::before { background: var(--terracotta); }
.mission-number { color: var(--gold-soft); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.mission-grid h3 { margin: 54px 0 17px; font-size: 27px; line-height: 1.15; }
.mission-grid p { color: rgba(255,255,255,.6); font-size: 13px; }
.mission-arrow { position: absolute; inset-inline-end: 28px; bottom: 27px; width: 31px; height: 31px; display: grid; place-items: center; background: var(--gold-soft); color: var(--navy); }

.experiences { background: linear-gradient(rgba(255,253,249,.93),rgba(255,253,249,.98)), url("/background-directory.jpg") center top/cover; }
.experience-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(4,1fr); gap: 19px; }
.experience-card { min-width: 0; background: var(--white); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.experience-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.experience-card__image { height: 285px; position: relative; background-image: url("/experiences/collection.jpg"); background-size: 400% 200%; background-repeat: no-repeat; filter: saturate(.82) contrast(1.04); }
.experience-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,38,57,.55),transparent 48%); }
.experience-card__image span { position: absolute; z-index: 1; inset-inline-end: 16px; bottom: 13px; color: var(--white); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.experience-card__image--1 { background-position: 0 0; }
.experience-card__image--2 { background-position: 33.333% 0; }
.experience-card__image--3 { background-position: 66.666% 0; }
.experience-card__image--4 { background-position: 100% 0; }
.experience-card__image--5 { background-position: 0 100%; }
.experience-card__image--6 { background-position: 33.333% 100%; }
.experience-card__image--7 { background-position: 66.666% 100%; }
.experience-card__image--8 { background-position: 100% 100%; }
.experience-card__body { min-height: 348px; display: flex; flex-direction: column; padding: 28px 25px 24px; }
.experience-card__category { color: var(--terracotta); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.experience-card h3 { margin: 10px 0 15px; font-size: 23px; line-height: 1.18; letter-spacing: -.025em; }
.experience-card p { margin: 0; color: var(--muted); font-size: 13px; }
.experience-card__guide { margin-top: auto; padding-top: 20px; display: flex; align-items: center; gap: 9px; border-top: 1px solid var(--line); color: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.experience-card__guide span { color: var(--gold); font-size: 7px; }
.experience-card__cta { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--terracotta); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.experience-card__cta:hover { color: var(--navy); }

.legal-teaser { background: var(--navy); color: var(--white); }
.legal-teaser__grid { display: grid; grid-template-columns: 58% 42%; gap: 80px; align-items: center; }
.legal-teaser .button { margin-top: 36px; }
.legal-teaser ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.legal-teaser li { min-height: 92px; display: flex; align-items: center; gap: 23px; border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 720; }
.legal-teaser li span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(240,196,98,.55); color: var(--gold-soft); font-size: 9px; font-weight: 850; }

.territory { background: var(--navy-deep); color: var(--white); }
.territory__image { min-height: 405px; background: linear-gradient(to bottom,transparent 42%,var(--navy-deep)), url("/hassan-ii-sunset.jpg") center 45%/cover; filter: saturate(.78); }
.territory__content { margin-top: -90px; position: relative; display: grid; grid-template-columns: 48% 52%; padding-bottom: 110px; }
.territory__intro { padding: 62px 68px 0 0; }
[dir="rtl"] .territory__intro { padding: 62px 0 0 68px; }
.territory__intro > p:last-child { max-width: 520px; margin-top: 25px; color: rgba(255,255,255,.62); }
.territory-list { border-top: 1px solid rgba(255,255,255,.18); }
.territory-list article { min-height: 112px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.territory-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(240,196,98,.48); color: var(--gold-soft); font-size: 9px; font-weight: 850; }
.territory-list h3 { margin: 0; font-size: 20px; line-height: 1.2; }
.territory-list p { margin: 5px 0 0; color: rgba(255,255,255,.52); font-size: 11px; }

.announcements { background: var(--paper); }
.announcement-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.announcement-grid article { min-height: 310px; position: relative; padding: 36px 38px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--gold); }
.announcement-grid article:nth-child(2) { border-top-color: var(--terracotta); }
.announcement-grid article > div { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.announcement-grid article > div span { color: var(--terracotta); }
.announcement-grid h3 { max-width: 580px; margin: 56px 0 17px; font-size: 29px; line-height: 1.15; letter-spacing: -.03em; }
.announcement-grid p { max-width: 650px; margin: 0; color: var(--muted); }

.ministry { background: linear-gradient(rgba(245,240,230,.91),rgba(245,240,230,.96)), url("/background-partnership.jpg") center/cover; }
.ministry__grid { display: grid; grid-template-columns: 37% 63%; align-items: center; gap: 70px; }
.ministry__identity { min-height: 290px; display: flex; align-items: center; padding: 48px; background: rgba(255,255,255,.78); border: 1px solid var(--line); border-top: 6px solid var(--navy); box-shadow: var(--shadow); }
.ministry__identity img { object-fit: contain; }
.tutela-notice { margin: 30px 0 24px; padding: 18px 20px; display: flex; gap: 12px; background: rgba(221,163,41,.13); border-inline-start: 4px solid var(--gold); font-size: 13px; font-weight: 730; }
.tutela-notice span { color: var(--terracotta); }

.contact { background: var(--navy); color: var(--white); }
.contact__grid { display: grid; grid-template-columns: 47% 53%; gap: 80px; align-items: center; }
.contact .button { margin-top: 34px; }
.contact address { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid rgba(255,255,255,.18); border-inline-start: 1px solid rgba(255,255,255,.18); font-style: normal; }
.contact address > a, .contact address > div { min-height: 142px; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 25px 28px; border-inline-end: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.contact address > a:hover { background: rgba(255,255,255,.05); }
.contact address span { color: var(--gold-soft); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact address strong { overflow-wrap: anywhere; font-size: 15px; font-weight: 680; line-height: 1.45; }

.footer { position: relative; background: var(--navy-deep); color: var(--white); }
.footer::before { content: ""; position: absolute; inset-inline: 0; top: 0; height: 5px; background: linear-gradient(90deg,var(--navy) 0 58%,var(--gold) 58% 82%,var(--terracotta) 82% 100%); }
.footer__top { padding: 74px 0 60px; display: grid; grid-template-columns: 40% 60%; gap: 50px; }
.brand--footer .brand-mark { padding: 4px; background: var(--white); mix-blend-mode: normal; }
.brand--footer .brand__text strong { color: var(--white); }
.footer__top > div:first-child > p { max-width: 420px; margin: 22px 0 0; color: rgba(255,255,255,.56); font-size: 13px; }
.footer__nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.footer__nav > div { display: flex; flex-direction: column; gap: 9px; }
.footer__nav strong { margin-bottom: 8px; color: var(--gold-soft); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer__nav a { color: rgba(255,255,255,.63); font-size: 12px; }
.footer__nav a:hover { color: var(--white); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer__bottom .shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.44); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.law-hero { position: relative; padding: 72px 0 95px; background: var(--navy-deep); color: var(--white); }
.law-hero .shell { position: relative; }
.back-link { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 62px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.law-hero h1 { max-width: 1060px; margin: 0; font-size: clamp(48px,5.4vw,78px); line-height: 1.02; letter-spacing: -.055em; }
.law-hero .shell > p:last-of-type { max-width: 810px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: 17px; }
.law-hero__stamp { position: absolute; inset-inline-end: 0; bottom: -130px; width: 220px; height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--gold); color: var(--navy-deep); clip-path: polygon(50% 0,100% 24%,100% 76%,50% 100%,0 76%,0 24%); }
.law-hero__stamp strong { font-size: 44px; line-height: 1; }
.law-hero__stamp span { max-width: 120px; margin-top: 10px; text-align: center; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.law-content { background: var(--paper); }
.law-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(290px,.8fr); gap: 75px; align-items: start; }
.law-sections { border-top: 1px solid var(--line); }
.law-sections article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.law-sections article > span { color: var(--terracotta); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.law-sections h2 { margin: 0; font-size: 25px; line-height: 1.2; }
.law-sections p { margin: 13px 0 0; color: var(--muted); }
.official-sources { position: sticky; top: 26px; padding: 30px 27px; background: var(--navy); color: var(--white); border-top: 5px solid var(--gold); }
.official-sources h2 { margin: 0 0 23px; font-size: 21px; }
.official-sources ol { margin: 0; padding: 0; list-style: none; }
.official-sources li { border-top: 1px solid rgba(255,255,255,.14); }
.official-sources a { display: grid; grid-template-columns: 30px 1fr 20px; align-items: center; gap: 10px; padding: 16px 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.4; }
.official-sources a:hover { color: var(--white); }
.official-sources a span { color: var(--gold-soft); font-size: 9px; font-weight: 850; }
.official-sources a b { color: var(--gold-soft); }
.amendments { background: var(--ivory); }
.amendments__grid { display: grid; grid-template-columns: 42% 58%; gap: 75px; }
.amendments__grid > div:first-child > p:last-child { max-width: 510px; color: var(--muted); }
.amendment-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.amendment-list article { min-height: 180px; padding: 27px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--gold); }
.amendment-list article:nth-child(even) { border-top-color: var(--terracotta); }
.amendment-list strong { color: var(--terracotta); font-size: 21px; }
.amendment-list p { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.legal-warning { background: var(--terracotta); color: var(--white); }
.legal-warning .shell { min-height: 190px; display: flex; align-items: center; gap: 28px; }
.legal-warning .shell > span { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid var(--white); font-size: 28px; font-weight: 850; }
.legal-warning h2 { margin: 0; font-size: 21px; }
.legal-warning p { max-width: 980px; margin: 8px 0 0; color: rgba(255,255,255,.82); font-size: 13px; }

[dir="rtl"] { font-family: Tahoma, Arial, sans-serif; }
[dir="rtl"] .eyebrow, [dir="rtl"] .brand__text small, [dir="rtl"] .ministry-bar, [dir="rtl"] .button, [dir="rtl"] .text-link, [dir="rtl"] .experience-card__category, [dir="rtl"] .experience-card__guide { letter-spacing: 0; }
[dir="rtl"] .hero h1, [dir="rtl"] .section-heading h2, [dir="rtl"] .about h2, [dir="rtl"] .territory h2, [dir="rtl"] .law-hero h1, [dir="rtl"] .amendments h2 { letter-spacing: -.025em; }
[dir="rtl"] .hero__actions .button span, [dir="rtl"] .legal-teaser .button span, [dir="rtl"] .text-link span, [dir="rtl"] .back-link span, [dir="rtl"] .mission-arrow { transform: scaleX(-1); }

@media (max-width: 1240px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 10px; }
  .brand { min-width: 310px; }
  .hero__copy { padding-inline-end: 50px; }
  [dir="rtl"] .hero__copy { padding-inline-start: 50px; }
  .experience-grid { grid-template-columns: repeat(2,1fr); }
  .experience-card__image { height: 360px; }
}

@media (max-width: 1020px) {
  .shell { width: min(100% - 42px, 940px); }
  .desktop-nav, .language-switcher { display: none; }
  .mobile-menu { margin-inline-start: auto; display: block; }
  .mobile-menu > summary { min-width: 76px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); cursor: pointer; list-style: none; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-menu > summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { width: min(340px, calc(100vw - 42px)); position: absolute; top: calc(100% + 14px); inset-inline-end: 0; padding: 14px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .mobile-menu nav > a { display: block; padding: 12px 10px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 720; }
  .mobile-languages { display: flex; gap: 7px; padding-top: 14px; }
  .mobile-languages a { width: 42px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 9px; font-weight: 850; }
  .mobile-languages a[aria-current="page"] { background: var(--navy); color: var(--white); }
  .hero__grid { grid-template-columns: 1fr; padding-block: 60px 90px; }
  .hero__copy, [dir="rtl"] .hero__copy { padding: 20px 0 70px; }
  .hero__visual { height: 620px; padding: 0; }
  .about__grid, .legal-teaser__grid, .ministry__grid, .law-layout, .amendments__grid { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
  .about__copy { padding: 90px 0 0; }
  .mission-grid { grid-template-columns: repeat(2,1fr); }
  .territory__content { grid-template-columns: 1fr; }
  .territory__intro, [dir="rtl"] .territory__intro { padding: 62px 0 50px; }
  .footer__top { grid-template-columns: 1fr; }
  .law-hero__stamp { position: relative; inset: auto; margin: 50px 0 -175px; }
  .law-layout { padding-top: 80px; }
  .official-sources { position: static; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 620px); }
  .section { padding: 82px 0; }
  .ministry-bar__inner { min-height: 54px; align-items: flex-start; padding-block: 10px; text-align: start; line-height: 1.35; }
  .ministry-bar a { display: none; }
  .site-header__inner { min-height: 84px; }
  .brand { min-width: 0; gap: 9px; }
  .brand-mark { width: 43px; height: 54px; }
  .brand__text strong { max-width: 185px; font-size: 11px; }
  .brand__text small { margin-top: 4px; font-size: 7px; }
  .mobile-menu > summary { min-width: 62px; height: 40px; }
  .hero__grid { min-height: auto; padding-block: 48px 70px; }
  .hero h1 { font-size: clamp(42px,13vw,59px); }
  .hero__intro { font-size: 15px; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__signatures { gap: 12px; }
  .hero__signatures span:not(:last-child)::after { margin-inline-start: 12px; }
  .hero__visual { height: 470px; }
  .hero__frame { min-height: 430px; clip-path: none; }
  .hero__note { width: calc(100% - 20px); inset-inline-start: 10px; bottom: 0; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip article { min-height: 105px; border-inline-end: 1px solid var(--line); }
  .about__visual { padding-inline-end: 22px; }
  .about__visual > img { height: 410px; }
  .about__caption { width: 250px; padding: 22px; }
  .about__copy { padding-top: 82px; }
  .section-heading h2, .about h2, .territory h2, .amendments h2 { font-size: clamp(35px,10vw,48px); }
  .mission-grid, .experience-grid, .announcement-grid, .amendment-list { grid-template-columns: 1fr; }
  .mission-grid article { min-height: 280px; border-inline-end: 1px solid rgba(255,255,255,.16); }
  .experience-card__image { height: 350px; }
  .experience-card__body { min-height: 310px; }
  .legal-teaser__grid { gap: 60px; }
  .territory__image { min-height: 310px; }
  .territory__content { margin-top: -45px; padding-bottom: 75px; }
  .territory-list article { grid-template-columns: 48px 1fr; }
  .announcement-grid article { padding: 29px 25px; }
  .announcement-grid h3 { margin-top: 42px; font-size: 25px; }
  .ministry__grid { gap: 52px; }
  .ministry__identity { min-height: 230px; padding: 28px; }
  .contact address { grid-template-columns: 1fr; }
  .contact address > a, .contact address > div { min-height: 112px; }
  .footer__nav { grid-template-columns: 1fr 1fr; }
  .footer__bottom .shell { padding-block: 18px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .law-hero { padding-top: 48px; }
  .back-link { margin-bottom: 48px; }
  .law-hero h1 { font-size: clamp(40px,11vw,58px); }
  .law-sections article { grid-template-columns: 42px 1fr; gap: 15px; }
  .law-sections h2 { font-size: 21px; }
  .legal-warning .shell { padding-block: 35px; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
