@import "/css/general.css";

.hefner-article {
    margin-bottom: 3rem;
}

.hefner-hero {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--c-bg-light);
}

.hefner-hero-copy {
    max-width: 920px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.article-date {
    margin-bottom: 0.75rem;
    color: #666;
    font-size: 0.95rem;
}

.hefner-hero h1 {
    margin-bottom: 0.5rem;
    font-size: 5.5rem;
    line-height: 0.95;
}

.hefner-deck {
    margin: 0 auto;
    max-width: 720px;
    color: #555;
    font-size: 1.25rem;
    line-height: 1.45;
}

.hefner-copy {
    max-width: 920px;
    margin: 0 auto;
}

.hefner-copy p {
    margin: 0;
    padding: 0 0 1.25rem;
    font-size: 1.15rem;
    line-height: 1.75;
}

.hefner-copy h2 {
    margin: 2.25rem 0 1rem;
    font-size: 2rem;
    line-height: 1.15;
}

.hefner-lede {
    color: #2b2b2b;
    font-size: 1.35rem !important;
    line-height: 1.65 !important;
}

.hefner-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1rem 0 1.75rem;
}

.hefner-image-grid figure,
.hefner-feature {
    margin: 1rem 0 1.75rem;
}

.hefner-image-grid img,
.hefner-feature img,
.hugh-hefner-photo {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 10px solid var(--c-bg-light);
}

.hefner-image-grid img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.hefner-feature img {
    aspect-ratio: 1170 / 700;
    object-fit: cover;
}

.hefner-copy blockquote {
    margin: 2rem 0;
    padding: 1rem 1.25rem;
    color: #444;
    border-left: 0.5rem solid var(--c-bg-light);
    background: #f7f7f7;
    font-family: Georgia, serif;
    font-size: 1.65rem;
    font-style: italic;
    line-height: 1.35;
}

.hefner-rip {
    text-align: center;
}

@media (max-width: 767.98px) {
    .hefner-hero h1 {
        font-size: 3rem;
    }

    .hefner-image-grid {
        grid-template-columns: 1fr;
    }

    .hefner-copy p {
        font-size: 1.05rem;
    }

    .hefner-lede {
        font-size: 1.15rem !important;
    }

    .hefner-copy blockquote {
        font-size: 1.35rem;
    }
}
