:root{--bg: #fff;--text: #333;--gap: 1rem;--card-min: 18em}*,*:before,*:after{box-sizing:border-box}html{line-height:1.4;-webkit-text-size-adjust:100%;font-family:din-2014,ui-sans-serif,system-ui,sans-serif;height:100%}body{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text)}#root{min-height:100dvh;display:grid;padding:var(--gap);grid-template-columns:1fr;grid-template-rows:[header-row] minmax(10rem,10dvh) [content-row] 1fr [footer-row] 1em;column-gap:1em;row-gap:1em;max-width:100%;overflow-x:hidden;header{grid-row:header-row}main{grid-row:content-row}footer{grid-row:footer-row}}header{display:flex;justify-content:space-between;align-items:flex-end;nav{display:flex;gap:var(--gap);font-size:clamp(1.2rem,3vw,1.8rem);text-transform:uppercase;a{text-decoration:none}}}header{a:has(.logo){display:block;height:100%;width:auto}.logo{height:100%;width:auto}}footer{text-align:end;font-size:.875rem}h1,h2,h3{font-weight:400;text-transform:uppercase;margin:0 0 .5em}h1{font-size:clamp(2rem,5vw,4rem)}h2{font-size:clamp(1.2rem,3vw,1.8rem)}h3{font-size:.9rem;color:var(--text)}a{color:var(--text);&[target=_blank]:after{content:" ↗"}}p{margin:0 0 .5em;line-height:1.5}.home .hero{width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover}.gallery{display:flex;flex-direction:column;gap:3rem;.series{display:flex;flex-direction:row;gap:calc(var(--gap) * 2);.details{flex:0 0 20dvw;min-width:10em;max-width:16em}.images{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--card-min),1fr));gap:var(--gap);flex:1 1 0;.postcard{display:block;figure{margin:0;padding:0}img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;transition:opacity .15s ease}&:hover img{opacity:.8}}}}}.lightbox{position:fixed;inset:0;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1000;&:target{opacity:1;pointer-events:auto}.backdrop{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#000000eb}img{max-width:90vw;max-height:80vh;object-fit:contain;position:relative}.close{position:absolute;top:.5rem;right:1rem;font-size:3rem;color:#fff;text-decoration:none;line-height:1;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;z-index:1}.caption{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#fff;font-size:.95rem;text-align:center;max-width:80vw;z-index:1}}.instagram{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;align-items:flex-start;section{text-align:center}p{font-size:1.5rem;margin-top:1rem}}.shop{section{max-width:30rem;margin-top:5rem;margin-inline:auto}}@media(max-width:48em){:root{--card-min: 9em}#root{grid-template-rows:[header-row] 5rem [content-row] 1fr [footer-row] 1em}header{nav{font-size:1rem!important}}.series{display:block!important;gap:var(--gap);.details{flex:none;max-width:none}}}
