html { scroll-behavior: smooth; }
body { background-color: #F5F5DC; color: #0F0F0F; }

.form-input { 
    background: transparent; 
    border: none; 
    border-bottom: 2px solid rgba(245,245,220,0.3); 
    outline: none; 
    padding: 1rem 0; 
    width: 100%; 
    transition: border-color 0.3s; 
    font-size: 1.2rem; 
    font-family: 'Playfair Display', serif; 
    margin-bottom: 1.5rem; 
    color: white; 
}
.form-input:focus { 
    border-color: #E29F41; 
}

.gs-reveal { 
    clip-path: inset(100% 0 0 0); 
}

.stack-card { 
    transition: filter 0.3s ease; 
    transform-origin: center top; 
    will-change: transform, filter;
}
