/* Responsive Design - Media Queries */

/* Large Tablets and Small Desktops (1400px and below) */
@media (max-width: 1400px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        padding: 0 60px;
    }
    
    .intro-text p,
    .philosophy-text .main-title,
    .philosophy-text .main-subtitle {
        font-size: 36px;
    }
    
    .brand-philosophy,
    .club-description {
        font-size: 48px;
    }
    
    .butterfly-text {
        font-size: 38px;
    }
    
    .quote-title,
    .quote-subtitle {
        font-size: 40px;
    }
}

/* Tablets (968px and below) */
@media (max-width: 968px) {
    .header {
        padding: 30px 40px;
    }
    
    .logo-text {
        font-family: 'Futura', sans-serif;
        font-size: 28px;
    }
    
    .logo-subtitle {
        font-size: 13px;
    }
    
    .price-link {
        font-size: 20px;
    }
    
    /* Hero */
    .hero-image img {
        padding: 150px 40px 0 40px;
    }
    
    /* Double Images */
    .double-images {
        grid-template-columns: 1fr;
        padding: 0 40px;
        gap: 30px;
    }
    
    .image-left,
    .image-right {
        min-height: 400px;
    }
    .brand-philosophy {
        padding: 200px 20px;
    }
    /* Services */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 40px;
    }
    
    .service-image {
        min-height: 400px;
    }
    
    .service-title {
        font-size: 18px;
    }
    
    .service-subtitle {
        font-size: 18px;
    }
    
    .service-description {
        font-size: 20px;
    }
    
    /* Butterfly Section */
    .butterfly-section {
        grid-template-columns: 1fr;
        padding: 50px 40px;
    }
    
    .butterfly-image {
        min-height: 400px;
    }
    
    .butterfly-caption {
        font-size: 24px;
        padding: 30px 15px;
    }
    
    .butterfly-text {
        font-size: 32px;
        padding: 20px;
    }
    
    /* Team Section */
    .team-section {
        flex-direction: column;
        gap: 60px;
    }
    
    .team-members {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .team-members {
        display: contents;
    }
    
    .team {
        display: contents;
    }
    
    .team-member img {
        height: auto;
    }
    
    .member-name {
        font-size: 26px;
    }
    .contact-info {
        gap: 30px;
    }
    section.club-description-section
    {
        padding: 200px 20px;
    }
    /* Contact */
    .contact-section {
        grid-template-columns: 1fr;
        padding: 60px 40px;
        gap: 60px;
    }
    
    .contact-image {
        min-height: 400px;
        width: 100%;
        justify-content: center;
    }
    
    .contact-image-overlay {
        display: block;
    }
    
    /* Text Sizes */
    .intro-text p,
    .philosophy-text .main-title,
    .philosophy-text .main-subtitle,
    .quote-title,
    .quote-subtitle,
    .team-title,
    .team-subtitle,
    .space-text,
    .club-title,
    .contact-title,
    .contact-detail {
        font-size: 28px;
    }
    
    .brand-philosophy,
    .club-description {
        font-size: 32px;
    }
    
    .philosophy-text .description {
        font-size: 28px;
    }
    
    /* Sections Padding */
    .black-section,
    .philosophy-section,
    .advanced-care,
    .space-section,
    .club-section {
        padding: 80px 40px;
    }
        .footer-logo svg {
        width: 206px;
        height: auto;
    }
    .footer-logo {
        padding: 200px
    }
}

/* Mobile Devices (600px and below) */
@media (max-width: 600px) {
    /* Header */
    .header {
        padding: 20px;
            background: white;
    }
    .hero-image-mobile {
    display: block;
}
    .menu-icon span {
        width: 32px;
        height: 2px;
    }
    
    .logo-text {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
    
    .logo svg {
        width: 197px;
        height: auto;
    }
    
    .logo-subtitle {
        font-size: 8px;
        letter-spacing: 1px;
    }
    
    .price-link {
        font-size: 16px;
    }
    
    /* Hero */
    .hero {
        min-height: 400px;
        line-height: 0;
    }
    .hero-image-mobile img {
        max-width: 100%;
        padding: 80px 15px 0 15px;
    }
    .hero-image img {
        padding: 120px 20px 0 20px;
    }
    
    /* Intro Section */
    .intro-section {
        padding: 60px 20px;
    }
    
    .intro-text p {
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    p.jadore-intro-text {
        font-size: 20px;
        font-family: inherit;
        font-weight: inherit;
}
    p.spacing {
    display: none;
}.image-right {
    display: flex;
    flex-direction: column;
}
.elegant-woman-quote-container {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    display: block;
}
    p.elegant-woman-title {
    position: relative;
    margin-top: -50px;
    font-size: 20px;
    }
    .philosophy-text {
        margin-right: 0px;
    }
    .butterfly-text-mobile {
    display: block;
}
.services-grid {
    margin: 0px;
}
    /* Double Images, Services, etc */
    .double-images,
    .services-grid,
    .butterfly-section,
    .team-section,
    .contact-section {
        padding: 30px 20px;
    }
    .butterfly-image img {
        transform: scaleX(-1);
    }
    .butterfly-text {
        display: none;
    }
    p.butterfly-title {
        font-family: 'Futura', sans-serif;
        font-size: 25px;
    }
    .butterfly-text-mobile {
        /* letter-spacing: -0.5px; */
        text-align: center;
        line-height: 1.3;
        font-size: 22px;
    }
    .butterfly-caption {
        font-size: 20px;
        padding: 25px 10px;
    }
    .image-left,
    .image-right,
    .service-image,
    .butterfly-image,
    .contact-image {
        min-height: 300px;
    }
    .image-left {
    display: none;
}
    /* Black Section */
    .black-section {
        gap: 50px;
        display: flex;
        flex-direction: column-reverse;
        padding: 0px;
        align-items: center;
        padding-top: 35px;
        justify-content: flex-end;
        min-height: 850px;
    }
    .video-background {
        position: relative;
    }
    .quote-title,
    .quote-subtitle {
        font-size: 20px;
        letter-spacing: 0px;
    }
    p.quote-subtitle {
    font-weight: 500;
}
    p.quote-title {
    position: relative;
    margin-top: 0;
    font-family: 'Futura', sans-serif;
    font-weight: 500;
    }
    
    /* Philosophy Section */
    .philosophy-section {
        min-height: auto;
        padding: 0;
        margin: 0px 0;
        flex-direction: column;
    }
    
    .philosophy-text {
        margin-right: 0;
        padding: 40px 20px;
        position: relative;
        z-index: 1;
        order: 1;
    }
    
    .philosophy-image-container {
        position: relative;
        width: 100%;
        min-height: 400px;
        order: 2;
        overflow: hidden;
        padding: 0 15px 0 0;
    }
    
    .philosophy-image {
        padding: 0 0 0 15px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .philosophy-image img {
        width: 200%;
        max-width: 200%;
        object-fit: cover;
        object-position: left center;
    }
    
    .philosophy-mobile-overlay {
        display: block;
    }
    
    .philosophy-mobile-overlay p {
        font-size: 24px;
    }
    .care-background-mobile img {
        width: 100%;
        height: 100%;
    }
    .advanced-care {
        margin: 0px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .care-title {
        font-size: 21px;
        font-family: 'Futura', sans-serif;
        margin-bottom: 0px;
    }
    .care-subtitle {
        font-size: 17px;
        font-weight: 500;
    }

    .care-text {
        display: block;
        color: #000000;
            text-align: center;
            margin-bottom: 40px;
    }
    .care-background-mobile {
        display: block;
    }
    .care-background img{
        display: none;
    }
    .advanced-care,
    .space-section,
    .club-section {
        min-height: 300px;
        padding: 30px 15px;
    }
    .quote-container { 
        color:#000000;
    }
    .philosophy-text .main-title,
    .philosophy-text .main-subtitle {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .philosophy-text .main-title .jadore-brand {
        font-weight: inherit;
        font-family: inherit;
    }
    
    .philosophy-text .description {
        font-size: 17px;
    }
    .butterfly-section {
        gap: 35px;
    }
    /* Butterfly */
    .butterfly-text {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    
    .butterfly-text .jadore-brand {
        font-weight: inherit;
        font-family: inherit;
    }
    
    /* Services */
    .service-card {
        display: flex;
        flex-direction: column;
            margin-bottom: 0px;
    }
    
    .service-image {
        order: 2;
        margin-bottom: 0;
        margin-top: 45px;
    }
    
    .service-title {
        font-size: 20px;
        order: 3;
        margin-top: -70px;
        color: #ffffff;
    }
    
    .service-subtitle {
        font-size: 20px;
        order: 3;
        color: #ffffff;
        margin-bottom: 11px;
    }
    
    .service-description {
        font-size: 22px;
        order: 1;
    }
    
    /* Team */
    .team-section {
        flex-direction: column;
        gap: 30px;
    }
    
    .team-members {
        display: contents;
    }
    
    .team {
        display: contents;
    }
    
    .team-title {
        font-size: 22px;
        order: 1;
        font-family: 'Cormorant Garamond', serif;
        display: flex;
        justify-content: center;
        font-weight: normal;
        gap: 5px;
        text-transform: none;
        margin-bottom: 0px;
    }
    
    .team-member:first-child {
        order: 2;
    }
    
    .team-subtitle {
        font-size: 22px;
        order: 3;
        font-family: 'Cormorant Garamond', serif;
        display: flex;
        justify-content: center;
        margin-bottom: 0px;
        text-transform: none;
        
    }
    
    .team-member:last-child {
        order: 4;
    }
    
    .member-name {
        font-size: 20px;
        margin-top: -50px;
    }
    
    /* Space */
    .space-section {
        flex-direction: column;
        align-items: center;
        padding: 30px 15px;
        min-height: auto;
    }
    
    .space-text {
        font-size: 22px;
        order: 1;
        margin-bottom: 30px;
        color: #000;
    }
    
    .space-image {
        display: none;
    }
    
    .space-image-mobile {
        display: block;
        order: 2;
        width: 100%;
    }
    
    .space-image-mobile img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .club-section {
        display: none;
    }
    /* Brand Philosophy */
    .brand-philosophy {
        font-size: 20px;
        padding: 0px 60px;
        font-weight: 500;
    }
    
    /* Club Section */
    .club-section {
        min-height: 500px;
    }
    
    .club-title {
        font-size: 28px;
    }
    section.club-description-section {
        display: none;
    }
    .club-description {
        font-size: 20px;
        letter-spacing: -1px;
    }
    section.contact-section {
    gap: 150px;
}
    .contact-image-overlay p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
    /* Contact */
    .contact-title,
    .contact-detail {
        font-size: 22px;
        margin: 0px;
    }
    
    .contact-phone {
        display: none;
    }
    
    .contact-info {
        gap: 50px;
    }
    .contact-image img {
        max-width: 100%;
        height: auto;
    }
    /* Footer */
    .footer {
        padding: 40px 20px;
    }
    
    .footer-logo {
        padding: 10px 20px;
        margin-bottom: 150px;
        margin-top: 150px;
    }

    .footer-logo svg {
        width: 130px;
        height: auto;
    }
}

/* Extra Small Mobile (400px and below) */
@media (max-width: 430px) {
    .hero-image-mobile img {
    max-width: 100%;
    padding: 80px 15px 0 15px;
}

    .price-link {
    visibility: hidden;
}
    .header {
        padding: 15px;
    }
    
    .logo-text {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    
    .logo-subtitle {
        font-size: 9px;
    }
    
    .price-link {
        font-size: 14px;
    }
    
    .hero-image img {
        padding: 0px 15px 0 15px;
    }
    
    .intro-text p {
        font-size: 20px;
    }
    
    p.jadore-intro-text {
        font-family: inherit;
        font-weight: inherit;
    }
    
    .butterfly-caption {
        font-size: 18px;
        padding: 20px 10px;
        display: block;
    }
    
    .contact-image {
    width: 100%;
}
    .contact-image img{
        width: 100%;
        height: auto;
    }
    
    .butterfly-text {
        font-size: 18px;
    }
    
    .brand-philosophy {
        font-size: 17px;
    }
    
    .club-description {
        font-size: 18px;
    }
    
    .service-title,
    .service-subtitle {
        font-size: 18px;
    }
    
    .service-description {
        font-size: 20px;
    }
    
    .contact-title,
    .contact-detail {
        font-size: 22px;
    }
        .brand-philosophy {
        padding: 0px 50px 40px 50px !important;
    }
    .team-section {
        padding: 20px 15px 0px 15px !important;
    }
    .double-images,
    .services-grid,
    .butterfly-section,
    .team-section,
    .contact-section {
        padding: 0px 15px;
        margin-bottom: 0px;
    }
    .butterfly-section {
        padding: 20px 15px 0px 15px;
    }
}
@media (max-width: 430px) {
        .philosophy-text .description {
        font-size: 15px;
    }
        .philosophy-mobile-overlay p {
        font-size: 18px;
    }
    .butterfly-text-mobile {
        font-size: 18px;
    }
    .care-title {
        font-size: 20px;
    }
    .care-subtitle {
        font-size: 16px;
    }
    .brand-philosophy {
        padding: 0px 50px;
    }
        .contact-image-overlay p {
        font-size: 20px;
        }
}
