/* ==== RESET ==== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
p {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
.donorbrain-title {
    font-family: 'Anton', sans-serif;
    font-size: clamp(4rem, 12vw, 10rem);
    letter-spacing: 0.02em;
    color: #c82118;
    /* zelfde rood als in de poster */
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    text-align: center;
}

/* Optioneel – voor subtiel drukwerkgevoel */
.cinema-title {
    -webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.1);
}
/* ==== BASE STYLES ==== */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #111;
    background-color: #fdfcf9;
    text-align: center;
    line-height: 1.4;
    padding: 0 1rem;
}
body {
    background-color: #fdfcf9;
    background-image: radial-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    background-size: 3px 3px;
}
/* ==== HEADER ==== */
.hero {
    padding-top: 8vh;
    padding-bottom: 6vh;
}

.eyebrow {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.title {
    font-size: clamp(3rem, 10vw, 7rem);
    font-weight: 900;
    color: #c82118;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
}

.subtitle {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.9rem;
    color: #111;
}
.ascii-link {
    text-align: center;
    margin: 4rem 0;
    font-family: 'Courier New', monospace;
    color: #000;
}

.ascii-link pre {
    display: inline-block;
    background: #f5f5f5;
    padding: 1rem 2rem;
    border-radius: 6px;
    line-height: 1.4;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.ascii-link-text {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.ascii-link pre:hover {
    background: #000;
    color: #fff;
}

.ascii-link pre:hover a {
    color: #fff;
}
/* ========== INFO SECTION (poster-style) ========== */
.info {
    max-width: 500px;
    margin: 2rem auto 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Roboto Mono', monospace;
    /* geeft die typemachine-look */
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: #111;
}

.info p {
    margin: 0;
}

.info strong {
    font-weight: 700;
}

.info-col.left {
    text-align: left;
}

.info-col.right {
    text-align: right;
}

.soldout {
    color: #c82118;
    font-weight: 700;
}

.highlight {
    color: #c82118;
    font-weight: 600;
}
/* Zorg dat oude nth-child regels niets meer doen:
   verwijder/override ze, en gebruik alleen onderstaande classes. */

/* Canvas */
.db-poster {
    position: relative;
    /* width: min(90vw, 800px); */
    width: 100%;
    height: 20vh;
    margin: 0 auto;
    background: #ecebe5;
    overflow: hidden;
    padding: 4vw;
    box-sizing: border-box;
}
/* Subcopy */
.db-quote {
    position: absolute;
    right: 4vw;
    top: 50%;
    font: 400 0.9rem/1.4 Arial, system-ui, sans-serif;
    color: #111;
    max-width: 220px;
    text-align: right;
}

.db-author {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translateX(-50%);
    font: 400 0.75rem/1.2 Arial, system-ui, sans-serif;
    color: #111;
}

.db-credit {
    position: absolute;
    left: 4vw;
    bottom: 4vw;
    font: 400 0.75rem/1.2 Arial, system-ui, sans-serif;
    color: #111;
}

/* Responsiveness */
@media (max-width: 640px) {
    .db-poster {
        height: auto;
        padding: 10vw 6vw;
    }

    .db-title {
        position: relative;
        text-align: center;
    }

    .db-quote,
    .db-author,
    .db-credit {
        position: static;
        text-align: center;
        margin-top: 1.25rem;
    }
}
/* ==== VISUALS ==== */
.visuals {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 4rem auto;
    max-width: 500px;
}

.visual img {
    border: 1px solid #000;
}
.contact-section {
    margin: 4rem auto;
    text-align: center;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.5px;
}

.contact-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-social {
    display: flex;
    gap: 1.5rem;
}

.social-link {
    color: #000;
    transition: opacity 0.3s ease;
}

.social-link:hover {
    opacity: 0.6;
}

.contact-info {
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.6;
}

.contact-link {
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-link:hover {
    opacity: 0.6;
}
/* ==== FOOTER ==== */
footer {
    margin-top: 6rem;
    padding-bottom: 4rem;
    font-size: 0.8rem;
    color: #555;
}

/* ==== RESPONSIVE ==== */
/* Zorgt dat spacing en balans op mobiel behouden blijft */
@media (max-width: 640px) {
    .info {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        text-align: center;
    }
}