body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.glass-header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: sticky;
    top: 0;
    z-index: 1020;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: #8B4513 !important;
    font-weight: 600;
}

.nav-link.active, .nav-link:hover {
    color: #D2691E !important;
}

.carousel-item {
    height: 70vh;
    min-height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

.glass-caption {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(139, 69, 19, 0.10);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 1.5rem 2rem;
    color: #8B4513;
}

.glass-caption h5 {
    font-size: 2.5rem;
    font-weight: bold;
}

/* Sticky footer layout */
html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.footer {
    margin-top: auto;
}
