* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Urbanist", sans-serif;
}

html {
    font-size: 10px;
    font-family: "Urbanist", sans-serif;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #d4a5a0;
    border-radius: 2px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #d4a5a0 transparent;
}

img {
    max-width: 100%;
}

.ul-reset {
    padding: 0;
    margin: 0;
    list-style: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 1.2rem 2.6rem;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 14px;
    color: #6b4a47;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.btn.btn-primary {
    background-color: #c48a84;
    color: #fff;
    border: 1px solid #c48a84;
}

.btn.btn-primary:hover {
    background-color: #b07068;
}

.btn.btn-primary a {
    color: #fff !important;
    text-decoration: none;
}

.white-wrapper .head-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 60px !important;
    background: #fff;
}

.head-sec .nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.head-sec .nav-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #7a5854;
}

.head-sec .nav-list li a {
    text-decoration: none;
    color: #7a5854;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.head-sec .nav-list li a:hover {
    color: #c48a84;
}

.banner-sec {
    position: relative;
    width: 100%;
    min-height: 90vh;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.banner-photo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    max-width: 1010px;
    height: 90vh;
    align-items: flex-end;
}

.banner-photo img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85%;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 1) 100%);
}

@keyframes pulse-dot {
    0%,
    100% {
        box-shadow: 0 0 0 3px rgba(108, 201, 106, 0.3);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(108, 201, 106, 0.1);
    }
}

.banner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 48px 48px 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

.banner-headline h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.18;
    color: #2e1a18;
    letter-spacing: -0.025em;
}

.banner-card {
    max-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    flex-shrink: 0;
}

.banner-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #6a4a46;
    font-weight: 400;
}

.banner-cta {
    background: #2e1a18 !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px;
    padding: 1rem 2.4rem;
    border-radius: 100px;
    font-weight: 500;
    transition: background 0.3s ease;
    text-decoration: none;
}

.banner-cta:hover {
    background: #4a2e2a !important;
}

@media only screen and (max-width: 1600px) {
    .main-content {
        margin: 0 auto;
        padding: 100px;
    }
    body {
        background-color: #fdf6f0;
    }
    .text {
        font-size: 19px;
        line-height: 160%;
        margin: 20px 0 55px;
        letter-spacing: -0.6%;
        font-weight: 400;
        color: #7a5854;
    }
    .head-top .text {
        text-align: center;
    }
    .section-header {
        padding: 20px 4px;
        background: #fde0d8;
        border-radius: 12px;
        height: 28px;
        color: #b06060;
        font-size: 16px;
        text-align: center;
        width: 105px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .grey-bg {
        background: #fde8e0;
        padding: 100px;
    }
    .sub-title {
        font-size: 30px;
        margin-bottom: 24px;
        color: #5a3a36;
    }
    .social-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }
    .about-us {
        background: #fde8e0;
    }
    .about-us .about-us-contents {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 48px;
    }
    .about-us .about-us-contents .left-sec {
        width: 400px;
    }
    .about-us .about-us-contents .right-sec {
        width: calc(100% - 455px);
    }
    .about-us .about-us-contents .right-sec .text {
        margin: 20px 0;
    }
    .about-us .about-us-contents .left-sec .img-box {
        width: 405px;
        overflow: hidden;
        position: relative;
        height: 400px;
    }
    .about-us .about-us-contents .left-sec .img-box img {
        width: 345px;
        border: 8px solid #fde8e0;
        position: absolute;
        top: 0;
        right: 0;
        height: 340px;
        z-index: 99;
    }
    .about-us .about-us-contents .left-sec .img-box .grey-bg {
        position: absolute;
        bottom: 0;
        background: #f5c8bc;
        width: 330px;
        height: 320px;
        left: 0;
        padding: 0;
    }
    .skills-sec {
        background-color: #fdf6f0;
        padding: 100px 0;
    }
    .skills-marquee-wrapper {
        overflow: hidden;
        width: 100%;
        mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100%);
        -webkit-mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100%);
    }
    .skills-track {
        display: flex;
        width: max-content;
        animation: marquee-scroll 20s linear infinite;
        will-change: transform;
    }
    .skills-track:hover {
        animation-play-state: paused;
    }
    .skills-sec .skills-list {
        display: flex;
        align-items: center;
        gap: 48px;
        padding: 12px 24px;
        flex-wrap: nowrap;
    }
    .skills-sec .skills-list .skills-item {
        width: 80px;
        flex-shrink: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .skills-sec .skills-list .skills-item:hover {
        transform: scale(1.15);
        opacity: 0.85;
    }
    @keyframes marquee-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    .experience-sec {
        background: #fde8e0;
    }
    .experience-sec .exp-list {
        margin-top: 48px;
    }
    .experience-sec .exp-list .exp-item {
        background: #fff8f5;
        border-radius: 16px;
        border: 1px solid #f5d0c0;
        box-shadow: 0px 4px 16px 0px rgba(180, 100, 90, 0.07);
        padding: 32px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 40px;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .experience-sec .exp-list .exp-item:hover {
        box-shadow: 0px 8px 24px 0px rgba(180, 100, 90, 0.13);
        transform: translateY(-2px);
    }
    .experience-sec .exp-list .exp-item .company-logo,
    .experience-sec .exp-list .exp-item .duration {
        width: 250px;
    }
    .experience-sec .exp-list .exp-item .work-content {
        width: calc(100% - 540px);
    }
    .experience-sec .exp-list .exp-item .work-content h4 {
        font-size: 25px;
        margin-bottom: 20px;
        color: #5a3a36;
    }
    .experience-sec .exp-list .exp-item .work-content .work-item {
        font-size: 17px;
        margin-bottom: 20px;
        line-height: 160%;
        color: #7a5854;
    }
    .experience-sec .exp-list .exp-item .work-content .work-item:last-child {
        margin-bottom: 0;
    }
    .experience-sec .exp-list .exp-item .duration {
        font-size: 17px;
        color: #b08880;
    }
    .project-sec {
        padding: 0;
        background-color: #fdf6f0;
    }
    .project-sec .project-contents {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        margin-top: 58px;
    }
    .project-sec .project-contents::-webkit-scrollbar {
        display: none;
    }
    .project-sec .project-contents .left-sec {
        width: 550px;
        position: sticky;
        top: 100px;
        align-self: flex-start;
        padding-left: 100px;
    }
    .project-sec .project-contents .left-sec .sub-title {
        color: #5a3a36;
    }
    .project-sec .project-contents .right-sec {
        width: calc(100% - 585px);
        padding-right: 100px;
    }
    .project-sec .project-contents .name-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    .project-sec .project-contents .name-list .name-item {
        border-radius: 12px;
        height: 35px;
        width: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #d4a5a0;
        padding: 10px;
        transition: background 0.2s ease, color 0.2s ease;
        cursor: pointer;
        -webkit-transition: background 0.2s ease, color 0.2s ease;
        -moz-transition: background 0.2s ease, color 0.2s ease;
        -ms-transition: background 0.2s ease, color 0.2s ease;
        -o-transition: background 0.2s ease, color 0.2s ease;
    }
    .project-sec .project-contents .name-list .name-item a {
        text-decoration: none;
        font-size: 14px;
        color: #a07070;
    }
    .project-sec .project-contents .name-list .name-item:hover {
        background: #fde0d8;
        color: #7a4040;
    }
    .project-sec .project-contents .right-sec .project-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }
    .project-sec .project-contents .left-sec .text {
        margin-bottom: 15px;
    }
    .project-sec .project-contents .right-sec .project-details .project-box {
        position: relative;
        border-radius: 16px;
        border: 1px solid #f5d0c0;
        box-shadow: 0px 4px 16px 0px rgba(180, 100, 90, 0.08);
        height: 400px;
        overflow: hidden;
        width: 100%;
        transition: box-shadow 0.3s ease;
    }
    .project-sec .project-contents .right-sec .project-details .project-box:hover {
        box-shadow: 0px 8px 28px 0px rgba(180, 100, 90, 0.15);
    }
    .project-sec .project-contents .right-sec .project-details .project-box:hover .card-content {
        display: block;
    }
    .project-sec .project-contents .right-sec .project-details .project-box .card-content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 32px;
        display: none;
        background: linear-gradient( to top, rgba(253, 232, 224, 0.95) 60%, transparent);
        width: 100%;
        border-radius: 0 0 16px 16px;
    }
    .project-sec .project-contents .right-sec .project-details .project-box .card-content h3 {
        color: #5a3a36;
        font-size: 22px;
    }
    .project-sec .project-contents .right-sec .project-details .project-box .card-content p {
        color: #7a5854;
        font-size: 14px;
        margin-top: 7px;
    }
    .project-sec .project-contents .right-sec .project-details a {
        width: 100%;
    }
    .project-sec .project-contents .right-sec .project-details .project-box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .contact-sec {
        background-color: #fdf6f0;
    }
    .contact-sec .contact-box .contact-item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        font-size: 36px;
        margin-bottom: 15px;
        font-weight: 600;
        color: #5a3a36;
    }
    .contact-sec .social-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .copy-sec {
        padding: 30px;
        background: #fde8e0 !important;
    }
    .copy-sec .sub-text {
        font-size: 14px;
        text-align: center;
        color: #a07870;
    }
}

@media only screen and (max-width: 480px) {
    .main-content {
        padding: 48px 16px !important;
    }
    .top-header {
        display: none;
    }
    .banner-photo img {
        height: 100vh;
        border-radius: 0;
    }
    .banner-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 0 24px 40px;
    }
    .banner-headline h1 {
        font-size: 28px;
        max-width: 100%;
    }
    .banner-card {
        max-width: 100%;
    }
    .banner-card p {
        display: none;
    }
}

@media only screen and (min-width: 801px) {
    .project-sec .project-contents .right-sec .project-details a:nth-child(odd) {
        margin-right: 40px;
    }
    .project-sec .project-contents .right-sec .project-details a:nth-child(even) {
        margin-left: 40px;
    }
    .contact-sec .contact-box {
        margin: 30px 0;
    }
    .contact-sec .text {
        width: 500px;
        margin: 40px auto;
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    .text {
        margin-bottom: 20px !important;
    }
    .main-content {
        padding: 20px !important;
    }
    .white-wrapper .head-sec {
        padding: 16px !important;
    }
    .project-contents {
        flex-wrap: wrap;
        margin-top: 20px !important;
    }
    .project-contents .left-sec {
        width: 100% !important;
        position: initial !important;
        padding: 0 !important;
    }
    .project-contents .right-sec {
        width: 100% !important;
        padding: 0 !important;
    }
    .exp-item {
        flex-wrap: wrap;
    }
    .experience-sec .exp-list .exp-item .work-content {
        width: 100% !important;
    }
    .contact-sec .contact-box .contact-item {
        font-size: 20px !important;
    }
}