/* Additional custom styles */
@media (max-width: 768px) {
    .font-display { font-size: clamp(2rem, 8vw, 3.5rem); }
}

/* Smooth scroll offset for fixed nav */
section[id] {
    scroll-margin-top: 80px;
}

/* Selection color */
::selection {
    background: rgba(212, 168, 83, 0.3);
    color: #FDF2F0;
}
