:root{--ae-blue:#0326f4;--ae-orange:#ff4714;--ae-filter-orange:#ff7617;--ae-text:#777;--ae-dark:#111;--ae-white:#fff;--ae-max:1180px;--ae-gap:28px;--ae-header-height:112px;font-family:Lato,Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{margin:0;scroll-behavior:smooth}body{margin:0;color:var(--ae-text);background:var(--ae-white);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:hover,a:focus{text-decoration:underline}img{display:block;max-width:100%;height:auto}.site-header{position:fixed;top:0;left:0;width:100%;z-index:10;background:var(--ae-blue);color:var(--ae-white);transition:background-color .15s ease}.home .site-header:not(.is-stuck){background:rgb(0 31 230 / .44)}.site-header.is-stuck{background:var(--ae-blue)}.admin-bar .site-header{top:32px}.site-header__inner{width:min(100% - 48px, var(--ae-max));min-height:var(--ae-header-height);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.site-logo{width:142px;flex:0 0 auto}.site-nav{display:flex;align-items:center;gap:34px;font-size:15px;font-weight:700;color:var(--ae-white)}.site-nav a{color:var(--ae-white)}.site-social{display:flex;align-items:center;gap:22px;margin-left:8px;font-weight:900}.hero{min-height:100vh;background:var(--ae-dark)}.hero img{width:100%;min-height:100vh;object-fit:cover}.category-strip{margin-top:var(--ae-header-height);background:var(--ae-filter-orange);color:var(--ae-white)}.category-strip__inner{width:min(100% - 48px, var(--ae-max));min-height:72px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;font-size:14px;font-weight:700}.category-strip a{color:var(--ae-white);text-decoration:underline}.category-strip .divider{opacity:.95;font-weight:900}.project-grid{width:min(100% - 48px, var(--ae-max));margin:34px auto 80px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.project-card{aspect-ratio:1 / 1;background:#eee;overflow:hidden}.project-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .2s ease,transform .2s ease}.project-card:hover img,.project-card:focus-within img{filter:grayscale(0);transform:scale(1.015)}.project-title{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.project-page{padding-top:calc(var(--ae-header-height) + 70px)}.project-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:70px 7vw;align-items:start;margin-bottom:84px}.project-gallery img{width:100%;object-fit:cover}.project-gallery__item:nth-child(3n+2){margin-top:72px}.project-gallery__item:nth-child(4n){grid-column:span 1}.project-meta{background:var(--ae-orange);color:var(--ae-white);text-align:center;padding:42px 24px;font-size:13px;font-weight:700}.page-content{width:min(100% - 48px, var(--ae-max));margin:0 auto;padding:calc(var(--ae-header-height) + 72px) 0 96px}.home .page-content{padding-top:72px}.about-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:64px;align-items:center}.about-copy{max-width:430px;margin:0 auto;text-align:center;color:#8b8b8b;font-size:14px}.about-copy h1,.about-copy h2{color:#8b8b8b;font-size:16px;margin:0 0 26px;font-weight:700}.about-image figcaption{margin-top:10px;text-align:center;font-size:14px;font-weight:700}.about-columns{margin-top:58px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;text-align:center;color:#222;font-size:13px;font-weight:700}.contact-page{min-height:55vh;display:grid;place-items:center;text-align:center;color:#888}.contact-page h1{font-size:18px;color:#888}.site-footer{background:var(--ae-orange);color:var(--ae-white);text-align:center;padding:70px 24px 46px}.site-footer__logo{width:142px;margin:0 auto 36px}.site-footer__line{width:215px;height:1px;margin:0 auto 34px;background:var(--ae-white)}.site-footer__nav{display:flex;justify-content:center;gap:44px;font-size:14px;font-weight:700;margin-bottom:44px}.site-footer__copy{font-size:14px;font-weight:700}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:900px){:root{--ae-header-height:92px}.site-header__inner{min-height:var(--ae-header-height)}.site-nav{gap:18px;font-size:14px}.project-grid,.project-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.project-gallery__item:nth-child(3n+2){margin-top:0}.about-layout,.about-columns{grid-template-columns:1fr}}@media (max-width:640px){:root{--ae-header-height:148px}.site-header__inner{width:min(100% - 28px, var(--ae-max));min-height:auto;padding:22px 0;align-items:flex-start;flex-direction:column}.admin-bar .site-header{top:46px}.site-nav{flex-wrap:wrap}.hero,.hero img{min-height:100vh}.project-grid,.project-gallery{width:min(100% - 28px, var(--ae-max));grid-template-columns:1fr;gap:24px}.category-strip__inner,.page-content{width:min(100% - 28px, var(--ae-max))}}