.hero-layout{display:flex;flex-direction:column;text-align:center;gap:24px}.hero{min-height:0;padding-top:42px}.hero h1{font-size:48px;margin-bottom:12px}.hero .phrase{margin:10px 0}.hero-layout>div:last-child{width:100%;max-width:640px;min-width:0}.hero .placeholder{min-height:240px;aspect-ratio:auto;width:100%}.hero-layout p:last-child{margin-bottom:0}.hero-layout img{width:100%;height:auto}.woocommerce .single_add_to_cart_button{margin-top:20px}.woocommerce .quantity{margin-top:16px}
.woocommerce table .product-thumbnail{width:80px}.woocommerce table .product-thumbnail img{width:64px;height:80px;object-fit:contain}.woocommerce-cart .cart_totals h2{font-size:22px}@media(max-width:800px){.woocommerce table .product-thumbnail{display:none}.woocommerce table .product-name{width:36%}.woocommerce table .product-quantity input{width:54px}}
.brand-mark{display:block;width:280px;line-height:0}.brand-mark img{display:block;width:100%;height:auto;aspect-ratio:2/1}.site-header{height:188px}.site-footer{grid-template-columns:minmax(280px,1fr) 2fr}.site-footer .footer-links{align-content:start}.skip:focus{top:4px}@media(max-width:800px){.brand-mark{width:256px}.site-header{height:176px}.site-footer{grid-template-columns:1fr}}@media(max-width:480px){.brand-mark{width:240px}.site-header{height:168px}}
.hero-tagline{white-space:nowrap}@media(max-width:480px){.hero-tagline{white-space:normal}}
.home-illustration{display:block;width:100%;height:auto}
.photography-hero .hero-layout>.hero-photo{max-width:1320px;aspect-ratio:2/1;overflow:hidden}.photography-hero .hero-photo .placeholder{height:100%;min-height:0;aspect-ratio:auto}.photography-hero .hero-photo-image{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--hero-position,center center)}.photography-hero .hero-photo--contain:has(img){aspect-ratio:auto}.photography-hero .hero-photo--contain .hero-photo-image{height:auto;object-fit:contain}@media(max-width:800px){.photography-hero .hero-layout>.hero-photo{aspect-ratio:3/2}.photography-hero .hero-photo--contain:has(img){aspect-ratio:auto}}
.artwork-hero {
    position: relative;
    padding: 0;
    min-height: 0;
}
.artwork-hero .hero-photo {
    width: 100%;
    aspect-ratio: 1983 / 793;
    overflow: hidden;
}
.artwork-hero .hero-photo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--hero-position, center center);
}
.artwork-hero .hero-photo--contain:has(img) { aspect-ratio: auto; }
.artwork-hero .hero-photo--contain .hero-photo-image { height: auto; object-fit: contain; }
.artwork-hero .placeholder { height: 100%; min-height: 0; }
.artwork-hero .hero-copy {
    position: absolute;
    top: 9%;
    left: 0;
    width: 100%;
    padding: 0 16px;
    text-align: center;
    color: var(--ink);
}
.artwork-hero .hero-copy .phrase { margin: 0 0 8px; font-size: 24px; font-weight: 400; }
.artwork-hero .hero-tagline { margin: 0; font-size: 12px; letter-spacing: 0; }
@media (max-width: 800px) {
    .artwork-hero .hero-photo { aspect-ratio: 16 / 9; }
    .artwork-hero .hero-copy { top: 7%; }
}
@media (max-width: 480px) {
    .artwork-hero .hero-photo { aspect-ratio: 4 / 5; }
    .artwork-hero .hero-copy { top: 6%; }
    .artwork-hero .hero-copy .phrase { font-size: 20px; }
}
