/*
Theme Name: CIGALIA V2 par CHATGPT
Theme URI: https://www.cigalia.fr/
Author: CIGALIA
Description: Thème spectacle musical CIGALIA avec introduction cinématographique, rideaux de théâtre, parallaxe et animations.
Version: 2.1
Text Domain: cigalia
*/
 

/* =========================================================
VARIABLES
========================================================= */

:root {

    --gold: #d4af37;
    --gold-light: #f5d97b;
    --gold-soft: #e8cd8a;

    --red: #680000;
    --red-dark: #210000;

    --black: #030303;
    --black2: #0a0a0a;

    --white: #ffffff;

    --shadow:
        0 25px 70px rgba(0,0,0,.75);

}


/* =========================================================
RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    background: var(--black);

    color: white;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

/* texte present/residence */
.text-residence {
    flex: 0 0 100%;
    order: 3;
    text-align: center;
    font-style: italic;
    font-size: 19px;
    line-height: 1.8;
    color: var(--gold-light);
    margin-top: 10px;
}

/* MENU */
/* =====================================================
   MENU CIGALIA
===================================================== */

/* =====================================================
   MENU CIGALIA
===================================================== */

.menu {

    position: fixed;

    top: 0;
    left: 0;
    right: 0;

    height: 80px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 50px;

    z-index: 1000;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.85),
            rgba(0,0,0,.15)
        );

    backdrop-filter: blur(4px);
}


.menu-logo {

    font-family:
        Georgia,
        serif;

    font-size: 22px;

    letter-spacing: 5px;

    color: var(--gold-light);

    text-shadow:
        0 0 15px rgba(212,175,55,.35);
}


"#menuList, .menu-list {

    display: flex;

    align-items: center;

    gap: 30px;
}


"#menuList a, .menu-list a {

    position: relative;

    color: #eee;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;

    transition:
        color .3s ease;
}


.menu-list a::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: -8px;

    width: 0;
    height: 1px;

    background: var(--gold);

    transition:
        width .35s ease;
}


.menu-list a:hover,
.menu-list a.active {

    color: var(--gold-light);
}


.menu-list a:hover::after,
.menu-list a.active::after {

    width: 100%;
}


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

.menu-toggle {

    display: none;

    width: 42px;
    height: 42px;

    border: 0;

    background: transparent;

    cursor: pointer;
}


.menu-toggle span {

    display: block;

    width: 28px;
    height: 2px;

    margin: 6px auto;

    background: var(--gold-light);

    transition:
        transform .3s ease,
        opacity .3s ease;
}


@media(max-width: 800px) {

    .menu {

        height: 70px;

        padding: 0 20px;
    }


    .menu-toggle {

        display: block;
    }


    .menu-list {

        position: absolute;

        top: 70px;
        left: 0;
        right: 0;

        display: flex;

        flex-direction: column;

        gap: 25px;

        padding: 30px;

        background:
            rgba(5,0,0,.97);

        opacity: 0;

        visibility: hidden;

        transform: translateY(-20px);

        transition:
            opacity .3s ease,
            transform .3s ease,
            visibility .3s ease;
    }


    .menu-list.open {

        opacity: 1;

        visibility: visible;

        transform: translateY(0);
    }

}

/* =========================================================
INTRO
========================================================= */

/* =========================================================
   INTRO CIGALIA
   ========================================================= */

.intro-scene {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;

    background:
        radial-gradient(
            ellipse at center,
            #3b0000 0%,
            #180000 45%,
            #020202 100%
        );
}


/* =========================================================
   IMAGE CIGALIA DERRIÈRE LES RIDEAUX
   ========================================================= */

.intro-artist {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 100%;
    height: 100%;

    transform: translate(-50%, -50%);

    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.intro-artist img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    filter:
        brightness(.65)
        contrast(1.05);

    transform: scale(1.03);

    display: block;
}


/* =========================================================
   LUMIÈRE
   ========================================================= */

.stage-light {
    position: absolute;

    left: 50%;
    top: 40%;

    width: 900px;
    height: 900px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,235,180,.35) 0%,
            rgba(255,210,130,.12) 35%,
            transparent 70%
        );

    filter: blur(35px);

    opacity: .7;

    z-index: 7;

    pointer-events: none;
}


/* =========================================================
   RIDEAUX
   ========================================================= */

.curtain {
    position: absolute;

    top: 0;
    bottom: 0;

    width: 50%;

    z-index: 30;

    background-repeat: no-repeat;
    background-size: cover;

    will-change: transform;

    pointer-events: none;
}


/* =========================================================
   RIDEAU GAUCHE
   ========================================================= */

.curtain-left {
    left: 0;

    background-image:
        url("images/rideau-rouge-gauche.jpg");

    background-position: left center;

    transform-origin: left center;
}


/* =========================================================
   RIDEAU DROIT
   ========================================================= */

.curtain-right {
    right: 0;

    background-image:
        url("images/rideau-rouge-droite.jpg");

    background-position: right center;

    transform-origin: right center;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 90%;

    transform: translate(-50%, -50%);

    text-align: center;

    z-index: 20;

    opacity: 0;
}


/* CIGALIA */

.hero h1 {
    margin: 0;

    font-family:
        "Cinzel",
        Georgia,
        serif;

    font-size:
        clamp(65px, 10vw, 150px);

    font-weight: 500;

    letter-spacing:
        clamp(8px, 1.5vw, 22px);

    color: #fff;

    text-shadow:
        0 0 20px rgba(255,220,150,.35),
        0 0 60px rgba(212,175,55,.25),
        0 20px 50px rgba(0,0,0,.9);
}


/* TEXTE */

.hero p {
    margin:
        20px 0 35px;

    font-size:
        clamp(16px, 2vw, 24px);

    letter-spacing: 3px;

    color: #f5f0e5;

    text-shadow:
        0 4px 20px #000;
}


/* BOUTON */

.btn-enter {
    display: inline-block;

    padding:
        14px 32px;

    border:
        1px solid rgba(212,175,55,.8);

    color: #f5d97b;

    background:
        rgba(0,0,0,.35);

    letter-spacing: 2px;

    transition:
        all .3s ease;
}

.btn-enter:hover {
    background: #d4af37;

    color: #050505;

    transform: translateY(-3px);

    box-shadow:
        0 10px 35px
        rgba(212,175,55,.3);
}


/* =========================================================
   SOL
   ========================================================= */

.stage-floor {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 120px;

    background:
        linear-gradient(
            to bottom,
            rgba(50,0,0,.3),
            #020202
        );

    z-index: 35;

    pointer-events: none;
}


/* =========================================================
PARTICULES
========================================================= */

.particles {

    position: absolute;

    inset: 0;

    z-index: 6;

    pointer-events: none;

    overflow: hidden;
}


.dust {

    position: absolute;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background:
        rgba(255,230,170,.65);

    box-shadow:
        0 0 8px
        rgba(255,220,150,.5);
}


/* =========================================================
SCROLL
========================================================= */

.scroll-indicator {

    position: absolute;

    bottom: 25px;

    left: 50%;

    transform:
        translateX(-50%);

    z-index: 50;

    text-align: center;

    opacity: .7;
}


.scroll-indicator span {

    display: block;

    width: 1px;

    height: 35px;

    margin: auto auto 8px;

    background:
        var(--gold);

    animation:
        scrollLine 1.8s infinite;
}


.scroll-indicator small {

    letter-spacing: 3px;

    color:
        var(--gold-soft);
}


@keyframes scrollLine {

    0% {
        transform: scaleY(0);
        transform-origin: top;
    }

    50% {
        transform: scaleY(1);
        transform-origin: top;
    }

    51% {
        transform-origin: bottom;
    }

    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

/* second scroll */
/* =========================================================
   INDICATION SCROLL
   ========================================================= */

.scroll-hint {
    position: absolute;

    left: 50%;
    bottom: 28px;

    transform: translateX(-50%);

    z-index: 60;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 8px;

    color: #f5d97b;

    text-align: center;

    pointer-events: none;

    text-shadow:
        0 2px 10px rgba(0,0,0,.9),
        0 0 15px rgba(212,175,55,.35);

    transition:
        opacity .5s ease,
        transform .5s ease;
}


/* TEXTE */

.scroll-hint-text {
    font-family:
        Arial,
        sans-serif;

    font-size: 13px;

    letter-spacing: 2px;

    text-transform: uppercase;

    white-space: nowrap;
}


/* FLECHE */

.scroll-hint-arrow {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border: 1px solid rgba(245,217,123,.7);

    border-radius: 50%;

    font-size: 22px;

    animation:
        scrollArrow 1.5s ease-in-out infinite;

    box-shadow:
        0 0 20px rgba(212,175,55,.25);
}


/* ANIMATION */

@keyframes scrollArrow {

    0%,
    100% {
        transform: translateY(0);
        opacity: .65;
    }

    50% {
        transform: translateY(8px);
        opacity: 1;
    }

}


/* DISPARITION */

.scroll-hint.hidden {
    opacity: 0;

    transform:
        translateX(-50%)
        translateY(20px);
}

/*   */


/*   */

/* MOBILE */

@media(max-width:700px) {

    .scroll-hint {
        bottom: 20px;
    }

    .scroll-hint-text {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

}
/* =========================================================
SECTIONS
========================================================= */

.cigalia-section {

    position: relative;

    min-height: 100vh;

    padding:
        120px 0;

    overflow: hidden;

    background:
        radial-gradient(
            ellipse at center,
            #320000 0%,
            #150000 45%,
            #030303 100%
        );
}


.section-container {

    position: relative;

    z-index: 5;

    width:
        min(1200px,90%);

    margin: auto;

    display: flex;

    align-items: center;

    gap: 80px;
}


.section-container.column {

    flex-direction: column;

    justify-content: center;
}


.section-heading {

    text-align: center;

    max-width: 750px;
}


.section-kicker {

    display: block;

    margin-bottom: 15px;

    color:
        var(--gold);

    text-transform:
        uppercase;

    letter-spacing:
        5px;

    font-size:
        12px;
}


.section-heading h2,
.presentation-text h2 {

    font-family:
        Georgia,
        serif;

    font-size:
        clamp(48px,7vw,90px);

    letter-spacing: 5px;

    margin-bottom: 25px;

    color:
        var(--gold-light);
}


.section-heading p {

    color: #ccc;

    font-size: 19px;

    line-height: 1.8;
}


/* =========================================================
PRESENTATION
========================================================= */

.presentation-section {

    min-height: 100vh;
}


.presentation-image {

    flex: 1;
}


.presentation-image img {

    max-width: 540px;

    margin: auto;

    filter:
        drop-shadow(
            0 30px 60px
            rgba(0,0,0,.8)
        );
}


.presentation-text {

    flex: 1;
}


.presentation-text p {

    color: #ddd;

    font-size: 19px;

    line-height: 1.9;

    margin-bottom: 20px;
}


/* =========================================================
VIDEOS
========================================================= */

.videos-section {

    background:
        #050505;
}


.video-grid {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 30px;

    width: 100%;
}


.video-card {

    background:
        #100000;

    border:
        1px solid
        rgba(212,175,55,.25);

    padding: 15px;

    transition:
        .5s;
}


.video-card:hover {

    transform:
        translateY(-10px);

    border-color:
        var(--gold);
}


.video-placeholder {

    aspect-ratio:
        16 / 9;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        radial-gradient(
            circle,
            #420000,
            #080000
        );

    font-size: 45px;

    color:
        var(--gold);
}


.video-card h3 {

    padding: 20px 10px 10px;

    color:
        var(--gold-light);
}


/* =========================================================
PHOTOS
========================================================= */

.photo-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 25px;

    width: 100%;
}


.photo-card {

    overflow: hidden;

    aspect-ratio:
        4 / 3;

    border:
        1px solid
        rgba(212,175,55,.3);
}


.photo-card img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .7s;
}


.photo-card:hover img {

    transform:
        scale(1.08);
}


/* =========================================================
PRESSE
========================================================= */

.presse-section {

    background:
        radial-gradient(
            ellipse at center,
            #350000,
            #050505 70%
        );
}


.presse-box {

    width: 100%;

    max-width: 800px;

    padding: 60px;

    text-align: center;

    border:
        1px solid
        rgba(212,175,55,.35);

    background:
        rgba(0,0,0,.35);

    box-shadow:
        var(--shadow);
}


.presse-box h3 {

    color:
        var(--gold-light);

    font-family:
        Georgia,
        serif;

    font-size: 30px;

    margin-bottom: 20px;
}


.presse-box p {

    color: #ccc;

    line-height: 1.8;
}


/* =========================================================
TEMOIGNAGES
========================================================= */

.testimonials-section {

    background:
        #070707;
}


.testimonial-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 25px;

    width: 100%;
}


.testimonial-card {

    padding: 40px 30px;

    text-align: center;

    background:
        linear-gradient(
            150deg,
            #1c0000,
            #050505
        );

    border:
        1px solid
        rgba(212,175,55,.3);

    box-shadow:
        0 20px 50px
        rgba(0,0,0,.5);

    transition:
        .4s;
}


.testimonial-card:hover {

    transform:
        translateY(-8px);

    border-color:
        var(--gold);
}


.stars {

    color:
        var(--gold);

    letter-spacing:
        5px;

    margin-bottom:
        20px;
}


.testimonial-card p {

    color:
        #ddd;

    line-height:
        1.8;

    font-style:
        italic;

    margin-bottom:
        25px;
}


.testimonial-card strong {

    color:
        var(--gold-light);

    letter-spacing:
        3px;
}


/* =========================================================
CONTACT
========================================================= */

.contact-section {

    min-height:
        80vh;

    display:
        flex;

    align-items:
        center;

    text-align:
        center;

    background:
        radial-gradient(
            ellipse at center,
            #450000,
            #050505 75%
        );
}


.contact-button {

    display:
        inline-block;

    padding:
        18px 40px;

    border:
        1px solid
        var(--gold);

    color:
        var(--gold-light);

    letter-spacing:
        3px;

    transition:
        .4s;
}


.contact-button:hover {

    background:
        var(--gold);

    color:
        #000;

    transform:
        translateY(-5px);

    box-shadow:
        0 15px 40px
        rgba(212,175,55,.3);
}


/* =========================================================
FOOTER
========================================================= */

.site-footer {

    padding:
        40px 20px;

    text-align:
        center;

    background:
        #020202;

    color:
        #888;

    border-top:
        1px solid
        rgba(212,175,55,.15);
}


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

@media(max-width:800px) {

    .section-container {

        flex-direction:
            column;

        gap:
            50px;
    }

    .video-grid,
    .photo-grid,
    .testimonial-grid {

        grid-template-columns:
            1fr;
    }

    .intro-artist {

        width:
            100vw;
    }

    .intro-artist img {

        height:
            70vh;

        object-fit:
            cover;
    }

    .intro-content h1 {

        font-size:
            55px;

        letter-spacing:
            7px;
    }

    .intro-content p {

        font-size:
            15px;

        letter-spacing:
            2px;
    }

    .curtain {

        width:
            50%;
    }

    .presse-box {

        padding:
            35px 25px;
    }

}

/*  ----------   */

/* =========================================================
   CIGALIA V2
   INTRO - OUVERTURE PAR DÉFILEMENT
========================================================= */

#intro.intro-scroll {
    position: relative;
    height: 190vh;
    margin: 0;
    padding: 0;
}


/* ---------------------------------------------------------
   SCÈNE QUI RESTE À L'ÉCRAN PENDANT LE SCROLL
--------------------------------------------------------- */

.intro-stage {

    position: sticky;
    top: 0;

    width: 100%;
    height: 100vh;

    min-height: 650px;

    overflow: hidden;

    background:
        radial-gradient(
            ellipse at center,
            #3a0000 0%,
            #160000 45%,
            #020202 100%
        );

}


/* ---------------------------------------------------------
   RIDEAUX
--------------------------------------------------------- */

.intro-stage .curtain {

    position: absolute;

    top: 0;
    bottom: 0;

    width: 50%;

    z-index: 20;

    background-repeat: no-repeat;
    background-size: cover;

    will-change: transform;

    pointer-events: none;

    box-shadow:
        inset 0 0 80px rgba(0,0,0,.8),
        0 0 50px rgba(0,0,0,.7);

}


/* RIDEAU GAUCHE */

.intro-stage .curtain-left {

    left: 0;

    background-image:
        url("images/rideau-rouge-gauche.jpg");

    background-position: left center;

    transform: translateX(0);

}


/* RIDEAU DROIT */

.intro-stage .curtain-right {

    right: 0;

    background-image:
        url("images/rideau-rouge-droite.jpg");

    background-position: right center;

    transform: translateX(0);

}


/* ---------------------------------------------------------
   CIGALIA DERRIÈRE LES RIDEAUX
--------------------------------------------------------- */

.intro-stage .artist-silhouette {

    position: absolute;

    left: 50%;
    bottom: 5vh;

    width: min(1100px, 90vw);

    transform:
        translateX(-50%)
        scale(.72);

    z-index: 8;

    opacity: 0;

    pointer-events: none;

    will-change:
        transform,
        opacity,
        filter;

}


.intro-stage .artist-silhouette img {

    width: 100%;
    height: auto;

    display: block;

    filter:
        brightness(.75)
        contrast(1.05)
        drop-shadow(
            0 30px 60px rgba(0,0,0,.8)
        );

}


/* ---------------------------------------------------------
   LUMIÈRE
--------------------------------------------------------- */

.intro-stage .stage-light {

    position: absolute;

    left: 50%;
    bottom: -350px;

    width: 1000px;
    height: 1000px;

    transform:
        translateX(-50%)
        scale(.5);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,240,190,.42) 0%,
            rgba(255,220,150,.18) 25%,
            rgba(255,200,120,.06) 50%,
            transparent 72%
        );

    filter: blur(30px);

    opacity: 0;

    z-index: 5;

    pointer-events: none;

}


/* ---------------------------------------------------------
   TITRE CIGALIA
--------------------------------------------------------- */

.intro-stage .hero {

    position: absolute;

    left: 50%;
    top: 42%;

    transform:
        translate(-50%, -50%);

    width: 90%;

    text-align: center;

    z-index: 30;

    pointer-events: none;

}


.intro-stage .hero h1 {

    margin: 0;

    font-family:
        "Cinzel",
        Georgia,
        serif;

    font-size:
        clamp(65px, 10vw, 150px);

    font-weight: 500;

    letter-spacing:
        clamp(8px, 1.5vw, 22px);

    color: #f5d97b;

    text-shadow:
        0 0 20px rgba(255,220,150,.35),
        0 0 60px rgba(212,175,55,.2),
        0 25px 60px rgba(0,0,0,.9);

}


.intro-stage .hero p {

    margin-top: 25px;

    font-size:
        clamp(16px, 2vw, 24px);

    letter-spacing: 4px;

    color: #fff;

    text-shadow:
        0 5px 20px #000;

}


/* ---------------------------------------------------------
   BOUTON
--------------------------------------------------------- */

.intro-stage .btn-enter {

    display: inline-block;

    margin-top: 35px;

    padding: 14px 30px;

    border: 1px solid rgba(212,175,55,.7);

    color: #f5d97b;

    letter-spacing: 2px;

    pointer-events: auto;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;

}


.intro-stage .btn-enter:hover {

    background: #d4af37;

    color: #050505;

    transform: translateY(-3px);

}


/* ---------------------------------------------------------
   MESSAGE "FAITES DÉFILER"
--------------------------------------------------------- */

/* =========================================================
   INDICATION SCROLL
   ========================================================= */

.scroll-hint {
    position: absolute;

    left: 50%;
    bottom: 28px;

    transform: translateX(-50%);

    z-index: 60;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 8px;

    color: #f5d97b;

    text-align: center;

    pointer-events: none;

    text-shadow:
        0 2px 10px rgba(0,0,0,.9),
        0 0 15px rgba(212,175,55,.35);

    transition:
        opacity .5s ease,
        transform .5s ease;
}


/* TEXTE */

.scroll-hint-text {
    font-family:
        Arial,
        sans-serif;

    font-size: 13px;

    letter-spacing: 2px;

    text-transform: uppercase;

    white-space: nowrap;
}


/* FLECHE */

.scroll-hint-arrow {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border: 1px solid rgba(245,217,123,.7);

    border-radius: 50%;

    font-size: 22px;

    animation:
        scrollArrow 1.5s ease-in-out infinite;

    box-shadow:
        0 0 20px rgba(212,175,55,.25);
}


/* ANIMATION */

@keyframes scrollArrow {

    0%,
    100% {
        transform: translateY(0);
        opacity: .65;
    }

    50% {
        transform: translateY(8px);
        opacity: 1;
    }

}


/* DISPARITION */

.scroll-hint.hidden {
    opacity: 0;

    transform:
        translateX(-50%)
        translateY(20px);
}


/* MOBILE */

@media(max-width:700px) {

    .scroll-hint {
        bottom: 20px;
    }

    .scroll-hint-text {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

}


.scroll-arrow {

    width: 36px;
    height: 36px;

    margin: 12px auto 0;

    border: 1px solid rgba(212,175,55,.7);

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 22px;

    animation:
        scrollArrow 1.5s ease-in-out infinite;

}


@keyframes scrollArrow {

    0%,
    100% {

        transform: translateY(0);

        opacity: .65;

    }

    50% {

        transform: translateY(8px);

        opacity: 1;

    }

}


/* ---------------------------------------------------------
   PARTICULES
--------------------------------------------------------- */

.intro-stage .particles {

    position: absolute;

    inset: 0;

    z-index: 6;

    pointer-events: none;

    overflow: hidden;

}


.intro-stage .dust {

    position: absolute;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background:
        rgba(255,235,190,.7);

    box-shadow:
        0 0 8px
        rgba(255,220,150,.5);

}


/* ---------------------------------------------------------
   SOL
--------------------------------------------------------- */

.intro-stage .stage-floor {

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 120px;

    z-index: 25;

    background:
        linear-gradient(
            to bottom,
            rgba(40,0,0,.1),
            #080000
        );

    pointer-events: none;

}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media(max-width:700px) {

    #intro.intro-scroll {

        height: 170vh;

    }

    .intro-stage {

        min-height: 550px;

    }

    .intro-stage .hero h1 {

        font-size: 52px;

        letter-spacing: 6px;

    }

    .intro-stage .hero p {

        font-size: 15px;

        letter-spacing: 1px;

    }

    .scroll-hint {

        font-size: 10px;

        letter-spacing: 2px;

    }

}