@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Great+Vibes&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}body,html{overflow-x:hidden}html{scroll-behavior:smooth;scroll-padding-top:80px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,a[href^="#"]{scroll-behavior:smooth}a{scroll-margin-top:80px}.App-link,.nav-link{transition:all .3s cubic-bezier(.4,0,.2,1)}main{transition:opacity .3s ease}:root{--primary-color:#2c5282;--secondary-color:#1a365d;--accent-color:#ff6b35;--background-white:#ff8c61;--background-light:#ff6b35;--text-primary:#fff;--text-secondary:#fff;--border-color:#ff9f7c;--transition-speed:0.3s}[data-theme=dark]{--primary-color:#ff6b35;--secondary-color:#ff8c61;--accent-color:#ff9f7c;--background-white:#0a192f;--background-light:#112240;--text-primary:#fff;--text-secondary:#e0e0e0;--border-color:#1d3461}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ff8c61;background-color:var(--background-white);color:#fff;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;padding:0;scroll-behavior:smooth;transition:background-color .3s ease,color .3s ease;transition:background-color var(--transition-speed) ease,color var(--transition-speed) ease}.App{-webkit-overflow-scrolling:auto;align-items:center;display:flex;flex-direction:column;touch-action:pan-y;width:100%}.App-header{background-color:#ff8c61;background-color:var(--background-white);box-shadow:0 1px 3px #0000001a;padding:1rem 0;position:sticky;top:0;width:100%;z-index:1000}.header-container{max-width:1200px}.header-container:after{background-color:#2c5282;bottom:0;content:"";height:3px;left:0;position:absolute;right:0}.App-title{align-items:flex-start;color:#2c5282;color:var(--primary-color);display:flex;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;gap:1rem;margin-top:5rem}.App-title img{height:6rem;margin-top:-5rem;width:7rem}.title-text{display:flex;flex-direction:column;margin-left:1rem;margin-top:-4rem}.title-line-1,.title-line-2{font-size:clamp(1.3rem,2vw,2.2rem)}.title-line-2{font-size:clamp(1.7rem,2.55vw,2.9rem)}.title-line-1,.title-line-2{line-height:1.1}.App-title img:hover{transform:scale(1.05)}.App-nav-top{gap:2.5rem}.App-link{font-size:1.25rem}.App-link:after{background-color:#2c5282;background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;transition:width var(--transition-speed) ease;width:0}.App-link:hover{color:#2c5282;color:var(--primary-color)}.App-link:hover:after{width:100%}.App-link.active{color:#2c5282;color:var(--primary-color)}.App-link.active:after{width:100%}main{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:3rem 2rem;transform:translateX(-20px)}h1,h2,h3,h4,h5,h6{color:#2c5282;color:var(--primary-color);font-family:Playfair Display,serif;line-height:1.3;margin-bottom:1.5rem}h1{font-size:3rem;font-weight:700}h2{font-size:2.25rem}h2,h3{font-weight:600}h3{font-size:1.75rem}p{color:#fff;color:var(--text-secondary);margin-bottom:1.5rem}a{text-decoration:none;transition:color .3s ease;transition:color var(--transition-speed) ease}a,a:hover{color:#2c5282;color:var(--primary-color)}footer{background-color:#2c5282;background-color:var(--primary-color);color:#fff;margin-top:auto;padding:3rem 2rem;width:100%}.footer-content{grid-gap:2rem;gap:2rem;margin:0 auto}.footer-content a,.footer-content h3,.footer-content p{color:#fff}.footer-content a:hover{color:#2c5282}.theme-toggle{align-items:center;background:#ff8c61;background:var(--background-white);border:2px solid #ff9f7c;border:2px solid var(--border-color);border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:40px;justify-content:center;position:fixed;right:5rem;top:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px;z-index:9999}.theme-toggle:hover{box-shadow:0 4px 8px #00000026;transform:scale(1.1)}.theme-toggle svg{fill:#fff;fill:var(--text-primary);height:20px;transition:fill .3s ease;transition:fill var(--transition-speed) ease;width:20px}.nav-container{background-color:#ff8c61;background-color:var(--background-white);box-shadow:0 2px 4px #0000001a;position:sticky;top:0;transition:background-color .3s ease;transition:background-color var(--transition-speed) ease;z-index:100}.nav-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-logo{color:#2c5282;color:var(--primary-color);font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease;transition:color var(--transition-speed) ease}.nav-links{display:flex;gap:2rem}.nav-link{color:#fff;color:var(--text-primary);font-weight:500;text-decoration:none;transition:color .3s ease;transition:color var(--transition-speed) ease}.nav-link:hover{color:#2c5282;color:var(--primary-color)}.section-content h2{text-align:center}.section-content h2:after{background:#ff6b35;background:var(--accent-color)}.cta-button{background:#2c5282;text-align:center}.cta-buttons{width:100%}.cta-section p{color:#fff;margin-left:auto;margin-right:auto;max-width:600px}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-button{background:none;border:none;color:#fff;color:var(--text-primary);cursor:pointer;display:none;font-size:1.5rem;padding:1.5rem;position:relative;z-index:1001}.menu-icon{stroke:#fff;stroke:var(--text-primary);height:36px;transition:all .3s ease;width:36px}.menu-icon.active{opacity:.7;transform:rotate(90deg)}@media (max-width:768px){.header-container{padding:0 1rem}.App-title{font-size:1.05rem;min-width:0}.App-title img{height:4rem;margin-left:-1rem;margin-top:-4rem;width:5rem}.title-text{display:flex;flex-direction:column;line-height:1.1;margin-left:-.75rem;margin-top:-3rem;min-width:0}.title-line-1{font-size:1rem;line-height:1.1}.title-line-2{font-size:1.28rem;line-height:1.1}.mobile-menu-button{background:none;border:none;bottom:1.95rem;cursor:pointer;display:block;padding:.5rem;position:absolute;right:0;transform:none;z-index:1001}.mobile-menu-button.hidden{display:none}.App-nav-top{-webkit-overflow-scrolling:touch;align-items:center;background:#ff8c61;background:var(--background-white);bottom:0;flex-direction:column;gap:2rem;justify-content:center;left:0;overflow-y:auto;position:fixed;right:0;top:0;transform:translateX(-100%);transition:transform .3s ease;z-index:1000}.App-nav-top.active{-webkit-overflow-scrolling:auto;margin-top:.02rem;touch-action:pan-y;transform:translateX(0)}.App-link{background-color:#ff6b35;background-color:var(--background-light);border-bottom:1px solid #ff9f7c;border-bottom:1px solid var(--border-color);box-shadow:0 2px 6px #0000001a;color:#fff;color:var(--text-secondary);cursor:pointer;display:block;font-size:1.5rem;padding:1rem 2.5rem;text-align:center;text-decoration:none;transition:background-color .3s ease,color .3s ease,transform .2s ease;width:100%}.App-link:last-child{border-bottom:none}main{padding:2rem 1rem}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.nav-content{padding:.75rem 1rem}.nav-links{display:none}.nav-links.active{background:#ff8c61;background:var(--background-white);box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:100%}.nav-link{padding:.75rem;text-align:center;width:100%}.footer-content{gap:1.5rem;grid-template-columns:1fr;text-align:center}.theme-toggle{height:36px;right:.5rem;top:.25rem;width:36px;z-index:9999}.theme-toggle svg{height:18px;width:18px}.section-content h2{font-size:1.75rem;text-align:center;width:100%}.section-content h2:after{left:50%;transform:translateX(-50%)}.cta-buttons{align-items:center;flex-direction:column;gap:1rem}.cta-button{max-width:300px;text-align:center;width:100%}body.modal-open{overflow:hidden;position:fixed;width:100%}body.mobile-menu-open{overflow:hidden}}@media (max-width:480px){.App-title{font-size:1.25rem;margin-left:-.25rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.footer-content{padding:0 1rem}}@media (min-width:769px) and (max-width:1024px){.header-container{padding:0 1.5rem}.App-nav-top{gap:2rem}main{padding:2.5rem 1.5rem}.footer-content{grid-template-columns:repeat(2,1fr)}}.announcements-hero .hero-subtitle,.contact-hero .hero-subtitle{color:#fff;font-size:1.25rem;margin:0 auto;max-width:800px;opacity:.9}.about-hero,.announcements-hero,.contact-hero,.hero-section,.journal-hero{align-items:center;background:#ff6b35;background:var(--background-light);display:flex;justify-content:center;margin:-2rem -2rem 4rem;min-height:50vh;overflow:hidden;padding:6rem 0;position:relative;text-align:center}.about-hero:before,.announcements-hero:before,.contact-hero:before,.hero-section:before,.journal-hero:before{animation:gradientShift 15s ease-in-out infinite alternate;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0h1v1H0z'/%3E%3C/svg%3E"),radial-gradient(circle at 20% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;opacity:.15;position:absolute;right:0;top:0}@keyframes gradientShift{0%{background-position:0 0}to{background-position:100% 100%}}.about-hero h1,.announcements-hero h1,.contact-hero h1,.hero-section h1,.journal-hero h1{animation:fadeInUp .8s ease-out;color:#ff8c61;color:var(--background-white);font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000001a}.hero-subtitle{animation:fadeInUp .8s ease-out .2s backwards;color:#ff8c61;color:var(--background-white);font-size:1.4rem;margin-left:auto;margin-right:auto;max-width:800px}.hero-cta{animation:fadeInUp .8s ease-out .4s backwards;gap:1.5rem}.cta-button{transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-button.primary{background-color:#ff8c61;box-shadow:0 4px 6px #0000001a;color:#2c5282}.cta-button.primary:hover{background-color:#ff6b35;background-color:var(--background-light);box-shadow:0 6px 12px #00000026}.cta-button.secondary{background-color:initial;border:2px solid #ff8c61;border:2px solid var(--background-white);color:#ff8c61;color:var(--background-white)}.cta-button.secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}@media (max-width:768px){.about-hero,.announcements-hero,.contact-hero,.hero-section,.journal-hero{margin:-1rem -1rem 3rem;min-height:40vh;padding:4rem 0}.about-hero h1,.announcements-hero h1,.contact-hero h1,.hero-section h1,.journal-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem;padding:0 1rem}.hero-cta{flex-direction:column;gap:1rem;padding:0 1rem}.cta-button{text-align:center;width:100%}}.hero-section{background:#ff8c61;background:var(--background-white);color:#fff}.hero-section:before{background:linear-gradient(135deg,#ff8c61,#ff8c61);background:linear-gradient(135deg,var(--background-white) 0,var(--background-white) 100%)}.hero-section:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:2}.hero-title{color:#fff;color:var(--text-primary);font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:var(--text-primary);font-size:1.5rem;line-height:1.6;margin-bottom:2rem}.cta-section{background:#ff6b35}.cta-section:before{background:linear-gradient(135deg,#ff6b35,#ff6b35)}.cta-section:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:2}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-text,.cta-title{color:#fff;color:var(--text-primary)}.cta-text{font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.header-container{align-items:flex-start;display:flex;height:6rem;justify-content:space-between;max-width:1400px;padding:0 2rem}.header-search{margin-left:1rem;margin-top:.75rem}.App-nav-top,.header-search{align-items:center;display:flex;flex-shrink:0}.App-nav-top{gap:1.5rem}.App-link{color:#fff;color:var(--text-secondary);font-size:1.1rem;font-weight:500;margin-top:1.25rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}:root,[data-theme=dark]{--primary-color:#f18c62;--secondary-color:#9cb3c7;--accent-color:#f18c62;--background-white:#07111f;--background-light:#07111f;--text-primary:#f7f1e7;--text-secondary:#b8bcc9;--border-color:#e7decb33}#root,body,html{background:#07111f}body{color:#f7f1e7}.App{background:#07111f;min-height:100vh}main{margin:0;max-width:none;padding:0;transform:none;width:100%}.App-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#07111ff0;border-bottom:1px solid #e7decb2e;box-shadow:none;padding:0}.App-header.scrolled{background:#07111ffa}.App-header.over-hero:not(.scrolled){background:radial-gradient(circle 30rem at 76% 185%,#22547f94,#0000 100%),#07111fe0}.header-container{align-items:center;gap:clamp(1rem,2vw,2rem);height:5.65rem;margin:0 auto;padding:0 clamp(1.25rem,4vw,4rem);width:min(1440px,100%)}.header-container:after{display:none}.App-title{align-items:center;color:#f7f1e7;font-size:1rem;gap:.75rem;letter-spacing:-.02em;margin:0}.App-title img{height:3rem;margin:0;object-fit:contain;width:3rem}.title-text{margin:0}.title-line-1,.title-line-2{color:#f7f1e7;line-height:1.05}.title-line-2{color:#f18c62;font-size:1.18em}.App-nav-top{gap:clamp(.8rem,1.8vw,1.7rem);margin-left:auto}.App-link{color:#b8bcc9;font-size:.76rem;font-weight:700;letter-spacing:.08em;margin:0;padding:.5rem 0;text-transform:uppercase}.App-link:after{background:#f18c62;height:1px}.App-link.active,.App-link:hover{color:#f7f1e7}.header-search{margin:0 0 0 .3rem;width:11rem}.header-search .search-container{max-width:none;min-width:0}.header-search .search-input{background:#0000;border:1px solid #e7decb3b;border-radius:999px;color:#f7f1e7;font-size:.76rem;padding:.58rem 2rem .58rem 2.2rem}.header-search .search-icon{color:#f18c62;left:.7rem;width:.9rem}.header-search .search-input:focus{border-color:#f18c62;box-shadow:none}.header-search .search-results{background:#0c1b30;border-color:#e7decb40;border-radius:1rem;box-shadow:0 18px 45px #00000061}.header-search .search-result-item.selected,.header-search .search-result-item:hover,.header-search .search-results-header{background:#102540}.menu-icon,.mobile-menu-button{stroke:#f7f1e7;color:#f7f1e7}.mobile-nav-footer,.mobile-nav-header,.mobile-nav-kicker{display:none}.jh-home .jh-introduction,.jh-page .section-content{position:relative}.jh-home .jh-introduction:before,.jh-page .section-content:before{border:1px solid #f18c621a;border-radius:50%;content:"";height:22rem;pointer-events:none;position:absolute;right:-12rem;top:4rem;width:22rem}.jh-page .announcement-card,.jh-page .article-card,.jh-page .contact-card,.jh-page .leader-card{box-shadow:none}.jh-page .about-hero,.jh-page .announcements-hero,.jh-page .archives-hero,.jh-page .contact-hero,.jh-page .journal-hero{isolation:isolate;position:relative}.jh-page .particle-canvas{z-index:2}.jh-page .about-hero .section-content,.jh-page .announcements-hero .section-content,.jh-page .archives-hero .section-content,.jh-page .contact-hero .section-content,.jh-page .journal-hero .section-content{position:relative;z-index:3}.jh-page .subscribe-section{background:#07111f;border-top:1px solid var(--jh-line)}.jh-page .subscribe-section .section-content{padding-bottom:6rem;padding-top:6rem}.App .footer{background:#07111f;border-top:1px solid #e7decb33;margin:0;padding:clamp(4rem,7vw,7rem) clamp(1.5rem,7vw,7rem) 1.5rem}.App .footer:before{display:none}.App .footer-content{gap:3rem;margin:0 auto 4rem;max-width:1280px}.App .footer-section{gap:.65rem}.App .footer-section h3{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:1.35rem;font-weight:400}.footer-kicker{color:#f18c62;display:block;font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.22em;margin-bottom:.7rem;text-transform:uppercase}.App .footer-content a,.App .footer-section a,.App .footer-section p{color:#b8bcc9;font-size:.83rem}.App .footer-bottom a:hover,.App .footer-content a:hover,.App .footer-section a:hover{color:#f18c62}.App .social-links{gap:1.1rem}.App .footer-bottom{border-color:#e7decb29;color:#718397;margin:0 auto;max-width:1280px;padding-top:1.5rem;text-align:left}.App .footer-bottom p{color:#718397;font-size:.72rem}.App .footer-bottom a{color:#b8bcc9}.back-to-top{background:#0c1b30;border:1px solid #e7decb4d;box-shadow:none;color:#f18c62}.back-to-top:hover{background:#f18c62;box-shadow:none;transform:translateY(-3px)}.back-to-top-arrow,.back-to-top:hover .back-to-top-arrow{color:#f18c62}.back-to-top:hover .back-to-top-arrow{color:#07111f}@media (max-width:1000px){.header-search{display:none}.App-nav-top{gap:.75rem}.App-link{font-size:.68rem}}@media (max-width:768px){.App{padding-top:4.75rem}.App-header{background:#07111ff2;box-shadow:inset 0 -1px #ffffff0a;left:0;position:fixed;right:0;top:0;z-index:1100}.App-header.scrolled{background:#07111ffa}.header-container{height:4.75rem;padding:0 1rem}.App-title img{height:2.6rem;margin:0;width:2.6rem}.App-title,.title-text{margin:0}.title-line-1{font-size:.85rem}.title-line-2{font-size:.92rem}.App-header.over-hero:not(.scrolled){background:#07111ff2}.mobile-menu-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07111f99;border:1px solid #e7decb47;border-radius:50%;bottom:auto;display:grid;height:3rem;padding:.7rem;place-items:center;right:.85rem;top:.85rem;width:3rem}.mobile-menu-button .menu-icon{height:1.35rem;width:1.35rem}.App-nav-top{-webkit-overflow-scrolling:touch;align-items:stretch;background:radial-gradient(circle 28rem at 82% 3%,#22547f80,#0000 100%),#07111f;border:0;bottom:auto;gap:0;height:calc(100dvh - 4.75rem);justify-content:flex-start;min-height:calc(100vh - 4.75rem);opacity:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1.25rem clamp(1.25rem,6vw,2.5rem) max(2rem,env(safe-area-inset-bottom));pointer-events:none;top:4.75rem;touch-action:pan-y;transform:translateY(calc(-100% - 1rem)) scale(.985);transition:transform .42s cubic-bezier(.22,.75,.2,1),opacity .2s ease}.App-nav-top:before{border:1px solid #f18c6233;border-radius:50%;bottom:-11rem;content:"";height:24rem;pointer-events:none;position:absolute;right:-9rem;width:24rem}.App-nav-top.active{margin:0;opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.mobile-nav-header{align-items:center;border-bottom:1px solid #e7decb2e;display:flex;justify-content:space-between;min-height:4.25rem;position:relative;z-index:1}.mobile-nav-header>div{align-items:baseline;display:flex;gap:.75rem}.mobile-nav-header strong{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:1.45rem;font-weight:400;letter-spacing:-.04em}.mobile-nav-header span{color:#f18c62;font-size:.59rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.mobile-nav-close{background:#0000;border:1px solid #e7decb47;border-radius:50%;color:#f7f1e7;display:grid;height:2.75rem;padding:.7rem;place-items:center;width:2.75rem}.mobile-nav-close svg{height:100%;width:100%}.mobile-nav-kicker{color:#9db0c2;display:block;font-size:.58rem;font-weight:700;letter-spacing:.17em;margin:.95rem 0 .7rem;position:relative;text-transform:uppercase;z-index:1}.App-nav-top .App-link{align-items:center;background:#0000;border:0;border-bottom:1px solid #e7decb29;box-shadow:none;color:#d2d4d9;display:grid;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.18rem,5.2vw,1.75rem);font-weight:400;grid-template-columns:2rem minmax(0,1fr);letter-spacing:-.04em;margin:0;min-height:3.7rem;padding:.56rem 0;position:relative;text-align:left;text-transform:none;width:100%;z-index:1}.App-nav-top .App-link:before{color:#718397;font-family:Inter,sans-serif;font-size:.58rem;font-weight:700;letter-spacing:.12em}.App-nav-top .App-link:first-of-type:before{content:"01"}.App-nav-top .App-link:nth-of-type(2):before{content:"02"}.App-nav-top .App-link:nth-of-type(3):before{content:"03"}.App-nav-top .App-link:nth-of-type(4):before{content:"04"}.App-nav-top .App-link:nth-of-type(5):before{content:"05"}.App-nav-top .App-link:nth-of-type(6):before{content:"06"}.App-nav-top .App-link:after{display:none}.App-nav-top .App-link.active,.App-nav-top .App-link:hover{background:#0000;box-shadow:none;color:#f7f1e7}.App-nav-top .App-link.active:after,.App-nav-top .App-link.active:before{color:#f18c62}.App-nav-top .App-link.active{box-shadow:inset 2px 0 #f18c62;padding-left:.9rem}.mobile-nav-footer{color:#718397;display:flex;font-size:.53rem;font-weight:700;gap:1rem;justify-content:space-between;letter-spacing:.12em;margin-top:auto;padding-bottom:.5rem;padding-top:1rem;position:relative;text-transform:uppercase;z-index:1}.App .footer{padding:2.5rem 1rem .95rem}.App .footer-content{margin-bottom:2rem}.App .footer-section{text-align:left}.App .social-links{justify-content:flex-start}.App .footer-bottom{padding-top:1rem;text-align:left}}.author-bio-container{background:#07111f;margin:0;max-width:none;overflow:hidden;padding:0}.author-bio-container .section-content{margin:0 auto;padding:clamp(4rem,8vw,7rem) clamp(1.5rem,7vw,7rem);position:relative;width:min(1100px,100%)}.author-hero{background:radial-gradient(circle at 78% 20%,#26537e9e,#0000 28%),#07111f;border-bottom:1px solid #e7decb33;border-radius:0;margin:0;min-height:min(590px,70vh);padding:6rem 0 4rem}.author-hero:before{background:none;border:1px solid #e7decb2e;height:auto;inset:1.25rem;opacity:1;width:auto}.author-hero:after{aspect-ratio:1;border:1px solid #f18c625c;border-radius:50%;bottom:-50vw;content:"";pointer-events:none;position:absolute;right:-24vw;width:min(68vw,760px)}.author-content{gap:clamp(2rem,6vw,6rem);max-width:930px;position:relative;z-index:2}.author-image img{border:1px solid #f18c62cc;box-shadow:0 0 0 12px #f18c6212;height:clamp(150px,20vw,235px);width:clamp(150px,20vw,235px)}.author-info h1{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,6vw,5.6rem);font-weight:400;letter-spacing:-.065em;line-height:.9}.author-role{color:#f18c62;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.author-details{grid-gap:.3rem 1.5rem;display:grid;gap:.3rem 1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.author-details p{color:#b8bcc9;font-size:.86rem}.author-details strong{color:#f7f1e7;font-weight:600}.author-bio-section,.author-contact{margin:0}.author-bio-section .section-content:after,.author-publications .section-content:after{border:1px solid #f18c621a;border-radius:50%;content:"";height:23rem;pointer-events:none;position:absolute;right:-15rem;top:2rem;width:23rem}.author-bio-section h2,.author-contact h2,.author-experience h2,.author-projects h2,.author-publications h2{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.4rem,4.5vw,4.7rem);font-weight:400;letter-spacing:-.055em;line-height:.95}.bio-content,.experience-list,.projects-list,.publications-list{margin:0 auto;max-width:780px;text-align:center}.bio-content p{color:#b8bcc9;line-height:1.85;text-align:center}.author-experience,.author-projects,.author-publications{background:#07111f;border-radius:0;border-top:1px solid #e7decb2e;margin:0;padding:0}.experience-item,.project-item,.publication-item{background:#0000;border:0;border-bottom:1px solid #e7decb2e;border-radius:0;box-shadow:none;margin:0;padding:2rem 0}.experience-item h3,.project-item h3,.publication-item h3{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.45rem,2.6vw,2.3rem);font-weight:400}.experience-meta,.project-meta,.publication-meta{color:#f18c62!important;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.experience-description,.project-description,.publication-excerpt{color:#b8bcc9;line-height:1.75}.author-bio-container .author-link,.author-bio-container .contact-info a,.project-link{color:#f18c62}.author-contact{border-top:1px solid #e7decb2e}.author-contact .contact-info{margin:0 auto;max-width:780px;text-align:center}.author-contact .contact-info p{color:#b8bcc9}.article-page{background:#07111f;overflow:hidden;padding:clamp(6rem,10vw,9rem) max(1.5rem,calc(50vw - 490px));position:relative;text-align:left}.article-page:before{aspect-ratio:1;border:1px solid #f18c6245;border-radius:50%;right:-29vw;top:-45vw;width:min(76vw,900px)}.article-page:after,.article-page:before{content:"";pointer-events:none;position:absolute}.article-page:after{border:1px solid #e7decb1f;border-radius:50%;bottom:10rem;height:22rem;left:-15rem;width:22rem}.article-page #article-content,.article-page>*{position:relative;z-index:1}.article-page h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:400;letter-spacing:-.065em;line-height:.94;margin:0 0 1.3rem;max-width:930px}.article-page .article-meta{color:#f18c62;font-size:.72rem;font-weight:700;letter-spacing:.11em;margin:0 0 3.2rem;text-transform:uppercase}.article-summary{background:#0000;border-bottom:1px solid #e7decb33;border-radius:0;border-top:1px solid #e7decb33;margin:0 0 3rem;padding:2rem 0}.article-summary h2{color:#f18c62;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.article-summary p{color:#b8bcc9;line-height:1.85}.article-page .pdf-viewer-container{background:#0c1b30;border:1px solid #e7decb33;border-radius:0;box-shadow:none;margin:3rem 0;max-width:980px}.article-page .pdf-viewer-header{background:#0c1b30;border-bottom-color:#e7decb2e;justify-content:space-between;padding:1rem 1.25rem}.article-page .pdf-viewer-header:before{display:none}.article-page .pdf-title-text h3{font-family:Inter,sans-serif;font-size:.82rem;max-width:none}.article-page .pdf-title-text p{color:#b8bcc9;margin:.3rem 0 0}.article-page .pdf-viewer-header .pdf-download-btn{background:#0000;border:1px solid #f18c62;border-radius:0;color:#f18c62}.article-page .pdf-viewer-frame{background:#07111f;padding:1rem}.article-page .pdf-object{border-radius:0;height:min(75vh,820px)}.article-page .pdf-actions{margin:2rem 0;text-align:left}.article-page .pdf-button{border-radius:0}.article-page .article-footer{background:#e7decb33;gap:1px;justify-content:flex-start;margin:4rem 0 0;max-width:none}.article-page .editor-card,.article-page .person-card{align-items:flex-start;background:#07111f;min-width:min(280px,100%);padding:1.4rem}.article-page .person-label{font-size:.67rem;letter-spacing:.12em;text-transform:uppercase}.article-page .person-pic{border-color:#f18c62}.article-page .person-name{color:#f7f1e7}.article-page .person-details{color:#b8bcc9}.jh-contact .info-card,.jh-contact .info-card h3,.jh-contact .info-card p{text-align:center}.archives-container{background:#07111f;margin:0;max-width:none;padding:0}.archives-container .section-content{margin:0 auto;padding:clamp(3.5rem,7vw,6rem) clamp(1.5rem,7vw,7rem);width:min(1280px,100%)}.archives-hero{background:radial-gradient(circle at 80% 18%,#26537e9e,#0000 28%),#07111f;border-bottom:1px solid #e7decb33;border-radius:0;margin:0;min-height:min(560px,65vh)}.archives-hero:before{background:none;border:1px solid #e7decb2e;height:auto;inset:1.25rem;opacity:1;width:auto}.archives-hero h1{color:#f7f1e7;font-size:clamp(3rem,7vw,6.2rem);font-weight:400;letter-spacing:-.065em}.archives-hero h1:after{display:none}.archives-hero .hero-content{color:#b8bcc9}.archives-container .search-section{border-bottom:1px solid #e7decb2e;margin:0}.archives-container .search-controls{margin:0 auto 1rem;max-width:760px}.archives-container .category-select,.archives-container .search-input{background:#0c1b30;border:1px solid #e7decb42;border-radius:999px;box-shadow:none;color:#f7f1e7;height:auto;min-height:0;padding:1rem 1.4rem}.archives-container .category-select:focus,.archives-container .search-input:focus{border-color:#f18c62;box-shadow:0 0 0 4px #f18c621a}.archives-container .articles-section{margin:0}.archives-container .articles-grid{border-top:1px solid #e7decb2e;gap:0}.archives-container .article-card{background:#0000;border:0;border-bottom:1px solid #e7decb2e;border-radius:0;box-shadow:none}.archives-container .article-card:hover{background:hsla(0,0%,100%,.025);box-shadow:none;transform:none}.archives-container .article-content{padding:2rem 0}.archives-container .article-content h3{color:#f7f1e7}.archives-container .article-excerpt,.archives-container .article-meta{color:#b8bcc9}.archives-container .article-link{color:#f18c62}.issue-filter{padding:0}.issue-tabs{justify-content:flex-start}.issue-tab{background:#0000;border:1px solid #e7decb3d;border-radius:999px;box-shadow:none;color:#b8bcc9}.issue-tab:hover{transform:none}.issue-tab.active,.issue-tab:hover{border-color:#f18c62;box-shadow:none}.issue-tab.active{background:#f18c62;color:#07111f}.issue-tab:before{display:none}.article-page .cite-popover-wrapper{display:inline-block;margin:.35rem 0 2.5rem}.article-page .cite-trigger{align-items:center;background:#0000;border:0;border-bottom:1px solid #f18c62;border-radius:0;color:#f18c62;display:inline-flex;font-size:.7rem;font-weight:700;gap:.55rem;letter-spacing:.1em;padding:.65rem 0;text-transform:uppercase}.article-page .cite-trigger:hover{border-color:#f7f1e7;color:#f7f1e7}.article-page .cite-popover{background:#0c1b30;border:1px solid #e7decb3d;border-radius:0;box-shadow:0 14px 32px #00000059;min-width:290px;padding:1rem}.article-page .cite-popover-header{color:#f7f1e7;font-size:.78rem;letter-spacing:.05em}.article-page .cite-btn,.article-page .cite-btn.orange{background:#0000;border:1px solid #f18c6294;border-radius:0;color:#f18c62;font-size:.7rem}.article-page .cite-btn:hover{background:#f18c62;color:#07111f}.jh-about .timeline-section{border-top:1px solid #e7decb2e}.jh-about .timeline-section .section-content{padding-bottom:6rem;padding-top:6rem}.jh-about .timeline-container:before{background:#f18c6280;width:1px}.jh-about .timeline-marker{background:#07111f;border:1px solid #f18c62;height:66px;width:66px}.jh-about .timeline-year{font-size:.78rem}.jh-about .timeline-card{background:#0c1b30;border:1px solid #e7decb2e}.jh-about .timeline-card:hover{box-shadow:none;transform:none}.jh-about .timeline-category{color:#f18c62;font-size:.67rem}.jh-about .timeline-title{font-family:Playfair Display,Georgia,serif}.jh-contact .contact-hero{min-height:min(620px,70vh);padding-top:8rem}.jh-apply-kicker,.jh-contact-kicker{color:#f18c62!important;font-size:.68rem;font-weight:700;letter-spacing:.16em;margin:0 0 1.3rem;text-transform:uppercase}.jh-contact .contact-hero .hero-content{max-width:520px}.jh-contact .contact-section{padding:clamp(4rem,8vw,7rem) clamp(1.5rem,7vw,7rem)}.jh-contact-intro{align-items:baseline;display:flex;gap:2rem;justify-content:space-between;margin:0 auto 2rem;width:min(1280px,100%)}.jh-contact-intro p{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,3.5vw,3.4rem);letter-spacing:-.05em;margin:0}.jh-contact-intro span{color:#b8bcc9;font-size:.86rem}.jh-contact .contact-grid{border-top:1px solid #e7decb33;max-width:1280px}.jh-contact .contact-card{min-height:415px;padding:2rem;position:relative}.jh-contact-index{color:#f18c62;display:block;font-size:.67rem;font-weight:700;letter-spacing:.14em;margin-bottom:2.4rem;text-transform:uppercase}.jh-contact .contact-icon{font-size:1.65rem;margin-bottom:1.8rem}.jh-contact .contact-card h2{font-size:clamp(1.75rem,2.4vw,2.45rem);margin-bottom:.85rem}.jh-contact .contact-card p{font-size:.92rem;line-height:1.75;max-width:25rem}.jh-contact-link{align-items:center;border-top:1px solid #e7decb38;bottom:2rem;color:#f18c62!important;display:flex;font-size:.72rem;font-weight:700;justify-content:space-between;left:2rem;letter-spacing:.07em;padding:.85rem 0;position:absolute;right:2rem;text-decoration:none;text-transform:uppercase;transition:color .2s ease,border-color .2s ease}.jh-contact-link b{font-size:1.1rem;font-weight:400;transition:transform .2s ease}.jh-contact-link:hover{border-color:#f18c62;color:#f7f1e7!important}.jh-contact-link:hover b{transform:translate(3px,-3px)}.jh-contact .contact-info{border-top:1px solid #e7decb33}.jh-contact .info-card{align-items:center!important;display:flex!important;flex-direction:column;justify-content:center!important;min-height:250px;padding:3rem 1.5rem;text-align:center!important}.jh-contact .info-card .jh-contact-index{margin-bottom:1rem}.jh-contact .info-card h3{margin-bottom:.8rem;text-align:center!important;width:100%}.jh-contact .info-card p{margin-bottom:.35rem;text-align:center!important;width:100%}.jh-apply .archives-hero{min-height:min(620px,70vh)}.jh-apply .archives-hero .section-content{max-width:900px}.jh-apply .articles-section .section-content>h2{margin-bottom:1.2rem;max-width:850px}.jh-apply .articles-section .section-content>p{color:#b8bcc9}.jh-apply .article-card{background:#07111f;border-color:#e7decb33;margin:1px 0 0;position:relative;transition:background .2s ease,transform .2s ease}.jh-apply .article-card:hover{background:#0c1b30;transform:none}.jh-apply .article-content{grid-column-gap:clamp(1rem,3vw,3rem);column-gap:clamp(1rem,3vw,3rem);display:grid;grid-template-columns:4rem minmax(0,1fr);padding:clamp(2rem,5vw,4rem)}.jh-apply-index{color:#f18c62;font-family:Playfair Display,Georgia,serif;font-size:2.2rem;grid-column:1;grid-row:1/span 8;line-height:1}.jh-apply .article-content>:not(.jh-apply-index){grid-column:2}.jh-apply .article-content h3{margin-bottom:1rem}.jh-apply .article-content>p{max-width:760px}.jh-apply .article-content h4{margin-bottom:.7rem}.jh-apply .article-content ul{grid-gap:.55rem 2rem;display:grid;gap:.55rem 2rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding-left:1.1rem}.jh-apply .article-content li::marker{color:#f18c62}.jh-apply .article-link{border-bottom:1px solid #f18c62;display:inline-flex;margin-top:2rem;padding-bottom:.35rem;width:fit-content}@media (max-width:768px){.jh-contact-intro{display:block}.jh-contact-intro p{margin-bottom:.7rem}.jh-contact .contact-card{min-height:360px}.jh-contact .contact-grid{border-right:0}.jh-apply .article-content{grid-template-columns:2.5rem minmax(0,1fr);padding:2rem 1.5rem}.jh-apply .article-content ul{grid-template-columns:1fr}}.jh-contact .contact-redesign{background:#07111f;padding:clamp(5rem,10vw,9rem) clamp(1.5rem,7vw,7rem);position:relative}.contact-redesign-heading{margin:0 auto clamp(3rem,6vw,5rem);width:min(1280px,100%)}.contact-redesign-heading h2{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,6vw,6rem);font-weight:400;letter-spacing:-.07em;line-height:.88;margin:0 0 1rem}.contact-redesign-heading h2 em{color:#f18c62;font-weight:400}.contact-redesign-heading>span{color:#b8bcc9;font-size:.94rem}.contact-route-grid{grid-gap:clamp(1rem,2vw,2rem);display:grid;gap:clamp(1rem,2vw,2rem);grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;width:min(1280px,100%)}.contact-route{align-items:flex-start;background:#0000;border:0;display:flex;flex-direction:column;min-height:355px;padding:1.8rem 0;position:relative}.contact-route:before{background:#e7decb3d;content:"";height:1px;left:0;position:absolute;right:0;top:0}.contact-route-number{color:#f18c62;font-size:.68rem;font-weight:700;letter-spacing:.12em}.contact-route-mark{border:1px solid #f18c62;border-radius:50%;display:block;height:58px;margin:2.1rem 0;position:relative;width:58px}.contact-route-mark:after{border:1px solid #f18c62a6;border-radius:50%;content:"";inset:13px;position:absolute}.contact-route-mark.mark-2{border-radius:0;transform:rotate(45deg)}.contact-route-mark.mark-2:after{border-radius:0}.contact-route-mark.mark-3{border-left:0;border-radius:0;border-right:0;width:64px}.contact-route-mark.mark-3:after{border-left:0;border-radius:0;border-right:0;inset:14px 0}.contact-route h3{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:400;letter-spacing:-.045em;margin:0 0 .8rem}.contact-route p{color:#b8bcc9;font-size:.91rem;line-height:1.75;margin:0;max-width:25rem}.contact-route a{align-items:center;border-top:1px solid #e7decb29;color:#f18c62;display:flex;font-size:.71rem;font-weight:700;gap:1rem;justify-content:space-between;letter-spacing:.07em;margin-top:auto;padding-top:1.1rem;text-decoration:none;text-transform:uppercase;transition:color .2s ease,border-color .2s ease;width:100%}.contact-route a b{font-size:1.05rem;font-weight:400;transition:transform .2s ease}.contact-route a:hover{border-color:#f18c62;color:#f7f1e7}.contact-route a:hover b{transform:translate(3px,-3px)}.jh-contact .contact-details-redesign{background:#0c1b30;border-top:1px solid #e7decb33;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.contact-details-redesign article{align-items:center;border:0;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:3rem 1.5rem;text-align:center}.contact-details-redesign article+article{border-left:1px solid #e7decb33}.contact-details-redesign article>span{color:#f18c62;display:block;font-size:.67rem;font-weight:700;letter-spacing:.14em;margin-bottom:1.2rem;text-transform:uppercase}.contact-details-redesign h3{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;margin:0 0 .8rem;text-align:center;width:100%}.contact-details-redesign p{font-size:.9rem;margin:0 0 .35rem;text-align:center;width:100%}@media (max-width:768px){.contact-route-grid,.jh-contact .contact-details-redesign{grid-template-columns:1fr}.contact-route{min-height:310px}.contact-details-redesign article+article{border-left:0;border-top:1px solid #e7decb33}}.announcements-container.jh-page,.archives-container.jh-page,.contact-container.jh-page,.journal-container.jh-page{margin:0 calc(50% - 50vw)!important;max-width:100vw!important;padding:0!important;width:100vw!important}.jh-about .leadership-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.jh-about .leader-card{min-height:100%;overflow:hidden;position:relative}.jh-about .leader-card:after{background:#f18c62;bottom:0;content:"";height:3px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.jh-about .leader-card:hover:after{transform:scaleX(1)}.jh-about .leader-image{background:#0c1b30;height:clamp(280px,28vw,390px)}.jh-about .leader-image:after{background:linear-gradient(0deg,#07111f,#0000);height:65%}.jh-about .leader-info{min-height:275px;padding:1.8rem}.jh-about .leader-info h3{font-size:clamp(1.45rem,2.3vw,2rem);margin-bottom:.55rem}.jh-about .leader-info p{font-size:.9rem;line-height:1.75}.jh-about .team-section .section-content{max-width:1280px}.jh-about .team-content{margin-bottom:2.75rem;max-width:770px}.jh-about .team-members-grid{align-items:stretch;background:var(--jh-line);gap:1px;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:stretch;margin:0}.jh-about .team-members-grid.two-up{background:#0000;gap:1px;grid-template-columns:repeat(2,minmax(220px,340px));justify-content:center}.jh-about .team-member-card{background:#07111f;border:0;border-radius:0;box-shadow:none;margin:0;max-width:none;min-height:290px;padding:1.6rem 1.25rem;position:relative}.jh-about .team-member-card:hover{background:#0c1b30;box-shadow:none;transform:none}.jh-about .team-member-card:before{border:1px solid #f18c62;border-radius:50%;content:"";height:7px;position:absolute;right:1.2rem;top:1.2rem;width:7px}.jh-about .team-member-photo{background:#0c1b30;border:1px solid #f18c62bf;border-radius:50%;box-shadow:none;height:92px;margin:0 0 1.4rem;width:92px}.jh-about .team-member-info{background:#0000;padding:0;text-align:left}.jh-about .team-member-info h3{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:1.28rem;font-weight:400;margin-bottom:.45rem;text-align:left}.jh-about .team-member-info .author-link{font-size:inherit}.jh-about .team-member-role{color:#f18c62;font-size:.65rem;font-weight:700;letter-spacing:.09em;line-height:1.45;text-align:left;text-transform:uppercase}@media (max-width:1000px){.jh-about .team-members-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:780px){.announcements-container.jh-page,.archives-container.jh-page,.contact-container.jh-page,.journal-container.jh-page{margin:0!important;max-width:100%!important;width:100%!important}.jh-about .leadership-grid,.jh-about .team-members-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jh-about .leader-info{min-height:0}}@media (max-width:520px){.jh-about .leadership-grid,.jh-about .team-members-grid,.jh-about .team-members-grid.two-up{grid-template-columns:1fr}}.jh-about .about-hero+.mission-section,.jh-announcements .announcements-hero+.announcements-section,.jh-apply .archives-hero+.articles-section,.jh-contact .contact-hero+.contact-redesign,.jh-journal .journal-hero+.journal-intro{background:radial-gradient(circle at 22% -11rem,#ae3f254d,#0000 33rem),#07111f}.jh-about .history-section,.jh-about .mission-section,.jh-about .work-section{background:#0000;border:0;border-radius:0;margin:0;overflow:hidden;padding:0;position:relative}.jh-about .mission-section .section-content{grid-gap:clamp(2.5rem,9vw,9rem);align-items:start;display:grid;gap:clamp(2.5rem,9vw,9rem);grid-template-columns:minmax(13rem,.78fr) minmax(0,1.22fr);min-height:520px;padding-top:clamp(6rem,11vw,11rem)}.jh-about .history-section h2,.jh-about .mission-section h2,.jh-about .work-section h2{color:#f7f1e7;font-size:clamp(3.3rem,6vw,6.3rem);line-height:.86;margin:0}.jh-about .mission-content{margin:.45rem 0 0;max-width:630px;padding:0;text-align:left}.jh-about .mission-content p{color:#d0d2d7;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,2.4vw,2.25rem);line-height:1.27}.jh-about .mission-section:after{aspect-ratio:1;border:1px solid #f18c6238;border-radius:50%;content:"";left:-27vw;pointer-events:none;position:absolute;top:-38vw;width:min(68vw,850px)}.jh-about .leadership-section .section-content{padding-bottom:clamp(5rem,9vw,8rem)}.jh-about .leadership-section .section-content>h2{margin:0 auto 3rem;max-width:1280px;padding:0 clamp(1.5rem,7vw,7rem)}.jh-about .leadership-grid{margin:0 auto;max-width:1280px}.jh-about .team-section{background:radial-gradient(circle at 82% 12%,#26537e2e,#0000 30rem),#07111f;border-top:1px solid var(--jh-line)}.jh-about .team-section .section-content{padding-top:clamp(6rem,11vw,10rem)}.jh-about .team-section .section-content>h2{max-width:530px}.jh-about .team-content{margin:1.5rem 0 3rem;text-align:left}.jh-about .history-section{border-top:1px solid var(--jh-line)}.jh-about .history-section .section-content{grid-gap:clamp(2.5rem,10vw,10rem);align-items:center;display:grid;gap:clamp(2.5rem,10vw,10rem);grid-template-columns:minmax(0,1.15fr) minmax(13rem,.85fr);min-height:470px}.jh-about .history-section h2{order:2;text-align:right}.jh-about .history-content{margin:0;max-width:610px;padding:0;text-align:left}.jh-about .history-content p{color:#b8bcc9;font-size:1.05rem;line-height:1.9}.jh-about .work-section{background:#0c1b30;border-top:1px solid var(--jh-line)}.jh-about .work-section .section-content{grid-gap:clamp(2.5rem,10vw,10rem);align-items:start;display:grid;gap:clamp(2.5rem,10vw,10rem);grid-template-columns:minmax(13rem,.85fr) minmax(0,1.15fr);padding-bottom:clamp(6rem,11vw,10rem);padding-top:clamp(6rem,11vw,10rem)}.jh-about .work-content{margin:.5rem 0 0;max-width:650px;padding:0;text-align:left}.jh-about .work-content p{color:#b8bcc9;font-size:1.05rem;line-height:1.9}.jh-about .work-section:after{aspect-ratio:1;border:1px solid #f18c6240;border-radius:50%;bottom:-44vw;content:"";pointer-events:none;position:absolute;right:-29vw;width:min(65vw,720px)}@media (max-width:780px){.jh-about .history-section .section-content,.jh-about .mission-section .section-content,.jh-about .work-section .section-content{display:block;min-height:0}.jh-about .history-section h2,.jh-about .mission-section h2,.jh-about .work-section h2{margin-bottom:2rem}.jh-about .history-section h2{text-align:left}.jh-about .history-content,.jh-about .mission-content,.jh-about .work-content{margin:0}}@media (max-width:768px){.author-hero{min-height:auto;padding:6rem 0 4rem}.author-hero:before{inset:.75rem}.author-content{flex-direction:column;padding:0}.author-content,.author-details,.author-info{text-align:center}.author-details{grid-template-columns:1fr}.author-bio-container .section-content{padding:3.5rem 1.5rem}.article-page{padding:5rem 1.5rem}.article-page h1{font-size:clamp(2.5rem,12vw,4rem)}.article-page .pdf-viewer-header{align-items:flex-start;gap:1rem}.article-page .pdf-viewer-header .pdf-download-btn{font-size:.72rem;position:static}.article-page .pdf-object{height:60vh}.article-page .article-footer{flex-direction:column;max-width:none;padding:0}.article-page .person-card{width:100%}}.jh-about .leadership-section .section-content{max-width:none;padding:clamp(6rem,11vw,10rem) 0 0;width:100%}.jh-about .jh-people-heading{margin:0 auto clamp(3rem,6vw,5rem);padding:0 clamp(1.5rem,7vw,7rem);width:min(1280px,100%)}.jh-about .jh-people-heading>p{color:#f18c62;font-size:.68rem;font-weight:700;letter-spacing:.16em;margin:0 0 1.2rem;text-transform:uppercase}.jh-about .jh-people-heading h2{color:#f7f1e7;font-size:clamp(3rem,6vw,6.2rem);line-height:.86;margin:0 0 1rem}.jh-about .jh-people-heading h2 em{color:#f18c62;font-weight:400}.jh-about .jh-people-heading>span{color:#b8bcc9;display:block;font-size:.92rem;line-height:1.7;max-width:29rem}.jh-about .jh-leadership-grid{grid-gap:1px;background:#e7decb2b;gap:1px;margin:0;max-width:none}.jh-about .jh-leadership-grid .leader-card{background:#07111f;display:grid;grid-template-columns:1fr;min-height:440px}.jh-about .jh-leadership-grid .leader-card:first-child{grid-column:span 7;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);min-height:520px}.jh-about .jh-leadership-grid .leader-card:nth-child(2){grid-column:span 5;min-height:520px}.jh-about .jh-leadership-grid .leader-card:nth-child(n+3){grid-column:span 4}.jh-about .jh-leadership-grid .leader-image{height:100%;min-height:285px}.jh-about .jh-leadership-grid .leader-image:after{background:linear-gradient(0deg,#07111ff5,#0000);height:45%}.jh-about .jh-leadership-grid .leader-card:first-child .leader-image:after{display:none}.jh-about .jh-leadership-grid .leader-info{background:#07111f;display:flex;flex-direction:column;justify-content:flex-end;min-height:0;padding:clamp(1.6rem,3vw,3rem)}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info{justify-content:center}.jh-about .jh-leadership-grid .leader-info h3{font-size:clamp(1.65rem,2.7vw,3rem)}.jh-about .jh-leadership-grid .leader-role{margin-bottom:1.3rem}.jh-about .jh-leadership-grid .leader-info p{color:#b8bcc9;line-height:1.75;margin:0;max-width:30rem}.jh-about .jh-leadership-grid .leader-card:after{height:2px}.jh-about .team-section{background:#0c1b30;padding:0}.jh-about .team-section .section-content{max-width:none;padding:clamp(6rem,11vw,10rem) clamp(1.5rem,7vw,7rem);width:min(1280px,100%)}.jh-about .jh-roster-heading{margin-bottom:1.5rem;padding:0;width:100%}.jh-about .team-content{margin:0 0 2.5rem;max-width:680px}.jh-about .team-content p{color:#b8bcc9}.jh-about .filter-container{border-bottom:1px solid #e7decb33;border-top:1px solid #e7decb33;gap:0;margin:0 0 3rem}.jh-about .filter-button{border:0;border-right:1px solid #e7decb26;color:#b8bcc9;flex:1 1 auto;font-size:.68rem;letter-spacing:.05em;padding:1rem .85rem;text-align:left}.jh-about .filter-button:last-child{border-right:0}.jh-about .filter-button:hover{background:hsla(0,0%,100%,.035);color:#f7f1e7}.jh-about .filter-button.active{background:#f18c62}.jh-about .jh-roster-grid{grid-gap:0;background:#0000;border-top:1px solid #e7decb33;display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.jh-about .jh-roster-grid.two-up{background:#0000;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.jh-about .jh-roster-member{border:0;border-bottom:1px solid #e7decb33;min-height:144px;padding:1.2rem 1.5rem}.jh-about .jh-roster-member:nth-child(odd){border-right:1px solid #e7decb33}.jh-about .jh-roster-member:hover{background:hsla(0,0%,100%,.035)}.jh-about .jh-roster-member:before{display:none}.jh-about .jh-roster-member .team-member-photo{border-color:#f18c62b3;flex:0 0 78px;height:78px;margin:0 1.25rem 0 0;width:78px}.jh-about .jh-roster-member .team-member-info{min-width:0}.jh-about .jh-roster-member .team-member-info h3{font-size:1.35rem}.jh-about .jh-roster-member .team-member-role{font-size:.65rem}@media (max-width:900px){.jh-about .jh-leadership-grid .leader-card:first-child,.jh-about .jh-leadership-grid .leader-card:nth-child(2),.jh-about .jh-leadership-grid .leader-card:nth-child(n+3){grid-column:span 6;grid-template-columns:1fr;min-height:440px}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info{justify-content:flex-end}}@media (max-width:650px){.jh-about .jh-leadership-grid .leader-card:nth-child(n){grid-column:1/-1;grid-template-columns:42% 58%;min-height:0}.jh-about .jh-leadership-grid .leader-image{min-height:230px}.jh-about .jh-leadership-grid .leader-image:after{display:none}.jh-about .jh-leadership-grid .leader-info{justify-content:center;padding:1.5rem}.jh-about .filter-container{flex-wrap:nowrap;overflow-x:auto}.jh-about .filter-button{flex:0 0 auto;white-space:nowrap}.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{grid-template-columns:1fr}.jh-about .jh-roster-member:nth-child(odd){border-right:0}}.jh-page .about-hero,.jh-page .announcements-hero,.jh-page .archives-hero,.jh-page .contact-hero,.jh-page .journal-hero{background:radial-gradient(circle at 79% 20%,#26537eab,#0000 28%),radial-gradient(circle 26rem at 22% 100%,#ae3f254d,#0000 100%),#07111f}.jh-about .about-hero+.mission-section,.jh-announcements .announcements-hero+.announcements-section,.jh-apply .archives-hero+.articles-section,.jh-contact .contact-hero+.contact-redesign,.jh-journal .journal-hero+.journal-intro{background:radial-gradient(circle 26rem at 22% 0,#ae3f254d,#0000 100%),#07111f}.jh-about .jh-leadership-grid{background:#0000;gap:clamp(2rem,4vw,4.5rem)}.jh-about .jh-leadership-grid .leader-card,.jh-about .jh-leadership-grid .leader-card:nth-child(n){align-items:flex-start;grid-column:span 4;grid-template-columns:none}.jh-about .jh-leadership-grid .leader-card:first-child{align-items:center;grid-column:span 12;margin:0 auto 1.5rem;max-width:880px}.jh-about .jh-leadership-grid .leader-card:nth-child(2){grid-column:span 4}.jh-about .jh-leadership-grid .leader-image{border:1px solid #f18c62b8;height:132px;margin-right:1.25rem;min-height:132px;min-width:132px;width:132px}.jh-about .jh-leadership-grid .leader-card:first-child .leader-image{height:230px;margin-right:clamp(2rem,5vw,4rem);min-height:230px;min-width:230px;width:230px}.jh-about .jh-leadership-grid .leader-image img{object-position:center}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info,.jh-about .jh-leadership-grid .leader-info{min-height:0;padding:.35rem 0 0}.jh-about .jh-leadership-grid .leader-info h3{font-size:clamp(1.25rem,1.7vw,1.65rem)}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info h3{font-size:clamp(2.3rem,4vw,4.1rem)}.jh-about .jh-leadership-grid .leader-role{margin-bottom:.85rem}.jh-about .jh-leadership-grid .leader-info p{font-size:.84rem}.jh-about .jh-leadership-grid .leader-card:after{display:none}.jh-about .filter-container{border:0;gap:.55rem;overflow:visible}.jh-about .filter-button{border:1px solid #e7decb33;border-radius:999px;flex:0 0 auto;font-size:.64rem;padding:.65rem 1rem;text-align:center}.jh-about .filter-button:last-child{border:1px solid #e7decb33}.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{background:#0000;border:0;gap:clamp(1.6rem,3vw,3rem)}.jh-about .jh-roster-member{align-items:center;background:#0000;border:0!important;text-align:center}.jh-about .jh-roster-member:hover{background:#0000}.jh-about .jh-roster-member .team-member-photo{border:1px solid #f18c62b8;flex:0 0 auto;height:102px;margin:0 0 1rem;width:102px}.jh-about .jh-roster-member .team-member-info,.jh-about .jh-roster-member .team-member-info h3,.jh-about .jh-roster-member .team-member-role{text-align:center}.jh-about .jh-roster-member .team-member-info h3{font-size:1.25rem}@media (max-width:900px){.jh-about .jh-leadership-grid .leader-card:nth-child(n){grid-column:span 6}.jh-about .jh-leadership-grid .leader-card:first-child{grid-column:span 12}.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:650px){.jh-about .jh-leadership-grid .leader-card:first-child,.jh-about .jh-leadership-grid .leader-card:nth-child(n){grid-column:1/-1}.jh-about .jh-leadership-grid .leader-card:first-child{display:block}.jh-about .jh-leadership-grid .leader-card:first-child .leader-image{height:180px;margin:0 0 1.5rem;min-height:180px;min-width:180px;width:180px}.jh-about .jh-leadership-grid .leader-image{height:104px;min-height:104px;min-width:104px;width:104px}.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}}.jh-about .jh-leadership-grid{gap:0;grid-template-columns:repeat(12,minmax(0,1fr))}.jh-about .jh-leadership-grid .leader-card,.jh-about .jh-leadership-grid .leader-card:nth-child(n){background:#0000;border-top:1px solid #e7decb33;display:block;padding:2.25rem 0}.jh-about .jh-leadership-grid .leader-card:first-child{border-top:0;grid-column:1/-1;margin:0 auto 2rem;max-width:900px;padding-top:0}.jh-about .jh-leadership-grid .leader-card:nth-child(2){grid-column:span 6;padding-right:2rem}.jh-about .jh-leadership-grid .leader-card:nth-child(3){grid-column:span 6;padding-left:2rem}.jh-about .jh-leadership-grid .leader-card:nth-child(4){grid-column:span 6;padding-right:2rem}.jh-about .jh-leadership-grid .leader-card:nth-child(5){grid-column:span 6;padding-left:2rem}.jh-about .jh-leadership-grid .leader-image{display:none}.jh-about .jh-leadership-grid .leader-info h3{font-size:clamp(1.65rem,2.8vw,2.7rem);margin:0 0 .55rem;padding-left:1.8rem;position:relative}.jh-about .jh-leadership-grid .leader-info h3:before{border:1px solid #f18c62;border-radius:50%;content:"";height:.7rem;left:0;position:absolute;top:.42em;width:.7rem}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info h3{font-size:clamp(3rem,5vw,5.2rem);padding-left:2.5rem}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info h3:before{height:1rem;width:1rem}.jh-about .jh-leadership-grid .leader-role{margin:0 0 1rem 1.8rem}.jh-about .jh-leadership-grid .leader-card:first-child .leader-role{margin-left:2.5rem}.jh-about .jh-leadership-grid .leader-info p{font-size:.9rem;margin:0 0 0 1.8rem;max-width:38rem}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info p{margin-left:2.5rem}.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{gap:2.4rem 1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.jh-about .jh-roster-member{border-bottom:1px solid #e7decb2e!important;display:block;padding:0 0 1rem}.jh-about .jh-roster-member .team-member-photo{display:none}.jh-about .jh-roster-member .team-member-info,.jh-about .jh-roster-member .team-member-info h3,.jh-about .jh-roster-member .team-member-role{text-align:left}.jh-about .jh-roster-member .team-member-info h3{padding-left:1.25rem;position:relative}.jh-about .jh-roster-member .team-member-info h3:before{border:1px solid #f18c62;border-radius:50%;content:"";height:.45rem;left:0;position:absolute;top:.46em;width:.45rem}.jh-announcements-kicker{color:#f18c62!important;font-size:.68rem;font-weight:700;letter-spacing:.16em;margin:0 0 1.25rem;text-transform:uppercase}.jh-announcements .announcements-section .section-content{padding-bottom:clamp(5rem,9vw,8rem);padding-top:clamp(5rem,9vw,8rem);width:min(1180px,100%)}.jh-announcement-intro{align-items:baseline;display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem}.jh-announcement-intro>span{color:#f18c62;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.jh-announcement-intro p{color:#b8bcc9;font-size:.9rem;margin:0;max-width:30rem}.jh-announcement-feed{border-top:1px solid #e7decb33}.jh-announcement{grid-gap:1rem;border-bottom:1px solid #e7decb33;display:grid;gap:1rem;grid-template-columns:5rem minmax(0,1fr);padding:clamp(2.5rem,6vw,5rem) 0}.jh-announcement-number{color:#f18c62;font-family:Playfair Display,Georgia,serif;font-size:1.8rem}.jh-announcement .announcement-category{background:#0000;color:#f18c62;font-size:.68rem;font-weight:700;letter-spacing:.14em;margin:0 0 1.4rem;padding:0;text-transform:uppercase}.jh-announcement h2{color:#f7f1e7;font-size:clamp(2.3rem,5vw,5rem);font-weight:400;letter-spacing:-.06em;line-height:.96;margin:0 0 1.2rem;max-width:900px}.jh-announcement .announcement-date{color:#b8bcc9}.jh-announcement .announcement-text{color:#b8bcc9;line-height:1.85;margin:1.6rem 0 0;max-width:720px}.jh-announcements .jh-subscribe{background:#07111f}.jh-announcements .jh-subscribe .section-content{grid-gap:3rem;align-items:end;display:grid;gap:3rem;grid-template-columns:minmax(0,1fr) minmax(18rem,.8fr)}.jh-announcements .jh-subscribe h2{color:#f7f1e7;font-size:clamp(2.8rem,5vw,5rem);font-weight:400;line-height:.88;margin:0}.jh-announcements .jh-subscribe h2 em{color:#f18c62}.jh-announcements .jh-subscribe .section-content>p{color:#b8bcc9;margin:0}.jh-announcements .jh-subscribe .subscribe-form{grid-column:2;margin:0}.jh-announcements .jh-subscribe .subscribe-input{border-radius:999px}.jh-contact .contact-details-redesign{background:#07111f}.jh-contact .contact-details-redesign article{background:#0000}.contact-details-redesign article>span{display:none}.contact-details-redesign h3{color:#f7f1e7}.contact-details-redesign p{color:#b8bcc9}.App .header-search .search-results{background:#091625;border:1px solid #e7decb3d;border-radius:.35rem;box-shadow:0 24px 60px #00000080;left:auto;max-height:min(520px,calc(100vh - 7rem));overflow:hidden;right:0;width:min(430px,calc(100vw - 2rem))}.App .header-search .search-results-header{align-items:center;background:#07111f;border-bottom:1px solid #e7decb29;color:#9db0c2;display:flex;font-size:.62rem;font-weight:700;justify-content:space-between;letter-spacing:.13em;padding:.8rem 1rem;text-transform:uppercase}.App .header-search .search-results-header b{color:#f18c62;font-size:inherit;font-weight:700}.App .header-search .search-results-list{max-height:min(450px,calc(100vh - 11rem))}.App .header-search .search-result-item{grid-gap:1rem;align-items:start;background:#0000;border:0;border-bottom:1px solid #e7decb1a;border-radius:0;box-shadow:none;color:inherit;display:grid;font:inherit;gap:1rem;grid-template-columns:4.2rem minmax(0,1fr) 1rem;padding:1rem;text-align:left;transform:none;width:100%}.App .header-search .search-result-item.selected,.App .header-search .search-result-item:hover{background:rgba(241,140,98,.075);box-shadow:inset 2px 0 #f18c62;transform:none}.App .header-search .result-type{color:#f18c62;font-size:.58rem;font-weight:700;letter-spacing:.12em;padding-top:.12rem;text-transform:uppercase}.App .header-search .result-title{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:.91rem;font-weight:400;line-height:1.3;margin-bottom:.45rem;white-space:normal}.App .header-search .result-subtitle{color:#9db0c2;flex-wrap:wrap;font-size:.66rem;line-height:1.45}.App .header-search .result-category{background:#0000;border:0;border-radius:0;color:inherit;font-size:inherit;padding:0}.App .header-search .result-subtitle mark,.App .header-search .result-title mark{background:#0000;border-radius:0;color:#f4a37d;padding:0}.App .header-search .result-arrow{color:#718397;margin-top:.15rem}.App .header-search .search-empty{padding:2rem 1rem;text-align:center}.App .header-search .search-empty span{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:1.15rem}.App .header-search .search-empty p{color:#8499ac;font-size:.7rem;margin:.45rem 0 0}@media (max-width:780px){.jh-about .jh-leadership-grid .leader-card:first-child,.jh-about .jh-leadership-grid .leader-card:nth-child(n){grid-column:1/-1;padding-left:0;padding-right:0}.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.jh-announcement-intro,.jh-announcements .jh-subscribe .section-content{display:block}.jh-announcement-intro p{margin-top:.75rem}.jh-announcements .jh-subscribe .section-content>p{margin:1.5rem 0}.jh-announcements .jh-subscribe .subscribe-form{display:flex;grid-column:auto}}.jh-about .about-hero{background:radial-gradient(circle at 76% 21%,#22547f94,#0000 28%),radial-gradient(circle 26rem at 30% 100%,#90342245,#0000 100%),#07111f}.jh-about .about-hero .hero-content{max-width:900px}.jh-about-kicker{color:#f18c62!important;font-size:.68rem;font-weight:700;letter-spacing:.18em;margin:0 0 1.5rem;text-transform:uppercase}.jh-about .about-hero h1{font-size:clamp(3.8rem,8vw,7.1rem)}.jh-about .about-hero h1 em{color:#f4a37d;font-weight:400}.jh-about .jh-people-heading{margin-bottom:3.5rem}.jh-about .jh-leadership-grid{grid-gap:1.25rem;display:grid;padding:0 clamp(1.5rem,7vw,7rem) clamp(6rem,10vw,9rem)}.jh-about .jh-leadership-grid .leader-card,.jh-about .jh-leadership-grid .leader-card:nth-child(n){background:#0c1b30;border-radius:1rem;margin:0;min-height:0;overflow:hidden}.jh-about .jh-leadership-grid .leader-image{height:clamp(155px,15vw,225px);min-height:0}.jh-about .jh-leadership-grid .leader-image:after{background:linear-gradient(0deg,#07111fcc,#0000);display:block;height:55%}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info,.jh-about .jh-leadership-grid .leader-info{background:#0c1b30;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:1.35rem}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info h3,.jh-about .jh-leadership-grid .leader-info h3{font-size:clamp(1.25rem,1.7vw,1.65rem);line-height:1.05}.jh-about .jh-leadership-grid .leader-card:first-child .leader-role,.jh-about .jh-leadership-grid .leader-role{color:#f18c62;font-size:.62rem;letter-spacing:.08em;margin:0 0 1rem}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info p,.jh-about .jh-leadership-grid .leader-info p{font-size:.8rem}.jh-about .team-section{background:#07111f}.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{gap:1.1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.jh-about .jh-roster-member{background:#0c1b30;border:1px solid #e7decb29!important;border-radius:.85rem;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0;text-align:left}.jh-about .jh-roster-member:hover{background:#102540;transform:translateY(-4px)}.jh-about .jh-roster-member .team-member-photo{background:#07111f;border:0;border-radius:0;display:block;flex:0 0 145px;height:145px;margin:0;object-fit:cover;object-position:center;width:100%}.jh-about .jh-roster-member .team-member-info{padding:1rem 1.05rem 1.2rem;text-align:left;width:100%}.jh-about .jh-roster-member .team-member-info h3,.jh-about .jh-roster-member .team-member-role{text-align:left}.jh-about .jh-roster-member .team-member-info h3{color:#f7f1e7;font-size:1.2rem;margin:0 0 .45rem;padding:0}.jh-about .jh-roster-member .team-member-info h3:before{display:none}.jh-about .jh-roster-member .team-member-role{color:#f18c62;font-size:.61rem;letter-spacing:.07em}@media (max-width:1050px){.jh-about .jh-leadership-grid,.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.jh-about .jh-leadership-grid,.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.jh-about .jh-leadership-grid .leader-image{height:180px}.jh-about .jh-roster-member .team-member-photo{flex-basis:130px;height:130px}}@media (max-width:440px){.jh-about .jh-leadership-grid,.jh-about .jh-roster-grid,.jh-about .jh-roster-grid.two-up{grid-template-columns:1fr}.jh-about .jh-leadership-grid .leader-image{height:220px}}.jh-about .about-hero+.mission-section{background:radial-gradient(circle 26rem at 30% 0,#90342245,#0000 100%),#07111f}.jh-about .mission-section:after{display:none}.jh-about .jh-about-kicker strong{color:#f7f1e7;font-size:1.1em;letter-spacing:.24em}.jh-about .jh-leadership-grid{gap:1.25rem}.jh-about .jh-leadership-grid .leader-card,.jh-about .jh-leadership-grid .leader-card:nth-child(n){align-items:center;border:1px solid #f18c6252;border-radius:1.15rem;display:flex;flex-direction:column;grid-column:auto;padding:1.6rem 1.15rem 1.4rem;text-align:center}.jh-about .jh-leadership-grid .leader-image{background:#07111f;border:1px solid #f18c62;border-radius:50%;display:block;height:128px;margin:0 0 1.25rem;min-height:128px;min-width:128px;width:128px}.jh-about .jh-leadership-grid .leader-image:after{display:none}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info,.jh-about .jh-leadership-grid .leader-info{background:#0000;display:block;padding:0;text-align:center;width:100%}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info h3,.jh-about .jh-leadership-grid .leader-info h3{font-size:clamp(1.2rem,1.6vw,1.5rem);margin:0 0 .45rem;padding:0;text-align:center}.jh-about .jh-leadership-grid .leader-info h3:before{display:none}.jh-about .jh-leadership-grid .leader-card:first-child .leader-role,.jh-about .jh-leadership-grid .leader-role{font-size:.59rem;margin:0 0 .9rem;text-align:center}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info p,.jh-about .jh-leadership-grid .leader-info p{color:#b8bcc9;line-height:1.65;margin:0;text-align:center}.jh-about .timeline-section{background:#07111f;border-top:1px solid #e7decb33;margin:0;overflow:hidden;padding:0;position:relative}.jh-about .timeline-section .section-content{max-width:none;padding:clamp(6rem,11vw,10rem) clamp(1.5rem,7vw,7rem);width:min(1280px,100%)}.jh-about .timeline-intro{grid-gap:clamp(2rem,8vw,8rem);align-items:end;display:grid;gap:clamp(2rem,8vw,8rem);grid-template-columns:minmax(0,1fr) minmax(0,.75fr);margin-bottom:clamp(4rem,8vw,7rem)}.jh-about .timeline-intro>p{color:#f18c62;font-size:.68rem;font-weight:700;grid-column:1/-1;letter-spacing:.16em;margin:0;text-transform:uppercase}.jh-about .timeline-intro h2{color:#f7f1e7;font-size:clamp(3rem,6vw,6.2rem);font-weight:400;line-height:.86;margin:0}.jh-about .timeline-intro h2 em{color:#f18c62;font-weight:400}.jh-about .timeline-intro div p{color:#b8bcc9;font-size:.98rem;line-height:1.85;margin:0}.jh-about .timeline-container{border-top:1px solid #e7decb33;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.jh-about .timeline-item,.jh-about .timeline-item.left,.jh-about .timeline-item.right{animation:none;margin:0;opacity:1;transform:none;width:auto}.jh-about .timeline-content,.jh-about .timeline-item.left .timeline-content,.jh-about .timeline-item.right .timeline-content{border-bottom:1px solid #e7decb33;display:block;height:100%;padding:1.6rem}.jh-about .timeline-marker{background:#0000;border:0;border-radius:0;box-shadow:none;height:auto;margin:0 0 3.5rem}.jh-about .timeline-year{color:#f18c62;display:block;font-size:.72rem;height:auto;text-align:left;width:auto}.jh-about .timeline-card{background:#0000;border:0;border-radius:0;box-shadow:none;margin:0;max-width:none;padding:0}.jh-about .timeline-category{background:#0000;border-radius:0;color:#9eb4c7;font-size:.62rem;letter-spacing:.1em;margin:0 0 .7rem;padding:0;text-transform:uppercase}.jh-about .timeline-title{color:#f7f1e7;font-size:1.45rem;font-weight:400;line-height:1.08;margin:0 0 .75rem}.jh-about .timeline-description{color:#b8bcc9;font-size:.84rem;line-height:1.7;margin:0}@media (max-width:1050px){.jh-about .jh-leadership-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.jh-about .timeline-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.jh-about .jh-leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jh-about .jh-leadership-grid .leader-image{height:100px;min-height:100px;min-width:100px;width:100px}.jh-about .timeline-intro{display:block}.jh-about .timeline-intro h2{margin-bottom:1.5rem}}@media (max-width:440px){.jh-about .jh-leadership-grid,.jh-about .timeline-container{grid-template-columns:1fr}.jh-about .timeline-content,.jh-about .timeline-item.left .timeline-content,.jh-about .timeline-item.right .timeline-content{border-right:0}}.jh-about .about-hero{min-height:min(730px,79vh);padding:7rem clamp(1.5rem,7vw,8rem) 5rem}.jh-about .about-hero h1{font-size:clamp(3.15rem,7vw,6rem);line-height:.9}.jh-about .jh-about-kicker{font-size:.68rem;line-height:1.4;margin-bottom:1.75rem}.jh-about .jh-roster-grid.two-up{grid-template-columns:repeat(2,minmax(170px,230px));justify-content:center;margin-left:auto;margin-right:auto;max-width:520px}.jh-about .timeline-container{border-top:0;display:flex;gap:0;max-width:none;overflow-x:auto;overscroll-behavior-x:contain;position:relative;scroll-snap-type:x mandatory;scrollbar-color:#f18c62 #07111f;scrollbar-width:thin}.jh-about .timeline-container:before{display:none}.jh-about .timeline-item,.jh-about .timeline-item.left,.jh-about .timeline-item.right{flex:0 0 min(285px,78vw);scroll-snap-align:start}.jh-about .timeline-content,.jh-about .timeline-item.left .timeline-content,.jh-about .timeline-item.right .timeline-content{border-bottom:0;border-right:1px solid #e7decb33;min-height:310px;padding:1.6rem 1.5rem 2rem}.jh-about .timeline-marker{align-items:center;display:flex;height:3rem;margin:0 0 2rem;position:relative;width:auto;z-index:1}.jh-about .timeline-marker:before{background:#07111f;border:2px solid #f18c62;border-radius:50%;content:"";height:.78rem;width:.78rem}.jh-about .timeline-year{margin-left:.8rem}.jh-about .timeline-card{padding-top:.3rem}@media (max-width:650px){.jh-about .jh-roster-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}}.jh-about .jh-leadership-grid,.jh-about .leadership-section{background:#07111f}.jh-about .jh-leadership-grid{gap:1.1rem;grid-template-columns:repeat(5,minmax(0,1fr))}.jh-about .jh-leadership-grid .leader-card,.jh-about .jh-leadership-grid .leader-card:nth-child(n){align-items:stretch;background:#07111f;border:1px solid #e7decb29;border-radius:.85rem;padding:0;text-align:left}.jh-about .jh-leadership-grid .leader-image{border:0;border-radius:0;height:145px;margin:0;min-height:145px;min-width:0;width:100%}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info,.jh-about .jh-leadership-grid .leader-info{padding:1rem 1.05rem 1.2rem;text-align:left}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info h3,.jh-about .jh-leadership-grid .leader-info h3{font-size:1.2rem;text-align:left}.jh-about .jh-leadership-grid .leader-card:first-child .leader-role,.jh-about .jh-leadership-grid .leader-role{font-size:.61rem;text-align:left}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info p,.jh-about .jh-leadership-grid .leader-info p{font-size:.78rem;text-align:left}@media (max-width:1050px){.jh-about .jh-leadership-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.jh-about .jh-leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:440px){.jh-about .jh-leadership-grid{grid-template-columns:1fr}.jh-about .jh-leadership-grid .leader-image{height:210px;min-height:210px}}.jh-about .about-hero h1{font-size:clamp(2.8rem,6vw,5rem)!important;line-height:.9!important}.jh-about .jh-about-kicker{font-size:.62rem!important;margin-bottom:1.25rem!important}.jh-about .jh-leadership-grid{gap:1.1rem!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.jh-about .jh-leadership-grid,.jh-about .leadership-section,.jh-about .leadership-section .section-content{background:#07111f!important}.jh-about .about-hero{background:radial-gradient(circle at 76% 21%,#22547f94,#0000 28%),radial-gradient(circle 26rem at 30% 100%,#90342245,#0000 100%),#07111f!important}.jh-about .about-hero+.mission-section{background:radial-gradient(circle 26rem at 30% 0,#90342245,#0000 100%),#07111f!important}.jh-about .leadership-section{overflow:hidden;position:relative}.jh-about .leadership-section:before{border:1px solid #f18c6229;border-radius:50%;content:"";height:34rem;pointer-events:none;position:absolute;right:-24rem;top:8rem;width:34rem}.jh-about .leadership-section:after{border:1px solid #9eb4c724;bottom:7rem;content:"";height:13rem;left:-7rem;pointer-events:none;position:absolute;transform:rotate(45deg);width:13rem}.jh-about .jh-people-heading>span{max-width:520px}.jh-about .leadership-section .jh-people-heading>span{margin-left:auto;margin-right:auto;text-align:center}.jh-about .jh-leadership-grid{position:relative;z-index:1}.jh-about .jh-leadership-grid .leader-image{background:#0c1b30;height:170px!important;min-height:170px!important;overflow:hidden}.jh-about .jh-leadership-grid .leader-image img{height:100%;object-fit:cover;object-position:center 28%;width:100%}.jh-about .jh-leadership-grid .leader-card:nth-child(2) .leader-image img{object-position:center 20%}.jh-about .jh-leadership-grid .leader-card:nth-child(3) .leader-image img{object-position:center 25%}.jh-about .jh-leadership-grid .leader-card:nth-child(4) .leader-image img{object-position:center 20%}.jh-about .jh-leadership-grid .leader-card:nth-child(5) .leader-image img{object-position:center 24%}.jh-about .team-section{overflow:hidden;position:relative}.jh-about .team-section:before{border:1px solid #9eb4c71f;border-radius:50%;content:"";height:28rem;pointer-events:none;position:absolute;right:-12rem;top:-17rem;width:28rem}.jh-about .timeline-section:before{border:1px solid #f18c6224;content:"";height:17rem;left:-10rem;pointer-events:none;position:absolute;top:9rem;transform:rotate(45deg);width:17rem}.jh-about .join-section{background:#07111f!important}.jh-about .join-section:before{display:none}.jh-about .jh-leadership-grid{margin-left:auto!important;margin-right:auto!important;max-width:1280px!important;width:min(1280px,100%)!important}.jh-about .jh-leadership-grid .leader-card,.jh-about .jh-roster-member{height:auto!important;min-height:340px!important}.jh-about .jh-roster-member,.jh-about .jh-roster-member:hover{background:#07111f!important}.jh-about .jh-roster-member .team-member-photo{flex-basis:170px!important;height:170px!important}.jh-about .jh-leadership-grid .leader-image img,.jh-about .jh-roster-member .team-member-photo{background:#07111f;object-fit:contain!important}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info p,.jh-about .jh-leadership-grid .leader-info p{-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}.jh-about .jh-leadership-grid .leader-image{background:#0c1b30!important;border:1px solid #f18c627a!important;border-radius:.7rem!important;box-shadow:none!important;clip-path:none!important;height:120px!important;margin:1.5rem auto 1.15rem!important;min-height:120px!important;min-width:120px!important;overflow:hidden!important;padding:0!important;width:120px!important}.jh-about .jh-leadership-grid .leader-image img{border-radius:.65rem!important;display:block!important;height:100%!important;width:100%!important}.jh-about .jh-leader-thumbnail{background:#0c1b30;border:1px solid #f18c627a;border-radius:.7rem;height:120px;margin:1.5rem auto 1.15rem;min-height:120px;min-width:120px;overflow:hidden;width:120px}.jh-about .jh-leader-thumbnail img{background:#07111f;border-radius:.65rem;display:block;height:100%;object-fit:contain;width:100%}.jh-about .jh-leadership-grid .leader-card:first-child .jh-leader-thumbnail img,.jh-about .jh-leadership-grid .leader-card:nth-child(2) .jh-leader-thumbnail img,.jh-about .jh-leadership-grid .leader-card:nth-child(3) .jh-leader-thumbnail img,.jh-about .jh-roster-member .team-member-photo[alt="Sam Burnett"]{object-fit:cover!important;object-position:center 24%}.jh-about .jh-roster-member .team-member-photo[alt="Coming Soon"]{object-fit:cover!important;object-position:center}.jh-journal .journal-hero{background:radial-gradient(circle at 76% 21%,#22547f94,#0000 28%),radial-gradient(circle 26rem at 30% 100%,#90342245,#0000 100%),#07111f!important;min-height:min(730px,79vh);padding:7rem clamp(1.5rem,7vw,8rem) 5rem}.jh-journal .journal-hero+.journal-intro{background:radial-gradient(circle 26rem at 30% 0,#90342245,#0000 100%),#07111f!important}.jh-journal-kicker{color:#f18c62!important;font-size:.68rem;font-weight:700;letter-spacing:.18em;margin:0 0 1.75rem;text-transform:uppercase}.jh-journal-kicker strong{color:#f7f1e7;font-size:1.1em;letter-spacing:.24em}.jh-journal .journal-hero h1{font-size:clamp(3.5rem,8vw,7.1rem);line-height:.88}.jh-journal .journal-hero h1 em{color:#f4a37d;font-weight:400}.jh-journal .journal-intro .section-content{max-width:1280px;padding-bottom:clamp(5rem,9vw,8rem);padding-top:clamp(5rem,9vw,8rem)}.jh-journal-statement{grid-gap:clamp(2.5rem,10vw,10rem);align-items:end;display:grid;gap:clamp(2.5rem,10vw,10rem);grid-template-columns:minmax(0,1fr) minmax(18rem,.8fr)}.jh-journal-statement>div>p{color:#f18c62;font-size:.68rem;font-weight:700;letter-spacing:.16em;margin:0 0 1.2rem;text-transform:uppercase}.jh-journal-statement h2{color:#f7f1e7;font-size:clamp(3rem,6vw,6.2rem);font-weight:400;line-height:.86;margin:0}.jh-journal-statement h2 em{color:#f4a37d;font-weight:400}.jh-journal-statement>p{color:#b8bcc9;font-size:1rem;line-height:1.85;margin:0}.jh-journal .journal-articles{border-top:1px solid #e7decb33}.jh-journal .journal-articles .section-content{max-width:none;padding:clamp(4rem,8vw,7rem) clamp(1.5rem,7vw,7rem);width:min(1280px,100%)}.jh-issue-label{color:#f18c62;font-size:.68rem;font-weight:700;letter-spacing:.16em;margin:0 0 1rem;text-transform:uppercase}.jh-journal .issue-filter{margin-bottom:clamp(3rem,6vw,5rem);padding:0}.jh-journal .issue-tabs{border-bottom:1px solid #e7decb33;display:flex;gap:0;justify-content:flex-start}.jh-journal .issue-tab{background:#0000;border:0;border-radius:0;box-shadow:none;color:#9eb4c7;font-size:.72rem;font-weight:700;letter-spacing:.07em;padding:.85rem 1.25rem;position:relative;text-transform:uppercase}.jh-journal .issue-tab:before{display:none}.jh-journal .issue-tab:after{background:#f18c62;bottom:-1px;content:"";height:2px;left:1.25rem;position:absolute;right:1.25rem;transform:scaleX(0);transition:transform .2s ease}.jh-journal .issue-tab:hover{background:#0000;box-shadow:none;color:#f7f1e7;transform:none}.jh-journal .issue-tab.active{background:#0000;border:0;box-shadow:none;color:#f7f1e7}.jh-journal .issue-tab.active:after{transform:scaleX(1)}.jh-journal-heading{align-items:end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:clamp(3rem,6vw,5rem)}.jh-journal-heading p{color:#f18c62;font-size:.68rem;font-weight:700;letter-spacing:.16em;margin:0 0 1.2rem;text-transform:uppercase}.jh-journal-heading h2{color:#f7f1e7;font-size:clamp(3rem,6vw,6.2rem);font-weight:400;line-height:.86;margin:0}.jh-journal-heading h2 em{color:#f4a37d;font-weight:400}.jh-journal-heading>span{color:#b8bcc9;font-size:.9rem;line-height:1.7;max-width:23rem}.jh-journal .jh-publications-grid{grid-gap:0;border-top:1px solid #e7decb33;display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr))}.jh-journal .jh-publication{background:#0000;border:0;border-bottom:1px solid #e7decb33;border-radius:0;display:grid;grid-template-columns:3.75rem minmax(0,1fr);min-height:435px;position:relative}.jh-journal .jh-publication+.jh-publication{border-left:1px solid #e7decb33}.jh-journal .jh-publication+.jh-publication .jh-publication-number{padding-left:1.5rem}.jh-journal .jh-publication:hover{background:hsla(0,0%,100%,.025);box-shadow:none;transform:none}.jh-publication-number{color:#f18c62;font-size:.7rem;font-weight:700;letter-spacing:.12em;padding:2rem 0 0}.jh-journal .jh-publication .article-content{display:flex;flex-direction:column;padding:2rem 2rem 2.5rem 0}.jh-publication-topline{color:#9eb4c7;display:flex;font-size:.67rem;font-weight:700;gap:1rem;justify-content:space-between;letter-spacing:.09em;margin-bottom:clamp(2.5rem,5vw,5rem);text-transform:uppercase}.jh-publication-topline span:first-child{color:#f18c62}.jh-journal .jh-publication .article-content h3{color:#f7f1e7;font-size:clamp(1.65rem,2.7vw,3rem);font-weight:400;line-height:1.08;margin:0 0 1.1rem}.jh-journal .jh-publication .article-meta{color:#f4a37d}.jh-journal .jh-publication .article-excerpt{color:#b8bcc9;font-size:.9rem;line-height:1.75}.jh-journal .jh-publication .article-link{color:#f18c62;font-size:.72rem;letter-spacing:.09em;margin-top:auto;text-transform:uppercase}.jh-index-status{border-bottom:1px solid #e7decb33;border-top:1px solid #e7decb33;color:#9eb4c7;display:flex;font-size:.67rem;font-weight:700;gap:1rem;justify-content:space-between;letter-spacing:.1em;margin:-2rem 0 2rem;padding:.95rem 0;text-transform:uppercase}.jh-index-status span:first-child{color:#f18c62}.jh-about .about-hero .cta-button{background:#f7f1e7!important;border-color:#f7f1e7!important;color:#07111f!important}.jh-about .about-hero .cta-button:hover{background:#f4a37d!important;border-color:#f4a37d!important;color:#07111f!important}@media (max-width:760px){.jh-journal .journal-hero{min-height:650px}.jh-journal-heading,.jh-journal-statement{display:block}.jh-journal-statement>p{margin-top:1.5rem}.jh-journal-heading>span{display:block;margin-top:1.25rem}.jh-journal .jh-publications-grid{grid-template-columns:1fr}.jh-journal .jh-publication+.jh-publication{border-left:0}.jh-journal .jh-publication{min-height:0}.jh-journal .issue-tabs{overflow-x:auto}.jh-journal .issue-tab{flex:0 0 auto}}.article-page .article-summary>p{margin:0}.article-page .article-topics{margin:1.5rem 0 0}.article-page .article-topics>span{color:#f18c62;display:block;font-size:.6rem;font-weight:700;letter-spacing:.14em;margin-bottom:.6rem;text-transform:uppercase}.article-page .article-topic-list{display:flex;flex-wrap:wrap;gap:.45rem .9rem}.article-page .article-topic-list strong{color:#9aabba;font-size:.78rem;font-weight:700;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}@media (max-width:760px){.article-page .article-summary{display:block}.article-page .article-summary-heading{margin-bottom:1.5rem}.article-page .article-summary>p{grid-column:auto}.article-page .article-topics{border-top:1px solid #e7decb29;margin-top:1.25rem;padding-top:1rem}.article-page .article-topic-list{grid-gap:.35rem;display:grid;gap:.35rem}.article-page .article-topic-list strong+strong{margin-top:0}}.jh-announcements .announcements-hero{background:radial-gradient(circle at 76% 21%,#22547f94,#0000 28%),radial-gradient(circle 26rem at 30% 100%,#90342245,#0000 100%),#07111f!important;min-height:min(730px,79vh);padding:7rem clamp(1.5rem,7vw,8rem) 5rem}.jh-announcements .announcements-hero+.announcements-section{background:radial-gradient(circle 26rem at 30% 0,#90342245,#0000 100%),#07111f!important}.jh-announcements .announcements-hero h1{font-size:clamp(3.5rem,8vw,7.1rem);line-height:.88}.jh-announcements .announcements-hero h1 em{color:#f4a37d;font-weight:400}.jh-announcements .announcements-hero .jh-announcements-kicker{margin-bottom:1.75rem}.jh-announcements .announcements-hero .jh-announcements-kicker strong{color:#f7f1e7;font-size:1.1em;letter-spacing:.24em}.jh-announcements .jh-subscribe{background:#07111f!important;border-top:1px solid #e7decb33;overflow:hidden;position:relative}.jh-announcements .jh-subscribe:before{border:1px solid #f18c6229;border-radius:50%;content:"";height:30rem;pointer-events:none;position:absolute;right:-14rem;top:-19rem;width:30rem}.jh-announcements .jh-subscribe .section-content{padding-bottom:clamp(6rem,10vw,9rem);padding-top:clamp(6rem,10vw,9rem);position:relative;z-index:1}.jh-announcements .jh-subscribe .subscribe-form{background:#0c1b30;border:1px solid #e7decb38;border-radius:999px;gap:.65rem;padding:.35rem}.jh-announcements .jh-subscribe .subscribe-input{background:#0000;border:0;color:#f7f1e7;min-width:0;padding:.8rem 1rem}.jh-announcements .jh-subscribe .subscribe-input:focus{border:0;box-shadow:none}.jh-announcements .jh-subscribe .cta-button{background:#f7f1e7!important;border:0!important;border-radius:999px;color:#07111f!important;padding:.8rem 1.2rem;white-space:nowrap}.jh-announcements .jh-subscribe .cta-button:hover{background:#f4a37d!important}.jh-contact .contact-hero{background:radial-gradient(circle at 76% 21%,#22547f94,#0000 28%),radial-gradient(circle 26rem at 30% 100%,#90342245,#0000 100%),#07111f!important;min-height:min(730px,79vh);padding:7rem clamp(1.5rem,7vw,8rem) 5rem}.jh-contact .contact-hero .section-content{padding:0;position:relative;z-index:3}.jh-apply .archives-hero h1,.jh-contact .contact-hero h1{font-size:clamp(3.5rem,8vw,7.1rem);line-height:.88}.jh-apply .archives-hero h1 em,.jh-contact .contact-hero h1 em{color:#f4a37d;font-weight:400}.jh-apply .archives-hero .jh-apply-kicker,.jh-contact .contact-hero .jh-contact-kicker{margin-bottom:1.75rem}.jh-apply .archives-hero .jh-apply-kicker strong,.jh-contact .contact-hero .jh-contact-kicker strong{color:#f7f1e7;font-size:1.1em;letter-spacing:.24em}.jh-contact .contact-hero+.contact-redesign{background:radial-gradient(circle 26rem at 30% 0,#90342245,#0000 100%),#07111f!important}.jh-apply .archives-hero{background:radial-gradient(circle at 76% 21%,#22547f94,#0000 28%),radial-gradient(circle 26rem at 30% 100%,#90342245,#0000 100%),#07111f!important;min-height:min(730px,79vh);padding:7rem clamp(1.5rem,7vw,8rem) 5rem}.jh-apply .archives-hero+.articles-section{background:radial-gradient(circle 26rem at 30% 0,#90342245,#0000 100%),#07111f!important}.jh-apply .articles-section .section-content{max-width:none;width:min(1280px,100%)}.jh-apply .articles-section .section-content>h2{font-size:clamp(3rem,6vw,6rem);line-height:.9}.jh-apply .articles-section .section-content>p:not(.jh-apply-kicker){font-size:1rem;line-height:1.85;margin-bottom:clamp(3.5rem,7vw,6rem);max-width:760px}.jh-apply .article-card{background:#0000!important;border:0;border-top:1px solid #e7decb38;box-shadow:none!important;margin:0;overflow:visible;transform:none!important;transition:none}.jh-apply .article-card:last-child{border-bottom:1px solid #e7decb38}.jh-apply .article-card:hover{background:#0000!important;box-shadow:none!important;transform:none!important}.jh-apply .article-content{background:#0000!important;box-shadow:none!important;padding:clamp(3rem,7vw,6rem) 0}.jh-apply .article-content h3{font-size:clamp(2.4rem,4.5vw,4.7rem);line-height:.95;margin-top:-.12em}.jh-apply .article-content h4{border-top:1px solid #e7decb1f;padding-top:1.5rem}.jh-apply .article-link{border-bottom:0;border-top:1px solid #f18c6280;padding:.85rem 0}@media (max-width:760px){.jh-announcements .announcements-hero,.jh-apply .archives-hero,.jh-contact .contact-hero{min-height:650px}.jh-announcements .jh-subscribe .subscribe-form{flex-direction:row}}.jh-about .jh-roster-member .team-member-photo{align-self:center;background:#0c1b30!important;border:1px solid #f18c627a!important;border-radius:.7rem!important;box-shadow:none!important;clip-path:none!important;flex-basis:120px!important;height:120px!important;margin:1.5rem auto 1rem!important;padding:0!important;width:120px!important}.jh-about .jh-leadership-grid:before{border:1px solid #9eb4c721;border-radius:50%;content:"";height:12rem;left:42%;pointer-events:none;position:absolute;top:-5rem;width:12rem}.jh-about .jh-leadership-grid:after{border:1px solid #f18c6229;bottom:-3rem;height:8rem;right:6%;width:8rem}.jh-about .jh-leadership-grid:after,.jh-about .team-section:after{content:"";pointer-events:none;position:absolute;transform:rotate(45deg)}.jh-about .team-section:after{border:1px solid #f18c6224;bottom:4rem;height:11rem;right:23%;width:11rem}.jh-about .timeline-section:after{border:1px solid #9eb4c71f;border-radius:50%;bottom:4rem;content:"";height:22rem;pointer-events:none;position:absolute;right:-13rem;width:22rem}.jh-about .jh-leadership-grid .leader-card,.jh-about .jh-leadership-grid .leader-card:nth-child(n){background:#07111f!important;border:1px solid #e7decb29!important;border-radius:.85rem!important;min-height:0!important;padding:0!important}.jh-about .jh-leadership-grid .leader-image{border:0!important;border-radius:0!important;display:block!important;height:145px!important;margin:0!important;min-height:145px!important;min-width:0!important;width:100%!important}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info,.jh-about .jh-leadership-grid .leader-info{background:#07111f!important;min-height:0!important;padding:1rem 1.05rem 1.2rem!important}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info h3,.jh-about .jh-leadership-grid .leader-info h3{font-size:1.2rem!important}.jh-about .jh-leadership-grid .leader-card:first-child .leader-role,.jh-about .jh-leadership-grid .leader-role{font-size:.61rem!important}.jh-about .jh-leadership-grid .leader-card:first-child .leader-info p,.jh-about .jh-leadership-grid .leader-info p{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box!important;font-size:.75rem!important;overflow:hidden}@media (max-width:1050px){.jh-about .jh-leadership-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:700px){.jh-about .jh-leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:440px){.jh-about .jh-leadership-grid{grid-template-columns:1fr!important}}.author-bio-container{counter-reset:profile-entry}.author-bio-container,.author-bio-container *,.author-bio-container :after,.author-bio-container :before{box-sizing:border-box}.author-bio-container .section-content{max-width:none;padding-left:clamp(1.5rem,7vw,7rem);padding-right:clamp(1.5rem,7vw,7rem);width:min(1280px,100%)}.author-bio-container .author-hero{background:radial-gradient(circle at 78% 18%,#22547f94,#0000 29%),#07111f;min-height:min(720px,78vh);padding:clamp(5rem,9vw,8rem) 0}.author-bio-container .author-hero .section-content{padding-bottom:0;padding-top:0}.author-bio-container .author-content{grid-gap:clamp(3rem,9vw,9rem);align-items:center;display:grid;gap:clamp(3rem,9vw,9rem);grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);max-width:none}.author-bio-container .author-image{justify-self:end;position:relative}.author-bio-container .author-image:before{color:#f18c62;content:"UJLP · PROFILE";font-size:.6rem;font-weight:700;left:-2.15rem;letter-spacing:.18em;position:absolute;text-transform:uppercase;top:1.25rem;transform:rotate(180deg);writing-mode:vertical-rl;z-index:2}.author-bio-container .author-image:after{border-bottom:1px solid #f18c6299;border-right:1px solid #f18c6299;bottom:-1.1rem;content:"";height:58%;pointer-events:none;position:absolute;right:-1.1rem;width:58%}.author-bio-container .author-image img{border:0;border-radius:46% 46% .35rem .35rem;box-shadow:none;display:block;filter:saturate(.82) contrast(1.04);height:clamp(300px,36vw,490px);object-fit:cover;object-position:center 22%;width:clamp(230px,27vw,370px)}.author-bio-container .author-info{min-width:0}.author-bio-container .author-info:before{color:#9db0c2;content:"The people behind the Journal";display:block;font-size:.65rem;font-weight:700;letter-spacing:.14em;margin-bottom:1.4rem;text-transform:uppercase}.author-bio-container .author-info h1{font-size:clamp(3.8rem,7.5vw,7.6rem);line-height:.82;margin:0 0 1.25rem;max-width:780px}.author-bio-container .author-role{border-bottom:1px solid #f18c628c;display:inline-block;margin:0 0 clamp(2.5rem,5vw,4.5rem);padding-bottom:.65rem}.author-bio-container .author-details{border-top:1px solid #e7decb33;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.author-bio-container .author-details p{border-bottom:1px solid #e7decb29;color:#9db0c2;line-height:1.55;margin:0;min-height:72px;padding:1rem 1rem 1rem 0}.author-bio-container .author-details p:nth-child(odd){border-right:1px solid #e7decb29}.author-bio-container .author-details p:nth-child(2n){padding-left:1rem}.author-bio-container .author-details strong{color:#f4a37d;display:block;font-size:.6rem;letter-spacing:.1em;margin-bottom:.3rem;text-transform:uppercase}.author-bio-container .author-bio-section{background:#07111f;border-top:1px solid #e7decb29;overflow:hidden;position:relative}.author-bio-container .author-bio-section:before{border:1px solid #22547f29;border-radius:50%;content:"";height:32rem;pointer-events:none;position:absolute;right:-13rem;top:-17rem;width:32rem}.author-bio-container .author-bio-section .section-content,.author-bio-container .author-contact .section-content,.author-bio-container .author-experience .section-content,.author-bio-container .author-projects .section-content,.author-bio-container .author-publications .section-content{grid-gap:clamp(3rem,9vw,9rem);align-items:start;display:grid;gap:clamp(3rem,9vw,9rem);grid-template-columns:minmax(13rem,.7fr) minmax(0,1.3fr)}.author-bio-container .author-bio-section h2,.author-bio-container .author-contact h2,.author-bio-container .author-experience h2,.author-bio-container .author-projects h2,.author-bio-container .author-publications h2{font-size:clamp(2.8rem,5vw,5.5rem);line-height:.86;margin:0;position:sticky;top:8rem}.author-bio-container .author-bio-section .section-content{display:block;padding-bottom:clamp(6rem,11vw,10rem);padding-top:clamp(6rem,10vw,9rem)}.author-bio-container .author-bio-section h2{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.8rem,5vw,5.5rem);font-weight:400;letter-spacing:-.055em;line-height:.86;margin:0 0 clamp(3.5rem,7vw,6rem);max-width:none;padding:0 0 clamp(1.75rem,3vw,2.5rem);position:relative;text-align:left;top:auto;transform:none;width:100%}.author-bio-container .author-bio-section h2:before{color:#f18c62;content:"PROFILE  /  BIOGRAPHY";display:block;font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.17em;line-height:1.4;margin-bottom:1.25rem;text-transform:uppercase}.author-bio-container .author-bio-section h2:after{animation:none;background:linear-gradient(90deg,#f18c62 0 8rem,#e7decb2e 8rem 100%);border-radius:0;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;right:0;transform:none;width:100%}.author-bio-container .author-contact .contact-info,.author-bio-container .bio-content,.author-bio-container .experience-list,.author-bio-container .projects-list,.author-bio-container .publications-list{margin:0;max-width:none;min-width:0;text-align:left;width:100%}.author-bio-container .publications-list{width:calc(100% + clamp(1.5rem, 3vw, 3rem))}.author-bio-container .bio-content{margin-left:auto;padding:0 clamp(0rem,2vw,2rem);width:min(1100px,100%)}.author-bio-container .experience-list,.author-bio-container .projects-list,.author-bio-container .publications-list{counter-reset:profile-entry}.author-bio-container .bio-content{column-count:2;column-gap:clamp(3rem,7vw,7rem);column-rule:1px solid #e7decb24;direction:ltr}.author-bio-container .bio-content p{color:#c4c7cf;direction:ltr;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.12rem,1.75vw,1.48rem);line-height:1.7;margin:0;padding:0 0 2rem;text-align:left}.author-bio-container .bio-content p+p{border-top:0;padding-top:0}.author-bio-container .bio-content p:first-child:first-letter{color:#f4a37d;float:left;font-size:3.6em;line-height:.78;margin:.08em .12em 0 0}.author-bio-container .experience-item,.author-bio-container .project-item,.author-bio-container .publication-item{background:#0000;counter-increment:profile-entry;max-width:100%;overflow:hidden;padding:2.2rem 0 2.8rem 4.25rem;position:relative;width:100%}.author-bio-container .experience-item:before,.author-bio-container .project-item:before,.author-bio-container .publication-item:before{background:#07111f;border:1px solid #f18c626b;border-radius:50%;color:#f18c62;content:counter(profile-entry,decimal-leading-zero);display:grid;font-size:.6rem;font-weight:700;height:2.35rem;left:.85rem;letter-spacing:.08em;place-items:center;position:absolute;top:2.2rem;width:2.35rem}.author-bio-container .experience-item:first-child,.author-bio-container .project-item:first-child,.author-bio-container .publication-item:first-child{border-top:1px solid #e7decb2e}.author-bio-container .experience-item h3,.author-bio-container .project-item h3,.author-bio-container .publication-item h3{font-size:clamp(1.7rem,3vw,3rem);line-height:1.05;margin-top:0}.author-bio-container .publication-item h3 a{color:#f7f1e7;text-decoration:none;transition:color .2s ease}.author-bio-container .publication-item h3 a:hover{color:#f4a37d}.author-bio-container .experience-description,.author-bio-container .project-description,.author-bio-container .publication-excerpt{max-width:760px}.author-bio-container .author-publications{background:radial-gradient(circle 30rem at 88% 15%,#22547f24,#0000 100%),#081421;border-top:1px solid #e7decb29;overflow:hidden;position:relative}.author-bio-container .author-publications:after{border:1px solid #f18c6221;border-radius:50%;bottom:-13rem;content:"";height:25rem;pointer-events:none;position:absolute;right:-9rem;width:25rem}.author-bio-container .author-publications .section-content{display:block;padding-bottom:clamp(6rem,11vw,10rem);padding-top:clamp(6rem,10vw,9rem);position:relative;z-index:1}.author-bio-container .author-publications h2{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.8rem,5vw,5.5rem);font-weight:400;letter-spacing:-.055em;line-height:.86;margin:0 0 clamp(3.5rem,7vw,6rem);padding:0 0 clamp(1.75rem,3vw,2.5rem);position:relative;text-align:left;top:auto;width:100%}.author-bio-container .author-publications h2:before{color:#f18c62;content:"JOURNAL  /  PUBLISHED WORK";display:block;font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.17em;line-height:1.4;margin-bottom:1.25rem;text-transform:uppercase}.author-bio-container .author-publications h2:after{animation:none;background:linear-gradient(90deg,#f18c62 0 8rem,#e7decb2e 8rem 100%);border-radius:0;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;right:0;transform:none;width:100%}.author-bio-container .publications-list{border-top:1px solid #e7decb2e;margin:0 0 0 auto;max-width:none;width:min(1100px,100%)}.author-bio-container .publication-item{grid-column-gap:clamp(1rem,3vw,2.5rem);align-items:start;background:#0000;border:0;border-bottom:1px solid #e7decb2e;border-radius:0;column-gap:clamp(1rem,3vw,2.5rem);display:grid;grid-template-columns:4.25rem minmax(0,1fr);margin:0;overflow:visible;padding:clamp(2.5rem,5vw,4.25rem) clamp(1rem,2.5vw,2rem);position:relative;transition:background .2s ease;width:100%}.author-bio-container .publication-item:hover{background:hsla(0,0%,100%,.018);box-shadow:inset 2px 0 #f18c62;transform:none}.author-bio-container .publication-item:before{background:#0000;border:1px solid #f18c627a;border-radius:50%;color:#f18c62;display:grid;font-size:.61rem;grid-column:1;grid-row:1/span 20;height:2.65rem;margin:0;place-items:center;position:static;width:2.65rem}.author-bio-container .publication-item>*{grid-column:2;min-width:0}.author-bio-container .publication-item h3{color:#f7f1e7;font-size:clamp(1.8rem,3.4vw,3.5rem);line-height:1.04;margin:-.12em 0 1rem;max-width:920px;overflow-wrap:anywhere}.author-bio-container .publication-item .publication-meta{color:#f18c62!important;margin:0 0 1.4rem}.author-bio-container .publication-item .publication-excerpt{color:#aeb8c3;font-size:.96rem;line-height:1.8;margin:0;max-width:800px}.author-bio-container .publication-item>p:not([class]){color:#aeb8c3;line-height:1.75}.author-bio-container .publication-item>ul{color:#aeb8c3;line-height:1.7}.author-bio-container .publication-item>ul li::marker{color:#f18c62}.author-bio-container .publication-item:not(:has(h3)){align-items:center;min-height:150px}.author-bio-container .publication-item:not(:has(h3)) .publication-meta{color:#8499ac!important;margin:0}.author-bio-container .author-experience{background:#07111f;border-top:1px solid #e7decb29;overflow:hidden;position:relative}.author-bio-container .author-experience:before{border:1px solid #22547f24;border-radius:50%;content:"";height:27rem;left:-13rem;pointer-events:none;position:absolute;top:7rem;width:27rem}.author-bio-container .author-experience .section-content{display:block;padding-bottom:clamp(6rem,11vw,10rem);padding-top:clamp(6rem,10vw,9rem);position:relative;z-index:1}.author-bio-container .author-experience h2{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.8rem,5vw,5.5rem);font-weight:400;letter-spacing:-.055em;line-height:.86;margin:0 0 clamp(3.5rem,7vw,6rem);padding:0 0 clamp(1.75rem,3vw,2.5rem);position:relative;text-align:left;top:auto;width:100%}.author-bio-container .author-experience h2:before{color:#f18c62;content:"CAREER  /  EXPERIENCE";display:block;font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.17em;line-height:1.4;margin-bottom:1.25rem;text-transform:uppercase}.author-bio-container .author-experience h2:after{animation:none;background:linear-gradient(90deg,#f18c62 0 8rem,#e7decb2e 8rem 100%);border-radius:0;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;right:0;transform:none;width:100%}.author-bio-container .author-experience .experience-list{grid-gap:clamp(1.5rem,3vw,2.5rem);background:#0000;border:0;display:grid;gap:clamp(1.5rem,3vw,2.5rem);grid-template-columns:repeat(2,minmax(0,1fr));margin:0 0 0 auto;max-width:none;width:min(1100px,100%)}.author-bio-container .author-experience .experience-item{background:#091625;border:1px solid #e7decb2b;border-radius:.6rem;box-shadow:none;margin:0;min-height:310px;min-width:0;overflow:hidden;padding:clamp(2rem,4vw,3rem) clamp(1.35rem,3vw,2.4rem) clamp(2.25rem,4vw,3rem) clamp(4.75rem,6vw,6rem);position:relative;transform:none}.author-bio-container .author-experience .experience-item:hover{background:#0a192a;border-color:#f18c6257;box-shadow:none;transform:none}.author-bio-container .author-experience .experience-item:before{background:#0000;border:1px solid #f18c627a;border-radius:50%;display:grid;height:2.55rem;left:clamp(1.25rem,2.5vw,2rem);place-items:center;position:absolute;top:clamp(2rem,4vw,3rem);width:2.55rem}.author-bio-container .author-experience .experience-item:first-child{background:radial-gradient(circle at 88% 5%,#22547f2e,#0000 38%),#091625;grid-column:1/-1;min-height:0;padding-left:clamp(5rem,7vw,7rem)}.author-bio-container .author-experience .experience-item h3{color:#f7f1e7;font-size:clamp(1.75rem,3vw,3.15rem);line-height:1.04;margin:0 0 1.5rem;max-width:820px}.author-bio-container .author-experience .experience-item:first-child h3{font-size:clamp(2.4rem,4.5vw,4.7rem)}.author-bio-container .author-experience .ga-tabs{grid-gap:0;border-top:1px solid #e7decb2b;display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:clamp(2.5rem,5vw,4.5rem)}.author-bio-container .author-experience .ga-entry{min-width:0;padding:clamp(1.75rem,3vw,2.75rem) clamp(1rem,3vw,2.5rem) 0 0}.author-bio-container .author-experience .ga-entry+.ga-entry{border-left:1px solid #e7decb2b;padding-left:clamp(1rem,3vw,2.5rem);padding-right:0}.author-bio-container .author-experience .ga-entry h4{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,2.5vw,2.35rem);font-weight:400;line-height:1.08;margin:0 0 .6rem}.author-bio-container .author-experience .experience-meta{color:#f18c62!important;font-size:.64rem;letter-spacing:.11em;margin:0 0 1.4rem}.author-bio-container .author-experience .experience-description{color:#aeb8c3;font-size:.9rem;line-height:1.85;margin:0}.author-bio-container .author-contact{background:#0a1728}.author-bio-container .author-contact .contact-info{grid-gap:0;background:#0000;border:0;border-radius:0;border-top:1px solid #e7decb2e;box-shadow:none;display:grid;gap:0;grid-template-columns:1fr;margin:0;padding:0}.author-bio-container .author-contact .contact-info p{border-bottom:1px solid #e7decb24;color:#b8bcc9;margin:0;min-width:0;overflow-wrap:anywhere;padding:1.25rem 0;text-align:left}.author-bio-container .author-contact .contact-info strong{color:#f7f1e7;display:inline-block;font-size:.65rem;letter-spacing:.1em;min-width:6rem;text-transform:uppercase}.author-bio-container .author-contact .contact-info a{color:#f4a37d;text-decoration:none}.author-bio-container .author-contact .contact-info a:hover{color:#f7f1e7}.author-bio-container .author-projects .projects-list{grid-gap:clamp(1.25rem,2.5vw,2.25rem);background:#0000;border:0;display:grid;gap:clamp(1.25rem,2.5vw,2.25rem);grid-template-columns:repeat(2,minmax(0,1fr))}.author-bio-container .author-projects .project-item{background:#091625;border:1px solid #e7decb29;margin:0;min-width:0;padding:2rem 1.35rem 2.25rem 4rem}.author-bio-container .author-projects .project-item:before{background:#091625;left:1.15rem}.author-bio-container .author-projects .project-item h3{font-size:clamp(1.25rem,1.8vw,1.85rem);-webkit-hyphens:auto;hyphens:auto;line-height:1.08;max-width:100%;overflow-wrap:anywhere}.author-bio-container .author-projects .project-item h3 a{overflow-wrap:anywhere}.author-bio-container .author-projects .project-description{max-width:100%;overflow-wrap:anywhere}@media (max-width:760px){.author-bio-container .author-hero{min-height:auto;padding:5rem 0 4rem}.author-bio-container .author-content{gap:3rem;grid-template-columns:1fr}.author-bio-container .author-image{justify-self:center}.author-bio-container .author-image img{height:min(92vw,390px);width:min(72vw,300px)}.author-bio-container .author-details,.author-bio-container .author-info{text-align:left}.author-bio-container .author-info h1{font-size:clamp(3.5rem,17vw,5.7rem)}.author-bio-container .author-details{grid-template-columns:1fr}.author-bio-container .author-details p:nth-child(odd){border-right:0}.author-bio-container .author-details p:nth-child(2n){padding-left:0}.author-bio-container .author-bio-section .section-content,.author-bio-container .author-contact .section-content,.author-bio-container .author-experience .section-content,.author-bio-container .author-projects .section-content,.author-bio-container .author-publications .section-content{display:block}.author-bio-container .author-bio-section h2,.author-bio-container .author-contact h2,.author-bio-container .author-experience h2,.author-bio-container .author-projects h2,.author-bio-container .author-publications h2{margin-bottom:2.5rem;position:static}.author-bio-container .author-bio-section h2{margin-bottom:2.75rem;max-width:none;text-align:left;transform:none;width:100%}.author-bio-container .bio-content{column-count:1;column-rule:0;direction:ltr;padding:0}.author-bio-container .author-publications h2{margin-bottom:2.75rem}.author-bio-container .publication-item{gap:.75rem;grid-template-columns:2.9rem minmax(0,1fr);padding:2rem .25rem}.author-bio-container .publication-item:before{height:2.15rem;width:2.15rem}.author-bio-container .publication-item h3{font-size:clamp(1.55rem,7.5vw,2.35rem)}.author-bio-container .author-experience h2{margin-bottom:2.75rem}.author-bio-container .author-experience .experience-list,.author-bio-container .author-experience .ga-tabs{grid-template-columns:1fr}.author-bio-container .author-experience .experience-item:first-child{grid-column:auto}.author-bio-container .author-experience .ga-entry+.ga-entry{border-left:0;border-top:1px solid #e7decb2b;margin-top:2rem;padding-left:0;padding-top:2rem}.author-bio-container .author-projects .projects-list{grid-template-columns:1fr}}.jh-page .research-constellation{background:radial-gradient(circle 34rem at 48% 55%,#22547f33,#0000 100%),#06101d;border-bottom:1px solid #e7decb29;border-top:1px solid #e7decb29;overflow:hidden;position:relative}.jh-page .research-constellation:before{border:1px solid #f18c621f;border-radius:50%;content:"";height:31rem;pointer-events:none;position:absolute;right:-10rem;top:-12rem;width:31rem}.jh-page .research-constellation .section-content{max-width:1320px;padding-bottom:clamp(6rem,10vw,9rem);padding-top:clamp(6rem,10vw,9rem)}.constellation-heading{grid-gap:clamp(2rem,8vw,8rem);align-items:end;display:grid;gap:clamp(2rem,8vw,8rem);grid-template-columns:minmax(0,1.15fr) minmax(260px,.7fr);margin-bottom:clamp(4rem,8vw,7rem)}.constellation-heading>div>p,.issue-shelf-heading>span{color:#f18c62;font-size:.64rem;font-weight:700;letter-spacing:.17em;margin:0 0 1rem;text-transform:uppercase}.jh-page .constellation-heading h2{color:#f7f1e7;font-size:clamp(3rem,6vw,6.4rem);letter-spacing:-.065em;line-height:.84;margin:0}.constellation-heading h2 em{color:#f18c62;font-weight:400}.constellation-heading>p{color:#aeb8c3;font-size:1rem;line-height:1.8;margin:0 0 .5rem;max-width:470px}.constellation-stage{background-image:radial-gradient(circle,#e7decb2b 1px,#0000 0);background-size:31px 31px;border:1px solid #e7decb2e;min-height:680px;overflow:hidden;position:relative}.constellation-stage:after{color:#718397;content:"RESEARCH FIELD  /  LIVE INDEX";font-size:.56rem;font-weight:700;left:1.5rem;letter-spacing:.16em;position:absolute;top:1.4rem}.constellation-lines{height:100%;inset:0;pointer-events:none;position:absolute;width:100%}.constellation-lines line{stroke:#f18c626b;stroke-width:1;stroke-dasharray:4 8;vector-effect:non-scaling-stroke}.constellation-lines .constellation-line-secondary{stroke:#9cb3c733}.constellation-core{aspect-ratio:1;background:radial-gradient(circle,#f18c621f,#07111f 68%);border:1px solid #f18c628a;border-radius:50%;box-shadow:0 0 0 25px rgba(241,140,98,.025),0 0 0 50px rgba(241,140,98,.018);display:grid;left:50%;place-content:center;position:absolute;text-align:center;top:40%;transform:translate(-50%,-50%);width:clamp(150px,17vw,220px)}.constellation-core span{color:#f18c62;font-size:.57rem;font-weight:700;letter-spacing:.2em}.constellation-core strong{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,5vw,5.2rem);font-weight:400;line-height:.95}.constellation-core small{color:#718397;display:block;font-size:.55rem;letter-spacing:.1em;margin-top:.45rem;text-transform:uppercase}.constellation-node{aspect-ratio:1;background:#07111feb;border:1px solid #9cb3c759;border-radius:50%;color:#b8bcc9;display:grid;padding:.75rem;place-content:center;position:absolute;text-align:center;transform:translate(-50%,-50%);transition:border-color .25s ease,background .25s ease,transform .25s ease;width:clamp(88px,10vw,126px);z-index:2}.constellation-node.active,.constellation-node:hover{background:#10233a;border-color:#f18c62;color:#f7f1e7;transform:translate(-50%,-50%) scale(1.06)}.constellation-node span{color:#f18c62;font-size:.55rem;letter-spacing:.1em;margin-bottom:.35rem}.constellation-node strong{font-family:Playfair Display,Georgia,serif;font-size:clamp(.9rem,1.5vw,1.25rem);font-weight:400;line-height:1.05}.constellation-detail{grid-column-gap:1rem;align-items:end;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#07111ff0;border-left:2px solid #f18c62;bottom:.75rem;column-gap:1rem;display:grid;grid-template-columns:1fr auto;left:50%;padding:.9rem 1.1rem;position:absolute;transform:translateX(-50%);width:min(390px,calc(100% - 4rem));z-index:3}.constellation-detail>span{color:#718397;font-size:.55rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.constellation-detail h3{color:#f7f1e7;font-size:1.22rem;font-weight:400;grid-column:1;margin:.25rem 0 .35rem}.constellation-detail p{color:#9eabb8;font-size:.68rem;grid-column:1;line-height:1.45;margin:0}.constellation-detail p strong{color:#d8d4cc;font-weight:500}.constellation-detail a{align-self:center;color:#f18c62;font-size:.58rem;font-weight:700;grid-column:2;grid-row:1/span 3;letter-spacing:.09em;text-transform:uppercase}.jh-journal .issue-shelf{margin:0 0 clamp(7rem,12vw,11rem)}.issue-shelf-heading{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.issue-shelf-heading>div{grid-gap:.5rem;display:grid;gap:.5rem}.issue-shelf-heading>div>span{color:#f18c62;font-size:.62rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.issue-shelf-heading>div>strong{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,2.5vw,2.2rem);font-weight:400}.issue-shelf-heading>a{border-bottom:1px solid #e7decb3d;color:#9aabba;font-size:.62rem;font-weight:700;letter-spacing:.1em;padding:.65rem 0;text-transform:uppercase}.issue-shelf-heading>a:hover{border-color:#f18c62;color:#f18c62}.reading-room{position:relative}.reading-room-atmosphere{align-items:center;background:#08131f;border:1px solid #e7decb24;border-bottom:0;color:#52687a;display:flex;font-size:.52rem;font-weight:700;height:3.2rem;justify-content:space-between;letter-spacing:.16em;overflow:hidden;padding:0 1.5rem;position:relative;text-transform:uppercase}.reading-room-atmosphere i{background:linear-gradient(90deg,#0000,#f18c626b,#0000);height:1px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:46%}.reading-room-atmosphere b{font-weight:700}.issue-volumes{align-items:flex-end;background:radial-gradient(ellipse at 50% 105%,#22547f4d,#0000 48%),linear-gradient(180deg,hsla(0,0%,100%,.018),#0000);border-left:1px solid #e7decb24;border-right:1px solid #e7decb24;display:flex;gap:clamp(1.8rem,5vw,4.2rem);justify-content:center;min-height:580px;padding:clamp(3rem,6vw,5.5rem) clamp(2rem,8vw,8rem) 62px;perspective:1600px;perspective-origin:50% 45%}.issue-volume{background:#d9d0bf;border:0;border-radius:.2rem .5rem .08rem .08rem;box-shadow:25px 24px 30px #00000047;color:#f7f1e7;cursor:pointer;flex:0 1 330px;min-height:clamp(390px,41vw,510px);overflow:visible;padding:0;position:relative;text-align:left;transform:rotateY(-18deg) rotate(-1deg);transform-origin:bottom left;transform-style:preserve-3d;width:clamp(220px,27vw,330px)}.issue-book-pages{align-items:center;background:linear-gradient(90deg,#58493729,#0000 8%),repeating-linear-gradient(90deg,#eee5d5 0 2px,#d8cebd 2px 3px);border:1px solid #423b3259;border-radius:.28rem .72rem .25rem .32rem;box-shadow:inset -14px 0 18px #4a3d2f2e;color:#17202a;display:flex;flex-direction:column;inset:3px -10px 0 1px;justify-content:center;overflow:hidden;padding:clamp(1.2rem,3vw,2.3rem);position:absolute;text-align:center}.issue-book-pages:before{border:1px solid #4d3f2f47;content:"";inset:1rem;pointer-events:none;position:absolute}.issue-book-pages small{color:#6b5946;font-size:.47rem;font-weight:700;letter-spacing:.12em;line-height:1.45;text-transform:uppercase}.issue-book-pages i{color:#9b4f38;font-size:.52rem;font-style:normal;font-weight:700;letter-spacing:.08em;margin:.85rem 0;text-transform:uppercase}.issue-book-pages strong{-webkit-box-orient:vertical;-webkit-line-clamp:5;color:#17202a;display:-webkit-box;font-family:Playfair Display,Georgia,serif;font-size:clamp(.92rem,1.8vw,1.35rem);font-weight:500;line-height:1.15;overflow:hidden}.issue-book-pages em{color:#713f30;font-family:Playfair Display,Georgia,serif;font-size:.7rem;font-style:italic;margin-top:1rem}.issue-book-pages>span{color:#8d4d38;font-size:.46rem;font-weight:700;letter-spacing:.08em;margin-top:auto;text-align:center;text-transform:uppercase;width:100%}.issue-book-pages>span u{display:inline-block;font-size:.78rem;line-height:.5;text-decoration:none;transform:translateY(.08rem)}.issue-book-pages b{color:#786b5d;font-size:.45rem;letter-spacing:.1em;margin-top:.55rem;text-align:center;text-transform:uppercase}.issue-book-contents{grid-gap:.58rem;display:grid;gap:.58rem;list-style:none;margin:.75rem 0 0;padding:0;text-align:left;width:100%}.issue-book-contents li{grid-gap:.35rem;align-items:start;display:grid;gap:.35rem;grid-template-columns:1.2rem minmax(0,1fr)}.issue-book-contents li>span{color:#9b4f38;font-size:.48rem;font-weight:700;letter-spacing:.08em}.issue-book-contents li>strong{color:#17202a;display:block;font-family:Playfair Display,Georgia,serif;font-size:.62rem;font-weight:500;line-height:1.12;overflow:hidden}.issue-book-contents li>em{color:#713f30;font-family:inherit;font-size:.42rem;font-style:normal;grid-column:2;margin:-.18rem 0 0}.issue-book-cover{background:linear-gradient(105deg,#ffffff1f,#0000 9% 88%,#00000047),radial-gradient(circle at 78% 20%,color-mix(in srgb,var(--issue-accent) 28%,#0000),#0000 38%),#0a192a;border:1px solid color-mix(in srgb,var(--issue-accent) 52%,#e7decb33);border-radius:.2rem .5rem .08rem .08rem;box-shadow:inset -10px 0 18px #0000003d;display:grid;grid-template-columns:minmax(0,1fr);inset:0;position:absolute;transform:rotateY(0);transform-origin:left center;transform-style:preserve-3d;transition:transform 2.15s cubic-bezier(.22,.72,.18,1),box-shadow .2s ease,border-color .2s ease;z-index:2}.issue-volume:focus-visible .issue-book-cover,.issue-volume:hover .issue-book-cover{border:4px solid var(--issue-accent);box-shadow:inset -10px 0 18px #0000003d,0 0 0 4px color-mix(in srgb,var(--issue-accent) 55%,#0000),0 0 42px color-mix(in srgb,var(--issue-accent) 42%,#0000)}.issue-volume:before{background:linear-gradient(90deg,#d8d0c2,#827f78 42%,#eee4d3 78%,#b7ad9d),repeating-linear-gradient(90deg,#d8d0c2 0 1px,#827f78 1px 2px,#eee4d3 2px 3px);border:1px solid #594e406b;border-left:0;border-radius:0 .72rem .72rem 0;box-shadow:inset -2px 0 3px #ffffff4d,inset 3px 0 4px #4a3d2f33;right:-12px;top:3px;width:13px}.issue-volume:after,.issue-volume:before{bottom:-11px;content:"";pointer-events:none;position:absolute}.issue-volume:after{background:repeating-linear-gradient(#e4dac9 0 1px,#8e8980 1px 2px,#f0e7d7 2px 3px);border:1px solid #594e406b;border-radius:0 0 .62rem .32rem;border-top-color:#eee4d36b;height:11px;left:0;right:-11px}.issue-volume:nth-child(2n){min-height:clamp(365px,38vw,475px);transform:rotateY(-13deg) rotate(1.25deg) translateY(3px);transform-origin:bottom left}.issue-volume:nth-child(2n) .issue-book-cover{background:linear-gradient(105deg,#ffffff1a,#0000 9% 88%,#0000004d),radial-gradient(circle at 78% 20%,color-mix(in srgb,var(--issue-accent) 25%,#0000),#0000 38%),#111b2a}.issue-volume.opening{z-index:4}.issue-volume.opening .issue-book-cover{box-shadow:28px 12px 24px #0000004d,inset 12px 0 18px #0003;transform:rotateY(-118deg)}.issue-cover-frame{border:1px solid #e7decb33;inset:clamp(.8rem,2vw,1.4rem);pointer-events:none;position:absolute;z-index:0}.issue-cover-frame:after,.issue-cover-frame:before{border-color:#f18c627a;content:"";height:2.2rem;position:absolute;width:2.2rem}.issue-cover-frame:before{border-left:1px solid;border-top:1px solid;left:.6rem;top:.6rem}.issue-cover-frame:after{border-bottom:1px solid;border-right:1px solid;bottom:.6rem;right:.6rem}.issue-spine{border-right:1px solid #e7decb26;color:#8498a9;display:grid;font-size:.55rem;font-weight:700;height:100%;letter-spacing:.14em;place-items:center;text-transform:uppercase;transform:rotate(180deg);writing-mode:vertical-rl}.issue-volume-copy{align-items:center;display:flex;flex-direction:column;gap:.18rem;height:100%;justify-content:center;min-width:0;padding:clamp(1.85rem,3.3vw,2.35rem) clamp(1.5rem,4vw,3rem) clamp(1.5rem,4vw,3rem);position:relative;text-align:center;z-index:1}.issue-volume-copy small{color:#8498a9;font-size:.62rem;font-weight:700;letter-spacing:.14em;line-height:1.45;margin:0 0 1.15rem;position:static;text-align:center;text-transform:uppercase;transform:none;width:100%}.issue-volume-copy .issue-cover-university{margin-bottom:0;margin-top:auto}.issue-volume-copy .issue-volume-count{margin-top:.45rem}.issue-cover-mark{align-items:center;aspect-ratio:1.09;background:#0000;border:0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:.22rem;justify-content:center;margin:.55rem 0 .75rem;overflow:visible;position:relative;width:clamp(5.8rem,10vw,8rem)}.issue-cover-mark:before{display:none}.issue-cover-mark:after{border-right:1px solid #f18c62;border-top:1px solid #f18c62;content:"";height:.75rem;opacity:.8;position:absolute;right:.35rem;top:.35rem;width:.75rem}.issue-logo-footer,.issue-logo-kicker{color:#91a5b7;font-family:Inter,sans-serif;font-size:.34rem;font-weight:700;letter-spacing:.2em;line-height:1;position:relative;z-index:1}.issue-cover-mark strong{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3.4vw,2.8rem);font-weight:400;letter-spacing:-.08em;line-height:.8;margin:0;position:relative;z-index:1}.issue-cover-mark i{background:#f18c62;height:1px;margin:.12rem 0 .05rem;position:relative;width:2.3rem;z-index:1}.issue-volume-copy strong{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3.5vw,3.7rem);font-weight:400;letter-spacing:-.045em;line-height:.95;margin-top:.1rem;max-width:360px}.issue-volume-copy em{color:#f18c62;font-size:.62rem;font-style:normal;font-weight:700;letter-spacing:.1em;margin-top:.45rem;text-transform:uppercase}.issue-volume-count{color:#8498a9;font-size:.52rem;font-weight:700;letter-spacing:.14em;margin-top:auto;text-transform:uppercase}.issue-volume-arrow{bottom:1.35rem;color:#f18c62;display:none;font-size:1rem;position:absolute;right:1.5rem}.issue-cover-face{height:100%;min-width:0;position:relative;z-index:1}.issue-spine{display:none}.issue-spine-kicker,.issue-spine-label{display:block;line-height:1;white-space:nowrap}.issue-spine-rule{background:currentColor;height:1px;opacity:.72;width:.7rem}.issue-shelf-base{background:#102034;border:1px solid #e7decb3b;box-shadow:0 14px 26px #00000047;height:1.2rem;position:relative}.issue-shelf-base span{color:#617486;font-size:.54rem;font-weight:700;letter-spacing:.13em;position:absolute;right:0;text-transform:uppercase;top:1.7rem}.reading-room-note{color:#718397;font-size:.7rem;line-height:1.7;margin:3.4rem 0 0 auto;max-width:620px;text-align:right}.jh-about .timeline-chapters{max-width:100%;overflow:hidden;width:100%}.jh-about .timeline-chapters .section-content{max-width:1320px}.timeline-chapter-display{background:radial-gradient(circle 24rem at 8% 20%,#22547f38,#0000 100%);border-bottom:1px solid #e7decb33;border-top:1px solid #e7decb33;display:grid;grid-template-columns:minmax(110px,.28fr) minmax(0,1.2fr) auto;margin-top:clamp(4rem,8vw,7rem);min-height:390px;position:relative}.timeline-chapter-count{align-items:flex-start;border-right:1px solid #e7decb29;display:flex;padding:clamp(2rem,5vw,4rem) 1rem}.timeline-chapter-count span{color:#f18c62;font-family:Playfair Display,Georgia,serif;font-size:clamp(4.5rem,9vw,9rem);font-weight:400;letter-spacing:-.08em;line-height:.72}.timeline-chapter-count small{color:#718397;font-size:.62rem;margin:.25rem 0 0 .5rem}.timeline-chapter-copy{align-self:center;max-width:760px;padding:clamp(2.5rem,6vw,5rem)}.timeline-chapter-copy>span{color:#f18c62;font-size:.61rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.timeline-chapter-copy h3{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,4.5vw,4.8rem);font-weight:400;letter-spacing:-.055em;line-height:.94;margin:1rem 0 1.4rem}.timeline-chapter-copy p{color:#aeb8c3;font-size:.96rem;line-height:1.8;margin:0;max-width:650px}.timeline-chapter-controls{align-self:end;display:flex;padding:0 0 2rem}.timeline-chapter-controls button{background:#0000;border:1px solid #e7decb3d;border-right:0;color:#f7f1e7;display:grid;font-size:1.1rem;height:3.5rem;place-items:center;width:3.5rem}.timeline-chapter-controls button:last-child{border-right:1px solid #e7decb3d}.timeline-chapter-controls button:hover:not(:disabled){background:#f18c62;border-color:#f18c62;color:#07111f}.timeline-chapter-controls button:disabled{color:#415266;cursor:not-allowed}.timeline-chapter-track{border-top:1px solid #e7decb29;display:grid;grid-auto-columns:minmax(155px,1fr);grid-auto-flow:column;margin-top:2rem;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-color:#f18c62 #0000;scrollbar-width:thin;touch-action:pan-x;width:100%}.timeline-chapter-tab{background:#0000;border:0;border-bottom:1px solid #e7decb29;border-right:1px solid #e7decb29;color:#8498a9;min-height:135px;padding:1.5rem;position:relative;scroll-snap-align:center;text-align:left}.timeline-chapter-tab:before{background:#f18c62;content:"";height:2px;left:0;position:absolute;right:100%;top:-1px;transition:right .25s ease}.timeline-chapter-tab.active,.timeline-chapter-tab:hover{background:hsla(0,0%,100%,.025);color:#f7f1e7}.timeline-chapter-tab.active:before{right:0}.timeline-chapter-tab span{color:#f18c62;display:block;font-size:.56rem;letter-spacing:.1em;margin-bottom:1.4rem}.timeline-chapter-tab strong{color:inherit;display:block;font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:400}.timeline-chapter-tab small{color:#718397;display:block;font-size:.53rem;font-weight:700;letter-spacing:.1em;margin-top:.35rem;text-transform:uppercase}@media (max-width:760px){.constellation-heading{grid-template-columns:1fr}.constellation-stage{min-height:720px}.constellation-node{width:90px}.constellation-node:first-of-type{left:18%!important;top:21%!important}.constellation-node:nth-of-type(2){left:80%!important;top:21%!important}.constellation-node:nth-of-type(3){left:17%!important;top:54%!important}.constellation-node:nth-of-type(4){left:81%!important;top:54%!important}.constellation-core{top:38%;width:135px}.constellation-detail{bottom:1rem;left:1rem;right:1rem;transform:none;width:auto}.issue-volumes{gap:0;justify-content:flex-start;min-height:510px;overflow-x:auto;padding:3rem 0 62px}.issue-volume,.issue-volume:nth-child(2n){flex:0 0 clamp(3.35rem,18vw,4.4rem);min-height:390px;min-width:clamp(3.35rem,18vw,4.4rem);transform:none;width:clamp(3.35rem,18vw,4.4rem)}.issue-shelf-heading{align-items:flex-start;flex-direction:column}.timeline-chapter-display{grid-template-columns:1fr;min-height:0}.timeline-chapter-count{border-right:0;padding-bottom:0}.timeline-chapter-copy{padding:2.25rem 1.25rem 3rem}.timeline-chapter-controls{padding:0 1.25rem 1.5rem}.timeline-chapter-controls button{border-right:1px solid #e7decb3d}.timeline-chapter-track{grid-auto-columns:minmax(145px,48vw)}}@media (prefers-reduced-motion:reduce){.constellation-node,.issue-volume,.timeline-chapter-tab:before{transition:none}}.printing-press-intro{animation:press-intro-leave 2.4s cubic-bezier(.7,0,.2,1) forwards;background:#07111f;display:grid;inset:0;overflow:hidden;place-items:center;pointer-events:none;position:fixed;z-index:1400}.press-roller{animation:press-roller-drop 1.15s cubic-bezier(.3,.8,.2,1) both;background:linear-gradient(#17283b,#091522 48%,#02070d 52%,#14263a);border:1px solid #e7decb3d;border-radius:999px;box-shadow:0 18px 35px #00000080;height:5rem;left:50%;position:absolute;top:32%;transform:translate(-50%,-50%);width:min(620px,84vw)}.press-roller span{border:1px solid #f18c6238;border-radius:inherit;inset:.65rem;position:absolute}.press-sheet{animation:press-sheet-print 1.55s cubic-bezier(.2,.8,.2,1) .25s both;background:#ede4d4;border:1px solid #b9ad99;box-shadow:0 25px 70px #00000073;color:#182230;display:grid;height:56vh;place-content:center;text-align:center;width:min(520px,76vw)}.press-sheet strong{font-family:Playfair Display,Georgia,serif;font-size:clamp(4rem,12vw,8rem);font-weight:400;letter-spacing:-.07em}.press-sheet small{color:#9a4f39;font-size:.58rem;font-weight:700;letter-spacing:.2em}.press-rule{animation:press-rule-strike .8s ease .85s forwards;background:#f18c62;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scaleX(0);width:min(580px,82vw)}.press-grid{background-image:linear-gradient(#9cb3c721 1px,#0000 0),linear-gradient(90deg,#9cb3c721 1px,#0000 0);background-size:42px 42px;inset:0;-webkit-mask-image:radial-gradient(circle at center,#000,#0000 72%);mask-image:radial-gradient(circle at center,#000,#0000 72%);opacity:.2;position:absolute}.press-sheet:after,.press-sheet:before{border-color:#a5563f;content:"";height:2.4rem;position:absolute;width:2.4rem}.press-sheet:before{border-left:1px solid;border-top:1px solid;left:1.25rem;top:1.25rem}.press-sheet:after{border-bottom:1px solid;border-right:1px solid;bottom:1.25rem;right:1.25rem}.press-sheet{position:relative}.press-sheet>small{margin-bottom:1.2rem}.press-sheet strong{display:flex;justify-content:center}.press-sheet strong span{animation:press-letter .42s forwards;display:inline-block;opacity:0;transform:translateY(1.2rem) rotate(5deg)}.press-sheet strong span:first-child{animation-delay:.42s}.press-sheet strong span:nth-child(2){animation-delay:.55s}.press-sheet strong span:nth-child(3){animation-delay:.68s}.press-sheet strong span:nth-child(4){animation-delay:.81s}.press-sheet em{color:#a5563f;font-family:Playfair Display,Georgia,serif;font-size:clamp(1rem,2.8vw,1.55rem);font-style:italic;margin:.55rem 0 1.2rem}.press-sheet b{color:#4f5964;font-size:.52rem;font-weight:700;letter-spacing:.14em;line-height:1.6;text-transform:uppercase}.press-edition{bottom:2rem;color:#6f8293;font-size:.48rem;font-weight:700;letter-spacing:.17em;position:absolute}@keyframes press-letter{to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes press-roller-drop{0%{transform:translate(-50%,-180%)}to{transform:translate(-50%,-50%)}}@keyframes press-sheet-print{0%{opacity:0;transform:translateY(38%)}to{opacity:1;transform:translateY(0)}}@keyframes press-rule-strike{to{transform:translate(-50%,-50%) scaleX(1)}}@keyframes press-intro-leave{0%,72%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.animated-journal-seal{aspect-ratio:1;display:grid;justify-self:end;margin-top:clamp(2rem,5vw,4rem);place-items:center;position:relative;width:clamp(180px,22vw,270px)}.animated-journal-seal:before{animation:seal-draw 1.2s .3s both;border:1px solid #f18c628c;border-radius:50%;content:"";inset:9%;position:absolute}.animated-journal-seal .seal-orbit{animation:seal-orbit 18s linear infinite;border:1px solid #9cb3c740;border-radius:50%;position:absolute}.seal-orbit-one{border-style:dashed!important;inset:0}.seal-orbit-two{animation-direction:reverse!important;animation-duration:12s!important;inset:18%}.animated-journal-seal>div{display:grid;text-align:center;z-index:1}.animated-journal-seal em,.animated-journal-seal small{color:#8799a9;font-size:.5rem;font-style:normal;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.animated-journal-seal strong{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:400;letter-spacing:-.05em}.jh-journal-statement .animated-journal-seal{grid-gap:clamp(2.5rem,8vw,8rem);align-items:center;aspect-ratio:auto;border-top:1px solid #e7decb29;display:grid;gap:clamp(2.5rem,8vw,8rem);grid-column:1/-1;grid-template-columns:minmax(280px,1fr) minmax(230px,.62fr);justify-self:stretch;margin-top:clamp(4rem,8vw,7rem);padding-top:clamp(3rem,6vw,5rem);width:100%}.animated-journal-seal .seal-graphic{aspect-ratio:1;display:grid;justify-self:center;place-items:center;position:relative;text-align:center;width:clamp(180px,22vw,270px)}.animated-journal-seal .seal-center{text-align:center;z-index:1}.animated-journal-seal .seal-companion{display:block;max-width:650px;text-align:left}.seal-companion>span{color:#f18c62;font-size:.58rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.seal-companion h3{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,4vw,4.6rem);font-weight:400;letter-spacing:-.055em;line-height:.92;margin:1rem 0 1.4rem}.seal-companion h3 em{color:#f18c62;font-weight:400}.seal-companion p{color:#9dabb8;line-height:1.8;margin:0;max-width:560px}.seal-companion i{animation:seal-line-grow 1.2s .5s both;background:linear-gradient(90deg,#f18c62 0 5rem,#e7decb29 5rem);display:block;height:1px;margin-top:2rem;transform-origin:left;width:100%}@keyframes seal-line-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.jh-journal-statement .animated-journal-seal{background:radial-gradient(circle 30rem at 20% 50%,#22547f33,#0000 100%),linear-gradient(135deg,hsla(0,0%,100%,.018),#0000 55%),#07111f;border:1px solid #e7decb29;overflow:hidden;padding:clamp(2rem,5vw,4.5rem);position:relative}.jh-journal-statement .animated-journal-seal:before{display:none}.jh-journal-statement .animated-journal-seal:after{border:1px solid #e7decb12;content:"";inset:1rem;pointer-events:none;position:absolute}.animated-journal-seal .seal-graphic{background:radial-gradient(circle,#f18c6212,#0000 62%);filter:drop-shadow(0 25px 38px rgba(0,0,0,.34));grid-column:2;grid-row:1;justify-self:end;margin-right:0;width:clamp(230px,28vw,340px)}.animated-journal-seal .seal-companion{grid-column:1;grid-row:1}.seal-aura{animation:seal-aura-breathe 4.5s ease-in-out infinite alternate;background:radial-gradient(circle,#22547f33,#0000 68%);border-radius:50%;inset:-10%;position:absolute}.animated-journal-seal .seal-orbit{box-sizing:border-box}.animated-journal-seal .seal-orbit-one{animation:seal-medallion-enter 1.1s cubic-bezier(.2,.8,.2,1) both!important;border:2px solid #f18c62bf!important;box-shadow:inset 0 0 0 7px #07111f,inset 0 0 0 8px #e7decb2e,0 0 0 1px #e7decb1f;inset:0}.animated-journal-seal .seal-orbit-one:before{background:repeating-conic-gradient(from 0deg,#f18c62bf 0 1deg,#0000 1deg 11.25deg);border-radius:50%;content:"";inset:9px;-webkit-mask:radial-gradient(#0000 0 78%,#000 79% 84%,#0000 85%);mask:radial-gradient(#0000 0 78%,#000 79% 84%,#0000 85%);opacity:.65;position:absolute}.animated-journal-seal .seal-orbit-one:after{border:1px solid #e7decb33;border-radius:50%;content:"";inset:20px;position:absolute}.animated-journal-seal .seal-orbit-two{animation:seal-accent-turn 22s linear infinite!important;border:1px solid #9cb3c766;box-shadow:inset 0 0 26px #22547f2e;inset:18%}.animated-journal-seal .seal-orbit-two:after,.animated-journal-seal .seal-orbit-two:before{background:#07111f;border:1px solid #f18c62;content:"";height:8px;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg);width:8px}.animated-journal-seal .seal-orbit-two:before{left:-5px}.animated-journal-seal .seal-orbit-two:after{right:-5px}.seal-crosshair{background:linear-gradient(90deg,#0000 49.8%,#e7decb1a 50%,#0000 50.2%),linear-gradient(#0000 49.8%,#e7decb1a 50%,#0000 50.2%);border-radius:50%;inset:7%;position:absolute}.animated-journal-seal .seal-center{background:radial-gradient(circle at 35% 28%,#122c47,#081421 58%,#040a11);border:1px solid #f18c6266;border-radius:50%;box-shadow:0 0 0 6px #07111f,0 0 0 7px #e7decb26,inset 0 0 25px #22547f4d;display:grid;inset:27%;place-content:center;position:absolute}.animated-journal-seal .seal-center small{color:#8296a7;font-size:clamp(.34rem,.55vw,.48rem)}.animated-journal-seal .seal-center strong{font-size:clamp(2.35rem,5vw,4.1rem);line-height:.9;text-shadow:0 2px 18px #0006}.animated-journal-seal .seal-center>span{color:#f18c62;font-size:.48rem;margin:.25rem 0}.animated-journal-seal .seal-center em{color:#9aabba;font-size:clamp(.3rem,.5vw,.43rem)}.seal-engraving{color:#c6c2ba;font-size:clamp(.35rem,.65vw,.5rem);font-weight:700;left:50%;letter-spacing:.18em;position:absolute;text-align:center;text-transform:uppercase;transform:translateX(-50%);width:68%;z-index:2}.seal-engraving-top{top:12%}.seal-engraving-bottom{bottom:12%;color:#8194a5}@keyframes seal-medallion-enter{0%{opacity:0;transform:scale(.72) rotate(-18deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes seal-accent-turn{to{transform:rotate(1turn)}}@keyframes seal-aura-breathe{0%{opacity:.45;transform:scale(.94)}to{opacity:1;transform:scale(1.08)}}.jh-journal .journal-intro .section-content{padding-bottom:clamp(1.5rem,3vw,2.5rem)}.jh-journal-statement .animated-journal-seal{margin-top:clamp(.375rem,.75vw,.625rem)}.jh-journal .journal-articles .section-content{padding-bottom:clamp(1.5rem,3vw,2.5rem);padding-top:clamp(1.5rem,3vw,2.5rem)}.jh-journal .issue-shelf{margin-bottom:0}.jh-journal .research-constellation .section-content{padding-top:clamp(2.5rem,5vw,4rem)}@keyframes seal-draw{0%{opacity:0;transform:scale(.7) rotate(-40deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes seal-orbit{to{transform:rotate(1turn)}}.research-portals{background:#081421;border-top:1px solid #e7decb29;overflow:hidden}.research-portals>.section-content{max-width:1320px;padding-bottom:clamp(6rem,10vw,9rem);padding-top:clamp(6rem,10vw,9rem)}.research-portals-heading>span{color:#f18c62;font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.research-portals-heading h2{color:#f7f1e7;font-size:clamp(3rem,6vw,6rem);line-height:.88;margin:1.2rem 0 clamp(3rem,7vw,6rem)}.research-portals-heading h2 em{color:#f18c62;font-weight:400}.research-portal-grid{grid-gap:1px;background:#e7decb2e;display:grid;gap:1px;grid-template-columns:repeat(2,minmax(0,1fr))}.research-portal{background:radial-gradient(circle 24rem at 82% 12%,#22547f47,#0000 100%),#07111f;color:#f7f1e7;min-height:440px;overflow:hidden;padding:clamp(2rem,5vw,4.5rem);position:relative}.research-portal.portal-2{background:radial-gradient(circle 24rem at 82% 12%,#bd4e2c33,#0000 100%),#07111f}.research-portal:after{border:1px solid #f18c6233;border-radius:50%;bottom:-12rem;content:"";height:24rem;position:absolute;right:-8rem;transition:transform .4s ease;width:24rem}.research-portal:hover:after{transform:scale(1.13)}.research-portal>span{color:#f18c62;font-size:.62rem}.research-portal small{color:#718397;float:right;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase}.research-portal h3{color:#f7f1e7;font-size:clamp(2.3rem,4vw,4.5rem);font-weight:400;line-height:.92;margin:clamp(5rem,10vw,9rem) 0 1rem;max-width:430px}.research-portal p{color:#9eabb8;line-height:1.7;max-width:380px}.research-portal b{bottom:2.5rem;color:#f18c62;font-size:.6rem;letter-spacing:.1em;position:absolute;text-transform:uppercase}.constellation-detail button{align-self:center;background:#0000;border:0;color:#f18c62;font-size:.58rem;font-weight:700;grid-column:2;grid-row:1/span 3;letter-spacing:.09em;padding:0;text-transform:uppercase}.constellation-transition{aspect-ratio:1;background:radial-gradient(circle at 38% 32%,#1a4268 0,#0c233b 38%,#07111f 72%);border:1px solid #f18c62b3;border-radius:50%;box-shadow:0 0 0 1rem #22547f1a,0 0 0 2rem rgba(241,140,98,.035),0 0 70px #22547f8c;color:#f7f1e7;display:grid;inset:50% auto auto 50%;opacity:0;place-items:center;pointer-events:none;position:absolute;text-align:center;transform:translate(-50%,-50%) scale(0) rotate(-20deg);width:8rem;z-index:8}.constellation-transition:after,.constellation-transition:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.constellation-transition:before{border:1px dashed #f18c6280;inset:10%}.constellation-transition:after{border:1px solid #9cb3c759;inset:24%}.constellation-transition span{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:1rem;max-width:10rem;position:relative;text-shadow:0 3px 14px #000;z-index:1}.constellation-stage.departing .constellation-transition{animation:constellation-expand 1.38s cubic-bezier(.7,0,.2,1) forwards}@keyframes constellation-expand{0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(-20deg)}18%{opacity:1}62%{transform:translate(-50%,-50%) scale(2.4) rotate(4deg)}to{opacity:1;transform:translate(-50%,-50%) scale(18) rotate(12deg)}}.constellation-node{cursor:pointer}.constellation-stage.departing .constellation-lines{animation:constellation-suck-lines 1.05s cubic-bezier(.7,0,.3,1) forwards;transform-origin:50% 50%}.constellation-stage.departing .constellation-core{animation:constellation-suck-core 1.05s cubic-bezier(.7,0,.3,1) forwards}.constellation-stage.departing .constellation-node{animation:constellation-suck-node 1.05s cubic-bezier(.7,0,.3,1) forwards;transform-origin:center}@keyframes constellation-suck-lines{to{opacity:0;transform:scale(.05) rotate(18deg)}}@keyframes constellation-suck-core{to{opacity:0;transform:translate(-50%,-50%) scale(.05) rotate(-20deg)}}@keyframes constellation-suck-node{to{filter:blur(8px);opacity:0;transform:translate(-50%,-50%) scale(.05)}}.jh-journal .constellation-stage{min-height:580px}.jh-journal .constellation-core{top:50%}.bio-frame{background:#07111f;position:relative;width:100%}.bio-frame .author-bio-section{isolation:isolate;overflow:hidden;position:relative}.bio-frame .author-bio-section:before{font-feature-settings:"liga","clig";color:rgba(241,140,98,.045);content:var(--bio-signature);font-family:Great Vibes,Brush Script MT,Snell Roundhand,cursive;font-size:clamp(7rem,26vw,18rem);font-style:normal;font-variant-ligatures:common-ligatures;font-weight:400;left:50%;letter-spacing:-.02em;line-height:.8;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-48%) rotate(-4deg);z-index:-1}.bio-signature-dossier{border-bottom:1px solid #e7decb2e;border-top:1px solid #e7decb2e;margin:clamp(4rem,8vw,8rem) auto;padding:1.3rem 0 1.8rem;width:min(1280px,calc(100% - 3rem))}.bio-signature-label{color:#718397;display:block;font-size:.56rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.bio-signature-mark{font-feature-settings:"liga","clig";color:#f7f1e7;display:block;font-family:Great Vibes,Brush Script MT,Snell Roundhand,cursive;font-size:clamp(2.4rem,4.5vw,5rem);font-style:normal;font-variant-ligatures:common-ligatures;font-weight:400;letter-spacing:0;line-height:.85;margin-top:.8rem;position:relative;text-shadow:0 1px 0 #00000014;top:1.75rem}@media (max-width:760px){.jh-journal-statement .animated-journal-seal{grid-template-columns:1fr}.animated-journal-seal .seal-graphic{grid-column:1;grid-row:1;justify-self:center;margin-right:0}.animated-journal-seal .seal-companion{grid-column:1;grid-row:2}.research-portal-grid{grid-template-columns:1fr}.research-portal{min-height:380px}.constellation-detail button{grid-column:1;grid-row:auto;margin-top:.6rem;text-align:left}.jh-journal .constellation-stage{min-height:610px}.jh-journal .constellation-core{top:42%}.bio-signature-dossier{padding:1rem 0 1.35rem;width:calc(100% - 2rem)}.bio-signature-mark{font-size:clamp(2rem,10vw,3.5rem);top:1.25rem}}@media (prefers-reduced-motion:reduce){.printing-press-intro{display:none}.animated-journal-seal .seal-orbit,.animated-journal-seal:before{animation:none}.constellation-stage.departing .constellation-transition{animation-duration:.01s}}.publication-index-hero,.research-area-hero{align-items:flex-end;background:radial-gradient(circle 35rem at 78% 20%,#22547f94,#0000 100%),#07111f;border-bottom:1px solid #e7decb2e;display:flex;isolation:isolate;min-height:min(620px,70vh);overflow:hidden;position:relative}.publication-index-hero:after,.research-area-hero:after{border:1px solid #f18c6252;border-radius:50%;bottom:-29rem;content:"";height:48rem;pointer-events:none;position:absolute;right:-17rem;width:48rem}.publication-index-hero .section-content,.research-area-hero .section-content{padding-bottom:clamp(4rem,8vw,7rem);padding-top:9rem;position:relative;z-index:3}.publication-index-hero .section-content>p,.research-area-hero .section-content>p,.research-area-intro>.section-content>p{color:#f18c62;font-size:.62rem;font-weight:700;letter-spacing:.16em;margin:0 0 1.3rem;text-transform:uppercase}.publication-index-hero h1,.research-area-hero h1{color:#f7f1e7;font-size:clamp(3.7rem,8vw,8rem);font-weight:400;letter-spacing:-.07em;line-height:.84;margin:0;max-width:1050px}.publication-index-hero h1 em{color:#f18c62;font-weight:400}.publication-index-hero .section-content>span,.research-area-hero .section-content>span{color:#aeb8c3;display:block;font-size:1rem;line-height:1.75;margin-top:2rem;max-width:620px}.publication-index-body{background:#07111f}.publication-index-body>.section-content{padding-bottom:clamp(6rem,10vw,10rem);padding-top:clamp(5rem,9vw,8rem)}.index-tools{grid-gap:2rem;align-items:end;border-bottom:1px solid #e7decb2e;display:grid;gap:2rem;grid-template-columns:minmax(280px,1fr) auto;padding-bottom:2rem}.index-tools label{grid-gap:.7rem;display:grid;gap:.7rem}.index-tools label span{color:#f18c62;font-size:.58rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.index-tools input{background:#0000;border:0;border-bottom:1px solid #e7decb4d;border-radius:0;color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.2rem,2vw,1.7rem);outline:0;padding:1rem 0;width:100%}.index-tools input:focus{border-color:#f18c62}.index-issue-tabs{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end}.index-issue-tabs button{background:#0000;border:1px solid #e7decb38;color:#91a1af;font-size:.57rem;font-weight:700;letter-spacing:.08em;padding:.7rem .9rem;text-transform:uppercase}.index-issue-tabs button.active,.index-issue-tabs button:hover{background:#f18c62;border-color:#f18c62;color:#07111f}.index-count{color:#718397;font-size:.58rem;font-weight:700;letter-spacing:.12em;margin:2.2rem 0 1rem;text-transform:uppercase}.index-count span{color:#f18c62;margin-right:.55rem}.index-ledger{border-top:1px solid #e7decb2e}.index-ledger article{grid-gap:clamp(1rem,3vw,3rem);border-bottom:1px solid #e7decb2e;display:grid;gap:clamp(1rem,3vw,3rem);grid-template-columns:4rem minmax(0,1fr) minmax(150px,.28fr);padding:clamp(2.5rem,5vw,4.5rem) .5rem}.index-number{border:1px solid #f18c6280;border-radius:50%;color:#f18c62;display:grid;font-size:.58rem;height:2.65rem;place-items:center;width:2.65rem}.index-entry-main>div{color:#718397;display:flex;font-size:.58rem;font-weight:700;gap:1rem;letter-spacing:.1em;text-transform:uppercase}.index-entry-main>div a{color:#f18c62}.index-entry-main h2{font-size:clamp(1.8rem,3.5vw,3.6rem);line-height:1.04;margin:1.15rem 0 0;max-width:850px}.index-entry-main h2 a{color:#f7f1e7}.index-entry-main h2 a:hover{color:#f18c62}.index-byline{align-self:end;border-left:1px solid #e7decb29;display:flex;flex-direction:column;gap:.35rem;padding-left:1.2rem}.index-byline small{color:#718397;font-size:.54rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.index-byline a{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:1.15rem;transition:color .2s ease}.index-byline a:focus-visible,.index-byline a:hover{color:#f18c62}.index-byline span{color:#f18c62;font-size:.6rem}.index-empty{color:#8999a7;padding:5rem 0;text-align:center}.research-area-hero h1{max-width:1100px}.research-area-intro{background:#081421;border-bottom:1px solid #e7decb2e}.research-area-intro>.section-content{grid-gap:clamp(2rem,8vw,8rem);display:grid;gap:clamp(2rem,8vw,8rem);grid-template-columns:minmax(0,.75fr) minmax(300px,1fr);padding-bottom:clamp(5rem,9vw,8rem);padding-top:clamp(5rem,9vw,8rem)}.research-area-intro>.section-content>p{grid-column:1/-1;margin:0}.research-area-intro h2{font-size:clamp(2.8rem,5vw,5.5rem);line-height:.9;margin:0}.research-area-intro h2 em{color:#f18c62;font-weight:400}.research-area-intro .section-content>div>p{color:#aeb8c3;font-size:1rem;line-height:1.85;margin:0 0 2rem}.research-area-intro ul{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}.research-area-intro li{border:1px solid #e7decb33;color:#9eafbd;font-size:.58rem;font-weight:700;letter-spacing:.08em;padding:.65rem .8rem;text-transform:uppercase}.research-area-works>.section-content{padding-bottom:clamp(6rem,10vw,10rem);padding-top:clamp(5rem,9vw,8rem)}.research-area-heading{border-bottom:1px solid #e7decb2e;color:#899aa8;display:flex;font-size:.6rem;font-weight:700;justify-content:space-between;letter-spacing:.12em;padding-bottom:1.5rem;text-transform:uppercase}.research-area-heading a{color:#f18c62}.research-area-works article{grid-gap:1.5rem;border-bottom:1px solid #e7decb2e;display:grid;gap:1.5rem;grid-template-columns:4rem minmax(0,1fr);padding:clamp(2.5rem,5vw,4.5rem) 0}.research-area-works article>span{color:#f18c62;font-size:.62rem}.research-area-works article small{color:#f18c62;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase}.research-area-works article h2{font-size:clamp(2rem,4vw,4.2rem);line-height:1;margin:1rem 0;max-width:950px}.research-area-works article h2 a{color:#f7f1e7}.research-area-works article p{color:#8fa0ae;margin:0}.research-area-works article p a{color:#f18c62}@media (max-width:760px){.index-tools,.research-area-intro>.section-content{grid-template-columns:1fr}.index-issue-tabs{justify-content:flex-start}.index-ledger article{grid-template-columns:3rem minmax(0,1fr)}.index-byline{border-left:0;grid-column:2;margin-top:.5rem;padding-left:0}.research-area-intro>.section-content>p{grid-column:auto}.research-area-heading{align-items:flex-start;flex-direction:column;gap:1rem}.research-area-works article{grid-template-columns:2.5rem minmax(0,1fr)}.constellation-detail{grid-template-columns:1fr}.constellation-detail a{grid-column:1;grid-row:auto;margin-top:.6rem}}.article-page{background:radial-gradient(circle 38rem at 78% 0,#22547f80,#0000 100%),#07111f;margin:0;max-width:none;padding:clamp(7rem,12vw,11rem) clamp(1.25rem,5vw,5rem) clamp(6rem,10vw,9rem);width:100%}.article-page #article-content{width:100%}.article-page h1{color:#f7f1e7;font-size:clamp(2.6rem,5vw,4.8rem);line-height:.96;margin:0 auto 1.8rem;max-width:980px;text-align:center}.article-page h1:before{color:#f18c62;content:"UJLP · RESEARCH ARTICLE";display:block;font-family:Inter,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.2em;line-height:1.4;margin:0 0 1.75rem;text-transform:uppercase}.article-page h1 em{color:#f4a37d;font-weight:400}.article-page .article-meta{color:#aeb9c5;line-height:1.7;margin:0 auto clamp(4rem,8vw,7rem);max-width:900px;text-align:center}.article-page .article-summary{grid-gap:clamp(2rem,5vw,5rem);background:#091625;border:1px solid #e7decb33;border-radius:.5rem;display:grid;gap:clamp(2rem,5vw,5rem);grid-template-columns:minmax(7rem,.32fr) minmax(0,1.68fr);margin:0 auto clamp(5rem,9vw,8rem);max-width:none;overflow:hidden;padding:clamp(2rem,4vw,3.5rem);text-align:left;width:min(1000px,100%)}.article-page .article-summary h2{align-self:start;color:#f18c62;font-size:.67rem;line-height:1.5;margin:0;text-align:left}.article-page .article-summary h2:before{border:1px solid #f18c6273;border-radius:50%;color:#f18c62;content:"01";display:grid;font-family:Inter,sans-serif;font-size:.58rem;height:2.35rem;letter-spacing:.08em;margin-bottom:1.2rem;place-items:center;width:2.35rem}.article-page .article-summary h2:after{display:none}.article-page .article-summary p{color:#c4c7cf;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.08rem,1.8vw,1.42rem);line-height:1.65;margin:0}.article-page .pdf-viewer-container{background:#050c15;border:1px solid #e7decb40;border-radius:.75rem;box-shadow:0 28px 80px #00000061;margin:0 auto 1.5rem;max-width:none;overflow:hidden;position:relative;text-align:left;width:min(1180px,100%)}.article-page .pdf-viewer-container:before{color:#718397;content:"DOCUMENT  /  01";font-size:.58rem;font-weight:700;letter-spacing:.15em;position:absolute;right:1.3rem;top:1.2rem;z-index:2}.article-page .pdf-viewer-header{grid-gap:2rem;align-items:end;background:radial-gradient(circle at 82% 10%,#22547f47,#0000 45%),#0a1728;border-bottom:1px solid #e7decb2e;display:grid;gap:2rem;grid-template-columns:minmax(0,1fr) auto;min-height:138px;padding:3.25rem clamp(1.25rem,4vw,3.5rem) 1.6rem}.article-page .pdf-viewer-title{align-items:flex-start;margin:0;padding:0;text-align:left;width:100%}.article-page .pdf-title-text h3{-webkit-line-clamp:unset;color:#f7f1e7;display:block;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.35rem,2.4vw,2.35rem);font-weight:400;line-height:1.08;margin:0;max-height:none;max-width:820px;overflow:visible;text-overflow:clip}.article-page .pdf-title-text p{color:#f4a37d;font-size:.68rem;font-weight:700;letter-spacing:.12em;margin:.7rem 0 0;text-transform:uppercase}.article-page .pdf-viewer-header .pdf-download-btn{background:#f7f1e7;border:1px solid #f7f1e7;border-radius:999px;box-shadow:none;color:#07111f;font-size:.65rem;font-weight:700;letter-spacing:.1em;margin:0;min-width:0;padding:.8rem 1.15rem;position:static;text-transform:uppercase;transform:none}.article-page .pdf-viewer-header .pdf-download-btn:hover{background:#f4a37d;border-color:#f4a37d;box-shadow:none;color:#07111f;transform:none}.article-page .pdf-viewer-frame{background:#050c15;max-height:none;min-height:0;padding:clamp(.75rem,2vw,1.5rem)}.article-page .pdf-object{background:#f1eee8;border:1px solid #e7decb29;border-radius:.25rem;box-shadow:none;display:block;height:min(78vh,900px);width:100%}.article-page .pdf-viewer-footer{align-items:center;background:#0a1728;border-top:1px solid #e7decb24;display:flex;justify-content:space-between;min-height:42px;padding:.7rem 1.25rem}.article-page .pdf-viewer-footer:before{color:#f18c62;content:"UJLP DIGITAL ARCHIVE";font-size:.56rem;font-weight:700;letter-spacing:.15em}.article-page .pdf-viewer-footer:after{color:#718397;content:"PDF DOCUMENT";font-size:.56rem;font-weight:700;letter-spacing:.15em}.article-page .pdf-actions{justify-content:center;margin:1.5rem auto;text-align:center}.article-page .pdf-button{border-radius:999px;padding:.9rem 1.2rem}.article-page .cite-popover-wrapper{display:table;margin:2.5rem auto}.article-page .cite-popover{margin-top:1rem;min-width:0;position:static;transform:none;width:min(520px,calc(100vw - 2.5rem))}.article-page .article-footer{grid-gap:0;background:#0000;border:0;border-bottom:1px solid #e7decb33;border-top:1px solid #e7decb33;display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;margin:clamp(4rem,8vw,7rem) auto 0;width:min(980px,100%)}.article-page .article-footer:before{border-bottom:1px solid #e7decb29;box-sizing:border-box;color:#718397;content:"Contributors";font-size:.6rem;font-weight:700;grid-column:1/-1;letter-spacing:.15em;padding:1rem 0 1rem 3vh;text-align:left;text-transform:uppercase;width:100%}.article-page .editor-card,.article-page .person-card{grid-gap:1.25rem;align-items:center;background:#0000;border:0;border-radius:0;display:grid;gap:1.25rem;grid-template-columns:5.5rem minmax(0,1fr);justify-content:stretch;min-height:140px;min-width:0;padding:1.5rem 1.75rem;text-align:left;width:100%}.article-page .person-card+.person-card{border-left:1px solid #e7decb29}.article-page .person-card.shelby-card{grid-column:1/-1;justify-self:center;transform:none;width:min(600px,100%)}.article-page .person-label{align-self:center;color:#f18c62;font-family:Inter,sans-serif;font-size:.62rem;margin:0}.article-page .person-info{gap:1rem;justify-content:flex-start}.article-page .person-pic{border:1px solid #f18c62b3;height:62px;width:62px}.article-page .person-name{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:400}.article-page .person-details{color:#8499ac;font-size:.72rem;margin-top:.25rem}@media (max-width:768px){.article-page{padding:6rem 1.25rem 5rem}.article-page h1{font-size:clamp(2.45rem,10vw,3.7rem)}.article-page .article-summary{display:block}.article-page .article-summary h2{margin-bottom:1.5rem}.article-page .pdf-viewer-container{display:none}.article-page .article-footer{grid-template-columns:1fr}.article-page .person-card{grid-template-columns:1fr;width:100%}.article-page .person-card+.person-card{border-left:0;border-top:1px solid #e7decb29}}.printing-press-intro{animation:typewriter-intro-leave 4.8s cubic-bezier(.72,0,.2,1) forwards;background:radial-gradient(circle 42rem at 50% 42%,#132b45 0,#081421 45%,#030910 100%)}.typewriter-atmosphere{background-image:linear-gradient(#9cb3c71a 1px,#0000 0),linear-gradient(90deg,#9cb3c71a 1px,#0000 0);background-size:38px 38px;inset:0;-webkit-mask-image:radial-gradient(circle at center,#000 0 48%,#0000 78%);mask-image:radial-gradient(circle at center,#000 0 48%,#0000 78%);opacity:.32;position:absolute}.typewriter-scene{animation:typewriter-scene-enter .9s cubic-bezier(.2,.8,.2,1) both;filter:drop-shadow(0 35px 45px rgba(0,0,0,.42));height:min(720px,88vh);justify-content:flex-end;position:relative;transform-origin:bottom center;width:min(680px,92vw)}.typewriter-paper,.typewriter-scene{align-items:center;display:flex;flex-direction:column}.typewriter-paper{animation:typewriter-paper-feed 1.05s cubic-bezier(.2,.8,.2,1) .2s both;background:linear-gradient(90deg,#56442f1a,#0000 7% 93%,#56442f14),#eee5d5;border:1px solid #a99d89;box-shadow:0 20px 55px #00000059;color:#182230;height:min(430px,56vh);left:50%;overflow:hidden;padding:clamp(2rem,5vw,3.5rem);position:absolute;text-align:center;top:0;transform:translateX(-50%);width:min(470px,76vw);z-index:1}.typewriter-paper:before{border:1px solid #57442f33;content:"";inset:1rem;pointer-events:none;position:absolute}.typewriter-paper small{color:#786651;font-size:clamp(.42rem,1vw,.56rem);font-weight:700;letter-spacing:.16em;text-transform:uppercase}.typewriter-paper>strong{font-family:Playfair Display,Georgia,serif;font-size:clamp(4.4rem,13vw,8rem);font-weight:400;letter-spacing:-.08em;line-height:.8;margin:auto 0 .6rem}@media (min-width:761px){.typewriter-paper>strong{position:relative;top:-3.9rem}}.typed-line{align-items:center;display:flex;font-family:Playfair Display,Georgia,serif;font-size:clamp(1rem,3vw,1.55rem);font-style:italic;justify-content:center;margin:1rem 0;max-width:100%;position:relative;white-space:nowrap}.typed-line span{animation:typewriter-type 1.45s steps(26) 1.25s forwards;color:#a04f37;display:block;overflow:hidden;width:0}.typed-line i{animation:typewriter-caret .65s step-end 1.15s 5;background:#a04f37;height:1.25em;opacity:0;width:2px}.typewriter-paper p{color:#48525d;font-size:clamp(.5rem,1.3vw,.68rem);font-weight:700;letter-spacing:.14em;line-height:1.55;margin:0;text-transform:uppercase}.paper-edition{color:#817461;font-size:.45rem;font-weight:700;letter-spacing:.16em;margin-top:auto}.paper-rule{animation:typewriter-rule 1s ease 2.4s forwards;background:linear-gradient(90deg,#0000,#a04f37 20% 80%,#0000);height:1px;left:2rem;position:absolute;right:2rem;transform:scaleX(0)}.paper-rule-top{top:1.7rem}.paper-rule-bottom{bottom:1.7rem}.typewriter-carriage{align-items:center;display:grid;grid-template-columns:1.5rem 1fr 1.5rem;height:3.5rem;position:absolute;top:min(395px,52vh);width:min(610px,88vw);z-index:3}.typewriter-carriage>span{background:linear-gradient(#273a4d,#07111f 48%,#02060b 52%,#1a3046);border:1px solid #e7decb3b;border-radius:999px;box-shadow:0 10px 20px #0006;height:1.65rem}.typewriter-carriage>i{background:#091625;border:1px solid #f18c6261;border-radius:50%;height:1.7rem;width:1.7rem}.typewriter-machine{background:radial-gradient(circle at 50% 0,#22547f59,#0000 45%),linear-gradient(#13273b,#07111f 62%);border:1px solid #e7decb33;border-radius:2.4rem 2.4rem .8rem .8rem;box-shadow:inset 0 1px #ffffff14,inset 0 -18px 30px #00000047,0 24px 50px #00000073;min-height:245px;padding:2.2rem clamp(1rem,4vw,2.8rem) 1.5rem;position:relative;width:min(640px,92vw);z-index:4}.typewriter-brand{color:#f18c62;font-size:.5rem;font-weight:700;letter-spacing:.18em;margin-bottom:1.2rem;text-align:center}.typewriter-keys{display:flex;flex-wrap:wrap;gap:clamp(.25rem,1vw,.48rem);justify-content:center;margin:0 auto;max-width:520px}.typewriter-keys span{animation:typewriter-key-hit .16s alternate;background:linear-gradient(#152c43,#091522);border:1px solid #e7decb38;border-radius:.28rem;box-shadow:0 3px 0 #02070d;color:#a9b5bf;display:grid;font-size:clamp(.42rem,1vw,.56rem);height:clamp(1.35rem,4.5vw,2.15rem);place-items:center;width:clamp(1.35rem,4.5vw,2.15rem)}.typewriter-keys span:nth-child(4n+1){animation-delay:1.25s;animation-iteration-count:4}.typewriter-keys span:nth-child(4n+2){animation-delay:1.48s;animation-iteration-count:3}.typewriter-keys span:nth-child(4n+3){animation-delay:1.7s;animation-iteration-count:4}.typewriter-spacebar{background:#0d2032;border:1px solid #e7decb2e;border-radius:999px;box-shadow:0 3px 0 #02070d;height:.8rem;margin:1.15rem auto 0;width:48%}.intro-progress{background:#e7decb1f;bottom:3rem;height:1px;left:8vw;position:absolute;right:8vw}.intro-progress span{animation:typewriter-progress 4.15s linear .25s forwards;background:linear-gradient(90deg,#f18c62,#8faec8);display:block;height:100%;width:0}@keyframes typewriter-scene-enter{0%{opacity:0;transform:translateY(4rem) scale(.94)}to{opacity:1;transform:none}}@keyframes typewriter-paper-feed{0%{opacity:0;transform:translate(-50%,42%)}to{opacity:1;transform:translate(-50%)}}@keyframes typewriter-type{to{width:min(26ch,100%)}}@keyframes typewriter-caret{0%,to{opacity:0}50%{opacity:1}}@keyframes typewriter-rule{to{transform:scaleX(1)}}@keyframes typewriter-key-hit{to{box-shadow:none;color:#f18c62;transform:translateY(3px)}}@keyframes typewriter-progress{to{width:100%}}@keyframes typewriter-intro-leave{0%,86%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.printing-press-intro{animation-duration:5.4s}.workstation-atmosphere{background:radial-gradient(ellipse 48rem 28rem at 50% 82%,#f18c6214,#0000 70%),linear-gradient(rgba(156,179,199,.055) 1px,#0000 0),linear-gradient(90deg,rgba(156,179,199,.055) 1px,#0000 0);background-size:auto,42px 42px,42px 42px;inset:0;-webkit-mask-image:linear-gradient(#000,#000000b8);mask-image:linear-gradient(#000,#000000b8);position:absolute}.editorial-workstation{align-items:center;animation:workstation-arrive 1s cubic-bezier(.2,.8,.2,1) both;display:flex;flex-direction:column;height:min(760px,90vh);justify-content:center;perspective:1500px;position:relative;width:min(860px,94vw);z-index:1}.workstation-monitor{background:linear-gradient(145deg,#1b3044,#07111f 60%,#03080e);border:1px solid #e7decb33;border-radius:1.1rem;box-shadow:inset 0 1px #ffffff17,0 32px 65px #0000007a,0 0 70px #22547f24;height:min(410px,52vh);padding:13px 13px 22px;position:relative;transform:rotateX(-1deg);width:min(680px,82vw);z-index:4}.monitor-camera{background:#020508;border-radius:50%;box-shadow:0 0 0 1px #29425a,0 0 7px #8faec88c;height:5px;left:50%;position:absolute;top:5px;transform:translateX(-50%);width:5px}.monitor-screen{background:radial-gradient(circle at 75% 16%,#22547f52,#0000 35%),#06101c;border:1px solid #8faec833;border-radius:.55rem;box-shadow:inset 0 0 45px #00000080;height:100%;overflow:hidden;position:relative;width:100%}.screen-toolbar{align-items:center;background:#030910b8;border-bottom:1px solid #e7decb21;display:flex;gap:.38rem;height:2.25rem;padding:0 .8rem}.screen-toolbar>i{background:#526b80;border-radius:50%;height:7px;width:7px}.screen-toolbar>i:first-child{background:#f18c62}.screen-toolbar>span{color:#71879a;font-size:clamp(.35rem,.7vw,.5rem);font-style:normal;font-weight:700;letter-spacing:.12em;margin-left:.45rem}.screen-toolbar>b{color:#8faec8;font-size:.45rem;font-weight:700;letter-spacing:.12em;margin-left:auto}.screen-document{display:grid;grid-template-columns:2.5rem minmax(0,1fr);height:calc(100% - 2.25rem)}.screen-margin{align-items:center;border-right:1px solid #e7decb1a;color:#3f566b;font-family:monospace;font-size:.45rem;gap:1.7rem;padding-top:1.5rem}.screen-copy,.screen-margin{display:flex;flex-direction:column}.screen-copy{align-items:flex-start;justify-content:center;min-width:0;padding:clamp(1.3rem,4vw,3.1rem);position:relative}.screen-copy:after{border-bottom:1px solid #f18c6240;border-right:1px solid #f18c6240;bottom:1.5rem;content:"";height:5rem;position:absolute;right:1.5rem;width:5rem}.screen-copy>small{color:#f18c62;font-size:clamp(.4rem,.8vw,.58rem);font-weight:700;letter-spacing:.16em}.screen-copy>strong{color:#f7f1e7;font-size:clamp(4.5rem,11vw,8.5rem);font-weight:400;letter-spacing:-.08em;line-height:.72;margin:1rem 0 1.55rem;position:static;text-shadow:0 8px 30px #0006}.screen-copy>strong,.screen-typed-line{font-family:Playfair Display,Georgia,serif}.screen-typed-line{align-items:center;display:flex;font-size:clamp(1rem,2.6vw,1.65rem);font-style:italic;margin-top:.55rem;max-width:100%;white-space:nowrap}.screen-typed-line span{animation:workstation-type 2.21s steps(26) 1.2s forwards;color:#f4a37d;display:block;overflow:hidden;width:0}.screen-typed-line i{animation:typewriter-caret .62s step-end 1.1s 6;background:#f18c62;height:1.2em;width:2px}.screen-copy>p{color:#8fa0af;font-size:clamp(.42rem,.9vw,.62rem);font-weight:700;letter-spacing:.16em;line-height:1.6;margin:1.1rem 0 0}.screen-status{border-top:1px solid #e7decb1f;color:#536b80;display:flex;font-size:clamp(.35rem,.65vw,.48rem);font-weight:700;justify-content:space-between;letter-spacing:.12em;margin-top:auto;padding-top:.8rem;width:100%}.screen-status span:last-child{color:#f18c62}.screen-scan{animation:workstation-scan 2.8s linear infinite;background:linear-gradient(90deg,#0000,#8faec873,#0000);height:1px;opacity:.55}.monitor-chin,.screen-scan{left:0;position:absolute;right:0}.monitor-chin{align-items:center;bottom:5px;color:#6e8293;display:flex;font-size:.46rem;font-weight:700;justify-content:center;letter-spacing:.18em}.monitor-chin i{background:#f18c62;border-radius:50%;box-shadow:0 0 7px #f18c62;height:4px;position:absolute;right:1rem;width:4px}.monitor-stand{height:4.6rem;position:relative;width:10rem;z-index:3}.monitor-stand span{background:linear-gradient(90deg,#08131f,#1b3043 48%,#07111f);box-shadow:8px 8px 20px #0000004d;height:3.8rem;left:50%;position:absolute;top:0;transform:translateX(-50%);width:3.4rem}.monitor-stand i{background:#0a1928;border:1px solid #e7decb29;border-radius:50%;bottom:0;box-shadow:0 8px 18px #0006;height:.75rem;left:0;position:absolute;right:0}.workstation-desk{background:radial-gradient(ellipse at 50% 0,#22547f2e,#0000 65%),linear-gradient(#0b1a29,#050b12);border-radius:1.2rem 1.2rem 0 0;border-top:2px solid #f18c623d;box-shadow:0 -1px #ffffff0d,0 25px 60px #00000073;height:190px;position:relative;transform:rotateX(52deg);transform-origin:top center;width:min(850px,94vw);z-index:5}.workstation-keyboard{background:linear-gradient(#12283c,#07111f);border:1px solid #e7decb33;border-radius:.8rem;box-shadow:0 14px 24px #00000061,inset 0 1px #ffffff0d;left:50%;min-height:140px;padding:1rem 1.35rem;position:absolute;top:1.4rem;transform:translateX(-50%);width:min(510px,62vw)}.keyboard-status{align-items:center;color:#60778a;display:flex;font-size:.38rem;font-weight:700;justify-content:space-between;letter-spacing:.12em;margin-bottom:.65rem}.keyboard-status i{background:#f18c62;border-radius:50%;box-shadow:0 0 6px #f18c62;height:4px;width:4px}.workstation-keys{display:flex;flex-wrap:wrap;gap:.28rem;justify-content:center}.workstation-keys span{background:linear-gradient(#173149,#091522);border:1px solid #e7decb2e;border-radius:.22rem;box-shadow:0 2px 0 #02070c;color:#8fa0af;display:grid;font-size:.42rem;height:clamp(1.05rem,2.6vw,1.45rem);place-items:center;width:clamp(1.2rem,3vw,1.75rem)}.workstation-keys span:nth-child(5n+1){animation:workstation-key .16s 1.25s 5 alternate}.workstation-keys span:nth-child(5n+3){animation:workstation-key .16s 1.42s 4 alternate}.workstation-spacebar{background:#10263a;border:1px solid #e7decb26;border-radius:.2rem;box-shadow:0 2px 0 #02070c;height:.55rem;margin:.65rem auto 0;width:45%}.workstation-keys span{animation:none!important;transition:color .05s linear,background .05s linear,transform .05s linear,box-shadow .05s linear}.workstation-keys span.active{background:#193b57;border-color:#f18c62;box-shadow:0 0 10px #f18c628c;color:#f4a37d;transform:translateY(2px)}.workstation-spacebar{transition:background .05s linear,transform .05s linear,box-shadow .05s linear}.workstation-spacebar.active{background:#193b57;border-color:#f18c62;box-shadow:0 0 12px #f18c6273;transform:translateY(2px)}.workstation-mouse{background:linear-gradient(90deg,#0a1928,#173047 52%,#07111f);border:1px solid #e7decb33;border-radius:50% 50% 42% 42%;box-shadow:8px 13px 20px #0006;height:5.5rem;position:absolute;right:clamp(1rem,5vw,4rem);top:3.2rem;width:3.8rem}.workstation-mouse:before{background:#e7decb26;bottom:48%;content:"";left:50%;position:absolute;top:0;width:1px}.workstation-mouse span{border:1px solid #f18c62;border-radius:999px;height:.8rem;left:50%;position:absolute;top:.8rem;transform:translateX(-50%);width:.38rem}.workstation-mouse i{border-bottom:1px solid #8faec83d;border-radius:0 0 100% 0;border-right:1px solid #8faec83d;bottom:-3rem;height:4rem;position:absolute;right:-1.4rem;width:5rem}.workstation-notecard{background:#e9dfcd;box-shadow:7px 9px 16px #00000047;color:#17202a;height:5.2rem;left:clamp(1rem,4vw,3rem);padding:.7rem;position:absolute;top:2.8rem;transform:rotate(-4deg);width:7rem}.workstation-notecard small{color:#9c4f38;font-size:.35rem;font-weight:700;letter-spacing:.12em}.workstation-notecard strong{display:block;font-family:Playfair Display,Georgia,serif;font-size:.78rem;font-weight:400;line-height:1.05;margin-top:.45rem}.workstation-notecard i{border-bottom:1px solid #9c4f38;border-right:1px solid #9c4f38;bottom:.6rem;height:1rem;position:absolute;right:.6rem;width:1rem}.workstation-progress{background:#e7decb1f;bottom:2.5rem;height:1px;left:7vw;position:absolute;right:7vw}.workstation-progress span{animation:typewriter-progress 4.7s linear .25s forwards;background:linear-gradient(90deg,#8faec8,#f18c62,#8faec8);display:block;height:100%;width:0}@keyframes workstation-arrive{0%{opacity:0;transform:translateY(3rem) scale(.95)}to{opacity:1;transform:none}}@keyframes workstation-type{to{width:min(26ch,100%)}}@keyframes workstation-scan{0%{top:2.25rem}to{top:100%}}@keyframes workstation-key{to{box-shadow:none;color:#f18c62;transform:translateY(2px)}}@media (min-width:761px){.screen-copy>small{display:block;margin-bottom:.2rem;margin-top:-.55rem;transform:translateY(-.45rem)}.screen-copy>strong{margin-top:-.95rem}}@media (max-width:760px){#root,.App,.article-page,.author-bio-container,.jh-home,.jh-page,body,html,main{max-width:100%;overflow-x:hidden;width:100%}.editorial-workstation{height:min(650px,86vh);width:100vw}.workstation-monitor{border-radius:.75rem;height:min(350px,47vh);padding:9px 9px 19px;width:92vw}.monitor-stand{height:3.4rem}.monitor-stand span{height:2.8rem}.workstation-desk{height:165px;width:98vw}.workstation-keyboard{min-height:125px;padding:.8rem;top:1rem;width:70vw}.workstation-mouse{height:4.4rem;right:3vw;top:2.7rem;width:3rem}.workstation-notecard{left:2vw;transform:scale(.82) rotate(-4deg);transform-origin:top left}.workstation-progress{bottom:1.25rem;left:1.25rem;right:1.25rem}.author-bio-container .section-content,.jh-home section:not(.jh-hero),.jh-page .section-content{max-width:100%;padding-left:1rem;padding-right:1rem;width:100%}.jh-home h1,.jh-page h1{overflow-wrap:anywhere}.jh-page .about-hero,.jh-page .announcements-hero,.jh-page .archives-hero,.jh-page .contact-hero,.jh-page .journal-hero{min-height:500px;padding:6.5rem 1.25rem 3.5rem}.jh-page .about-hero h1,.jh-page .announcements-hero h1,.jh-page .archives-hero h1,.jh-page .contact-hero h1,.jh-page .journal-hero h1{font-size:clamp(3rem,15vw,4.8rem);line-height:.88}.jh-journal-statement{display:block}.jh-journal-statement>p{margin-top:1.75rem}.jh-journal-statement .animated-journal-seal{gap:2.25rem;justify-items:center;margin-top:1rem;padding:2.5rem 1.25rem;width:100%}.animated-journal-seal .seal-graphic{grid-column:1;grid-row:1;justify-self:center;margin:0 auto;width:min(66vw,240px)}.animated-journal-seal .seal-companion{grid-column:1;grid-row:2}.animated-journal-seal .seal-center{inset:24%}.seal-companion{width:100%}.seal-companion h3{font-size:clamp(2.2rem,11vw,3.4rem)}.jh-journal .issue-shelf{margin-bottom:clamp(4.25rem,8vw,6rem)}.issue-shelf-heading{align-items:flex-start;flex-direction:column;gap:1.25rem}.issue-volumes{align-items:flex-end;background:linear-gradient(180deg,#ffffff08,#0000 20%),linear-gradient(180deg,#0d1928f0,#09111cfa);border:1px solid #e7decb24;border-radius:.35rem .35rem .12rem .12rem;box-shadow:inset 0 1px #ffffff0a,inset 0 -18px 28px #0003;display:flex;flex-wrap:nowrap;gap:.42rem;justify-content:flex-start;margin-bottom:-.2rem;min-height:0;overflow:visible;padding:.38rem .3rem .2rem;perspective:none;position:relative;scroll-snap-type:none;width:100%}.issue-volumes:before{background:#f18c623d;border-radius:999px;content:"";height:.18rem;inset:auto .28rem .28rem;pointer-events:none;position:absolute}.issue-volume,.issue-volume:nth-child(2n){aspect-ratio:.72/1;background:#0000;box-shadow:none;flex:0 0 min(13vw,58px);min-height:clamp(116px,20vw,152px);min-width:min(13vw,58px);scroll-snap-align:unset;transform:translateY(-5px);width:min(13vw,58px)}.issue-book-pages{background:#0000;border:0;box-shadow:none;display:none!important;opacity:0;padding:.58rem .34rem;transform:translateX(.2rem) scale(.97);transition:opacity .28s ease,transform .28s ease;visibility:hidden}.issue-book-pages small{font-size:.34rem}.issue-book-pages i{font-size:.38rem;margin:.5rem 0}.issue-book-pages strong{font-size:clamp(.68rem,3.3vw,.96rem)}.issue-book-pages em{font-size:.48rem;margin-top:.65rem}.issue-book-pages>span{font-size:.34rem}.issue-book-pages b{font-size:.32rem;margin-top:.4rem}.issue-book-cover{background:linear-gradient(105deg,#ffffff1f,#0000 9% 88%,#00000047),radial-gradient(circle at 78% 20%,color-mix(in srgb,var(--issue-accent) 28%,#0000),#0000 38%),#0a192a;border-radius:.2rem .5rem .08rem .08rem;grid-template-columns:1fr;inset:0;transform:rotateY(0);transform-origin:left center;width:100%}.issue-cover-face{display:block}.issue-cover-frame{inset:.34rem}.issue-cover-frame:after,.issue-cover-frame:before,.issue-spine{display:none}.issue-volume:after,.issue-volume:before{display:none!important}.issue-cover-mark,.issue-volume-copy{opacity:1;pointer-events:auto}.issue-cover-mark{box-shadow:0 0 0 3px color-mix(in srgb,var(--issue-accent) 7%,#0000);font-size:.28rem;margin:.46rem auto .34rem;transition:opacity .22s ease;width:clamp(1.25rem,7vw,1.65rem)}.issue-volume-copy{align-items:center;justify-content:center;padding:.52rem .34rem .36rem;text-align:center;transition:opacity .22s ease}.issue-volume-copy small{font-size:.22rem;left:auto;letter-spacing:.14em;margin-top:.18rem;position:static;top:auto;transform:none;width:auto}.issue-volume-copy strong{font-size:clamp(.4rem,1.7vw,.56rem);max-width:3.8rem}.issue-volume-copy em{font-size:.2rem;margin-top:.24rem}.issue-volume-count{font-size:.19rem;margin-top:.22rem}.issue-volume-arrow{display:none}.issue-volume.opening .issue-book-pages{display:none!important;opacity:0;transform:translateX(.2rem) scale(.97);visibility:hidden}.issue-volume.opening .issue-book-cover{transform:rotateY(-118deg);width:100%}.issue-volume.opening .issue-cover-face{display:block!important;opacity:1;transform:translateX(0) scale(1)}.issue-volume.opening .issue-cover-mark,.issue-volume.opening .issue-volume-copy{opacity:1;pointer-events:auto}.issue-shelf-base span{max-width:80%;right:.5rem;text-align:right}.jh-journal .research-constellation .section-content{padding:4rem .75rem}.constellation-heading{display:block;padding:0 .5rem}.constellation-heading>p{margin-top:1.5rem}.constellation-stage,.jh-journal .constellation-stage{min-height:590px}.constellation-core,.jh-journal .constellation-core{top:46%;width:125px}.constellation-node{padding:.5rem;width:82px}.constellation-node strong{font-size:.86rem;overflow-wrap:anywhere}.constellation-node:first-of-type{left:18%!important;top:20%!important}.constellation-node:nth-of-type(2){left:81%!important;top:20%!important}.constellation-node:nth-of-type(3){left:17%!important;top:69%!important}.constellation-node:nth-of-type(4){left:82%!important;top:69%!important}.timeline-intro{display:block}.timeline-chapter-display{grid-template-columns:1fr}.timeline-chapter-count{border-right:0}.timeline-chapter-copy{padding:2rem 1rem 2.5rem}.timeline-chapter-track{grid-auto-columns:minmax(140px,55vw)}.author-bio-container .author-content{display:grid;padding:0 1.25rem;width:100%}.author-bio-container .author-info h1{font-size:clamp(3rem,15vw,5rem);overflow-wrap:anywhere}.author-bio-container .author-details{grid-template-columns:1fr}.author-bio-container .author-bio-section .section-content,.author-bio-container .author-contact .section-content,.author-bio-container .author-experience .section-content,.author-bio-container .author-projects .section-content,.author-bio-container .author-publications .section-content{padding:4rem 1.25rem}.author-bio-container .bio-content{column-count:1;width:100%}.author-bio-container .publication-item{grid-template-columns:2.5rem minmax(0,1fr);padding-left:0;padding-right:0}.author-bio-container .author-experience .experience-item{min-height:0;padding:5rem 1.25rem 2rem}.author-bio-container .author-experience .experience-item:first-child{padding-left:1.25rem}.author-bio-container .author-experience .experience-item:before{left:1.25rem;top:1.25rem}.author-bio-container .author-projects .project-item{padding:4.5rem 1.15rem 2rem}.bio-signature-dossier{width:calc(100% - 2.5rem)}.bio-signature-reveal{grid-template-columns:1fr}.bio-signature-reveal>span{font-size:6rem}.publication-index-hero,.research-area-hero{min-height:520px}.publication-index-hero .section-content,.research-area-hero .section-content{padding:7rem 1.25rem 4rem}.publication-index-hero h1,.research-area-hero h1{font-size:clamp(3rem,14vw,4.7rem);overflow-wrap:anywhere}.publication-index-body>.section-content,.research-area-intro>.section-content,.research-area-works>.section-content{padding-left:1.25rem;padding-right:1.25rem}.index-tools{grid-template-columns:1fr}.index-issue-tabs{justify-content:flex-start}.index-ledger article{grid-template-columns:2.6rem minmax(0,1fr);padding:2.5rem 0}.index-entry-main>div{align-items:flex-start;flex-direction:column;gap:.45rem}.index-entry-main h2{font-size:clamp(1.65rem,8vw,2.5rem);overflow-wrap:anywhere}.index-byline{border-left:0;grid-column:2;padding-left:0}.research-area-intro>.section-content{grid-template-columns:1fr}.research-area-works article{gap:.75rem;grid-template-columns:2.4rem minmax(0,1fr)}.research-area-works article h2{font-size:clamp(1.8rem,8vw,2.8rem);overflow-wrap:anywhere}.article-page{align-items:center;display:flex;flex-direction:column;padding:6rem .8rem 4rem}.article-page,.article-page #article-content{margin-inline:auto;max-width:100%;text-align:center!important;width:100%}.article-page #article-content{align-items:center;display:flex;flex-direction:column}.article-page #article-content>*,.article-page>*{box-sizing:border-box;margin-left:auto!important;margin-right:auto!important;max-width:760px;width:min(100%,760px)}.article-page #article-content>h1,.article-page>h1{display:block;font-size:clamp(2.35rem,10.5vw,3.5rem)!important;overflow-wrap:anywhere;text-align:center!important}.article-page #article-content>.article-meta,.article-page>.article-meta{display:block;margin-bottom:3rem!important;text-align:center!important}.article-page .article-summary{padding:1.2rem 1rem;text-align:center}.article-page .article-summary h2{margin-left:auto;margin-right:auto;text-align:center}.article-page .article-summary p{font-size:1.02rem}.article-page .cite-popover{width:calc(100vw - 2rem)}.article-page .editor-card,.article-page .person-card{padding:1.5rem .65rem 1.5rem .9rem;transform:translateX(.95rem)}.article-page .person-card.shelby-card{transform:translateX(1.15rem)}.article-page .article-footer{margin-left:0;margin-right:0;width:100%}.article-page .cite-popover-wrapper{margin-left:0;margin-right:0}.article-page .pdf-actions{align-items:center;justify-content:center;margin:1.5rem auto!important;max-width:100%;padding:0 1rem;text-align:center;width:100%}.article-page .pdf-actions .pdf-button,.article-page .pdf-actions .pdf-button.cta-button{align-items:center!important;background:linear-gradient(180deg,#f18c62,#cf6338)!important;border:1px solid #f18c6273!important;border-radius:999px!important;box-shadow:0 10px 24px #f18c6238!important;color:#07111f!important;display:inline-flex!important;justify-content:center!important;letter-spacing:.08em!important;margin:0 auto!important;padding:.95rem 1.25rem!important;text-align:center!important;width:min(100%,16rem)!important}.article-page .pdf-actions .pdf-button.cta-button:hover,.article-page .pdf-actions .pdf-button:hover{background:linear-gradient(180deg,#ff9a73,#d85d2d)!important;color:#07111f!important;transform:translateY(-1px)!important}.App .footer-content{grid-template-columns:1fr}.jh-announcements .announcements-hero{background:radial-gradient(circle at 50% 20%,#22547f94,#0000 28%),radial-gradient(circle 26rem at 50% 100%,#90342245,#0000 100%),#07111f!important;margin:-1rem -1rem 3rem}.jh-announcements .announcements-hero .section-content,.jh-announcements .announcements-section .section-content,.jh-announcements .jh-subscribe .section-content{text-align:center}.jh-announcements .announcements-hero .jh-announcements-kicker{margin-left:auto;margin-right:auto}.jh-announcements .announcements-section .section-content{padding-bottom:3rem;padding-top:3rem}.jh-announcements .jh-announcement-intro{display:block;margin-bottom:1.5rem;text-align:center}.jh-announcements .jh-announcement-intro p{margin:.65rem auto 0;max-width:32rem}.jh-announcements .jh-announcement-feed{grid-gap:1rem;display:grid;gap:1rem}.jh-announcements .jh-announcement{grid-template-columns:1fr;justify-items:center;text-align:center}.jh-announcements .jh-announcement-number{margin-bottom:.65rem}.jh-announcements .jh-announcement>div{width:100%}.jh-announcements .subscribe-section{margin-left:0}.jh-announcements .jh-subscribe .subscribe-form{align-items:stretch;background:#0c1b30;border-radius:1.35rem;box-shadow:inset 0 1px #ffffff0d;flex-direction:column;margin:0 auto;padding:.5rem;width:min(100%,32rem)}.jh-announcements .jh-subscribe .subscribe-input{background:#07111fad;border-radius:1rem;padding:1rem 1.05rem;text-align:center;width:100%}.jh-announcements .jh-subscribe .cta-button{align-self:center;margin:.15rem auto 0;width:min(11rem,100%)}}@media (max-width:480px){.editorial-workstation{height:min(590px,84vh);justify-content:center}.workstation-monitor{height:min(320px,44vh);width:94vw}.screen-document{grid-template-columns:1fr}.screen-margin{display:none}.screen-copy{padding:1.25rem}.screen-copy>strong{font-size:clamp(4.2rem,22vw,6rem)}.screen-typed-line{font-size:clamp(.72rem,4vw,.95rem);width:100%}.screen-copy>p{font-size:.4rem}.screen-status{font-size:.32rem}.monitor-stand{height:2.8rem}.monitor-stand span{height:2.2rem}.workstation-desk{height:145px}.workstation-keyboard{left:42%;min-height:112px;padding:.7rem .55rem;width:72vw}.workstation-keys{gap:.18rem}.workstation-keys span{font-size:.32rem;height:.95rem;width:1.05rem}.workstation-spacebar{margin-top:.45rem}.workstation-mouse{height:3.8rem;right:1.5vw;top:2.4rem;width:2.55rem}.workstation-notecard{display:none}.header-container{padding-right:4.5rem}.title-line-1{font-size:.72rem}.title-line-2{font-size:.78rem}.screen-copy>small{transform:translateY(-.55rem)}.screen-copy>strong{margin-top:.25rem}.App .footer{padding:2rem .85rem .8rem}.App .footer-content{margin-bottom:1.5rem}.App .footer-bottom{padding-top:.85rem}.author-bio-container .section-content,.jh-page .section-content{padding-left:1rem;padding-right:1rem}.article-page{align-items:center;display:flex;flex-direction:column;padding:5.75rem .95rem 3.75rem}.article-page,.article-page #article-content{text-align:center!important}.article-page #article-content{align-items:center;display:flex;flex-direction:column;margin-inline:auto;width:min(100%,980px)}.article-page #article-content>.article-meta,.article-page #article-content>h1,.article-page>.article-meta,.article-page>h1{align-self:center;display:block;margin-left:auto!important;margin-right:auto!important;max-width:100%!important;text-align:center!important;width:100%}.article-page .article-summary{padding:1.05rem .95rem;text-align:center}.article-page .article-summary h2{margin-left:auto;margin-right:auto;text-align:center}.article-page .editor-card,.article-page .person-card{transform:translateX(.28rem)}.article-page .pdf-actions{align-items:center;justify-content:center;margin:1.35rem auto!important;max-width:100%;padding:0 .85rem;width:100%}.article-page .pdf-actions .pdf-button{background:linear-gradient(180deg,#f18c62,#cf6338);border:1px solid #f18c6273;border-radius:999px;box-shadow:0 10px 24px #f18c6238;color:#07111f;justify-content:center;letter-spacing:.08em;margin:0 auto;padding:.92rem 1.15rem;width:min(100%,15rem)}.constellation-node{width:74px}.constellation-node strong{font-size:.75rem}.issue-volumes{align-items:flex-end;background:linear-gradient(180deg,#ffffff08,#0000 20%),linear-gradient(180deg,#0d1928f0,#09111cfa);border:1px solid #e7decb24;border-radius:.35rem .35rem .12rem .12rem;box-shadow:inset 0 1px #ffffff0a,inset 0 -18px 28px #0003;display:flex;flex-wrap:nowrap;gap:.42rem;justify-content:flex-start;margin-bottom:-.1rem;padding:.3rem .3rem .16rem;position:relative}.issue-volumes:before{background:#f18c623d;border-radius:999px;content:"";height:.22rem;inset:auto .35rem .3rem;pointer-events:none;position:absolute}.issue-volume,.issue-volume:nth-child(2n){aspect-ratio:.72/1;background:#0000;box-shadow:none;flex:0 0 min(13vw,58px);min-height:clamp(116px,20vw,152px);min-width:min(13vw,58px);transform:translateY(-5px);width:min(13vw,58px)}.issue-book-pages{background:#0000;border:0;box-shadow:none;display:none!important;padding:.62rem .42rem;visibility:hidden}.issue-book-cover{background:linear-gradient(105deg,#ffffff1f,#0000 9% 88%,#00000047),radial-gradient(circle at 78% 20%,color-mix(in srgb,var(--issue-accent) 28%,#0000),#0000 38%),#0a192a;border-radius:.2rem .5rem .08rem .08rem;grid-template-columns:1fr;inset:0;transform:rotateY(0);transform-origin:left center;width:100%}.issue-cover-face{display:block}.issue-cover-frame{display:block;inset:.3rem}.issue-cover-frame:after,.issue-cover-frame:before,.issue-spine{display:none}.issue-cover-mark{font-size:.28rem;margin:.42rem auto .3rem;width:clamp(1.25rem,7vw,1.65rem)}.issue-volume-copy{align-items:center;gap:.14rem;justify-content:center;padding:.46rem .32rem .3rem;text-align:center}.issue-volume-copy small{font-size:.2rem;left:auto;margin-top:.12rem;position:static;top:auto;transform:none;width:auto}.issue-volume-copy strong{font-size:clamp(.36rem,1.5vw,.48rem);max-width:3.3rem}.issue-volume-copy em{font-size:.19rem;margin-top:.22rem}.issue-volume-count{font-size:.18rem;margin-top:.2rem}.issue-volume:after,.issue-volume:before{display:none!important}.issue-volume.opening .issue-book-pages{display:none!important;visibility:hidden}.issue-volume.opening .issue-book-cover{transform:rotateY(-118deg) translateX(2%);width:100%}.issue-volume.opening .issue-cover-face{display:block!important;opacity:1;transform:translateX(0) scale(1)}.jh-announcements .jh-subscribe .subscribe-form{border-radius:1.2rem;padding:.42rem;width:min(100%,30rem)}.jh-announcements .jh-subscribe .subscribe-input{padding:.92rem .95rem}.jh-announcements .jh-subscribe .cta-button{align-self:center;margin:.15rem auto 0;width:min(10rem,100%)}.author-bio-container .publication-item{grid-template-columns:2.1rem minmax(0,1fr)}.index-ledger article{grid-template-columns:2.2rem minmax(0,1fr)}}@media (max-width:760px){.issue-volume-copy .issue-cover-university{margin-bottom:0;margin-top:auto}.issue-cover-mark{gap:.06rem}.issue-cover-mark strong{font-size:.42rem}.issue-logo-footer,.issue-logo-kicker{font-size:.07rem;letter-spacing:.14em}.issue-cover-mark i{margin:.02rem 0;width:.55rem}}.constellation-node>span,.index-number,.jh-article-number,.journal-article-number{border:0;border-radius:0;color:#f4a37d38;display:block;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:400;height:auto;letter-spacing:-.08em;line-height:.8;width:auto}.constellation-core strong,.index-count>span{color:#f18c62;font-family:Playfair Display,Georgia,serif;font-weight:400}.article-page .article-summary-heading{align-self:start;grid-column:1}.article-page .article-summary-heading>div span{color:#9aabba;display:block;font-size:.6rem;font-weight:700;letter-spacing:.14em;margin-bottom:.55rem;text-transform:uppercase}.article-page .article-summary-heading>div strong{color:#f18c62;display:block;font-size:.78rem;font-weight:700;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.article-page .article-topic-list strong+strong{margin-top:.4rem}.article-page .article-summary-heading h2{margin-top:2.4rem}.article-page .article-summary-heading h2:before{display:none}.article-page .article-summary>p{grid-column:2}@media (max-width:760px){.article-page .article-summary-heading{margin-bottom:1.5rem}.article-page .article-summary-heading h2{margin-top:1.5rem}.article-page .article-summary>p{grid-column:auto}}.home{background-color:#fff;font-family:Public Sans,sans-serif}.home-header{background-color:#344b8e;box-sizing:border-box;color:#fff;margin-bottom:2rem;padding:2rem;text-align:center}.home-header-top{flex-wrap:wrap;justify-content:space-between}.home-header-top,.home-title{align-items:center;display:flex}.home-title{font-family:Anton,sans-serif;font-size:2.5rem}.home-logo{margin-right:1rem;max-width:80px}.home-title-text{color:#ffa51f;font-size:2.5rem;text-shadow:2px 2px 4px #344b8e}.home-nav{display:flex;gap:1rem}.home-nav-link{color:#fff;font-size:1rem;font-weight:700;text-decoration:none;transition:color .3s ease}.home-nav-link:hover{color:#ffa51f}.home-intro{margin-top:4rem;padding:2rem;text-align:center}.home-intro-title{color:#344b8e;font-size:2rem;margin-bottom:1rem}.home-intro-description{color:#333;font-size:1.2rem;margin:0 auto;max-width:800px}.home-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.hero-section{border-radius:20px}.hero-section:before{opacity:.85}.hero-content{margin:0 auto;max-width:800px;z-index:3}.hero-content,.hero-content h1{position:relative}.hero-content h1:after{animation:titleUnderline 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#60a5fa,#0000);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.hero-content p{font-size:1.5rem}.hero-subtitle{color:#fff;font-size:1.25rem;margin-bottom:2.5rem;opacity:.9}.hero-cta{display:flex;gap:1rem;justify-content:center}@media (max-width:768px){.hero-section{margin-left:-1rem;min-height:30vh;padding:2rem 0;transform:translateX(3px)}.hero-content h1{font-size:2.5rem;margin-bottom:1rem}.hero-content p{font-size:1.25rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.hero-cta{flex-direction:column;gap:1rem}}.section-content{padding:0 2rem}.intro-section{background-color:var(--background-white)}.intro-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin-top:2rem}.intro-text p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:center}.intro-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-item{background:var(--background-light);border-radius:8px;padding:1.5rem;text-align:center;transition:transform var(--transition-speed) ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{color:var(--primary-color);display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-size:1rem}.featured-section{background-color:var(--background-white);margin:0 -2rem;padding:0 2rem}.articles-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.article-card{border-radius:12px;box-shadow:0 4px 6px #0000001a}.article-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-5px)}.article-category{background:var(--accent-color);border-radius:4px;color:var(--background-white);font-size:.875rem;padding:.25rem .75rem}.article-meta{font-size:.875rem}.article-preview{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.article-link{color:var(--accent-color)}.section-footer{margin-top:3rem;text-align:center}.view-all-link{color:#fff;display:inline-block;font-weight:500;text-decoration:none;transition:color var(--transition-speed) ease}.view-all-link:hover{color:var(--primary-color)}.cta-section{border-radius:20px;padding:5rem 2rem}.cta-section h2{color:var(--background-white);margin-bottom:1rem}.cta-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-buttons{gap:1rem}.cta-button{border-radius:6px;font-weight:500;padding:.875rem 1.75rem}.cta-button.primary{background-color:var(--background-white);color:var(--primary-color);margin-bottom:1rem}.cta-button.primary:hover{background-color:#fff;transform:translateY(-2px)}.cta-button,.cta-button.primary{background:var(--primary-color)!important;border:none!important;box-shadow:0 4px 6px #0000001a;color:#fff;margin-left:3rem}.cta-button.primary:hover,.cta-button:hover{background:var(--accent-color)!important;color:#fff!important}@media (max-width:768px){.cta-button,.cta-button.primary1{background:var(--primary-color)!important;border:none!important;box-shadow:0 4px 6px #0000001a;color:#fff;margin-left:0}.home-container{padding:0 1rem}.home-header{padding:1rem}.home-title{font-size:2rem}.home-logo{max-width:60px}.home-title-text{font-size:2rem}.home-nav{display:none}.home-nav.active{display:flex;flex-direction:column;margin-top:1rem;width:100%}.home-nav-link{padding:.75rem;text-align:center}.intro-grid{grid-template-columns:1fr;margin-left:7px}.section-content{padding:0 1rem}.articles-grid{gap:1.5rem;grid-template-columns:1fr}.article-card{margin:0 1rem}.article-content{padding:1.5rem}.cta-section{margin-left:.1rem;transform:translateX(3px)}.cta-buttons-home{align-items:center;flex-direction:column;justify-content:center;margin-left:-2.7rem}.cta-button-home{background:var(--primary-color);border:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-buttons{align-items:center;flex-direction:column;gap:1rem;justify-content:center}.section-content h2{font-size:1.75rem}.intro-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-item{padding:1rem}.stat-number{font-size:2rem}}@media (max-width:480px){.home-title{font-size:1.75rem}.home-logo{max-width:50px}.home-title-text{font-size:1.75rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.hero-subtitle{font-size:1rem}.intro-stats{grid-template-columns:1fr;margin-left:-.5rem}.stat-number{font-size:1.75rem}.article-card{margin:0 .5rem}.article-content{padding:1.25rem}}@media (min-width:769px) and (max-width:1024px){.home-container{padding:0 1.5rem}.hero-content h1{font-size:3rem}.intro-grid{gap:3rem}.articles-grid{grid-template-columns:repeat(2,1fr)}.intro-stats{grid-template-columns:repeat(3,1fr)}}.cta-content{margin:0 auto;max-width:800px;position:relative;z-index:3}.jh-home{--ink:#f7f1e7;--muted:#b8bcc9;--night:#07111f;--night-soft:#0c1b30;--line:#e7decb33;--ember:#f26c3c;background:var(--night);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;max-width:none;overflow:hidden;padding:0;transform:none;width:100%}.jh-home *,.jh-home :after,.jh-home :before{box-sizing:border-box}.jh-home h1,.jh-home h2,.jh-home h3,.jh-home p{margin-top:0}.jh-home h1,.jh-home h2,.jh-home h3{color:var(--ink);font-family:Playfair Display,Georgia,serif}.jh-home a{color:inherit}.jh-hero{background:radial-gradient(circle at 76% 21%,#22547f94,#0000 28%),radial-gradient(circle 26rem at 30% 100%,#90342245,#0000 100%),#07111f;border-bottom:1px solid var(--line);display:grid;isolation:isolate;min-height:min(730px,79vh);padding:7rem clamp(1.5rem,7vw,8rem) 5rem;place-items:center;position:relative}.jh-hero:before{border:1px solid #ece3d22e;content:"";inset:1.25rem;pointer-events:none;position:absolute;z-index:3}.jh-hero-content{max-width:900px;position:relative;text-align:center;z-index:4}.jh-eyebrow,.jh-section-label{color:#f18c62!important;font-size:.68rem;font-weight:700;letter-spacing:.19em;line-height:1.4;text-transform:uppercase}.jh-eyebrow{margin-bottom:1.75rem}.jh-eyebrow strong{color:var(--ink);font-size:1.1em;letter-spacing:.24em}.jh-hero h1{font-size:clamp(3.5rem,8vw,7.1rem);font-weight:400;letter-spacing:-.065em;line-height:.88;margin-bottom:1.25rem}.jh-home em{color:#f4a37d;font-weight:400}.jh-hero-subtitle{color:var(--muted)!important;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.65;margin:0 auto 2rem;max-width:580px}.jh-hero-actions{align-items:center;display:flex;gap:1.6rem;justify-content:center}.jh-button{align-items:center;border:1px solid;display:inline-flex;font-size:.78rem;font-weight:700;gap:1.5rem;letter-spacing:.08em;padding:.95rem 1.35rem;text-decoration:none;text-transform:uppercase;transition:transform .25s ease,background .25s ease,color .25s ease}.jh-button span,.jh-read-link span,.jh-text-link span{font-size:1.1em;transition:transform .25s ease}.jh-button:hover,.jh-read-link:hover,.jh-text-link:hover{color:inherit}.jh-button:hover{transform:translateY(-3px)}.jh-button:hover span,.jh-read-link:hover span,.jh-text-link:hover span{transform:translateX(4px)}.jh-button-light{background:var(--ink);color:var(--night)!important}.jh-button-light:hover{background:#f4a37d}.jh-read-link,.jh-text-link{align-items:center;color:var(--ink)!important;display:inline-flex;font-size:.78rem;font-weight:700;gap:.6rem;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.jh-orbit{border:1px solid #f26c3c59;border-radius:50%;pointer-events:none;position:absolute;z-index:1}.jh-orbit-one{height:min(78vw,920px);right:-28vw;top:-39vw;transform:rotate(-18deg);width:min(78vw,920px)}.jh-orbit-two{bottom:-52vw;height:min(65vw,720px);left:-38vw;width:min(65vw,720px)}.jh-hero-index{align-items:center;bottom:2.5rem;color:#f7f1e7b3;display:flex;font-size:.68rem;gap:.7rem;letter-spacing:.12em;position:absolute;right:clamp(2rem,5vw,5rem);z-index:4}.jh-hero-index i{background:#f7f1e773;height:1px;width:58px}.title-screen-typewriter{animation:none;background:none;bottom:-1.5rem;display:block;height:290px;overflow:visible;pointer-events:none;position:absolute;right:clamp(.5rem,4vw,4rem);width:min(460px,42vw);z-index:2}.title-screen-typewriter .workstation-atmosphere,.title-screen-typewriter .workstation-notecard,.title-screen-typewriter .workstation-progress{display:none}.title-screen-typewriter .editorial-workstation{animation:none;height:100%;transform:scale(.55);transform-origin:right bottom;width:100%}.title-screen-typewriter .workstation-monitor{height:410px;width:680px}.title-screen-typewriter .workstation-desk{width:850px}.title-screen-typewriter .workstation-mouse{right:2rem}.title-screen-typewriter .screen-typed-line span{animation:workstation-type-loop 5.8s steps(26) infinite;width:auto}@keyframes workstation-type-loop{0%,12%{clip-path:inset(0 100% 0 0)}48%,72%{clip-path:inset(0 0 0 0)}88%,to{clip-path:inset(0 100% 0 0)}}.jh-typewriter-section{grid-gap:clamp(1rem,5vw,5rem);align-items:center;background:radial-gradient(circle at 78% 50%,#22547f38,#0000 38%),#081421;border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:grid;gap:clamp(1rem,5vw,5rem);grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);min-height:430px;overflow:hidden;padding:clamp(3rem,7vw,6rem) clamp(1.5rem,7vw,7rem);position:relative}.jh-typewriter-copy{max-width:25rem;position:relative;z-index:2}.jh-typewriter-copy h2{color:var(--ink);font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,6vw,6rem);font-weight:400;letter-spacing:-.06em;line-height:.88;margin:1.2rem 0 1.5rem}.jh-typewriter-copy h2 em{color:#f18c62;font-weight:400}.jh-typewriter-copy>p:last-child{color:var(--muted);line-height:1.75;max-width:22rem}.jh-typewriter-section .title-screen-typewriter{bottom:auto;height:340px;margin:0 auto;position:relative;right:auto;width:min(560px,48vw);z-index:1}@media (max-width:760px){.title-screen-typewriter{bottom:-1rem;height:150px;opacity:.7;right:-.5rem;width:220px}.title-screen-typewriter .editorial-workstation{transform:scale(.27)}.jh-typewriter-section{display:block;min-height:390px;padding:4rem 1.5rem 0}.jh-typewriter-copy{max-width:20rem}.jh-typewriter-section .title-screen-typewriter{height:150px;margin:1rem 0 -1rem auto;width:220px}.home-desktop-issue{display:none}.jh-home>.jh-featured{display:block}}.jh-introduction{background:radial-gradient(circle 26rem at 30% 0,#90342245,#0000 100%);margin:0 auto;max-width:1280px;padding:clamp(4rem,8vw,8rem) clamp(1.5rem,7vw,7rem) 0}.jh-intro-grid{grid-gap:clamp(3rem,9vw,10rem);display:grid;gap:clamp(3rem,9vw,10rem);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);margin-top:1.3rem}.jh-featured h2,.jh-intro-grid h2,.jh-join h2{font-size:clamp(2.9rem,5.5vw,5.8rem);font-weight:400;letter-spacing:-.06em;line-height:.92}.jh-intro-copy{padding-top:.45rem}.jh-intro-copy p{color:var(--muted)!important;font-size:1.02rem;line-height:1.85}.jh-stats{border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(3.5rem,8vw,8rem)}.jh-stats>div{align-items:baseline;border-right:1px solid var(--line);display:flex;gap:.8rem;min-height:126px;padding:1.7rem 1.5rem 1.3rem 0}.jh-stats>div+div{padding-left:1.5rem}.jh-stats>div:last-child{border-right:0}.jh-stats strong{color:#f18c62;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:400;letter-spacing:-.06em}.jh-stats span{color:var(--muted);font-size:.72rem;letter-spacing:.06em;line-height:1.4;max-width:7rem;text-transform:uppercase}.jh-featured{padding:clamp(6rem,11vw,11rem) clamp(1.5rem,7vw,7rem)}.home-desktop-issue,.jh-featured{background:#07111f;border-top:1px solid var(--line)}.home-desktop-issue{display:block}.home-desktop-issue .section-content{max-width:none;padding:clamp(4rem,8vw,7rem) clamp(1.5rem,7vw,7rem);padding-bottom:4rem;padding-top:3.5rem;width:min(1280px,100%)}.home-desktop-issue .issue-shelf{margin:0 auto;width:min(860px,100%)}.home-desktop-issue .issue-shelf-heading{padding:0 .25rem 1.1rem}.home-desktop-issue .reading-room-atmosphere{background:linear-gradient(180deg,#22547f2e,#08131ff5);border:1px solid #e7decb33;border-bottom:0;border-radius:.45rem .45rem 0 0}.home-desktop-issue .issue-volumes{background:radial-gradient(ellipse at 50% 105%,#22547f4d,#0000 52%),linear-gradient(180deg,hsla(0,0%,100%,.035),#07111fe6);border:1px solid #e7decb33;border-radius:0 0 .45rem .45rem;border-top:0;min-height:480px;padding:2.5rem 2rem 46px}.home-desktop-issue .issue-shelf-base{border-radius:0 0 .3rem .3rem}.home-desktop-issue .issue-volume{flex-basis:285px;min-height:clamp(350px,35vw,435px);width:clamp(205px,23vw,285px)}.jh-home>.jh-featured{display:none}.jh-featured-heading{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin:0 auto clamp(3rem,6vw,5rem);max-width:1280px}.jh-featured-heading .jh-section-label{margin-bottom:1.25rem}.jh-featured-heading h2{margin-bottom:0}.jh-articles{border-top:1px solid var(--line);display:grid;grid-template-columns:1.3fr .7fr;margin:0 auto;max-width:1280px}.jh-article{grid-gap:1rem;border-bottom:1px solid var(--line);display:grid;gap:1rem;grid-template-columns:3.75rem 1fr;padding:2rem 2rem 2.75rem 0}.jh-article-secondary{border-left:1px solid var(--line);padding-left:2.5rem}.jh-article-tertiary{grid-column:1/-1;grid-template-columns:3.75rem minmax(0,1fr);padding:2.2rem 0 2.8rem}.jh-article-tertiary .jh-article-content{grid-column-gap:3rem;align-items:end;column-gap:3rem;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(16rem,.75fr)}.jh-article-tertiary .jh-article-topline,.jh-article-tertiary h3{grid-column:1}.jh-article-tertiary .jh-article-topline{margin-bottom:1.4rem}.jh-article-tertiary .jh-article-meta,.jh-article-tertiary .jh-article-preview,.jh-article-tertiary .jh-read-link{grid-column:2}.jh-article-tertiary .jh-article-meta{grid-row:1;margin:0}.jh-article-tertiary .jh-article-preview{margin:0}.jh-article-number{color:#f18c62;font-size:.7rem;font-weight:700;letter-spacing:.12em}.jh-article-topline{color:#9eb3c6;display:flex;font-size:.68rem;font-weight:700;gap:1rem;justify-content:space-between;letter-spacing:.09em;margin-bottom:clamp(2.5rem,6vw,6rem);text-transform:uppercase}.jh-article h3{font-size:clamp(1.55rem,2.8vw,3.2rem);font-weight:400;letter-spacing:-.045em;line-height:1.08;margin-bottom:1.15rem}.jh-article-secondary h3{font-size:clamp(1.5rem,2.1vw,2.2rem)}.jh-article-meta{color:#f4a37d!important;font-size:.78rem}.jh-article-meta a{color:#f4a37d!important;text-decoration:underline;text-underline-offset:3px}.jh-article-preview{color:var(--muted)!important;font-size:.92rem;line-height:1.75;max-width:52rem}.jh-read-link{color:#f4a37d!important;margin-top:.4rem}.jh-join{background:#07111f;border-top:1px solid var(--line);color:var(--ink);display:grid;isolation:isolate;min-height:570px;overflow:hidden;padding:7rem 2rem;place-items:center;position:relative}.jh-join:before{display:none}.jh-join-mark{color:#f4a37d12;font-family:Playfair Display,Georgia,serif;font-size:clamp(8rem,25vw,25rem);left:50%;letter-spacing:-.12em;position:absolute;top:50%;transform:translate(-52%,-54%);z-index:-1}.jh-join-content{max-width:720px;text-align:center}.jh-join .jh-section-label{color:#be4d29!important;margin-bottom:1.4rem}.jh-join h2{color:var(--ink);margin-bottom:1.3rem}.jh-join h2 em{color:#f4a37d}.jh-join-content>p:not(.jh-section-label){color:var(--muted)!important;font-size:1rem;line-height:1.7;margin:0 auto 2rem;max-width:540px}.jh-button-orange{background:#bf4e2c;border-color:#bf4e2c;color:#fff!important}.jh-button-orange:hover{background:#081322;border-color:#081322}@media (max-width:760px){.jh-hero{min-height:660px;padding-top:6rem}.jh-hero:before{inset:.75rem}.jh-hero-actions{flex-direction:column;gap:1.25rem}.jh-hero-index{bottom:1.5rem;right:1.6rem}.jh-articles,.jh-intro-grid{grid-template-columns:1fr}.jh-stats>div{flex-direction:column;gap:.35rem;min-height:105px;padding:1.1rem .7rem 1.1rem 0}.jh-stats>div+div{padding-left:.7rem}.jh-stats span{font-size:.61rem}.jh-featured-heading{align-items:flex-start;flex-direction:column}.jh-article,.jh-article-secondary{border-left:0;padding:1.6rem 0 2rem}.jh-article-tertiary .jh-article-content{display:block}.jh-article-tertiary .jh-article-meta{margin-bottom:1rem}.jh-article-topline{flex-direction:column;gap:.4rem;margin-bottom:2.5rem}.jh-article-secondary{border-top:0}.jh-home .home-desktop-issue{display:none!important}.jh-home>.jh-featured{display:block!important}}.particle-canvas{height:100%;left:0;opacity:.6;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}@media (max-width:768px){.particle-canvas{opacity:.4}}.about-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.about-hero{align-items:center;background:var(--background-light);border-radius:20px;display:flex;justify-content:center;margin:-2rem -2rem 4rem;min-height:40vh;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.about-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0h1v1H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.hero-content h1{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-content p{color:#fff;font-size:1rem;line-height:1.6;margin-bottom:2rem}.about-hero .hero-subtitle{font-size:1.25rem;margin:0 auto;max-width:800px;opacity:.9}.section-content{margin:0 auto;max-width:1200px;padding:5rem 0;position:relative;z-index:3}.section-content h2{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.section-content h2:after{background:var(--primary-color);border-radius:2px;bottom:-1rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.mission-content{margin:0 auto;max-width:900px;padding:0 2rem;text-align:center}.mission-content p{color:var(--text-secondary);font-size:1.2rem;line-height:1.9}.leadership-section{background-color:var(--background-light);border-radius:20px;margin:0 -2rem;padding:0 2rem}.leadership-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.leader-card{background:var(--background-white);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 16px #0000001a;overflow:hidden;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.leader-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.leader-image{height:350px;overflow:hidden;position:relative;width:100%}.leader-image:after{background:linear-gradient(0deg,#0000004d,#0000);bottom:0;content:"";height:50%;left:0;position:absolute;right:0}.leader-image img{height:100%;object-fit:cover;transition:transform var(--transition-speed) ease;width:100%}.leader-card:hover .leader-image img{transform:scale(1.08)}.leader-info{background:var(--background-white);padding:2rem}.leader-info h3{color:var(--primary-color);font-size:1.75rem;font-weight:600;margin-bottom:.75rem}.leader-role{display:block;font-size:1.1rem;font-weight:500;letter-spacing:.5px;margin-bottom:1rem}.leader-info p{color:var(--text-secondary);line-height:1.6;margin:0}.team-content{margin:0 auto;max-width:900px;padding:0 2rem;text-align:center}.team-content p{color:var(--text-secondary);font-size:1.2rem;line-height:1.9}.jh-about .mission-section .section-content{align-items:center;grid-template-columns:minmax(0,1.35fr) minmax(360px,.9fr);min-height:610px;padding-bottom:clamp(5rem,9vw,8rem);padding-top:clamp(5rem,9vw,8rem)}.jh-about .mission-copy{grid-column-gap:clamp(1.5rem,4vw,4rem);align-items:start;column-gap:clamp(1.5rem,4vw,4rem);display:grid;grid-template-columns:minmax(11rem,.52fr) minmax(0,1.48fr);max-width:none;position:relative;z-index:2}.jh-about .mission-copy>p{color:#f18c62;font-size:.68rem;font-weight:700;grid-column:1/-1;letter-spacing:.18em;margin:0 0 1.2rem;text-transform:uppercase}.jh-about .mission-copy h2{font-size:clamp(3.8rem,7vw,7rem);line-height:.84;margin:0}.jh-about .mission-copy h2 em{color:#f18c62;font-weight:400}.jh-about .mission-copy .mission-content{margin:.15rem 0 0;max-width:580px;padding:0;text-align:left}.jh-about .mission-copy .mission-content p{color:#b8bcc9;font-family:Inter,sans-serif;font-size:1.02rem;line-height:1.85;max-width:38rem}.jh-about .mission-section .title-screen-typewriter{bottom:auto;height:340px;margin:0 auto;position:relative;right:auto;width:min(480px,38vw);z-index:1}.jh-about .mission-section .section-content{gap:clamp(3rem,7vw,7rem);grid-template-columns:minmax(0,1.7fr) minmax(320px,.8fr)}.jh-about .mission-copy{column-gap:clamp(2rem,5vw,5rem);grid-template-columns:minmax(12rem,.42fr) minmax(0,1.58fr)}.jh-about .mission-copy .mission-content,.jh-about .mission-copy .mission-content p{max-width:none}.jh-about .mission-section .title-screen-typewriter{height:330px;width:min(430px,31vw)}@media (min-width:761px){.jh-about .mission-section .title-screen-typewriter .editorial-workstation{transform:scale(.48);transform-origin:center center}}@media (max-width:760px){.jh-about .mission-section .section-content{display:block;min-height:0;padding-bottom:0;padding-top:4rem}.jh-about .mission-copy{display:block}.jh-about .mission-copy h2{margin-bottom:1.6rem}.jh-about .mission-section .title-screen-typewriter{height:150px;margin:1rem 0 -1rem auto;width:220px}}.jh-about .mission-copy{display:block;max-width:760px}.jh-about .mission-copy>p{margin-bottom:1.35rem}.jh-about .mission-copy h2{margin-bottom:2rem}.jh-about .mission-copy .mission-content{margin:0;max-width:700px;width:100%}.jh-about .mission-copy .mission-content p{max-width:700px;width:100%}@media (max-width:760px){.jh-about .mission-section{overflow:visible}.jh-about .mission-section .section-content{padding-left:1.25rem;padding-right:1.25rem;text-align:left!important;width:100%}.jh-about .mission-copy{margin:0 auto;max-width:34rem;text-align:left!important;width:100%}.jh-about .mission-copy .mission-content p,.jh-about .mission-copy>p{text-align:left}.jh-about .mission-copy h2{text-align:center}.jh-about .jh-people-heading h2,.jh-about .mission-copy h2{transform:translateX(1.5rem)}.jh-about .mission-copy .mission-content{margin:0 auto;max-width:34rem;width:100%}.jh-about .mission-section .title-screen-typewriter{display:block;height:280px;margin:-6rem auto 0;opacity:1;overflow:visible;width:320px}.jh-about .mission-section .title-screen-typewriter .editorial-workstation{height:100%;transform:scale(.34);transform-origin:center bottom;width:100%}.jh-about .filter-container{display:flex;flex-wrap:wrap!important;gap:.55rem;justify-content:center;overflow:visible!important;width:100%}.jh-about .filter-button{flex:0 1 auto!important;max-width:100%;min-width:0;text-align:center;white-space:normal}.jh-about .jh-roster-heading,.jh-about .jh-roster-heading h2,.jh-about .jh-roster-heading>p{text-align:center}.jh-about .team-content{margin-left:auto;margin-right:auto;text-align:center}.jh-about .timeline-intro h2{transform:translateX(1.5rem)}}.filter-container{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:2rem 0 3rem;padding:0 1rem}.filter-button{background:var(--background-white);border:2px solid var(--border-color);border-radius:50px;box-shadow:0 2px 4px #0000000d;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;letter-spacing:.3px;padding:.75rem 1.5rem;text-transform:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.filter-button:hover{border-color:var(--primary-color);box-shadow:0 4px 8px #0000001a;color:var(--primary-color);transform:translateY(-2px)}.filter-button.active{background:var(--primary-color);box-shadow:0 4px 12px #00000026}.filter-button.active,.filter-button.active:hover{border-color:var(--primary-color);color:#fff}.team-member-card.hidden{display:none;opacity:0;transform:scale(.9)}.team-member-card.visible{animation:fadeInScale .4s ease forwards;opacity:1;transform:scale(1)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.team-members-grid .team-member-card.visible:first-child{animation-delay:.05s}.team-members-grid .team-member-card.visible:nth-child(2){animation-delay:.1s}.team-members-grid .team-member-card.visible:nth-child(3){animation-delay:.15s}.team-members-grid .team-member-card.visible:nth-child(4){animation-delay:.2s}.team-members-grid .team-member-card.visible:nth-child(5){animation-delay:.25s}.team-members-grid .team-member-card.visible:nth-child(6){animation-delay:.3s}.team-members-grid .team-member-card.visible:nth-child(7){animation-delay:.35s}.team-members-grid .team-member-card.visible:nth-child(8){animation-delay:.4s}.team-members-grid .team-member-card.visible:nth-child(9){animation-delay:.45s}.team-members-grid .team-member-card.visible:nth-child(10){animation-delay:.5s}.team-members-grid{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center;margin:2rem auto 0}.team-members-grid.two-up{grid-template-columns:repeat(2,minmax(220px,280px));justify-content:center}.team-member-card{background:var(--background-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 8px #0000001a;justify-self:center;max-width:250px;overflow:hidden;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease;width:100%}.team-member-card:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-4px)}.team-member-image{display:none}.team-member-photo{background:var(--background-white);margin:.5rem auto 0}.team-member-card:hover .team-member-photo{transform:translateY(-4px)}.team-member-card{min-height:300px}.team-member-info{background:var(--background-white);padding:2rem 2rem 1.25rem;padding:1rem;text-align:center}.team-member-info h3{color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.team-member-role{display:block;font-size:.9rem;font-weight:500;letter-spacing:.3px}.history-section{background-color:var(--background-light);border-radius:20px;margin:0 -2rem;padding:0 2rem}.history-content{margin:0 auto;max-width:900px;padding:0 2rem;text-align:center}.history-content p{color:var(--text-secondary);font-size:1.2rem;line-height:1.9}.work-content{margin:0 auto;max-width:900px;padding:0 2rem;text-align:center}.work-content p{color:var(--text-secondary);font-size:1.2rem;line-height:1.9}.join-section{background:var(--background-light);border-radius:20px;color:var(--background-white);margin:0 -2rem;overflow:hidden;padding:5rem 2rem;position:relative;text-align:center}.join-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0h1v1H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.join-section h2{color:#fff;position:relative}.join-section h2:after{background:var(--background-white)}.join-content{margin:0 auto;max-width:900px;position:relative}.join-content p{font-size:1.2rem;line-height:1.9;margin-bottom:3rem;opacity:.9}.cta-button{background:var(--primary-color);border:none;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;transition:all .3s ease}.cta-button:hover{background:#fff}.team-member-photo{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0003;display:block;height:8rem;margin:2rem auto 0;object-fit:cover;width:8rem}@media (max-width:768px){.about-container{padding:0 1rem}.about-hero{margin:-1rem -1rem 3rem;min-height:30vh;padding:2rem 0}.about-hero,.history-section,.join-section,.leadership-section{transform:translateX(3.75px)}.hero-content h1{font-size:2rem;margin-bottom:1rem}.hero-content p{font-size:1.1rem;margin-bottom:1.5rem}.about-hero .hero-subtitle{font-size:1rem;padding:0 1rem}.section-content{margin-left:7px;padding:2rem 0}.section-content h2{font-size:1.75rem;margin-bottom:1rem}.team-member-photo{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0003;display:block;height:26vw;margin:2rem auto 0;object-fit:cover;width:26vw}.cta-button-about{background:var(--primary-color);border:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:var(--background-white);cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;margin-left:14px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;width:70%}.section-content h2:after{height:3px;width:60px}.leadership-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.leader-image{height:250px}.leader-info{padding:1.5rem}.leader-info h3{font-size:1.5rem}.leader-role{font-size:1rem}.leader-info p{font-size:.95rem}.history-content,.mission-content,.team-content,.work-content{padding:0 1rem}.history-content p,.join-content p,.mission-content p,.team-content p,.work-content p{font-size:1rem;line-height:1.6}.join-section{padding:3rem 1rem}.cta-buttons{align-items:center;flex-direction:column;gap:1rem;justify-content:center}.cta-button,.cta-button-journal{max-width:300px;text-align:center;width:70%}.team-members-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.filter-container{gap:.5rem;margin:1.5rem 0 2.5rem}.filter-button{flex:1 1 auto;font-size:.85rem;max-width:calc(50% - .25rem);min-width:calc(50% - .5rem);padding:.6rem 1rem}}@media (max-width:480px){.about-hero{min-height:25vh}.hero-content h1{font-size:1.75rem;margin-left:.3rem}.hero-content p{font-size:1rem;margin-left:.3rem}.section-content h2{font-size:1.5rem}.leader-image{height:350px}.leader-info h3{font-size:1.25rem}.leader-info p,.leader-role{font-size:.9rem}}.cta-section{background:var(--background-light);color:var(--text-primary);overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.cta-section:before{background:linear-gradient(135deg,var(--background-light) 0,var(--background-light) 100%);bottom:0;content:"";left:0;opacity:.95;position:absolute;right:0;top:0;z-index:1}.hero-section{background:var(--background-light);color:var(--text-primary);overflow:hidden;padding:6rem 2rem;position:relative;text-align:center}.hero-section:before{background:linear-gradient(135deg,var(--background-light) 0,var(--background-light) 100%);bottom:0;content:"";left:0;opacity:.95;position:absolute;right:0;top:0;z-index:1}.jh-page{--jh-ink:#f7f1e7;--jh-muted:#b8bcc9;--jh-night:#07111f;--jh-panel:#0c1b30;--jh-line:#e7decb33;--jh-ember:#f18c62;background:var(--jh-night);color:var(--jh-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;max-width:none;overflow:hidden;padding:0;transform:none;width:100%}.jh-page *,.jh-page :after,.jh-page :before{box-sizing:border-box}.jh-page h1,.jh-page h2,.jh-page h3{color:var(--jh-ink);font-family:Playfair Display,Georgia,serif;font-weight:400}.jh-page p{color:var(--jh-muted)}.jh-page .section-content{margin:0 auto;padding:clamp(4rem,8vw,7rem) clamp(1.5rem,7vw,7rem);width:min(1280px,100%)}.jh-page .section-content h2{color:var(--jh-ink);font-size:clamp(2.3rem,4.5vw,4.75rem);font-weight:400;letter-spacing:-.055em;line-height:.96;margin-left:-4vh}.jh-page .section-content h2:after{display:none}.jh-page .about-hero,.jh-page .announcements-hero,.jh-page .archives-hero,.jh-page .contact-hero,.jh-page .journal-hero{background:radial-gradient(circle at 79% 20%,#26537eab,#0000 28%),radial-gradient(circle at 20% 90%,#9c3e2942,#0000 30%),#07111f;border-bottom:1px solid var(--jh-line);border-radius:0;margin:0;min-height:min(580px,65vh);padding:7rem clamp(1.5rem,7vw,7rem) 4rem}.jh-page .about-hero:after,.jh-page .announcements-hero:after,.jh-page .archives-hero:after,.jh-page .contact-hero:after,.jh-page .journal-hero:after{border:1px solid #ece3d22e;content:"";inset:1.25rem;pointer-events:none;position:absolute}.jh-page .about-hero:before,.jh-page .announcements-hero:before,.jh-page .archives-hero:before,.jh-page .contact-hero:before,.jh-page .journal-hero:before{background:none;border:1px solid #f18c625c;border-radius:50%;height:min(70vw,820px);inset:auto -25vw -44vw auto;opacity:1;width:min(70vw,820px)}.jh-page .about-hero .section-content,.jh-page .announcements-hero .section-content,.jh-page .archives-hero .section-content,.jh-page .journal-hero .section-content{padding:0;z-index:3}.jh-page .contact-hero{padding-left:1.5rem;padding-right:1.5rem}.jh-page .about-hero h1,.jh-page .announcements-hero h1,.jh-page .archives-hero h1,.jh-page .contact-hero h1,.jh-page .journal-hero h1{color:var(--jh-ink);font-size:clamp(3.6rem,8vw,7rem);font-weight:400;letter-spacing:-.07em;line-height:.85;margin-bottom:1rem}.jh-page .about-hero h1:after,.jh-page .announcements-hero h1:after,.jh-page .archives-hero h1:after,.jh-page .contact-hero h1:after,.jh-page .journal-hero h1:after{display:none}.jh-page .about-hero .hero-content p,.jh-page .announcements-hero .hero-content,.jh-page .archives-hero .hero-content,.jh-page .contact-hero .hero-content,.jh-page .journal-hero .hero-content{color:var(--jh-muted);font-size:1.05rem;line-height:1.7;margin:0 auto;max-width:600px}.jh-page .about-hero .cta-buttons{margin-top:1.8rem}.jh-page .contact-card .cta-button,.jh-page .cta-button{align-items:center;background:#bf4e2c!important;border:1px solid #f18c62!important;border-radius:0;box-shadow:none;color:#fff!important;display:inline-flex;font-size:.75rem;font-weight:700;justify-content:center;letter-spacing:.09em;margin:0;padding:.95rem 1.25rem;text-transform:uppercase;transition:transform .2s ease,background .2s ease;width:auto!important}.jh-page .cta-button:hover{background:#f18c62!important;transform:translateY(-3px)}.jh-journal .journal-intro .section-content{max-width:950px;padding-bottom:2rem}.jh-journal .intro-content{max-width:720px;text-align:left}.jh-journal .intro-content p{color:var(--jh-ink);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3.2vw,3rem);line-height:1.2}.jh-journal .journal-articles{background:#07111f;border-top:1px solid var(--jh-line);margin:0}.jh-journal .journal-articles .section-content{padding-top:3rem}.jh-journal .journal-articles h2{margin:2.5rem 0 3rem;text-align:left}.jh-journal .articles-grid{border-top:1px solid var(--jh-line);gap:0;grid-template-columns:repeat(2,minmax(0,1fr))}.jh-journal .article-card{background:#0000;border:0;border-bottom:1px solid var(--jh-line);border-radius:0;box-shadow:none}.jh-journal .article-card+.article-card{border-left:1px solid var(--jh-line)}.jh-journal .article-card:hover{background:hsla(0,0%,100%,.025);box-shadow:none;transform:none}.jh-journal .article-content{padding:2rem}.jh-journal .article-category,.jh-journal .article-issue-badge{background:none;border-radius:0;color:var(--jh-ember);font-size:.68rem;font-weight:700;letter-spacing:.1em;margin:0 0 1rem;padding:0;text-transform:uppercase}.jh-journal .article-issue-badge{color:#90a9bd}.jh-journal .article-category+.article-issue-badge{margin-top:.5rem}.jh-journal .article-issue-badge+h3{margin-top:2.8rem}.jh-journal .article-content h3{color:var(--jh-ink);font-size:clamp(1.65rem,2.5vw,2.65rem);font-weight:400;letter-spacing:-.045em;line-height:1.08}.jh-journal .article-excerpt,.jh-journal .article-meta{color:var(--jh-muted)}.jh-journal .author-link{color:var(--jh-ember)}.jh-journal .article-link{color:var(--jh-ember);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.jh-journal .journal-cta{background:radial-gradient(circle at 82% 15%,#bd4e2c47,#0000 30%),#07111f;border-radius:0;border-top:1px solid var(--jh-line);margin:0}.jh-journal .journal-cta:before{display:none}.jh-journal .journal-cta h2{color:var(--jh-ink)}.jh-journal .journal-cta p{color:var(--jh-muted)}.jh-about .history-section .section-content,.jh-about .mission-section .section-content,.jh-about .team-section .section-content,.jh-about .work-section .section-content{max-width:1020px}.jh-about .history-content,.jh-about .mission-content,.jh-about .team-content,.jh-about .work-content{margin:0;max-width:780px;padding:0;text-align:left}.jh-about .history-content p,.jh-about .mission-content p,.jh-about .team-content p,.jh-about .work-content p{color:var(--jh-muted);font-size:1.04rem;line-height:1.85}.jh-about .leadership-section{background:#07111f;border-radius:0;border-top:1px solid var(--jh-line);margin:0;padding:0}.jh-about .leadership-grid{background:var(--jh-line);gap:1px;grid-template-columns:repeat(3,1fr);margin:0}.jh-about .leader-card{background:var(--jh-night);border:0;border-radius:0;box-shadow:none}.jh-about .leader-card:hover{box-shadow:none;transform:none}.jh-about .leader-image{height:320px}.jh-about .leader-info{background:var(--jh-night);min-height:245px;padding:1.6rem}.jh-about .author-link,.jh-about .leader-info h3{color:var(--jh-ink);font-size:1.45rem}.jh-about .leader-role{color:var(--jh-ember);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.jh-about .leader-info p{color:var(--jh-muted);font-size:.86rem}.jh-about .filter-container{justify-content:flex-start;padding:0}.jh-about .filter-button{background:#0000;border:1px solid var(--jh-line);border-radius:0;box-shadow:none;color:var(--jh-muted)}.jh-about .filter-button.active{background:var(--jh-ember);border-color:var(--jh-ember);color:#07111f}.jh-about .join-section{background:radial-gradient(circle at 82% 15%,#bd4e2c47,#0000 30%),#07111f;border-top:1px solid var(--jh-line)}.jh-about .join-section h2{color:var(--jh-ink)}.jh-about .join-section p{color:var(--jh-muted)}.jh-announcements .announcements-section .section-content{padding-top:4rem}.jh-announcements .announcements-grid{border-top:1px solid var(--jh-line);gap:0;grid-template-columns:1fr;margin:0}.jh-announcements .announcement-card{background:#0000;border:0;border-bottom:1px solid var(--jh-line);border-radius:0;box-shadow:none}.jh-announcements .announcement-card:hover{background:hsla(0,0%,100%,.025);box-shadow:none;transform:none}.jh-announcements .announcement-content{max-width:850px;padding:clamp(2rem,5vw,4rem) 0}.jh-announcements .announcement-category{background:none;color:var(--jh-ember);font-size:.7rem;font-weight:700;letter-spacing:.1em;margin-bottom:1.5rem;padding:0;text-transform:uppercase}.jh-announcements .announcement-card h2{color:var(--jh-ink);font-size:clamp(2rem,4vw,3.75rem);font-weight:400;letter-spacing:-.055em;line-height:1.05}.jh-announcements .announcement-date{color:var(--jh-ember)}.jh-announcements .announcement-text{color:var(--jh-muted);font-size:1rem;line-height:1.8}.jh-announcements .subscribe-section{background:var(--jh-panel);border-radius:0}.jh-announcements .subscribe-section h2{color:var(--jh-ink)}.jh-announcements .subscribe-form{align-items:stretch}.jh-announcements .subscribe-input{background:#07111f;border:1px solid var(--jh-line);border-radius:0;color:var(--jh-ink)}.jh-announcements .subscribe-form .cta-button{width:auto!important}.jh-contact .contact-section{margin:0}.jh-contact .contact-grid{background:var(--jh-line);gap:1px;grid-template-columns:repeat(3,1fr);margin:0 auto;width:min(1280px,100%)}.jh-contact .contact-card{background:#07111f;border:0;border-radius:0;box-shadow:none;min-height:370px;padding:clamp(1.7rem,3vw,3rem)}.jh-contact .contact-card:hover{background:hsla(0,0%,100%,.025);box-shadow:none;transform:none}.jh-contact .contact-icon{filter:grayscale(1);font-size:2rem;margin-bottom:2.3rem;text-align:left}.jh-contact .contact-card h2{color:var(--jh-ink);font-size:2rem;font-weight:400;letter-spacing:-.04em}.jh-contact .contact-card p{color:var(--jh-muted)}.jh-contact .contact-card .cta-button{margin-top:.75rem;width:100%!important}.jh-contact .contact-info{background:var(--jh-line);border-radius:0;gap:1px;grid-template-columns:repeat(2,1fr);margin:0;padding:1px 0 0;width:100%}.jh-contact .info-card{background:#07111f;border-radius:0;padding:3rem;text-align:left}.jh-contact .info-card h3{color:var(--jh-ink);font-size:1.65rem;font-weight:400}.jh-contact .info-card p{color:var(--jh-muted)}.jh-apply .articles-section{margin:0}.jh-apply .articles-section .section-content{max-width:1000px}.jh-apply .articles-section>.section-content>p{line-height:1.8;max-width:760px}.jh-apply .article-card{background:var(--jh-panel);border:1px solid var(--jh-line);border-radius:0;box-shadow:none;margin:2rem 0}.jh-apply .article-card:hover{box-shadow:none;transform:translateX(5px)}.jh-apply .article-content{padding:clamp(1.7rem,4vw,3rem)}.jh-apply .article-content h3{color:var(--jh-ink);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400}.jh-apply .article-content h4{color:var(--jh-ember);font-size:.7rem;letter-spacing:.1em;margin-top:2rem;text-transform:uppercase}.jh-apply .article-content li,.jh-apply .article-content p{color:var(--jh-muted);line-height:1.75}.jh-apply .article-link{color:var(--jh-ember);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media (max-width:780px){.jh-page .about-hero,.jh-page .announcements-hero,.jh-page .archives-hero,.jh-page .contact-hero,.jh-page .journal-hero{min-height:480px;padding-top:6rem}.jh-page .about-hero:after,.jh-page .announcements-hero:after,.jh-page .archives-hero:after,.jh-page .contact-hero:after,.jh-page .journal-hero:after{inset:.75rem}.jh-about .leadership-grid,.jh-contact .contact-grid,.jh-journal .articles-grid{grid-template-columns:1fr}.jh-journal .article-card+.article-card{border-left:0}.jh-contact .contact-info{grid-template-columns:1fr}.jh-announcements .subscribe-form{flex-direction:column}}.jh-issue .issue-edition-page{--issue-accent:#f18c62}.jh-issue .issue-edition-body,.jh-issue .issue-edition-footer,.jh-issue .issue-edition-hero{background:#07111f;margin:0}.jh-issue .issue-edition-hero{background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--issue-accent) 22%,#0000),#0000 36%),radial-gradient(circle at 82% 18%,#26537eb3,#0000 22%),radial-gradient(circle at 18% 82%,#9c3e2938,#0000 28%),linear-gradient(180deg,#07111f 0,#06101c 100%);border-bottom:1px solid var(--jh-line);display:grid;min-height:min(78vh,820px);overflow:hidden;padding:7.5rem clamp(1.5rem,7vw,7rem) 5rem;place-items:center;position:relative}.jh-issue .issue-edition-hero:before{border:1px solid #ece3d22e;content:"";inset:clamp(1rem,2vw,1.5rem);pointer-events:none;position:absolute}.jh-issue .issue-edition-hero:after{background:linear-gradient(90deg,#0000,#f18c6259,#0000);bottom:clamp(1.2rem,2vw,1.7rem);content:"";height:1px;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:min(56rem,86vw)}.jh-issue .issue-edition-hero .section-content{grid-gap:0;display:grid;gap:0;justify-items:center;position:relative;text-align:center;width:min(1100px,100%);z-index:2}.jh-issue .issue-edition-kicker{color:#9fb4c6;font-size:.72rem;font-weight:700;letter-spacing:.22em;margin:0 0 1.4rem;text-transform:uppercase}.jh-issue .issue-edition-kicker strong{color:var(--jh-ink);font-weight:800}.jh-issue .issue-edition-hero h1{color:var(--jh-ink);font-size:clamp(4.2rem,10vw,8.8rem);font-weight:400;letter-spacing:-.09em;line-height:.86;margin:0}.jh-issue .issue-edition-subtitle{color:var(--jh-muted);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.15rem,2vw,1.9rem);line-height:1.45;margin:1rem auto 0;max-width:44rem}.jh-issue .issue-edition-meta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}.jh-issue .issue-edition-meta span{background:#07111f9e;border:1px solid var(--jh-line);box-shadow:inset 0 1px 0 #ffffff08;color:var(--jh-ink);font-size:.62rem;font-weight:700;letter-spacing:.17em;padding:.72rem .95rem;text-transform:uppercase}.jh-issue .issue-edition-body{border-top:1px solid var(--jh-line)}.jh-issue .issue-edition-grid{grid-gap:1px;background:var(--jh-line);display:grid;gap:1px;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);padding:0}.jh-issue .issue-edition-contents,.jh-issue .issue-edition-featured{background:linear-gradient(180deg,#ffffff05,#0000 20%),#07111f;min-width:0;padding:clamp(2.1rem,4.8vw,4rem);position:relative}.jh-issue .issue-edition-contents:before,.jh-issue .issue-edition-featured:before{content:"";inset:0;pointer-events:none;position:absolute}.jh-issue .issue-edition-featured:before{background:radial-gradient(circle at 8% 14%,#f18c6214,#0000 18%);border-right:1px solid #e7decb14}.jh-issue .issue-edition-contents:before{background:radial-gradient(circle at 92% 12%,#8faec814,#0000 20%);border-left:1px solid #e7decb14}.jh-issue .issue-section-kicker{color:var(--jh-ember);font-size:.66rem;font-weight:700;letter-spacing:.22em;margin:0 0 1rem;position:relative;text-transform:uppercase}.jh-issue .issue-section-kicker:after{background:linear-gradient(90deg,#f18c62e6,#0000);content:"";display:block;height:1px;margin-top:.65rem;width:3.2rem}.jh-issue .issue-edition-featured h2{color:var(--jh-ink);font-size:clamp(2.35rem,4.9vw,4.9rem);font-weight:400;letter-spacing:-.07em;line-height:.95;margin:0}.jh-issue .issue-edition-featured h2 a,.jh-issue .issue-edition-list h3 a{color:inherit;text-decoration:none}.jh-issue .issue-edition-featured h2 a:hover,.jh-issue .issue-edition-list h3 a:hover{color:var(--jh-ember)}.jh-issue .issue-edition-byline{color:#9fb4c6;font-size:.74rem;letter-spacing:.08em;margin:1rem 0 0;text-transform:uppercase}.jh-issue .issue-edition-byline a{color:var(--jh-ember);text-decoration:underline;text-decoration-color:#f18c6273;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.jh-issue .issue-edition-byline a:focus-visible,.jh-issue .issue-edition-byline a:hover{color:var(--jh-ink);text-decoration-color:initial}.jh-issue .issue-edition-excerpt{color:var(--jh-muted);font-size:1rem;line-height:1.85;margin:1.35rem 0 0;max-width:44rem}.jh-issue .issue-edition-actions,.jh-issue .issue-edition-footer-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.jh-issue .issue-edition-button,.jh-issue .issue-edition-footer-link{align-items:center;background:#07111f73;border:1px solid #e7decb29;color:var(--jh-ink);display:inline-flex;font-size:.66rem;font-weight:700;justify-content:center;letter-spacing:.14em;padding:.92rem 1.15rem;text-decoration:none;text-transform:uppercase;transition:transform .2s ease,border-color .2s ease,background .2s ease}.jh-issue .issue-edition-button:hover,.jh-issue .issue-edition-footer-link:hover{background:#f18c6214;border-color:var(--jh-ember);transform:translateY(-2px)}.jh-issue .issue-edition-button.secondary{color:var(--jh-muted)}.jh-issue .issue-edition-list{list-style:none;margin:0;padding:0}.jh-issue .issue-edition-list li{grid-gap:1rem;border-top:1px solid #e7decb24;display:grid;gap:1rem;grid-template-columns:2.5rem minmax(0,1fr);padding:1.05rem 0}.jh-issue .issue-edition-list li:first-child{border-top:0;padding-top:0}.jh-issue .issue-edition-number{color:var(--jh-ember);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.jh-issue .issue-edition-list h3{color:var(--jh-ink);font-size:1.12rem;font-weight:400;letter-spacing:-.03em;line-height:1.2;margin:0}.jh-issue .issue-edition-list p{color:#9fb4c6;display:flex;flex-wrap:wrap;font-size:.72rem;gap:.75rem;letter-spacing:.08em;margin:.5rem 0 0;text-transform:uppercase}.jh-issue .issue-edition-footer{border-bottom:1px solid var(--jh-line);border-top:1px solid var(--jh-line)}.jh-issue .issue-edition-footer-links{justify-content:center}@media (max-width:780px){.jh-issue .issue-edition-hero{min-height:0;padding:6.75rem 1.25rem 3.75rem}.jh-issue .issue-edition-hero:before{inset:.75rem}.jh-issue .issue-edition-grid{grid-template-columns:1fr}.jh-issue .issue-edition-contents,.jh-issue .issue-edition-featured{padding:1.7rem 1.25rem}.jh-issue .issue-edition-contents:before,.jh-issue .issue-edition-featured:before{display:none}.jh-issue .issue-edition-list li{grid-template-columns:1fr}}.timeline-section{background-color:var(--background-white);margin:0 -2rem;padding:4rem 0}.timeline-section .section-content{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:3}.timeline-section h2{font-size:2.25rem;font-weight:600;margin-bottom:3rem;text-align:center}.timeline-container{margin:0 auto;max-width:1000px;position:relative}.timeline-container:before{background:var(--primary-color);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px;z-index:0}.timeline-item{margin-bottom:3rem;position:relative;width:100%}.timeline-content{align-items:center;display:flex;position:relative;z-index:1}.timeline-item.left .timeline-content{flex-direction:row}.timeline-item.right .timeline-content{flex-direction:row-reverse}.timeline-marker{align-items:center;background:var(--primary-color);border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;height:80px;justify-content:center;position:relative;transition:transform var(--transition-speed) ease;width:80px;z-index:2}.timeline-marker:hover{transform:scale(1.1)}.timeline-year{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:100%;justify-content:center;line-height:1.2;text-align:center;width:100%}.timeline-card{background:var(--background-light);border-radius:12px;box-shadow:0 8px 32px #0000001a;flex:1 1;margin:0 2rem;max-width:400px;padding:2rem;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.timeline-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.timeline-category{background:var(--primary-color);border-radius:4px;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.25rem .75rem}.timeline-title{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.timeline-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:768px){.timeline-section{padding:2rem 0}.timeline-section h2{font-size:1.75rem;margin-bottom:2rem}.timeline-container:before{left:30px;transform:none}.timeline-item{margin-bottom:2rem}.timeline-content{flex-direction:row!important}.timeline-marker{flex-shrink:0;height:60px;width:60px}.timeline-year{font-size:1rem}.timeline-card{margin:0 0 0 1rem;max-width:none;padding:1.5rem}.timeline-title{font-size:1.1rem}.timeline-description{font-size:.9rem}}@media (max-width:480px){.timeline-container:before{left:20px}.timeline-marker{height:50px;width:50px}.timeline-year{font-size:.9rem}.timeline-card{margin:0 0 0 .75rem;padding:1rem}.timeline-title{font-size:1rem}.timeline-description{font-size:.85rem}}.timeline-item{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.timeline-item:first-child{animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.2s}.timeline-item:nth-child(3){animation-delay:.3s}.timeline-item:nth-child(4){animation-delay:.4s}.timeline-item:nth-child(5){animation-delay:.5s}.timeline-item:nth-child(6){animation-delay:.6s}.journal-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.journal-hero{align-items:center;background:var(--background-light);border-radius:20px;display:flex;justify-content:center;margin:-2rem -2rem 4rem;min-height:40vh;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.journal-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0h1v1H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.journal-hero h1{color:#fff;font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;position:relative}.journal-hero h1:after{animation:titleUnderline 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#60a5fa,#0000);border-radius:2px;bottom:-.5rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.journal-hero .hero-subtitle{animation:fadeInUp .8s ease-out .4s backwards;font-size:1.25rem;margin:0 auto;max-width:800px;opacity:.9}.journal-intro{margin-bottom:4rem}.intro-content{margin:0 auto;max-width:800px;text-align:center}.intro-content p{color:var(--text-secondary);font-size:1.2rem;line-height:1.8}.journal-articles{margin-bottom:4rem}.journal-articles h2{color:#fff;font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.journal-articles h2:after{background:var(--primary-color);border-radius:2px;bottom:-1rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.article-category+.article-issue-badge,.article-issue-badge{display:block;margin-bottom:1.5rem;margin-top:2rem;width:fit-content}.article-category+h3,.article-issue-badge+h3{margin-top:1.5rem}.article-content h3{color:var(--primary-color)}.journal-cta{background:var(--background-light);border-radius:20px;margin:0 -2rem;overflow:hidden;padding:5rem 2rem;position:relative;text-align:center}.journal-cta:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0h1v1H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.journal-cta h2{color:#fff;margin-bottom:1.5rem}.journal-cta p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;gap:1.5rem;justify-content:center}.article-page{margin-left:40px}.pdf-container{margin-left:-11rem;width:130%}.article-meta{color:#666;font-size:.9rem;margin-bottom:20px;margin-left:18px}.pdf-container{height:72vh;justify-content:flex-end;margin-left:-14rem}.pdf-container iframe{border:1px solid #ccc;height:66vh;margin-bottom:10vh;width:100%}.article-page{margin-left:auto;margin-right:auto;max-width:100rem;min-height:100vh;padding:20px;text-align:center}.article-summary{background:#021b4133;border-radius:12px;color:#fff;margin:2rem auto;max-width:900px;padding:1rem 1.5rem;text-align:left}.article-summary h2{color:#fff;font-size:1.5rem;margin-bottom:.75rem}.article-summary p{color:#fff;font-size:1rem;line-height:1.7}.pdf-container{border-radius:16px;display:flex;justify-content:center;margin:2rem auto;max-width:900px;overflow:hidden;width:100%}.pdf-container object{border:1px solid #ccc;height:70vh;width:100%}.article-footer{background:#0000;display:flex;gap:1rem;justify-content:center;margin:2rem auto;max-width:760px;padding:0}.person-label{margin-left:.4rem}.shelby-card{transform:translateX(-.25rem)}.shelby-card .person-label{margin-left:-.5rem!important}@media (max-width:768px){.shelby-card{transform:none}.shelby-card .person-label{margin-left:0!important}.article-footer{transform:none}.person-label{align-self:center;margin-left:.5rem}}.person-card{align-items:center;background:#021b41;border:1px solid #ffffff1f;border-radius:12px;color:#fff;display:flex;flex-direction:column;gap:.5rem;min-width:260px;padding:.75rem 1rem}.editor-card{align-items:flex-start}.editor-card .person-info{justify-content:flex-start}.person-info .person-pic,.person-info img{margin-right:.5rem}.person-label{align-self:flex-start;color:#ffffffd9;font-size:.75rem;font-weight:700;letter-spacing:.4px}.person-info{align-items:center;display:flex;gap:.5rem}.person-pic{border:2px solid #ffffffe6;border-radius:50%;height:48px;object-fit:cover;width:48px}.person-name{color:#fff;font-size:.95rem;font-weight:600}.person-details{color:#fff;font-size:.85rem;font-weight:400}@media (max-width:768px){.article-footer{align-items:center;flex-direction:column;gap:.75rem;max-width:95%;padding:0 1rem}.person-card{align-items:center;min-width:0;width:100%}.person-label{align-self:center}.article-footer{flex-direction:column;gap:.5rem;max-width:77%;padding:.5rem 1rem;text-align:center}.author-details{margin-left:0}.pdf-container object{height:50vh}.pdf-container{background:#1a1a2ecc;border-radius:16px;box-shadow:0 4px 16px #00000026;height:auto;max-width:100%;overflow:hidden}.article-page{margin-left:auto;margin-right:auto;max-width:100%;width:100%}.article-meta{color:#666;font-size:.9rem;margin-bottom:20px;margin-left:0}.pdf-container{display:flex;justify-content:center;margin-left:0;width:100%}.pdf-container iframe{border:1px solid #ccc;height:40vh;width:100%}.journal-container{padding:0 1rem}.journal-hero{margin:-1rem -1rem 3rem;min-height:30vh;transform:translateX(3.75px)}.journal-hero h1{font-size:2.5rem}.articles-grid{gap:2rem;grid-template-columns:1fr}.journal-articles h2{font-size:2rem}.cta-buttons{justify-content:center;margin-left:-.1rem}.cta-buttons,.cta-buttons-journal{align-items:center;flex-direction:column;gap:1rem}.journal-cta{transform:translateX(3.75px)}}.pdf-actions{display:flex;gap:1rem;justify-content:center;margin:1.5rem auto;max-width:600px}.pdf-button{align-items:center;background:var(--primary-color);border:none;border-radius:8px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;text-decoration:none;transition:all .3s ease}.no-articles{background:var(--background-light);border-radius:8px;color:var(--text-secondary);padding:3rem;text-align:center}.no-articles p{font-size:1.1rem;margin-bottom:0}.pdf-button:hover{background:var(--accent-color);box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}@media (max-width:768px){.article-page{align-items:center;display:flex;flex-direction:column;padding-left:0;padding-right:0}.article-page #article-content>*,.article-page>*{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:100%;width:100%}.article-page #article-content .article-meta,.article-page #article-content>h1,.article-page .article-meta,.article-page .article-summary,.article-page>h1{text-align:center}.article-summary{margin:1.5rem 0;max-width:100%}.article-page h1{font-size:1.5rem;line-height:1.3;text-align:center}.pdf-actions{align-items:center;flex-direction:column;gap:.75rem;justify-content:center;margin:1.5rem auto;max-width:100%;padding:0 1rem;width:100%}.pdf-button{align-self:center;background:linear-gradient(180deg,#f18c62,#cf6338);border:1px solid #f18c6273;border-radius:999px;box-shadow:0 10px 24px #f18c6238;justify-content:center;letter-spacing:.08em;min-height:3rem;padding:.95rem 1.25rem;width:min(100%,16rem)}.article-footer{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.8rem;padding-right:.5rem;width:min(100%,760px)}.editor-card,.person-card{transform:translateX(.95rem)}.shelby-card{transform:translateX(1.15rem)}}.journal-publication-ledger{margin:0 auto;max-width:1280px}.journal-ledger-heading{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:clamp(3rem,6vw,5rem)}.journal-ledger-heading p{color:#f18c62;font-size:.68rem;font-weight:700;letter-spacing:.18em;margin:0 0 1.2rem;text-transform:uppercase}.journal-ledger-heading h2{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,6vw,6rem);font-weight:400;letter-spacing:-.06em;line-height:.88;margin:0}.journal-ledger-heading h2 em{color:#f18c62;font-weight:400}.journal-ledger-heading>a{border-bottom:1px solid #e7decb3d;color:#9aabba;font-size:.62rem;font-weight:700;letter-spacing:.1em;padding:.65rem 0;text-decoration:none;text-transform:uppercase}.journal-ledger-heading>a:hover{border-color:#f18c62;color:#f18c62}.journal-issue-group{grid-gap:clamp(2rem,7vw,7rem);border-top:1px solid #e7decb2e;display:grid;gap:clamp(2rem,7vw,7rem);grid-template-columns:minmax(180px,.32fr) minmax(0,1fr);padding:clamp(2rem,4vw,4rem) 0 0}.journal-issue-label{align-self:start;padding-top:.35rem}.journal-issue-label em,.journal-issue-label span{color:#f18c62;display:block;font-size:.68rem;font-style:normal;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.journal-issue-label strong{color:#f7f1e7;display:block;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3vw,3.2rem);font-weight:400;letter-spacing:-.045em;line-height:.95;margin:.8rem 0 1.1rem}.journal-issue-label em{color:#9aabba;font-size:.58rem;letter-spacing:.1em}.journal-issue-articles{border-top:1px solid #e7decb2e}.journal-issue-articles article{grid-gap:1rem;border-bottom:1px solid #e7decb2e;display:grid;gap:1rem;grid-template-columns:3rem minmax(0,1fr);padding:2rem 0 2.4rem}.journal-article-number{color:#f18c62;font-size:.7rem;font-weight:700;letter-spacing:.12em}.journal-article-topline{color:#9eb3c6;display:flex;font-size:.65rem;font-weight:700;gap:1rem;justify-content:space-between;letter-spacing:.09em;margin-bottom:1.25rem;text-transform:uppercase}.journal-issue-articles h3{color:#f7f1e7;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.7rem,3vw,3.2rem);font-weight:400;letter-spacing:-.045em;line-height:1.05;margin:0 0 .75rem}.journal-issue-articles h3 a{color:inherit;text-decoration:none}.journal-issue-articles h3 a:hover{color:#f4a37d}.journal-issue-articles article>div>p{color:#f4a37d;font-size:.78rem;margin:0 0 1rem}.journal-issue-articles article>div>p a{color:inherit;text-decoration:underline;text-underline-offset:3px}.journal-article-excerpt{color:#9dabb8;display:block;font-size:.92rem;line-height:1.75;max-width:54rem}@media (max-width:760px){.journal-ledger-heading{display:block}.journal-ledger-heading>a{display:inline-block;margin-top:2rem}.journal-issue-group{display:block;padding-top:2rem}.journal-issue-label{margin-bottom:2rem}.journal-issue-articles article{grid-template-columns:2.2rem minmax(0,1fr);padding:1.6rem 0 2rem}.journal-article-topline{align-items:flex-start;flex-direction:column;gap:.35rem}.jh-journal .constellation-heading h2{transform:translateX(1.5rem)}}.announcements-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.announcements-hero{align-items:center;background:var(--background-light);border-radius:20px;color:#fff;color:var(--text-primary);display:flex;justify-content:center;margin:-2rem -2rem 4rem;min-height:40vh;overflow:hidden;padding:5rem 2rem;position:relative;text-align:center}.announcements-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0h1v1H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.announcements-hero h1{color:#fff;font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;position:relative}.announcements-hero h1:after{animation:titleUnderline 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#60a5fa,#0000);border-radius:2px;bottom:-.5rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.announcements-hero .hero-subtitle{font-size:1.25rem;margin:0 auto;max-width:800px;opacity:.9}.announcements-section{background-color:var(--background-white)}.announcements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.announcement-card{background:var(--background-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.announcement-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-5px)}.announcement-content{padding:2rem}.announcement-category{background:var(--primary-color);border-radius:4px;display:inline-block;font-size:.875rem;margin-bottom:1rem;padding:.25rem .75rem}.announcement-card h2{color:var(--primary-color);font-size:1.5rem;line-height:1.3;margin-bottom:.75rem}.announcement-date{color:var(--text-secondary);display:block;font-size:.875rem;margin-bottom:1rem}.announcement-text{color:var(--text-secondary);line-height:1.6;margin:0}.subscribe-section{background-color:var(--background-light);border-radius:20px;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.subscribe-section h2{color:#fff;margin-bottom:1rem}.subscribe-section p{color:var(--text-secondary);margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.subscribe-form{display:flex;gap:1rem;margin:0 auto;max-width:600px}.subscribe-input{border:2px solid var(--border-color);border-radius:6px;flex:1 1;font-size:1rem;padding:.875rem 1.25rem;transition:border-color var(--transition-speed) ease}.subscribe-input:focus{border-color:var(--primary-color);outline:none}.subscribe-input::placeholder{color:var(--text-secondary);opacity:.7}@media (max-width:768px){.announcements-container{padding:0 1rem}.announcements-hero{margin:-1rem -1rem 3rem;min-height:30vh}.announcements-hero h1{font-size:2.5rem}.announcements-hero .hero-subtitle{font-size:1.1rem}.announcements-grid{gap:1.5rem;grid-template-columns:1fr}.subscribe-form{flex-direction:column}.subscribe-section{margin-left:.5rem;padding:3rem 1rem}.subscribe-input{font-size:1rem;width:79%}}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.contact-hero{align-items:center;background:var(--background-light);border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin:-2rem -2rem 4rem;min-height:40vh;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.contact-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0h1v1H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.contact-hero h1{color:#fff;font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;position:relative}.contact-hero h1:after{animation:titleUnderline 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#60a5fa,#0000);border-radius:2px;bottom:-.5rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.contact-hero .hero-subtitle{font-size:1.25rem;margin:0 auto;max-width:800px;opacity:.9}.contact-section{background-color:var(--background-white);margin-bottom:4rem}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.contact-card{background:var(--background-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;overflow:hidden;padding:2rem;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.contact-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-5px)}.contact-icon{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.contact-content{flex:1 1}.contact-card h2{color:var(--primary-color);font-size:1.5rem;line-height:1.3;margin-bottom:1rem}.contact-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.contact-link{border-radius:6px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background-color var(--transition-speed) ease}.contact-link,.contact-link:hover{background-color:var(--primary-color)}.contact-info{grid-gap:2rem;border-radius:20px;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 -2rem;padding:3rem 2rem}.contact-info,.info-card{background:var(--background-light)}.info-card{border-radius:12px;padding:2rem;text-align:center}.info-card h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:1rem}.info-card p{color:var(--text-secondary);margin-bottom:.5rem}@media (max-width:768px){.contact-container{padding:0 1rem}.contact-hero{margin:-1rem -1rem 3rem;min-height:30vh;transform:translateX(3.75px)}.contact-hero h1{font-size:2.25rem;margin-bottom:1rem}.contact-hero .hero-subtitle{font-size:1.1rem;padding:0 1rem}.contact-grid{gap:1.5rem;grid-template-columns:1fr}.cta-button-contact{background:var(--primary-color);border:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;margin-left:-7px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.contact-card{padding:1.5rem}.contact-icon{font-size:2rem;margin-bottom:1rem}.contact-card h2{font-size:1.25rem}.contact-card p{font-size:.95rem;margin-bottom:1rem}.contact-link{margin-left:-20px;padding:.875rem 1.25rem;text-align:center;width:100%}.contact-info{gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem;transform:translateX(3.75px)}.info-card{padding:1.5rem}.info-card h3{font-size:1.1rem}.info-card p{font-size:.95rem}.cta-button{color:#fff;font-size:.95rem!important;max-width:80%!important;min-width:180px!important;padding:.5rem 1rem!important}.contact-section .cta-button,button[type=submit]{max-width:96%!important;min-width:88%!important}}@media (max-width:480px){.contact-hero{min-height:25vh;padding:2rem 1rem}.contact-hero h1{font-size:2rem}.contact-hero .hero-subtitle{font-size:1rem}.contact-card{margin-left:.5rem;padding:1.25rem}.contact-icon{font-size:1.75rem}.contact-card h2{font-size:1.1rem}.info-card{padding:1.25rem}}@media (min-width:769px) and (max-width:1024px){.contact-container{padding:0 1rem}.contact-hero{min-height:30vh}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.contact-info{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.cta-button{border-radius:8px;display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-left:-1rem;padding:1rem 2rem;text-decoration:none;transition:all var(--transition-speed) ease}.cta-button:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.footer{background:var(--background-light);color:var(--text-primary);margin-top:auto;overflow:hidden;padding:4rem 2rem 2rem;position:relative;width:100%;z-index:1}.footer:before{background:linear-gradient(135deg,var(--background-light) 0,var(--background-light) 100%);bottom:0;content:"";left:0;opacity:.95;position:absolute;right:0;top:0;z-index:1}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 3rem;max-width:1200px;position:relative;z-index:2}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.footer-section p{margin:0}.footer-section a,.footer-section p{color:var(--background-light);font-size:.95rem}.footer-section a{text-decoration:none;transition:color var(--transition-speed) ease}.footer-section a:hover{color:var(--background-white)}.footer-content a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-content a:hover{color:var(--primary-color)}.social-links{display:flex;gap:1.5rem;margin-top:.5rem}.footer-bottom{border-top:1px solid #ffffff1a;color:var(--background-light);font-size:.875rem;margin-top:2rem;padding-top:2rem;position:relative;text-align:center;z-index:2}.footer-bottom p{margin:.5rem 0}.footer-bottom a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:var(--primary-color)}@media (max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}.footer-section{gap:.75rem;text-align:center}.footer-section h3{font-size:1.1rem;margin-bottom:.25rem}.footer-section a,.footer-section p{font-size:.9rem}.social-links{gap:1.25rem;justify-content:center;margin-top:.75rem}.footer-bottom{font-size:.8rem;margin-top:1.5rem;padding-top:1.5rem}.footer-bottom p{margin:.25rem 0}}@media (max-width:480px){.footer{padding:2.5rem 1rem 1rem}.footer-content{gap:1.5rem}.footer-section h3{font-size:1rem}.footer-section a,.footer-section p{font-size:.85rem}.social-links{gap:1rem}.footer-bottom{font-size:.75rem;margin-top:1rem;padding-top:1rem}}@media (min-width:769px) and (max-width:1024px){.footer{padding:3.5rem 1.5rem 2rem}.footer-content{gap:2.5rem;grid-template-columns:repeat(2,1fr)}}.toast{background:#000c;border-radius:6px;bottom:24px;box-shadow:0 6px 18px #0006;color:#fff;padding:.6rem 1rem;position:fixed;right:24px;z-index:10000}.author-bio-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.author-hero{align-items:center;background:var(--background-light);border-radius:20px;display:flex;justify-content:center;margin:-2rem -2rem 4rem;min-height:40vh;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.author-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0h1v1H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.author-content{align-items:center;display:flex;gap:3rem;margin:0 auto;width:100%}.author-image{flex-shrink:0}.author-image img{border:4px solid var(--background-white);border-radius:50%;box-shadow:0 8px 16px #0003;height:200px;object-fit:cover;width:200px}.author-info{color:#fff;text-align:left}.author-info h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem}.author-role{color:var(--primary-color);display:block;font-size:1.2rem;font-weight:500;margin-bottom:1.5rem}.author-details{text-align:left}.author-details p{color:#fff;margin-bottom:.5rem;margin-right:.25rem;opacity:.9}.author-bio-section{margin-bottom:4rem}.bio-content{margin:0 auto;max-width:800px;text-align:left}.bio-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.author-publications{background:var(--background-light);border-radius:20px;margin:0 -2rem 4rem;padding:4rem 2rem}.publications-list{margin:0 auto;max-width:800px}.publication-item{background:var(--background-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 8px #0000001a;margin-bottom:2rem;padding:2rem}.publication-item h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:.5rem}.publication-meta{font-size:.9rem;font-weight:500;margin-bottom:1rem}.publication-excerpt{color:var(--text-secondary);line-height:1.6}.author-experience{background:var(--background-light);border-radius:20px;margin:0 -2rem 4rem;padding:4rem 2rem}.experience-list{margin:0 auto;max-width:800px}.experience-item{background:var(--background-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 8px #0000001a;margin-bottom:2rem;padding:2rem}.experience-item h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:.5rem}.experience-meta{color:#fff;font-size:.9rem;font-weight:500;margin-bottom:1rem}.experience-description{color:var(--text-secondary);line-height:1.6}.author-projects{background:var(--background-light);border-radius:20px;margin:0 -2rem 4rem;padding:4rem 2rem}.projects-list{margin:0 auto;max-width:800px}.project-item{background:var(--background-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 8px #0000001a;margin-bottom:2rem;padding:2rem}.project-item h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:.5rem}.project-meta{color:var(--primary-color);font-size:.9rem;font-weight:500;margin-bottom:1rem}.project-description{color:var(--text-secondary);line-height:1.6}.project-link{color:var(--primary-color);text-decoration:none;transition:color var(--transition-speed) ease}.project-link:hover{text-decoration:underline}.project-link:hover,[data-theme=dark] .project-link,[data-theme=dark] .project-link:hover{color:var(--primary-color)}.author-contact{margin-bottom:4rem}.contact-info{margin:0 auto;max-width:600px;text-align:center}.contact-info p{color:var(--text-secondary);margin-bottom:1rem}.contact-info a{text-decoration:none;transition:color var(--transition-speed) ease}.contact-info a,.contact-info a:hover,[data-theme=dark] .contact-info a,[data-theme=dark] .contact-info a:hover{color:var(--primary-color)}@media (max-width:768px){.author-bio-container{padding:0 1rem}.author-hero{margin:-1rem -1rem 3rem;min-height:30vh;padding:2rem 0;transform:translateX(3.75px)}.author-content{flex-direction:column;gap:2rem;padding-right:20px;text-align:right}.author-image img{height:150px;width:150px}.author-info{text-align:center}.author-info h1{font-size:2rem}.author-role{font-size:1rem}.author-details{text-align:center}.bio-content{text-align:left}.bio-content p{font-size:1rem}.author-publications{margin:0 -1rem 3rem;padding:3rem 1rem;transform:translateX(3.75px)}.publication-item{padding:1.5rem}.publication-item h3{font-size:1.1rem}.author-experience{margin:0 -1rem 3rem;padding:3rem 1rem;transform:translateX(3.75px)}.experience-item{padding:1.5rem}.experience-item h3{font-size:1.1rem}.author-projects{margin:0 -1rem 3rem;padding:3rem 1rem;transform:translateX(3.75px)}.project-item{padding:1.5rem}.project-item h3{font-size:1.1rem}}@media (max-width:480px){.author-image img{height:120px;width:120px}.author-info h1{font-size:1.75rem}.author-role{font-size:.9rem}.bio-content p{font-size:.95rem}}.pdf-viewer-container{background:var(--background-white);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a,0 25px 50px #00000026;margin:3rem auto;max-width:1000px;overflow:hidden;width:100%}.pdf-viewer-header{align-items:center;background:var(--primary-color);border-bottom:1px solid var(--border-color);color:#fff;display:flex;justify-content:center;min-height:64px;padding:.9rem 1.25rem;position:relative}.pdf-icon{display:none}.pdf-viewer-title{align-items:center;flex:0 1 60%;flex-direction:column;justify-content:center;padding:0 1rem;text-align:center}.pdf-viewer-header .pdf-download-btn{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%)}.pdf-viewer-header:before{content:"";display:block;height:1px;visibility:hidden;width:84px}.pdf-title-text h3{font-size:1.125rem;line-height:1.25;margin:0}.pdf-title-text p{color:#ffffffe6;margin:.35rem 0 0 -.2rem}.pdf-download-btn{border-radius:6px;box-shadow:none;font-size:.9rem;font-weight:700;margin-left:auto;min-width:84px;padding:.45rem .9rem;transition:all .18s ease}.pdf-viewer-title{align-items:flex-start;display:flex;flex:1 1;gap:.5rem;margin-right:.25rem;min-width:0}.pdf-icon{flex-shrink:0;font-size:1.75rem}.pdf-title-text{flex:1 1;min-width:0}.pdf-title-text h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.1 rem;font-weight:700;line-height:1.3;margin:.25rem 0 0;max-height:2.7rem;max-width:calc(100% - 50px);white-space:normal}.pdf-title-text h3,.pdf-title-text p{color:#fff;overflow:hidden;text-overflow:ellipsis}.pdf-title-text p{font-size:.85rem;margin:.35rem 0 0 -3rem;opacity:.9;white-space:nowrap}.pdf-download-btn{background:#fff;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:var(--primary-color);cursor:pointer;flex-shrink:0;font-size:.85rem;font-weight:600;min-width:70px;padding:.4rem .8rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.pdf-download-btn:hover{background:var(--background-white);box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.pdf-download-btn:active{box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.pdf-viewer-frame{background:var(--background-white);max-height:85vh;min-height:600px;overflow:hidden;padding:2rem}.pdf-object{border:1px solid var(--border-color);border-radius:8px;box-shadow:inset 0 2px 4px #0000000d;height:700px;width:100%}.pdf-fallback{color:var(--text-secondary);padding:2rem;text-align:center}.pdf-fallback p{margin-bottom:1rem}.pdf-fallback-btn{background:var(--primary-color);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.pdf-fallback-btn:hover{background:var(--accent-color)}.pdf-viewer-footer{background:var(--background-light);border-top:1px solid var(--border-color);padding:1rem 2rem;text-align:center}.pdf-hint{color:var(--text-secondary);font-size:.85rem;opacity:.8}@media (max-width:1024px){.pdf-title-text h3{font-size:1.1rem}.pdf-title-text p{font-size:.85rem}.pdf-download-btn{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width:768px){.pdf-viewer-container{display:none}.pdf-actions{display:flex}}@media (min-width:769px){.pdf-actions .pdf-button{display:none}}.cite-popover-wrapper{display:inline-block;position:relative}.cite-trigger{background:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.45rem .6rem}.cite-popover{background:var(--background-light);border:1px solid #ffffff0f;border-radius:10px;box-shadow:0 8px 30px #0006;left:50%;min-width:320px;padding:.75rem 1rem;position:absolute;top:calc(100% + 8px);transform:translateX(-50%);z-index:9999}.cite-popover-header{color:var(--text-primary);font-weight:600;margin-bottom:.5rem;text-align:center}.cite-actions.center,.cite-popover-body{display:flex;justify-content:center}.cite-actions.center{flex-wrap:wrap;gap:.5rem}.cite-btn{background:#0000;border:1px solid #0000000d;border-radius:6px;color:inherit;cursor:pointer;font-weight:600;padding:.6rem .9rem}.cite-btn.orange{background:#ff6b35;background:var(--accent-color,#ff6b35);border-color:#0000;color:#fff}.cite-trigger.large{border-radius:10px;font-size:1.05rem;padding:.9rem 1.2rem}@media (max-width:768px){.cite-popover-wrapper{display:none!important}}.archives-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.archives-hero{align-items:center;background:var(--background-light);border-radius:20px;display:flex;justify-content:center;margin:-2rem -2rem 4rem;min-height:40vh;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.archives-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0h1v1H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.archives-hero h1{color:#fff;font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;position:relative}.archives-hero h1:after{animation:titleUnderline 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#60a5fa,#0000);border-radius:2px;bottom:-.5rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.archives-hero .hero-content{color:#fff;font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.search-section{margin-bottom:2rem}.search-controls{align-items:stretch;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.search-input-container{flex:1 1;min-width:300px;position:relative}.category-select,.search-input{background:var(--background-white);border:2px solid var(--border-color);border-radius:8px;box-sizing:border-box;color:var(--text-primary);font-size:1rem;font-size:1.1rem;font-size:1rem!important;height:60px;min-height:60px;padding:1.5rem;transition:border-color var(--transition-speed) ease;width:100%}.search-input:focus{outline:none}.search-icon{display:none}.category-filter{min-width:200px}.category-select:focus{border-color:var(--primary-color);outline:none}.search-results{margin-bottom:2rem;text-align:center}.results-count{color:var(--text-secondary);font-size:1.1rem;font-weight:500}.articles-section{margin-bottom:2rem;margin-top:0}.articles-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.article-card{animation:fadeInUp .6s ease-out;background:var(--background-white);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 16px #0000001a;overflow:hidden;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.article-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.article-content{padding:2rem}.article-category{background:var(--primary-color);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:1rem;padding:.5rem 1rem}.article-content h3{color:#fff;font-size:1.5rem;line-height:1.4;margin-bottom:1rem}.article-meta{color:var(--text-secondary);font-size:.95rem;margin-bottom:1rem}.article-excerpt{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.article-link{color:#fff;display:inline-block;font-weight:500;text-decoration:none;transition:color var(--transition-speed) ease}.article-link:hover,.author-link{color:var(--primary-color)}.author-link{font-weight:500;text-decoration:none;transition:color var(--transition-speed) ease}.author-link:hover{color:var(--primary-color);text-decoration:underline}.no-results{color:var(--text-secondary);padding:4rem 2rem;text-align:center}.no-results p{font-size:1.1rem;margin-bottom:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes titleUnderline{0%,to{opacity:.5;transform:translateX(-50%) scaleX(.8)}50%{opacity:1;transform:translateX(-50%) scaleX(1.2)}}@media (max-width:768px){.archives-container{padding:0 1rem}.archives-hero{margin:-1rem -1rem 3rem;min-height:30vh;transform:translateX(3.75px)}.archives-hero h1{font-size:2.5rem}.archives-hero .hero-content{font-size:1rem}.search-controls{flex-direction:column;gap:1rem}.category-filter,.search-input-container{min-width:100%}.articles-grid{gap:2rem;grid-template-columns:1fr}.article-card{animation:fadeInUp .4s ease-out}.article-content{align-items:center;display:flex;flex-direction:column;text-align:center;width:100%}.article-category,.article-content h3,.article-excerpt,.article-link,.article-meta{margin-left:auto;margin-right:auto;text-align:center;width:100%}.article-category{display:inline-flex}.category-select,.search-input{box-sizing:border-box;font-size:.9rem;height:40px;min-height:40px;padding:.75rem}.search-section{margin-bottom:.5rem}.search-controls{gap:.5rem}.articles-section,.search-results{margin-bottom:1rem}.articles-section{margin-top:0}}@media (max-width:480px){.archives-hero h1{font-size:2rem}.category-select,.search-input{font-size:.9rem;padding:.875rem}}.category-filter{min-width:0!important;min-width:auto!important}.category-select{box-sizing:border-box;display:block;font-size:.95rem!important;height:auto!important;max-width:100%!important;min-height:0!important;overflow:visible!important;padding:.5rem 1rem!important;text-overflow:clip!important;vertical-align:middle;white-space:normal!important;width:100%!important}.search-container{max-width:550px;min-width:320px;position:relative;width:100%}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-icon{color:var(--text-secondary);height:20px;left:1rem;pointer-events:none;position:absolute;width:20px;z-index:1}.search-input{background:var(--background-white);border:2px solid var(--border-color);border-radius:24px;color:var(--text-primary);font-size:.95rem;outline:none;padding:.75rem 3rem;transition:all .3s ease;width:100%}.search-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2c52821a}.search-input::placeholder{color:var(--text-secondary);opacity:.6}.search-clear{align-items:center;background:none;border:none;color:var(--text-secondary);cursor:pointer;display:flex;height:20px;justify-content:center;padding:0;position:absolute;right:1rem;transition:color .2s ease;width:20px}.search-clear:hover{color:var(--text-primary)}.search-clear svg{height:16px;width:16px}.search-results{animation:slideDown .2s ease;background:var(--background-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 24px #00000026;left:0;max-height:400px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-results-header{background:var(--background-light);border-bottom:1px solid var(--border-color);color:var(--text-secondary);font-size:.85rem;padding:.75rem 1rem}.search-results-list{max-height:350px;overflow-y:auto}.search-result-item{align-items:center;border-bottom:1px solid var(--border-color);cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:background-color .2s ease}.search-result-item:last-child{border-bottom:none}.search-result-item.selected,.search-result-item:hover{background:var(--background-light)}.result-icon{flex-shrink:0;font-size:1.5rem}.result-content{flex:1 1;min-width:0}.result-title{color:var(--text-primary);font-weight:600;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-title mark{background-color:#ff6b354d;border-radius:2px;color:var(--text-primary);padding:.1rem .2rem}.result-subtitle{align-items:center;color:var(--text-secondary);display:flex;font-size:.85rem;gap:.5rem}.result-category{background:var(--primary-color);border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;padding:.15rem .5rem}.result-arrow,.result-separator{color:var(--text-secondary)}.result-arrow{flex-shrink:0;height:16px;transition:transform .2s ease;width:16px}.search-result-item.selected .result-arrow,.search-result-item:hover .result-arrow{color:var(--primary-color);transform:translateX(4px)}.search-results-list::-webkit-scrollbar{width:8px}.search-results-list::-webkit-scrollbar-track{background:var(--background-light)}.search-results-list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.search-results-list::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media (max-width:480px){.header-search{background:none;border:none;color:var(--text-primary);cursor:pointer;display:none;font-size:1.5rem;padding:1.5rem;position:relative;z-index:1001}}.back-to-top{align-items:center;animation:slideUp .4s ease-out;background:var(--background-white);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 12px #00000026;color:var(--primary-color);cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:56px;z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.back-to-top:hover{box-shadow:0 6px 16px #ff6b354d;transform:translateY(-4px)}.back-to-top:active{box-shadow:0 4px 8px #ff6b3566;transform:translateY(-2px)}.back-to-top:focus{outline:2px solid var(--primary-color);outline-offset:2px}.progress-ring{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.progress-ring-circle-bg{opacity:.3}.progress-ring-circle{linecap:round}.back-to-top-arrow{color:var(--primary-color);font-size:1.5rem;font-weight:700;transition:color .3s ease;z-index:1}.back-to-top:hover .back-to-top-arrow{color:var(--accent-color)}@media (max-width:768px){.back-to-top{bottom:1.5rem;height:48px;right:1.5rem;width:48px}.back-to-top-arrow{font-size:1.25rem}}@media (max-width:480px){.back-to-top{bottom:1rem;height:44px;right:1rem;width:44px}}@keyframes pulse{0%,to{box-shadow:0 4px 12px #ff6b3526}50%{box-shadow:0 6px 16px #ff6b354d}}.back-to-top:hover{animation:pulse 2s infinite}
/*# sourceMappingURL=main.bb3148a5.css.map*/