/* Sobre Miguel Jaime Page Specific Styles */

/* Header Navigation for Sobre Miguel Jaime Page */
.header-navigation-sobre {
    width: 100%;
    height: 62px;
    padding: 20px 20px 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(245, 241, 232, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 0.3s ease;
}

.nav-logo {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    white-space: pre;
    letter-spacing: 0;
}

.nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    white-space: pre;
    padding: 3px 5px;
    letter-spacing: 0;
    transition: opacity 0.2s;
}

.nav-link:hover {
    opacity: 0.7;
}

.nav-link.active {
    font-weight: 500;
}

/* Main Content */
.sobre-main {
    width: 100%;
    padding: 0 20px 20px 20px;
    margin-top: 102px;
}

.sobre-content {
    width: 100%;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Text Container */
.sobre-text-container {
    display: flex;
    flex-direction: column;
    width: 542px;
    height: 596px;
    flex-shrink: 0;
    padding-right: 100px;
}

.sobre-text {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
    color: black;
    letter-spacing: -0.24px;
    width: 306px;
}

.sobre-text p {
    margin: 0 0 0 0;
    line-height: 1.15;
}

.sobre-text .text-bold {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
}

/* Image Container */
.sobre-image-container {
    position: relative;
    width: 674px;
    height: 780px;
    overflow: hidden;
    flex-shrink: 0;
}

.sobre-image {
    width: 101.71%;
    height: 117.07%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: -8.53%;
}

/* Quote Section */
.quote-section {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-start;
    justify-content: center;
    padding: 64px;
    width: 100%;
    margin-top: 50px;
}

.quote-divider {
    height: 0;
    width: 1038px;
    border-top: 1px solid black;
    position: relative;
}

.quote-text {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    color: black;
    letter-spacing: -0.24px;
    width: 746px;
    margin: 0;
}

.quote-author {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
}

.quote-author-image {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.quote-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quote-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.quote-author-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: black;
    letter-spacing: -0.3px;
    margin: 0;
    white-space: pre;
}

.quote-author-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: -0.08px;
    text-decoration: underline;
    text-underline-position: from-font;
    cursor: pointer;
    white-space: pre;
}

.quote-author-link:hover {
    opacity: 0.7;
}

/* Desktop Layout (1280px and above) */
@media (min-width: 1280px) {
    .sobre-main {
        max-width: 1280px;
        margin: 102px auto 0;
    }
    
    .sobre-content {
        display: flex;
        gap: 50px;
        align-items: flex-start;
    }
    
    .sobre-text-container {
        width: 542px;
        height: 596px;
        padding-right: 100px;
    }
    
    .sobre-text {
        width: 306px;
    }
    
    .sobre-image-container {
        width: 674px;
        height: 780px;
    }
    
    .quote-section {
        width: 1240px;
        margin: 50px auto 0;
    }
    
    .quote-divider {
        width: 1038px;
    }
    
    .quote-text {
        width: 746px;
    }
    
    .header-navigation-sobre {
        max-width: 1280px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Tablet Layout (768px to 1279px) */
@media (min-width: 768px) and (max-width: 1279px) {
    .sobre-main {
        max-width: 800px;
        margin: 102px auto 0;
        padding: 0 35px 20px 35px;
    }
    
    .sobre-content {
        display: flex;
        gap: 30px;
        align-items: flex-start;
    }
    
    .sobre-text-container {
        width: 289px;
        height: 596px;
        padding-right: 0;
    }
    
    .sobre-text {
        width: 225px;
    }
    
    .sobre-image-container {
        width: 446px;
        height: 516px;
    }
    
    .quote-section {
        width: 760px;
        margin: 50px auto 0;
        padding: 32px;
    }
    
    .quote-divider {
        width: 696px;
    }
    
    .quote-text {
        width: 696px;
    }
    
    .header-navigation-sobre {
        max-width: 800px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Mobile Layout (up to 767px) */
@media (max-width: 767px) {
    .sobre-main {
        max-width: 375px;
        margin: 202px auto 0;
        padding: 0 20px 20px 20px;
    }
    
    .sobre-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .sobre-image-container {
        width: 325px;
        height: 376px;
        margin-top: 0;
        order: -1;
    }
    
    .sobre-text-container {
        width: 340px;
        height: auto;
        padding-right: 0;
        margin-top: 41.5px;
    }
    
    .sobre-text {
        width: 100%;
        max-width: 337px;
    }
    
    .quote-section {
        width: 335px;
        margin: 50px auto 0;
        padding: 0;
        gap: 48px;
    }
    
    .quote-divider {
        width: 100%;
    }
    
    .quote-text {
        width: 100%;
        font-size: 12px;
    }
    
    .quote-author {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .quote-author-info {
        width: 100%;
    }
    
    .header-navigation-sobre {
        max-width: 100%;
        margin: 0;
        flex-direction: column;
        height: auto;
        min-height: 162px;
        align-items: flex-start;
        gap: 8px;
        padding: 20px;
    }
    
    .nav-links {
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
        width: 100%;
    }
    
    .nav-link {
        text-align: right;
    }
}

/* Small Mobile (very small screens) */
@media (max-width: 374px) {
    .sobre-main {
        max-width: 100%;
        padding: 0 10px 20px 10px;
    }
    
    .sobre-image-container {
        width: 100%;
        max-width: 325px;
        height: auto;
        aspect-ratio: 325 / 376;
    }
    
    .sobre-text-container {
        width: 100%;
    }
    
    .sobre-text {
        width: 100%;
        font-size: 11px;
    }
    
    .quote-section {
        width: 100%;
    }
    
    .header-navigation-sobre {
        max-width: 100%;
        padding: 20px 10px 30px 10px;
    }
}
