@import url('fonts.css');
:root{--bg:#091725;--surface:#101f2d;--surface-2:#132535;--ink:#f4f1e9;--muted:#a9b5bf;--line:#2c3b48;--accent:#efb34c;--accent-ink:#131b20;--paper:#f1ede4;--font:'DM Sans',Arial,sans-serif;--serif:'Lora',Georgia,serif;--max:1320px;color-scheme:dark}
:root[data-theme=light]{--bg:#f8f5ed;--surface:#eeeae0;--surface-2:#e4e7e4;--ink:#10283a;--muted:#51616d;--line:#d1d4ce;--accent:#865710;--accent-ink:#111b22;--paper:#f1ede4;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:115px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:16px;font-weight:450;letter-spacing:.01em;line-height:1.75;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}a,button,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default}img{max-width:100%;height:auto;display:block}svg{flex-shrink:0}p{margin:0 0 1.5em}h1,h2,h3{margin:0;font-weight:500;line-height:1.08;text-wrap:balance}h1,h2{font-family:var(--serif);font-weight:500;line-height:1.2}h1{font-size:clamp(3rem,5.6vw,5.5rem);letter-spacing:0}h2{font-size:clamp(2.5rem,4vw,4rem);letter-spacing:0}h3{font-size:1.45rem;line-height:1.3;letter-spacing:0}::selection{background:#efb34c;color:#091725}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.shell{width:min(var(--max),calc(100% - 112px));margin-inline:auto}.icon{width:21px;height:21px;vertical-align:middle}.topline{border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.topline .shell{display:flex;align-items:center;justify-content:space-between;min-height:35px}.topline i{display:inline-block;width:4px;height:4px;background:var(--accent);border-radius:50%;margin:0 12px;vertical-align:middle}.site-header{position:sticky;top:0;z-index:30;background:var(--bg);border-bottom:1px solid var(--line)}.header-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.brand-symbol{width:60px;height:48px;display:block;overflow:hidden;position:relative;background:#05090e;border-radius:2px}.brand-symbol img{width:78px;max-width:none;position:absolute;top:-1px;left:-9px}.brand-word{font-size:33px;font-weight:600;letter-spacing:-1.8px;line-height:1}.brand-word>span{display:block;font-size:8px;line-height:1.4;text-transform:uppercase;font-weight:500;letter-spacing:.13em;margin-top:8px;max-width:220px}.desktop-nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:500}.desktop-nav a{position:relative;white-space:nowrap;padding-block:12px}.desktop-nav a:after{content:'';position:absolute;bottom:4px;inset-inline:0;height:1px;background:var(--accent);transform:scaleX(0);transition:transform .2s}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{transform:scaleX(1)}.desktop-nav ul,.footer-nav ul{display:contents;list-style:none;margin:0;padding:0}.header-tools{display:flex;align-items:center;gap:12px}.icon-button{border:0;background:none;color:var(--ink);width:40px;height:42px;display:grid;place-items:center}.theme-toggle{border-inline-start:1px solid var(--line);padding-inline-start:16px;width:48px}.moon-icon{display:none}[data-theme=light] .sun-icon{display:none}[data-theme=light] .moon-icon{display:block}.mobile-toggle{display:none}.language-picker{position:relative;font-size:11px}.language-picker summary{display:flex;align-items:center;gap:7px;list-style:none;cursor:pointer;min-height:44px}.language-picker summary::-webkit-details-marker{display:none}.language-picker summary .icon:last-child{width:13px}.language-menu{position:absolute;inset-inline-end:0;top:50px;background:var(--surface);border:1px solid var(--line);width:180px;padding:8px;box-shadow:0 18px 36px #0004}.language-menu a{display:flex;justify-content:space-between;padding:10px 12px;font-size:14px}.language-menu a:hover,.language-menu a[aria-current=true]{background:var(--surface-2);color:var(--accent)}.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:600;text-transform:uppercase;display:flex;align-items:center;gap:11px;color:var(--accent);margin-bottom:24px;line-height:1.6}.eyebrow>span{width:6px;height:6px;background:currentColor;display:inline-block}.hero{display:grid;grid-template-columns:1.16fr 1fr;position:relative;gap:20px;padding-top:75px;min-height:675px;align-items:center}.hero-copy{z-index:2;padding-block:0 35px}.hero h1{font-size:clamp(3.7rem,5.15vw,5.45rem);letter-spacing:0;line-height:1.025}.hero h1 em{display:block;color:var(--accent);font-weight:500;font-style:italic;margin-top:7px}.hero-description{max-width:440px;color:var(--muted);font-size:14px;line-height:1.9;margin-top:30px;margin-bottom:32px}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{background:var(--brand-accent,#efb34c);border:1px solid var(--brand-accent,#efb34c);color:#101b26;display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:50px;padding:13px 23px;font-size:12px;font-weight:600;line-height:1.5;transition:background .2s,transform .2s}.button:hover{background:#f8ca79;transform:translateY(-2px)}.button .icon{width:18px;height:18px}.text-link{display:inline-flex;align-items:center;gap:18px;font-size:12px;font-weight:500;line-height:1.5;min-height:44px}.text-link .icon{width:18px;height:18px;transition:transform .2s}.text-link:hover{color:var(--accent)}.text-link:hover .icon{transform:translateX(4px)}.hero-visual{position:relative;isolation:isolate;min-width:0;height:460px;display:grid;place-items:center}.hero-visual:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,#143452 0,transparent 66%);z-index:-1}.hero-art{position:absolute;width:112%;inset-inline-start:-6%;top:0;height:420px;overflow:hidden;mix-blend-mode:screen;opacity:.95;mask-image:linear-gradient(to bottom,#000 75%,transparent)}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center 32%;filter:saturate(.85)}.orbit{position:absolute;border:1px solid #8095a924;border-radius:50%;width:84%;aspect-ratio:1;top:-14px;z-index:-1}.orbit-2{width:100%;top:-55px}.visual-coordinate{position:absolute;color:var(--muted);font-size:9px;letter-spacing:.18em;z-index:2}.coordinate-top{top:-10px;inset-inline-end:16px}.visual-caption{position:absolute;inset-inline:20px;bottom:35px;display:flex;justify-content:space-between;gap:12px;font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);border-top:1px solid var(--line);padding-top:17px}.visual-caption span:last-child{text-align:end}.visual-cross{position:absolute;color:var(--accent);font-size:22px;font-weight:300;opacity:.6}.cross-one{inset-inline-start:8px;top:38px}.cross-two{inset-inline-end:6px;bottom:80px}.hero-bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:30px 0;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.14em;border-top:1px solid var(--line);margin-top:12px}.hero-bottom>a{display:flex;align-items:center;gap:14px;min-height:28px}.hero-bottom .icon{transform:rotate(90deg);color:var(--accent);width:14px}.mission-strip{border-block:1px solid var(--line);background:var(--surface)}.mission-strip .shell{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:22px}.mission-strip span{font-size:13px;font-weight:500;letter-spacing:.01em}.mission-strip i{font-size:23px;font-style:normal;color:var(--accent)}.section{padding-block:90px}.section-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:42px}.section-intro h2{max-width:690px}.section-intro .eyebrow{margin-bottom:20px}.intro-copy{max-width:340px;color:var(--muted);font-size:14px;margin:0 0 7px}.focus-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.focus-card{padding:30px 28px 38px;position:relative;transition:background .25s}.focus-card:first-child{padding-inline-start:0}.focus-card+.focus-card{border-inline-start:1px solid var(--line)}.focus-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px}.focus-top .icon{width:35px;height:35px;color:var(--accent);stroke-width:1.2}.focus-top>span{font-size:11px;color:var(--muted)}.focus-card h3{font-size:20px;margin-bottom:14px;max-width:240px}.focus-card p{font-size:13px;color:var(--muted);max-width:290px;margin-bottom:26px;line-height:1.9}.focus-arrow{display:inline-grid;place-items:center;border:1px solid var(--line);width:34px;height:34px;border-radius:50%;color:var(--accent)}.focus-arrow .icon{width:17px}.focus-card:hover{background:var(--surface)}.journal-section{background:var(--surface);border-block:1px solid var(--line)}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.story-card{min-width:0}.story-image{display:block;position:relative;overflow:hidden;aspect-ratio:1.55;background:var(--surface-2)}.story-image>img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.story-card:hover .story-image>img{transform:scale(1.035)}.image-arrow{position:absolute;bottom:12px;inset-inline-end:12px;width:34px;height:34px;display:grid;place-items:center;background:var(--bg);border:1px solid var(--line);color:var(--accent)}.image-arrow .icon{width:17px}.story-meta{display:flex;justify-content:space-between;gap:12px;margin-top:21px;margin-bottom:12px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;line-height:1.5}.story-meta>span{color:var(--accent)}.story-meta time{color:var(--muted);white-space:nowrap}.story-card h3{font-size:23px;line-height:1.25;font-weight:600;margin-bottom:13px;letter-spacing:0}.story-card h3 a:hover{color:var(--accent)}.story-card>p{font-size:13px;line-height:1.8;color:var(--muted);margin-bottom:15px}.story-card>.text-link{font-size:11px}.about-preview{display:grid;grid-template-columns:.85fr 1fr;align-items:center;gap:95px}.about-art{position:relative;overflow:hidden;aspect-ratio:1.15;background:#153043}.about-art>img{width:100%;height:100%;object-fit:cover}.about-art>span{position:absolute;bottom:30px;inset-inline-start:30px;font-size:12px;letter-spacing:.25em;color:#f6e9cd}.about-art small{font-size:9px;letter-spacing:.1em}.about-preview h2{margin-bottom:26px}.body-large{font-size:15px;line-height:1.9;color:var(--muted)}.cta{background:#efb34c;color:#10283a;text-align:center;padding:72px 28px 76px;position:relative;overflow:hidden;isolation:isolate}.cta h2{font-size:clamp(3rem,4.8vw,4.8rem);margin-bottom:20px;letter-spacing:0}.cta>.eyebrow{justify-content:center;color:#473516}.cta>p:not(.eyebrow){max-width:500px;margin:0 auto 29px;font-size:13px}.button-dark{background:#10283a;border-color:#10283a;color:#fff;gap:36px}.button-dark:hover{background:#1c3c52}.cta-orbit{position:absolute;width:1100px;height:1100px;border:1px solid #18324920;inset-inline-start:calc(50% - 550px);top:-315px;border-radius:50%;z-index:-1}.cta-orbit:before,.cta-orbit:after{content:'';position:absolute;inset:60px;border:1px solid #18324920;border-radius:50%}.cta-orbit:after{inset:130px}.site-footer{padding-top:65px;background:var(--bg)}.footer-main{display:grid;grid-template-columns:1.2fr .65fr 1fr;gap:80px;padding-bottom:60px}.footer-identity>p{margin-top:22px;color:var(--muted);font-size:12px}.socials{display:flex;gap:9px;flex-wrap:wrap}.socials>a,.socials>button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);background:transparent;color:var(--ink)}.socials button:disabled{color:var(--muted)}.socials>a:hover{color:var(--accent);border-color:var(--accent)}.socials .icon{width:16px;height:16px}.footer-nav{display:flex;flex-direction:column;font-size:12px;gap:10px}.footer-nav a{min-height:26px;display:inline-flex;align-items:center}.footer-nav a:hover{color:var(--accent)}.footer-note>p:not(.eyebrow){font-size:13px;line-height:1.9;color:var(--muted)}.footer-note .eyebrow{margin-bottom:18px}.footer-note .text-link{color:var(--accent)}.footer-bottom{padding-block:23px;border-top:1px solid var(--line);font-size:10px;color:var(--muted);display:flex;justify-content:space-between;gap:20px}.footer-bottom>div{display:flex;gap:28px}.footer-bottom .icon{width:12px;height:12px}.page-hero{padding-block:72px 55px}.page-hero h1{max-width:950px}.page-hero>p:not(.eyebrow){max-width:610px;color:var(--muted);margin-top:27px;margin-bottom:0;font-size:15px}.archive-section{padding-bottom:80px}.archive-controls{display:flex;align-items:stretch;gap:18px;border-block:1px solid var(--line);padding-block:22px;margin-bottom:42px}.search-field{display:flex;align-items:center;position:relative;flex:1}.search-field>.icon{position:absolute;inset-inline-start:16px;color:var(--muted);width:18px}.search-field input{padding-inline-start:46px;width:100%}input,textarea,select{background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:0;padding:13px 15px;font-size:14px;max-width:100%;min-width:0}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}textarea{resize:vertical}select{min-width:180px}.pagination{display:flex;justify-content:center;gap:12px;margin-top:50px}.pagination>a,.pagination>span{display:grid;place-items:center;min-width:44px;min-height:44px;padding:4px;border:1px solid var(--line)}.pagination .current{background:var(--brand-accent);color:#091725}.empty-state{grid-column:1/-1;text-align:center;padding:55px 20px;color:var(--muted);border:1px solid var(--line);width:100%}.empty-state .icon{width:32px;height:32px;margin-bottom:18px}.empty-state p{margin-bottom:16px}.single-article{padding-block:40px 0}.back-link{font-size:11px;color:var(--muted);margin-bottom:35px}.article-header{max-width:950px;margin-inline:auto;text-align:center}.article-header .eyebrow{justify-content:center}.article-header h1{font-size:clamp(2.8rem,5.8vw,5rem);margin-bottom:26px}.article-excerpt{font-size:17px;color:var(--muted);max-width:720px;margin:0 auto 25px;line-height:1.8}.article-meta{display:flex;justify-content:center;gap:25px;flex-wrap:wrap;font-size:11px;color:var(--muted);padding-bottom:35px}.article-cover{height:430px;overflow:hidden;margin-block:12px 55px}.article-cover img{width:100%;height:100%;object-fit:cover}.article-layout{display:grid;grid-template-columns:190px minmax(0,740px);gap:60px;justify-content:center;margin-bottom:60px}.share-panel{align-self:start;position:sticky;top:130px}.share-panel .eyebrow{font-size:9px;margin-bottom:15px}.share-panel>a,.share-panel>button{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:12px;padding:12px 0;border:0;border-bottom:1px solid var(--line);background:none;color:var(--muted);text-align:start}.share-panel .icon{width:14px;height:14px}.share-panel>a:hover,.share-panel>button:hover{color:var(--accent)}.prose{font-size:17px;line-height:1.95;overflow-wrap:anywhere}.prose p{margin-bottom:1.6em}.prose h2{font-size:36px;line-height:1.25;margin:40px 0 20px}.prose h3{margin:30px 0 15px}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:4px}.prose blockquote{border-inline-start:3px solid var(--accent);margin:35px 0;padding:5px 0 5px 25px;font-family:var(--serif);font-size:30px}.prose video,.prose iframe{max-width:100%}.prose figcaption{font-size:12px;color:var(--muted)}.prose .lead{font-size:21px;line-height:1.8}.sample-notice,.notice{font-family:var(--font);font-size:12px;background:var(--surface-2);border-inline-start:2px solid var(--accent);padding:16px 20px;color:var(--muted)}.page-body{max-width:800px;width:calc(100% - 48px);margin:0 auto 80px}.about-page{display:grid;grid-template-columns:.8fr 1fr;gap:75px;padding-bottom:60px;align-items:start}.about-page .about-art{aspect-ratio:.85}.work-list{padding-bottom:75px}.work-row{display:grid;grid-template-columns:100px 1fr 180px;gap:40px;border-top:1px solid var(--line);padding-block:45px;align-items:start;scroll-margin-top:130px}.work-number{font-family:var(--serif);font-size:52px;color:var(--accent)}.work-row h2{font-size:38px;margin-bottom:20px}.work-row p{max-width:560px;color:var(--muted);font-size:16px}.work-symbol{aspect-ratio:1;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center}.work-symbol .icon{width:65px;height:65px;color:var(--accent);stroke-width:1}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:75px}.media-grid figure{margin:0}.media-grid img{aspect-ratio:.9;object-fit:cover}.media-grid figcaption{font-size:13px;color:var(--muted);padding-block:15px}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:95px;padding-bottom:95px}.contact-info>.body-large{margin-bottom:35px}.contact-detail{display:flex;gap:20px;margin-bottom:28px}.contact-detail>.icon{color:var(--accent);margin-top:5px}.contact-detail h2{font-family:var(--font);font-size:12px;font-weight:500;color:var(--muted);margin-bottom:10px}.contact-detail a,.contact-detail p,.contact-detail span{font-size:15px;margin:0}.muted{color:var(--muted);font-size:12px}.contact-form-wrap{border:1px solid var(--line);padding:32px;background:var(--surface)}.contact-form label{display:block;font-size:12px;margin-bottom:9px}.contact-form input:not([type=checkbox]),.contact-form select,.contact-form textarea{width:100%;background:var(--bg);margin-bottom:23px}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form .consent{display:flex;align-items:flex-start;gap:12px;margin-top:2px;margin-bottom:25px;font-size:11px;color:var(--muted);line-height:1.8}.consent input{accent-color:var(--accent);width:17px;height:17px;flex-shrink:0;margin-top:3px}.consent a{text-decoration:underline}.form-note{font-size:10px;color:var(--muted);line-height:1.8;margin:20px 0 0}.honeypot{position:absolute!important;inset-inline-start:-10000px;width:1px;height:1px;overflow:hidden}.form-status{border:1px solid var(--accent);padding:15px;margin-bottom:22px;font-size:13px}.error-page{min-height:60vh}.error-page .button{margin-top:30px}.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.skip-link{position:fixed;top:-100px;inset-inline-start:20px;z-index:100;background:var(--accent);color:#091725;padding:10px 20px}.skip-link:focus{top:10px}.wp-block-image img{height:auto}.wp-block-gallery{display:flex;flex-wrap:wrap;gap:20px}.wp-block-gallery figure{flex:1 1 240px;margin:0}body.admin-bar .site-header{top:32px}
[dir=rtl]{letter-spacing:0;--font:'Noto Sans Arabic',Tahoma,sans-serif;--serif:'Noto Sans Arabic',Tahoma,sans-serif}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3{letter-spacing:0;line-height:1.55}[dir=rtl] .hero h1{font-size:clamp(2.4rem,4vw,4rem);line-height:1.6}[dir=rtl] h1 em{font-style:normal}[dir=rtl] .eyebrow,[dir=rtl] .topline,[dir=rtl] .story-meta{letter-spacing:0}[dir=rtl] .brand-word{font-family:'DM Sans',sans-serif;letter-spacing:-1px}[dir=rtl] .brand-word>span{font-family:var(--font);letter-spacing:0}[dir=rtl] .text-link .icon,[dir=rtl] .button .icon{transform:scaleX(-1)}[dir=rtl] .focus-title{line-height:1.5}[dir=rtl] .prose{line-height:2.2}
@media(min-width:1600px){.hero{min-height:745px}.hero-visual{height:510px}.hero-art{height:480px}.hero h1{font-size:87px}}
@media(max-width:1150px){.shell{width:calc(100% - 64px)}.desktop-nav{gap:16px;font-size:11px}.brand-word{font-size:29px}.brand-word>span{max-width:150px;font-size:7px}.brand-symbol{width:48px}.brand-symbol img{left:-14px}.header-inner{gap:15px}.header-tools{gap:6px}.hero{min-height:620px;grid-template-columns:1.1fr 1fr;gap:10px;padding-top:60px}.hero h1{font-size:61px}.hero-visual{height:380px}.hero-art{height:360px}.hero-description{font-size:13px}.hero-actions{gap:18px}.hero-actions .text-link{font-size:11px}.hero-actions .button{padding:12px 16px;gap:18px}.about-preview{gap:55px}.footer-main{gap:45px}.contact-layout{gap:45px}.contact-form-wrap{padding:25px}.section{padding-block:70px}.section-intro{gap:30px}.intro-copy{max-width:290px}.focus-card{padding-inline:24px}.story-grid{gap:22px}.story-card h3{font-size:21px}.story-meta{flex-wrap:wrap;gap:5px}.hero-bottom{margin-top:25px}}
@media(max-width:950px){.desktop-nav{display:none;position:absolute;top:100%;inset-inline:0;background:var(--bg);border-bottom:1px solid var(--line);padding:20px 32px;flex-direction:column;align-items:stretch;gap:0;font-size:16px!important;max-height:calc(100dvh - 100px);overflow:auto}.desktop-nav.is-open{display:flex}.desktop-nav a{display:block;padding-block:13px}.desktop-nav li{list-style:none}.mobile-toggle{display:grid}.header-inner{min-height:84px}.brand-word>span{max-width:none;font-size:8px}.hero h1{font-size:56px}.hero{min-height:570px}.hero-description{max-width:370px}.hero-art{width:125%;inset-inline-start:-12.5%}.hero-actions{align-items:flex-start;flex-direction:column;gap:8px}.section-intro h2{font-size:42px}.about-preview{gap:36px}.intro-copy{font-size:13px;max-width:260px}.focus-card h3{font-size:18px}.focus-card p{font-size:12px}.work-row{grid-template-columns:70px 1fr 120px;gap:25px}.contact-layout{gap:35px;grid-template-columns:.7fr 1fr}.form-two{grid-template-columns:1fr;gap:0}.article-layout{grid-template-columns:140px 1fr;gap:35px}.article-cover{height:340px}}
@media(max-width:700px){.shell{width:calc(100% - 40px)}.topline .shell{min-height:31px;font-size:8px;letter-spacing:.06em}.topline .shell>span:last-child{display:none}.header-inner{min-height:78px;gap:8px}.brand-symbol{width:45px;height:40px}.brand-symbol img{width:65px;left:-10px}.brand{gap:8px}.brand-word{font-size:28px}.brand-word>span{font-size:6px;max-width:150px;letter-spacing:.07em;margin-top:5px}.header-tools{gap:2px}.theme-toggle{padding-inline-start:8px;width:37px}.icon-button{width:35px}.language-picker summary{gap:4px}.language-picker summary>.icon:first-child{display:none}.language-picker summary>.icon:last-child{width:10px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:45px;gap:0}.hero-copy{padding-bottom:0}.eyebrow{font-size:9px;letter-spacing:.1em;margin-bottom:20px}.hero h1{font-size:clamp(2.9rem,9.7vw,4rem);max-width:570px}.hero-description{font-size:13px;max-width:95%;margin-top:24px;margin-bottom:25px}.hero-actions{flex-direction:row;align-items:center;gap:16px}.hero-actions .text-link{font-size:10px;gap:9px}.hero-actions .button{font-size:11px;padding:12px 16px;gap:14px}.hero-visual{height:305px;margin-top:30px;width:100%;max-width:450px;justify-self:center;overflow:hidden}.hero-art{width:100%;inset-inline:0;height:300px;top:0}.orbit{width:76%;top:0}.orbit-2{width:90%;top:-26px}.coordinate-top{top:20px;inset-inline-end:10px;font-size:7px}.visual-caption{inset-inline:10px;bottom:6px;font-size:7px;padding-top:12px}.cross-one{top:30px;inset-inline-start:5px}.cross-two{bottom:35px}.hero-bottom{padding:20px 0;margin-top:12px;font-size:8px}.hero-bottom>span{max-width:150px;text-align:end}.mission-strip .shell{gap:9px;padding-block:18px}.mission-strip span{font-size:9px;max-width:110px;line-height:1.6;text-align:center}.mission-strip i{font-size:16px}.section{padding-block:55px}.section-intro{display:block;margin-bottom:28px}.section-intro h2{font-size:39px}.intro-copy{max-width:100%;margin-top:20px;font-size:13px}.section-intro>.text-link{margin-top:18px}.focus-grid{grid-template-columns:1fr}.focus-card{padding:24px 0!important;display:grid;grid-template-columns:1fr 35px;column-gap:20px}.focus-card+.focus-card{border-inline-start:none;border-top:1px solid var(--line)}.focus-top{grid-column:1/-1;margin-bottom:20px}.focus-top .icon{width:28px;height:28px}.focus-card h3{font-size:21px;max-width:none}.focus-card p{font-size:13px;max-width:none;grid-column:1;margin-bottom:0}.focus-arrow{grid-column:2;grid-row:2/4;align-self:center}.story-grid{grid-template-columns:1fr;gap:35px}.story-image{aspect-ratio:1.65}.story-meta{flex-wrap:nowrap;margin-top:17px;font-size:9px}.story-card h3{font-size:24px}.story-card>p{font-size:13px}.about-preview{grid-template-columns:1fr;gap:32px}.about-art{aspect-ratio:1.2}.about-preview h2{font-size:40px}.body-large{font-size:14px}.cta{padding:55px 24px}.cta h2{font-size:44px}.cta>p:not(.eyebrow){font-size:13px}.footer-main{grid-template-columns:1fr 1fr;gap:35px;padding-bottom:30px}.footer-identity{grid-column:1/-1}.footer-note .eyebrow{font-size:9px}.footer-note>p:not(.eyebrow){font-size:11px}.footer-nav{font-size:12px}.footer-bottom{display:block;font-size:9px}.footer-bottom>div{margin-top:15px;justify-content:space-between}.site-footer{padding-top:40px}.page-hero{padding-block:45px 35px}.page-hero h1{font-size:clamp(2.7rem,10vw,4rem)}.page-hero>p:not(.eyebrow){font-size:14px}.archive-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px}.search-field{grid-column:1/-1}.archive-controls select{min-width:0;font-size:12px}.archive-controls .button{font-size:11px;padding:12px;gap:8px}.article-header h1{font-size:42px}.article-header{text-align:start}.article-header .eyebrow{justify-content:flex-start}.article-excerpt{font-size:15px}.article-meta{justify-content:flex-start;gap:15px;font-size:10px}.article-cover{height:240px;margin-bottom:25px}.article-layout{display:flex;flex-direction:column-reverse;gap:30px}.share-panel{position:static;display:flex;flex-wrap:wrap;gap:10px}.share-panel .eyebrow{width:100%;margin-bottom:0}.share-panel>a,.share-panel>button{width:auto;gap:10px;font-size:11px;padding:8px 10px;border:1px solid var(--line)}.prose{font-size:16px}.prose h2{font-size:30px}.about-page{grid-template-columns:1fr;gap:30px}.about-page .about-art{aspect-ratio:1.3}.prose .lead{font-size:18px}.work-row{grid-template-columns:45px 1fr;gap:18px;padding-block:30px}.work-number{font-size:36px}.work-row h2{font-size:29px}.work-row p{font-size:14px}.work-symbol{display:none}.media-grid{grid-template-columns:1fr;gap:25px}.media-grid img{aspect-ratio:1.3}.contact-layout{grid-template-columns:1fr;gap:35px;padding-bottom:50px}.contact-form-wrap{padding:23px 20px}.contact-info>.body-large{margin-bottom:30px}.contact-form .button{width:100%}.contact-detail h2{font-size:12px}.contact-detail p,.contact-detail a,.contact-detail span{font-size:14px}.contact-form input,.contact-form textarea,.contact-form select{font-size:16px}body.admin-bar .site-header{top:46px}[dir=rtl] .hero h1{font-size:clamp(2rem,8vw,3rem)}[dir=rtl] .hero-description{font-size:13px}[dir=rtl] .hero-actions{gap:12px}[dir=rtl] .hero-actions .button{font-size:10px}[dir=rtl] .section-intro h2{font-size:30px}[dir=rtl] .brand-word>span{max-width:110px;font-size:6px}.language-menu{inset-inline-end:-55px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media print{.site-header,.site-footer,.topline,.share-panel,.back-link,.section,.cta{display:none!important}body{background:white!important;color:black!important}.shell{width:100%}.article-layout{display:block}.prose{font-size:12pt;color:black}.article-cover{height:200px}.article-header h1{font-size:32pt}.article-excerpt,.article-meta{color:#333}.sample-notice{color:#333}a{color:black!important}.single-article{padding:0}}
.sample-label{display:inline-block;font-size:9px;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--line);padding:2px 7px;color:var(--muted);margin-bottom:10px}

html:not(.js) .theme-toggle,html:not(.js) .mobile-toggle{display:none}
@media(max-width:950px){html:not(.js) .header-inner{flex-wrap:wrap;padding-block:15px}html:not(.js) .desktop-nav{position:static;display:flex;flex-direction:row;flex-wrap:wrap;order:3;width:100%;padding:5px 0;border:0;gap:5px 18px}html:not(.js) .desktop-nav a{font-size:12px;padding-block:5px}}
@media(min-width:701px) and (max-width:950px){.hero-visual{overflow:hidden}}
@media(max-width:360px){.brand-word{font-size:25px}.brand-word>span{max-width:105px}.header-tools{flex-shrink:0}}

/* A shared photographic hero preserves the full logo surround in both appearances. */
.hero-stage{position:relative;isolation:isolate;overflow:hidden;background:#091725;color:#f4f1e9;--bg:#091725;--ink:#f4f1e9;--muted:#c3ced6;--accent:#efb34c;--line:#65798966}
.hero-backdrop{position:absolute;inset:0;z-index:-2;pointer-events:none}
.hero-backdrop img{width:100%;height:100%;object-fit:cover;object-position:center 58%}
.hero-stage:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#091725eb 0%,#091725b8 43%,#09172573 100%),linear-gradient(0deg,#091725e8 0%,transparent 45%,#09172545 100%)}
[dir=rtl] .hero-stage:before{background:linear-gradient(270deg,#091725eb 0%,#091725b8 43%,#09172573 100%),linear-gradient(0deg,#091725e8,transparent 65%)}
.hero{grid-template-columns:1.2fr 1fr;gap:32px;padding-top:72px;min-height:710px}
.hero-copy{min-width:0;padding-bottom:25px}
.hero h1{font-size:clamp(2.7rem,4.2vw,4.1rem);font-weight:500;letter-spacing:0;line-height:1.2;overflow-wrap:normal}
.hero h1 em{margin-top:12px;line-height:1.2}
.hero-description{font-size:15px;font-weight:500;line-height:1.9;max-width:475px}
.hero-visual{height:470px;overflow:visible;align-self:center}
.hero-visual:before{background:radial-gradient(ellipse,#102e4966,transparent 68%)}
.hero-art{top:20px;width:100%;inset-inline-start:0;height:auto;opacity:1;mix-blend-mode:screen;mask-image:none}
.hero-art-default{aspect-ratio:1536 / 745}
.hero-art-default img{width:100%;height:auto;filter:saturate(.9);object-fit:contain}
.hero-art-custom{height:370px;mix-blend-mode:normal}
.hero-art-custom img{height:100%;object-fit:contain;filter:none}
.hero-wordmark{position:absolute;top:67%;inset-inline:0;text-align:center;line-height:1.3}
.hero-wordmark strong{font-family:'DM Sans',sans-serif;font-size:50px;font-weight:700;letter-spacing:.19em;padding-inline-start:.19em;color:#f4f1e9}
.hero-wordmark span{display:block;margin-top:8px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#c3ced6}
[dir=rtl] .hero-wordmark span{letter-spacing:0;font-size:12px}
.orbit{top:0;width:85%;border-color:#a9b5bf30}
.orbit-2{top:-38px;width:100%}
.visual-caption{bottom:12px;inset-inline:8px;font-size:9px;letter-spacing:.09em;line-height:1.7}
.coordinate-top{top:-20px}
.hero-bottom{margin-top:5px;position:relative}
.hero-stage .text-link:hover{color:#f5c670}
.hero-stage .button{font-weight:600}
.hero-stage .eyebrow{font-size:11px}
h2{font-size:clamp(2.15rem,3.5vw,3.55rem)}
.prose{letter-spacing:.012em}
[dir=rtl] .prose{letter-spacing:0}
@media(min-width:1600px){.hero{min-height:740px}.hero h1{font-size:68px}.hero-visual{height:510px}.hero-wordmark{top:66%}}
@media(max-width:1150px){.hero{grid-template-columns:1.1fr 1fr;gap:24px;min-height:660px}.hero h1{font-size:clamp(2.5rem,4.4vw,3.6rem)}.hero-visual{height:410px}.hero-wordmark{top:62%}.hero-wordmark strong{font-size:44px}.hero-description{font-size:14px}.hero-wordmark span{font-size:9px}}
@media(min-width:701px) and (max-width:950px){.hero{gap:20px;padding-top:65px}.hero-visual{height:340px}.hero-wordmark{top:57%}.hero-wordmark strong{font-size:36px}.hero-wordmark span{font-size:8px;max-width:240px;margin-inline:auto}.orbit-2{top:-10px}.visual-caption{bottom:0;font-size:7px}.coordinate-top{top:-6px}.hero h1{font-size:clamp(2.15rem,4.5vw,2.7rem)}.hero-description{font-size:14px}.section-intro h2{font-size:36px}}
@media(max-width:700px){.hero-stage:before{background:linear-gradient(180deg,#091725db 0%,#091725ac 45%,#091725c9 100%)}.hero-backdrop img{object-position:62% center}.hero{grid-template-columns:1fr;padding-top:45px;gap:0;min-height:0}.hero h1{font-size:clamp(2rem,7.7vw,3.25rem);line-height:1.25}.hero h1 em{line-height:1.3}.hero-description{font-size:14px;max-width:100%;margin-top:24px}.hero-visual{height:380px;margin-top:55px;max-width:430px;overflow:visible}.hero-art{top:0}.hero-art-custom{height:300px}.hero-wordmark{top:62%}.hero-wordmark strong{font-size:42px}.hero-wordmark span{font-size:9px;max-width:290px;margin-inline:auto}.visual-caption{bottom:8px;font-size:8px}.orbit{width:82%;top:0}.orbit-2{width:95%;top:-26px}.coordinate-top{top:-20px}.cross-one{top:15px}.cross-two{bottom:65px}.hero-bottom{margin-top:24px;gap:20px}.hero-stage .eyebrow{font-size:10px}.section-intro h2,.about-preview h2{font-size:32px}.cta h2{font-size:36px}.article-header h1{font-size:34px}[dir=rtl] .hero h1{font-size:clamp(1.9rem,7.8vw,3rem)}}
@media(max-width:380px){.hero-visual{height:325px}.hero-wordmark{top:57%}.hero-wordmark strong{font-size:35px}.hero-wordmark span{font-size:8px}.visual-caption{font-size:7px}.hero-bottom{font-size:7px}.hero-actions{gap:12px}.language-menu{width:210px}}
/* Public team directory and individual biographies. */
.team-section{padding-bottom:85px}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.staff-card{border:1px solid var(--line);background:var(--surface);min-width:0}.staff-portrait{display:block;aspect-ratio:1.15;overflow:hidden;background:var(--surface-2)}.staff-portrait>img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.portrait-placeholder{display:grid;place-items:center;height:100%;background:radial-gradient(circle at 50% 40%,#315063,#10283a 75%)}.portrait-placeholder .icon{width:95px;height:95px;stroke-width:.8;color:#efb34c}
.staff-card-copy{padding:26px}.staff-role{font-size:12px;font-weight:600;color:var(--accent);margin-bottom:10px}.staff-card h2{font-family:var(--font);font-size:25px;font-weight:600;line-height:1.4;margin-bottom:15px}.staff-card h2 a:hover{color:var(--accent)}.staff-excerpt{font-size:14px;line-height:1.85;color:var(--muted);margin-bottom:15px}.staff-profile-wrap{padding-block:40px 85px}.staff-profile{display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:70px}.staff-profile .staff-portrait{aspect-ratio:.85}.staff-profile h1{font-size:clamp(2.4rem,4.3vw,4rem);margin-bottom:28px}.staff-profile .prose{margin-top:25px}.staff-profile .eyebrow{letter-spacing:.06em}.language-menu{width:215px}
@media(min-width:951px) and (max-width:1250px){.desktop-nav{gap:14px;font-size:11px}.brand-word>span{max-width:150px;font-size:7px}.header-inner{gap:15px}}
@media(max-width:950px){.staff-profile{gap:35px}.team-grid{gap:18px}.staff-card-copy{padding:20px}.staff-card h2{font-size:21px}.staff-profile h1{font-size:38px}}
@media(max-width:700px){.team-grid{grid-template-columns:1fr;gap:28px}.staff-portrait{aspect-ratio:1.25}.staff-card-copy{padding:25px}.team-section{padding-bottom:55px}.staff-profile{grid-template-columns:1fr;gap:30px}.staff-profile .staff-portrait{max-width:450px;aspect-ratio:1.1;width:100%}.staff-profile h1{font-size:34px}.staff-profile-wrap{padding-block:25px 55px}}
/* Readable emblem badge in both appearances; preserve the original artwork. */
.brand-symbol{background:linear-gradient(145deg,#ffffff35,#ffffff12);border:1px solid #ffffff28;border-radius:8px;box-shadow:0 2px 12px #0002}
.brand-symbol img{mix-blend-mode:screen;filter:brightness(1.3) saturate(.9)}
[data-theme=light] .brand-symbol{background:linear-gradient(145deg,#10283aef,#10283ac7);border-color:#10283a20;box-shadow:0 2px 10px #10283a14}
.brand-word{letter-spacing:-1px}
.hero-purpose{font-size:15px;font-weight:600;line-height:1.8;color:#f4f1e9;margin:25px 0 0;max-width:530px}
.hero-description{margin-top:15px}
.hero-backdrop img{object-position:center center}
.hero-stage:before{background:linear-gradient(90deg,#091725f5 0%,#091725e6 38%,#09172599 70%,#09172588 100%),linear-gradient(0deg,#091725ed 0%,transparent 65%)}
[dir=rtl] .hero-stage:before{background:linear-gradient(270deg,#091725f5 0%,#091725e6 38%,#09172599 70%,#09172588 100%),linear-gradient(0deg,#091725ed,transparent 65%)}
.hero-photo-credit{max-width:620px;text-align:end;text-transform:none;letter-spacing:0;font-size:11px;line-height:1.65}
.hero-photo-credit .photo-credit{font-size:10px;color:#c3ced6}
.hero-bottom{gap:30px}.hero-bottom>a{flex-shrink:0}
.documentary-section{padding-bottom:25px}.documentary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.documentary-photo{min-width:0;margin:0}.documentary-photo>img{width:100%;aspect-ratio:1.4;object-fit:cover;object-position:center;height:auto;border:1px solid var(--line)}
.documentary-photo figcaption{padding-top:16px}.photo-caption{display:block;font-size:13px;line-height:1.8;font-weight:500}
.photo-credit{display:block;font-size:10px;line-height:1.9;color:var(--muted);margin-top:7px;overflow-wrap:anywhere;letter-spacing:0}
.photo-credit a{text-decoration:underline;text-underline-offset:3px}.photo-credit a:hover{color:var(--accent)}
.about-photo>img{aspect-ratio:1.2}.about-page .about-photo>img{aspect-ratio:.95}.media-photos{padding-bottom:80px}
.developer-credit{display:inline-flex;flex-wrap:wrap;gap:5px 7px;align-items:baseline}.developer-credit a{font-weight:600;color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.footer-bottom>div{flex-wrap:wrap;align-items:baseline}.footer-bottom>span{min-width:0}
/* Native navigation keeps ordinary links, history, new tabs and form submissions intact. */
@view-transition{navigation:auto}
::view-transition-old(root){animation:280ms ease-out both jrr-page-out}
::view-transition-new(root){animation:320ms ease-out both jrr-page-in}
@keyframes jrr-page-out{to{opacity:0}}
@keyframes jrr-page-in{from{opacity:0}to{opacity:1}}
@keyframes jrr-content-in{from{opacity:.25;translate:0 5px}to{opacity:1;translate:0 0}}
@media(prefers-reduced-motion:no-preference){
 .js #main{animation:jrr-content-in 320ms ease-out both}
 html.theme-changing body,html.theme-changing .site-header,html.theme-changing .site-footer,html.theme-changing .mission-strip,html.theme-changing .journal-section,html.theme-changing input,html.theme-changing textarea,html.theme-changing select,html.theme-changing .contact-form-wrap,html.theme-changing .staff-card{transition:background-color 400ms ease,border-color 400ms ease,box-shadow 400ms ease}
}
@media(max-width:1100px){.documentary-grid{gap:20px}.photo-caption{font-size:12px}.hero-photo-credit{max-width:55%}}
@media(max-width:700px){.documentary-grid{grid-template-columns:1fr;gap:30px}.documentary-photo>img{aspect-ratio:1.5}.documentary-section{padding-bottom:5px}.hero-purpose{font-size:14px;margin-top:22px}.hero-description{margin-top:12px}.hero-bottom{flex-wrap:wrap;gap:14px}.hero-photo-credit{max-width:100%;width:100%;text-align:start}.hero-photo-credit .photo-caption{font-size:11px}.hero-photo-credit .photo-credit{font-size:10px}.hero-stage:before,[dir=rtl] .hero-stage:before{background:linear-gradient(180deg,#091725eb 0%,#091725c4 50%,#091725d9 100%)}.footer-bottom>div{gap:14px;align-items:center}.about-page .about-photo>img{aspect-ratio:1.3}.media-photos{padding-bottom:50px}}
@media(prefers-reduced-motion:reduce){@view-transition{navigation:none}::view-transition-old(root),::view-transition-new(root){animation:none!important}.js #main{animation:none!important;translate:none}html{scroll-behavior:auto}}
@media print{.photo-credit{color:#333}.hero-stage{background:white;color:black}.developer-credit{display:none}}

/* Preserve the full historical photograph on its article page. */
.article-cover.article-cover-documentary{height:auto;aspect-ratio:auto}.article-cover-documentary img{width:100%;height:auto;max-height:none;object-fit:contain}
