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

html, body {
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* ============================================
   Wrapper
   ============================================ */

.graphic-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* ============================================
   Header
   ============================================ */

.graphic-header {
    padding: 16px 16px 12px;
}

.graphic-title {
    font-family: 'Glacial Indifference', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 5vw, 52px);
    line-height: 1.05;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    letter-spacing: -0.02em;
}

.graphic-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 2.5vw, 16px);
    line-height: 1.5;
    color: #555;
    margin: 0;
}

/* ============================================
   Footer
   ============================================ */

.graphic-footer {
    padding: 12px 16px 16px;
    border-top: 1px solid #ddd;
    font-size: 12px;
    color: #888;
    line-height: 1.2;
}

.graphic-footer p {
    margin: 0 0 4px 0;
}

/* .graphic-footer .credit {
    font-weight: 500;
    color: #888;
} */