html,
body {
    min-height: 100%;
}

.home-hero {
    background: #f7f8f5;
    border-bottom: 1px solid rgba(24, 35, 28, .1);
}

.home-kicker {
    color: #5b684c;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-title {
    color: #17211b;
    font-size: clamp(2.1rem, 5vw, 4.25rem);
    line-height: 1;
}

.home-visual {
    aspect-ratio: 1;
    background: #ffffff;
    border: 1px solid rgba(24, 35, 28, .08);
    box-shadow: 0 20px 55px rgba(24, 35, 28, .12);
    max-width: 360px;
}

.membership-option {
    border: 1px solid rgba(24, 35, 28, .12);
    border-radius: 8px;
    color: #17211b;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.membership-option:hover,
.membership-option:focus {
    border-color: #5b684c;
    box-shadow: 0 16px 38px rgba(24, 35, 28, .12);
    color: #17211b;
    transform: translateY(-2px);
}

.membership-price {
    color: #8a641d;
    font-size: 1.55rem;
}

.home-panel {
    background: #ffffff;
    border: 1px solid rgba(24, 35, 28, .12);
    border-radius: 8px;
}

.home-muted {
    color: #5f675f;
}
