/* =========================================================
   BRAIDS BY HER
   GOLD LUXURY THEME
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');


/* =========================================================
   VARIABLES
========================================================= */

:root {

    --black: #080706;
    --black-2: #0e0c0a;
    --black-3: #15110d;

    --gold: #d4af37;
    --gold-light: #f5d77a;
    --gold-dark: #8f6b1f;

    --gold-metal:
        linear-gradient(
            135deg,
            #7b5a18 0%,
            #d4af37 25%,
            #fff0a8 48%,
            #d4af37 65%,
            #8f6b1f 100%
        );

    --white: #fffaf0;
    --cream: #e9dfce;
    --text: #a99f91;

    --border:
        rgba(212,175,55,.25);

    --border-light:
        rgba(255,240,168,.15);

    --shadow:
        0 25px 70px rgba(0,0,0,.55);

    --transition:
        .35s cubic-bezier(.2,.8,.2,1);
}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {

    font-family:
        "DM Sans",
        sans-serif;

    background:
        var(--black);

    color:
        var(--white);

    overflow-x: hidden;
}


body::before {

    content: "";

    position: fixed;

    inset: 0;

    pointer-events: none;

    z-index: 9999;

    background:
        radial-gradient(
            circle at center,
            transparent 40%,
            rgba(0,0,0,.45)
        );

    opacity: .7;
}


a {
    color: inherit;
    text-decoration: none;
}


button,
input,
select,
textarea {
    font: inherit;
}


button {
    cursor: pointer;
}


img {
    display: block;
    width: 100%;
}


/* =========================================================
   CONTAINER
========================================================= */

.container {

    width:
        min(1180px, 92%);

    margin:
        auto;
}


/* =========================================================
   HEADER
========================================================= */

.header {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 1000;

    background:
        rgba(8,7,6,.82);

    backdrop-filter:
        blur(20px);

    border-bottom:
        1px solid
        rgba(212,175,55,.12);

    transition:
        .4s ease;
}


.header-container {

    height: 88px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;
}


/* =========================================================
   LOGO
========================================================= */

.logo {

    display:
        flex;

    flex-direction:
        column;

    line-height:
        .9;
}


.logo-main {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        34px;

    font-weight:
        700;

    letter-spacing:
        4px;

    background:
        var(--gold-metal);

    -webkit-background-clip:
        text;

    background-clip:
        text;

    color:
        transparent;

    filter:
        drop-shadow(
            0 2px 8px
            rgba(212,175,55,.15)
        );
}


.logo-sub {

    margin-top:
        6px;

    text-align:
        center;

    color:
        var(--gold-light);

    font-size:
        9px;

    letter-spacing:
        6px;
}


/* =========================================================
   NAV
========================================================= */

.nav {

    display:
        flex;

    align-items:
        center;

    gap:
        30px;
}


.nav a {

    position:
        relative;

    color:
        #c9c0b4;

    font-size:
        12px;

    font-weight:
        500;

    letter-spacing:
        .5px;

    transition:
        var(--transition);
}


.nav a:hover {

    color:
        var(--gold-light);
}


.nav a:not(.nav-button)::after {

    content:
        "";

    position:
        absolute;

    left:
        50%;

    bottom:
        -8px;

    width:
        0;

    height:
        1px;

    background:
        var(--gold);

    transform:
        translateX(-50%);

    transition:
        var(--transition);
}


.nav a:hover::after {

    width:
        100%;
}


/* =========================================================
   NAV BUTTON
========================================================= */

.nav-button {

    padding:
        12px 22px;

    border:
        1px solid
        var(--gold);

    color:
        var(--gold-light) !important;

    background:
        rgba(212,175,55,.04);

    transition:
        var(--transition);
}


.nav-button:hover {

    background:
        var(--gold);

    color:
        #080706 !important;

    box-shadow:
        0 8px 30px
        rgba(212,175,55,.25);
}


/* =========================================================
   MOBILE MENU
========================================================= */

.menu-toggle {

    display:
        none;

    border:
        none;

    background:
        transparent;

    color:
        var(--gold);

    font-size:
        28px;
}


/* =========================================================
   HERO
========================================================= */

.hero {

    min-height:
        100vh;

    position:
        relative;

    display:
        flex;

    align-items:
        center;

    overflow:
        hidden;

    background:

        radial-gradient(
            circle at 75% 50%,
            rgba(212,175,55,.12),
            transparent 30%
        ),

        radial-gradient(
            circle at 20% 80%,
            rgba(143,107,31,.10),
            transparent 35%
        ),

        linear-gradient(
            120deg,
            #050504,
            #17120d
        );
}


/* Gold halo */

.hero::before {

    content:
        "";

    position:
        absolute;

    width:
        650px;

    height:
        650px;

    right:
        -180px;

    top:
        50%;

    transform:
        translateY(-50%);

    border-radius:
        50%;

    border:
        1px solid
        rgba(212,175,55,.15);

    box-shadow:

        0 0 0 70px
        rgba(212,175,55,.025),

        0 0 0 140px
        rgba(212,175,55,.015);
}


/* Decorative line */

.hero::after {

    content:
        "";

    position:
        absolute;

    width:
        1px;

    height:
        70%;

    left:
        8%;

    top:
        15%;

    background:
        linear-gradient(
            transparent,
            rgba(212,175,55,.35),
            transparent
        );
}


/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content {

    position:
        relative;

    z-index:
        2;

    max-width:
        760px;

    padding-top:
        70px;

    animation:
        heroIn 1s ease forwards;
}


@keyframes heroIn {

    from {
        opacity: 0;
        transform:
            translateY(40px);
    }

    to {
        opacity: 1;
        transform:
            translateY(0);
    }
}


.hero-small-title {

    display:
        inline-block;

    margin-bottom:
        22px;

    color:
        var(--gold);

    font-size:
        10px;

    font-weight:
        600;

    letter-spacing:
        6px;
}


.hero h1 {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        clamp(60px, 8vw, 105px);

    line-height:
        .85;

    font-weight:
        600;

    letter-spacing:
        -3px;
}


.hero h1 span {

    display:
        block;

    margin-top:
        12px;

    font-style:
        italic;

    background:
        var(--gold-metal);

    -webkit-background-clip:
        text;

    background-clip:
        text;

    color:
        transparent;
}


.hero p {

    max-width:
        570px;

    margin-top:
        35px;

    color:
        var(--text);

    font-size:
        16px;

    line-height:
        1.8;
}


/* =========================================================
   BUTTONS
========================================================= */

.hero-buttons {

    display:
        flex;

    gap:
        14px;

    margin-top:
        40px;
}


.button {

    min-height:
        54px;

    padding:
        0 30px;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    border:
        1px solid
        transparent;

    font-size:
        11px;

    font-weight:
        700;

    letter-spacing:
        1px;

    text-transform:
        uppercase;

    transition:
        var(--transition);
}


.button-primary {

    background:
        var(--gold-metal);

    color:
        #100d08;

    box-shadow:
        0 10px 35px
        rgba(212,175,55,.15);
}


.button-primary:hover {

    transform:
        translateY(-4px);

    box-shadow:
        0 15px 45px
        rgba(212,175,55,.3);
}


.button-outline {

    border-color:
        rgba(212,175,55,.45);

    color:
        var(--gold-light);

    background:
        rgba(212,175,55,.03);
}


.button-outline:hover {

    background:
        rgba(212,175,55,.1);

    border-color:
        var(--gold);

    transform:
        translateY(-4px);
}


/* =========================================================
   HERO SCROLL
========================================================= */

.hero-scroll {

    position:
        absolute;

    bottom:
        28px;

    left:
        50%;

    transform:
        translateX(-50%);

    display:
        flex;

    flex-direction:
        column;

    align-items:
        center;

    color:
        #766d62;

    font-size:
        8px;

    letter-spacing:
        4px;
}


.scroll-arrow {

    margin-top:
        8px;

    color:
        var(--gold);

    font-size:
        20px;

    animation:
        scrollMove 1.5s infinite;
}


@keyframes scrollMove {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(8px);
    }
}


/* =========================================================
   SECTION
========================================================= */

.section {

    padding:
        125px 0;

    position:
        relative;
}


.section:nth-child(even) {

    background:
        #0c0a08;
}


.section-header {

    max-width:
        680px;

    margin:
        0 auto 65px;

    text-align:
        center;
}


.section-label {

    display:
        inline-block;

    margin-bottom:
        16px;

    color:
        var(--gold);

    font-size:
        9px;

    font-weight:
        700;

    letter-spacing:
        5px;
}


.section-header h2 {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        clamp(45px, 5vw, 70px);

    line-height:
        .95;

    font-weight:
        600;
}


.section-header h2 span {

    font-style:
        italic;

    background:
        var(--gold-metal);

    -webkit-background-clip:
        text;

    background-clip:
        text;

    color:
        transparent;
}


.section-header p {

    margin-top:
        22px;

    color:
        #81786e;

    font-size:
        14px;
}


/* =========================================================
   INTRO
========================================================= */

.intro {

    background:
        #0b0907;
}


.intro-grid {

    display:
        grid;

    grid-template-columns:
        1fr 1fr;

    gap:
        90px;

    align-items:
        center;
}


.intro-image {

    position:
        relative;

    height:
        590px;
}


.intro-image::before {

    content:
        "";

    position:
        absolute;

    inset:
        -18px 18px 18px -18px;

    border:
        1px solid
        rgba(212,175,55,.3);
}


.intro-image::after {

    content:
        "";

    position:
        absolute;

    inset:
        18px -18px -18px 18px;

    border:
        1px solid
        rgba(212,175,55,.08);

    z-index:
        0;
}


.image-placeholder {

    position:
        relative;

    z-index:
        2;

    height:
        100%;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    align-items:
        center;

    background:

        radial-gradient(
            circle at center,
            #3a2c1c,
            #120f0b 70%
        );

    color:
        var(--gold);

    font-size:
        60px;

    box-shadow:
        var(--shadow);
}


.image-placeholder small {

    margin-top:
        10px;

    color:
        #756b60;

    font-size:
        9px;

    letter-spacing:
        3px;
}


.intro-content h2 {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        clamp(45px, 5vw, 65px);

    line-height:
        .95;
}


.intro-content h2 span {

    display:
        block;

    margin-top:
        8px;

    color:
        var(--gold-light);

    font-style:
        italic;
}


.intro-content p {

    margin-top:
        24px;

    color:
        #93897d;

    font-size:
        14px;

    line-height:
        1.9;
}


.intro-features {

    display:
        grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:
        20px;

    margin-top:
        45px;

    padding-top:
        25px;

    border-top:
        1px solid
        var(--border);
}


.feature {

    display:
        flex;

    flex-direction:
        column;

    gap:
        7px;
}


.feature strong {

    font-family:
        "Cormorant Garamond",
        serif;

    color:
        var(--gold);

    font-size:
        27px;
}


.feature span {

    color:
        #70675e;

    font-size:
        10px;
}


/* =========================================================
   SERVICES
========================================================= */

.services {

    background:
        #080706;
}


.services-grid {

    display:
        grid;

    grid-template-columns:
        repeat(4,1fr);

    gap:
        18px;
}


.service-card {

    position:
        relative;

    overflow:
        hidden;

    background:
        linear-gradient(
            145deg,
            #19130e,
            #0e0b08
        );

    border:
        1px solid
        rgba(212,175,55,.12);

    transition:
        var(--transition);
}


.service-card::before {

    content:
        "";

    position:
        absolute;

    inset:
        0;

    background:
        linear-gradient(
            135deg,
            rgba(212,175,55,.12),
            transparent 35%
        );

    opacity:
        0;

    transition:
        var(--transition);

    pointer-events:
        none;
}


.service-card:hover {

    transform:
        translateY(-10px);

    border-color:
        rgba(212,175,55,.5);

    box-shadow:
        0 20px 50px
        rgba(0,0,0,.4);
}


.service-card:hover::before {

    opacity:
        1;
}


.service-image {

    height:
        245px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    background:

        radial-gradient(
            circle,
            #392b1b,
            #17110b
        );

    color:
        var(--gold);

    font-size:
        45px;
}


.service-content {

    padding:
        27px;
}


.service-number {

    color:
        var(--gold);

    font-size:
        9px;

    letter-spacing:
        3px;
}


.service-content h3 {

    margin-top:
        10px;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        29px;
}


.service-content p {

    min-height:
        85px;

    margin-top:
        12px;

    color:
        #82786d;

    font-size:
        12px;

    line-height:
        1.7;
}


.service-bottom {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    padding-top:
        18px;

    border-top:
        1px solid
        rgba(212,175,55,.1);
}


.service-bottom strong {

    color:
        var(--gold-light);

    font-size:
        12px;
}


.service-button {

    width:
        40px;

    height:
        40px;

    border:
        1px solid
        var(--border);

    background:
        transparent;

    color:
        var(--gold);

    transition:
        var(--transition);
}


.service-button:hover {

    background:
        var(--gold);

    color:
        #080706;

    transform:
        rotate(45deg);
}


/* =========================================================
   GALLERY
========================================================= */

.gallery {

    background:
        #0c0a08;
}


.gallery-filters {

    display:
        flex;

    justify-content:
        center;

    gap:
        8px;

    margin-bottom:
        40px;

    flex-wrap:
        wrap;
}


.filter {

    padding:
        10px 22px;

    background:
        transparent;

    border:
        1px solid
        rgba(212,175,55,.18);

    color:
        #8d8275;

    font-size:
        10px;

    letter-spacing:
        1px;

    transition:
        var(--transition);
}


.filter:hover,
.filter.active {

    background:
        var(--gold);

    border-color:
        var(--gold);

    color:
        #080706;

    box-shadow:
        0 7px 25px
        rgba(212,175,55,.15);
}


.gallery-grid {

    display:
        grid;

    grid-template-columns:
        repeat(3,1fr);

    grid-auto-rows:
        280px;

    gap:
        15px;
}


.gallery-item {

    overflow:
        hidden;

    position:
        relative;

    background:
        #17110d;

    border:
        1px solid
        rgba(212,175,55,.08);

    transition:
        .3s ease;
}


.gallery-item:nth-child(2),
.gallery-item:nth-child(5) {

    grid-row:
        span 2;
}


.gallery-placeholder {

    width:
        100%;

    height:
        100%;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    background:

        radial-gradient(
            circle at center,
            #44321f,
            #120e09
        );

    color:
        var(--gold);

    font-size:
        45px;

    transition:
        .7s ease;
}


.gallery-item:hover
.gallery-placeholder {

    transform:
        scale(1.08);
}


/* =========================================================
   PRICING
========================================================= */

.pricing {

    background:
        #080706;
}


.pricing-grid {

    max-width:
        1000px;

    margin:
        auto;

    display:
        grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:
        20px;
}


.price-card {

    position:
        relative;

    padding:
        50px 30px;

    text-align:
        center;

    background:
        linear-gradient(
            145deg,
            #1a140e,
            #0e0b08
        );

    border:
        1px solid
        rgba(212,175,55,.12);

    transition:
        var(--transition);
}


.price-card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(212,175,55,.5);
}


.price-card.featured {

    border:
        1px solid
        var(--gold);

    box-shadow:
        0 0 50px
        rgba(212,175,55,.08);
}


.price-card.featured::before {

    content:
        "★ POPULAIRE";

    position:
        absolute;

    top:
        0;

    left:
        50%;

    transform:
        translate(-50%,-50%);

    padding:
        7px 15px;

    background:
        var(--gold);

    color:
        #090705;

    font-size:
        8px;

    font-weight:
        700;

    letter-spacing:
        2px;
}


.price-card > span {

    color:
        var(--gold);

    font-size:
        9px;

    letter-spacing:
        4px;
}


.price-card h3 {

    margin-top:
        20px;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        31px;
}


.price-card strong {

    display:
        block;

    margin-top:
        20px;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        60px;

    background:
        var(--gold-metal);

    -webkit-background-clip:
        text;

    background-clip:
        text;

    color:
        transparent;
}


.price-card small {

    color:
        #6f665c;

    font-size:
        9px;
}


.price-card a {

    display:
        inline-block;

    margin-top:
        30px;

    padding:
        11px 27px;

    border:
        1px solid
        var(--border);

    color:
        var(--gold-light);

    font-size:
        10px;

    text-transform:
        uppercase;

    transition:
        var(--transition);
}


.price-card a:hover {

    background:
        var(--gold);

    color:
        #080706;
}


/* =========================================================
   REVIEWS
========================================================= */

.reviews {

    background:
        #0c0a08;
}


.reviews-grid {

    display:
        grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:
        18px;
}


.review {

    position:
        relative;

    padding:
        38px;

    background:
        linear-gradient(
            145deg,
            #19130e,
            #0e0b08
        );

    border:
        1px solid
        rgba(212,175,55,.1);
}


.review::before {

    content:
        "“";

    position:
        absolute;

    top:
        8px;

    right:
        25px;

    color:
        rgba(212,175,55,.1);

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        100px;

    line-height:
        1;
}


.stars {

    color:
        var(--gold);

    letter-spacing:
        4px;

    font-size:
        12px;
}


.review p {

    margin-top:
        20px;

    color:
        #a69a8c;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        21px;

    font-style:
        italic;

    line-height:
        1.45;
}


.review strong {

    display:
        block;

    margin-top:
        25px;

    color:
        var(--gold-light);

    font-size:
        10px;

    letter-spacing:
        1px;
}


/* =========================================================
   BOOKING
========================================================= */

.booking {

    background:

        radial-gradient(
            circle at 80% 20%,
            rgba(212,175,55,.1),
            transparent 35%
        ),

        #090806;
}


.booking-container {

    display:
        grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap:
        90px;

    align-items:
        start;
}


.booking-content h2 {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        clamp(48px,5vw,70px);

    line-height:
        .9;
}


.booking-content h2 span {

    display:
        block;

    margin-top:
        12px;

    color:
        var(--gold-light);

    font-style:
        italic;
}


.booking-content p {

    max-width:
        430px;

    margin-top:
        28px;

    color:
        #82786d;

    line-height:
        1.8;
}


/* FORM */

.booking-form {

    padding:
        45px;

    background:
        linear-gradient(
            145deg,
            #1b150f,
            #0f0c09
        );

    border:
        1px solid
        rgba(212,175,55,.18);

    box-shadow:
        var(--shadow);
}


.form-group {

    margin-bottom:
        22px;
}


.form-group label {

    display:
        block;

    margin-bottom:
        8px;

    color:
        #c2b6a8;

    font-size:
        10px;

    letter-spacing:
        1px;
}


.form-group input,
.form-group select,
.form-group textarea {

    width:
        100%;

    padding:
        15px 16px;

    border:
        1px solid
        rgba(212,175,55,.12);

    outline:
        none;

    background:
        #0b0907;

    color:
        var(--cream);

    transition:
        var(--transition);
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

    border-color:
        var(--gold);

    box-shadow:
        0 0 0 3px
        rgba(212,175,55,.05);
}


.form-group input::placeholder,
.form-group textarea::placeholder {

    color:
        #50483f;
}


.form-group textarea {

    resize:
        vertical;

    min-height:
        110px;
}


.form-group select option {

    background:
        #100d09;
}


.booking-form .button {

    width:
        100%;

    border:
        none;
}


.form-message {

    min-height:
        20px;

    margin-top:
        15px;

    text-align:
        center;

    color:
        var(--gold);

    font-size:
        11px;
}


/* =========================================================
   CONTACT
========================================================= */

.contact {

    background:
        #080706;
}


.contact-grid {

    display:
        grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:
        18px;
}


.contact-card {

    padding:
        40px 25px;

    text-align:
        center;

    background:
        #120f0c;

    border:
        1px solid
        rgba(212,175,55,.1);

    transition:
        var(--transition);
}


.contact-card:hover {

    border-color:
        rgba(212,175,55,.4);

    transform:
        translateY(-6px);
}


.contact-icon {

    display:
        block;

    margin-bottom:
        15px;

    color:
        var(--gold);

    font-size:
        30px;
}


.contact-card h3 {

    font-family:
        "Cormorant Garamond",
        serif;

    font-size:
        25px;
}


.contact-card p {

    margin-top:
        8px;

    color:
        #766d63;

    font-size:
        12px;
}


.contact-buttons {

    display:
        flex;

    justify-content:
        center;

    gap:
        15px;

    margin-top:
        40px;
}


/* =========================================================
   WHATSAPP
========================================================= */

.whatsapp-button {

    border-color:
        #25d366;

    color:
        #25d366;
}


.whatsapp-button:hover {

    background:
        #25d366;

    border-color:
        #25d366;

    color:
        #07130b;

    box-shadow:
        0 10px 30px
        rgba(37,211,102,.15);
}


/* =========================================================
   FOOTER
========================================================= */

.footer {

    background:
        #050403;

    border-top:
        1px solid
        rgba(212,175,55,.12);
}


.footer-container {

    min-height:
        220px;

    display:
        grid;

    grid-template-columns:
        repeat(3,1fr);

    align-items:
        center;

    gap:
        40px;
}


.footer-brand p {

    margin-top:
        15px;

    color:
        #625a51;

    font-size:
        11px;
}


.footer-links {

    display:
        flex;

    justify-content:
        center;

    flex-wrap:
        wrap;

    gap:
        20px;
}


.footer-links a,
.footer-social a {

    color:
        #71685f;

    font-size:
        10px;

    transition:
        var(--transition);
}


.footer-links a:hover,
.footer-social a:hover {

    color:
        var(--gold-light);
}


.footer-social {

    display:
        flex;

    justify-content:
        flex-end;

    gap:
        20px;
}


.footer-bottom {

    padding:
        20px;

    border-top:
        1px solid
        rgba(212,175,55,.07);

    text-align:
        center;

    color:
        #484139;

    font-size:
        9px;

    letter-spacing:
        .5px;
}


/* =========================================================
   SCROLLBAR
========================================================= */

::-webkit-scrollbar {

    width:
        8px;
}


::-webkit-scrollbar-track {

    background:
        #070605;
}


::-webkit-scrollbar-thumb {

    background:
        linear-gradient(
            var(--gold-dark),
            var(--gold)
        );

    border-radius:
        10px;
}


::-webkit-scrollbar-thumb:hover {

    background:
        var(--gold-light);
}


/* =========================================================
   SELECTION
========================================================= */

::selection {

    background:
        var(--gold);

    color:
        #080706;
}


/* =========================================================
   RESPONSIVE TABLET
========================================================= */

@media (max-width: 1050px) {

    .nav {
        gap: 18px;
    }

    .nav a {
        font-size: 10px;
    }

    .services-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .intro-grid {
        gap: 50px;
    }

    .booking-container {
        gap: 50px;
    }
}


/* =========================================================
   RESPONSIVE MOBILE
========================================================= */

@media (max-width: 760px) {

    .header-container {
        height: 75px;
    }


    .menu-toggle {
        display: block;
    }


    .nav {

        position:
            absolute;

        top:
            75px;

        left:
            0;

        width:
            100%;

        padding:
            20px 5%;

        display:
            none;

        flex-direction:
            column;

        align-items:
            stretch;

        gap:
            0;

        background:
            rgba(8,7,6,.98);

        border-bottom:
            1px solid
            var(--border);
    }


    .nav.active {
        display:
            flex;
    }


    .nav a {

        padding:
            16px 5px;

        border-bottom:
            1px solid
            rgba(212,175,55,.06);

        font-size:
            12px;
    }


    .nav-button {

        margin-top:
            12px;

        text-align:
            center;
    }


    /* HERO */

    .hero {
        min-height:
            100svh;
    }


    .hero::before {

        width:
            400px;

        height:
            400px;

        right:
            -220px;
    }


    .hero::after {
        display:
            none;
    }


    .hero-content {
        padding-top:
            70px;
    }


    .hero h1 {

        font-size:
            clamp(55px,15vw,75px);

        letter-spacing:
            -2px;
    }


    .hero p {
        font-size:
            14px;
    }


    .hero-buttons {

        flex-direction:
            column;

        align-items:
            stretch;
    }


    .hero-scroll {
        display:
            none;
    }


    /* SECTIONS */

    .section {
        padding:
            85px 0;
    }


    .section-header {
        margin-bottom:
            45px;
    }


    /* INTRO */

    .intro-grid {

        grid-template-columns:
            1fr;

        gap:
            55px;
    }


    .intro-image {

        height:
            420px;
    }


    .intro-features {

        grid-template-columns:
            1fr;

        gap:
            18px;
    }


    /* SERVICES */

    .services-grid {

        grid-template-columns:
            1fr;
    }


    .service-image {
        height:
            270px;
    }


    /* GALLERY */

    .gallery-grid {

        grid-template-columns:
            repeat(2,1fr);

        grid-auto-rows:
            200px;
    }


    .gallery-item:nth-child(2),
    .gallery-item:nth-child(5) {

        grid-row:
            span 1;
    }


    /* PRICING */

    .pricing-grid {

        grid-template-columns:
            1fr;
    }


    /* REVIEWS */

    .reviews-grid {

        grid-template-columns:
            1fr;
    }


    /* BOOKING */

    .booking-container {

        grid-template-columns:
            1fr;

        gap:
            45px;
    }


    .booking-form {
        padding:
            25px;
    }


    /* CONTACT */

    .contact-grid {

        grid-template-columns:
            1fr;
    }


    .contact-buttons {

        flex-direction:
            column;

        align-items:
            stretch;
    }


    /* FOOTER */

    .footer-container {

        grid-template-columns:
            1fr;

        padding:
            55px 0;

        text-align:
            center;
    }


    .footer-social {

        justify-content:
            center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .container {
        width:
            90%;
    }


    .logo-main {
        font-size:
            27px;
    }


    .logo-sub {
        font-size:
            7px;
    }


    .hero h1 {
        font-size:
            51px;
    }


    .section-header h2 {
        font-size:
            45px;
    }


    .gallery-grid {

        grid-template-columns:
            1fr;

        grid-auto-rows:
            280px;
    }


    .booking-form {
        padding:
            20px;
    }

}

img {
    max-width: 50%;
    width: 50%;
    height: auto;
    top: 50px;
    left: 10px;
}

img.profile-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 50px;
    left: 10px;
}
img.rasta {
    max-width: 100%;
    width: 80%;
    height: auto;
    top: 50px;
    left: 10px;
}
img.braid { 
    
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 50px;
    left: 10px;

}
img.natte { 
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 50px;
    left: 10px;
}
img.autre { 
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 50px;
    left: 10px;
}