:root {
    --cream: #fff9f2;
    --cream-2: #fff4ea;
    --text: #3f3544;
    --muted: #766b79;
    --purple: #8c56c5;
    --pink: #ef5e9d;
    --green: #58b97d;
    --yellow: #ffd55a;
    --blue: #51bfe1;
    --shadow: 0 20px 45px rgba(99, 68, 112, 0.14);
    --soft-border: 1px solid rgba(255, 255, 255, 0.75);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Nunito, Arial, sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #fffaf6 0, #fff7fb 44%, #fffaf5 100%);
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}
.script {
    font-family: Pacifico, cursive;
    font-weight: 400;
}
.rainbow-text {
    background: linear-gradient(92deg, #7b38b5 0%, #2aaed7 22%, #42aa72 43%, #e7bd32 62%, #fb8848 78%, #e94a91 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.site-header {
    position: fixed;
    z-index: 50;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1220px, calc(100% - 48px));
    height: 82px;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 10px 18px 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 42px rgba(86, 58, 88, 0.12);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.9);
	overflow: visible;
}
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: auto;
	overflow: visible;
}
.brand img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.brand-name {
    font:400 30px/2 Pacifico,cursive;
    white-space: nowrap;
    display: inline-block;
    padding-right: 8px;
}
nav {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 14px;
    font-weight: 900;
}
nav a {
    position: relative;
    white-space: nowrap;
}
nav a.active:after,
nav a:hover:after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: -12px;
    height: 4px;
    border-radius: 6px;
    background: linear-gradient(90deg, var(--purple), var(--blue), var(--yellow), var(--pink));
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 999px;
    padding: 14px 26px;
    font-weight: 900;
    font-size: 15px;
    box-shadow: 0 12px 24px rgba(114, 72, 128, 0.16);
    transition:
        0.2s transform,
        0.2s box-shadow;
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(114, 72, 128, 0.2);
}
.btn-white {
    background: #fff;
    color: #4d4252;
}
.btn-purple {
    background: linear-gradient(90deg, #8857c8, #a16fd2);
    color: white;
}
.btn-pink {
    background: linear-gradient(90deg, #f05a98, #e63d8c);
    color: white;
}
.btn-green {
    background: linear-gradient(90deg, #56b77c, #43a96a);
    color: white;
}
.btn-small {
    padding: 11px 22px;
    font-size: 13px;
}
.hero {
    position: relative;
    min-height: 830px;
    padding: 150px max(40px, calc((100vw - 1220px) / 2)) 130px;
    background: radial-gradient(circle at 72% 33%, rgba(255, 205, 126, 0.48) 0 12%, transparent 34%),
        linear-gradient(90deg, #fffaf4 0%, #fff8f3 38%, rgba(255, 248, 244, 0.58) 52%, rgba(255, 241, 226, 0.32) 100%);
    overflow: hidden;
}
.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #fffaf4 0%,
        rgba(255, 250, 244, 0.95) 36%,
        rgba(255, 250, 244, 0.68) 50%,
        rgba(255, 250, 244, 0.1) 72%
    );
    pointer-events: none;
}
.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
}
.hero-copy {
    position: relative;
    z-index: 3;
    padding-top: 22px;
}
.hero h1 {
    font-size: 50px;
    margin: 0 0 30px;
    letter-spacing: 0.2px;
}
.lead {
    font-size: 28px;
    line-height: 1.45;
    margin: 0;
    color: #332c36;
}
.lead span {
    color: var(--pink);
    font-weight: 900;
}
.actions {
    display: flex;
    gap: 22px;
    margin: 42px 0 42px;
}
.hero-points {
    display: flex;
    gap: 42px;
    margin-top: 30px;
}
.hero-points article {
    text-align: center;
    max-width: 140px;
    font-size: 13px;
    font-weight: 800;
    color: #625768;
}
.hero-points strong {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    font-size: 31px;
    color: var(--pink);
}
.hero-photo-placeholder {
    position: absolute;
    inset: 0;
    background: radial-gradient(
            circle at 55% 54%,
            rgba(255, 236, 165, 0.88) 0 9%,
            rgba(225, 151, 74, 0.52) 18%,
            transparent 31%
        ),
        linear-gradient(110deg, rgba(80, 42, 37, 0.1), rgba(243, 189, 127, 0.48)),
        radial-gradient(circle at 72% 42%, #f7c28a 0 6%, transparent 18%),
        linear-gradient(135deg, #efe3dc, #be8050 58%, #604334);
}
.hero-photo-placeholder:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 250, 244, 0.78) 0%,
        rgba(255, 250, 244, 0.36) 22%,
        rgba(255, 250, 244, 0.08) 48%,
        transparent 100%
    );
}
.tipi-shape {
    position: absolute;
    left: 36%;
    top: 14%;
    width: 330px;
    height: 470px;
    border-left: 18px solid #e8d4c7;
    border-right: 18px solid #e8d4c7;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    filter: drop-shadow(0 14px 20px rgba(64, 36, 25, 0.3));
}
.tipi-shape:before {
    content: "";
    position: absolute;
    inset: 35px 65px 0;
    background: linear-gradient(180deg, #6d3c2b, #2c1816);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.fairy-lights span {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffe38b;
    box-shadow:
        0 0 18px #ffad56,
        0 0 32px #ffc270;
}
.fairy-lights span:nth-child(1) {
    right: 42%;
    top: 26%;
}
.fairy-lights span:nth-child(2) {
    right: 34%;
    top: 35%;
}
.fairy-lights span:nth-child(3) {
    right: 28%;
    top: 45%;
}
.fairy-lights span:nth-child(4) {
    right: 55%;
    top: 38%;
}
.fairy-lights span:nth-child(5) {
    right: 60%;
    top: 50%;
}
.pillow {
    position: absolute;
    right: 18%;
    bottom: 24%;
    width: 355px;
    height: 92px;
    border-radius: 50%;
    background: #fff0dc;
    box-shadow:
        inset 0 -18px 0 rgba(120, 72, 78, 0.08),
        0 20px 40px rgba(60, 35, 30, 0.22);
}
.table {
    position: absolute;
    right: 37%;
    bottom: 23%;
    width: 168px;
    height: 42px;
    border-radius: 50%;
    background: #8c4e38;
    box-shadow: 0 24px 0 -9px #563226;
}
.star-lamp {
    position: absolute;
    right: 23%;
    bottom: 31%;
    font-size: 98px;
    color: #ffd84d;
    text-shadow:
        0 0 18px #fff4aa,
        0 0 26px #ffb849;
}
.sparkles span {
    position: absolute;
    z-index: 5;
    color: var(--pink);
    font-size: 46px;
}
.sparkles span:nth-child(1) {
    left: 6%;
    top: 42%;
}
.sparkles span:nth-child(2) {
    right: 8%;
    top: 28%;
}
.sparkles span:nth-child(3) {
    left: 16%;
    bottom: 7%;
}
.sparkles span:nth-child(4) {
    right: 3%;
    bottom: 18%;
    color: #86c9d8;
}
.wave {
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 4;
    pointer-events: none;
}
.wave-bottom {
    bottom: -2px;
    background: #fffaf6;
    clip-path: ellipse(62% 64% at 48% 101%);
}
.section {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    padding: 78px 32px;
}
.section-title {
    text-align: center;
    margin: 0 0 34px;
}
.section-title h2 {
    font-size: 46px;
    margin: 0 0 8px;
}
.section-title p {
    font-size: 17px;
    color: var(--muted);
    margin: 0;
}
.section-prestations {
    padding-top: 34px;
}
.service-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(244, 230, 255, 0.7), rgba(255, 226, 239, 0.72));
    box-shadow: var(--shadow);
    border: var(--soft-border);
}
.service-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 26px;
    padding: 12px;
    align-items: center;
}
.round-illustration {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    border: 4px solid rgba(141, 86, 197, 0.34);
    box-shadow: 0 12px 25px rgba(106, 70, 118, 0.12);
}
.round-illustration span {
    font-size: 78px;
}
.service-card h3 {
    font-size: 34px;
    margin: 0 0 10px;
    color: var(--purple);
}
.service-spa h3 {
    color: var(--pink);
}
.service-card p {
    margin: 0 0 16px;
    line-height: 1.55;
    color: #554b5a;
}
.service-card ul,
.price-card ul {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    line-height: 1.9;
    color: #625768;
    font-weight: 700;
}
.service-card li:before,
.price-card li:before {
    content: "♥";
    margin-right: 8px;
    color: var(--purple);
    font-size: 12px;
}
.service-spa li:before,
.pink-card li:before {
    color: var(--pink);
}
.green-card li:before {
    color: var(--green);
}
.wave-section {
    height: 104px;
    margin-top: 14px;
    background: #fff7fb;
    clip-path: ellipse(64% 65% at 50% 100%);
}
.wave-lavender {
    background: linear-gradient(180deg, transparent 0, #f9f3ff 30%, #fff9f4 100%);
}
.wave-cream {
    background: linear-gradient(180deg, transparent 0, #fff9ef 55%, #fffaf6 100%);
}
.wave-pink {
    background: linear-gradient(180deg, transparent 0, #fff0f8 55%, #fff9f5 100%);
}
.section-formules {
    padding-top: 18px;
}
.pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}
.price-card {
    position: relative;
    min-height: 410px;
    padding: 44px 42px 32px;
    text-align: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
    border: 1px solid rgba(230, 219, 231, 0.68);
}
.price-card.featured {
    transform: translateY(-18px);
    background: linear-gradient(180deg, #fff, #fff2f7);
}
.popular {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    background: linear-gradient(90deg, #a26bd1, #ef5e9d);
    color: #fff;
    border-radius: 0 0 14px 14px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 900;
}
.corner-icon {
    position: absolute;
    left: 22px;
    top: 22px;
    font-size: 42px;
    color: var(--purple);
}
.pink-card .corner-icon {
    color: var(--pink);
}
.green-card .corner-icon {
    color: var(--green);
}
.price-card h3 {
    font-size: 34px;
    margin: 0 0 12px;
    color: var(--purple);
}
.pink-card h3 {
    color: var(--pink);
}
.green-card h3 {
    color: var(--green);
}
.price-card p {
    margin: 0;
    color: #6c6071;
    font-weight: 900;
}
.price-card strong {
    display: block;
    margin: 14px 0 20px;
    font-size: 44px;
    color: var(--purple);
}
.pink-card strong {
    color: var(--pink);
}
.green-card strong {
    color: var(--green);
}
.note {
    text-align: center;
    margin: 12px 0 0;
    color: #6e6270;
    font-size: 14px;
}
.about {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 76px;
    align-items: center;
    padding-top: 78px;
}
.about-visual {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    justify-self: center;
}
.image-placeholder {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8d9ed, #fff1c6 45%, #d9f4ff);
    box-shadow: var(--shadow);
}
.image-placeholder:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.65) 0 10%, transparent 25%),
        radial-gradient(circle at 70% 60%, rgba(222, 137, 93, 0.28) 0 14%, transparent 31%);
}
.image-placeholder span {
    position: absolute;
    inset: auto 0 36px;
    text-align: center;
    font-weight: 900;
    color: #7d6685;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 12px;
}
.about-copy h2 {
    font-size: 44px;
    margin: 0 0 18px;
}
.about-copy p {
    max-width: 670px;
    font-size: 18px;
    line-height: 1.7;
    color: #675b6a;
    margin: 0 0 24px;
}
.stats {
    display: flex;
    gap: 34px;
    margin: 28px 0;
}
.stats article {
    text-align: center;
    color: #605563;
    font-weight: 800;
}
.stats strong {
    display: block;
    font-size: 50px;
    line-height: 1;
    color: var(--pink);
    font-family: Pacifico, cursive;
    font-weight: 400;
}
.gallery-section {
    padding-top: 36px;
}
.gallery-wrap {
    display: grid;
    grid-template-columns: 46px 1fr 46px;
    align-items: center;
    gap: 18px;
}
.gallery-wrap button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(141, 86, 197, 0.28);
    background: #fff;
    color: #8b55c8;
    font-size: 38px;
    line-height: 1;
    box-shadow: var(--shadow);
}
.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.gallery .image-placeholder {
    height: 158px;
    border-radius: 18px;
}
.gallery-more {
    display: flex;
    width: max-content;
    margin: 28px auto 0;
    padding: 10px 24px;
    font-size: 13px;
    color: var(--pink);
}
.quote {
    padding-top: 58px;
}
.quote-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 36px;
    max-width: 1010px;
    margin: 0 auto;
}
.contact-card {
    padding: 24px 18px;
    color: #64596a;
    font-weight: 800;
}
.socials {
    display: flex;
    gap: 12px;
}
.socials span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #8956c7, #ef5e9d);
    color: #fff;
    font-weight: 900;
}
.form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.form input,
.form select,
.form textarea {
    width: 100%;
    border: 1px solid #eadce8;
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    font: 700 14px Nunito;
    color: #514758;
    box-shadow: 0 8px 18px rgba(99, 68, 112, 0.08);
}
.form textarea {
    grid-column: 1/-1;
    min-height: 92px;
    resize: vertical;
}
.form button {
    grid-column: 1/-1;
    justify-self: center;
    margin-top: 6px;
}
footer {
    text-align: center;
    padding: 38px 20px;
    color: #716676;
    font-weight: 800;
}
footer strong {
    font:
        400 28px Pacifico,
        cursive;
}
@media (max-width: 1050px) {
    .site-header {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: calc(100% - 28px);
        height: auto;
        margin: 14px auto;
        border-radius: 30px;
        align-items: flex-start;
    }
    .site-header,
    nav {
        flex-direction: column;
    }
    .hero {
        padding-top: 60px;
        min-height: auto;
    }
    .hero-inner,
    .service-panel,
    .pricing,
    .about,
    .quote-grid {
        grid-template-columns: 1fr;
    }
    .hero-picture {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        min-width: 0;
        height: 430px;
        border-radius: 32px;
        margin-top: 36px;
    }
    .hero:after {
        display: none;
    }
    .hero h1 {
        font-size: 42px;
    }
    .lead {
        font-size: 21px;
    }
    .hero-points {
        gap: 16px;
        flex-wrap: wrap;
    }
    .service-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .round-illustration {
        margin: auto;
    }
    .price-card.featured {
        transform: none;
    }
    .gallery {
        grid-template-columns: 1fr 1fr;
    }
    .gallery-wrap {
        grid-template-columns: 1fr;
    }
    .gallery-wrap button {
        display: none;
    }
    .form {
        grid-template-columns: 1fr;
    }
    .about-visual {
        width: 300px;
        height: 300px;
    }
    .section {
        padding-inline: 22px;
    }
}

/* Hero */

.hero-picture {
    position: absolute;
    z-index: 1;
    right: -45px;
    top: -54px;
    width: 56vw;
    min-width: 700px;
    height: 745px;
    border-radius: 0 0 0 55%;
    overflow: hidden;
    filter: saturate(1.05);
}

.hero-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
}

.hero-picture::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 250, 244, 0.92) 0%,
        rgba(255, 250, 244, 0.72) 18%,
        rgba(255, 250, 244, 0.28) 38%,
        rgba(255, 250, 244, 0) 62%
    );
    z-index: 1;
    pointer-events: none;
}

/* Formules */

.pricing-4 {
    grid-template-columns: repeat(4, 1fr);
}

.pricing-2 {
    max-width: 760px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}

.yellow-card h3,
.yellow-card strong,
.yellow-card .corner-icon {
    color: var(--yellow);
}

.yellow-card li:before {
    color: var(--yellow);
}

.btn-yellow {
    background: linear-gradient(90deg, #f2c94c, #f2994a);
    color: #fff;
}

.section-spa {
    padding-top: 34px;
}

@media (max-width: 1050px) {
    .pricing-4,
    .pricing-2 {
        grid-template-columns: 1fr;
        max-width: none;
    }
}