/* About Me Page Styles */

.about-page {
    min-height: 100vh;
    background-color: var(--color-black);
    position: relative;
    padding: var(--spacing-4xl) 0;
    overflow-x: hidden;
}

.about-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: 0 0;
    pointer-events: none;
    z-index: 0;
}

.about-container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

/* Torn Edge Effect */
.torn-edge {
    position: relative;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.torn-edge::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: 
        radial-gradient(circle at 0% 0%, transparent 8px, rgba(0,0,0,0.1) 8px, rgba(0,0,0,0.1) 9px, transparent 9px),
        radial-gradient(circle at 100% 0%, transparent 8px, rgba(0,0,0,0.1) 8px, rgba(0,0,0,0.1) 9px, transparent 9px),
        radial-gradient(circle at 0% 100%, transparent 8px, rgba(0,0,0,0.1) 8px, rgba(0,0,0,0.1) 9px, transparent 9px),
        radial-gradient(circle at 100% 100%, transparent 8px, rgba(0,0,0,0.1) 8px, rgba(0,0,0,0.1) 9px, transparent 9px);
    border-radius: 4px;
    z-index: -1;
    pointer-events: none;
}

.torn-edge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* About Section Base */
.about-section {
    position: relative;
    z-index: 1;
    margin-bottom: var(--spacing-4xl);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-section:last-child {
    margin-bottom: 0;
}

/* Top Section */
.top-section {
    margin-top: var(--spacing-2xl);
}

.top-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
    margin-bottom: var(--spacing-2xl);
    justify-content: space-between;
    width: 100%;
}

.top-left {
    flex: 1;
    max-width: 600px;
    min-width: 350px;
}

.greeting {
    font-family: 'Helvetica Now Display', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: var(--color-white);
    margin-bottom: var(--spacing-lg);
}

.intro-text {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    text-transform: uppercase;
    color: var(--color-white);
}

.top-right-image {
    width: 320px;
    height: 420px;
    flex-shrink: 0;
}

.top-right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* University Section */
.university-section {
    margin-top: var(--spacing-xl);
    width: 100%;
}

.university-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.university-image {
    width: 500px;
    height: 300px;
    flex-shrink: 0;
    mix-blend-mode: screen;
}

.university-text {
    flex: 1;
    min-width: 350px;
    max-width: 600px;
}

/* Agency Section */
.agency-section {
    margin-top: var(--spacing-3xl);
}

.agency-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.agency-left {
    flex: 1;
    max-width: 600px;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: var(--spacing-lg);
}

.underline-orange {
    text-decoration: underline;
    text-decoration-color: var(--color-orange);
    text-underline-offset: 2px;
}

.section-text {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: var(--spacing-md);
}

.section-text:last-child {
    margin-bottom: 0;
}

/* Agency Image */
.agency-image {
    flex-shrink: 0;
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agency-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* Leadership Section */
.leadership-section {
    margin-top: var(--spacing-3xl);
}

.leadership-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.leadership-image {
    width: 500px;
    height: 400px;
    flex-shrink: 0;
    mix-blend-mode: screen;
}

.leadership-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-text {
    flex: 1;
    max-width: 600px;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

.quote {
    font-family: 'Instrument Serif', serif;
    font-size: 32px;
    line-height: 1.4;
    color: var(--color-white);
    text-align: center;
    font-style: italic;
}

/* Sweet Spot Image Section */
.sweet-spot-image-section {
    margin-top: var(--spacing-3xl);
    width: 100%;
}

.sweet-spot-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 140px;
    display: block;
}

.sweet-spot-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Learning Section */
.learning-section {
    margin-top: var(--spacing-3xl);
}

.learning-content {
    display: flex;
    gap: var(--spacing-3xl);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.learning-left {
    flex: 1;
    max-width: 600px;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xl);
}

.learning-highlight {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    text-transform: uppercase;
}

.learning-image {
    width: 400px;
    height: 550px;
    flex-shrink: 0;
}

.learning-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Bottom Carousel Section */
.bottom-carousel-section {
    margin-top: var(--spacing-4xl);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-3xl);
    width: 100%;
    align-items: center;
}

.bottom-text {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--color-white);
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-track {
    display: flex;
    gap: var(--spacing-lg);
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.carousel-image {
    flex-shrink: 0;
    width: 380px;
    height: 500px;
}

.carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Highlight Orange */
.highlight-orange {
    color: var(--color-orange);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .about-container {
        padding: 0 var(--spacing-lg);
    }
    
    .top-content {
        flex-direction: column;
        gap: var(--spacing-xl);
        align-items: flex-start;
    }
    
    .top-right-image {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 320 / 420;
    }
    
    .university-content {
        flex-direction: column;
        gap: var(--spacing-xl);
    }
    
    .university-image {
        width: 100%;
        max-width: 500px;
        height: auto;
        aspect-ratio: 500 / 300;
    }
    
    .agency-content {
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-xl);
    }
    
    .agency-image {
        width: 100%;
        max-width: 500px;
        height: auto;
        aspect-ratio: 500 / 300;
    }
    
    .agency-tags {
        max-width: 100%;
        justify-content: flex-start;
    }
    
    .leadership-content {
        flex-direction: column;
        gap: var(--spacing-xl);
    }
    
    .leadership-image {
        width: 100%;
        max-width: 500px;
        height: auto;
        aspect-ratio: 500 / 400;
    }
    
    .learning-content {
        flex-direction: column;
        gap: var(--spacing-xl);
    }
    
    .learning-image {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 400 / 550;
    }
    
    .carousel-image {
        width: 320px;
        height: 420px;
    }
}

@media (max-width: 768px) {
    .about-page {
        padding: var(--spacing-2xl) 0;
    }
    
    .about-section {
        margin-bottom: var(--spacing-3xl);
    }
    
    .top-content {
        gap: var(--spacing-lg);
    }
    
    .top-left {
        max-width: 100%;
    }
    
    .greeting {
        font-size: 24px;
    }
    
    .intro-text {
        font-size: 20px;
    }
    
    .university-content {
        gap: var(--spacing-lg);
    }
    
    .university-image {
        max-width: 100%;
        mix-blend-mode: normal;
    }
    
    .university-text {
        max-width: 100%;
    }
    
    .section-heading {
        font-size: 24px;
    }
    
    .section-text {
        font-size: 20px;
    }
    
    .tag {
        font-size: 18px;
        padding: 10px 16px;
    }
    
    .quote {
        font-size: 26px;
    }
    
    .learning-highlight {
        font-size: 26px;
    }
    
    .sweet-spot-image {
        width: 100%;
        height: auto;
    }
    
    .carousel-track {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: var(--spacing-md);
    }
    
    .carousel-image {
        width: 100% !important;
        max-width: 320px;
        height: auto !important;
        aspect-ratio: 380 / 500;
    }
    
    .bottom-text {
        font-size: 20px;
        padding: 0 var(--spacing-md);
    }
}
