.landing_dump {
    display: flex;
    flex-basis: auto;
    gap: 1.25rem;
    align-items: stretch;
}

.landing_dump > div,
.landing_dump > aside {
    margin: 1rem;
    width: 50%;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
}


.blurbbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: .25rem;
    padding: 2rem;
    gap: 1.25rem;
    font-size: 1.1rem;
    line-height: 1.65;
}

.reel-column {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.25rem;
}

.reel-title {
    text-align: center;
    font-size: clamp(1.3rem, 2vw, 1.65rem);
}

.reel-column .photobox {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: .25rem;
}

.hero-title {
    width: 100%;
    text-align: center;
    font-size: clamp(1.85rem, 2.9vw, 2.55rem);
    letter-spacing: 0.06em;
}

.hero-actions {
    width: 100%;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.home-store-status {
    width: 100%;
    display: flex;
    gap: 0.55rem;
    align-items: center;
    justify-content: center;
}

.store-status {
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-status-open {
    background: #2e7d32;
}

.store-status-closed {
    background: #b71c1c;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #222;
    border-radius: 0.35rem;
    padding: 0.65rem 1rem;
    min-height: 2.5rem;
    transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.cta-button:hover {
    transform: translateY(-1px);
}

.cta-primary {
    background-color: #222;
    color: #fff;
}

.cta-primary:hover {
    background-color: #444;
}

.cta-secondary {
    background-color: #fff;
    color: #222;
}

.cta-secondary:hover {
    background-color: #f2f2f2;
}

.clag-target {
    text-align: center;
    padding: 2rem;
    font-weight: 1500;
}


.minimark {
    margin: auto;
    width: min(300px, 72%);
    align-self: center;
}

@media (max-width: 768px) {
    .landing_dump {
        flex-direction: column;
    }

    .landing_dump > div,
    .landing_dump > aside {
        width: 100%;
    }

    .blurbbox {
        aspect-ratio: auto;
        padding: 1.25rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.7rem;
    }

    .cta-button {
        width: 100%;
    }
}


.home-month-calendar {
    width: 100%;
}
