/* ==========================================
   NAYANA Beauté Indienne
   Responsive Design
   ========================================== */

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Images */

img {
    max-width: 100%;
    height: auto;
}
/* =========================================
   NAYANA SALON PHOTO CARD
   ========================================= */

.hero-card {
    width: 100%;
    margin: 25px 0;
    padding: 18px 0px 28px;
    box-sizing: border-box;

    background: #ffffff;
    border: 2px solid #e8bfd0;
    border-radius: 30px;

    box-shadow: 0 12px 30px rgba(170, 20, 90, 0.12);

    overflow: hidden;
}

.hero-card img {
    display: block;
    width: 100% !important;
    margin-left: -0;
    margin-right: -0;
    margin-bottom: 22px;
    max-width: none !important;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
}

.hero-card h3 {
    font-size: 48px;
    line-height: 1.1;
    text-align: center;

    margin: 12px 0 10px;

    color: #a4145a;
    font-weight: 700;
}

.hero-card p {
    text-align: center;
    margin: 8px 0;
}
/* Container */

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 992px) {

    .container {
        width: 92%;
    }

    header .container {
        flex-wrap: wrap;
    }

    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero h1 {
        font-size: 46px;
    }

    .hero {
        min-height: auto;
        padding: 120px 0 80px;
    }

    .about-content,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid,
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form {
        width: 100%;
    }
}


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

@media (max-width: 768px) {

    .container {
        width: 92%;
    }

    header .container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    nav a {
        font-size: 15px;
    }

    .hero {
        padding: 100px 0 60px;
        text-align: center;
    }

    .hero h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .hero p {
        font-size: 16px;
        line-height: 1.6;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .btn-primary,
    .btn-secondary,
    .btn-book {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .service-grid,
    .gallery-grid,
    .stats-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .contact-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-info,
    .contact-form {
        width: 100%;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
    }

    .map iframe {
        width: 100%;
        height: 350px;
    }

    footer {
        text-align: center;
    }

    .footer-logo {
        max-width: 110px;
    }
}


/* ==========================================
   SMALL iPHONE
   ========================================== */

@media (max-width: 480px) {

    body {
        font-size: 15px;
    }
   /* Logo + texte – mobile */
.logo {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.logo img {
    width: 420px !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    transform: scale(1.9) !important;
    transform-origin: center center !important;
}
.cta {
   .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.contact-item {
    width: 100%;
    padding: 24px 18px;
    background: #fff6fa;
    border: 2px solid #f0d6e1;
    border-radius: 24px;
    text-align: center;
    box-sizing: border-box;
}

.contact-item strong {
    display: block;
    color: #a4145a;
    font-size: 21px;
    margin-bottom: 12px;
}

.contact-item a {
    color: #24151c;
    font-size: 17px;
    line-height: 1.5;
}
    padding: 55px 20px;
    text-align: center;
}

.cta h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.cta p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.cta .btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
    .container {
        width: 96%;
    }

    .hero {
        padding: 80px 0 50px;
    }
/* NAYANA salon photo - mobile */
.hero-card {
    width: 100%;
    margin: 0;
    padding: 18px 0 28px;
    background: #fff;
    border: 2px solid #e8bfd0;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(170, 20, 90, 0.12);
    box-sizing: border-box;

}

.hero-card img {
    width: calc(100% + 20px) !important;
    max-width: none !important;
    height: auto;
    display: block;
    margin-top: -18px !important;
    margin-left: -10px !important;
    margin-right: -18px !important;
    margin-bottom: 18px;
    border-radius: 28px 28px 16px 16px;
}

.hero-card h3 {
    font-size: 46px;
    line-height: 1.1;
    text-align: center;
    color: #a4145a;
    margin: 10px 0 8px;
}
    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .section-title span {
        font-size: 13px;
    }

    .service-card {
        padding: 20px;
        font-size: 20px;
    }
.contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
}

.contact-item {
    padding: 18px 16px;
    text-align: center;
    border-radius: 18px;
}

.contact-item strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.contact-item a {
    font-size: 15px;
    line-height: 1.5;
}
    .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.gallery-grid img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

    .contact-info h3 {
        font-size: 22px;
    }

    .map iframe {
        height: 300px;
    }

    .whatsapp {
        width: 55px;
        height: 55px;
        right: 15px;
        bottom: 15px;
    }
}
/* CTA – Mobile */
.cta {
    padding: 55px 20px 60px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.cta .section-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.cta h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.cta p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 25px;
    max-width: 340px;
}

.cta .btn {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}

/* ==========================================
   VERY SMALL SCREEN
   ========================================== */

@media (max-width: 360px) {

    .hero h1 {
        font-size: 25px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    nav a {
        font-size: 14px;
    }

}
.brand-text strong {
    font-size: 26px;
}

.brand-text small {
    font-size: 18px;
}
