body {
    font-family: 'Merriweather', serif;
    background-color: #0f172a;
    color: #cbd5e1;
    overflow-x: hidden;
}

h1, h2, h3, .display-font {
    font-family: 'Playfair Display', serif;
}

.full-h { min-height: 100vh; }
.text-justify-custom { text-align: justify; }

.reveal-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

.img-scale {
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.img-scale:hover {
    transform: scale(1.02);
}

.photo-caption {
    font-family: sans-serif;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 0.5rem;
    font-style: italic;
    border-bottom: 1px solid #334155;
    padding-bottom: 0.5rem;
}

.section-parallax {
    background-image: url('https://sohanews.sohacdn.com/160588918557773824/2026/1/27/cau-vom-1769398806-1769482916921815401353.png');
}