:root{--link-color:#000000;--primary-foreground-color:#000000;--secondary-foreground-color:#999999;--primary-background-color:#ffffff;--secondary-background-color:#eeeeee}@media(prefers-color-scheme:dark){:root{--link-color:#ffffff;--primary-foreground-color:#ffffff;--secondary-foreground-color:#999999;--primary-background-color:#171616;--secondary-background-color:#222}}body{background-color:var(--primary-background-color);color:var(--primary-foreground-color);font-family:Helvetica,sans-serif;line-height:1.6;margin:auto;max-width:900px;padding:1rem}h1{text-align:center}a{color:var(--link-color);text-decoration:underline}a:hover{text-decoration:underline}img{max-width:100%}header{margin-bottom:1rem}header.navigation a{text-decoration:none}header.navigation a:hover{text-decoration:underline}header.navigation h1{border:0;font-size:4em;margin:0;text-align:center}header.navigation img{display:block;margin:auto}header.navigation nav ul{list-style:none;padding:0;text-align:center}header.navigation nav ul li{display:inline;margin-right:1rem}header.navigation nav ul li:last-child{margin-right:0}.logo{width:300px;padding:1rem}@media(prefers-color-scheme:dark){.logo{filter:invert(100%)sepia(0%)saturate(1%)hue-rotate(331deg)brightness(104%)contrast(101%)}}@media screen and (max-width:600px){header.navigation h1{font-size:3em}}main{text-align:center;margin-bottom:4rem}footer{font-size:.9rem;margin-top:1rem;text-align:center;font-weight:200}footer ul{padding:0;margin:0}footer li{display:inline;list-style:none}footer li:not(:last-child){margin-right:.6em}footer p{margin-bottom:0}artwork-container{display:block;width:fit-content;margin:auto;margin-bottom:2rem}artwork-container img{max-width:100%;max-height:100vh;height:auto;width:auto;margin:auto}artwork-description{display:block;text-align:center;max-width:600px;margin:auto;margin-bottom:2rem}.gallery-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;align-items:center;margin-top:1rem;margin-bottom:4rem}.gallery-grid.prefer-4{grid-template-columns:1fr 1fr 1fr 1fr}@media screen and (max-width:600px){.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid.prefer-4{grid-template-columns:1fr 1fr 1fr}}.gallery-item img{width:100%;height:auto;object-fit:contain;display:block}table.properties{margin-left:auto;margin-right:0;border-collapse:collapse;font-weight:200}table.properties th{text-align:right;font-weight:200;display:none}table.properties th,table.properties td{padding:.25rem}table.properties td{font-weight:400;text-align:right}table.properties td.title{font-weight:600}.contact{text-align:left}.contact input,.contact>textarea{background-color:var(--secondary-background-color);border:0;color:var(--primary-foreground-color);font-size:16px;padding:.5rem;width:100%}.contact>textarea{height:120px}.contact button{font-size:16px}