/* Chester Crafts custom additions */

.img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    background: #f0ede7;
    border: 2px dashed #c9c2b4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8a8275;
    font-size: 0.95rem;
    padding: 1rem;
}

.img-placeholder.hero {
    min-height: 320px;
}

.img-placeholder.square {
    aspect-ratio: 1 / 1;
    min-height: 0;
}

.brand-name {
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0.02em;
}
