*,*:after,*:before{margin:0;padding:0;box-sizing:border-box;accent-color:var(--color-gold)}a{text-decoration:none;color:currentColor}b,strong{font-weight:var(--font-bold)}button{background:none;border:0;cursor:pointer}em,i{font-style:italic}hr{border:0;height:3px;background:var(--color-white);width:2rem}iframe{border:0}img{max-width:100%}table{font-variant-numeric:tabular-nums}:focus-visible{--outline-color:var(--color-text);--outline-offset:var(--spacing-1);--outline:var(--spacing-1) solid var(--outline-color);outline:var(--outline);outline-offset:var(--outline-offset);border-radius:var(--rounded)}@font-face{font-family:'LektoratDisplay';src:url(/assets/fonts/LektoratDisplay_var-Oblique.woff2) format('woff2');font-weight:400;font-style:italic}@font-face{font-family:'LektoratDisplay';src:url(/assets/fonts/LektoratDisplay_var-Upright.woff2) format('woff2');font-weight:400;font-style:normal}@font-face{font-family:'Lektorat';src:url(/assets/fonts/LektoratText_var-Oblique.woff2) format('woff2');font-weight:100 900;font-style:italic}@font-face{font-family:'Lektorat';src:url(/assets/fonts/LektoratText_var-Upright.woff2) format('woff2');font-weight:100 900;font-style:normal}html{font-family:var(--font-family-text);-webkit-font-smoothing:antialiased}:root{--color-black:#1C1C1C;--color-white:#f3f1eb;--color-gray:#333;--color-gold:#b38f5d;--color-gold-dark:#8A683B;--color-text:var(--color-white);--color-text-dimmed:rgba(from currentColor r g b / .75);--color-text-gold:var(--color-gold)}:root{--font-family-display:'LektoratDisplay', system-ui, sans-serif;--font-family-text:'Lektorat', system-ui, sans-serif}:root{--font-bold:600;--font-semibold:500;--font-light:100}:root{--rounded-xs:.25rem;--rounded-sm:.5rem;--rounded:1rem}:root{--spacing-0:0;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-24:6rem;--spacing-32:8rem;--spacing-36:9rem;--spacing-40:10rem;--spacing-44:11rem;--spacing-48:12rem}:root{--text-xs:.95rem;--text-sm:.975rem;--text-md:1rem;--text-lg:1.25rem;--text-xl:1.75rem;--text-2xl:2.25rem;--text-3xl:2.75rem}@media (min-width:30rem){:root{--text-xs:.975rem;--text-sm:1rem;--text-md:1.25rem;--text-lg:1.5rem;--text-xl:2rem;--text-2xl:2.5rem;--text-3xl:3rem}}.album-grid{--min-width:50%;--row-height:20vh;--max-row-height:100vh;gap:var(--spacing-6);display:flex;flex-wrap:wrap}@media screen and (min-width:30rem){.album-grid{--min-width:33.33%}}@media screen and (min-width:45rem){.album-grid{--min-width:25%}}@media screen and (min-width:60rem){.album-grid{--min-width:20%}}@media screen and (min-width:90rem){.album-grid{--min-width:16.66%}}@media screen and (min-width:120rem){.album-grid{--min-width:15%}}.album-photo{--ratio:calc(var(--w) / var(--h));flex-grow:calc(var(--ratio) * 100);flex-basis:calc(var(--ratio) * var(--row-height));min-width:var(--min-width);list-style:none}.album-photo img{display:block;width:100%;height:100%;min-width:100%;min-height:100%;max-height:var(--max-row-height);object-fit:cover;background:var(--color-gray);border-radius:var(--rounded-sm)}.album-photo{position:relative}.album-photo .image-link:after{content:attr(data-tooltip);position:absolute;bottom:0;left:0;margin:var(--spacing-3);padding:var(--spacing-3) var(--spacing-4);max-width:15rem;line-height:1.5;background:rgba(from var(--color-black) r g b / .8);backdrop-filter:blur(10px);border-radius:var(--rounded-xs);text-wrap:balance;text-wrap:pretty;opacity:0;font-size:var(--text-xs);transition:opacity .3s}.album-photo .image-link:hover:after{opacity:1}html{height:100%;font-weight:400;font-style:normal;overflow:hidden;color:var(--color-white);background:var(--color-black)}body{display:flex;flex-direction:column;height:100%}img{border-radius:.5rem}.header{--padding:.75rem;position:relative;height:3rem;background:var(--color-black);color:var(--color-white);flex-shrink:0;display:flex;align-items:center;border-bottom:1px solid rgb(0 0 0 / .3)}@media screen and (min-width:45rem){.header{--padding:1.5rem}}.logo{padding:var(--padding);flex-shrink:0}.logo svg{height:1.75rem}.menu{display:flex;align-items:center;flex-grow:1;overflow:hidden}.menu a{text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:45vw}.menu a:first-child,.menu a:nth-child(3){flex-shrink:0}.menu a::before{content:"/";color:#777;padding:0 .25rem}.menu a:first-child::before{display:none}.photographer{text-decoration:none;padding:var(--padding);white-space:nowrap;flex-shrink:0;margin-left:var(--padding)}.main{flex-grow:1;background:var(--color-black);overflow-y:scroll;overflow-x:hidden}