.avatar img{width:24rem;height:24rem;border-radius:14px;box-shadow:0 1.2rem 3rem rgba(0,0,0,.16);object-fit:cover;object-position:50% 42%}.navigation-title,.navigation-link{display:inline-block!important;text-decoration:none;transform-origin:50% 60%;transition:transform 160ms ease,color 160ms ease;will-change:transform}.navigation-title:hover,.navigation-title:focus,.navigation-link:hover,.navigation-link:focus{text-decoration:none;transform:rotate(-6deg)translateY(-2px)scale(1.03)!important}.navigation-item:nth-child(even) .navigation-link:hover,.navigation-item:nth-child(even) .navigation-link:focus{transform:rotate(6deg)translateY(-2px)scale(1.03)!important}@media only screen and (max-width:768px){.avatar img{width:20rem;height:20rem}}.contact-page{max-width:64rem;margin:0 auto;text-align:center}.page article:has(.contact-page) header,.contact-page p:first-child{text-align:center}.contact-form{margin:2.4rem auto 0;max-width:64rem;text-align:left}.contact-form__field{margin:0 0 1.6rem}.contact-form__field label{display:block;margin-bottom:.45rem;font-size:1.4rem;font-weight:600}.contact-form__field input,.contact-form__field textarea{width:100%;box-sizing:border-box;border:1px solid;border-radius:4px;background:0 0;color:inherit;padding:.9rem 1rem;font:inherit}.contact-form__field textarea{resize:vertical;min-height:14rem}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:2px solid currentColor;outline-offset:2px}.contact-form__button{display:block;margin:0 auto;border:1px solid;border-radius:4px;background:#212121;color:#fafafa;cursor:pointer;font:inherit;font-weight:600;padding:.8rem 1.4rem}.contact-form__button:hover,.contact-form__button:focus{opacity:.78}.contact-form__trap{display:none}.contact-page__note{margin:2rem 0 0}.contact-page__note a{font-weight:700}body.colorscheme-dark .contact-form__button{background:#dadada;color:#212121}@media(prefers-color-scheme:dark){body.colorscheme-auto .contact-form__button{background:#dadada;color:#212121}}.project-grid{display:grid;gap:2rem;margin-top:2.4rem}.project-card{display:grid;grid-template-columns:minmax(16rem,24rem)1fr;gap:1.6rem;align-items:center;border:1px solid;border-radius:8px;overflow:hidden}.project-card img{width:100%;height:100%;min-height:15rem;object-fit:cover}.project-card div{padding:1.6rem 1.8rem 1.6rem 0}.project-card h2{margin:0 0 .7rem;font-size:2.2rem}.project-card p{margin:0 0 1rem}.blog-card{display:grid;grid-template-columns:22rem minmax(0,1fr);align-items:stretch;border:1px solid;border-radius:8px;min-height:13.5rem;margin:1.6rem 0;overflow:hidden}.blog-card__image img{display:block;width:22rem;height:13.5rem;object-fit:cover}.blog-card__body{align-self:center;padding:1.2rem 1.5rem}.blog-card__body .title{display:block;margin-top:.25rem;font-size:1.8rem;line-height:1.35}.blog-card__body p{display:-webkit-box;margin:.55rem 0 0;overflow:hidden;opacity:.72;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:1.4rem;line-height:1.55}.blog-card__body .date{font-size:1.4rem;opacity:.78}.list ul .blog-card .date{width:auto;margin-right:1rem}@media only screen and (max-width:768px){.project-card,.blog-card{grid-template-columns:1fr}.project-card div,.blog-card__body{padding:1.2rem 1.4rem 1.4rem}.blog-card__image img{width:100%;height:auto;aspect-ratio:16/9}}.setup-list-page{margin-top:2.2rem}.setup-story{display:grid;gap:2rem;margin:1.6rem 0 3.6rem}.setup-story__block{display:grid;grid-template-columns:minmax(0,1fr)minmax(18rem,.82fr);gap:2rem;align-items:center}.setup-story__block--left{grid-template-columns:minmax(18rem,.88fr)minmax(0,1fr)}.setup-story__block--compact{align-items:start}.setup-story__block p:first-child{margin-top:0}.setup-story__block p:last-child{margin-bottom:0}.setup-story__duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.setup-story__photo{position:relative;overflow:hidden;min-width:0;min-height:16rem;border:1px solid rgba(160,160,160,.72);border-radius:8px;background:0 0;cursor:zoom-in;padding:0}.setup-story__photo--large{min-height:25rem}.setup-story__photo--banner{min-height:17rem}.setup-story__photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.18));opacity:0;transition:opacity 180ms ease}.setup-story__photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 220ms ease,filter 220ms ease}.setup-story__photo:hover::after,.setup-story__photo:focus-visible::after{opacity:1}.setup-story__photo:hover img,.setup-story__photo:focus-visible img{filter:saturate(1.08);transform:scale(1.035)}.setup-story__photo:focus-visible{outline:2px solid currentColor;outline-offset:3px}.setup-lightbox{position:fixed;z-index:2000;inset:0;display:grid;grid-template-columns:6rem minmax(0,1fr)6rem;align-items:center;gap:1.2rem;background:rgba(8,8,8,.92);opacity:0;pointer-events:none;padding:3rem;transition:opacity 160ms ease}.setup-lightbox[aria-hidden=false]{opacity:1;pointer-events:auto}.setup-lightbox-open{overflow:hidden}.setup-lightbox__frame{display:grid;justify-items:center;margin:0}.setup-lightbox__frame img{display:block;max-width:min(100%,118rem);max-height:82vh;border-radius:8px;object-fit:contain}.setup-lightbox__frame figcaption{color:#f4f4f4;font-size:1.4rem;margin-top:1rem;opacity:.75}.setup-lightbox__close,.setup-lightbox__nav{display:grid;place-items:center;position:relative;border:1px solid rgba(255,255,255,.45);border-radius:8px;background:rgba(255,255,255,8%);color:#fff;cursor:pointer;padding:0;-webkit-appearance:none;appearance:none}.setup-lightbox__close:hover,.setup-lightbox__nav:hover,.setup-lightbox__close:focus-visible,.setup-lightbox__nav:focus-visible{background:rgba(255,255,255,.18)}.setup-lightbox__close{position:absolute;top:2rem;right:2rem;width:4.2rem;height:4.2rem}.setup-lightbox__nav{width:5.4rem;height:5.4rem}.setup-lightbox__close::before,.setup-lightbox__close::after{content:"";position:absolute;width:1.55rem;height:2px;border-radius:999px;background:currentColor}.setup-lightbox__close::before{transform:rotate(45deg)}.setup-lightbox__close::after{transform:rotate(-45deg)}.setup-lightbox__nav::before{content:"";width:1.25rem;height:1.25rem;border-top:2px solid;border-left:2px solid}.setup-lightbox__nav--prev::before{transform:translateX(.25rem)rotate(-45deg)}.setup-lightbox__nav--next::before{transform:translateX(-.25rem)rotate(135deg)}.setup-list-page{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:2.2rem}.setup-list-page section{border:1px solid rgba(160,160,160,.45);border-radius:8px;padding:1.2rem 1.4rem 1rem}.setup-list-page h2{margin:0 0 .85rem;font-size:1.65rem;font-weight:700;opacity:.9}.setup-list-page ul{list-style:none;margin:0;padding:0;border-top:1px solid rgba(160,160,160,.28)}.setup-list-page li{display:grid;grid-template-columns:minmax(0,1fr)max-content;gap:1.4rem;align-items:center;margin:0;padding:.82rem 0;border-bottom:1px solid rgba(160,160,160,.35)}.setup-list-page li>span:first-child{line-height:1.45}.setup-list-page li>span:last-child{opacity:.48;font-size:1.35rem}.setup-list-page a{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;font-size:1.35rem;text-decoration:none;white-space:nowrap}.setup-list-page a:hover,.setup-list-page a:focus{text-decoration:underline;text-underline-offset:.28rem}@media only screen and (max-width:520px){.setup-story{gap:1.4rem}.setup-story__block,.setup-story__block--left{grid-template-columns:1fr;gap:1.2rem}.setup-story__block--left .setup-story__photo{order:2}.setup-story__photo,.setup-story__photo--large,.setup-story__photo--banner{min-height:14rem}.setup-story__duo{gap:.8rem}.setup-list-page li{grid-template-columns:minmax(0,1fr)max-content;gap:.8rem}.setup-list-page a{font-size:1.25rem}.setup-list-page{grid-template-columns:1fr}.setup-lightbox{grid-template-columns:4rem minmax(0,1fr)4rem;gap:.5rem;padding:1.2rem}.setup-lightbox__frame img{max-height:76vh}.setup-lightbox__close{top:1rem;right:1rem}.setup-lightbox__nav{width:4rem;height:4rem;font-size:3rem}}