/* Wings Global Escapes — base styles */
[x-cloak] { display: none !important; }

html { scroll-behavior: smooth; }

.hero-slide {
    animation: fadeSlide 0.7s ease;
}

@keyframes fadeSlide {
    from { opacity: 0.4; transform: scale(1.02); }
    to { opacity: 1; transform: scale(1); }
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
}

/* Solid header bar on inner pages without full-bleed hero */
body.inner-page header {
    position: relative;
    background: #0c1f2e;
}

body.inner-page header .drop-shadow {
    filter: none;
}
