@font-face {
    font-family: "Playfair Display";
    src: url("../../fonts/playfair-display/playfair-display-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
}

:root {
    --wt2-bg: #070708;
    --wt2-fg: #f4f0ea;
    --wt2-muted: rgba(244, 240, 234, 0.58);
    --wt2-line: rgba(255, 255, 255, 0.1);
    --wt2-accent: #dc2626;
}

body.wt-page-body {
    margin: 0;
    background: var(--wt2-bg);
    color: var(--wt2-fg);
}

body.wt-page-body::before,
body.wt-page-body::after {
    display: none !important;
}
body.wt-page-body .navbar {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.wt2 {
    position: relative;
    overflow: clip;
}

.wt2-shell {
    width: min(1320px, calc(100vw - 48px));
    margin: 0 auto;
}
.wt2-hero {
    position: relative;
    margin-top: 0;
    height: 100svh;
    min-height: 600px;
    overflow: hidden;
    isolation: isolate;
    display: flex;
}

.wt2-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.wt2-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(7, 7, 8, 0.55) 0%, rgba(7, 7, 8, 0.12) 36%, rgba(7, 7, 8, 0.82) 100%),
        radial-gradient(120% 90% at 15% 100%, rgba(7, 7, 8, 0.6) 0%, rgba(7, 7, 8, 0) 60%);
}
.wt2-hero__canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.wt2-hero__bg {
    z-index: 1;
    pointer-events: none;
}
.wt2-hero__reveal {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
    mix-blend-mode: screen;
    background:
        radial-gradient(340px 340px at var(--mx, 50%) var(--my, 40%),
            rgba(255, 78, 120, 0.20) 0%,
            rgba(150, 70, 255, 0.12) 42%,
            rgba(255, 78, 120, 0) 70%);
}

.wt2-hero.is-pointer .wt2-hero__reveal { opacity: 1; }
.wt2-hero__title {
    display: grid;
    gap: 0;
}

.wt2-hero__line {
    display: block;
    overflow: hidden;
    padding-bottom: 0.04em;
}

.wt2-hero__line-in {
    display: block;
    background: linear-gradient(100deg, #ffd678 0%, #ff5c3e 24%, #ff3078 44%, #9646ff 66%, #40c4ff 84%, #ffd678 100%);
    background-size: 280% 100%;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transform: translateY(110%);
    animation:
        wt2LineRise 1.05s cubic-bezier(0.16, 1, 0.3, 1) forwards,
        wt2Sheen 9s linear infinite 1.05s;
}

.wt2-hero__line:nth-child(2) .wt2-hero__line-in {
    animation-delay: 0.14s, 1.19s;
}

@keyframes wt2LineRise {
    to { transform: translateY(0); }
}

@keyframes wt2Sheen {
    0%   { background-position: 0% 50%; }
    100% { background-position: 260% 50%; }
}

@media (prefers-reduced-motion: reduce) {
    .wt2-hero__line-in {
        transform: none;
        animation: none;
        background-position: 40% 50%;
    }
    .wt2-hero__reveal { transition: none; }
}

.wt2-hero__in {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100vw - 48px));
    margin: 0 auto;
    align-self: flex-end;
    padding: 0 0 clamp(96px, 13vw, 168px);
}

.wt2-hero__title {
    margin: 0;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: clamp(4rem, 11vw, 9.5rem);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.02em;
    text-shadow: 0 18px 46px rgba(0, 0, 0, 0.5);
}

.wt2-hero__lead {
    margin: 26px 0 0;
    max-width: 34rem;
    color: rgba(244, 240, 234, 0.66);
    font-size: clamp(0.96rem, 1.5vw, 1.16rem);
    line-height: 1.75;
}
.wt2-work {
    position: relative;
    padding: clamp(80px, 11vw, 168px) 0 clamp(96px, 13vw, 200px);
    background:
        radial-gradient(70% 50% at 100% 0%, rgba(220, 38, 38, 0.07), transparent 70%),
        var(--wt2-bg);
}

.wt2-work__head {
    margin-bottom: clamp(40px, 6vw, 84px);
}

.wt2-work__title {
    margin: 0;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.wt2-work__title em {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    color: var(--wt2-accent, #dc2626);
}
.wt2-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 56px);
}
.wt2-card {
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}
@media (prefers-reduced-motion: no-preference) {
    .wt2-grid.is-reveal-ready .wt2-card {
        opacity: 0;
        transform: translateY(34px);
        transition:
            opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: calc(var(--wt2-i, 0) * 0.05s);
    }

    .wt2-grid.is-reveal-ready .wt2-card.is-inview {
        opacity: 1;
        transform: none;
    }
}
.wt2-card__frame {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #0e0e10;
    border: 1px solid var(--wt2-line);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.42);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.5s ease,
                border-color 0.5s ease;
}

.wt2-card__bar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 16px;
    background: #161618;
    border-bottom: 1px solid var(--wt2-line);
}

.wt2-card__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.wt2-card__dot:nth-child(1) { background: #ff5f57; }
.wt2-card__dot:nth-child(2) { background: #febc2e; }
.wt2-card__dot:nth-child(3) { background: #28c840; }

.wt2-card__shot {
    display: block;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    background: #0a0a0b;
}

.wt2-card__shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.wt2-card__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 4px 0;
}

.wt2-card__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.wt2-card__name {
    font-size: clamp(1.15rem, 1.6vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.01em;
}

.wt2-card__url {
    color: var(--wt2-muted);
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.4s ease;
}

.wt2-card__go {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--wt2-line);
    color: var(--wt2-fg);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.wt2-card:hover .wt2-card__frame {
    transform: translateY(-8px);
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55);
    border-color: rgba(255, 255, 255, 0.22);
}

.wt2-card:hover .wt2-card__shot img {
    transform: scale(1.05);
}

.wt2-card:hover .wt2-card__url {
    color: var(--wt2-accent);
}

.wt2-card:hover .wt2-card__go {
    background: var(--wt2-accent);
    border-color: var(--wt2-accent);
    color: #fff;
    transform: scale(1.05);
}

.wt2-card:focus-visible {
    outline: 2px solid var(--wt2-accent);
    outline-offset: 6px;
    border-radius: 18px;
}
.wt2-card--soon {
    cursor: default;
}

.wt2-card__soon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2vw, 26px);
    width: 100%;
    height: 100%;
    padding: 24px;
    background:
        radial-gradient(120% 120% at 50% 0%, rgba(255, 255, 255, 0.06), transparent 60%),
        #0b0b0d;
}
.wt2-card--logo-light .wt2-card__soon {
    background: #fff;
}

.wt2-card__logo {
    width: auto !important;
    height: auto !important;
    max-width: min(58%, 240px);
    max-height: 46%;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.wt2-card--soon:hover .wt2-card__logo {
    transform: translateY(-4px) scale(1.03);
}
@media (max-width: 860px) {
    .wt2-grid {
        grid-template-columns: 1fr;
        gap: clamp(28px, 8vw, 44px);
    }
}
.wt2-hero__title,
.wt2-hero__title * {
    font-family: "Outfit", system-ui, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: none;
}

.wt2-hero__title {
    font-size: clamp(3.4rem, 7.2vw, 7rem);
    line-height: 1;
    max-width: none;
}
