/* ==================================================
   StarArchive
   Kim Yoon Sik Personal Website
   mobile.css — Mobile Responsive Styles (max-width: 700px)
   ================================================== */


/* ==================================================
   Mobile — Navigation & Hero
   ================================================== */

@media (max-width: 700px) {


    /* Navigation */

    .navbar {

        height: 68px;

        padding: 0 25px;
    }


    nav {

        gap: 15px;
    }


    nav a {

        font-size: 11px;
    }


    nav a span {

        display: none;
    }



    /* Hero */

    .hero {

        min-height: 650px;

        padding: 80px 30px;

        background-position: center center;
    }


    .hero h1 .name-first,
    .hero h1 .name-last {

        font-size: clamp(48px, 16vw, 78px);

        letter-spacing: -2px;
    }


    .hero h1 small {

        margin-top: 14px;

        font-size: 20px;

        letter-spacing: 3px;
    }

    .hero-content {

        transform: translateY(30px);
    }


    .description {

        font-size: 14px;

        line-height: 1.9;
    }


    .button {

        padding: 14px 20px;
    }



    /* Sections */

    .timeline-section,
    .about-section {

        padding: 90px 30px;
    }


    .section-title h2 {

        font-size: 38px;
    }


    .section-title h2 span {

        display: block;

        margin: 8px 0 0;
    }



    /* Timeline */

    .timeline {

        margin-top: 65px;

        padding-left: 35px;
    }


    .timeline-item {

        display: block;

        margin-bottom: 70px;
    }


    .timeline-item::before {

        left: -41px;
    }


    /* Date */

    .timeline-date {

        margin-bottom: 25px;
    }


    .timeline-year {

        font-size: 24px;
    }


    .timeline-full-date {

        margin-top: 8px;

        font-size: 10px;
    }


    /* Category */

    .timeline-category {

        font-size: 9px;

        letter-spacing: 2px;
    }


    /* Title */

    .timeline-content h3 {

        font-size: 25px;

        line-height: 1.35;
    }


    .timeline-content h3 span {

        display: block;

        margin: 7px 0 0;

        font-size: 12px;
    }


    /* Description */

    .timeline-content p {

        font-size: 14px;
    }


    /* Image */

    .timeline-image {

        margin-top: 25px;
    }

}

/* ==================================================
   Footer - Mobile
   ================================================== */

@media (max-width: 700px) {

    footer {

        min-height: 180px;

        padding: 35px 7%;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        gap: 28px;

    }


    .footer-contact {

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

        align-items: center;

        gap: 10px 18px;

    }


    .footer-label {

        width: 100%;

        text-align: center;

        font-size: 11px;

    }


    .footer-contact a {

        font-size: 9px;

    }


    .footer-contact a + a {

        margin-left: 0;

    }


    .footer-copyright {

        font-size: 9px;

    }

}


/* ==================================================
   Mobile — Page Header, Timeline Page & Profile
   ================================================== */

@media (max-width: 700px) {


    /* Page Header */

    .page-header {

        padding: 80px 30px 50px;
    }


    .page-header h1 {

        font-size: 45px;

        letter-spacing: -2px;
    }


    .page-header h1 span {

        display: block;

        margin: 10px 0 0;

        font-size: 16px;
    }



    /* Timeline */

    .timeline-page .timeline {

        margin-top: 10px;

        padding-left: 65px;

        padding-right: 30px;
    }


    .timeline-page .timeline-item {

        display: block;
    }



    /* Profile */

    .profile-intro {

        margin-top: 10px;

        padding: 0 30px;

        display: block;
    }


    .profile-photo {

        margin-bottom: 50px;
    }


    .profile-info h2 {

        font-size: 38px;
    }


    .profile-info h2 span {

        font-size: 17px;
    }


    .profile-description {

        font-size: 14px;
    }



    /* Profile Details */

    .profile-details {

        margin-top: 70px;

        padding: 0 30px;

        display: block;
    }


    .profile-detail {

        min-height: auto;

        padding: 25px 0;

        border-right: none;

        border-bottom: 1px solid #c6dce9;
    }


    .profile-detail:first-child {

        padding-left: 0;
    }


    .profile-detail:last-child {

        border-bottom: none;
    }

}


/* ==================================================
   Mobile — Music Button
   ================================================== */

@media (max-width: 700px) {

    .music-button {

        right: 20px;

        bottom: 20px;

        width: 42px;

        height: 42px;

    }

}

/* ==================================================
   Social Section - Mobile
   ================================================== */

@media (max-width: 700px) {

    .social-section {

        padding:
            60px 7% 70px;

    }


    .social-title {

        margin-bottom: 40px;

        font-size: 11px;

        letter-spacing: 4px;

    }


    .social-links {

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 40px;

    }


    .social-card {

        width: 140px;

    }


    .social-image {

        width: 110px;

        height: 110px;

    }


    .social-name {

        padding-top: 15px;

    }


    .social-name span {

        font-size: 9px;

        letter-spacing: 2px;

    }


    .social-name small {

        font-size: 8px;

    }

}
/* ==================================================
   Mobile — Profile Skills
   ================================================== */

@media (max-width: 700px) {

    .profile-skills-grid {

        margin-top: 35px;

        grid-template-columns: 1fr;

        border-left: 3px solid #6d94ae;

    }


    .profile-skill {

        min-height: auto;

        padding: 25px 0 25px 25px;

    }


    .profile-skill strong {

        font-size: 16px;

    }


    .profile-skill small {

        font-size: 13px;

    }

}

