
.about-page {
    background: linear-gradient(180deg, 180deg, #ffffff 0%, #ffffff 50%, #ffffff 100%);
    overflow-y: auto;
    min-height: 100vh;
}

.about-main {
    position: relative;
    z-index: 1;
}

.about-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 50px 60px;
    background: linear-gradient(145deg, #fdfbf8 0%, #f9f6f1 100%);
    border: 1px solid rgba(180, 160, 140, 0.3);
    border-radius: 40px;
    box-shadow: 
        0 0 60px rgba(255, 255, 255, 0.5),
        inset 0 0 100px rgba(255, 255, 255, 0.5);
    position: relative;
}

.about-container::before {
    content: '✦ · ˚ ✧ · ˚ ✦ · ˚ ✧ · ˚ ✦ · ˚ ✧ · ˚ ✦';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    color: rgba(160, 140, 120, 0.4);
    letter-spacing: 0.3em;
    white-space: nowrap;
}

.about-container::after {
    content: '✦ · ˚ ✧ · ˚ ✦ · ˚ ✧ · ˚ ✦ · ˚ ✧ · ˚ ✦';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    color: rgba(160, 140, 120, 0.4);
    letter-spacing: 0.3em;
    white-space: nowrap;
}

.about-hero {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.about-hero::before {
    content: '~ ✿ ~';
    display: block;
    font-size: 1.2rem;
    color: rgba(160, 140, 120, 0.5);
    margin-bottom: 15px;
    letter-spacing: 0.5em;
}

.about-title {
    font-family: 'DreamerTM', 'Unique Bold', sans-serif;
    font-size: 4rem;
    color: #6b5b4f;
    margin: 0;
    letter-spacing: 0.15em;
    font-weight: 300;
    text-shadow: 0 2px 10px rgba(150, 130, 110, 0.1);
}

.about-hero::after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(160, 140, 120, 0.4), transparent);
    margin: 20px auto 0;
}

.about-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.about-photo-collage {
    flex: 1;
    position: relative;
    min-height: 450px;
}

.photo-frame {
    position: absolute;
    background: linear-gradient(145deg, #fdfbf8 0%, #f5f0e8 100%);
    padding: 12px;
    border: 1px solid rgba(180, 160, 140, 0.25);
    border-radius: 15px;
    box-shadow: 
        0 8px 25px rgba(150, 130, 110, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease;
}

.photo-frame:hover {
    transform: scale(1.05) rotate(0deg) !important;
    z-index: 10;
    box-shadow: 
        0 15px 40px rgba(150, 130, 110, 0.25),
        inset 0 0 20px rgba(255, 255, 255, 0.5);
}

.photo-frame::after {
    content: '✧';
    position: absolute;
    top: -8px;
    right: -8px;
    color: rgba(160, 140, 120, 0.4);
    font-size: 1rem;
}

.photo-placeholder {
    background: linear-gradient(145deg, #f0ebe3 0%, #e8e2d8 100%);
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.photo-1 {
    width: 220px;
    height: 270px;
    top: 0;
    left: 20px;
    transform: rotate(-4deg);
}

.photo-2 {
    width: 180px;
    height: 220px;
    top: 40px;
    right: 10px;
    transform: rotate(6deg);
}

.photo-3 {
    width: 200px;
    height: 250px;
    bottom: 0;
    left: 70px;
    transform: rotate(2deg);
}

.about-bio {
    flex: 1;
}

.bio-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.6) 0%, rgba(250,248,245,0.4) 100%);
    border: 1px solid rgba(180, 160, 140, 0.2);
    border-radius: 25px;
    padding: 35px;
    margin-bottom: 25px;
    box-shadow: 
        0 8px 25px rgba(150, 130, 110, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.5);
}

.bio-name {
    font-family: 'DreamerTM', 'Unique Bold', sans-serif;
    font-size: 2.8rem;
    color: #6b5b4f;
    margin: 0 0 10px 0;
    letter-spacing: 0.12em;
    font-weight: 300;
}

.bio-tagline {
    font-family: 'OffsetTM', 'Pestetrial', sans-serif;
    font-size: 1.1rem;
    color: #a09080;
    margin: 0 0 20px 0;
    font-style: italic;
}

.bio-text {
    font-family: 'OffsetTM', 'Pestetrial', sans-serif;
    font-size: 1rem;
    color: #7a6a5a;
    line-height: 1.9;
}

.bio-text p {
    margin: 0 0 15px 0;
}

.fun-facts {
    background: linear-gradient(145deg, rgba(255,255,255,0.5) 0%, rgba(250,248,245,0.3) 100%);
    border: 1px solid rgba(180, 160, 140, 0.15);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.5);
}

.fun-facts-title {
    font-family: 'DreamerTM', 'Unique Bold', sans-serif;
    font-size: 1.8rem;
    color: #6b5b4f;
    margin: 0 0 15px 0;
    letter-spacing: 0.1em;
    font-weight: 300;
}

.fun-facts-title::before {
    content: '✧ ';
    color: rgba(160, 140, 120, 0.5);
}

.fun-facts-list {
    font-family: 'OffsetTM', 'Pestetrial', sans-serif;
    font-size: 1rem;
    color: #7a6a5a;
    list-style: none;
    padding: 0;
    margin: 0;
}

.fun-facts-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(180, 160, 140, 0.15);
}

.fun-facts-list li:last-child {
    border-bottom: none;
}

.fun-facts-list li::before {
    content: '✦ ';
    color: rgba(160, 140, 120, 0.5);
}

.social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    font-family: 'OffsetTM', 'Pestetrial', sans-serif;
    font-size: 0.95rem;
    color: #7a6a5a;
    background: linear-gradient(145deg, rgba(255,255,255,0.6) 0%, rgba(245,240,232,0.4) 100%);
    padding: 12px 25px;
    border-radius: 25px;
    border: 1px solid rgba(180, 160, 140, 0.25);
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
}

.social-link:hover {
    transform: translateY(-3px);
    background: rgba(200, 180, 160, 0.15);
    border-color: rgba(160, 140, 120, 0.4);
    color: #6b5b4f;
    box-shadow: 0 8px 20px rgba(150, 130, 110, 0.15);
}

@media (max-width: 900px) {
    .about-content {
        flex-direction: column;
    }

    .about-photo-collage {
        min-height: 350px;
        order: 2;
    }

    .about-title {
        font-size: 3rem;
    }
    
    .about-container {
        margin: 15px;
        padding: 30px 25px;
    }
}

@media (max-width: 600px) {
    .about-container {
        padding: 25px 20px;
        border-radius: 25px;
    }

    .about-title {
        font-size: 2.5rem;
    }

    .bio-name {
        font-size: 2rem;
    }

    .photo-1, .photo-2, .photo-3 {
        position: relative;
        width: 100%;
        height: 180px;
        transform: none;
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }
    
    .about-container::before,
    .about-container::after {
        font-size: 0.6rem;
    }
}
