@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;
}
body.vp-page .navbar {
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
}

body.vp-page .nav-wrapper {
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(17, 24, 39, 0.18) !important;
    box-shadow:
        0 16px 40px rgba(15, 23, 42, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
    backdrop-filter: blur(16px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(150%) !important;
}

body.vp-page .nav-link,
body.vp-page .nav-link:link,
body.vp-page .nav-link:visited,
body.vp-page .dropdown-toggle,
body.vp-page .dropdown-toggle i {
    color: #111827 !important;
}

body.vp-page .nav-link:hover,
body.vp-page .dropdown-toggle:hover,
body.vp-page .nav-link.active {
    color: #c41f18 !important;
}

body.vp-page .hamburger span {
    background: #111827 !important;
}

.vp-shell {
    --tk-text: #1b2233;
    --tk-accent: #c41f18;
    --tk-font-display: 'Moura', sans-serif;
    --tk-font-body: 'Cochin', 'Georgia', serif;
    background: #f7f8fc;
    color: var(--tk-text);
}
body.vp-loading {
    overflow: hidden;
}
.tk-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20vh;
    overflow: hidden;
}

.tk-hero__content {
    text-align: center;
    z-index: 3;
    position: relative;
}

.tk-hero__title {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-weight: 400;
    font-size: 150px;
    line-height: 0.98;
    letter-spacing: -0.02em;
    text-transform: none;
    font-feature-settings: "swsh";
    perspective: 900px;
}

.tk-hero__line {
    display: block;
    overflow: visible;
    padding-bottom: 0.15em;
    color: #161b26;
}

.tk-hero__line--accent {
    position: relative;
    display: inline-block;
    margin-inline: auto;
    color: #a41912;
    isolation: isolate;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.03);
}

.tk-hero__line--accent::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 56%;
    width: 108%;
    height: 60%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(196, 31, 24, 0.18) 0%, rgba(196, 31, 24, 0.08) 44%, rgba(196, 31, 24, 0) 76%);
    filter: blur(10px);
    opacity: 0.08;
}

.tk-hero__subtitle {
    max-width: 680px;
    margin: 18px auto 0;
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.98rem, 1.35vw, 1.12rem);
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: rgba(27, 34, 51, 0.78);
    perspective: 900px;
}

.tk-hero.tk-hero--intro-pending .tk-hero__line,
.tk-hero.tk-hero--intro-pending .tk-hero__subtitle {
    opacity: 0;
    transform: translateY(36px);
}
.tk-hero__video-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
    z-index: 1;
}

.tk-hero__vid {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    transform-origin: center top;
    transform: scale(0.14);
    border-radius: 100rem;
    will-change: transform, border-radius;
}
.tk-textfill {
    padding: clamp(72px, 8vw, 108px) 40px;
    position: relative;
    overflow: hidden;
}

.tk-textfill__container {
    max-width: 1200px;
    margin: 0 auto;
}

.tk-textfill__row {
    margin-bottom: clamp(20px, 2.6vw, 36px);
}

.tk-textfill__row:last-child {
    margin-bottom: 0;
}

.tk-textfill__label {
    display: inline-block;
    font-family: var(--tk-font-body);
    font-size: 13px;
    letter-spacing: 3px;
    color: var(--tk-accent);
    margin-bottom: 18px;
    font-weight: 500;
}

.tk-textfill__heading {
    font-family: var(--tk-font-display);
    font-size: clamp(1.4rem, 3.2vw, 2.8rem);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: rgba(27, 34, 51, 0.18);
    position: relative;
    will-change: transform;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.tk-textfill__heading .char {
    display: inline;
    color: rgba(27, 34, 51, 0.18);
}
.tk-showcase {
    padding: 120px 40px 160px;
    overflow: hidden;
}

.tk-showcase__header {
    max-width: 1200px;
    margin: 0 auto 80px;
}

.tk-showcase__label {
    display: inline-block;
    font-family: var(--tk-font-body);
    font-size: 13px;
    letter-spacing: 3px;
    color: var(--tk-accent);
    margin-bottom: 20px;
    font-weight: 500;
}

.tk-showcase__title {
    font-family: var(--tk-font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(27, 34, 51, 0.16);
}

.tk-showcase__title .char {
    display: inline;
    color: rgba(27, 34, 51, 0.16);
}

.tk-showcase__list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.tk-showcase__firm {
    will-change: transform, opacity;
}

.tk-showcase__firm-top {
    margin-bottom: 32px;
}

.tk-showcase__firm-name {
    font-family: 'Moura', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 300;
    color: #1b2233;
    line-height: 0.9;
    font-feature-settings: "swsh";
    letter-spacing: 0.5px;
    margin: 0;
}
.tk-showcase__videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.tk-showcase__video-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(27, 34, 51, 0.12);
    box-shadow: 0 14px 32px rgba(24, 32, 46, 0.1);
    aspect-ratio: 16 / 9;
    cursor: pointer;
}

.tk-showcase__video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.28s cubic-bezier(0.23, 1, 0.32, 1);
}

.tk-showcase__video-item:hover video {
    transform: scale(1.04);
}

.tk-showcase__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b2233;
    font-size: 17px;
    opacity: 0.9;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.2s ease;
    pointer-events: auto;
    border: 1px solid rgba(27, 34, 51, 0.22);
    cursor: pointer;
    z-index: 3;
}

.tk-showcase__video-play::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(27, 34, 51, 0.24);
    opacity: 0.6;
    animation: tkPlayPulse 1.9s ease-out infinite;
}

.tk-showcase__video-play i {
    position: relative;
    z-index: 1;
    transition: transform 0.24s ease;
}

.tk-showcase__video-item:hover .tk-showcase__video-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.06);
}

.tk-showcase__video-item.tk-showcase__video-item--playing .tk-showcase__video-play {
    background: rgba(196, 31, 24, 0.9);
    border-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 12px 30px rgba(196, 31, 24, 0.34);
    color: #ffffff;
}

.tk-showcase__video-item.tk-showcase__video-item--playing .tk-showcase__video-play::before {
    opacity: 0;
    animation: none;
}

.tk-showcase__video-item.tk-showcase__video-item--playing .tk-showcase__video-play i {
    transform: scale(0.92);
}

.tk-showcase__video-item.tk-showcase__video-item--playing video {
    transform: scale(1.03);
}

@media (min-width: 1025px) {
    .tk-showcase__video-item.tk-showcase__video-item--hover-playing .tk-showcase__video-play,
    .tk-showcase__video-item.tk-showcase__video-item--playing .tk-showcase__video-play {
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, -50%) scale(0.86);
    }

    .tk-showcase__video-item.tk-showcase__video-item--hover-playing .tk-showcase__video-play::before,
    .tk-showcase__video-item.tk-showcase__video-item--playing .tk-showcase__video-play::before {
        opacity: 0;
        animation: none;
    }
}

@keyframes tkPlayPulse {
    0% {
        transform: scale(0.92);
        opacity: 0.6;
    }
    75% {
        transform: scale(1.24);
        opacity: 0;
    }
    100% {
        transform: scale(1.24);
        opacity: 0;
    }
}
.tk-showcase__videos--has-more .tk-showcase__video-item:nth-child(n+4) {
    display: none;
}

.tk-showcase__videos--has-more.tk-showcase__videos--expanded .tk-showcase__video-item:nth-child(n+4) {
    display: block;
    visibility: visible;
}
.tk-showcase__toggle-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(196, 31, 24, 0.08);
    border: 1px solid rgba(196, 31, 24, 0.28);
    border-radius: 50%;
    color: #8c1e16;
    font-size: 16px;
    cursor: pointer;
    margin-left: 16px;
    vertical-align: middle;
    transition: background 0.3s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.3s ease;
    flex-shrink: 0;
}

.tk-showcase__toggle-arrow:hover {
    background: rgba(196, 31, 24, 0.16);
    border-color: rgba(196, 31, 24, 0.5);
}

.tk-showcase__toggle-arrow.is-open {
    transform: rotate(180deg);
}

.tk-showcase__firm::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(27, 34, 51, 0.12);
    margin-top: 60px;
}

.tk-showcase__firm:last-child::after {
    display: none;
}
.tk-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.tk-lightbox.is-active {
    opacity: 1;
    visibility: visible;
}

.tk-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(20px);
}

.tk-lightbox__content {
    position: relative;
    width: 90vw;
    max-width: 1100px;
    transform: scale(0.85);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.tk-lightbox.is-active .tk-lightbox__content {
    transform: scale(1);
}

.tk-lightbox__video {
    width: 100%;
    border-radius: 16px;
    background: #000;
    outline: none;
    max-height: 80vh;
}

.tk-lightbox__close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.tk-lightbox__close:hover {
    border-color: var(--tk-accent);
    transform: rotate(90deg);
}
body.tk-no-scroll {
    overflow: hidden;
}
@media (max-width: 1024px) {
    .tk-showcase__videos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tk-hero {
        padding: 98px 20px 0;
        min-height: auto;
    }
    .tk-hero__title {
        font-size: clamp(2.8rem, 10vw, 5rem);
    }
    .tk-hero__subtitle {
        max-width: 400px;
        margin-top: 14px;
        font-size: 0.95rem;
        line-height: 1.65;
    }
    .tk-hero__vid {
        transform: none;
        border-radius: 1rem;
        will-change: auto;
    }
    .tk-hero__video-wrap {
        margin-top: 30px;
    }
    .tk-textfill {
        padding: 64px 20px;
    }
    .tk-textfill__row {
        margin-bottom: 18px;
    }
    .tk-textfill__heading {
        will-change: auto;
        color: #1b2233;
    }
    .tk-showcase {
        padding: 60px 20px 80px;
    }
    .tk-showcase__videos {
        grid-template-columns: 1fr;
    }
    .tk-showcase__firm {
        will-change: auto;
    }
    .tk-showcase__video-item video {
        transition: none;
    }
    .tk-showcase__video-play {
        width: 54px;
        height: 54px;
        font-size: 15px;
    }
    .tk-showcase__video-play::before {
        inset: -6px;
    }
    .tk-lightbox__overlay {
        backdrop-filter: none;
    }
    .tk-lightbox__content {
        width: 95vw;
    }
    .tk-lightbox__close {
        top: -44px;
        right: 4px;
    }

    body.vp-page .nav-wrapper {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        filter: none !important;
    }

    body.vp-page .nav-menu {
        background: #0b0d12 !important;
        background-color: #0b0d12 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        inset: 0 !important;
        min-height: 100svh !important;
        height: 100svh !important;
        min-height: 100dvh !important;
        height: 100dvh !important;
    }

    body.vp-page .nav-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    }

    body.vp-page .nav-link,
    body.vp-page .nav-link:link,
    body.vp-page .nav-link:visited,
    body.vp-page .dropdown-toggle,
    body.vp-page .dropdown-toggle i {
        color: #ffffff !important;
    }

    body.vp-page .dropdown-menu {
        background: #161a22 !important;
        border-color: rgba(255, 255, 255, 0.12) !important;
    }

    body.vp-page .dropdown-menu a {
        color: #ffffff !important;
    }

    body.vp-page.mobile-menu-open #navbar {
        padding-top: 0 !important;
    }

    body.vp-page.mobile-menu-open #navbar > .container {
        max-width: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    body.vp-page.mobile-menu-open .nav-wrapper {
        border-radius: 0 !important;
        background: #11131a !important;
        box-shadow: none !important;
    }

    body.vp-page.mobile-menu-open .hamburger span {
        background: #ffffff !important;
    }
}

@media (max-width: 480px) {
    .tk-hero__subtitle {
        max-width: 88vw;
        font-size: 0.9rem;
    }
    .tk-textfill__heading {
        font-size: 1.6rem;
    }
}

.tk-hero__sound {
    position: fixed;
    left: clamp(16px, 3vw, 40px);
    bottom: clamp(16px, 3vw, 40px);
    z-index: 20;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 18px 11px 15px;
    border: 1px solid rgba(20, 20, 24, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #14141a;
    font: inherit;
    font-size: 0.82rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color .3s, border-color .3s, color .3s, opacity .35s, visibility .35s;
}

.tk-hero__sound:hover {
    background: #14141a;
    border-color: #14141a;
    color: #fff;
}
.tk-hero__sound.is-gone {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.tk-hero__sound-icon {
    width: 17px;
    height: 17px;
    flex: none;
}
.tk-hero__sound .tk-hero__sound-icon--on { display: none; }
.tk-hero__sound[aria-pressed="true"] .tk-hero__sound-icon--off { display: none; }
.tk-hero__sound[aria-pressed="true"] .tk-hero__sound-icon--on { display: block; }
