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

.hero{

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    position:relative;

    padding:40px;

}



.hero-content{

    max-width:900px;

    display:flex;

    flex-direction:column;

    align-items:center;

}



.logo{

    width: 260px;

    height:auto;

    margin-bottom:35px;

}



.hero h1{

    font-family:'Cormorant Garamond', serif;

    font-size:5rem;

    font-weight:400;

    letter-spacing:8px;

    margin:0;

}



.hero-subtitle{

    font-family:'Inter', sans-serif;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-top:20px;

    font-size:0.9rem;

}



#quote{

    margin-top:55px;

    max-width:700px;

    font-family:'Cormorant Garamond', serif;

    font-style:italic;

    font-size:1.5rem;

    line-height:1.7;

}

body {

    margin: 0;

    background-color: #0e1326;

    color: #d4b35c;

    font-family: 'Cormorant Garamond', serif;

    overflow-x: hidden;

}

/* ===================================================== */
/*                  BACKGROUND MAP                       */
/* ===================================================== */

.background-map {

    position: fixed;

    top: 0;
    left: 0;

    width: 120%;
    height: 120%;

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

    background-image: url("../images/map_background.png");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    opacity: 0.06;

    filter: blur(1px);

    z-index: 0;

    pointer-events: none;

}

/* ===================================================== */
/*                  CONTENT LAYER                        */
/* ===================================================== */

.hero,
.manifesto,
.about,
.mentorship,
.founder,
.contact,
footer {

    position: relative;

    z-index: 2;

}


/* ===================================================== */
/*                 MANIFESTO SECTION                     */
/* ===================================================== */

.manifesto {

    min-height: 100vh;
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.manifesto-content {

    max-width: 850px;
    text-align: justify;

}


.manifesto h2 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;

}


.manifesto p {

    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 30px;

}


.manifesto .divider {

    width: 90px;
    height: 1px;
    background-color: #d4b35c;
    margin: 0 auto 50px auto;

}
/* ===================================================== */
/*                  ABOUT HYPATIA                        */
/* ===================================================== */


.about {

    min-height: 80vh;
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.about-content {

    max-width: 850px;
    text-align: justify;

}


.about h2 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;

}


.about p {

    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 30px;

}


.about .divider {

    width: 90px;
    height: 1px;
    background-color: #d4b35c;
    margin: 0 auto 50px auto;

}
/* ===================================================== */
/*              DOMAINS OF THOUGHT                       */
/* ===================================================== */


.domains {

    min-height: 80vh;
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.domains-content {

    max-width: 1100px;
    width: 100%;

}


.domains h2 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;

}


.domains .divider {

    width: 90px;
    height: 1px;
    background-color: #d4b35c;
    margin: 0 auto 60px auto;

}


.domain-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;

}


.domain-card {

    padding: 40px 30px;
    border: 1px solid rgba(212,179,92,0.35);
    background: rgba(14,19,38,0.35);
    text-align: center;
    transition: all 0.4s ease;

}


.domain-card:hover {

    transform: translateY(-8px);
    border-color: #d4b35c;

}


.domain-card h3 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 25px;

}


.domain-card p {

    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    line-height: 1.7;
    font-weight: 300;

}
@media (max-width: 900px) {


    .domain-grid {

        grid-template-columns: 1fr;

    }


}
/* ===================================================== */
/*                    ANALYSES                           */
/* ===================================================== */


.analyses {

    min-height: 80vh;
    padding: 120px 20px;
    display: flex;
    justify-content: center;

}


.analyses-content {

    max-width: 1100px;
    width: 100%;

}


.analyses h2 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;

}


.analyses .divider {

    width: 90px;
    height: 1px;
    background-color: #d4b35c;
    margin: 0 auto 60px auto;

}


.analysis-grid {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;

}


.analysis-card {

    padding: 45px 40px;
    border: 1px solid rgba(212,179,92,0.35);
    background: rgba(14,19,38,0.35);

    transition: all 0.4s ease;

}


.analysis-card:hover {

    transform: translateY(-8px);
    border-color: #d4b35c;

}


.analysis-category {

    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d4b35c;

}


.analysis-card h3 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 25px 0;

}


.analysis-card p {

    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 300;

}


.analysis-card button {

    margin-top: 30px;

    background: transparent;
    border: 1px solid #d4b35c;

    color: inherit;

    padding: 12px 25px;

    font-family: 'Inter', sans-serif;

    cursor: pointer;

    transition: all 0.3s ease;

}


.analysis-card button:hover {

    background: #d4b35c;
    color: #0e1326;

}

/* ========================================= */
/*            COMING SOON                    */
/* ========================================= */

.coming-soon{

    max-width:700px;

    margin:80px auto;

    text-align:center;

}

.coming-soon h3{

    font-family:'Cormorant Garamond', serif;

    font-size:2.3rem;

    font-weight:400;

    letter-spacing:2px;

    color:#d4b35c;

    margin-bottom:25px;

}

.coming-soon p{

    font-family:'Cormorant Garamond', serif;

    font-size:1.25rem;

    line-height:1.8;

    font-weight:300;

    opacity:.9;

    max-width:650px;

    margin:0 auto;

}

@media (max-width: 900px) {


    .analysis-grid {

        grid-template-columns: 1fr;

    }


}
/* ===================================================== */
/*                    FRAGMENTS                          */
/* ===================================================== */


.fragments {

    min-height: 80vh;
    padding: 140px 20px;
    display: flex;
    justify-content: center;

}


.fragments-content {

    max-width: 900px;
    width: 100%;

}


.fragments h2 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;

}


.fragments .divider {

    width: 90px;
    height: 1px;
    background-color: #d4b35c;
    margin: 0 auto 70px auto;

}


.fragment-container {

    display: flex;
    justify-content: center;

}


.fragment-card {

    text-align: center;
    padding: 60px 50px;

    border-top: 1px solid rgba(212,179,92,0.4);
    border-bottom: 1px solid rgba(212,179,92,0.4);

}


.fragment-number {

    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    color: #d4b35c;
    letter-spacing: 4px;

}


.fragment-card blockquote {

    font-family: 'Cormorant Garamond', serif;

    font-size: 2.3rem;
    font-style: italic;
    font-weight: 300;

    line-height: 1.4;

    margin: 40px 0;

}


.fragment-card p {

    font-family: 'Cormorant Garamond', serif;

    font-size: 1.3rem;

    line-height: 1.8;

    font-weight: 300;

}


.fragment-link {

    display: block;

    margin-top: 35px;

    font-family: 'Inter', sans-serif;

    font-size: 0.75rem;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #d4b35c;

}
@media (max-width: 900px) {


    .fragment-card {

        padding: 40px 20px;

    }


    .fragment-card blockquote {

        font-size: 1.8rem;

    }


}

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

.fragment-intro{

    max-width:850px;

    margin:0 auto 35px auto;

    text-align:center;

    font-family:'Cormorant Garamond', serif;

    font-size:2.2rem;

    font-style:italic;

    font-weight:300;

    line-height:1.5;

    color:#d4b35c;

}

.fragment-description{

    max-width:760px;

    margin:0 auto 70px auto;

    text-align:center;

    font-family:'Cormorant Garamond', serif;

    font-size:1.2rem;

    line-height:1.9;

    font-weight:300;

    opacity:.9;

}

/* ===================================================== */
/*              SERVICES                                 */
/* ===================================================== */
.launch-note{

    max-width:650px;

    margin:30px auto 0;

    text-align:center;

    font-family:'Cormorant Garamond', serif;

    font-style:italic;

    font-size:1.05rem;

    line-height:1.7;

    color:#d4b35c;

    opacity:.8;

}


/* ===================================================== */
/*              FOUNDER & DIRECTOR                      */
/* ===================================================== */


.founder {

    min-height: 100vh;
    padding: 150px 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.founder-content {

    max-width: 850px;
    width: 100%;
    text-align: center;

}


.founder h2 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 40px;

}


.founder .divider {

    width: 90px;
    height: 1px;
    background-color: #d4b35c;
    margin: 0 auto 50px auto;

}


.founder h3 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;

}


.founder-role {

    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 2;
    color: #d4b35c;

    margin-bottom: 70px;

}


.founder-bio {

    text-align: justify;

}


.founder-bio p {

    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 35px;

}
@media (max-width: 900px) {

    .founder h3 {

        font-size: 2rem;

    }

    .founder-bio p {

        font-size: 1.15rem;

    }

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


.contact {

    min-height: 50vh;
    padding: 100px 20px;

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

}


.contact-content {

    text-align: center;

}


.contact h2 {

    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;

}


.contact .divider {

    width: 90px;
    height: 1px;

    background-color: #d4b35c;

    margin: 40px auto;

}


.contact p {

    font-family: 'Cormorant Garamond', serif;

    font-size: 1.3rem;

    margin-bottom: 30px;

}


.contact-email {

    font-family: 'Inter', sans-serif;

    letter-spacing: 2px;

    color: #d4b35c;

    text-decoration: none;

}



.contact-email:hover {

    opacity: 0.7;

}


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


.footer {

    padding: 50px 20px;

    text-align: center;

    border-top: 1px solid rgba(212,179,92,0.25);

}


.footer p {

    font-family: 'Inter', sans-serif;

    font-size: 0.8rem;

    letter-spacing: 2px;

}


.footer-motto {

    margin-top: 20px;

    font-family: 'Cormorant Garamond', serif !important;

    font-size: 1.2rem !important;

    font-style: italic;

}
/* ===================================================== */
/*                    NAVIGATION                         */
/* ===================================================== */


.main-nav {

    position: fixed;

    top: 30px;
    left: 50%;

    transform: translateX(-50%);

    z-index: 1000;

    display: flex;
    gap: 35px;
    transition: opacity 0.4s ease, transform 0.4s ease;

}

.main-nav.hidden {

    opacity: 0;

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

    pointer-events: none;

}


.main-nav a {

    font-family: 'Inter', sans-serif;

    font-size: 0.8rem;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #d4b35c;

    text-decoration: none;

    opacity: 0.85;

    transition: all 0.3s ease;

}


.main-nav a:hover {

    color: #ffffff;

    opacity: 1;

}
html {

    scroll-behavior: smooth;

}
/* ===================================================== */
/*              SCROLL REVEAL                            */
/* ===================================================== */


.hidden {

    opacity: 0;

    transform: translateY(40px);

    transition:

        opacity 1s ease,
        transform 1s ease;

}



.visible {

    opacity: 1;

    transform: translateY(0);

}
/* ===================================================== */
/*                  MUSIC BUTTON                         */
/* ===================================================== */


#musicButton {


    position: fixed;

    bottom: 35px;

    right: 35px;


    width: 45px;

    height: 45px;


    border-radius: 50%;


    border: 1px solid #d4b35c;


    background: rgba(14,19,38,0.7);


    color: #d4b35c;


    font-size: 18px;


    cursor: pointer;


    z-index: 1000;


    transition: all 0.3s ease;


}



#musicButton:hover {


    transform: scale(1.1);


}
/* ===================================================== */
/*                    HERO EFFECTS                       */
/* ===================================================== */


.hero-content {

    animation: heroFade 2s ease forwards;

}



.logo {

    animation: logoGlow 5s ease-in-out infinite;

}



.hero-element {

    opacity: 0;

    transform: translateY(25px);

    animation: heroElement 1.5s ease forwards;

}



.hero-element:nth-child(1) {

    animation-delay: 0.3s;

}


.hero-element:nth-child(2) {

    animation-delay: 0.8s;

}


.hero-element:nth-child(3) {

    animation-delay: 1.2s;

}


.hero-element:nth-child(4) {

    animation-delay: 1.6s;

}



@keyframes heroFade {


    from {

        opacity:0;

    }


    to {

        opacity:1;

    }

}



@keyframes heroElement {


    to {

        opacity:1;

        transform:translateY(0);

    }

}



@keyframes logoGlow {


    0% {

        filter: drop-shadow(0 0 0 rgba(212,179,92,0));

    }


    50% {

        filter: drop-shadow(0 0 18px rgba(212,179,92,0.35));

    }


    100% {

        filter: drop-shadow(0 0 0 rgba(212,179,92,0));

    }

}
/* ===================================================== */
/*              SCROLL INDICATOR                         */
/* ===================================================== */


.scroll-indicator {

    position:absolute;

    bottom:40px;

    left:50%;

    transform:translateX(-50%);

    font-family:'Inter', sans-serif;

    font-size:0.7rem;

    letter-spacing:4px;

    text-transform:uppercase;

    opacity:0.7;

    animation: scrollPulse 2s infinite;

}



@keyframes scrollPulse {


    0% {

        opacity:0.3;

    }


    50% {

        opacity:1;

    }


    100% {

        opacity:0.3;

    }


}
/* ===================================================== */
/*              RESEARCH MENTORSHIP                     */
/* ===================================================== */


.mentorship {

    min-height: 90vh;
    padding: 140px 20px;

    display: flex;
    justify-content: center;

}


.mentorship-content {

    max-width: 1000px;
    width: 100%;
    text-align: center;

}


.mentorship h2 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 3rem;

    font-weight: 400;

    letter-spacing: 2px;

    margin-bottom: 40px;

}



.mentorship .divider {

    width: 90px;

    height: 1px;

    background-color: #d4b35c;

    margin: 0 auto 50px auto;

}



.mentorship-intro {

    font-family: 'Cormorant Garamond', serif;

    font-size: 1.8rem;

    font-style: italic;

    font-weight: 300;

    margin-bottom: 60px;

}



.mentorship-text {

    max-width: 800px;

    margin: 0 auto 80px auto;

}



.mentorship-text p {

    font-family: 'Cormorant Garamond', serif;

    font-size: 1.3rem;

    line-height: 1.9;

    font-weight: 300;

    margin-bottom: 35px;

}



.mentorship-grid {

    display: grid;

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

    gap: 50px;

}



.mentorship-item {

    padding: 35px 25px;

    border-top: 1px solid rgba(212,179,92,0.4);

}



.mentorship-item h3 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 1.8rem;

    font-weight: 400;

    margin-bottom: 25px;

}



.mentorship-item p {

    font-family: 'Cormorant Garamond', serif;

    font-size: 1.15rem;

    line-height: 1.7;

    font-weight: 300;

}
@media (max-width:900px) {


    .mentorship-grid {

        grid-template-columns:1fr;

        gap:40px;

    }


    .mentorship-intro {

        font-size:1.5rem;

    }


}
/* ===================================================== */
/*              MENTORSHIP BUTTON                        */
/* ===================================================== */

.mentorship-button{

    margin-top:70px;

    text-align:center;

}



.mentorship-button a{

    display:inline-block;

    padding:14px 34px;

    border:1px solid #d4b35c;

    color:#d4b35c;

    text-decoration:none;

    text-transform:uppercase;

    letter-spacing:2px;

    font-family:'Inter', sans-serif;

    font-size:.8rem;

    transition:all .35s ease;

}



.mentorship-button a:hover{

    background:#d4b35c;

    color:#0e1326;

}

/* ===================================================== */
/*                  LANGUAGE BUTTON                     */
/* ===================================================== */

#languageButton {

    background-color: #0e1326;

    color: #d4b35c;

    border: 1px solid #d4b35c;

    padding: 8px 16px;

    font-family: 'Inter', sans-serif;

    font-size: 0.75rem;

    letter-spacing: 2px;

    text-transform: uppercase;

    cursor: pointer;

    transition: all 0.3s ease;

    border-radius: 3px;

}


#languageButton:hover {

    background-color: #d4b35c;

    color: #0e1326;

}

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


.contact-email,
.contact-instagram {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-top: 0px;

    color: #d4b35c;

    text-decoration: none;

    font-family: 'Inter', sans-serif;

    font-size: 0.95rem;

    transition: all .3s ease;

}

.contact-email:hover,
.contact-instagram:hover {

    color: #ffffff;

}

.contact-instagram svg {

    width: 18px;

    height: 18px;

    flex-shrink: 0;

}

.contact-links{

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:18px;

    margin-top:30px;

}