/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background-color: #faf8f5;
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: 1.5rem;
}

h3 {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    margin-bottom: 1rem;
    font-weight: 500;
}

p {
    font-size: 1.1rem;
    font-weight: 300;
    color: #4a4a4a;
    max-width: 700px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ===== INDEX.HTML STYLES ===== */

/* Logo Section */
.logo {
    padding: 2rem 0;
    background: #fefef8;
    text-align: left;
}

/* Intro Section */
.intro {
    padding: 3rem 0;
    background: #fefef8;
    text-align: center;
}

.intro p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Portfolio Section */
.portfolio {
    padding: 2rem 0 6rem 0;
    background: #fefef8;
}

.gallery {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    align-items: center;
}

.gallery-item {
    width: 750px;
    height: 1000px;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
}

.gallery-item img {
    width: 750px;
    height: 1000px;
    object-fit: none;
    display: block;
}


/* Experience Section */
.experience {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f0ede8 0%, #e8e5e0 50%, #e0ddd8 100%);
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.experience.revealed {
    opacity: 1;
    transform: translateY(0);
}

.experience p {
    font-size: 1.3rem;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.2s;
    max-width: 800px;
}

.experience.revealed p {
    opacity: 1;
    transform: translateY(0);
}

.experience h2 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.experience.revealed h2 {
    opacity: 1;
    transform: translateY(0);
}

/* Bookings Section */
.bookings {
    padding: 3rem 0;
    background: #e1ddd9;
    text-align: center;
}

.book-button {
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    background-color: #2c2c2c;
    color: #fefef8;
    border: none;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    min-width: 200px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.book-button:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Sticky CTA Button */
.sticky-cta {
    position: fixed;
    top: 3rem;
    right: 3rem;
    background: #2c2c2c;
    color: #fefef8;
    border: none;
    padding: 1.8rem 2.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    font-family: 'Montserrat', sans-serif;
    min-width: 220px;
    text-align: center;
}

.sticky-cta.visible {
    opacity: 1;
    transform: translateY(0);
}

.sticky-cta:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #e8e5e0 0%, #e0ddd8 50%, #d8d5d0 100%);
    color: #2c2c2c;
    padding: 3rem 0;
    text-align: center;
}

.footer p {
    color: #6b6b6b;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.footer p:last-child {
    margin-bottom: 0;
    margin-top: 0.5rem;
    color: #8a8a8a;
    font-size: 0.8rem;
}

/* ===== MUSES.HTML STYLES ===== */

/* Hero Section */
.hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.muses-hero {
    background: linear-gradient(135deg, #f8f6f0 0%, #f0ede8 50%, #e8e5e0 100%);
    padding: 4rem 0;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.hero-content p {
    font-size: 1.3rem;
    color: #4a4a4a;
    max-width: 600px;
    margin: 0 auto;
}

/* Benefits Section */
.benefits {
    padding: 4rem 0;
    background: #fefef8;
}

.benefits-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.benefits-content h2 {
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.benefit-item {
    background: #faf8f5;
    padding: 2rem;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e8e5e0;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.benefit-item h3 {
    color: #2c2c2c;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.benefit-item p {
    color: #4a4a4a;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Booking Options Section */
.booking-options {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f0ede8 0%, #e8e5e0 50%, #e0ddd8 100%);
}

.booking-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.booking-content h2 {
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.booking-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.booking-card {
    background: #fefef8;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    border: 1px solid #e8e5e0;
}

.booking-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: inherit;
}

.booking-card h3 {
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.booking-card p {
    color: #4a4a4a;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.booking-link {
    display: inline-block;
    background: #2c2c2c;
    color: #fefef8;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
}

.booking-link:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

/* Footer for Muses */
footer {
    background: linear-gradient(135deg, #e8e5e0 0%, #e0ddd8 50%, #d8d5d0 100%);
    color: #2c2c2c;
    padding: 3rem 0;
    text-align: center;
}

footer p {
    color: #6b6b6b;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
}

.copyright {
    margin-top: 1rem;
    color: #8a8a8a;
    font-size: 0.8rem;
}

/* ===== MOBILE RESPONSIVENESS ===== */

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .hero-content,
    .benefits-content,
    .booking-content {
        padding: 0 1.5rem;
    }
    
    .gallery {
        gap: 1.5rem;
    }
    
    .gallery-item {
        width: 100%;
        max-width: 750px;
        height: auto;
        aspect-ratio: 750/1000;
    }
    
    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .booking-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .booking-card {
        padding: 2rem;
    }
    
    .sticky-cta {
        top: 1.5rem;
        right: 1.5rem;
        padding: 1.2rem 1.5rem;
        font-size: 0.8rem;
        min-width: 160px;
    }
    
    .hero {
        min-height: 50vh;
        padding: 2rem 0;
    }
    
    .benefits,
    .booking-options {
        padding: 3rem 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
    
    .hero-content,
    .benefits-content,
    .booking-content {
        padding: 0 1rem;
    }
    
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    .sticky-cta {
        min-width: 140px;
        padding: 1rem 1.2rem;
        font-size: 0.75rem;
        top: 1rem;
        right: 1rem;
    }
    
    .gallery-item {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 750/1000;
    }
    
    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .benefit-item,
    .booking-card {
        padding: 1.5rem;
    }
    
    .hero {
        min-height: 40vh;
    }
    
    .benefits,
    .booking-options {
        padding: 2rem 0;
    }
}

@media (max-width: 360px) {
    .container {
        padding: 0 0.8rem;
    }
    
    .hero-content,
    .benefits-content,
    .booking-content {
        padding: 0 0.8rem;
    }
    
    .gallery-item {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 750/1000;
    }
    
    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .benefit-item,
    .booking-card {
        padding: 1.2rem;
    }
    
    .sticky-cta {
        min-width: 120px;
        padding: 0.8rem 1rem;
        font-size: 0.7rem;
    }
}