:root{color-scheme:light;--navy-950:#071426;--navy-900:#0b1f33;--slate-blue:#243b53;--brass:#b38a4a;--brass-bright:#c99a3d;--paper:#fafaf8;--surface:#fff;--charcoal:#17212b;--slate:#52606d;--border:#d9e2ec;--muted-on-dark:#b9c7d3;--content-max:80rem;--shadow-card:0 12px 30px #0b1f3314;--ease-executive:cubic-bezier(.22, 1, .36, 1);--motion-micro:.16s;--motion-ui:.24s;--motion-reveal:.46s}*,:before,:after{box-sizing:border-box}html{background:var(--paper);color:var(--charcoal);scroll-behavior:smooth;overflow-x:clip}body{min-height:100vh;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:clip}html[lang=ar] body{font-family:Cairo,Noto Sans Arabic,Tahoma,Arial,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--brass-bright);outline-offset:4px}.skip-link{z-index:100;background:var(--surface);color:var(--navy-900);transition:transform var(--motion-ui) var(--ease-executive);border-radius:.5rem;padding:.75rem 1rem;position:fixed;inset-block-start:1rem;inset-inline-start:1rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.shell{width:min(calc(100% - 3rem), var(--content-max));margin-inline:auto}.eyebrow{color:var(--brass-bright);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}html[lang=ar] .eyebrow{letter-spacing:0;text-transform:none}h1,h2,h3,h4,p{text-wrap:pretty}h1,h2,h3{color:var(--navy-900);margin-block:0;line-height:1.15}h1,h2{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif}html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3{font-family:Cairo,Noto Sans Arabic,Tahoma,Arial,sans-serif}.site-header{z-index:20;min-height:5.5rem;padding-inline:max(1.5rem, calc((100vw - var(--content-max)) / 2));background:radial-gradient(circle at 18% 50%, #2a569e3d, transparent 28%), linear-gradient(90deg, var(--navy-950), var(--navy-900) 56%, #112d52);color:var(--paper);border-bottom:1px solid #b9c7d326;grid-template-columns:12rem 1fr auto;align-items:center;display:grid;position:relative}.brand{align-items:center;width:fit-content;min-height:2.75rem;display:inline-flex}.brand img{width:7.25rem;height:auto}.desktop-nav{justify-content:center;align-items:center;gap:clamp(.8rem,1.6vw,1.75rem);display:flex}.desktop-nav a{color:#e6edf3;min-width:2.75rem;min-height:2.75rem;transition:color var(--motion-micro) ease;justify-content:center;align-items:center;font-size:.78rem;display:inline-flex;position:relative}.desktop-nav a:after{content:"";background:var(--brass-bright);height:2px;transition:transform var(--motion-ui) var(--ease-executive);border-radius:2px;position:absolute;inset-block-end:.25rem;inset-inline:0;transform:scaleX(0)}.desktop-nav a:hover,.desktop-nav a.active{color:#fff}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}.header-actions{align-items:center;gap:.55rem;display:flex}.header-actions a{min-width:2.75rem;min-height:2.75rem;transition:background var(--motion-micro) ease, border-color var(--motion-micro) ease, transform var(--motion-micro) ease;border-radius:.55rem;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.search-link{background:var(--navy-900);border:1px solid #61748a;min-width:7.8rem!important}.language-link{border:1px solid #526981}.contact-link{background:var(--brass-bright);color:var(--navy-950);padding-inline:1.1rem}.header-actions a:hover{border-color:var(--brass-bright);transform:translateY(-1px)}.mobile-menu{display:none}.hero{isolation:isolate;background:var(--navy-950);color:var(--paper);padding-block:clamp(3.5rem,6vw,5.5rem);position:relative;overflow:hidden}.hero:before,.hero:after{content:"";z-index:-1;pointer-events:none;border:1px solid #b9c7d314;border-radius:50%;position:absolute}.hero:before{width:32rem;height:32rem;inset-block-start:-16rem;inset-inline-end:-10rem}.hero:after{width:24rem;height:24rem;animation:18s ease-in-out infinite alternate ambient-ring;inset-block-start:-9rem;inset-inline-end:-6rem}.hero-grid{grid-template-columns:minmax(0,1.8fr) minmax(20rem,.9fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.hero-copy{max-width:47rem}.hero h1{max-width:44rem;color:var(--paper);letter-spacing:-.035em;margin-block:1rem 1.25rem;font-size:clamp(2.4rem,4.25vw,4rem)}html[lang=ar] .hero h1{letter-spacing:0;line-height:1.35}.hero-intro{max-width:43rem;color:var(--border);margin:0;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.75}.hero-secondary{max-width:43rem;color:var(--muted-on-dark);margin-block:.8rem 0;font-size:.9rem}.button-row{flex-wrap:wrap;gap:.75rem;margin-block-start:1.8rem;display:flex}.button{min-height:2.75rem;transition:transform var(--motion-micro) ease, box-shadow var(--motion-ui) ease, background var(--motion-micro) ease;border:1px solid #0000;border-radius:.6rem;justify-content:center;align-items:center;gap:.25rem;padding:.75rem 1.25rem;font-size:.8rem;font-weight:750;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000029}.button:active{transform:translateY(0)scale(.985)}.button.primary{background:var(--brass-bright);color:var(--navy-950)}.button.secondary{background:var(--navy-900);color:var(--paper);border-color:#61748a}.button.full{width:100%}.principles{border:1px solid var(--slate-blue);background:#0b1f33c7;border-radius:1rem;padding:1.4rem;box-shadow:0 20px 60px #0000001f}.principles h2{color:var(--paper);margin-block:.55rem 1rem;font-size:1.3rem}.principles ol{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.principles li{grid-template-columns:2rem 1fr;gap:.65rem;display:grid}.principles li>span{color:var(--brass-bright);font-size:.7rem;font-weight:700}.principles strong{color:var(--paper);font-size:.8rem;display:block}.principles li p{color:var(--muted-on-dark);margin:.1rem 0 0;font-size:.72rem}.section{padding-block:clamp(3.5rem,7vw,5.25rem)}.why-section,.tools-section,.disclosure-section{background:var(--paper)}.featured-section{background:var(--surface)}.split{grid-template-columns:minmax(0,2fr) minmax(18rem,1fr);align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}html[dir=rtl] .section-copy{order:2}html[dir=rtl] .split aside{order:1}.section h2{letter-spacing:-.02em;margin-block:.75rem 1rem;font-size:clamp(2rem,3.2vw,2.75rem)}html[lang=ar] .section h2{letter-spacing:0;line-height:1.4}.section-copy>p:not(.eyebrow),.section-lead{max-width:65rem;color:var(--slate);font-size:1rem;line-height:1.7}.note-card,.record-card{border:1px solid var(--border);background:var(--surface);border-radius:1rem;padding:1.5rem}.note-card h3,.record-card h3{margin-block:.55rem .75rem;font-size:1.45rem}.note-card p:last-child,.record-card p:last-child{color:var(--slate);margin:0}.record-card{background:var(--navy-900)}.record-card h3{color:var(--paper)}.record-card p:last-child{color:var(--muted-on-dark)}.featured-card{border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:1.25rem;grid-template-columns:minmax(0,2.05fr) minmax(20rem,1fr);margin-block-start:2rem;display:grid;overflow:hidden}.featured-content{padding:clamp(1.75rem,3vw,2.5rem)}.brand-row{color:#673de6;align-items:center;gap:.7rem;font-weight:800;display:flex}.brand-row span{border:1px solid var(--border);background:var(--paper);color:var(--brass);border-radius:999px;margin-inline-start:auto;padding:.45rem .75rem;font-size:.7rem}.featured-content h3{margin-block:1.2rem .75rem;font-size:1.7rem}.featured-content>p{color:var(--slate)}.featured-content h4{color:var(--brass);letter-spacing:.06em;margin-block:1.6rem .75rem;font-size:.75rem}.featured-content ul{color:var(--slate);gap:.65rem;margin:0;padding-inline-start:1.25rem;display:grid}.featured-content li::marker{color:var(--brass)}.offer-panel{background:var(--paper);flex-direction:column;gap:1rem;padding:clamp(1.5rem,3vw,2rem);display:flex}.offer-box{border:1px solid var(--border);background:var(--surface);border-radius:.9rem;padding:1.2rem}.offer-box h3{margin-block:.6rem;font-size:1.45rem}.offer-box p:last-child,.fine-print{color:var(--slate);font-size:.78rem}.text-link{align-items:center;min-height:2.75rem;font-weight:750;display:inline-flex}.tools-section h2{margin-bottom:.75rem}.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-block-start:2rem;display:grid}.tool-card{border:1px solid var(--border);background:var(--surface);min-height:15.75rem;transition:transform var(--motion-ui) var(--ease-executive), box-shadow var(--motion-ui) ease, border-color var(--motion-ui) ease;border-radius:1rem;flex-direction:column;padding:1.35rem;display:flex;position:relative;box-shadow:0 8px 18px #0b1f330f}.tool-card:before{content:"";background:var(--brass);transform-origin:0;width:3.4rem;height:3px;transition:width var(--motion-ui) var(--ease-executive);border-radius:2px;position:absolute;inset-block-start:-1px;inset-inline-start:1.35rem}html[dir=rtl] .tool-card:before{transform-origin:100%}.tool-card:hover{box-shadow:var(--shadow-card);border-color:#c8d3df;transform:translateY(-5px)}.tool-card:hover:before{width:5rem}.tool-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.tool-top img{object-fit:contain;width:3rem;height:3rem}.status,.category,.tool-card h4{color:var(--brass);letter-spacing:.04em;margin:0;font-size:.67rem;font-weight:750}.tool-card h3{margin-block:.4rem .1rem;font-size:1.45rem}.category{margin-block-start:.8rem}.tool-card h4{margin-block:.8rem .35rem;font-size:.62rem}.tool-card>p:not(.category){color:var(--slate);margin:0 0 1rem;font-size:.82rem;line-height:1.55}.tool-card>a{min-height:2.75rem;color:var(--navy-900);align-items:center;margin-block-start:auto;font-size:.78rem;font-weight:750;display:inline-flex}.related-links{flex-wrap:wrap;align-items:center;gap:.75rem;margin-block-start:2rem;display:flex}.related-links strong{color:var(--brass);letter-spacing:.04em;font-size:.68rem}.related-links a{border:1px solid var(--border);background:var(--surface);min-height:2.75rem;transition:border-color var(--motion-micro) ease, transform var(--motion-micro) ease;border-radius:.65rem;align-items:center;padding-inline:1rem;font-size:.75rem;font-weight:700;display:inline-flex}.related-links a:hover{border-color:var(--brass);transform:translateY(-2px)}.knowledge-cta{background:var(--navy-900);color:var(--paper);padding-block:clamp(3rem,6vw,4rem)}.knowledge-cta .shell{justify-content:space-between;align-items:center;gap:2rem;display:flex}.knowledge-cta h2{color:var(--paper);margin-block:.5rem;font-size:clamp(1.8rem,3vw,2.5rem)}.knowledge-cta p:last-child{color:var(--border);margin:0}.site-footer{background:var(--navy-950);color:var(--paper);padding-block:2.5rem 1.25rem}.footer-grid{grid-template-columns:minmax(18rem,2fr) repeat(3,minmax(9rem,.72fr));gap:3rem;display:grid}.footer-brand img{width:11.75rem;height:auto}.footer-brand h2{color:var(--paper);margin-block:.5rem;font-size:1.6rem}.footer-brand p{color:var(--muted-on-dark)}.footer-grid nav,.footer-contact,.footer-connect{flex-direction:column;align-items:flex-start;gap:.6rem;display:flex}.footer-grid strong{color:var(--brass-bright);font-size:.72rem}.footer-grid a{color:#e6edf3;align-items:center;min-width:2.75rem;min-height:2.75rem;font-size:.82rem;display:inline-flex}.home-page{background:var(--paper)}.home-hero{isolation:isolate;min-height:27.5rem;color:var(--paper);background:linear-gradient(90deg,#071426,#0b1f33 52%,#1a3f7a);position:relative;overflow:hidden}html[dir=rtl] .home-hero{background:linear-gradient(90deg,#1a3f7a,#0b1f33 48%,#071426)}.home-hero-decor{z-index:-1;pointer-events:none;position:absolute;inset:0}.home-hero-decor img{opacity:.52;width:38rem;height:38rem;position:absolute;inset-block-start:-6rem;inset-inline-end:-1rem}.home-hero-decor img:nth-child(2){opacity:.4;animation:18s ease-in-out infinite alternate home-ambient;inset-block-start:-2rem;inset-inline-end:2rem}.home-hero-decor img:nth-child(3){opacity:.3;width:42rem;height:42rem;inset-block-start:-5rem;inset-inline-end:-7rem}.home-hero-decor img:nth-child(4){opacity:.28;width:34rem;height:34rem;inset-block-start:1rem;inset-inline-end:-5rem}.home-hero-grid{grid-template-columns:minmax(0,1.48fr) minmax(20rem,.82fr);align-items:center;gap:2rem;min-height:27.5rem;display:grid}.home-hero-copy{z-index:2;max-width:45rem;padding-block:3rem}.home-hero-copy>*{animation:home-entry .48s var(--ease-executive) both}.home-hero-copy>:nth-child(2){animation-delay:70ms}.home-hero-copy>:nth-child(3){animation-delay:.12s}.home-hero-copy>:nth-child(4){animation-delay:.17s}.home-hero-copy>:nth-child(5){animation-delay:.22s}.home-hero h1{max-width:41rem;color:var(--paper);letter-spacing:-.045em;margin-block:.7rem .85rem;font-size:clamp(3rem,5vw,4.4rem)}html[lang=ar] .home-hero h1{letter-spacing:0;max-width:36rem;line-height:1.35}.home-positioning{max-width:42rem;color:var(--border);margin:0;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:650;line-height:1.5}.home-hero-body{max-width:43rem;color:var(--muted-on-dark);margin-block:.85rem 0;font-size:.91rem;line-height:1.7}.home-portrait{width:min(100%,26.5rem);height:27.5rem;animation:home-portrait-entry .56s var(--ease-executive) .1s both;place-self:end;margin:0;position:relative}html[dir=rtl] .home-portrait{justify-self:start}.home-portrait:before{content:"";filter:blur(8px);background:radial-gradient(circle,#2b5ba26b,#0000 67%);border-radius:50% 50% 4rem 4rem;position:absolute;inset:8% 4% 2%}.home-portrait img{filter:drop-shadow(0 22px 34px #02091438);width:26rem;max-width:none;height:auto;position:absolute;inset-block-start:-1.9rem;inset-inline-end:-.75rem}html[dir=rtl] .home-portrait img{inset-inline:-.75rem auto}.home-section{padding-block:clamp(4rem,7vw,5.5rem);position:relative;overflow:hidden}.home-section:before{content:"";inset-block-start:0;inset-inline:max(1.5rem, calc((100vw - var(--content-max)) / 2));background:linear-gradient(90deg,#0000,#c99a3d59 16%,#c99a3d1a 50%,#c99a3d59 84%,#0000);height:2px;position:absolute}.home-section h2{letter-spacing:-.035em;max-width:68rem;margin-block:.65rem 1rem;font-size:clamp(2.25rem,4vw,3.3rem)}html[lang=ar] .home-section h2{letter-spacing:0;max-width:62rem;line-height:1.45}.home-section .section-lead{margin-block:0}.executive-grid{grid-template-columns:minmax(0,1.75fr) minmax(19rem,.95fr);align-items:end;gap:clamp(2rem,5vw,4rem);margin-block-start:2rem;display:grid}.authority-map{border:1px solid var(--border);background:var(--paper);border-radius:1.1rem;gap:0;margin:2rem 0 0;padding:1.25rem 1.5rem;list-style:none;display:grid}.authority-map li{grid-template-columns:2.8rem 1fr;gap:.65rem;padding-block:.65rem;display:grid;position:relative}.authority-map li:not(:last-child):after{content:"";background:var(--border);height:1px;position:absolute;inset-block-end:0;inset-inline:3.45rem 0}.authority-map li>span{color:var(--brass);font-size:.78rem;font-weight:750}.authority-map h3{text-transform:uppercase;font-size:.82rem}html[lang=ar] .authority-map h3{text-transform:none}.authority-map p{color:var(--slate);margin:.15rem 0 0;font-size:.83rem}.research-reality{isolation:isolate;min-height:18.25rem;color:var(--border);background:linear-gradient(110deg,#071426,#173b72);border-radius:1.25rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 18px 40px #07142624}.research-reality>img:first-child{z-index:-1;opacity:.55;width:11rem;position:absolute;inset-block-start:4rem;inset-inline-end:-1rem}.research-watermark{z-index:-1;opacity:.32;width:7.5rem;position:absolute;inset-block-start:7.8rem;inset-inline-end:1rem}.research-reality h3{max-width:20rem;color:var(--paper);margin-block:.8rem 1rem;font-size:1.5rem;line-height:1.4}.research-reality>p:last-child{max-width:18rem;color:var(--border);font-size:.83rem}.home-expertise{isolation:isolate;color:var(--paper);background:linear-gradient(107deg,#071425 3%,#0b1f33 50%,#173b72 94%);overflow:hidden}.home-expertise h2,.home-expertise h3{color:var(--paper)}.home-expertise .section-lead{color:var(--border)}.expertise-glow,.expertise-arc,.expertise-inner-arc{z-index:-1;pointer-events:none;position:absolute}.expertise-glow{opacity:.4;width:48rem;inset-block-end:-8rem;inset-inline-start:20%}.expertise-arc{opacity:.28;width:40rem;inset-block-start:-12rem;inset-inline-end:-9rem}.expertise-inner-arc{opacity:.3;width:31rem;inset-block-start:-7rem;inset-inline-end:-6rem}.expertise-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-block-start:2.25rem;display:grid}.expertise-card{background:var(--surface);min-height:11.6rem;color:var(--charcoal);transition:transform var(--motion-ui) var(--ease-executive), box-shadow var(--motion-ui) ease, border-color var(--motion-ui) ease;border:1px solid #d9e2ece6;border-radius:1.1rem;padding:1.4rem;position:relative;box-shadow:0 10px 22px #0714261f}.expertise-card:hover{border-color:var(--brass-bright);transform:translateY(-4px);box-shadow:0 18px 32px #07142633}.expertise-card .card-number{color:var(--brass);font-size:.7rem;font-weight:750}.expertise-card>img{background:linear-gradient(110deg, #edf2f6, var(--paper));border:1px solid #c99a3d3d;border-radius:.75rem;width:3rem;height:3rem;padding:.45rem;position:absolute;inset-block-start:1.1rem;inset-inline-end:1.1rem}.expertise-card h3{max-width:17.5rem;color:var(--navy-900);margin-block:.7rem .55rem;font-size:1.28rem;line-height:1.3}.expertise-card p{color:var(--slate);margin:0;font-size:.84rem}.section-link{align-items:center;min-height:2.75rem;margin-block-start:1.4rem;font-size:.85rem;font-weight:750;display:inline-flex}.section-link.on-dark{color:var(--paper)}.home-idea,.home-products{background:var(--paper)}.idea-grid{grid-template-columns:minmax(0,1.7fr) minmax(18rem,1fr);gap:1.8rem;margin-block-start:2.25rem;display:grid}.featured-insight{min-height:19.5rem;color:var(--border);background:linear-gradient(110deg,#071426,#12345b);border-radius:1.25rem;padding:2rem;position:relative;overflow:hidden}.featured-insight>img{opacity:.34;width:5.5rem;position:absolute;inset-block-start:1rem;inset-inline-end:1rem}.featured-insight h3{color:var(--paper);margin-block:.75rem 1rem;font-size:clamp(1.8rem,3vw,2.35rem)}.featured-insight>p:not(.eyebrow){max-width:42rem}.featured-insight blockquote{border-inline-start:3px solid var(--brass);color:var(--paper);margin:1.5rem 0 0;padding-inline-start:1rem;font-size:1rem;font-weight:650}.featured-insight a,.book-card a,.research-card a,.media-featured a,.media-item a,.product-card a{min-height:2.75rem;color:var(--brass-bright);align-items:center;font-size:.82rem;font-weight:750;display:inline-flex}.idea-supporting{gap:1.5rem;display:grid}.idea-supporting article{border:1px solid var(--border);background:var(--surface);border-radius:1.1rem;padding:1.5rem;box-shadow:0 8px 18px #0b1f3312}.idea-supporting h3{margin-block:.7rem;font-size:1.35rem}.idea-supporting p:last-child{color:var(--slate);margin:0}.home-publications,.home-media{background:var(--surface)}.publications-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.08fr);gap:1.8rem;margin-block-start:2.25rem;display:grid}.book-card,.research-card{border-radius:1.25rem;min-height:20.6rem;overflow:hidden}.book-card{border:1px solid var(--border);background:linear-gradient(110deg, var(--paper), var(--surface));grid-template-columns:10.5rem 1fr;gap:1.75rem;padding:1.6rem;display:grid;box-shadow:0 8px 20px #0b1f330f}.book-card>img{object-fit:cover;border-radius:.65rem;align-self:center;width:9.6rem;height:15.5rem;box-shadow:0 12px 20px #0b1f332e}.book-card h3,.research-card h3{margin-block:.8rem;font-size:clamp(1.65rem,2.5vw,2rem)}.book-card p:not(.eyebrow){color:var(--slate)}.book-card strong{color:var(--navy-900);font-size:.84rem;display:block}.research-card{color:var(--border);background:linear-gradient(110deg,#071426,#0b1f33 58%,#1f529e);padding:clamp(2rem,4vw,3rem);box-shadow:0 10px 24px #0714261f}.research-card h3{max-width:36rem;color:var(--paper)}.research-card>p:not(.eyebrow){max-width:34rem}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-block-start:2.25rem;display:grid}.product-card{border:1px solid var(--border);background:var(--surface);transition:transform var(--motion-ui) var(--ease-executive), box-shadow var(--motion-ui) ease;border-radius:1.1rem;overflow:hidden;box-shadow:0 10px 22px #07142614}.product-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.product-preview{background:#071b3a;min-height:10.8rem;padding:1rem}.product-1 .product-preview{border-top:3px solid #f56b0f}.product-2 .product-preview,.product-3 .product-preview{background:#f2f7fa}.preview-window{background:#f8fafc;border-radius:.75rem;grid-template-columns:repeat(3,1fr);align-content:end;gap:.5rem;min-height:8.6rem;padding:1rem;display:grid}.product-2 .preview-window{background:#0b2d48}.product-3 .preview-window{background:#0d2f61}.preview-window span{border:1px solid var(--border);background:var(--surface);border-radius:.4rem;height:2.2rem}.product-2 .preview-window span{background:linear-gradient(90deg,#4f9b83 70%,#173c55 70%);border:0}.product-3 .preview-window span{background:var(--surface);border:0}.preview-window bdi{color:var(--navy-900);grid-area:1/1/auto/-1;font-size:.8rem;font-weight:800}.product-2 .preview-window bdi,.product-3 .preview-window bdi{color:var(--paper)}.product-copy{padding:1.25rem}.product-name{color:var(--brass);margin:0;font-size:.68rem;font-weight:800}.product-1 .product-name{color:#c64f08}.product-2 .product-name{color:#367963}.product-3 .product-name{color:#0d47a1}.product-copy h3{margin-block:.45rem;font-size:1.22rem;line-height:1.35}.product-copy>p:not(.product-name){min-height:3.8rem;color:var(--slate);margin:0;font-size:.82rem}.product-card a{color:var(--navy-900)}.media-grid{grid-template-rows:repeat(3,auto);grid-template-columns:minmax(0,1.35fr) minmax(18rem,1fr);gap:1rem 1.8rem;margin-block-start:2.25rem;display:grid}.media-featured{border:1px solid var(--border);background:var(--paper);box-shadow:var(--shadow-card);border-radius:1.35rem;grid-row:1/4;overflow:hidden}.media-featured>img{object-fit:cover;width:100%;height:12.8rem}.media-featured>div{padding:1.25rem}.media-featured h3{margin-block:.6rem;font-size:1.55rem}.media-featured p:not(.eyebrow){color:var(--slate);margin:0}.media-featured a,.media-item a{color:var(--navy-900)}.media-item{border-bottom:1px solid var(--border);grid-template-columns:8rem 1fr;align-items:center;gap:1.4rem;min-height:6.25rem;padding-block:.3rem;display:grid}.media-item img{object-fit:cover;border-radius:.85rem;width:8rem;height:5.4rem}.media-item h3{margin-block:.4rem 0;font-size:1.05rem;line-height:1.35}.home-presence{isolation:isolate;color:var(--border);background:linear-gradient(#203a55,#152d43 58%,#0b1f33)}.presence-bloom{z-index:-1;opacity:.55;width:42rem;position:absolute;inset-block-start:-8rem;inset-inline-end:8%}.presence-grid{grid-template-columns:minmax(0,1.2fr) minmax(24rem,.9fr);align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.home-presence h2{color:var(--paper)}.home-presence .section-lead{color:var(--border)}.profiles-card{background:linear-gradient(110deg,#071426,#102b49);border:1px solid #5987b238;border-radius:1.35rem;padding:1.7rem;box-shadow:0 12px 28px #0714262e}.profiles-card h3{color:var(--paper);margin-block:.6rem;font-size:1.45rem}.profiles-card>p:not(.eyebrow){color:var(--border);margin-block:0 .7rem}.profiles-card ul{margin:0;padding:0;list-style:none}.profiles-card li+li{border-top:1px solid var(--slate-blue)}.profiles-card a{min-height:3.2rem;color:var(--paper);grid-template-columns:2rem minmax(6rem,.8fr) minmax(10rem,1.2fr);align-items:center;gap:.65rem;font-size:.82rem;display:grid}.profiles-card small{color:#9fb2c4}.profile-mark{background:var(--surface);width:1.75rem;height:1.75rem;color:var(--navy-950);border-radius:.45rem;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:inline-flex}.profile-mark.linkedin{color:#fff;background:#0a66c2}.profile-mark.orcid{color:#fff;background:#a6ce39}.profile-mark.scholar{background:#4285f4}@keyframes home-entry{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}@keyframes home-portrait-entry{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes home-ambient{0%{transform:translate(0,0)scale(1)}to{transform:translate(-1rem,.6rem)scale(1.025)}}.footer-legal{border-top:1px solid var(--slate-blue);color:#9fb2c4;flex-wrap:wrap;gap:1.5rem;margin-block-start:2rem;padding-block-start:1rem;font-size:.72rem;display:flex}.footer-legal a{justify-content:center;align-items:center;min-width:2.75rem;min-height:2.75rem;display:inline-flex}.motion-enabled .reveal{opacity:0;transition:opacity var(--motion-reveal) var(--ease-executive), transform var(--motion-reveal) var(--ease-executive);transform:translateY(1.25rem)}.motion-enabled .reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes ambient-ring{0%{opacity:.6;transform:translate(0,0)scale(1)}to{opacity:1;transform:translate(-1.5rem,1rem)scale(1.04)}}@media (width<=64rem){.site-header{display:flex}.desktop-nav,.header-actions .contact-link,.header-actions .language-link{display:none}.header-actions{justify-self:end;margin-inline-start:auto}.search-link{min-width:5.75rem!important}.mobile-menu{margin-inline-start:.75rem;display:block;position:relative}.mobile-menu nav{z-index:30}.mobile-menu nav a[aria-current=page]{background:var(--navy-900);color:var(--brass-bright)}.mobile-menu summary{cursor:pointer;border:1px solid #61748a;border-radius:.65rem;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.75rem;height:2.75rem;list-style:none;display:flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--paper);width:1.2rem;height:2px;transition:transform var(--motion-ui) var(--ease-executive), opacity var(--motion-ui) ease;border-radius:1px}.mobile-menu[open] summary span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu nav{border:1px solid var(--slate-blue);background:var(--navy-950);border-radius:.85rem;min-width:15rem;padding:.75rem;display:grid;position:absolute;inset-block-start:calc(100% + .75rem);inset-inline-end:0;box-shadow:0 18px 50px #0000004d}.mobile-menu nav a{border-radius:.5rem;align-items:center;min-height:2.75rem;padding-inline:.75rem;display:flex}.mobile-menu nav a:hover{background:var(--navy-900)}.hero-grid,.split{grid-template-columns:1fr}.hero-copy,html[dir=rtl] .hero-copy,.principles,html[dir=rtl] .principles,.section-copy,html[dir=rtl] .section-copy,.split aside,html[dir=rtl] .split aside{order:initial}.principles{max-width:38rem}.featured-card{grid-template-columns:1fr}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(16rem,.8fr)}.home-hero h1{font-size:clamp(2.7rem,6vw,3.6rem)}.executive-grid,.idea-grid,.presence-grid{grid-template-columns:1fr}.expertise-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.publications-grid,.media-grid{grid-template-columns:1fr}.media-featured{grid-row:auto}}@media (width<=48rem){.shell{width:min(calc(100% - 2.5rem), var(--content-max))}.site-header{min-height:4.75rem;padding-inline:1rem}.brand img{width:6.85rem}.brand{min-width:6.85rem}.hero{padding-block:2rem 2.5rem}.hero-grid{gap:2rem}.hero h1{font-size:clamp(2.25rem,10vw,3rem);line-height:1.18}html[lang=ar] .hero h1{line-height:1.35}.hero:before,.hero:after{width:18rem;height:18rem;inset-inline-end:-10rem}.button-row{grid-template-columns:1fr 1fr;display:grid}.button{width:100%;padding-inline:.75rem}.principles{padding:1.25rem}.section{padding-block:3rem}.section h2{font-size:1.75rem;line-height:1.3}.featured-content,.offer-panel{padding:1.25rem}.brand-row{flex-wrap:wrap;align-items:flex-start}.brand-row span{width:100%;margin-inline-start:0}.tools-grid{grid-template-columns:1fr;gap:1rem}.tool-card{min-height:15rem}.related-links{grid-template-columns:1fr;display:grid}.related-links a{background:var(--navy-900);color:var(--paper);justify-content:center}.knowledge-cta .shell{flex-direction:column;align-items:stretch}.footer-grid{grid-template-columns:1fr;gap:2rem}.home-hero,.home-hero-grid{min-height:31rem}.home-hero-grid{display:block;position:relative}.home-hero-copy{max-width:none;padding-block:1.8rem 12rem}.home-hero h1{max-width:21rem;margin-block:.55rem .25rem;font-size:clamp(2.1rem,10.4vw,2.85rem)}html[lang=ar] .home-hero h1{max-width:20rem;font-size:clamp(2rem,9.7vw,2.65rem)}.home-positioning{max-width:21rem;font-size:.92rem;line-height:1.4}.home-hero-body{max-width:21rem;font-size:.75rem;line-height:1.55}.home-portrait{width:8.9rem;height:13.4rem;position:absolute;inset-block-end:0;inset-inline-end:-.5rem}.home-portrait img{width:9.2rem;inset-block-start:-.35rem;inset-inline-end:0}html[dir=rtl] .home-portrait{inset-inline:-.5rem auto}html[dir=rtl] .home-portrait img{inset-inline-start:0}.home-hero-decor img{width:24rem;height:24rem;inset-block-start:10rem;inset-inline-end:-8rem}.home-section{padding-block:3.3rem}.home-section h2{font-size:1.8rem;line-height:1.3}html[lang=ar] .home-section h2{font-size:1.75rem}.authority-map{padding:1rem}.authority-map li{grid-template-columns:2rem 1fr}.authority-map li:not(:last-child):after{inset-inline-start:2.65rem}.research-reality{min-height:17rem;padding:1.4rem}.expertise-grid,.products-grid{grid-template-columns:1fr;gap:1rem}.expertise-card{min-height:10.8rem}.featured-insight{padding:1.4rem}.featured-insight blockquote{font-size:.9rem}.book-card{grid-template-columns:7.5rem 1fr;gap:1rem;padding:1rem}.book-card>img{width:7.4rem;height:11.6rem}.book-card h3,.research-card h3{font-size:1.35rem}.research-card{min-height:18rem;padding:1.5rem}.media-featured>img{height:10.5rem}.media-item{grid-template-columns:6.5rem 1fr;gap:1rem}.media-item img{width:6.5rem;height:4.6rem}.profiles-card{padding:1.2rem}.profiles-card a{grid-template-columns:2rem 1fr}.profiles-card small{grid-column:2;margin-block-start:-.8rem}}.gateway-page{--gateway-accent:#ff6b1a;--gateway-deep:#071426;color:#101a2b;background:#f7f9fc}.gateway-cap{--gateway-accent:#18a8a0;--gateway-deep:#061b2b}.gateway-inco{--gateway-accent:#7cc242;--gateway-deep:#0b2347}.gateway-hero{background:var(--gateway-deep);color:#fff;align-items:center;min-height:40rem;display:grid;position:relative;overflow:hidden}.gateway-hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.gateway-hero-shade{background:linear-gradient(90deg,#051225f5 0%,#051225db 50%,#05122573 100%);position:absolute;inset:0}html[dir=rtl] .gateway-hero-shade{background:linear-gradient(270deg,#051225f5 0%,#051225db 50%,#05122573 100%)}.gateway-via .gateway-hero-shade{background:radial-gradient(circle at 80% 20%,#ff6b1a33,#0000 32%),linear-gradient(115deg,#071426 15%,#0c2947 100%)}.gateway-hero-grid{z-index:1;grid-template-columns:minmax(0,1.45fr) minmax(18rem,.55fr);align-items:center;gap:clamp(2rem,6vw,6rem);padding-block:clamp(5rem,10vw,8rem);display:grid;position:relative}.gateway-copy{max-width:49rem}.gateway-logo{object-fit:contain;object-position:left center;width:auto;max-width:13rem;height:3.75rem;margin-block-end:1.5rem}html[dir=rtl] .gateway-logo{object-position:right center}.gateway-label{color:#c4d5ea;margin:.4rem 0 1rem;font-weight:650}.gateway-hero h1{letter-spacing:-.045em;color:#fff;max-width:48rem;margin:.4rem 0 1.2rem;font-size:clamp(2.6rem,5.3vw,5rem);line-height:.98}.gateway-lead{color:#d8e2ee;max-width:47rem;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.75}.gateway-hero .secondary{color:#fff;background:#ffffff0f;border-color:#ffffff8c}.gateway-trust{flex-wrap:wrap;gap:.65rem;margin:1.7rem 0 0;padding:0;list-style:none;display:flex}.gateway-trust li{color:#dce8f5;border:1px solid #ffffff2e;border-radius:999px;align-items:center;min-height:2.25rem;padding:.4rem .8rem;font-size:.82rem;display:inline-flex}.gateway-snapshot{backdrop-filter:blur(14px);background:#0a2347cc;border:1px solid #fff3;border-radius:1.25rem;padding:1.7rem;box-shadow:0 2rem 5rem #0000003d}.gateway-snapshot span,.gateway-snapshot strong{display:block}.gateway-snapshot span{color:#b8c9dc;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.gateway-snapshot strong{border-inline-start:.3rem solid var(--gateway-accent);color:var(--gateway-deep);background:#fff;border-radius:.65rem;margin-block:1.1rem .7rem;padding:1rem;font-size:1.12rem}.gateway-snapshot p{color:#d6e2ef;line-height:1.7}.gateway-section{padding-block:clamp(4.5rem,8vw,7rem)}.gateway-section h2{letter-spacing:-.035em;max-width:54rem;margin:.5rem 0 1rem;font-size:clamp(2rem,4vw,3.7rem);line-height:1.08}.gateway-card-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.gateway-card-grid article{background:#fff;border:1px solid #dce3ec;border-radius:1rem;min-height:15rem;padding:1.5rem;transition:transform .25s,border-color .25s,box-shadow .25s;box-shadow:0 .7rem 2rem #0714260d}.gateway-card-grid article:hover{border-color:var(--gateway-accent);transform:translateY(-.25rem);box-shadow:0 1.1rem 2.8rem #0714261a}.gateway-card-grid article>span{color:var(--gateway-accent);font-weight:800}.gateway-card-grid h3{margin-block:3.2rem .7rem;font-size:1.25rem}.gateway-card-grid p{color:#586579;line-height:1.65}.gateway-dark{background:var(--gateway-deep);color:#fff}.gateway-dark h2{color:#fff}.gateway-flow{counter-reset:gateway;grid-template-columns:repeat(5,1fr);gap:.75rem;margin:2.5rem 0 0;padding:0;list-style:none;display:grid}.gateway-flow li{background:#ffffff0d;border:1px solid #ffffff2b;border-radius:.85rem;min-height:9.5rem;padding:1.25rem;position:relative}.gateway-flow li:before{counter-increment:gateway;content:"0" counter(gateway);color:var(--gateway-accent);margin-block-end:1.5rem;font-weight:800;display:block}.gateway-flow strong,.gateway-flow span{display:block}.gateway-flow span{color:#bdcad8;margin-block-start:.45rem;font-size:.9rem;line-height:1.55}.gateway-origin{grid-template-columns:1.3fr .7fr;align-items:start;gap:4rem;display:grid}.gateway-origin ul{margin:0;padding:0;list-style:none}.gateway-origin li{border-block-end:1px solid #dce3ec;align-items:center;min-height:3.5rem;font-weight:700;display:flex}.gateway-origin li:before{content:"";background:var(--gateway-accent);border-radius:50%;width:.55rem;height:.55rem;margin-inline-end:.75rem}.gateway-arabic{text-align:right;background:#eef3f8}.gateway-close{text-align:center;background:#e7edf4;padding-block:clamp(4rem,8vw,7rem)}.gateway-close h2{max-width:58rem;margin:0 auto 1.5rem;font-size:clamp(2rem,4vw,3.8rem);line-height:1.08}.gateway-page .primary{background:var(--gateway-accent);border-color:var(--gateway-accent);color:var(--gateway-deep)}.gateway-via .primary{color:#fff}.motion-enabled .gateway-copy>*{animation:.65s both gateway-enter}.motion-enabled .gateway-copy>:nth-child(2){animation-delay:60ms}.motion-enabled .gateway-copy>:nth-child(3){animation-delay:.12s}.motion-enabled .gateway-copy>:nth-child(4){animation-delay:.18s}.motion-enabled .gateway-copy>:nth-child(5){animation-delay:.24s}.motion-enabled .gateway-snapshot{animation:.75s .2s both gateway-enter}@keyframes gateway-enter{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:none}}@media (width<=64rem){.gateway-hero-grid,.gateway-origin{grid-template-columns:1fr}.gateway-snapshot{max-width:34rem}.gateway-card-grid{grid-template-columns:repeat(2,1fr)}.gateway-flow{grid-template-columns:repeat(3,1fr)}}@media (width<=48rem){.gateway-hero{min-height:auto}.gateway-hero-grid{gap:2rem;padding-block:3.5rem}.gateway-hero h1{font-size:clamp(2.35rem,11vw,3.5rem)}.gateway-logo{max-width:10rem;height:3rem}.gateway-card-grid,.gateway-flow{grid-template-columns:1fr}.gateway-card-grid article{min-height:12rem}.gateway-flow li{min-height:auto}}@media (prefers-reduced-motion:reduce){.gateway-copy>*,.gateway-snapshot{animation:none!important}.gateway-card-grid article{transition:none}}.media-hero,.products-hero{border-block-start:2px solid var(--brass);background:#f7f5f0;padding-block:clamp(3.5rem,6vw,6rem)}.media-hero-grid,.products-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(24rem,.75fr);align-items:center;gap:4rem;display:grid}.media-hero h1,.products-hero h1{letter-spacing:-.04em;max-width:52rem;margin-block:.7rem 1.2rem;font-size:clamp(2.55rem,4.7vw,4.4rem)}.publication-hero .authority-lead,.media-hero .authority-lead,.products-hero .authority-lead{color:var(--slate)}html[lang=ar] .media-hero h1,html[lang=ar] .products-hero h1{letter-spacing:0;line-height:1.35}.media-hero .button-row,.products-hero .button-row{margin-block-start:2rem}.media-hero figure{background:var(--navy-900);color:var(--paper);border-radius:1rem;margin:0;padding:1.2rem}.media-hero figure img{aspect-ratio:16/9;object-fit:cover;border-radius:.7rem;width:100%}.media-hero figcaption{gap:.7rem;padding:1rem .25rem 0;display:grid}.media-hero figcaption span{color:var(--brass-bright);font-size:.64rem;font-weight:800}.media-hero figcaption strong{font-size:1.15rem;line-height:1.45}.media-hero figcaption small{color:var(--muted-on-dark)}.media-archive{grid-template-columns:1.2fr 1fr;gap:1rem;margin-block-start:2.5rem;display:grid}.media-archive article{border:1px solid var(--border);background:var(--surface);grid-template-columns:10rem 1fr;gap:1rem;padding:1rem;display:grid}.media-archive article.featured{grid-row:span 3;grid-template-columns:1fr}.media-archive img{object-fit:cover;width:10rem;height:7rem}.media-archive article.featured img{width:100%;height:20rem}.media-archive span,.video-grid span{color:var(--brass);font-size:.68rem;font-weight:800}.media-archive h3{margin-block:.4rem;font-size:1.2rem}.media-archive p{color:var(--slate);margin:0;font-size:.84rem}.latest-video{background:#fbfaf7}.video-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.video-grid article{border:1px solid var(--border);background:var(--surface);min-height:18rem;padding:1rem}.video-grid img{object-fit:cover;width:100%;height:11rem;margin-block-end:1rem}.video-grid h3{margin-block:.5rem;font-size:1.1rem}.video-grid .channel-card{background:var(--navy-900);color:var(--paper);flex-direction:column;justify-content:center;padding:2rem;display:flex}.video-grid .channel-card h3{color:var(--paper);font-size:1.5rem}.video-grid .channel-card p{color:var(--muted-on-dark)}.speaking-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.speaking-grid article{background:#143758;border:1px solid #ffffff24;min-height:11rem;padding:1.5rem}.speaking-grid .speaking-feature{grid-row:span 2;min-height:23rem}.speaking-grid img{object-fit:cover;width:4rem;height:5rem;margin-block-end:2rem}.speaking-grid h3{color:var(--paper);font-size:1.1rem}.speaking-grid p{color:var(--muted-on-dark);font-size:.84rem}.topic-card-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.topic-card-grid article{border:1px solid var(--border);background:var(--surface);min-height:10rem;padding:1.4rem}.topic-card-grid span{color:var(--brass);font-size:.7rem;font-weight:800}.topic-card-grid h3{margin-block:1rem .5rem;font-size:1.15rem}.topic-card-grid p{color:var(--slate);font-size:.83rem}.products-hero aside{background:var(--navy-900);border-radius:1.2rem;gap:.75rem;padding:1.5rem;display:grid}.products-hero aside>p{color:var(--brass-bright);font-size:.68rem;font-weight:800}.products-hero aside>div{background:var(--surface);border-radius:.7rem;grid-template-columns:7rem 1fr;align-items:center;gap:.2rem 1rem;min-height:5.2rem;padding:1rem;display:grid}.products-hero aside img{object-fit:contain;grid-row:1/3;width:7rem;max-height:3rem}.products-hero aside span{color:var(--navy-900);font-weight:800}.products-hero aside small{color:var(--slate)}.portfolio-intro{border-block-end:1px solid var(--border)}.product-decisions{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.product-decisions article{border:1px solid var(--border);background:var(--surface);padding:1.4rem}.product-decisions span{color:var(--brass);font-size:.7rem;font-weight:800}.product-decisions h3{margin-block:1rem .3rem}.product-decisions p{color:var(--slate);font-size:.84rem}.product-showcase{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.product-showcase a{border:1px solid var(--border);border-block-start:4px solid var(--brass);background:var(--surface);min-height:25rem;box-shadow:var(--shadow-card);transition:transform var(--motion-ui) var(--ease-executive);border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex}.product-showcase a.orange{border-block-start-color:#ff6a00}.product-showcase a.teal{border-block-start-color:#079d91}.product-showcase a.blue{border-block-start-color:#2467c5}.product-showcase a:hover{transform:translateY(-5px)}.product-showcase img{object-fit:contain;object-position:left center;width:11rem;height:4rem;margin-block:1rem 2rem}html[dir=rtl] .product-showcase img{object-position:right center}.product-showcase h3{font-size:1.35rem}.product-showcase p{color:var(--slate)}.product-showcase a>span{color:var(--brass);text-transform:uppercase;margin-block-start:auto;font-size:.78rem;font-weight:800}.product-stage-section{background:#f7f5f0}.product-stage-section .section-lead{max-width:64rem}.product-stage{background:#071426;border:1px solid #243b53cc;border-radius:1.5rem;min-height:34.4rem;margin-block-start:2.8rem;position:relative;overflow:hidden;box-shadow:0 1.125rem 2.125rem #08142624}.product-stage:before,.product-stage:after{content:"";z-index:0;pointer-events:none;height:1px;position:absolute}.product-stage:before{background:#29405873;inset:11rem 3rem auto}.product-stage:after{background:#b38a4a38;inset:auto 14% 5.9rem}.product-stage-header{z-index:5;position:absolute;inset:1.75rem 2.55rem auto}.product-stage-header p{color:#b38a4a;letter-spacing:.06em;margin:0;font-size:.68rem;font-weight:800}.product-stage-header span,.product-stage-header small{color:#c7d4e5;margin-block-start:.35rem;font-size:.86rem;display:block}.stage-mobile-copy{display:none!important}.product-stage-track{z-index:2;position:absolute;inset:4.8rem 4rem 5.2rem}.stage-product-card{--stage-x:0%;--stage-y:0rem;--stage-rotate:0deg;--stage-scale:1;color:#fafaf8;width:20.5rem;height:23.9rem;transform:translate(var(--stage-x), var(--stage-y)) rotate(var(--stage-rotate)) scale(var(--stage-scale));transform-origin:bottom;transition:transform var(--motion-ui) var(--ease-executive), opacity var(--motion-ui) var(--ease-executive), background var(--motion-ui) var(--ease-executive);background:#184667;border:1px solid #b38a4ae6;border-radius:1.125rem;outline:none;flex-direction:column;padding:1.3rem;display:flex;position:absolute;inset-block-start:0;inset-inline-start:calc(50% - 10.25rem);overflow:hidden;box-shadow:0 1rem 2rem #00000059}.stage-product-card:before{content:"";background:var(--product-accent);border-radius:2px;height:4px;position:absolute;inset:-1px -1px auto}.stage-product-card[data-position="-1"],.stage-product-card[data-position="1"]{z-index:-1;width:14.25rem;height:20rem;box-shadow:none;opacity:.94;background:#143957;border-color:#2a4662a6;margin-block-start:2rem}.stage-product-card[data-position="-1"]{--stage-x:-116%;--stage-rotate:2deg}.stage-product-card[data-position="1"]{--stage-x:160%;--stage-rotate:-2deg}.stage-product-card[data-position="-2"],.stage-product-card[data-position="2"]{z-index:-2;width:11.75rem;height:16.9rem;box-shadow:none;opacity:.82;background:#12314a;border-color:#2a4662a6;margin-block-start:4rem}.stage-product-card[data-position="-2"]{--stage-x:-244%;--stage-rotate:4deg}.stage-product-card[data-position="2"]{--stage-x:294%;--stage-rotate:-4deg}html[dir=rtl] .stage-product-card[data-position="-1"]{--stage-x:160%;--stage-rotate:-2deg}html[dir=rtl] .stage-product-card[data-position="1"]{--stage-x:-116%;--stage-rotate:2deg}html[dir=rtl] .stage-product-card[data-position="-2"]{--stage-x:294%;--stage-rotate:-4deg}html[dir=rtl] .stage-product-card[data-position="2"]{--stage-x:-244%;--stage-rotate:4deg}.stage-product-card[aria-current=true]{z-index:3}.stage-product-card:focus-visible{outline-offset:3px;outline:3px solid #fafaf8}.stage-card-logo{align-items:center;height:3.6rem;display:flex}.stage-card-logo img{object-fit:contain;object-position:left center;width:6.5rem;height:3rem}html[dir=rtl] .stage-card-logo img{object-position:right center}.stage-product-cap .stage-card-logo img,.stage-product-sph .stage-card-logo img{width:3.1rem}.askmg-wordmark{color:#fff;background:#0a1b32;border:1px solid #44729c8c;border-radius:.65rem;align-items:center;gap:.65rem;min-height:2.4rem;padding:.55rem .8rem;font-weight:800;display:inline-flex}.askmg-wordmark i{background:#c7943d;border-radius:.1rem;width:.15rem;height:1rem}.stage-product-card h3{color:#fafaf8;margin:1rem 0 .4rem;font-size:1.8rem;line-height:1.2}.stage-card-title{color:#d4dfea;min-height:2.7rem;margin:0;font-size:.86rem;line-height:1.5}.stage-card-status{border:1px solid color-mix(in srgb, var(--product-accent) 58%, transparent);min-width:9.2rem;color:var(--product-accent);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-self:flex-start;margin-block-start:1rem;padding:.38rem .7rem;font-size:.62rem;font-weight:800}.stage-card-body{color:#b8c9d8;margin:1rem 0;font-size:.75rem;line-height:1.55}.stage-card-cta{color:#0b1f33;min-height:2.75rem;font:inherit;text-align:center;cursor:pointer;background:#fafaf8;border:0;border-radius:.65rem;justify-content:center;align-items:center;margin-block-start:auto;padding:.65rem 1rem;font-size:.8rem;font-weight:800;text-decoration:none;display:flex}.stage-product-card:not([aria-current=true]) h3{font-size:1.35rem}.stage-product-card:not([aria-current=true]) .stage-card-body{display:none}.stage-product-card:not([aria-current=true]) .stage-card-cta{color:#e7eef5;background:0 0;justify-content:flex-start;min-height:2.75rem;padding:0;font-size:.7rem}.stage-product-card[data-position="-2"] .stage-card-title,.stage-product-card[data-position="2"] .stage-card-title{font-size:.72rem}.stage-product-card[data-position="-2"] .stage-card-logo,.stage-product-card[data-position="2"] .stage-card-logo{height:2.5rem}.stage-product-card[data-position="-2"] .stage-card-status,.stage-product-card[data-position="2"] .stage-card-status{min-width:0;font-size:.55rem}.stage-arrow{z-index:8;color:#fafaf8;cursor:pointer;background:#0a2138;border:1px solid #b38a4abf;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;display:grid;position:absolute;inset-block-start:50%;transform:translateY(-50%)}.stage-arrow span{font-size:1.65rem;line-height:1}.stage-previous{inset-inline-start:.8rem}.stage-next{inset-inline-end:.8rem}.product-stage-indicator{z-index:6;color:#d9e2ec;background:#091b2e;border:1px solid #28445eb3;border-radius:999px;align-items:center;gap:.45rem;min-height:2.65rem;padding:0 .75rem;display:flex;position:absolute;inset:auto 50% 1.4rem auto;transform:translate(50%)}.product-stage-indicator>div{display:flex}.product-stage-indicator button{cursor:pointer;background:0 0;border:0;place-items:center;width:2rem;height:2.5rem;padding:0;display:grid}.product-stage-indicator button span{background:#607d98;border-radius:50%;width:.42rem;height:.42rem}.product-stage-indicator button[aria-current=true] span{background:#c7943d;width:.62rem;height:.62rem}.product-stage-indicator p{min-width:8rem;margin:0;font-size:.66rem;font-weight:700}.product-stage-categories{grid-template-columns:1.7fr 1fr;gap:1rem;margin-block-start:1.5rem;display:grid}.product-stage-categories article{background:#fff;border:1px solid #d9e2ec;border-radius:1rem;min-height:9.4rem;padding:1.4rem}.product-stage-categories p{color:#b38a4a;letter-spacing:.05em;margin:0;font-size:.68rem;font-weight:800}.product-stage-categories h3{margin:.55rem 0 .35rem;font-size:1.35rem}.product-stage-categories span{color:#52606d;font-size:.8rem;line-height:1.55}.product-stage-categories .product-stage-ai{background:#0b1f33;border-color:#243b53}.product-stage-ai h3{color:#fafaf8}.product-stage-categories .product-stage-ai span{color:#c7d4e5}.product-stage-extensible{color:#66788a;margin:1.5rem 0 0;font-size:.75rem}.future-section{background:#f7f5f0}.future-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:55rem;margin-block-start:2.5rem;display:grid}.future-grid article{border:1px solid var(--border);background:var(--surface);grid-template-columns:3rem 1fr;gap:.2rem 1rem;padding:1.5rem;display:grid}.future-grid img{grid-row:1/3;width:3rem;height:3rem}.future-grid span{color:var(--slate);font-size:.8rem}.ask-grid{grid-template-columns:1.35fr .65fr;align-items:center;gap:4rem;display:grid}.ask-grid aside{background:#143758;border-radius:1rem;padding:2rem}.ask-grid aside strong{border:1px solid #44729c;border-inline-start:3px solid var(--brass);color:var(--paper);border-radius:.7rem;padding:.7rem 1rem;font-size:1.3rem;display:inline-block}.ask-grid aside ul{color:var(--paper);gap:.7rem;padding-inline-start:1.4rem;display:grid}.ask-grid aside small{color:var(--muted-on-dark)}.governance-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.governance-grid article{border:1px solid var(--border);background:#f7f5f0;min-height:9rem;padding:1.4rem}.governance-grid h3{color:var(--brass);text-transform:uppercase;font-size:.78rem}.governance-grid p{color:var(--slate);font-size:.85rem}.product-flow{grid-template-columns:repeat(5,1fr);gap:1rem;margin:2.5rem 0 0;padding:0;list-style:none;display:grid}.product-flow li{border:1px solid var(--border);background:var(--surface);text-align:center;place-content:center;gap:.6rem;min-height:7rem;padding:1rem;font-weight:700;display:grid;position:relative}.product-flow li span{color:var(--brass);font-size:.7rem}.product-flow li:not(:last-child):after{content:"→";z-index:2;color:var(--brass);position:absolute;inset-block-start:42%;inset-inline-end:-.85rem}html[dir=rtl] .product-flow li:not(:last-child):after{content:"←"}@media (width<=64rem){.media-hero-grid,.products-hero-grid,.ask-grid{grid-template-columns:1fr}.media-hero figure,.products-hero aside{max-width:40rem}.media-archive,.product-showcase{grid-template-columns:1fr}.media-archive article.featured{grid-row:auto}.product-showcase a{min-height:20rem}.governance-grid,.topic-card-grid{grid-template-columns:repeat(2,1fr)}.product-flow{grid-template-columns:repeat(3,1fr)}.product-stage-track{inset-inline:2.75rem}.stage-product-card[data-position="-2"],.stage-product-card[data-position="2"]{opacity:0;pointer-events:none}}@media (width<=48rem){.media-archive article,.media-archive article.featured,.video-grid,.speaking-grid,.topic-card-grid,.product-decisions,.future-grid,.governance-grid,.product-flow{grid-template-columns:1fr}.media-archive article.featured img,.media-archive img{width:100%;height:12rem}.speaking-grid .speaking-feature{grid-row:auto;min-height:auto}.products-hero aside>div{grid-template-columns:5rem 1fr}.products-hero aside img{width:5rem}.product-flow li:not(:last-child):after{content:"↓";inset-block:auto -.9rem;inset-inline-end:48%}html[dir=rtl] .product-flow li:not(:last-child):after{content:"↓"}.product-stage-section{padding-inline:0}.product-stage-section>.shell{width:100%}.product-stage-section>.shell>.eyebrow,.product-stage-section>.shell>h2,.product-stage-section>.shell>.section-lead,.product-stage-extensible{margin-inline:1rem}.product-stage-section>.shell>h2{font-size:clamp(1.9rem,9vw,2.45rem)}.product-stage{border-radius:1.4rem;min-height:37.5rem;margin:2rem .8rem 0}.product-stage:before,.stage-arrow,.stage-desktop-copy{display:none!important}.product-stage:before,.product-stage:after{z-index:1;background:#0a2138;border:1px solid #4c7bc4b3;border-radius:1rem;width:2rem;height:18rem;display:block;inset-block-start:10.2rem}.product-stage:before{inset-inline:-.65rem auto}.product-stage:after{inset-inline:auto -.65rem}.stage-mobile-copy{display:block!important}.product-stage-header{inset:1.3rem 1.3rem auto}.product-stage-header p{display:none}.product-stage-header span{color:#b38a4a;letter-spacing:.06em;margin:0;font-size:.64rem;font-weight:800}.product-stage-header small{margin-block-start:.35rem;font-size:.8rem}.product-stage-track{scroll-snap-type:inline mandatory;scrollbar-width:none;gap:.75rem;padding-inline:1.2rem;scroll-padding-inline:1.2rem;display:flex;position:absolute;inset:4.9rem 0 6.9rem;overflow:auto hidden}.product-stage-track::-webkit-scrollbar{display:none}.stage-product-card,.stage-product-card[data-position="-1"],.stage-product-card[data-position="1"],.stage-product-card[data-position="-2"],.stage-product-card[data-position="2"]{--stage-x:0%;--stage-y:0rem;--stage-rotate:0deg;--stage-scale:1;z-index:1;width:calc(100% - 2.35rem);height:24.4rem;box-shadow:none;opacity:1;pointer-events:auto;scroll-snap-align:center;background:#143957;border-color:#2a4662bf;flex:0 0 calc(100% - 2.35rem);margin:0;position:relative;inset:auto;transform:none}.stage-product-card[aria-current=true]{background:#184667;border-color:#b38a4af2;box-shadow:0 .9rem 1.75rem #00000059}.stage-product-card:not([aria-current=true]) h3{font-size:1.8rem}.stage-product-card:not([aria-current=true]) .stage-card-body{display:block}.stage-product-card:not([aria-current=true]) .stage-card-cta{color:#0b1f33;background:#fafaf8;justify-content:center;min-height:2.75rem;padding:.65rem 1rem;font-size:.8rem}.stage-product-card[data-position="-2"] .stage-card-title,.stage-product-card[data-position="2"] .stage-card-title{font-size:.86rem}.stage-product-card[data-position="-2"] .stage-card-logo,.stage-product-card[data-position="2"] .stage-card-logo{height:3.6rem}.stage-product-card[data-position="-2"] .stage-card-status,.stage-product-card[data-position="2"] .stage-card-status{min-width:9.2rem;font-size:.62rem}.product-stage-indicator{justify-content:center;width:calc(100% - 2rem);max-width:19rem;inset-block-end:2.15rem}.product-stage-indicator button{width:2.75rem;height:2.75rem}.product-stage-indicator p{white-space:nowrap;min-width:auto}.product-stage-indicator .stage-focus-copy,.product-stage-indicator bdi{display:none}.product-stage-categories{grid-template-columns:1fr;margin:1.5rem .8rem 0}.product-stage-categories article{min-height:0}}@media (prefers-reduced-motion:reduce){.stage-product-card{transition:none}.product-stage-track{scroll-behavior:auto}}.knowledge-hero aside{background:#ffffff0d;border:1px solid #ffffff29;flex-direction:column;justify-content:center;align-self:stretch;padding:2rem;display:flex}.knowledge-hero aside h2{color:var(--paper);margin-block:.8rem 1rem;font-size:1.75rem}.knowledge-hero aside p:not(.eyebrow){color:var(--muted-on-dark)}.knowledge-hero aside a{min-height:2.75rem;color:var(--brass-bright);text-transform:uppercase;align-items:center;margin-block-start:1.5rem;font-size:.75rem;font-weight:800;display:inline-flex}.knowledge-hero .hero-points span{color:#d9e5f0;text-transform:uppercase;border:1px solid #ffffff38;padding:.5rem .75rem;font-size:.7rem;font-weight:800}.article-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.article-grid article{border:1px solid var(--border);background:var(--surface);min-height:28rem;box-shadow:var(--shadow-card);padding:1.4rem}.article-grid article.featured{background:var(--navy-900);color:var(--paper)}.article-grid article.featured h3{color:var(--paper)}.article-cover{border-inline-start:.5rem solid var(--brass-bright);min-height:7.4rem;color:var(--paper);background:#143b5d;border-radius:.6rem;align-content:center;gap:.5rem;padding:1.4rem;display:grid}.article-cover span,.article-cover small{color:var(--brass-bright);font-size:.65rem;font-weight:800}.article-grid .area-tag{margin-block:1.2rem .5rem}.article-grid h3{font-size:1.25rem;line-height:1.45}.article-grid article>p:last-child{color:var(--slate);font-size:.88rem}.article-grid article.featured>p:last-child{color:var(--muted-on-dark)}.archive-note{color:var(--slate);margin-block:2rem 0}.editorial-rule .shell{border-block-start:2px solid var(--brass);padding-block-start:3rem}.knowledge-type-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.knowledge-type-grid article{border:1px solid var(--border);background:var(--surface);min-height:13rem;box-shadow:var(--shadow-card);padding:1.4rem;position:relative}.knowledge-type-grid article>span{color:var(--brass);font-size:.7rem;font-weight:800}.knowledge-type-grid img{width:2.4rem;height:2.4rem;position:absolute;inset-block-start:1.1rem;inset-inline-end:1.1rem}.knowledge-type-grid h3{margin-block:2.2rem .6rem;font-size:1.15rem}.knowledge-type-grid p{color:var(--slate);font-size:.86rem}.topic-section{background:#f5f4ef}.topic-grid{grid-template-columns:repeat(4,1fr);gap:.8rem;margin-block-start:2.5rem;display:grid}.topic-grid span{border-inline-start:3px solid var(--brass);background:var(--surface);min-height:5.5rem;color:var(--navy-900);align-items:center;padding:1rem;font-weight:700;display:flex}.record-flow,.publication-flow{grid-template-columns:repeat(4,1fr);gap:1rem;margin:2.5rem 0 0;padding:0;list-style:none;display:grid}.record-flow li{min-height:8rem;color:var(--paper);border:1px solid #ffffff26;padding:1.4rem;font-weight:700;position:relative}.record-flow li:not(:last-child):after,.publication-flow li:not(:last-child):after{content:"→";z-index:2;color:var(--brass-bright);position:absolute;inset-block-start:50%;inset-inline-end:-.85rem}html[dir=rtl] .record-flow li:not(:last-child):after,html[dir=rtl] .publication-flow li:not(:last-child):after{content:"←"}.search-promo{background:#edf2f6}.search-promo p:not(.eyebrow){max-width:44rem;color:var(--slate)}.publication-hero{border-block-start:2px solid var(--brass);background:#f7f5f0;padding-block:clamp(3.5rem,6vw,6rem)}.publication-hero-grid{grid-template-columns:minmax(0,1.5fr) minmax(20rem,.7fr);align-items:center;gap:5rem;display:grid}.publication-hero h1{letter-spacing:-.04em;max-width:51rem;margin-block:.7rem 1.2rem;font-size:clamp(2.6rem,5vw,4.5rem)}html[lang=ar] .publication-hero h1{letter-spacing:0;line-height:1.35}.publication-hero .button-row{margin-block-start:2rem}.publication-hero aside{background:var(--navy-900);min-height:28rem;color:var(--paper);border-radius:1.2rem;grid-template-columns:9rem 1fr;gap:1rem;padding:1.7rem;display:grid}.publication-hero aside>span{color:var(--brass-bright);text-transform:uppercase;grid-column:1/-1;align-self:start;font-size:.68rem;font-weight:800}.publication-hero aside h2{color:var(--paper);font-size:1.15rem}.publication-hero aside img{object-fit:cover;grid-row:3/5;width:9rem;height:15rem}.publication-hero aside strong{color:var(--brass-bright);align-self:end}.books-library{grid-template-columns:1.25fr 1fr;gap:1rem;margin-block-start:2.5rem;display:grid}.books-library article{border:1px solid var(--border);background:var(--surface);border-radius:1rem;grid-template-columns:9rem 1fr;gap:1.5rem;min-height:15rem;padding:1.4rem;display:grid}.books-library article.featured{background:#f7f5f0;grid-row:span 2;grid-template-columns:12rem 1fr}.books-library img{object-fit:contain;width:100%;height:13rem}.books-library article.featured img{height:25rem}.books-library bdi{color:var(--brass);font-size:.7rem;font-weight:800}.books-library h3{margin-block:.7rem;font-size:1.25rem}.books-library p{color:var(--slate);font-size:.85rem}.research-layout{grid-template-columns:minmax(0,1fr) 22rem;gap:2rem;margin-block-start:2.5rem;display:grid}.research-layout>article{background:#102a45;border:1px solid #38516a;border-radius:1rem;padding:2rem}.research-layout>article>span{background:var(--brass);color:var(--navy-900);border-radius:2rem;padding:.4rem .7rem;font-size:.68rem;font-weight:800;display:inline-block}.research-layout h3{color:var(--paper);margin-block:1rem;font-size:clamp(1.5rem,3vw,2.2rem)}.research-layout article>p{color:var(--muted-on-dark)}.research-layout dl{grid-template-columns:repeat(2,1fr);gap:1rem;margin-block-start:2rem;display:grid}.research-layout dl div{border-block-start:1px solid #38516a;padding-block-start:.8rem}.research-layout dt{color:var(--brass);text-transform:uppercase;font-size:.65rem;font-weight:800}.research-layout dd{color:var(--paper);margin:.2rem 0 0}.research-layout aside{background:var(--surface);border-radius:1rem;padding:2rem}.research-layout aside h3{color:var(--navy-900)}.research-layout aside ol{color:var(--slate);gap:1rem;padding-inline-start:1.4rem;display:grid}.profile-section{background:#f7f5f0}.research-profiles{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.research-profiles a{border:1px solid var(--border);background:var(--surface);gap:.35rem;min-height:10rem;padding:1.4rem;display:grid;position:relative}.research-profiles a>span{color:var(--brass);text-transform:uppercase;font-size:.7rem;font-weight:800}.research-profiles h3{font-size:1.25rem}.research-profiles bdi{color:var(--slate);font-size:.82rem}.research-profiles i{font-style:normal;position:absolute;inset-block-start:1.2rem;inset-inline-end:1.2rem}.publication-flow{grid-template-columns:repeat(3,1fr)}.publication-flow li{border:1px solid var(--border);min-height:7rem;color:var(--brass);text-transform:uppercase;background:#f3f6f8;gap:.5rem;padding:1.4rem;font-size:.7rem;font-weight:800;display:grid;position:relative}.publication-flow li:first-child{background:var(--navy-900);color:var(--brass-bright)}.publication-flow small{color:var(--navy-900);text-transform:none;font-size:.88rem}.publication-flow li:first-child small{color:var(--paper)}@media (width<=64rem){.article-grid,.knowledge-type-grid,.topic-grid{grid-template-columns:repeat(2,1fr)}.publication-hero-grid,.research-layout{grid-template-columns:1fr}.publication-hero aside{max-width:35rem}.books-library{grid-template-columns:1fr}.books-library article.featured{grid-row:auto}}@media (width<=48rem){.article-grid,.knowledge-type-grid,.topic-grid,.record-flow,.books-library article,.books-library article.featured,.research-profiles,.publication-flow{grid-template-columns:1fr}.article-grid article{min-height:auto}.knowledge-hero aside{min-height:18rem}.record-flow li:not(:last-child):after,.publication-flow li:not(:last-child):after{content:"↓";inset-block:auto -.9rem;inset-inline-end:50%}html[dir=rtl] .record-flow li:not(:last-child):after,html[dir=rtl] .publication-flow li:not(:last-child):after{content:"↓"}.publication-hero aside{grid-template-columns:7rem 1fr;min-height:22rem}.publication-hero aside img{width:7rem;height:11rem}.books-library article.featured img,.books-library img{justify-self:center;width:10rem;height:auto}.research-layout dl{grid-template-columns:1fr}}@media (width<=23.4rem){.shell{width:min(calc(100% - 2rem), var(--content-max))}.site-header{padding-inline:.75rem}.brand img{width:6rem}.search-link{min-width:4.5rem!important}.mobile-menu{margin-inline-start:.35rem}.button-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.motion-enabled .reveal{opacity:1;transform:none}.home-hero-copy>*,.home-portrait,.home-hero-decor img{opacity:1;transform:none;animation:none!important}}.authority-page{background:var(--paper)}.authority-hero{background:radial-gradient(circle at 80% 25%, #2f5b9e52, transparent 30%), linear-gradient(120deg, var(--navy-950), #102b4e);color:var(--paper);padding-block:clamp(4.5rem,8vw,7.5rem);position:relative;overflow:hidden}.authority-hero:after{content:"";border:1px solid #c99a3d47;border-radius:50%;block-size:28rem;inline-size:28rem;position:absolute;inset-block-end:-20rem;inset-inline-end:-8rem}.authority-hero-grid{z-index:1;grid-template-columns:minmax(0,1.5fr) minmax(18rem,.6fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid;position:relative}.authority-hero h1{max-width:48rem;color:var(--paper);letter-spacing:-.035em;margin-block:.8rem 1.25rem;font-size:clamp(2.7rem,5.3vw,5rem)}html[lang=ar] .authority-hero h1{letter-spacing:0;line-height:1.3}.authority-lead{color:#d9e5f0;max-width:47rem;margin:0;font-size:clamp(1rem,1.5vw,1.25rem)}.hero-facts{flex-wrap:wrap;gap:1rem 2.5rem;margin-block:2rem 0;display:flex}.hero-facts div{border-inline-start:2px solid var(--brass-bright);padding-inline-start:1rem}.hero-facts dt{color:var(--muted-on-dark);text-transform:uppercase;font-size:.72rem;font-weight:700}.hero-facts dd{margin:0;font-weight:700}.about-metric{text-align:center;backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff2e;place-content:center;min-height:18rem;padding:2rem;display:grid}.about-metric strong{color:var(--brass-bright);font-size:clamp(3rem,6vw,5.5rem);line-height:1}.about-metric span{color:#d9e5f0;max-width:13rem;margin:1rem auto 0}.authority-section{padding-block:clamp(4rem,7vw,7rem)}.authority-section h2{letter-spacing:-.025em;max-width:55rem;margin-block:.65rem 1rem;font-size:clamp(2rem,3.8vw,3.45rem)}html[lang=ar] .authority-section h2{letter-spacing:0;line-height:1.35}.authority-section .section-lead{max-width:48rem;color:var(--slate);font-size:1.05rem}.split-story{grid-template-columns:minmax(0,1.25fr) minmax(18rem,.65fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.split-story>div>p:not(.eyebrow){max-width:48rem;color:var(--slate)}.split-story figure{background:var(--navy-900);box-shadow:var(--shadow-card);margin:0}.split-story figure img{aspect-ratio:4/5;object-fit:cover;object-position:center top;width:100%}.split-story figcaption{color:var(--paper);padding:1.25rem;display:grid}.split-story figcaption span{color:var(--muted-on-dark);font-size:.88rem}.authority-dark{background:var(--navy-900);color:var(--paper)}.authority-dark h2,.authority-dark h3{color:var(--paper)}.authority-dark .section-lead{color:var(--muted-on-dark)}.vision-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:3rem;display:grid}.vision-grid article{min-height:18rem;transition:transform var(--motion-ui) var(--ease-executive), border-color var(--motion-ui);background:#ffffff0a;border:1px solid #ffffff24;padding:2rem}.vision-grid article:hover{border-color:var(--brass);transform:translateY(-4px)}.vision-grid article>span,.expression-grid article>span,.problem-grid article>span,.path-grid a>span{color:var(--brass-bright);font-size:.75rem;font-weight:800}.vision-grid h3{margin-block:2.5rem .8rem;font-size:1.45rem}.vision-grid p{color:var(--muted-on-dark)}.section-heading{max-width:58rem}.section-heading>p:last-child{color:var(--slate)}.career-timeline{gap:1.5rem;margin:3.5rem 0 0;padding:0;list-style:none;display:grid;position:relative}.career-timeline:before{content:"";background:var(--border);width:1px;position:absolute;inset-block:1rem;inset-inline-start:1.45rem}.career-timeline>li{grid-template-columns:3rem 1fr;gap:1.5rem;display:grid}.timeline-marker{z-index:1;background:var(--navy-900);width:3rem;height:3rem;color:var(--brass-bright);border-radius:50%;align-self:start;place-items:center;font-size:.72rem;font-weight:800;display:grid;position:relative}.career-timeline article{border:1px solid var(--border);background:var(--surface);min-height:15rem;box-shadow:var(--shadow-card);padding:clamp(1.5rem,3vw,2.5rem);position:relative;overflow:hidden}.timeline-period{color:var(--brass);letter-spacing:.06em;font-size:.78rem;font-weight:800}.career-timeline h3{margin-block:.4rem .8rem;font-size:clamp(1.35rem,2.4vw,2rem)}.career-timeline article>p{max-width:52rem;color:var(--slate)}.tag-row{flex-wrap:wrap;gap:.5rem;margin-block-start:1.2rem;padding-inline-end:14rem;display:flex}.tag-row span,.subject-grid span{border:1px solid var(--border);color:var(--slate-blue);text-transform:uppercase;padding:.45rem .7rem;font-size:.68rem;font-weight:800}html[lang=ar] .tag-row span,html[lang=ar] .subject-grid span{text-transform:none}.timeline-images{width:13rem;height:100%;position:absolute;inset-block:0;inset-inline-end:0}.timeline-images img{object-fit:cover;filter:saturate(.82);width:100%;height:100%}.timeline-images img.secondary{border-block-start:3px solid var(--surface);border-inline-start:3px solid var(--surface);width:48%;height:48%;position:absolute;inset-block-end:0;inset-inline-end:0}.today-section{background:#eef2f5}.expression-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.expression-grid article{background:var(--surface);border-block-start:3px solid var(--brass);min-height:17rem;box-shadow:var(--shadow-card);padding:1.7rem}.expression-grid h3{margin-block:2.5rem .8rem;font-size:1.25rem}.expression-grid p{color:var(--slate);font-size:.9rem}.online-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.online-grid a{border:1px solid var(--border);background:var(--surface);min-height:10rem;transition:transform var(--motion-ui) var(--ease-executive), box-shadow var(--motion-ui);gap:.35rem;padding:1.5rem;display:grid;position:relative}.online-grid a:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.online-grid a span{color:var(--slate);font-size:.82rem}.online-grid a i{font-style:normal;position:absolute;inset-block-start:1.25rem;inset-inline-end:1.25rem}.social-line{color:var(--slate);margin-block:2rem 0}.connect-band{color:var(--paper);background:linear-gradient(120deg,#0b1f33,#173a63)}.connect-band h2{color:var(--paper)}.connect-band p{max-width:45rem;color:var(--muted-on-dark)}.connect-grid{grid-template-columns:minmax(0,1.4fr) minmax(16rem,.6fr);align-items:center;gap:4rem;display:grid}.connect-grid blockquote,.expertise-hero blockquote{border-inline-start:3px solid var(--brass-bright);color:var(--paper);background:#ffffff0f;margin:0;padding:2rem;font-size:1.35rem;font-weight:700}.expertise-hero blockquote{place-content:center;align-self:stretch;display:grid}.hero-points{flex-wrap:wrap;gap:.7rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.hero-points li{color:#d9e5f0;text-transform:uppercase;border:1px solid #ffffff3d;padding:.5rem .75rem;font-size:.72rem;font-weight:800}.expertise-areas{grid-template-columns:repeat(6,1fr);gap:1rem;margin-block-start:3rem;display:grid}.expertise-areas article{border:1px solid var(--border);background:var(--surface);min-height:20rem;box-shadow:var(--shadow-card);transition:transform var(--motion-ui) var(--ease-executive);grid-column:span 2;padding:1.6rem;position:relative}.expertise-areas article:nth-child(4){grid-column:2/span 2}.expertise-areas article:hover{transform:translateY(-4px)}.expertise-areas img{width:3rem;height:3rem;margin-block:2.5rem 1.5rem}.area-number{color:var(--brass);font-size:.72rem;font-weight:800;position:absolute;inset-block-start:1.3rem;inset-inline-end:1.3rem}.area-tag{text-transform:uppercase;font-weight:800;color:var(--brass)!important;font-size:.66rem!important}.expertise-areas h3{margin-block:.45rem .8rem;font-size:1.3rem}.expertise-areas p{color:var(--slate);font-size:.87rem}.problem-section{background:#eef2f5}.problem-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(5,1fr);gap:1px;margin-block-start:2.5rem;display:grid}.problem-grid article{background:var(--surface);min-height:12rem;padding:1.5rem}.problem-grid h3{margin-block:2.7rem 0;font-size:1.1rem}.subject-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-block-start:2rem;display:grid}.subject-grid span{text-align:center;place-items:center;min-height:5rem;display:grid}.evidence-flow{grid-template-columns:repeat(4,1fr);gap:0;margin:3rem 0 0;padding:0;list-style:none;display:grid}.evidence-flow li{border:1px solid #ffffff24;min-height:17rem;padding:1.5rem;position:relative}.evidence-flow li:not(:last-child):after{content:"→";z-index:2;color:var(--brass-bright);position:absolute;inset-block-start:50%;inset-inline-end:-.65rem}html[dir=rtl] .evidence-flow li:not(:last-child):after{content:"←"}.evidence-flow img{margin-block-end:2rem}.evidence-flow li>span{color:var(--brass);font-size:.7rem}.evidence-flow h3{margin-block:.3rem .6rem}.evidence-flow p{color:var(--muted-on-dark);font-size:.85rem}.path-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-start:2.5rem;display:grid}.path-grid a{border:1px solid var(--border);background:var(--surface);min-height:15rem;transition:background var(--motion-ui), color var(--motion-ui), transform var(--motion-ui) var(--ease-executive);padding:1.8rem;position:relative}.path-grid a:hover{background:var(--navy-900);color:var(--paper);transform:translateY(-4px)}.path-grid a:hover h3{color:var(--paper)}.path-grid h3{margin-block:2.5rem .7rem;font-size:1.35rem}.path-grid p{color:var(--slate);font-size:.88rem}.path-grid a:hover p{color:var(--muted-on-dark)}.path-grid i{font-style:normal;position:absolute;inset-block-end:1.5rem;inset-inline-end:1.5rem}@media (width<=64rem){.authority-hero-grid,.split-story,.connect-grid{grid-template-columns:1fr}.about-metric{min-height:12rem}.vision-grid,.path-grid{grid-template-columns:repeat(3,1fr)}.expression-grid,.online-grid,.subject-grid{grid-template-columns:repeat(2,1fr)}.problem-grid{grid-template-columns:repeat(3,1fr)}.expertise-areas{grid-template-columns:repeat(2,1fr)}.expertise-areas article,.expertise-areas article:nth-child(4){grid-column:auto}.evidence-flow{grid-template-columns:repeat(2,1fr)}}@media (width<=48rem){.authority-hero{padding-block:3.5rem}.authority-hero h1{font-size:clamp(2.35rem,11vw,3.4rem)}.authority-section{padding-block:3.5rem}.vision-grid,.expression-grid,.online-grid,.problem-grid,.subject-grid,.expertise-areas,.evidence-flow,.path-grid{grid-template-columns:1fr}.vision-grid article,.expression-grid article{min-height:auto}.career-timeline>li{grid-template-columns:2.5rem 1fr;gap:.75rem}.career-timeline:before{inset-inline-start:1.2rem}.timeline-marker{width:2.5rem;height:2.5rem}.career-timeline article{padding:1.25rem;padding-block-end:10rem}.timeline-images{width:100%;height:9rem;inset-block-start:auto}.tag-row{padding-inline-end:0}.evidence-flow li:not(:last-child):after{content:"↓";inset-block:auto -.8rem;inset-inline-end:50%}html[dir=rtl] .evidence-flow li:not(:last-child):after{content:"↓"}.connect-grid blockquote{font-size:1.05rem}}.search-hero,.contact-hero,.legal-hero{background:#f7f5f0;padding-block:clamp(4.5rem,8vw,7rem)}.search-hero h1,.contact-hero h1,.legal-hero h1,.error-page h1{letter-spacing:-.045em;max-width:54rem;margin:.5rem 0 1rem;font-size:clamp(2.7rem,5vw,5rem);line-height:1.02}.search-hero p,.contact-hero p,.legal-hero p{color:#52606d;max-width:48rem;font-size:1.08rem;line-height:1.75}.search-workspace{background:#eef2f6;padding-block:clamp(3.5rem,7vw,6rem)}.search-form{background:#fff;border:1px solid #d9e2ec;border-radius:1rem;padding:1.5rem}.search-form label{color:#0b1f33;margin-bottom:.65rem;font-weight:800;display:block}.search-form>div{grid-template-columns:1fr auto;gap:.65rem;display:grid}.search-form input{width:100%;min-height:3.2rem;font:inherit;border:1px solid #55708c;border-radius:.7rem;padding:.8rem 1rem}.search-form button{color:#fff;cursor:pointer;background:#0b1f33;border:0;border-radius:.7rem;min-width:7rem;min-height:3.2rem;font-weight:800}.search-count{color:#52606d;margin:1.5rem 0 1rem}.search-results{gap:.8rem;display:grid}.search-results a{color:inherit;background:#fff;border:1px solid #d9e2ec;border-radius:.8rem;padding:1.35rem;text-decoration:none;transition:transform .2s,border-color .2s;display:block}.search-results a:hover{border-color:#b38a4a;transform:translateY(-.15rem)}.search-results span{color:#946e2d;letter-spacing:.09em;text-transform:uppercase;font-size:.72rem;font-weight:800}.search-results h2{margin:.35rem 0;font-size:1.2rem}.search-results p{color:#52606d}.search-results strong{margin-top:.7rem;font-size:.8rem;display:block}.search-empty{text-align:center;padding:3rem 1.5rem}.askmg-layer{z-index:40;position:fixed;inset-block-end:1.25rem;inset-inline-end:1.25rem}.askmg-layer details>summary{color:#fff;cursor:pointer;background:#071426;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;min-width:8rem;min-height:3.2rem;padding:.6rem 1rem;font-weight:800;list-style:none;display:flex;box-shadow:0 1rem 2.5rem #07142640}.askmg-layer summary::-webkit-details-marker{display:none}.askmg-layer summary span{color:#071426;background:#b38a4a;border-radius:50%;place-items:center;width:2rem;height:2rem;font-size:.65rem;display:grid}.askmg-panel{background:#fff;border:1px solid #d9e2ec;border-radius:1rem;width:min(27rem,100vw - 2rem);padding:1.25rem;position:absolute;inset-block-end:4rem;inset-inline-end:0;box-shadow:0 1.5rem 4rem #07142647}.askmg-panel header{justify-content:space-between;gap:1rem;display:flex}.askmg-panel header p{color:#b38a4a;letter-spacing:.1em;font-size:.7rem;font-weight:800}.askmg-panel h2{margin:.25rem 0 .8rem;font-size:1.2rem}.askmg-panel header>span{color:#7b5a20;white-space:nowrap;background:#fcf6e5;border-radius:999px;align-self:start;padding:.35rem .55rem;font-size:.68rem}.askmg-panel>p,.askmg-panel small{color:#52606d;line-height:1.6}.askmg-panel nav{gap:.45rem;margin:1rem 0;display:grid}.askmg-panel nav a{color:#0b1f33;background:#eef2f6;border-radius:.55rem;align-items:center;min-height:2.75rem;padding:.65rem .8rem;font-weight:700;text-decoration:none;display:flex}.contact-hero{background:linear-gradient(120deg,#f7f5f0 0%,#eef3f8 100%)}.contact-hero-grid{grid-template-columns:1.35fr .65fr;align-items:center;gap:4rem;display:grid}.contact-hero aside{color:#fff;background:#0b1f33;border-radius:1rem;padding:2rem}.contact-hero aside p{color:#b38a4a;letter-spacing:.08em;font-size:.72rem;font-weight:800}.contact-hero aside strong{margin:1.2rem 0 2.5rem;font-size:1.7rem;line-height:1.2;display:block}.contact-hero aside span{background:#132b45;border-radius:.6rem;padding:1rem;display:block}.contact-paths{padding-block:clamp(4rem,7vw,6rem)}.contact-paths h2{margin:.5rem 0 2rem;font-size:clamp(2rem,4vw,3.4rem)}.contact-paths .shell>div{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.contact-paths article{border:1px solid #d9e2ec;border-radius:1rem;min-height:18rem;padding:1.5rem}.contact-paths article>span{color:#b38a4a;font-weight:800}.contact-paths h3{margin:3rem 0 .7rem;font-size:1.35rem}.contact-paths article p{color:#52606d;line-height:1.65}.contact-paths article a{color:#0b1f33;align-items:center;min-height:2.75rem;margin-top:1rem;font-weight:800;display:inline-flex}.contact-note{color:#fff;background:#0b1f33;padding-block:3.5rem}.contact-note h2{max-width:55rem;font-size:clamp(1.8rem,3.5vw,3rem)}.contact-note p{color:#c7d6e5;max-width:55rem;line-height:1.7}.legal-hero>.shell{grid-template-columns:1.4fr .6fr;align-items:center;gap:4rem;display:grid}.legal-hero aside{background:#fcf6e5;border-radius:.85rem;padding:1.5rem}.legal-hero aside span,.legal-hero aside strong{display:block}.legal-hero aside span{color:#946e2d;letter-spacing:.08em;font-size:.7rem;font-weight:800}.legal-hero aside strong{margin:.8rem 0;font-size:1.5rem}.legal-hero aside p{font-size:.88rem}.legal-content{padding-block:5rem}.legal-grid{grid-template-columns:17.5rem minmax(0,1fr);align-items:start;gap:2.5rem;display:grid}.legal-grid>nav{background:#f7f5f0;border-radius:.8rem;gap:.65rem;padding:1rem;display:grid;position:sticky;top:6rem}.legal-grid nav>strong{color:#946e2d;padding:.5rem;font-size:.72rem}.legal-grid nav a{color:#0b1f33;background:#fff;border:1px solid #d6e0eb;border-radius:.5rem;align-items:center;min-height:3rem;padding:.7rem 1rem;font-weight:750;text-decoration:none;display:flex}.legal-grid nav a.active{color:#fff;background:#0b1f33}.legal-grid nav p{color:#52606d;padding:.5rem;font-size:.78rem;line-height:1.6}.legal-grid article>h2{font-size:2rem}.legal-intro{color:#52606d;font-size:1rem}.legal-grid article>section{border-top:1px solid #e1e7ed;padding-block:1.5rem}.legal-grid article h3{margin:0 0 .65rem;font-size:1.25rem}.legal-grid article section p{color:#52606d;margin:0;line-height:1.8}.legal-grid article>aside{background:#f7f5f0;border-radius:.7rem;margin-top:2rem;padding:1.4rem}.legal-grid article>aside strong{color:#946e2d;letter-spacing:.08em;font-size:.75rem}.legal-cta{color:#fff;background:#0b1f33;padding-block:3.5rem}.legal-cta>.shell{justify-content:space-between;align-items:center;gap:2rem;display:flex}.legal-cta h2{margin:.3rem 0;font-size:2rem}.legal-cta .secondary{color:#0b1f33;background:#fff}.sp-hero{background:#f7f5f0;padding-block:clamp(4rem,8vw,7rem)}.sp-status{color:#fff;background:#0b1f33;border-radius:999px;gap:.5rem;padding:.5rem .8rem;font-size:.75rem;font-weight:800;display:inline-flex}.sp-status span,.sp-page .eyebrow{color:#b38a4a}.sp-hero h1{text-align:center;margin:2.2rem 0 3rem;font-size:clamp(3.5rem,9vw,7rem)}.sp-hero h1 span{color:#b38a4a}.sp-languages{grid-template-columns:1fr 1fr;gap:0;display:grid}.sp-languages article{padding:2rem 4rem}.sp-languages article+article{border-inline-start:1px solid #d6d1c4}.sp-languages h2{font-size:1.8rem}.sp-languages p{color:#52606d;line-height:1.75}.sp-validation{padding-block:5rem}.sp-validation h2{font-size:clamp(2rem,4vw,3.5rem)}.sp-validation .shell>div{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.sp-validation article{border:1px solid #d9e2ec;border-radius:1rem;padding:1.5rem}.sp-validation article span{color:#b38a4a;font-weight:800}.sp-close{color:#fff;text-align:center;background:#0b1f33;padding-block:4rem}.sp-close h2{margin:0 auto 1.5rem;font-size:clamp(1.8rem,4vw,3rem)}.error-page{background:#f7f5f0;align-items:center;min-height:70vh;padding-block:5rem;display:grid}.error-page p{color:#52606d;max-width:48rem;font-size:1.05rem;line-height:1.75}@media (width<=64rem){.contact-hero-grid,.legal-hero>.shell,.legal-grid{grid-template-columns:1fr}.legal-grid>nav{position:static}.contact-paths .shell>div{grid-template-columns:1fr 1fr}.sp-languages article{padding:2rem}.askmg-layer{inset-block-end:.75rem;inset-inline-end:.75rem}}@media (width<=48rem){.search-form>div,.contact-paths .shell>div,.sp-languages,.sp-validation .shell>div{grid-template-columns:1fr}.search-form button{width:100%}.legal-cta>.shell{flex-direction:column;align-items:flex-start}.sp-languages article{padding:2rem 0}.sp-languages article+article{border-inline-start:0;border-top:1px solid #d6d1c4}.askmg-layer details>summary{min-width:3.5rem}.askmg-layer details>summary>span{display:none}}@media (prefers-reduced-motion:reduce){.search-results a{transition:none}}
