/* inter-200 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-200.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-200italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 200;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-200italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-500italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-600italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-700italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 800;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-800italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 900;
    src: url('assets/fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-900italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    line-height: 1.2;
    overflow-x: hidden;
}

main {
    display: block;
}

.brand-header {
    position: fixed;
    display: block;
    height: 4rem;
    width: auto;
    top: 2rem;
    left: 2.5rem;
    box-shadow: 2px 6px 20px #00000069;
    z-index: 1000000000;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.brand-header.visible {
    opacity: 1;
    pointer-events: auto;
    top: 2.5rem;
    transition: all 0.5s ease;
}

.st00 {
    clip-path: url(#SVGID_2_);
}

.st11 {
    fill: #FFFFFF;
    transition: all 0.5s ease;
}

.brand-header.visible.slide-project1 .st11 {
    fill: #dcbbe3;
    transition: all 0.5s ease;
}

.brand-header.visible.slide-project2 .st11 {
    fill: #FFFFFF;
    transition: all 0.5s ease;
}

.brand-header.visible.slide-project3 .st11 {
    fill: #c29aa1;
    transition: all 0.5s ease;
}

.brand-header.visible.slide-contact-info .st11 {
    fill: #78aaa8;
    transition: all 0.5s ease;
}

.st22 {
    fill: none;
}

.st0 {
    clip-path: url(#SVGID_2_);
}

.st1 {
    fill: #d53535;
    animation: filter-animation 20s infinite;
}

@keyframes filter-animation {
    0% {
        fill: #b12828;
    }

    25% {
        fill: #6c1c1c;
    }

    50% {
        fill: #ffffff;
    }

    75% {
        fill: #147f8b;
    }

    100% {
        fill: #b12828;
    }
}

.st2 {
    fill: none;
}

.slide {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0px -2px 20px 2px #00000075;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.video-bg:not(.no-parallax) {
    background-attachment: scroll;
    will-change: transform;
}

#slide-project1 .video-bg {
    background: #8eafba;
    background-image: url(assets/3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    filter: grayscale(0.5);
}

@keyframes scroll {
    100% {
        background-position: 0px -400%;
    }
}

#slide-project3 .video-bg {
    background: #e8dce0;
    background-image: url(assets/8.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(0.5);
}

#slide-contact-info .video-bg {
    background: #d7d7d7;
    background-image: url(assets/9.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(0.5);
}

html:not(.ios) #slide-contact-info .video-bg {
    background-attachment: fixed;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.1) brightness(0.5);
    transform: scale(1.01);
    transition: filter 0.3s ease;
}

#slide-hero .video-bg video {
    filter: grayscale(50%) contrast(1.2) brightness(0.5);
}

#slide-project2 .video-bg video {
    filter: grayscale(100%) blur(5px) contrast(0.6) brightness(0.6);
}

.slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    pointer-events: none;
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 4rem 2.5rem;
}

#slide-hero .slide-content {
    position: absolute;
    top: calc(20vh + 14rem);
}

.brand-name {
    font-size: clamp(5rem, 18vw, 14rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 0.92;
    width: 70vw;
    max-width: 30rem;
    text-transform: uppercase;
    position: absolute;
    top: 20vh;
    left: 2.5rem;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    mix-blend-mode: difference;
}

@media (min-width: 1401px) {

    .brand-header,
    .brand-name {
        left: calc((100vw - 1400px) / 2 + 2.4rem);
    }
}

@media (min-height: 1001px) {
    .brand-name {
        top: 30vh;
    }

    #slide-hero .slide-content {
        top: calc(30vh + 14rem);
    }
}

.tagline {
    font-size: clamp(1.1rem, 3.5vw, 2.2rem);
    font-weight: 400;
    color: #ffffff82;
    max-width: 700px;
    margin-bottom: 3rem;
    border-left: 4px solid #ffffff82;
    padding-left: 1.2rem;
    line-height: 1.4;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#slide-hero .tagline {
    opacity: 0.4;
    color: #d53535;
    border-color: #d53535;
    animation: filter-animation2 20s infinite;
}

@keyframes filter-animation2 {
    0% {
        color: #e6b8b8;
        border-color: #d53535;
    }

    25% {
        color: #b36f6f;
        border-color: #6c1c1c;
    }

    50% {
        color: #ffffff;
        border-color: #848484;
    }

    75% {
        color: #aad8dd;
        border-color: #147f8b;
    }

    100% {
        color: #e6b8b8;
        border-color: #d53535;
    }
}


.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.9rem 2.2rem;
    border-radius: 0px;
    letter-spacing: 0.02em;
    transition: all 0.2s linear;
    width: fit-content;
    border: 2px solid #FFFFFF;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    backdrop-filter: blur(0px);
    z-index: 3;
}

.cta:hover {
    background: transparent;
    color: #FFFFFF;
}

.work-title {
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.work-category {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #DDDDDD;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding-bottom: 0.5rem;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0 2rem 0;
}

.work-card {
    background: rgba(10, 10, 10, 0.75);
    backdrop-filter: blur(4px);
    padding: 2rem 1.8rem;
    border-left: 3px solid #FFFFFF;
    transition: transform 0.2s ease, background 0.2s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.work-card:hover {
    background: rgba(20, 20, 20, 0.85);
    transform: translateX(6px);
}

.work-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.work-card .desc {
    font-size: 0.9rem;
    color: #E0E0E0;
    line-height: 1.5;
    margin: 0.8rem 0 1.2rem 0;
}

.work-meta {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    opacity: 0.8;
}

.visual-block {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 1rem 0;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-weight: 400;
    font-size: 0.9rem;
    color: #DDD;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.project-title {
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.project-description {
    max-width: 600px;
    color: #F0F0F0;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 1rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.divider-light {
    width: 60px;
    height: 2px;
    background: #FFFFFF;
    margin: 1.5rem 0 1rem 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 0.75rem;
    color: #CCCCCC;
}

.footer-content a {
    color: #DDDDDD;
    text-decoration: none;
}

.footer-content a:hover {
    color: white;
}

/* Navigation dots (light, minimalist) */
.slide-nav {
    position: fixed;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    mix-blend-mode: difference;
}

.nav-dot {
    width: 8px;
    height: 8px;
    background-color: #dbdbdb;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
    display: block;
}

.nav-dot.active {
    background-color: #d49797;
    /* transform: scale(1.2); */
    height: 25px;
    border-radius: 8px;
}

.nav-dot.nav-project1.active {
    background-color: #dcbbe3;
}

.nav-dot.nav-project2.active {
    background-color: #FFFFFF;
}

.nav-dot.nav-project3.active {
    background-color: #c29aa1;
}

.nav-dot.nav-contact-info.active {
    background-color: #78aaa8;
}

.nav-dot:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.3);
}

@media (max-width: 760px) {
    .slide-content {
        padding: 2rem 1.5rem;
    }

    .brand-header,
    .brand-name {
        left: 1.5rem;
    }

    .slide-nav {
        right: 1rem;
        gap: 0.7rem;
    }

    .work-card {
        background: rgba(0, 0, 0, 0.7);
    }

    .visual-block {
        height: 200px;
        padding: 1rem;
    }
}

::selection {
    background: #FFFFFF;
    color: #000000;
}