@font-face {
    font-family: 'FlorDeRuina';
    src: url('../fonts/FlorDeRuina-Germen.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'FlorDeRuina-Flor';
    src: url('../fonts/FlorDeRuina-Flor.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'FlorDeRuina', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.1px #000000;
    list-style-type: none;
    cursor: crosshair;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FlorDeRuina-Flor', sans-serif;
    font-weight: 300;
    font-size: 4rem;
    -webkit-text-stroke: 0.1px #000000;
}

body {
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    font-size: 1.875rem;
}

#links ul li {
    font-weight: 400;
    font-size: 0.85em;
}

#links ul li .bullet {
    font-size: 0.7em;
    -webkit-text-stroke: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    cursor: crosshair;
}

a:hover {
    cursor: crosshair;
    color: #ff0000;
}

a:visited, a:active, a:link {
    color: #000000;
}

.modal-close {
    position: sticky;
    top: 0;
    float: right;
    margin: -0.5rem 0 0.5rem 0.5rem;
    z-index: 2;
    font-size: 1.75rem;
    line-height: 1;
    padding: 0.15rem 0.45rem;
    border: none;
    background: transparent;
    color: #000;
    cursor: pointer;
}

ul li a:hover {
    color: #000000;
}

#links ul li a:hover {
    color: #ff1a1a;
    text-decoration: underline;
    text-decoration-color: #ee0000;
    text-decoration-thickness: 0.5px;
    -webkit-text-stroke: 0.1px #ff1a1a;
}

#container {
    position: relative;
    margin-top: 12vh;
    margin-left: 1.5em;
}

#description {
    position: relative;
}

#description h2 {
    margin-bottom: 0;
}

#description p {
    font-size: 1.2rem;
    font-weight: 300;
}

#links {
    position: relative;
    margin-top: 1vh;
    z-index: 10;
}

#circulo {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 0;
}

#elipse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
}

/*-----------CONTACT------------*/

#form-container {
    margin: 2em 0 0 1.5em;
    display: flex;
    flex-direction: column;
}

label {
    display: inline-block;
    margin: 1em 0 .3em 0;
}

input{
    width: 95%;
    border: none;
    padding: .5rem;
    background-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid #000000;
}

form {
    display: flex;
    width: 35%;
    flex-wrap: wrap;
    margin-top: 1.5em;  
}

.form-col {
    width: 50%;
}

.form-col-expanded {
    width: 100%;
}

#message {
    width: 98%;
    height: 100px;
    resize: none;
    padding: .5rem;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

#submit-btn {
    color: #000000;   
    border: 1px solid #000000;
    width: 98%;
    margin-top: 1em;
}

#submit-btn:hover {
    background-color: #000000;
    color: #ffffff;
}


#circulo p {
    font-size: 1.5em; 
    display: block;
    width: 250px;
    margin: auto;
    margin-top: 50vh;
    text-align: center;
    transform: translate( 0, -50%);
}


/*-------------------WORKS-------------------*/

.works-list li {
    margin-top: 2px;    
}

.works-cont {
    padding-left: 1rem;
}

.works-list {
    padding: 2em 0 0 2em;
}

.artist {
    color: #000000;
    text-transform: lowercase;
}

.artist::after{
    content: " - ";
    color: #666666;
}

.link {
    color: #333333;
    text-transform: lowercase;
}

.link:hover{
    color: #000000;
    text-decoration: underline;
}

.work {
    color: #000000;
    font-style: italic;
}

/*------------------- MODAL (SPA) ---------------------*/

body.modal-open {
    overflow: hidden;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 5000;
    background: rgba(255, 255, 255, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
}

.modal-overlay.is-open {
    display: flex;
}

.modal-box {
    position: relative;
    width: min(96vw, 1100px);
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border: 1px dashed rgba(0, 0, 0, 0.35);
    padding: 2.5rem 1.75rem 1.5rem;
    box-sizing: border-box;
}

.modal-close {
    position: sticky;
    top: 0;
    float: right;
    margin: -0.5rem 0 0.5rem 0.5rem;
    z-index: 2;
    font-size: 1.75rem;
    line-height: 1;
    padding: 0.15rem 0.45rem;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.modal-close:hover {
    color: #000000;
}

.modal-prose a:hover,
.about-links a:hover {
    color: #000000;
}

#modal-panel-prod .works-modal-title,
#modal-panel-mixing .works-modal-title {
    position: relative;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    text-align: left;
    font-size: clamp(1.1rem, 3.5vw, 2.75rem);
    transform: none;
    font-style: oblique;
    color: transparent;
    -webkit-text-stroke-color: #000000;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 1rem;
}

#modal-panel-prod .works-modal-title-mobile,
#modal-panel-mixing .works-modal-title-mobile {
    display: none;
}

.modal-prose {
    padding: 0 0.5rem 1rem 0;
    max-width: 36rem;
    line-height: 1.55;
}

.modal-prose p {
    margin-top: 1em;
}

.modal-prose-title {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
}

.modal-prose a:hover,
.about-links a:hover {
    color: #51ff00;
}

.about-links {
    margin-top: 1.5em;
}

.about-sep {
    color: #666;
}







/*-------------------- MOBILE --------------------*/
@media only screen and (max-width: 1260px) {
    #modal-panel-prod .works-modal-title,
    #modal-panel-mixing .works-modal-title {
        font-size: clamp(1rem, 3vw, 2.25rem);
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 1.35rem;
        overflow:hidden;
        margin: 0px;
        padding: 0px;
    }

    #container {
        overflow: hidden;
        margin: 5px;
        width: 100vw;
        translate: 0 55%;
        z-index: 10;
    }

    #circulo img {
        width: 80vw;
    }

    /*-------------------CONTACT--------------------*/

    form {
        width: 95%;
        font-size: 1.25rem;
    }

    #works-cont {
        justify-content: end;
    }

    #modal-panel-prod .works-modal-title,
    #modal-panel-mixing .works-modal-title {
        display: none;
    }

    #modal-panel-prod .works-modal-title-mobile,
    #modal-panel-mixing .works-modal-title-mobile {
        display: inline-block;
        font-size: 25px;
        margin: 5px 0 0 40px ;
        font-style: italic;
        color: #fff;
        -webkit-text-stroke: 0;
    }

}

