@import url("./loader.css");
@import url("./design.css");
@import url("./symbol.css");
@import url("./animation.css");
@import url("./darkmode.css");
@import url("./responsive-complete.css");

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    cursor: none !important;
}

/* Debug */
* {
    /* outline: 1px solid red; */
}

html,
body {
    height: 100%;
    scrollbar-gutter: stable;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--background-color);
    padding-top: var(--header-h);
}

hr {
    border: none;
    border-top: 3px double var(--black-color);
    height: 5px;
    padding: 5px;
}

/* Custom cursor */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 26px;
    line-height: 1;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    will-change: transform;

    color: var(--black-color);
    transition: color 0.2s ease;
}

.custom-cursor.is-link {
    color: var(--blue-color)
}

.scroll-indicator {
    position: fixed;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 20;
    pointer-events: none;
}

.scroll-arrow {
    display: inline-block;
    font-size: var(--fs-50);
    line-height: 1;
    color: var(--black-color);
    will-change: transform, opacity;
}

.header-container,
.main-container,
.contact-container,
.work-container,
.footer-wrapper {
    transition: var(--animation-1);
    animation: var(--animation-style-1);
}

.header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--header-h);

    display: flex;
    align-items: center;
    padding: 0 100px;

    transition: top 1s;
    z-index: 9999;
}

.logo-title {
    width: 3%;
}

.head-description {
    width: 100%;
    text-align: right;
    font-family: "PPMondwest";
    font-size: var(--fs-16);
    color: var(--black-color);
}

.head-description a {
    font-family: "PPMondwest";
    font-size: var(--fs-16);
    color: var(--black-color);
}

.navigation-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 40px;
}

.navigation-bar a {
    text-decoration: none;
    color: var(--black-color);
    font: italic 300 20px "PPMondwest";
}

.cool-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--black-color);
    transition: width 0.3s;
}

.cool-link:hover::after {
    width: 100%;
    background: var(--blue-color);
}

.main-container {
    flex: 1;
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.head-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.head-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Gsap 3D Cursor */
.logo-outer {
    width: 50%;
    height: 50%;
    background:
        url("../assets/video/video_3D.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* radial-gradient(89.08% 84.62% at 16.54% 78.46%, #fbfefa 0%, #6d9afc 39.58%, #6797fe 77.6%, #266bff 100%) */
    /* border-radius: 5px; */
    /* border-style: none solid none solid; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10%;
}

svg.logo {
    width: 66%;
    max-height: 66%;
}

.social-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    margin: 12px 0;
}

.social-left,
.social-right {
    font-family: "PPMondwest";
    font-size: var(--fs-20);
    color: var(--black-color);
}

.social-left a,
.social-right a {
    text-decoration: none;
    color: var(--black-color);
}

.marquee-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.marquee-1,
.marquee-2,
.marquee-3,
.marquee-4 {
    font-family: "PPMondwest";
    font-size: var(--fs-100);
    font-style: italic;
    line-height: 1.3;
    padding: 0 24px;
    color: var(--black-color);

    white-space: nowrap;
    display: inline-block;

    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;

    animation-name: marquee-1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 16s;
}

.marquee-2 {
    animation-duration: 10s;
}

.marquee-3 {
    animation-duration: 10s;
}

.marquee-4 {
    animation-duration: 10s;
}

.marquee-1::after {
    content: "✱ LATEST WORK & UPDATES ✱ LATEST WORK & UPDATES ✱ LATEST WORK & UPDATES ✱ LATEST WORK & UPDATES ✱ LATEST WORK & UPDATES ✱ LATEST WORK & UPDATES ✱";
}

.marquee-2::after {
    content: "✱ ART DIRECTION ✱ GRAPHIC DESIGN ✱ 3D ✱ MOTION DESIGN ✱ VIDEO PRODUCTION ✱ ART DIRECTION ✱ GRAPHIC DESIGN ✱ 3D ✱ MOTION DESIGN ✱ VIDEO PRODUCTION ✱";
}

.marquee-3::after {
    content: "✱ ART DIRECTION ✱ GRAPHIC DESIGN ✱ 3D ✱ MOTION DESIGN ✱ VIDEO PRODUCTION ✱ ART DIRECTION ✱ GRAPHIC DESIGN ✱ 3D ✱ MOTION DESIGN ✱ VIDEO PRODUCTION ✱";
}

.marquee-4::after {
    content: "✱ ART DIRECTION ✱ GRAPHIC DESIGN ✱ 3D ✱ MOTION DESIGN ✱ VIDEO PRODUCTION ✱ ART DIRECTION ✱ GRAPHIC DESIGN ✱ 3D ✱ MOTION DESIGN ✱ VIDEO PRODUCTION ✱";
}

.marquee-container:hover .marquee-1,
.marquee-container:hover .marquee-1::after {
    color: var(--blue-color);
}

.marquee-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.marquee-link:visited {
    color: inherit;
}

.marquee-container:hover .marquee-1,
.marquee-container:hover .marquee-1::after {
    color: var(--blue-color);
}

.splitText-container {
    display: flex;
    align-items: center;
    justify-content: center;

    width: min(100%, 1200px);
    height: clamp(180px, 24vh, 360px);

    margin: 0 auto;
    padding: clamp(16px, 3vw, 48px) 0;

    visibility: hidden;
    overflow: hidden;
}

.tube {
    position: relative;

    width: 100%;
    height: 100%;
}

.line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    line-height: 1;
    margin: 0;
    white-space: nowrap;
    text-align: center;

    font-size: clamp(72px, 12vw, 180px);
    letter-spacing: clamp(-8px, -0.6vw, -2px);

    font-family: "PPMondwest";
    color: var(--black-color);
}

.work-title,
.work-items {
    width: 100%;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 100px;

    font-family: 'PPMondwest';
    font-size: var(--fs-24);
}

ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.work-items {
    padding: 5vh 0 20vh 0;
    text-align: left;
}

.work-item {
    display: inline-block;
    border-bottom: 2px solid var(--color-surface25);
    width: 100%;
    padding: 2rem;
}

.work-item img.swipeimage {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    height: 500px;
    object-fit: cover;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
    opacity: 0;
    visibily: hidden;
    pointer-events: none;
}

.work-text {
    font-family: 'PPMondwest';
    color: var(--black-color);
    letter-spacing: 0.02em;
}

.work-text h3 {
    font-size: var(--fs-30);
    line-height: 1;
    text-align: left;
}

.work-text h4 {
    font-size: var(--fs-20);
    line-height: 1;
    text-align: left
}

.work-text p {
    font-size: var(--fs-16);
    line-height: 1.2;
    text-align: left
}

.card-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.card-link:visited {
    color: inherit;
}

.work-item .card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.work-text {
    flex: 1;
}

.work-emoji {
    font-size: var(--fs-24);
    line-height: 1;
    color: var(--black-color);
    display: inline-block;
    transform-origin: 50% 50%;
    will-change: transform, color;
}

.about-section {
    margin: 10vh;
}

.about-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 100px;
}

.about-img img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

.about-container {
    width: 100%;
    margin: 0 auto;

}

.title-section.section-1 {
    max-width: 1200px;
    margin: auto;
    padding: 2rem 2rem;
    font-family: 'PPMondwest';
    text-align: center;
    margin-bottom: 15px;
    text-indent: 0;
}

.profile-card-section {
    max-width: 1200px;
    margin: auto;
    padding: 2rem 2rem;
    font-family: 'PPMondwest';
    text-align: center;
    margin-bottom: 15px;
    text-indent: 0;
}

.profile-card {
    display: grid;
    grid-template-columns: minmax(240px, 420px) 1fr;
    align-items: left;
    color: var(--black-color);
}

.profile-card__content {
    font-family: 'PPMondwest';
    margin: 50px;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.02em;
}

.profile-card__name {
    line-height: 1;
    text-align: left;
    letter-spacing: 0.02em;
}

.profile-card__role {
    line-height: 1;
    text-align: left;
    letter-spacing: 0.02em;
}

.profile-card__desc {
    line-height: 1.1;
    margin-bottom: 15px;
    text-indent: 0;
    text-align: left;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.brand-tag {
    font-family: 'PPMondwest';
    font-size: var(--fs-16);
    background-color: var(--light-gray);
    padding: 0.4rem 0.8rem;
    border-radius: 5px;
    border: solid 1px;
    color: var(--black-color);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.brand-tag:hover {
    background-color: var(--blue-color);
    color: #fff;
}

.profile-card__img {
    width: 100%;
    max-width: 400px;
    height: auto;
    /* border-radius: 5px; */
    object-fit: cover;
    display: block;

    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.profile-card__img:hover {
    filter: grayscale(0%);
}

.about-container .title-section .text {
    width: 100%;

    color: var(--black-color);
    -webkit-text-fill-color: transparent;

    background: var(--black-to-black);

    -webkit-background-clip: text;
    background-clip: text;

    background-size: 0% 100%;
    background-position: 0 0;

    transition: none;
    will-change: background-size;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .about-container .title-section .text {
        color: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

.contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.contact-container img {
    width: 50%;
    margin-bottom: 1rem;
}

.contact-container p,
.contact-container a {
    text-decoration: none;
    font-family: "PPMondwest";
    font-size: var(--fs-20);
    color: var(--black-color);
}

.scrambleText-container {
    min-height: calc(50vh - var(--header-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
    color: var(--black-color);
}

.scrambleText-container button {
    margin-bottom: 12px;
}

.contact-text {
    font-family: 'PPMondwest';
}

#next {
    appearance: none;
    background: transparent;
    border: 2px solid var(--black-color);
    border-radius: 5px;
    padding: 12px 28px;

    font-family: "PPMondwest";
    font-size: var(--fs-20);
    color: var(--black-color);

    cursor: pointer;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.2s ease,
        border-color 0.3s ease;
}

#next:hover {
    background-color: var(--blue-color);
    color: #fff;
    transform: translateY(-2px);
}

#next:active {
    transform: translateY(0);
}

#next:focus-visible {
    outline: none;
    border-color: var(--blue-color);
}

.email-link {
    color: inherit;
    text-decoration: none;
}

.email-link:hover {
    color: var(--blue-color);
    text-decoration: none;
}

.footer-wrapper {
    position: fixed;
    left: 0;
    bottom: -120px;
    width: 100%;
    height: 50px;

    display: flex;
    align-items: center;

    z-index: 10;
}

.footer-wrapper.no-anim {
    transition: none !important;
}

.footer-content {
    width: 100%;
    text-align: center;
    padding: 0 100px;
}

.footer-content a,
.footer-content span {
    font-family: "PPMondwest";
    font-size: var(--fs-20);
    color: var(--black-color);
    text-decoration: none;
    padding: 0 10%;
}

html.no-preloader .preloader {
    display: none !important;
}

html.no-preloader body.is-loading main,
html.no-preloader body.is-loading header,
html.no-preloader body.is-loading footer {
    opacity: 1 !important;
}

.page-transition {
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: #d8d8d8;
    pointer-events: none;
    display: grid;
    place-items: center;
    opacity: 1;
}

.page-transition__mark {
    font-family: "PPMondwest";
    font-size: 48px;
    color: var(--black-color);
    display: inline-block;
}