:root{--color-white:#fff;--color-black:#040203;--color-link:#b77e33;--color-beige-100:#f3f2ed;--color-beige-200:#d9d4cb;--font-size-default:1.2rem;--grid-xmicro:0.15rem;--grid-micro:0.2rem;--grid-xxsmall:0.4rem;--grid-xsmall:0.6rem;--grid-small:0.8rem;--grid-medium:1rem;--grid-large:1.2rem;--grid-xlarge:1.5rem;--grid-mega:2rem;--grid-page-width:1045px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f2ed;background-color:var(--color-beige-100);color:#040203;color:var(--color-black);font-family:Josefin Sans,sans-serif;font-size:1.2rem;font-size:var(--font-size-default);font-weight:350;margin:0;padding:0}h1,h2,h3,h4,h5{font-family:Besley,serif;font-weight:600;margin:0}h1{font-size:4.2rem;line-height:5rem}h2{font-size:3.2rem}h3{font-size:1rem;font-weight:800;text-transform:uppercase}h4{font-weight:600;line-height:1.5rem}h4,p{font-size:1.2rem}p{font-size:var(--font-size-default);line-height:1.6rem;margin:0}img{display:block}a{text-decoration:none}a:link,a:visited{color:#040203;color:var(--color-black)}a:active,a:hover{color:#b77e33;color:var(--color-link)}.black-border-bottom{border-bottom:1.5px solid #040203;border-bottom:1.5px solid var(--color-black)}.black-border-top{border-top:1.5px solid #040203;border-top:1.5px solid var(--color-black)}.black-border-thick{outline:2.5px solid #040203;outline:2.5px solid var(--color-black)}h1.page-header{padding:3.4rem 0}.page-container{margin:0 auto;max-width:1045px;max-width:var(--grid-page-width)}@media (max-width:1093px){.page-container{margin:0 1.5rem;margin:0 var(--grid-xlarge);max-width:none}}@media (max-width:532px){.page-container{margin:0 1rem;margin:0 var(--grid-medium)}h1{font-size:3.2rem;line-height:3.6rem}h2{font-size:2.5rem;line-height:3rem}h1.page-header{padding:2rem 0;padding:var(--grid-mega) 0}}.nav-layout{display:flex;flex-direction:column;min-height:100vh}nav{background-color:var(--color-beige-200);padding-bottom:calc(var(--grid-small) - 4px);padding-top:var(--grid-small);position:-webkit-sticky;position:sticky;top:0;z-index:2}.nav-container{align-items:baseline;justify-content:space-between}.nav-container,.nav-menu{display:flex;flex-direction:row}.nav-menu{margin:0}nav a{line-height:var(--font-size-default)}nav a.home-nav-link{font-family:Besley,sans-serif;font-weight:650}nav a:not(.home-nav-link){font-weight:500;line-height:1.6rem;padding-left:var(--grid-mega)}nav a:active,nav a:hover{color:var(--color-link);text-decoration:underline;text-underline-offset:var(--grid-xmicro)}.mobile-nav-backdrop,.mobile-nav-menu,.nav-container svg.fa-bars{display:none}.nav-container svg.fa-bars:hover{color:var(--color-link)}.footer-top-space{margin-top:var(--grid-mega)}.footer{background-color:var(--color-beige-200);margin-top:auto;padding:var(--grid-small) 0}.footer-container{justify-content:center}.footer-container,.footer-menu{display:flex;flex-direction:row}.footer-menu a{padding:0 var(--grid-medium)}@media (max-width:880px){.nav-container .nav-menu{display:none}.nav-container{align-items:flex-start;position:relative}.nav-container svg.fa-bars{display:block;z-index:5}nav.expanded .mobile-nav-menu{background-color:var(--color-beige-200);border-left:1.5px solid var(--color-black);display:block;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:scroll;padding:3.8rem var(--grid-medium);position:absolute;right:0;top:0;width:200px;z-index:4}nav.expanded .mobile-nav-menu a{padding:var(--grid-xsmall) 0;text-indent:var(--grid-xsmall)}nav.expanded .mobile-nav-menu a:not(:last-child){border-bottom:1px solid var(--color-gold-200)}nav.expanded .mobile-nav-backdrop{-webkit-animation:fadein .5s;animation:fadein .5s;background-color:rgba(4,2,3,.7);content:"";display:block;height:100vh;left:0;position:absolute;top:0;width:100vw;z-index:3}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}.footer-top-space{margin-top:var(--grid-large)}}.category-section,.home-section{padding:4rem 0}.home-header{align-items:center;display:flex;flex-direction:row}.home-header-img-wrapper{aspect-ratio:1/1;display:grid;flex-shrink:0;grid-template-columns:repeat(16,1fr);grid-template-rows:repeat(16,1fr);margin-right:2.6rem;width:360px}.home-header-img-wrapper img{grid-column:2/17;grid-row:2/17;height:100%;object-fit:cover;width:100%;z-index:1}.background-square{grid-column:1/16;grid-row:1/16;z-index:0}.home-header h1{margin-bottom:var(--grid-xlarge)}.home-header p{margin-bottom:var(--grid-xsmall)}.category-column{display:flex;flex-direction:column;gap:var(--grid-mega)}.category-item{align-items:center;display:flex;flex-direction:row;gap:2.4rem;padding:var(--grid-mega)}.category-item.img-right-align{flex-direction:row-reverse}.category-item img{flex-shrink:0;height:210px;object-fit:cover;outline:1.5px solid var(--color-black);width:340px}.category-item-text h2{line-height:3.2rem}.category-item-text p{margin-bottom:var(--grid-large);margin-top:var(--grid-xlarge)}a.category-item-button{background-color:var(--color-black);color:var(--color-white);display:inline-block;font-weight:600;padding:var(--grid-small) var(--grid-large);padding-top:1.1rem;text-transform:uppercase}a.category-item-button:active,a.category-item-button:hover{background-color:var(--color-link)}@media (max-width:880px){.category-section,.home-section{padding:var(--grid-mega) 0}.home-header{flex-direction:column}.home-header-img-wrapper{margin-bottom:var(--grid-xlarge);margin-right:0}.home-header-text{align-items:center;display:flex;flex-direction:column}.category-item,.category-item.img-right-align{flex-direction:column;gap:var(--grid-large)}.category-item-text{align-items:center;display:flex;flex-direction:column}.category-item-text h2,.category-item-text p{text-align:center}.category-item-text p{margin-bottom:var(--grid-medium);margin-top:var(--grid-xlarge)}}@media (max-width:532px){.home-header-img-wrapper{flex-shrink:1;max-width:100%;width:auto}.home-header h1{margin-bottom:var(--grid-large)}.category-item{flex-direction:column;gap:var(--grid-small);padding:var(--grid-xlarge)}.category-item-text p{margin-bottom:var(--grid-medium);margin-top:var(--grid-xsmall)}.category-item img{flex-shrink:1;width:100%}}.creative-work-section{margin:var(--grid-mega) 0}.creative-work-section h3{margin-bottom:var(--grid-xsmall)}.creative-work-item{margin:var(--grid-xxsmall) 0}.creative-work-item a{text-decoration:underline;text-underline-offset:var(--grid-xmicro)}.creative-work-item a:active,.creative-work-item a:hover{text-decoration:none}.reporting-section{padding-bottom:var(--grid-xlarge);padding-top:var(--grid-xxsmall)}.reporting-row{display:flex;flex-direction:row;gap:var(--grid-mega);margin:var(--grid-large) 0}.reporting-item{flex-basis:calc(33.33333% - var(--grid-mega)*2/3);flex-grow:0;flex-shrink:1}.reporting-item img{height:200px;object-fit:cover;width:100%}p.reporting-item-date{font-size:1rem;line-height:1.2rem;margin-bottom:var(--grid-xmicro);margin-top:var(--grid-small)}a.reporting-item:active p.reporting-item-date,a.reporting-item:hover p.reporting-item-date{color:var(--color-black)}a.reporting-item:active h4,a.reporting-item:hover h4{text-decoration:underline;text-underline-offset:var(--grid-xmicro)}@media (max-width:880px){.reporting-row{gap:var(--grid-large)}}@media (max-width:532px){.reporting-section{padding-bottom:var(--grid-xsmall)}.reporting-row{flex-direction:column;gap:var(--grid-xlarge)}}
/*# sourceMappingURL=main.c1f620af.css.map*/