html {
    scroll-behavior: smooth;
}

.hero-slide,
.gallery-slide {
    display: none;
}

.hero-slide.active,
.gallery-slide.active {
    display: block;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
}

.text-balance {
    text-wrap: balance;
}

.prose h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.05;
}

.prose h3 {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 900;
}

.prose p {
    margin-bottom: 1.25rem;
    color: #475569;
    line-height: 1.8;
}
