.message-page {
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 52%),
        linear-gradient(180deg, #fbf7f1 0%, #fffdf8 44%, #f7f1e9 100%);
}

.message-section {
    padding-bottom: 72px;
}

.message-container {
    max-width: 760px;
}

.message-heading {
    text-align: center;
}

.message-title {
    color: var(--color-secondary);
    font-family: var(--font-serif);
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 600;
    letter-spacing: 0.08em;
}

.message-subtitle {
    color: #5f554d;
    font-size: 1rem;
    margin-top: 16px;
}

.message-divider {
    background: linear-gradient(90deg, rgba(201, 168, 76, 0), rgba(201, 168, 76, 0.95), rgba(201, 168, 76, 0));
    display: block;
    height: 2px;
    margin: 28px auto 0;
    width: 72px;
}

.message-copy {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 27, 26, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(31, 27, 26, 0.08);
    margin-top: 42px;
    padding: 48px 52px;
}

.message-copy p {
    color: #3c342f;
    font-size: 0.98rem;
    line-height: 2.15;
}

.message-copy p + p {
    margin-top: 1.4em;
}

.message-signature {
    margin-top: 2.6em;
    text-align: right;
}

.message-signature p {
    color: #564a43;
    line-height: 1.95;
}

@media (max-width: 820px) {
    .message-copy {
        padding: 38px 28px;
    }
}

@media (max-width: 640px) {
    .message-section {
        padding-top: 72px;
    }

    .message-copy {
        border-radius: 22px;
        padding: 30px 22px;
    }

    .message-copy p {
        font-size: 0.93rem;
        line-height: 2;
    }
}
