
body {
    max-width: 100vw;
}

.hero {
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem 2rem 3rem;
    background: var(--black);
    position: relative;
}

.hero-bg-image,
.hero-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 28%;
}

.hero-bg-image {
    background-image: url('../images/maite-right.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 0;
}

.hero-bg-gradient {
    background: linear-gradient(to left, var(--black) 0%, transparent 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 10vw, 6rem);
    font-weight: 300;
    letter-spacing: 0.15em;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.hero p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-top: 1rem;
}

.quote-intro {
    background: var(--cream);
    padding: 3rem 2rem;
    text-align: center;
}

.quote-intro p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 400;
    line-height: 1.9;
    color: var(--black);
    max-width: 910px;
    margin: 0 auto;
    font-style: italic;
}

.quote-intro em {
    font-style: italic;
}

.quote-intro cite {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: #666;
    margin-top: 1.5rem;
}

.section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 6rem 4rem;
    position: relative;
}

.section:nth-child(odd) {
    background: var(--cream);
    color: var(--dark);
}

.section:nth-child(even) {
    background: var(--charcoal);
    color: var(--white);
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.section:nth-child(even) .section-container {
    direction: rtl;
}

.section:nth-child(even) .section-container > * {
    direction: ltr;
}

.section-content {
    padding: 0 0 1rem;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 300;
    letter-spacing: 0.05em;
    top: 4.5rem;
    z-index: 10;
    padding: 1rem 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    white-space: nowrap;
}

.section:nth-child(odd) .section-title {
    background: var(--cream);
}

.section:nth-child(even) .section-title {
    background: var(--charcoal);
}

.section-title::after {
    display: none;
}

.sub-section {
    margin-top: 2rem;
}

.sub-section:first-child {
    margin-top: 0;
}

.sub-sub-section {
    margin-top: 2rem;
}

.sub-sub-section:first-child {
    margin-top: 0;
}

.sub-sub-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    opacity: 0.7;
}

.sub-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    opacity: 0.8;
    text-align: right;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.timeline-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1.5rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid currentColor;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.timeline-item:first-child {
    border-top: 1px solid currentColor;
}

.timeline-item:hover {
    opacity: 1;
}

.timeline-year {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-top: 0.1rem;
}

.timeline-content {
    font-size: 0.95rem;
    line-height: 1.7;
}

.timeline-title {
    font-weight: 500;
    display: block;
    margin-bottom: 0.25rem;
}

.timeline-subtitle {
    font-size: 0.85rem;
    opacity: 0.85;
}

.awards-list {
    list-style: none;
    margin-top: 0.5rem;
    padding-left: 0;
}

.awards-list li {
    font-size: 0.85rem;
    opacity: 0.9;
    padding: 0.2rem 0;
    padding-left: 1rem;
    position: relative;
}

.awards-list li::before {
    content: "—";
    position: absolute;
    left: 0;
}

.timeline-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
}

.timeline-content ul li {
    padding-left: 1.2rem;
    position: relative;
}

.timeline-content ul li::before {
    content: "–";
    position: absolute;
    left: 0;
}

.section-visual, .section-title {
    position: sticky;
    top: 0;
}

.section-visual {
    top: 0;
}

.section-title {
    top: 42px;
}

.section-visual {
    justify-content: center;
    align-items: center;
}

.section-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15rem;
    font-weight: 300;
    line-height: 1;
    opacity: 0.15;
}

.section:nth-child(odd) .section-number {
    color: #777;
    opacity: 0.2;
}

.section:nth-child(even) .section-number {
    color: #fff;
    opacity: 0.2;
}

@media (max-width: 1024px) {
    .section {
        padding: 4rem 2rem;
    }

    .section-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .section:nth-child(even) .section-container {
        direction: ltr;
    }

    .section-visual {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 7rem 1.5rem 3rem;
        min-height: 30vh;
    }

    .hero-bg-image,
    .hero-bg-gradient {
        width: 100%;
        left: 0;
    }

    .hero-bg-image {
        background-size: cover;
        background-position: center;
    }

    .hero-bg-gradient {
        background: linear-gradient(to right, var(--black) 0%, transparent 100%);
    }

    .hero h1 {
        font-size: 2.5rem;
        white-space: normal;
        text-align: center;
    }

    .hero p {
        font-size: 0.7rem;
    }

    .section {
        padding: 3rem 1.5rem;
        min-height: auto;
    }

    .section-container {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .section-title {
        top: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0.5rem 0;
        font-size: 1.8rem;
        white-space: normal;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .timeline-year {
        font-size: 0.8rem;
    }

    .timeline-content {
        font-size: 0.85rem;
    }

    .awards-list li {
        font-size: 0.8rem;
    }
}

.summary-section {
    min-height: auto;
    padding: 4rem;
    background: var(--black) !important;
    color: var(--white) !important;
}

.summary-section .section-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary-section .section-content {
    max-width: 900px;
    text-align: center;
}

.nombre-propio {
    font-style: italic;
}

.summary-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 300;
    line-height: 1.9;
    color: rgba(255,255,255,0.85);
}

@media (max-width: 768px) {
    .summary-section {
        padding: 3rem 1.5rem;
    }
}
