@charset "UTF-8";*,::before,::after{box-sizing:border-box;border-width:0}html{line-height:1.5;font-family:ui-sans-serif,system-ui,sans-serif;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}button,input{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button{-webkit-appearance:button;background-image:none;background-color:initial;cursor:pointer}:disabled{cursor:default}:-moz-focusring{outline:1px dotted ButtonText}h1,h2,h3,figure,p{margin:0}ul,menu{margin:0;padding:0;list-style:none}img,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}:root{color-scheme:light dark;--surface-1-light:#fff;--surface-2-light:#e5e5e5;--text-1-light:#0a0a0a;--text-2-light:#737373;--surface-1-dark:#171717;--surface-2-dark:#404040;--text-1-dark:#fafafa;--text-2-dark:#a3a3a3;--surface-1:var(--surface-1-light);--surface-2:var(--surface-2-light);--text-1:var(--text-1-light);--text-2:var(--text-2-light)}@media(prefers-color-scheme:dark){:root{--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark);--text-1:var(--text-1-dark);--text-2:var(--text-2-dark)}}html.light{color-scheme:light;--surface-1:var(--surface-1-light);--surface-2:var(--surface-2-light);--text-1:var(--text-1-light);--text-2:var(--text-2-light)}html.dark{color-scheme:dark;--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark);--text-1:var(--text-1-dark);--text-2:var(--text-2-dark)}body{font-family:system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:Georgia,times new roman,serif;font-weight:700;line-height:1.2;letter-spacing:-.01em}h1{font-size:2rem}@media(min-width:768px){h1{font-size:2.75rem}}h2{font-size:1.5rem}@media(min-width:768px){h2{font-size:1.875rem}}a{color:inherit;text-decoration:none}html{height:100%}body{display:flex;flex-direction:column;width:100%;min-height:100%;background-color:var(--surface-1);color:var(--text-1)}body>main{flex-grow:1;width:100%}header{position:sticky;top:0;z-index:50;background-color:var(--surface-1);border-bottom:1px solid var(--surface-2)}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1536px;margin:0 auto;padding:0 1.5rem;height:4rem}.site-title{font-family:Georgia,times new roman,serif;font-size:1.1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-1);white-space:nowrap}.nav-desktop{display:none;gap:2rem;align-items:center}@media(min-width:1024px){.nav-desktop{display:flex}}.nav-link{font-size:.875rem;font-family:system-ui,sans-serif;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2);transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--text-1)}.menu-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:0 0;border:none;cursor:pointer;color:var(--text-1);border-radius:.5rem}@media(min-width:1024px){.menu-toggle{display:none}}.nav-mobile{position:fixed;inset:4rem 0 0 0;z-index:40;background-color:var(--surface-1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem}@media(min-width:1024px){.nav-mobile{display:none!important}}.nav-mobile-link{font-family:Georgia,times new roman,serif;font-size:1.75rem;font-weight:700;color:var(--text-2);transition:color .2s}.nav-mobile-link:hover,.nav-mobile-link.active{color:var(--text-1)}.hidden{display:none!important}.hero{position:relative;width:100%;height:100svh;overflow:hidden;background-color:var(--surface-1)}.hero-inner{display:block;width:100%;height:100%;position:relative}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,RGB(0 0 0/.7) 0%,RGB(0 0 0/.2) 40%,transparent 70%);pointer-events:none}.hero-caption{position:absolute;bottom:2.5rem;left:2rem;right:2rem;color:#fff}@media(min-width:768px){.hero-caption{bottom:3.5rem;left:4rem}}.hero-label{font-size:.75rem;font-family:system-ui,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:.5rem}.hero-title{font-family:Georgia,times new roman,serif;font-size:2rem;font-weight:700;color:#fff;line-height:1.1}@media(min-width:768px){.hero-title{font-size:3rem}}.hero-site-title{font-family:Georgia,times new roman,serif;font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1}@media(min-width:768px){.hero-site-title{font-size:4rem}}.albums-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;max-width:1280px;margin:3rem auto 4rem;padding:0 1.5rem}@media(min-width:640px){.albums-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.albums-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.album-card{display:flex;flex-direction:column;gap:.75rem;cursor:pointer}.album-card-figure{position:relative;aspect-ratio:3/2;width:100%;overflow:hidden;border-radius:.75rem;background-color:var(--surface-2)}.album-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:block}.album-card:hover .album-card-img{transform:scale(1.04)}.album-card-info{padding:0 .25rem}.album-card-title{font-family:Georgia,times new roman,serif;font-size:1.1rem;font-weight:700;color:var(--text-1);line-height:1.3;margin-bottom:.25rem}.album-card-meta{font-family:system-ui,sans-serif;font-size:.8125rem;color:var(--text-2);letter-spacing:.02em}.page-title{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1024px;margin:3rem auto 2rem;padding:0 1.5rem;text-align:center}.page-title h1,.page-title h2{color:var(--text-1)}.page-title p{color:var(--text-2);font-size:1rem;line-height:1.6}section.gallery{padding:0;max-width:1536px;margin:0 auto 4rem}@media(min-width:640px){section.gallery{padding:0 1.5rem}}.gallery-item{cursor:zoom-in}.prose{max-width:720px;margin:3rem auto 4rem;padding:0 1.5rem;color:var(--text-1);line-height:1.8}.prose p{margin:1.25em 0}.prose h2,.prose h3{margin:2em 0 .75em;color:var(--text-1)}.prose a{color:var(--text-1);text-decoration:underline;text-underline-offset:3px}.prose img{width:100%;margin:2em 0;border-radius:.5rem}.prose ul{padding-left:1.5em;list-style:disc}.prose ul li{margin:.4em 0}.related-section{margin-top:5rem}footer{border-top:1px solid var(--surface-2);padding:2rem 1.5rem;color:var(--text-2);font-size:.8125rem}.footer-copy{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem}.footer-copy a:hover{color:var(--text-1);text-decoration:underline}section.social-icons{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}section.social-icons a{color:var(--text-2);transition:color .2s}section.social-icons a:hover{color:var(--text-1)}.group[aria-expanded=true] .group-aria-expanded\:block{display:block}.group[aria-expanded=true] .group-aria-expanded\:hidden{display:none}@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.album-card{animation:fadeIn .4s ease both}.albums-grid .album-card:nth-child(1){animation-delay:.05s}.albums-grid .album-card:nth-child(2){animation-delay:.1s}.albums-grid .album-card:nth-child(3){animation-delay:.15s}.albums-grid .album-card:nth-child(4){animation-delay:.2s}.albums-grid .album-card:nth-child(5){animation-delay:.25s}.albums-grid .album-card:nth-child(6){animation-delay:.3s}.lazyloaded{animation:fadeIn .3s ease both}/*!PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com*/.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary:rgba(255, 255, 255, 0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:transparent}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration)cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:0 0;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:0 0;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:0 0;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.pswp__dynamic-caption{color:#fff;position:absolute;width:100%;left:0;top:0;transition:opacity 120ms linear!important}.pswp-caption-content{display:none}.pswp__dynamic-caption a{color:#fff}.pswp__dynamic-caption--faded{opacity:0!important}.pswp__dynamic-caption--aside{width:auto;max-width:300px;padding:20px 15px 20px 20px;margin-top:70px}.pswp__dynamic-caption--below{width:auto;max-width:700px;padding:15px 0 0}.pswp__dynamic-caption--on-hor-edge{padding-left:15px;padding-right:15px}.pswp__dynamic-caption--mobile{width:100%;background:rgba(0,0,0,.5);padding:10px 15px;right:0;bottom:0;top:auto!important;left:0!important}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 300ms}img.lazyload:not([src]){visibility:hidden}