* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Playfair Display', 'Georgia', serif;
    line-height: 1.6;
    color: #000;
    background: 
        /* Dramatic diagonal brush strokes */
        linear-gradient(25deg, 
            transparent 0%, 
            rgba(75, 85, 99, 0.25) 15%, 
            rgba(55, 65, 81, 0.3) 25%, 
            transparent 35%
        ),
        linear-gradient(135deg, 
            transparent 30%, 
            rgba(75, 85, 99, 0.2) 45%, 
            rgba(55, 65, 81, 0.25) 55%, 
            transparent 70%
        ),
        linear-gradient(-45deg, 
            transparent 60%, 
            rgba(55, 65, 81, 0.15) 70%, 
            rgba(75, 85, 99, 0.2) 80%, 
            transparent 90%
        ),
        /* Bold sweep across the page */
        linear-gradient(75deg, 
            transparent 0%, 
            rgba(75, 85, 99, 0.4) 20%, 
            rgba(55, 65, 81, 0.5) 30%, 
            rgba(75, 85, 99, 0.4) 40%, 
            transparent 50%
        ),
        /* Base light gray color */
        linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        /* Textured brush stroke effect */
        repeating-linear-gradient(
            15deg,
            transparent 0px,
            rgba(75, 85, 99, 0.1) 2px,
            rgba(55, 65, 81, 0.08) 4px,
            transparent 6px,
            transparent 20px
        ),
        repeating-linear-gradient(
            105deg,
            transparent 0px,
            rgba(75, 85, 99, 0.08) 1px,
            transparent 3px,
            transparent 25px
        );
    background-attachment: fixed;
    pointer-events: none;
    z-index: -1;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        /* Dramatic paint splatter effect */
        radial-gradient(ellipse 400px 200px at 20% 30%, rgba(75, 85, 99, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse 300px 500px at 80% 20%, rgba(55, 65, 81, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 600px 300px at 70% 80%, rgba(75, 85, 99, 0.1) 0%, transparent 65%),
        radial-gradient(ellipse 200px 400px at 30% 70%, rgba(55, 65, 81, 0.08) 0%, transparent 50%);
    background-attachment: fixed;
    pointer-events: none;
    z-index: -2;
}

/* Logo Section */
.logo-section {
    text-align: center;
    padding: 80px 20px 60px;
    position: relative;
    background: 
        /* Massive diagonal brush sweeps */
        linear-gradient(20deg, 
            transparent 0%, 
            rgba(75, 85, 99, 0.4) 10%, 
            rgba(55, 65, 81, 0.6) 25%, 
            rgba(75, 85, 99, 0.5) 40%, 
            transparent 55%
        ),
        linear-gradient(160deg, 
            transparent 0%, 
            rgba(55, 65, 81, 0.3) 15%, 
            rgba(75, 85, 99, 0.5) 30%, 
            rgba(55, 65, 81, 0.4) 45%, 
            transparent 60%
        ),
        linear-gradient(-30deg, 
            transparent 20%, 
            rgba(75, 85, 99, 0.3) 40%, 
            rgba(55, 65, 81, 0.5) 55%, 
            rgba(75, 85, 99, 0.4) 70%, 
            transparent 85%
        ),
        /* Bold crisscross pattern */
        linear-gradient(45deg, 
            rgba(75, 85, 99, 0.2) 0%, 
            transparent 20%, 
            rgba(55, 65, 81, 0.3) 40%, 
            transparent 60%, 
            rgba(75, 85, 99, 0.2) 80%, 
            transparent 100%
        ),
        /* Rich base */
        radial-gradient(ellipse at center, rgba(248, 246, 240, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
    position: relative;
    border-bottom: 3px solid rgba(75, 85, 99, 0.4);
    box-shadow: 0 8px 40px rgba(75, 85, 99, 0.2);
    overflow: hidden;
}

.logo-section::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -20px;
    right: -20px;
    height: 50px;
    background: 
        /* Massive bold brush strokes across top */
        linear-gradient(12deg, 
            rgba(75, 85, 99, 0.3) 0%, 
            rgba(55, 65, 81, 0.7) 15%, 
            rgba(75, 85, 99, 0.9) 30%, 
            rgba(55, 65, 81, 0.8) 50%, 
            rgba(75, 85, 99, 0.6) 70%, 
            rgba(55, 65, 81, 0.4) 85%, 
            transparent 100%
        ),
        linear-gradient(-25deg, 
            transparent 0%, 
            rgba(55, 65, 81, 0.5) 20%, 
            rgba(75, 85, 99, 0.8) 40%, 
            rgba(55, 65, 81, 0.6) 60%, 
            transparent 80%
        ),
        /* Wild brush texture */
        repeating-linear-gradient(
            65deg,
            rgba(75, 85, 99, 0.4) 0px,
            rgba(55, 65, 81, 0.5) 3px,
            transparent 6px,
            transparent 12px
        );
    transform: skewY(-2deg);
    z-index: 1;
}

.logo-section::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -30px;
    right: -30px;
    height: 40px;
    background: 
        /* Dramatic sweeping brush */
        linear-gradient(-8deg, 
            rgba(55, 65, 81, 0.2) 0%, 
            rgba(75, 85, 99, 0.6) 20%, 
            rgba(55, 65, 81, 0.8) 40%, 
            rgba(75, 85, 99, 0.9) 60%, 
            rgba(55, 65, 81, 0.7) 80%, 
            rgba(75, 85, 99, 0.4) 100%
        ),
        linear-gradient(35deg, 
            transparent 0%, 
            rgba(75, 85, 99, 0.5) 25%, 
            rgba(55, 65, 81, 0.7) 50%, 
            rgba(75, 85, 99, 0.6) 75%, 
            transparent 100%
        ),
        /* Intense brush texture */
        repeating-linear-gradient(
            -80deg,
            rgba(55, 65, 81, 0.3) 0px,
            rgba(75, 85, 99, 0.4) 4px,
            transparent 8px,
            transparent 15px
        );
    transform: skewY(2deg);
    z-index: 1;
}

.logo-img {
    max-height: 120px;
    max-width: 400px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Hero Carousel Section */
.hero-section {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 80px;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    border-radius: 12px;
    padding: 0 20px;
}

.hero-section .carousel-container {
    border-radius: 12px;
    overflow: hidden;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: rgba(75, 85, 99, 1);
    transform: scale(1.2);
}

.dot:hover {
    background-color: rgba(75, 85, 99, 0.8);
}

/* Studio Features Section */
.features-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin: 0 auto;
    max-width: 1000px;
}

.feature-tile {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(75, 85, 99, 0.1);
    border: 1px solid rgba(75, 85, 99, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.feature-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(75, 85, 99, 1), rgba(55, 65, 81, 1));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(75, 85, 99, 0.2);
    background: rgba(255, 255, 255, 1);
}

.feature-tile:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 15px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-tile h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.feature-tile p {
    font-family: 'Lora', serif;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Top Navigation */
.top-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.nav-book-btn {
    background: linear-gradient(135deg, rgba(75, 85, 99, 1), rgba(55, 65, 81, 1));
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(75, 85, 99, 0.3);
    display: inline-block;
}

.nav-book-btn:hover {
    background: linear-gradient(135deg, #000, #333);
    transform: translateY(-50%) translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Main Content */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 50px;
    align-items: center;
}

/* Gallery Section */
.gallery-section {
    width: 100%;
}

.gallery-section h2 {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.gallery-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.gallery-container {
    position: relative;
    width: 100%;
    aspect-ratio: 5/4;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f8f8f8;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.gallery-slide.active {
    opacity: 1;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-arrow {
    background: linear-gradient(135deg, rgba(75, 85, 99, 1), rgba(55, 65, 81, 1));
    color: white;
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(75, 85, 99, 0.4);
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.gallery-arrow:hover {
    background: linear-gradient(135deg, #000, #333);
    transform: scale(1.15) translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Reservation Section */
.reservation-section {
    background-color: #fafafa;
    padding: 40px 30px;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.reservation-section h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 25px;
    color: #000;
    text-align: center;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.reservation-section p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: center;
    font-family: 'Lora', serif;
}

/* Pricing Highlight */
.pricing-highlight {
    text-align: center;
    margin-bottom: 30px;
    padding: 25px;
    background: linear-gradient(135deg, rgba(75, 85, 99, 1), rgba(55, 65, 81, 1));
    border-radius: 12px;
    color: white;
    box-shadow: 0 8px 25px rgba(75, 85, 99, 0.3);
    position: relative;
    overflow: hidden;
}

.price {
    display: block;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
}

.price-unit {
    font-size: 1.1rem;
    font-weight: 400;
    opacity: 0.95;
    font-family: 'Lora', serif;
    letter-spacing: 0.5px;
}

/* Call to Action */
.cta-button {
    width: 100%;
    background-color: #000;
    color: white;
    border: none;
    padding: 15px 28px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-family: 'Lora', serif;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    background-color: rgba(75, 85, 99, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(75, 85, 99, 0.4);
}

/* Contact Section */
.contact-section {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 20px;
    text-align: center;
}

.contact-info {
    text-align: center;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
    font-family: 'Lora', serif;
    margin-top: 10px;
}

.contact-info a {
    color: rgba(75, 85, 99, 1);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #000;
    text-decoration: underline;
}

/* Footer */
.footer {
    text-align: center;
    padding: 80px 20px 60px;
    background: 
        /* Massive footer brush sweeps */
        linear-gradient(200deg, 
            transparent 0%, 
            rgba(75, 85, 99, 0.4) 10%, 
            rgba(55, 65, 81, 0.6) 25%, 
            rgba(75, 85, 99, 0.5) 40%, 
            transparent 55%
        ),
        linear-gradient(340deg, 
            transparent 0%, 
            rgba(55, 65, 81, 0.3) 15%, 
            rgba(75, 85, 99, 0.5) 30%, 
            rgba(55, 65, 81, 0.4) 45%, 
            transparent 60%
        ),
        linear-gradient(30deg, 
            transparent 20%, 
            rgba(75, 85, 99, 0.3) 40%, 
            rgba(55, 65, 81, 0.5) 55%, 
            rgba(75, 85, 99, 0.4) 70%, 
            transparent 85%
        ),
        /* Bold crisscross pattern */
        linear-gradient(-45deg, 
            rgba(75, 85, 99, 0.2) 0%, 
            transparent 20%, 
            rgba(55, 65, 81, 0.3) 40%, 
            transparent 60%, 
            rgba(75, 85, 99, 0.2) 80%, 
            transparent 100%
        ),
        /* Rich base */
        radial-gradient(ellipse at center, rgba(248, 246, 240, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
    color: #000;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
    border-top: 3px solid rgba(75, 85, 99, 0.4);
    box-shadow: 0 -8px 40px rgba(75, 85, 99, 0.2);
    margin-top: 80px;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -30px;
    right: -30px;
    height: 40px;
    background: 
        /* Massive upward brush sweep */
        linear-gradient(8deg, 
            rgba(55, 65, 81, 0.2) 0%, 
            rgba(75, 85, 99, 0.6) 20%, 
            rgba(55, 65, 81, 0.8) 40%, 
            rgba(75, 85, 99, 0.9) 60%, 
            rgba(55, 65, 81, 0.7) 80%, 
            rgba(75, 85, 99, 0.4) 100%
        ),
        linear-gradient(-35deg, 
            transparent 0%, 
            rgba(75, 85, 99, 0.5) 25%, 
            rgba(55, 65, 81, 0.7) 50%, 
            rgba(75, 85, 99, 0.6) 75%, 
            transparent 100%
        ),
        /* Wild upward brush texture */
        repeating-linear-gradient(
            80deg,
            rgba(55, 65, 81, 0.3) 0px,
            rgba(75, 85, 99, 0.4) 4px,
            transparent 8px,
            transparent 15px
        );
    transform: skewY(-2deg);
    z-index: 1;
}

.footer::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -20px;
    right: -20px;
    height: 50px;
    background: 
        /* Dramatic bottom brush explosion */
        linear-gradient(-12deg, 
            rgba(75, 85, 99, 0.3) 0%, 
            rgba(55, 65, 81, 0.7) 15%, 
            rgba(75, 85, 99, 0.9) 30%, 
            rgba(55, 65, 81, 0.8) 50%, 
            rgba(75, 85, 99, 0.6) 70%, 
            rgba(55, 65, 81, 0.4) 85%, 
            transparent 100%
        ),
        linear-gradient(25deg, 
            transparent 0%, 
            rgba(55, 65, 81, 0.5) 20%, 
            rgba(75, 85, 99, 0.8) 40%, 
            rgba(55, 65, 81, 0.6) 60%, 
            transparent 80%
        ),
        /* Intense bottom brush texture */
        repeating-linear-gradient(
            -65deg,
            rgba(75, 85, 99, 0.4) 0px,
            rgba(55, 65, 81, 0.5) 3px,
            transparent 6px,
            transparent 12px
        );
    transform: skewY(2deg);
    z-index: 1;
}

/* Features Responsive */
@media (max-width: 1024px) {
    .features-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        max-width: 800px;
    }
}

@media (max-width: 968px) {
    .features-section {
        margin: 50px auto;
        padding: 0 15px;
    }
    
    .features-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .feature-tile {
        padding: 25px 15px;
    }
    
    .feature-icon {
        font-size: 2rem;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .feature-tile h3 {
        font-size: 1.2rem;
    }
    
    .feature-tile p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .features-section {
        margin: 40px auto;
    }
    
    .features-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    
    .feature-tile {
        padding: 22px 12px;
    }
    
    .feature-icon {
        font-size: 1.8rem;
        height: 45px;
        margin-bottom: 10px;
    }
    
    .feature-tile h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .feature-tile p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .features-section {
        margin: 30px auto;
        padding: 0 10px;
    }
    
    .features-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-tile {
        padding: 20px 15px;
    }
    
    .feature-icon {
        font-size: 1.6rem;
        height: 40px;
        margin-bottom: 8px;
    }
    
    .feature-tile h3 {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .feature-tile p {
        font-size: 0.8rem;
        line-height: 1.4;
    }
}

/* Main Content Responsive */
@media (max-width: 968px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .reservation-section {
        order: 1;
        padding: 35px 25px;
    }
    
    .gallery-section {
        order: 2;
    }
    
    .gallery-section h2,
    .reservation-section h2 {
        font-size: 1.8rem;
    }
    
    .top-nav {
        right: 15px;
    }
    
    .nav-book-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding: 0 15px 40px;
        margin-top: 20px;
    }
    
    .hero-section {
        height: 50vh;
        min-height: 400px;
        margin-bottom: 50px;
    }
    
    .content-grid {
        gap: 35px;
        padding: 0 15px;
    }
    
    .gallery-carousel {
        gap: 12px;
    }
    
    .gallery-arrow {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
    .reservation-section {
        padding: 30px 20px;
    }
    
    .gallery-section h2,
    .reservation-section h2 {
        font-size: 1.7rem;
        margin-bottom: 25px;
    }
    
    .pricing-highlight {
        padding: 20px;
        margin-bottom: 25px;
    }
    
    .price {
        font-size: 2.6rem;
    }
    
    .price-unit {
        font-size: 1rem;
    }
    
    .cta-button {
        padding: 14px 24px;
        font-size: 0.95rem;
    }
    
    .contact-section {
        margin-top: 30px;
        padding: 0 15px;
    }
    
    .contact-info {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .top-nav {
        right: 10px;
    }
    
    .nav-book-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .logo-section {
        padding: 35px 10px 25px;
    }
    
    .logo-img {
        max-height: 70px;
        max-width: 250px;
    }
    
    .main-content {
        padding: 0 10px 30px;
    }
    
    .content-grid {
        gap: 25px;
        padding: 0 5px;
    }
    
    .hero-section {
        height: 40vh;
        min-height: 280px;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    
    .gallery-carousel {
        gap: 8px;
    }
    
    .gallery-arrow {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
    
    .reservation-section {
        padding: 25px 15px;
    }
    
    .gallery-section h2,
    .reservation-section h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .reservation-section p {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    
    .pricing-highlight {
        padding: 18px;
        margin-bottom: 20px;
    }
    
    .price {
        font-size: 2.4rem;
    }
    
    .price-unit {
        font-size: 0.95rem;
    }
    
    .cta-button {
        padding: 12px 22px;
        font-size: 0.9rem;
    }
    
    .contact-section {
        margin-top: 25px;
        padding: 0 10px;
    }
    
    .contact-info {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    
    .logo-section {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .top-nav {
        position: static;
        transform: none;
        text-align: center;
        margin-bottom: 15px;
        order: -1;
    }
    
    .nav-book-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}