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

a {
    color: #000;
}

body {
    font-family: "Lora", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    color: #000;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 40px;
    width: 100%;
}

.watermark {
    position: fixed;
    top: 50%;
    left: 51.5%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.08;
    pointer-events: none;
    width: 90vw;
    max-width: 800px;
    height: 90vw;
    max-height: 800px;
}

.watermark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-image {
    position: absolute;
    top: 40px;
    right: 80px;
    z-index: 3;
}

.art-drawing {
    width: 400px;
    height: auto;
    max-width: 100%;
}

#img-telainicial {
    top: 40px;
    right: 30px;
}

#img-telainicial .art-drawing {
    width: 497px;
    height: auto;
}

#img-dalirica {
    top: 40px;
    right: 100px;
}

#img-dalirica .art-drawing {
    width: 360px;
    height: auto;
}

#img-danarrativa {
    top: 24px;
    right: 160px;
}

#img-danarrativa .art-drawing {
    width: 294px;
    height: auto;
}

.main-header {
    margin-top: 80px;
}

.main-header h1 {
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 12px;
    line-height: 49px;
    margin-left: -4px;
}

.subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.main-nav {
    position: fixed;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 60px;
    z-index: 10;
    width: max-content;
}

.main-nav a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    transition: opacity 0.3s;
}

.main-nav a:hover {
    opacity: 0.6;
}

.back-arrow {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    transition: opacity 0.3s;
    rotate: 270deg;
    z-index: 10;
}

.back-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.back-arrow:hover {
    opacity: 0.7;
}

.section-header h1,
.title h1 {
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 80px;
}

.section-header-with-image {
    position: relative;
}

.section-header-with-image h1 {
    padding-right: 220px;
}

.header-float-img {
    position: absolute;
    top: -75px;
    right: 0;
    width: 200px;
    height: auto;
}

.post-list {
    margin-top: 80px;
    max-width: 600px;
}

.post-list a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
}

.post-list a:hover {
    opacity: 0.6;
}

.content-area {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 60px;
}

.content-area h1 {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 60px;
}

.definition {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
    padding: 0 200px;
}

.definition strong {
    font-weight: 600;
}

.link-bottom {
    text-align: right;
    margin-top: 80px;
}

.link-bottom a {
    color: #d32f2f;
    text-decoration: none;
    font-size: 18px;
    transition: opacity 0.3s;
}

.link-bottom a:hover {
    opacity: 0.7;
}

.blog-post {
    max-width: 800px;
    margin: 120px auto;
    padding: 0 60px;
}

.blog-post h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 1.3;
}

.blog-post p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
}

.post-icon {
    margin: 60px 0;
}

.post-icon img {
    width: 100%;
    height: auto;
}

.post-tags {
    font-family: "Lora", serif;
    text-align: justify;
    margin-top: 60px;
    font-size: 18px;
}

.post-tags-span {
    color: #aaa;
}

.disclaimer {
    font-size: 14px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.credits {
    text-align: center;
}

.credits strong {
    font-weight: 800;
}

.credit {
    margin-top: -10px;
    margin-bottom: 10px;
}

.end-marker {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.end-marker img {
    width: 60px;
    height: 60px;
}

.blog-post {
    font-family: "EB Garamond", Georgia, serif;
}

.highlight {
    font-family: "Lora", serif;
    font-style: italic;
}

.poem-quote {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: italic;
    font-family: "Lora", serif;
    line-height: 1.9;
}

.section-divider {
    font-size: 24px;
    font-weight: 600;
    margin: 50px 0;
    letter-spacing: 4px;
    font-family: "EB Garamond", Georgia, serif;
}

.blog-post .section-header h1 {
    font-family: "Lora", serif;
}

.post-list a {
    width: max-content;
}

@media (max-width: 1280px) {
    .container {
        padding: 50px 35px;
    }

    .main-header h1 {
        font-size: 64px;
    }

    .subtitle {
        font-size: 22px;
    }

    .main-nav {
        gap: 50px;
        bottom: 22%;
    }

    .main-nav a {
        font-size: 21px;
    }

    .header-image {
        right: 60px;
        top: 40px;
    }

    .art-drawing {
        width: 350px;
    }

    #img-telainicial {
        right: 25px;
        top: 40px;
    }

    #img-telainicial .art-drawing {
        width: 440px;
    }

    #img-dalirica {
        right: 90px;
        top: 40px;
    }

    #img-dalirica .art-drawing {
        width: 320px;
    }

    #img-danarrativa {
        right: 140px;
        top: 30px;
    }

    #img-danarrativa .art-drawing {
        width: 260px;
    }

    :not(.homepage) .section-header h1 {
        font-size: 58px;
        margin-left: 80px;
    }

    .title h1 {
        font-size: 58px;
        margin-left: 80px;
    }

    .section-header-with-image h1 {
        margin-left: 80px;
        padding-right: 200px;
    }

    .header-float-img {
        width: 180px;
    }

    .definition {
        padding: 0 100px;
    }

    .content-area {
        padding: 0 50px;
    }

    .blog-post {
        padding: 0 50px;
    }
}

@media (max-width: 992px) {
    .main-header h1 {
        font-size: 56px;
        letter-spacing: 8px;
    }

    .subtitle {
        font-size: 20px;
    }

    :not(.homepage) .section-header h1 {
        font-size: 52px;
        margin-left: 60px;
    }

    .title h1 {
        font-size: 51px;
        margin-left: 60px;
    }

    .section-header-with-image h1 {
        margin-left: 60px;
        padding-right: 180px;
    }

    .header-float-img {
        width: 160px;
    }

    .content-area {
        padding: 0 40px;
    }

    .definition {
        padding: 0 60px;
    }

    .blog-post {
        padding: 0 40px;
    }

    .header-image {
        right: 50px;
    }

    .art-drawing {
        width: 260px;
    }

    #img-telainicial {
        right: 25px;
    }

    #img-telainicial .art-drawing {
        width: 280px;
    }

    #img-dalirica {
        right: 70px;
    }

    #img-dalirica .art-drawing {
        width: 240px;
    }

    #img-danarrativa {
        right: 100px;
    }

    #img-danarrativa .art-drawing {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 40px 30px;
    }

    .main-header {
        margin-top: 60px;
    }

    .main-header h1 {
        font-size: 32px;
        letter-spacing: 6px;
        line-height: 0.6;
    }

    .subtitle {
        font-size: 11px;
        margin-left: -3px;
    }

    .main-nav {
        flex-direction: row;
        gap: 40px;
        bottom: 20%;
        align-items: center;
    }

    .main-nav a {
        font-size: 20px;
    }

    .header-image {
        right: 30px;
        top: 40px;
    }

    .art-drawing {
        width: 240px !important;
        max-width: 100%;
    }

    #img-telainicial {
        right: 20px;
        top: 40px;
    }

    #img-telainicial .art-drawing {
        width: 240px !important;
    }

    #img-dalirica {
        right: 50px;
        top: 40px;
    }

    #img-dalirica .art-drawing {
        width: 220px !important;
    }

    #img-danarrativa {
        right: 80px;
        top: 30px;
    }

    #img-danarrativa .art-drawing {
        width: 180px !important;
    }

    :not(.homepage) .section-header h1 {
        font-size: 44px;
        margin-bottom: 50px;
        margin-top: 60px;
        margin-left: 20px;
    }

    .title h1 {
        font-size: 31px;
        margin-left: 20px;
    }

    .section-header-with-image h1 {
        margin-left: 20px;
        padding-right: 160px;
    }

    .header-float-img {
        width: 140px;
        top: -60px;
    }

    .blog-post h1 {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .blog-post {
        padding: 0 30px;
        margin: 50px auto;
    }

    .content-area {
        padding: 0 30px;
        margin: 50px auto;
    }

    .definition {
        padding: 0 30px;
        font-size: 17px;
    }

    .post-list {
        margin-top: 50px;
    }

    .post-list a {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .back-arrow {
        top: 30px;
        left: 30px;
        width: 36px;
        height: 36px;
    }

    .watermark {
        width: 170%;
        height: 170%;
    }

    .poem-quote {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 425px) {
    .homepage {
        overflow-y: hidden;
    }
    
    .container {
        padding: 30px 20px;
    }

    .main-header {
        margin-top: 50px;
    }

    .main-header h1 {
        font-size: 30px;
        letter-spacing: 4.9px;
        line-height: 0.3;
    }

    .subtitle {
        font-size: 10px;
    }

    .main-nav {
        flex-direction: row;
        gap: 30px;
        bottom: 22%;
        align-items: center;
    }

    .main-nav a {
        font-size: 18px;
    }

    .header-image {
        right: 20px;
        top: 30px;
    }

    .art-drawing {
        width: 180px !important;
        max-width: 100%;
    }

    #img-telainicial {
        right: 14px;
        top: 52px;
    }

    #img-telainicial .art-drawing {
        width: 205px !important;
    }

    #img-dalirica {
        right: 20px;
        top: 30px;
    }

    #img-dalirica .art-drawing {
        width: 150px !important;
    }

    #img-danarrativa {
        right: 30px;
        top: 45px;
    }

    #img-danarrativa .art-drawing {
        width: 120px !important;
    }

    :not(.homepage) .section-header h1 {
        font-size: 36px;
        margin-bottom: 40px;
        margin-top: 50px;
        width: 100%;
    }

    .title h1 {
        font-size: 20px;
        margin-bottom: 40px;
        margin-top: 50px;
        width: 100%;
    }

    .section-header-with-image h1 {
        padding-right: 130px;
    }

    .header-float-img {
        width: 110px;
        top: -50px;
    }

    .blog-post h1 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .blog-post {
        padding: 0 20px;
        margin: 70px auto;
    }

    .blog-post p {
        font-size: 16px;
    }

    .content-area {
        padding: 0 20px;
        margin: 40px auto;
    }

    .definition {
        padding: 0 20px;
        font-size: 16px;
    }

    .post-list {
        margin-top: 60px;
    }

    .post-list a {
        font-size: 15px;
        word-wrap: break-word;
        width: fit-content;
        margin-bottom: 15px;
        margin-left: 20px;
        padding-right: 40px;
    }

    .back-arrow {
        top: 25px;
        left: 20px;
        width: 32px;
        height: 32px;
    }

    .poem-quote {
        margin-left: 20px;
        margin-right: 20px;
    }

    .post-tags {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .container {
        padding: 25px 15px;
    }

    .main-header {
        margin-top: 40px;
    }

    .main-header h1 {
        font-size: 26px;
        letter-spacing: 5px;
        line-height: 0.3;
    }

    .subtitle {
        font-size: 9px;
    }

    .main-nav {
        flex-direction: row;
        gap: 25px;
        bottom: 20%;
        align-items: center;
    }

    .main-nav a {
        font-size: 16px;
    }

    .header-image {
        right: 10px;
        top: 25px;
    }

    .art-drawing {
        width: 100px !important;
        max-width: 100%;
    }

    #img-telainicial {
        right: 10px;
        top: 40px;
    }

    #img-telainicial .art-drawing {
        width: 190px !important;
    }

    #img-dalirica {
        right: 70px;
        top: 40px;
    }

    #img-dalirica .art-drawing {
        width: 100px !important;
    }

    #img-danarrativa {
        right: 35px;
        top: 20px;
    }

    #img-danarrativa .art-drawing {
        width: 80px !important;
    }

    :not(.homepage) .section-header h1 {
        font-size: 32px;
        margin-bottom: 35px;
        margin-top: 40px;
    }

    .title h1 {
        font-size: 19px;
        margin-bottom: 35px;
        margin-top: 40px;
    }

    .section-header-with-image h1 {
        padding-right: 100px;
    }

    .header-float-img {
        width: 80px;
        top: -40px;
    }

    .blog-post h1 {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .blog-post {
        padding: 0 15px;
        margin: 45px auto;
    }

    .blog-post p {
        font-size: 15px;
    }

    .content-area {
        padding: 0 15px;
        margin: 35px auto;
    }

    .definition {
        padding: 0 15px;
        font-size: 15px;
        line-height: 1.7;
    }

    .post-list {
        margin-top: 35px;
    }

    .post-list a {
        font-size: 10px;
        margin-bottom: 12px;
    }

    .back-arrow {
        top: 20px;
        left: 15px;
        width: 28px;
        height: 28px;
    }

    .post-icon img {
        width: 100%;
    }

    .end-marker img {
        width: 45px;
        height: 45px;
    }

    .watermark {
        width: 175%;
        height: 175%;
    }

    .post-tags {
        font-size: 15px;
    }
}
