.hetty-page {
    background: #000;
    padding: 40px 40px 80px;
    color: var(--color-white);
}


.hetty-title {
    text-align: center;
    color: var(--color-magenta);
    margin-bottom: 20px;
}

.hetty-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.hetty-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.hetty-gallery img {
    width: 100%;
    max-width: 300px;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid var(--color-magenta);
}


.hetty-video {
    max-width: 700px;
    margin: 40px auto 50px; /* adds space ABOVE the video */
}


.hetty-video video {
    width: 100%;
    border-radius: 6px;
    border: 2px solid var(--color-magenta);
}


.hetty-section {
    max-width: 800px;
    margin: 0 auto 50px;
}

.hetty-section h2 {
    color: var(--color-magenta);
    margin-bottom: 15px;
}

.hetty-section ul {
    padding-left: 20px;
}

blockquote {
    background: #111;
    padding: 20px;
    border-left: 4px solid var(--color-magenta);
    border-radius: 6px;
}
