/* RUDRAKSHA 3D FRONTEND ONLY */
/* =========================
   RUDRAKSHA CUSTOM FONTS
========================= */

@font-face {
    font-family: 'Space Grotesk';
    src: url('../media/32687112bd2dd8db-s.cfdd66c2.woff2') format('woff2');
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../media/2a65768255d6b625-s.p.d19752fb.woff2') format('woff2');
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../media/70e3db2de7f94926-s.p.347f98aa.woff2') format('woff2');
    font-style: italic;
    font-weight: 400 900;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('../media/70bc3e132a0a741e-s.p.15008bfb.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
}




:root {
    --font-space-grotesk: "Space Grotesk", "Space Grotesk Fallback";
    --font-playfair: "Playfair Display", "Playfair Display Fallback";
    --font-jetbrains-mono: "JetBrains Mono", "JetBrains Mono Fallback";
}

:root {
    --cyber-cyan: var(--color-copper);
    --cyber-blue: var(--color-copper);
    --cyber-text: #fff;
    --cyber-muted: gray;
    --cyber-bg: #050505;
    --cyber-font: var(--font-space-grotesk), monospace;
}

:root {
    --color-black: #050505;
    --color-black-rgb: 5, 5, 5;
    --color-white: #fff;
    --color-white-rgb: 255, 255, 255;
    --color-copper: #cba381;
    --color-copper-rgb: 203, 163, 129;
    --color-violet: #7c3aed;
    --color-violet-rgb: 124, 58, 237;
    --color-orange: #ea580c;
    --color-orange-rgb: 234, 88, 12;
    --color-amber: #f59e0b;
    --color-amber-rgb: 245, 158, 11;
    --color-success: #4ade80;
    --color-success-rgb: 74, 222, 128;
    --color-danger: #f87171;
    --color-danger-rgb: 248, 113, 113;
    --color-info: #3b82f6;
    --color-info-rgb: 59, 130, 246;
    --color-neutral: #888890;
    --color-neutral-rgb: 136, 136, 144;

    --bg-primary: #0505057a;
    --bg-secondary: #0d0c0a82;
    --bg-surface: #1a1815;
    --bg-overlay: #0f0f1466;

    --text-primary: var(--color-white);
    --text-secondary: rgba(var(--color-white-rgb), .7);
    --text-muted: rgba(var(--color-white-rgb), .5);
    --text-accent: var(--color-copper);
    --radius-lg: .5rem;

    --copper-subtle: rgba(var(203, 163, 129), .05);
    /* --copper-normal: rgba(var(--color-copper-rgb), .15);
    --copper-strong: rgba(var(--color-copper-rgb), .3);
    --copper-glow: rgba(var(--color-copper-rgb), .5); */

    --font-ui: "Space Grotesk", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;


    --white-subtle: rgba(var(--color-white-rgb), .05);
    --white-normal: rgba(var(--color-white-rgb), .15);
    --white-strong: rgba(var(--color-white-rgb), .3);

    --border-subtle: var(--white-subtle);
    --border-normal: var(--white-normal);
    --border-strong: var(--white-strong);

    --foreground-rgb: 255, 255, 255;

    --background-start-rgb: 5, 5, 5;
    --background-end-rgb: 5, 5, 5;

    --font-ui: var(--font-space-grotesk), sans-serif;
    --font-display: var(--font-playfair), serif;
    --font-mono: var(--font-jetbrains-mono), monospace;

    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700
}

body {
    font-family: var(--font-space-grotesk);
    color: var(--text-primary);
    background: var(--bg-primary);
    font-family: var(--font-ui);
    font-weight: var(--fw-regular) 400;
    position: relative;
    overflow-x: hidden;
}

html,
body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

body:before {
    content: "";
    background: radial-gradient(ellipse at left center, rgba(203, 163, 129, .05) 0%, transparent 70%);
    pointer-events: none;
    mix-blend-mode: screen;
    z-index: 9998;
    width: 80vh;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -20vh;
}

.front-3d-page {
    position: relative !important;
    min-height: 400vh;
    color: var(--text-primary);
    overflow: visible !important;
    /* background:
        radial-gradient(circle at 18% 70%, rgba(90, 38, 0, .42), transparent 34%),
        radial-gradient(circle at 82% 54%, rgba(80, 28, 150, .38), transparent 36%),
        #030303 !important; */
    font-family: var(--font-ui);
}

.front-3d-page * {
    box-sizing: border-box;
}

.front-3d-page a {
    text-decoration: none;
}

.front-3d-page::after {
    content: "";
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 3;
    opacity: .055;
    background:
        repeating-linear-gradient(0deg,
            rgba(255, 255, 255, .08) 0,
            rgba(255, 255, 255, .08) 1px,
            transparent 1px,
            transparent 4px);
    mix-blend-mode: overlay;
}



/* Fixed 3D Canvas */
.tk-hero-canvas {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    overflow: hidden;
    background: transparent !important;
    mix-blend-mode: difference !important;
}

.tk-hero-canvas canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
    cursor: grab;
}

/* Aurora Glow */
.aurora-canvas {
    z-index: 2;
    pointer-events: none;
    position: fixed;
    inset: 0;
    overflow: hidden;
}

.light-node {
    border-radius: var(--radius-lg);
    opacity: .4;
    mix-blend-mode: screen;
    will-change: transform;
    filter: blur(70px);
    transition: transform 2s cubic-bezier(.16, 1, .3, 1);
    position: absolute;
}

.node-right {
    background: radial-gradient(circle, rgba(124, 58, 237, .72), transparent 70%);
    width: 60vw;
    height: 80vh;
    animation: breathe-aurora 15s ease-in-out infinite alternate;
    top: 10%;
    right: -25vw;
}

.node-bottom-left {
    background: radial-gradient(circle, rgba(234, 88, 12, .52), transparent 70%);
    width: 50vw;
    height: 50vw;
    animation: breathe-aurora 18s ease-in-out infinite alternate-reverse;
    bottom: -20vh;
    left: -15vw;
}

.node-top-left {
    background: radial-gradient(circle, rgba(245, 158, 11, .28), transparent 70%);
    opacity: .15;
    width: 40vw;
    height: 40vw;
    animation: wander-aurora 25s linear infinite;
    top: -15vh;
    left: -10vw;
}

@keyframes breathe-aurora {
    0% {
        opacity: .18;
        transform: scale(1) translate(0);
    }

    50% {
        opacity: .38;
        transform: scale(1.12) translate(5%, 5%);
    }

    100% {
        opacity: .2;
        transform: scale(.92) translate(-2%, 10%);
    }
}

@keyframes wander-aurora {
    0% {
        transform: translate(0) rotate(0deg);
    }

    100% {
        transform: translate(10vw, 5vh) rotate(360deg);
    }
}

/* Navbar */
.tk-navbar {
    z-index: 1000;
    pointer-events: all;
    box-sizing: border-box;
    width: 100%;
    font-family: var(--font-space-grotesk), sans-serif;
    justify-content: space-between;
    align-items: center;
    padding: 19.2px 32px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
}

.tk-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}


.tk-brand-icon {
    /* width: 120px; */
    /* height: 62px; */
    display: grid;
    place-items: center;
    /* background: #fff;
    color: #050505; */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    font-weight: 950;
    font-size: 32px;
    line-height: 1;
    /* box-shadow: 0 0 20px rgba(255, 255, 255, .08); */
}

.tk-brand-icon img {
    margin-right: 15px;
    height: 100px;
}

.tk-brand strong {
    display: block;
    letter-spacing: .24em;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.tk-brand span {
    display: block;
    font-size: 11px;
    opacity: .78;
    margin-top: 8px;
    letter-spacing: .02em;
}

.navbar-center {
    pointer-events: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 2;
}

.tk-navbar nav {
    background: var(--white-subtle);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border: 1px solid var(--border-subtle);
    height: 44.8px;
    box-shadow: 0 20px 40px rgba(var(--color-black-rgb), .1);
    border-radius: 22px;
    gap: 25.6px;
    margin: 0;
    padding: 0 35.2px;
    list-style: none;
    transition: all .4s;
    display: flex;
    pointer-events: auto;
    justify-content: center;
    align-items: center;
}

.tk-navbar nav a {
    color: rgba(255, 255, 255, .72);
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 13.2px;
    font-weight: 500;
    text-decoration: none;
    transition: all .4s cubic-bezier(.23, 1, .32, 1);

}

.tk-navbar nav a:hover {
    color: #fff;
    text-shadow: 0 0 15px rgba(255, 255, 255, .38);
}


.navbar-right {
    pointer-events: auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.tk-sign-btn {
    justify-self: end;
    min-height: 45px;
    padding: 0 8px 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .16);
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    background: rgba(255, 255, 255, .065);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    font-weight: 600;
    letter-spacing: .18em;
    font-size: 13px;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 20px 60px rgba(0, 0, 0, .2);
    text-decoration: none;
}

.tk-sign-btn svg {
    color: #050505;
    background-color: var(--color-white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    transition: all .4s cubic-bezier(.23, 1, .32, 1);
    display: flex;

}

@media (max-width: 1024px) {
    .mobile-header-actions {
        pointer-events: auto;
        align-items: center;
        gap: 12px;
        display: flex;
    }
}

.navbar-hamburger {
    display: none;
    pointer-events: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 1002;
}

.navbar-hamburger span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: .3s ease;
}

.navbar-hamburger.is-open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-hamburger.is-open span:nth-child(2) {
    opacity: 0;
}

.navbar-hamburger.is-open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgb(0 0 0 / 25%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile-menu-panel.is-open {
    display: flex;
}

.mobile-menu-panel .mobile-menu-links a:first-child {
    transition-delay: .1s;
}

.mobile-menu-panel .mobile-menu-links.is-open a {
    opacity: 1;
    transform: translateY(0);
}


.mobile-menu-logo {
    position: absolute;
    top: 22px;
    left: 24px;
    width: 54px;
    height: 54px;
}

.mobile-menu-logo img {
    height: 100%;
    object-fit: contain;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.mobile-menu-links a {
    color: var(--text-secondary);
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 500;
    font-family: var(--font-space-grotesk), sans-serif;
    text-decoration: none;
    transition: all .3s;
    transform: translateY(15px);
}


.mobile-sign-btn {
    margin-top: 48px;
    min-height: 48px;
    padding: 0 8px 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    text-decoration: none;
}

.mobile-sign-btn span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #050505;
    font-size: 20px;
}

@media(max-width: 1024px) {
    .tk-navbar {
        display: flex;
        justify-content: space-between;
        left: 0;
        right: 24px;
        top: 18px;
        grid-template-columns: none;
    }

    .tk-desktop-nav,
    .tk-sign-btn {
        display: none !important;
    }

    .navbar-hamburger {
        display: flex;
    }
}

/* Scroll Panels */
.tk-scroll-panel {
    position: relative;
    z-index: 10;
    min-height: 100vh !important;
}

.tk-hero-section {
    min-height: 100vh !important;
    display: flex;
    align-items: center;
    padding: 135px 5vw 48px;
}

.tk-hero-inner {
    width: 100%;
    position: relative;
    z-index: 12;
}

.tk-hero-content {
    max-width: 760px;
    position: relative !important;
    z-index: 20 !important;
}

.tk-pill-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.tk-pill-row span {
    min-height: 48px;
    padding: 0 38px;
    border-radius: 999px;
    border: 1px solid rgba(245, 158, 11, .55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
    letter-spacing: .38em;
    font-size: 13px;
    font-weight: 400;
    background: rgba(245, 158, 11, .045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    font-family: var(--font-mono);
}

.tk-mini-title {
    font-size: 26px;
    font-weight: 00;
    letter-spacing: .08em;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.tk-hero-content h1 {
    position: relative;
    display: inline-block;

    font-family: var(--font-space-grotesk);
    font-size: clamp(70px, 8vw, 150px);
    line-height: .88;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;

    background-image: url("https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExbGhzNzAydGI4eXhyaGoyOHBubXEyNmpub2MxaTMwaG9xZjF0NG81biZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/cJ5dS0h3dmpfCRCmD3/giphy.gif");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;

    -webkit-text-stroke: 1px rgba(255, 255, 255, .9);

    filter: drop-shadow(0 0 15px rgba(255, 255, 255, .18));

    white-space: nowrap;
}

.tk-hero-content h1::before {

    content: "";

    position: absolute;
    inset: 0;

    /* background:
        linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, .8) 45%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, .8) 55%,
            transparent 100%); */

    background-size: 300% 100%;

    animation: heroShine 4s linear infinite;

    mix-blend-mode: screen;

    pointer-events: none;

}

.tk-hero-content h1::after {

    content: attr(data-text);

    position: absolute;
    inset: 0;

    color: transparent;

    -webkit-text-stroke: 1px rgba(255, 255, 255, .5);

    filter: blur(14px);

    opacity: .4;

    animation: heroGlow 2.5s ease-in-out infinite;

}

@keyframes heroGlow {

    0%,
    100% {

        opacity: .25;
        transform: scale(1);

    }

    50% {

        opacity: .7;
        transform: scale(1.02);

    }

}

@keyframes heroShine {

    from {

        background-position: -250% 0;

    }

    to {

        background-position: 250% 0;

    }

}

.tk-hero-content h1 small {
    display: block;
    font-size: clamp(19px, 2vw, 32px);
    letter-spacing: .22em;
    margin-top: 30px;
    color: rgba(255, 255, 255, .78);
    font-weight: 600;
}

.tk-hero-content p {
    width: min(640px, 100%);
    margin: 46px 0 0;
    color: rgba(255, 255, 255, .58);
    font-size: 1.18rem;
    line-height: 1.65;
    font-weight: 300;
}

.tk-hero-actions {
    margin-top: 46px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.tk-primary-btn,
.tk-dark-btn {
    min-width: 240px;
    min-height: 76px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-weight: 900;
    letter-spacing: .14em;
    font-size: 13px;
    transition: all .4s cubic-bezier(.16, 1, .3, 1);
    text-transform: uppercase;
    font-family: var(--font-ui);
}

.tk-primary-btn {
    background: #d6ad88;
    color: #060606;
    box-shadow: 0 12px 32px rgba(203, 163, 129, .12);
}

.tk-primary-btn:hover {
    background: #f0d2b8;
    transform: translateY(-2px);
}

.tk-dark-btn {
    min-width: 330px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.tk-dark-btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .18);
}

.tk-dark-btn i {
    font-size: 50px;
}

/* Phase Sections */
.tk-phase-section {
    min-height: 100vh !important;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 120px 5vw;
    pointer-events: none;
}

.tk-phase-section.phase-left {
    justify-content: flex-start;
}

.tk-phase-section.phase-right {
    justify-content: flex-end;
}

.tk-phase-card {
    position: relative !important;
    z-index: 30 !important;
    width: min(550px, 50vw);
    padding: 42px 42px;
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .085);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 40px 110px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .06);
    pointer-events: auto;
    opacity: 0;
    transform: translateY(72px) scale(.94);
    transition: opacity .65s cubic-bezier(.16, 1, .3, 1), transform .65s cubic-bezier(.16, 1, .3, 1);
}

.tk-phase-card.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.tk-phase-card span {
    display: block;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .48);
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: 700;
    font-family: var(--font-mono);
}

.tk-phase-card h2 {
    font-family: var(--font-space-grotesk), sans-serif;
    background: linear-gradient(to bottom, var(--color-white) 60%, var(--text-muted) 100%);
    -webkit-text-fill-color: transparent;
    letter-spacing: -.03em;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
}

.tk-phase-card p {
    margin: 0;
    max-width: 510px;
    color: rgba(255, 255, 255, .58);
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
}

/* Responsive */
@media(max-width: 1200px) {
    .tk-navbar {
        padding: 12.8px 16px;
    }

    .tk-navbar nav {
        gap: 9.6px;
        padding: 0 16px;
    }

    .tk-navbar nav a {
        font-size: 12px;
    }
}

@media(max-width: 1100px) {
    .tk-navbar {
        padding: 12.8px 16px;
    }

    .tk-phase-card {
        width: min(620px, 76vw);
    }
}

@media(max-width: 900px) {
    .tk-hero-section {
        padding: 200px 22px 40px;
        align-items: flex-start;
    }

    .tk-hero-content {
        max-width: 100%;
    }

    .tk-hero-content h1 {
        font-size: clamp(48px, 10vw, 78px);
    }

    .tk-hero-content h1 small {
        font-size: 16px;
        letter-spacing: .15em;
    }

    .tk-phase-section {
        padding: 110px 24px;
        justify-content: flex-start !important;
    }

    .tk-phase-card {
        width: 100%;
        max-width: 100%;
        padding: 42px 32px;
        border-radius: 30px;
    }

    .tk-phase-card h2 {
        font-size: 40px;
    }
}

@media(max-width: 700px) {
    /* .tk-brand div:last-child {
        display: none;
    } */

    .tk-brand-icon {
        width: 120px;
        height: 54px;
    }

    .tk-sign-btn {
        min-width: auto;
        padding-left: 18px;
        font-size: 14px;
    }

    .tk-pill-row {
        gap: 12px;
        margin-bottom: 34px;
    }

    .tk-pill-row span {
        width: 100%;
        justify-content: center;
        letter-spacing: .18em;
        padding: 0 18px;
        font-size: 11px;
    }

    .tk-mini-title {
        font-size: 20px;
    }

    .tk-hero-content p {
        font-size: 1rem;
        margin-top: 30px;
    }

    .tk-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .tk-primary-btn,
    .tk-dark-btn {
        width: 100%;
        min-width: 0;
        min-height: 62px;
    }
}

/* =========================================================
   WHEEL SHOWCASE - CLEAN PREMIUM VERSION
   Duplicate-free. Replace all old wheel CSS with this block.
========================================================= */

.tk-hero-canvas {
    pointer-events: auto !important;
    background: transparent !important;
}

/* Wheel section pin area */
.tk-wheel-showcase {
    position: relative !important;
    z-index: 80 !important;
    min-height: 900vh !important;
    margin-top: 80vh !important;
    overflow: visible !important;
    isolation: isolate;
    /* background:
        radial-gradient(circle at 8% 55%, rgba(203, 163, 129, .18), transparent 36%),
        radial-gradient(circle at 88% 50%, rgba(124, 58, 237, .28), transparent 38%),
        #050505 !important; */
}

.tk-wheel-showcase.is-visible {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Sticky / JS fixed pin */
.tk-wheel-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
    z-index: 90 !important;
    display: block !important;
    /* background:
        radial-gradient(circle at 8% 55%, rgba(203, 163, 129, .20), transparent 36%),
        radial-gradient(circle at 88% 50%, rgba(124, 58, 237, .25), transparent 38%),
        linear-gradient(90deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .80) 38%, rgba(0, 0, 0, .78) 100%) !important; */
}

.tk-wheel-sticky.is-wheel-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 95 !important;
}

.tk-wheel-sticky.is-wheel-end {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 90 !important;
}

/* cinematic grain */
.tk-wheel-sticky::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 25;
    pointer-events: none;
    /* opacity: .045; */
    /* background:
        repeating-linear-gradient(0deg,
            rgba(255, 255, 255, .08) 0,
            rgba(255, 255, 255, .08) 1px,
            transparent 1px,
            transparent 4px);
    mix-blend-mode: overlay; */
}

/* Left wheel scene */
.tk-wheel-left {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.wheel-scene {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    perspective: 1200px !important;
    --wheel-orbit: 44vh;
}

/* Big wheel half outside viewport like reference */
.dial-container {
    position: absolute !important;
    top: 50% !important;
    left: -50vh !important;
    width: 100vh !important;
    height: 100vh !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    transform-style: preserve-3d !important;
}

/* Wheel physical look */
.physical-base {
    background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 100px rgba(var(--color-black-rgb), 1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateZ(-30px);
}

.physical-rim {
    border: 1px solid var(--copper-normal);
    background: radial-gradient(circle at center, transparent 65%, var(--copper-subtle) 100%);
    box-shadow: inset 0 0 40px rgba(var(--color-black-rgb), .8), 0 0 20px rgba(var(--color-black-rgb), 1), inset 1px 1px 2px var(--copper-normal);
    pointer-events: none;
    border-radius: 50%;
    position: absolute;
    inset: 2%;
    transform: translateZ(-10px);
}

.physical-hub {
    position: absolute !important;
    width: 40% !important;
    height: 40% !important;
    top: 30% !important;
    left: 30% !important;
    border-radius: 50% !important;
    background: radial-gradient(circle at top left, var(--bg-surface), var(--bg-primary)) !important;
    border: 1px solid rgba(203, 163, 129, .14) !important;
    box-shadow:
        inset 1px 1px 6px rgba(203, 163, 129, .14),
        0 34px 54px rgba(0, 0, 0, .9) !important;
}

.physical-hub::after {
    content: "";
    border: 1px solid var(--wheel-accent-muted);
    background: repeating-radial-gradient(circle at center, transparent 0, transparent 4px, var(--copper-subtle) 5px);
    border-radius: 50%;
    position: absolute;
    inset: 15%;
}

/* Dial and ticks */
.wheel-dial {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 50% !important;
    transform-origin: 50% 50% !important;
    transform-style: preserve-3d !important;
    will-change: transform !important;
}

.wheel-tick {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform-origin: 0 0 !important;
    background: #cba381 !important;
    border-radius: 2px !important;
}

.wheel-tick.major {
    width: 15px !important;
    height: 2px !important;
    opacity: .36 !important;
    box-shadow: 0 0 10px rgba(203, 163, 129, .24);
}

.wheel-tick.minor {
    width: 6px !important;
    height: 1px !important;
    opacity: .12 !important;
}

/* Wheel items: active item aligns with pointer line */
.wheel-dial-item {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform-origin: 0 0 !important;
    transform-style: preserve-3d !important;
    pointer-events: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    will-change: transform;
}

.wheel-item-text {

    position: absolute !important;
    left: 80px !important;
    /* 80 se start karo */
    top: 0 !important;
    transform: translateY(-50%) !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 18px !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    font-family: var(--font-ui, "Space Grotesk", Inter, sans-serif) !important;
    font-size: clamp(22px, 2.05vw, 40px) !important;
    font-weight: 300 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    color: rgba(203, 163, 129, .36) !important;
    transition:
        opacity .3s ease,
        filter .3s ease,
        color .3s ease,
        text-shadow .3s ease !important;
}

.wheel-item-text span {
    position: static !important;
    display: inline-block !important;
    min-width: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(12px, .82vw, 16px) !important;
    line-height: 1 !important;
    letter-spacing: .12em !important;
    color: #cba381 !important;
    opacity: .82 !important;
}

.wheel-item-text strong {
    display: inline-block !important;
    font: inherit !important;
    color: inherit !important;
}

/* Pointer line exactly at active item center */
.wheel-pointer-wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 44vh !important;
    z-index: 18 !important;
    display: flex !important;
    align-items: center !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
}

.wheel-pointer-line {
    width: 86px !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #cba381, rgba(203, 163, 129, .25)) !important;
    box-shadow: 0 0 18px 1px rgba(203, 163, 129, .65) !important;
}

.wheel-pointer-bracket {
    width: 14px !important;
    height: 31px !important;
    border-right: 2px solid #cba381 !important;
    border-top: 2px solid #cba381 !important;
    border-bottom: 2px solid #cba381 !important;
    border-left: 0 !important;
    border-radius: 0 5px 5px 0 !important;
    opacity: .9 !important;
}

/* Right card */
.tk-wheel-right {
    position: absolute !important;
    right: 6% !important;
    top: 50% !important;
    z-index: 20 !important;
    width: min(420px, 30vw) !important;
    height: 560px !important;
    aspect-ratio: auto !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: block !important;
}

.tk-wheel-card,
.tk-wheel-right .tk-wheel-card,
#wheelCard {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    transition:
        opacity .45s cubic-bezier(.16, 1, .3, 1),
        transform .45s cubic-bezier(.16, 1, .3, 1) !important;
    border-radius: 48px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    background: rgba(0, 0, 0, .45) !important;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .75),
        0 0 70px rgba(124, 58, 237, .08) !important;
}

.tk-wheel-card img,
.tk-wheel-right .tk-wheel-card img,
#wheelCardImg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(.74) contrast(1.08) saturate(1.05) !important;
}

.tk-wheel-card::after,
.tk-wheel-right .tk-wheel-card::after,
#wheelCard::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background:
        linear-gradient(to top, rgba(0, 0, 0, .97), rgba(0, 0, 0, .52), transparent),
        radial-gradient(circle at 78% 55%, rgba(124, 58, 237, .20), transparent 44%) !important;
}

.tk-wheel-card-content {
    position: absolute !important;
    left: 40px !important;
    right: 40px !important;
    bottom: 45px !important;
    z-index: 10 !important;
}

.tk-wheel-card-content h3,
#wheelCardTitle {
    margin: 0 0 5px !important;
    color: #fff !important;
    font-size: clamp(26px, 2vw, 34px) !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: .055em !important;
}

.tk-wheel-card-content p,
#wheelCardText {
    margin: 0 !important;
    color: rgba(255, 255, 255, .66) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
}

.tk-wheel-card-wrap {
    display: none !important;
}

/* Responsive wheel */
@media(max-width: 1200px) {
    .tk-wheel-right {
        width: min(390px, 34vw) !important;
        height: 520px !important;
        right: 4% !important;
    }

    .wheel-item-text {
        font-size: clamp(20px, 2.15vw, 32px) !important;
    }
}

@media(max-width: 1024px) {
    .tk-wheel-showcase {
        min-height: 760vh !important;
    }

    .dial-container {
        left: -56vh !important;
        top: 54% !important;
    }

    .wheel-scene {
        --wheel-orbit: 43vh;
    }

    .tk-wheel-right {
        width: min(390px, 82vw) !important;
        height: 470px !important;
        right: 5% !important;
    }

    .wheel-item-text {
        font-size: 22px !important;
    }
}

@media(max-width: 760px) {
    .tk-wheel-showcase {
        min-height: 680vh !important;
        margin-top: 45vh !important;
    }

    .dial-container {
        width: 78vh !important;
        height: 78vh !important;
        left: -49vh !important;
        top: 58% !important;
    }

    .wheel-scene {
        --wheel-orbit: 34vh;
    }

    .wheel-pointer-wrapper {
        left: 28vh !important;
    }

    .wheel-pointer-line {
        width: 54px !important;
    }

    .tk-wheel-right {
        top: 18% !important;
        left: 50% !important;
        right: auto !important;
        width: 84vw !important;
        height: 35vh !important;
        transform: translateX(-50%) !important;
    }

    .tk-wheel-card,
    #wheelCard {
        border-radius: 30px !important;
    }

    .wheel-item-text {
        font-size: 15px !important;
        letter-spacing: .12em !important;
        gap: 10px !important;
    }

    .wheel-item-text span {
        min-width: 24px !important;
        font-size: 11px !important;
    }
}

.faq-section {
    color: var(--text-primary);
    z-index: 10;
    background: 0 0;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10vh 2rem 15vh;
    position: relative
}

.faq-tag {
    font-family: var(--font-space-grotesk), sans-serif;
    letter-spacing: .5em;
    text-transform: uppercase;
    color: #cba381;
    opacity: .8;
    margin-bottom: 2rem;
    font-size: .7rem;
    display: block
}

.faq-title {
    font-family: var(--font-playfair), serif;
    margin-bottom: 5rem;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 400;
    line-height: 1.1
}

.faq-title i {
    opacity: .5;
    font-style: italic
}

.faq-list {
    flex-direction: column;
    gap: 1.25rem;
    display: flex
}

.faq-item {
    background: var(--white-subtle);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all .6s cubic-bezier(.16, 1, .3, 1);
    position: relative;
    overflow: hidden
}

.item-spotlight {
    background: radial-gradient(600px circle at var(763.6000061035156px, 50%)var(64.6875px, 50%), var(--copper-subtle), transparent 40%);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity .5s;
    position: absolute;
    inset: 0
}

.faq-item:hover .item-spotlight {
    opacity: 1
}

.faq-item:hover {
    border-color: var(--border-normal);
    background: var(--white-subtle);
    transform: translateY(-4px)
}

.faq-trigger {
    z-index: 2;
    align-items: center;
    gap: 2.5rem;
    padding: 2.5rem;
    display: flex;
    position: relative
}

.faq-index {
    font-family: var(--font-space-grotesk), sans-serif;
    color: #cba381;
    opacity: .5;
    width: 2ch;
    font-size: .85rem;
    font-weight: 700
}

.faq-question {
    font-family: var(--font-space-grotesk), sans-serif;
    letter-spacing: -.01em;
    color: var(--text-primary);
    flex: 1;
    font-size: 1.25rem;
    font-weight: 400
}

.faq-icon {
    width: 24px;
    height: 24px;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1);
    position: relative
}

.faq-icon:before,
.faq-icon:after {
    content: "";
    background: var(--white-strong);
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.faq-icon:before {
    width: 1.5px;
    height: 16px
}

.faq-icon:after {
    width: 16px;
    height: 1.5px
}

.faq-item.is-active {
    border-color: var(--color-copper);
    background: var(--copper-subtle)
}

.faq-item.is-active .faq-icon {
    transform: rotate(45deg)
}

.faq-item.is-active .faq-icon:before,
.faq-item.is-active .faq-icon:after {
    background: var(--color-copper)
}

.faq-item.is-active .faq-question {
    color: var(--text-primary)
}

.faq-content {
    opacity: 0;
    max-height: 0;
    padding: 0 2.5rem 0 5.8rem;
    transition: max-height .8s cubic-bezier(.16, 1, .3, 1), opacity .6s;
    overflow: hidden
}

.faq-item.is-active .faq-content {
    opacity: 1;
    max-height: 400px
}

.faq-answer {
    color: var(--text-muted);
    max-width: 750px;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.8;
    font-family: var(--font-space-grotesk), sans-serif;
    padding-bottom: 2.5rem
}

@media (max-width: 1024px) {
    .faq-section {
        padding: 8vh 2.5rem 12vh
    }

    .faq-title {
        margin-bottom: 4rem
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 6vh 1.5rem 10vh
    }

    .faq-title {
        margin-bottom: 3.5rem
    }

    .faq-trigger {
        gap: 1.5rem;
        padding: 2rem 1.5rem
    }

    .faq-index {
        width: 1.5ch;
        font-size: .75rem
    }

    .faq-question {
        font-size: 1.15rem
    }

    .faq-icon {
        width: 20px;
        height: 20px
    }

    .faq-icon:before {
        height: 14px
    }

    .faq-icon:after {
        width: 14px
    }

    .faq-content {
        padding: 0 1.5rem 0 3.8rem
    }

    .faq-answer {
        padding-bottom: 2rem;
        font-size: .975rem;
        line-height: 1.7
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 5vh 1.25rem 8vh
    }

    .faq-tag {
        letter-spacing: .3em;
        margin-bottom: 1.5rem
    }

    .faq-title {
        margin-bottom: 3rem
    }

    .faq-trigger {
        gap: 1.25rem;
        padding: 1.5rem 1.25rem
    }

    .faq-question {
        font-size: 1.05rem
    }

    .faq-content {
        padding: 0 1.25rem 0 3.2rem
    }

    .faq-answer {
        padding-bottom: 1.5rem;
        font-size: .9rem
    }

    .faq-item.is-active .faq-content {
        max-height: 500px
    }
}

@media (max-width: 360px) {
    .faq-trigger {
        gap: 1rem
    }

    .faq-index {
        display: none
    }

    .faq-content {
        padding-left: 1.25rem
    }
}


.about-card {
    background: var(--white-subtle);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-subtle);
    isolation: isolate;
    pointer-events: auto;
    z-index: 50;
    text-align: left;
    border-radius: 40px;
    width: 32%;
    padding: 3.5rem;
    transition: width .5s, left .5s, right .5s, padding .5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.about-heading {
    font-family: var(--font-space-grotesk), sans-serif;
    background: linear-gradient(to bottom, var(--color-white)60%, var(--text-muted)100%);
    -webkit-text-fill-color: transparent;
    letter-spacing: -.03em;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1
}

.about-heading i {
    font-family: var(--font-playfair), serif;
    opacity: .8;
    margin-left: .2em;
    font-style: italic;
    font-weight: 400;
    display: inline-block
}

@media (max-width: 1280px) {
    .about-card {
        width: 40%;
        padding: 2.5rem
    }
}

@media (max-width: 1024px) {
    .about-card {
        border-radius: 30px;
        width: 85%;
        padding: 2rem;
        transform: translate(-50%, -50%);
        left: 50% !important;
        right: auto !important
    }

    .about-heading {
        font-size: 2rem
    }
}

@media (max-width: 640px) {
    .about-card {
        width: 90%;
        padding: 1.5rem
    }

    .about-heading {
        margin-bottom: .75rem;
        font-size: 1.6rem
    }

    .about-card p {
        font-size: .9rem
    }

    .about-card {
        font-family: var(--font-space-grotesk), sans-serif
    }
}

:root {
    --timer-bg: var(--bg-primary);
    --timer-accent: var(--color-copper);
    --timer-card-bg: var(--white-subtle);
    --timer-border: var(--border-subtle);
    --timer-font-display: var(--font-space-grotesk), sans-serif;
    --timer-font-ui: var(--font-space-grotesk), sans-serif;
    --timer-ease: cubic-bezier(.16, 1, .3, 1)
}

.timer-container {
    perspective: 1000px;
    justify-content: center;
    align-items: center;
    gap: 1.125rem;
    display: flex
}

.time-block {
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
    display: flex
}

.shard {
    background: var(--white-subtle);
    border: 1px solid var(--timer-border);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    width: 120px;
    height: 150px;
    box-shadow: 0 30px 60px rgba(var(--color-black-rgb), .5);
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden
}

.shard:before {
    content: "";
    background: linear-gradient(90deg, transparent, var(--timer-border), transparent);
    z-index: 5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0
}

.glow {
    background: radial-gradient(circle at center, var(--copper-subtle), transparent 70%);
    opacity: 0;
    transition: opacity .5s var(--timer-ease);
    z-index: 1;
    position: absolute;
    inset: 0
}

.number-display {
    font-family: var(--timer-font-display);
    color: var(--text-primary);
    letter-spacing: -.05em;
    z-index: 2;
    background: linear-gradient(180deg, var(--color-white)45%, var(--text-muted)50%, var(--color-white)55%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 5.25rem;
    font-weight: 700;
    position: relative
}

.shard.tick .glow {
    animation: lightBleed .6s var(--timer-ease)
}

@keyframes lightBleed {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(1.2)
    }
}

.timer-label {
    font-family: var(--timer-font-ui);
    text-transform: uppercase;
    letter-spacing: .4em;
    color: var(--timer-accent);
    font-size: .525rem;
    font-weight: 500
}

.corner {
    border: 1px solid var(--white-normal);
    pointer-events: none;
    width: 10px;
    height: 10px;
    position: absolute
}

.tl {
    border-bottom: 0;
    border-right: 0;
    top: 12px;
    left: 12px
}

.br {
    border-top: 0;
    border-left: 0;
    bottom: 12px;
    right: 12px
}

@media (max-width: 768px) {
    .timer-container {
        gap: .6rem
    }

    .shard {
        border-radius: var(--radius-lg);
        width: 64px;
        height: 90px
    }

    .number-display {
        font-size: 2.625rem
    }

    .timer-label {
        font-size: .375rem
    }
}

.register-btn-main {
    background: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-space-grotesk), sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    box-shadow: 0 10px 30px rgba(var(--color-black-rgb), .4);
    border-radius: 100px;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 4.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
    display: inline-flex;
    position: relative;
    overflow: hidden
}

.register-btn-main:before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(var(--color-white-rgb), .8), transparent);
    transition: transform .6s cubic-bezier(.16, 1, .3, 1);
    position: absolute;
    inset: 0;
    transform: translate(-100%)
}

.register-btn-main:hover {
    box-shadow: 0 20px 60px var(--white-strong);
    background: var(--color-white);
    transform: scale(1.05)translateY(-5px)
}

.register-btn-main:hover:before {
    transform: translate(100%)
}

.register-btn-main svg {
    flex-shrink: 0;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1)
}

.register-btn-main:hover svg {
    transform: translate(8px)
}

@media (max-width: 768px) {
    .register-btn-main {
        padding: 1.25rem 3.5rem;
        font-size: .95rem
    }
}

@media (max-width: 480px) {
    .register-btn-main {
        letter-spacing: 1.5px;
        gap: 1rem;
        padding: 1.1rem 2.8rem;
        font-size: .85rem
    }
}

@media (max-width: 360px) {
    .register-btn-main {
        letter-spacing: 1px;
        justify-content: center;
        width: calc(100vw - 48px);
        padding: 1rem 1.5rem;
        font-size: .75rem
    }
}

.tk-footer {
    position: relative;
    z-index: 90;
    width: 100%;
    padding: 48px 0 56px;
    display: flex;
    justify-content: center;
    color: #fff;
}

.tk-footer-inner {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

.tk-footer-card {
    width: 100%;
    min-height: 70px;
    padding: 0 100px 0 10px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .50);
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    align-items: center;
    transition: .45s ease;
}

.tk-footer-card:hover {
    border-color: rgba(255, 255, 255, .20);
}

.tk-footer-brand {
    display: flex;
    align-items: center;
    gap: 22px;
}

.tk-footer-logo {
    position: relative;
    /* width: 48px;
    height: 48px; */
    flex-shrink: 0;
}

.tk-footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tk-footer-title {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .30em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.tk-footer-subtitle {
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .20em;
    color: rgba(255, 255, 255, .75);
    text-transform: uppercase;
}

.tk-footer-links {
    display: flex;
    justify-content: center;
    gap: 56px;
}

.tk-footer-links a {
    font-size: 12px;
    letter-spacing: .35em;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    transition: .35s ease;
    text-decoration: none;
}

.tk-footer-links a:hover {
    color: #fff;
    text-shadow: 0 0 15px rgba(255, 255, 255, .45);
}

.tk-footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 34px;
}

.tk-footer-social a {
    color: rgba(255, 255, 255, .48);
    font-size: 21px;
    transition: .3s ease;
}

.tk-footer-social a:hover {
    color: #fff;
    transform: scale(1.25);
}

.tk-footer-copy {
    margin: 0;
    padding-bottom: 8px;
    text-align: center;
    font-size: 7px;
    letter-spacing: .40em;
    color: rgba(255, 255, 255, .42);
    text-transform: uppercase;
}

@media(max-width: 900px) {
    .tk-footer-card {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 38px 24px;
        text-align: center;
    }

    .tk-footer-brand {
        justify-content: center;
        flex-direction: column;
    }

    .tk-footer-social {
        justify-content: center;
    }

    .tk-footer-links {
        gap: 34px;
    }
}

.page-accordion {
    overflow: hidden;
}

.page-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 22px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.page-accordion-header h4 {
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-accordion-body {
    display: none;
    padding: 25px;
}

.page-accordion.active .page-accordion-body {
    display: block;
}

.page-accordion.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-icon {
    transition: .3s;
}

.sponsors-content {
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    margin-top: 120px;
}

.sponsors-header {
    text-align: center;
    margin-bottom: 5rem;
}

.sponsors-page-tag {
    font-family: var(--font-space-grotesk), sans-serif;
    letter-spacing: .5em;
    text-transform: uppercase;
    color: var(--color-copper);
    opacity: .9;
    margin-bottom: 1.5rem;
    font-size: .8rem;
    display: block;
}

.sponsors-page-title {
    font-family: var(--font-playfair), serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2rem;
    font-size: clamp(2rem, 8vw, 6rem);
    font-weight: 400;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .sponsors-page-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }
}

.sponsors-page-title i {
    opacity: .7;
    font-style: italic;
}

.sponsors-description {
    text-align: center;
    max-width: 600px;
    color: var(--text-muted);
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.6;
}

.sponsor-tier-group {
    margin-bottom: 8rem;
}


.tier-tag {
    font-family: var(--font-space-grotesk), sans-serif;
    letter-spacing: .4em;
    text-transform: uppercase;
    color: var(--color-copper);
    opacity: .8;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    font-size: .7rem;
    display: flex;
}

@media (max-width: 768px) {
    .tier-tag {
        margin-bottom: 2rem;
    }
}

.tier-tag:before,
.tier-tag:after {
    content: "";
    background: linear-gradient(90deg, transparent, var(--color-copper), transparent);
    flex: 1;
    max-width: 100px;
    height: 1px;
}

.tier-tag:before,
.tier-tag:after {
    content: "";
    background: linear-gradient(90deg, transparent, var(--color-copper), transparent);
    flex: 1;
    max-width: 100px;
    height: 1px;
}


.sponsor-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

@media (max-width: 768px) {
    .sponsor-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1.5rem;
    }
}


.sponsor-card-v2 {
    cursor: pointer;
    aspect-ratio: 16 / 9;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #ffffff05;
    border: 1px solid #ffffff0d;
    border-radius: 20px;
    flex: 0 340px;
    justify-content: center;
    align-items: center;
    min-width: 280px;
    max-width: 360px;
    margin: 0;
    transition: all .6s cubic-bezier(.16, 1, .3, 1);
    display: flex;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .sponsor-card-v2 {
        aspect-ratio: 3 / 2;
    }
}

.sponsor-card-v2:before {
    content: "";
    border-radius: inherit;
    background: radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), #cba38180, transparent 40%);
    -webkit-mask-composite: xor;
    pointer-events: none;
    opacity: 0;
    z-index: 3;
    padding: 1px;
    transition: opacity .6s;
    position: absolute;
    inset: -1px;
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -webkit-mask-position: 0 0, 0 0;
    mask-position: 0 0, 0 0;
    -webkit-mask-size: auto, auto;
    mask-size: auto, auto;
    -webkit-mask-repeat: repeat, repeat;
    mask-repeat: repeat, repeat;
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-origin: content-box, border-box;
    mask-origin: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-source-type: auto, auto;
    mask-mode: match-source, match-source;
}

.sponsor-spotlight {
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), #cba3811f, transparent 50%);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: opacity .6s;
    position: absolute;
    inset: 0;
}

.sponsor-logo-container {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2.5rem;
    display: flex;
    position: relative;
}

.sponsor-logo-img {
    object-fit: contain;
    filter: grayscale() brightness(.7) opacity(.6);
    width: 100%;
    max-width: 240px;
    height: 100%;
    max-height: 110px;
    transition: all .6s cubic-bezier(.16, 1, .3, 1);
}

.sponsor-card-v2:hover .sponsor-logo-img {
    filter: grayscale(0%) brightness() opacity();
    transform: scale(1.08);
}

#competitions {
    padding: 8rem 0;
    position: relative
}

.competitions-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem
}

.cyber-header {
    margin-bottom: 5rem
}

.cyber-header-main {
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    display: flex
}

.header-status-dot-container {
    border: 1px solid rgba(var(--color-copper-rgb), .2);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    position: relative
}

.header-status-dot {
    background: var(--color-copper);
    width: 8px;
    height: 8px;
    box-shadow: 0 0 15px var(--color-copper);
    border-radius: 50%;
    position: relative
}

.header-status-dot:after {
    content: "";
    border: 1px solid var(--color-copper);
    border-radius: 50%;
    animation: 2s infinite pulse;
    position: absolute;
    inset: -6px
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}

.cyber-section-title {
    font-family: var(--font-ui);
    letter-spacing: .1em;
    color: var(--color-white);
    text-transform: uppercase;
    white-space: normal;
    font-size: clamp(1.2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2
}

@media (max-width: 480px) {
    .cyber-header-main {
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 2rem
    }

    .cyber-section-title {
        letter-spacing: .05em;
        font-size: 1.3rem
    }

    .header-status-dot-container {
        width: 24px;
        height: 24px
    }
}

.header-line {
    background: var(--color-white);
    opacity: .15;
    flex-grow: 1;
    height: 1px
}

.cyber-filter-container {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex
}

.cyber-filter-btn {
    font-family: var(--cyber-font);
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--cyber-muted);
    cursor: pointer;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
    padding: .8rem 2rem;
    font-size: .8rem;
    font-weight: 700;
    transition: all .3s
}

.cyber-filter-btn:hover {
    color: var(--cyber-text);
    background: #ffffff1a;
    border-color: #ffffff4d
}

.cyber-filter-btn.is-active {
    color: #000;
    background: var(--cyber-cyan);
    border-color: var(--cyber-cyan);
    box-shadow: 0 0 20px #00f3ff4d
}

.cyber-comp-grid {
    perspective: 2000px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
    display: grid
}

.cyber-comp-card {
    opacity: 0;
    height: 480px;
    animation: .8s cubic-bezier(.16, 1, .3, 1) forwards cyberFadeIn;
    transform: translateY(30px)
}

@keyframes cyberFadeIn {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cyber-frame {
    clip-path: polygon(0 20px, 20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    background: #0a0a0a;
    border: 1px solid #ffffff1a;
    transition: transform .1s;
    position: relative;
    overflow: hidden
}

.cyber-card-image {
    opacity: .6;
    background-position: 50%;
    background-size: cover;
    transition: transform .6s;
    position: absolute;
    inset: 0
}

.cyber-comp-card:hover .cyber-card-image {
    opacity: .8;
    transform: scale(1.1)
}

.cyber-card-overlay {
    background: linear-gradient(#0003 0%, #000000e6 100%);
    position: absolute;
    inset: 0
}

.cyber-top-tag {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 5;
    background: #ffffff1a;
    border: 1px solid #fff3;
    padding: 4px 15px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%)
}

.cyber-top-tag span {
    font-family: var(--cyber-font);
    letter-spacing: .2em;
    color: var(--cyber-text);
    font-size: .6rem;
    font-weight: 700
}

.cyber-side-markers {
    z-index: 5;
    flex-direction: column;
    gap: 8px;
    display: flex;
    position: absolute;
    top: 80px;
    left: 15px
}

.marker {
    background: var(--cyber-text);
    opacity: .8;
    width: 5px;
    height: 5px
}

.cyber-vertical-label {
    writing-mode: vertical-rl;
    font-family: var(--cyber-font);
    letter-spacing: .4em;
    color: var(--cyber-text);
    opacity: .4;
    text-transform: uppercase;
    z-index: 5;
    font-size: .6rem;
    position: absolute;
    top: 150px;
    right: 15px
}

.cyber-card-content {
    z-index: 10;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.cyber-card-title {
    font-family: var(--cyber-font);
    color: var(--cyber-text);
    text-transform: uppercase;
    margin-bottom: .75rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2
}

.cyber-card-desc {
    font-family: var(--cyber-font);
    color: var(--cyber-muted);
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
    font-size: .85rem;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden
}

.cyber-card-footer {
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

.cyber-status-box {
    flex-direction: column;
    display: flex
}

.status-label {
    font-family: var(--cyber-font);
    color: var(--cyber-muted);
    letter-spacing: .1em;
    font-size: .6rem;
    font-weight: 600
}

.status-value {
    font-family: var(--cyber-font);
    color: var(--cyber-cyan);
    font-size: 1.1rem;
    font-weight: 800
}

.cyber-explore-btn {
    cursor: pointer;
    background: #ffffff08;
    border: 1px solid #ffffff1a;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px 24px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    position: relative
}

.cyber-explore-btn .explore-text {
    letter-spacing: .15em;
    color: var(--cyber-text);
    z-index: 2;
    white-space: nowrap;
    font-size: .7rem;
    font-weight: 800;
    transition: all .3s
}

.cyber-explore-btn:hover {
    background: rgba(var(--color-copper-rgb), .1);
    border-color: rgba(var(--color-copper-rgb), .4);
    box-shadow: 0 0 15px rgba(var(--color-copper-rgb), .1)
}

.cyber-explore-btn:hover .explore-text {
    color: var(--cyber-cyan);
    text-shadow: 0 0 10px rgba(var(--color-copper-rgb), .5)
}

.btn-corners {
    border: 1px solid #ffffff4d;
    position: absolute;
    inset: 0
}

.btn-corners:before,
.btn-corners:after {
    content: "";
    border-color: var(--cyber-cyan);
    border-style: solid;
    width: 6px;
    height: 6px;
    position: absolute
}

.btn-corners:before {
    border-width: 1.5px 0 0 1.5px;
    top: -1px;
    left: -1px
}

.btn-corners:after {
    border-width: 0 1.5px 1.5px 0;
    bottom: -1px;
    right: -1px
}

.frame-corner.br {
    border-bottom: 2px solid var(--cyber-cyan);
    border-right: 2px solid var(--cyber-cyan);
    pointer-events: none;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 768px) {
    .cyber-comp-grid {
        grid-template-columns: 1fr;
        gap: 2rem
    }
}












#gallery {
    --gallery-accent: #cba381;
    --gallery-glass-bg: #ffffff03;
    --gallery-glass-border: #ffffff0a;
    --gallery-glass-highlight: #ffffff1a;
    --gallery-text-muted: #888890;
    --gallery-font-ui: var(--font-space-grotesk), sans-serif;
    --gallery-font-body: var(--font-space-grotesk), sans-serif;
    --gallery-font-display: var(--font-playfair), "Playfair Display", serif;
    --gallery-ease-out-expo: cubic-bezier(.16, 1, .3, 1)
}

.gallery-header-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 0 2rem;
    display: flex;
    position: relative
}

.gallery-tagline {
    font-family: var(--gallery-font-ui);
    color: var(--gallery-text-muted);
    letter-spacing: .4em;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: .8rem
}

.gallery-tagline.in-view {
    animation: 2s forwards galleryFadeIn
}

.gallery-title {
    font-family: var(--gallery-font-display);
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: clamp(3.5rem, 8vw, 7rem);
    line-height: 1.1
}

.gallery-title.in-view {
    animation: galleryFadeUp 1.5s var(--gallery-ease-out-expo).3s forwards
}

.gallery-title i {
    font-family: var(--gallery-font-display);
    opacity: .7;
    font-style: italic;
    font-weight: 400
}

.gallery-subtitle {
    max-width: 500px;
    color: var(--gallery-text-muted);
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6
}

.gallery-subtitle.in-view {
    animation: galleryFadeUp 1.5s var(--gallery-ease-out-expo).5s forwards
}

.gallery-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 5rem 2rem 15rem;
    position: relative
}

.gallery-container:before {
    content: "";
    background: radial-gradient(1000px circle at var(--mouse-x, 50%)var(--mouse-y, 50%), #60a5fa08, transparent 50%);
    z-index: 0;
    pointer-events: none;
    transition: opacity .5s;
    position: absolute;
    inset: -20%
}

.gallery-grid-wrap {
    z-index: 1;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    display: grid;
    position: relative
}

.gallery-frame {
    background: var(--gallery-glass-bg);
    border: 1px solid var(--gallery-glass-border);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform-style: preserve-3d;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 1s var(--gallery-ease-out-expo), transform 1.2s var(--gallery-ease-out-expo), filter 1s var(--gallery-ease-out-expo), border-color .4s;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: translateY(80px)scale(.95)rotateX(5deg)
}

.gallery-frame.in-view {
    opacity: 1;
    filter: blur();
    transform: translateY(0)scale(1)rotateX(0)
}

.gallery-frame:after {
    content: "";
    z-index: -1;
    background: linear-gradient(to bottom right, #0000, #ffffff05, #0000, #60a5fa05, #0000);
    width: 200%;
    height: 200%;
    animation: 8s linear infinite galleryDataFlow;
    position: absolute;
    top: -50%;
    left: -50%;
    transform: rotate(30deg)
}

.gallery-frame:hover {
    border-color: var(--gallery-glass-highlight)
}

.gallery-frame:before {
    content: "+";
    font-family: var(--gallery-font-ui);
    color: #fff3;
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    top: 1rem;
    right: 1.2rem;
}

.gallery-frame-meta {
    font-family: var(--gallery-font-ui);
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--gallery-text-muted);
    border-top: 1px solid #ffffff0d;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1rem;
    font-size: .65rem;
    display: flex;
    z-index: 9;
}

.gallery-frame-meta span:last-child {
    color: var(--gallery-accent)
}

.gallery-size-large {
    aspect-ratio: 16/9;
    grid-column: span 8
}

.gallery-size-tall {
    aspect-ratio: 3/4;
    grid-column: span 4
}

.gallery-size-square {
    aspect-ratio: 1;
    grid-column: span 4
}

.gallery-size-wide {
    aspect-ratio: 21/9;
    grid-column: span 8
}

.gallery-noise {
    z-index: -1;
    pointer-events: none;
    opacity: .05;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@keyframes galleryFadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes galleryFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes galleryDataFlow {
    0% {
        transform: rotate(30deg)translateY(-50%)
    }

    to {
        transform: rotate(30deg)translateY(50%)
    }
}

@media (max-width: 1024px) {

    .gallery-size-large,
    .gallery-size-tall,
    .gallery-size-square,
    .gallery-size-wide {
        aspect-ratio: auto;
        grid-column: span 6;
        min-height: 300px
    }
}

@media (max-width: 600px) {

    .gallery-size-large,
    .gallery-size-tall,
    .gallery-size-square,
    .gallery-size-wide {
        grid-column: span 12;
        min-height: 250px
    }

    .gallery-grid-wrap {
        gap: 1rem
    }

    .gallery-header-section {
        min-height: 60vh
    }
}

.archives-section {
    --archive-gold: var(--color-copper);
    --archive-blue: var(--color-copper);
    --archive-muted: var(--text-muted);
    --archive-font-ui: var(--font-space-grotesk), sans-serif;
    --archive-font-body: var(--font-space-grotesk), sans-serif;
    --archive-font-display: var(--font-playfair), serif;
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden
}

.warp-canvas-container {
    z-index: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.archive-noise {
    z-index: 1;
    pointer-events: none;
    opacity: .04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.singularity-core {
    width: 2px;
    height: 2px;
    box-shadow: 0 0 100px 50px rgba(var(--color-info-rgb), .2), 0 0 200px 100px rgba(var(--color-copper-rgb), .1);
    border-radius: var(--radius-lg);
    z-index: 2;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.archive-header {
    z-index: 100;
    position: absolute;
    top: 5rem;
    left: 5%
}


.archive-tagline {
    font-family: var(--archive-font-ui);
    color: var(--archive-gold);
    letter-spacing: .4em;
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-size: .7rem;
    display: block
}

.archive-title {
    font-family: var(--archive-font-display);
    letter-spacing: .05em;
    color: var(--text-primary);
    padding: .2rem 0;
    font-size: 2rem;
    font-weight: 400
}

.archive-title i {
    color: var(--archive-muted);
    font-style: italic
}

.archive-reticle {
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    z-index: 3;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    width: 60vh;
    height: 60vh;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.archive-reticle:before,
.archive-reticle:after {
    content: "";
    background: var(--white-subtle);
    position: absolute
}

.archive-reticle:before {
    width: 100%;
    height: 1px
}

.archive-reticle:after {
    width: 1px;
    height: 100%
}

.archive-timeline {
    z-index: 100;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%)
}

.time-node {
    font-family: var(--archive-font-ui);
    color: var(--archive-muted);
    cursor: pointer;
    text-align: right;
    background: 0 0;
    border: none;
    padding-right: 1.5rem;
    font-size: .7rem;
    transition: all .3s;
    position: relative
}

.time-node:after {
    content: "";
    border-radius: var(--radius-lg);
    background: var(--archive-muted);
    width: 4px;
    height: 4px;
    transition: all .3s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.time-node.active {
    color: var(--text-primary);
    font-size: .9rem;
    font-weight: 500
}

.time-node.active:after {
    background: var(--archive-gold);
    box-shadow: 0 0 10px var(--archive-gold);
    transform: translateY(-50%)scale(2)
}

.archive-viewport {
    perspective: 1000px;
    z-index: 10;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.archive-camera {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    pointer-events: auto;
    position: absolute
}

.memory-slab {
    width: 700px;
    height: 400px;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, var(--white-subtle)0%, var(--white-subtle)100%);
    border: 1px solid var(--border-subtle);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    will-change: transform, opacity, filter;
    border-radius: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -200px;
    margin-left: -350px;
    transition: border-color .5s, box-shadow .5s;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%
}

.memory-slab:before,
.memory-slab:after {
    content: "";
    pointer-events: none;
    width: 30px;
    height: 30px;
    position: absolute
}

.memory-slab:before {
    border-top: 1px solid var(--color-white);
    border-left: 1px solid var(--color-white);
    top: -1px;
    left: -1px
}

.memory-slab:after {
    border-bottom: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
    bottom: -1px;
    right: -1px
}

.slab-year {
    font-family: var(--archive-font-display);
    color: var(--archive-gold);
    font-size: 1.5rem;
    font-style: italic;
    position: absolute;
    top: 2rem;
    left: 2rem
}

.slab-meta {
    font-family: var(--archive-font-ui);
    color: var(--archive-muted);
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: right;
    font-size: .7rem;
    position: absolute;
    top: 2rem;
    right: 2rem
}

.slab-title {
    font-family: var(--archive-font-ui);
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    z-index: 2;
    color: var(--text-primary);
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

.slab-subtitle {
    font-family: var(--archive-font-body);
    color: var(--archive-muted);
    text-align: center;
    z-index: 2;
    max-width: 400px;
    margin-top: 1rem;
    font-size: .9rem
}

.slab-grid {
    background-image: linear-gradient(var(--white-subtle)1px, transparent 1px), linear-gradient(90deg, var(--white-subtle)1px, transparent 1px);
    opacity: 0;
    z-index: 1;
    background-position: 50%;
    background-size: 40px 40px;
    transition: opacity .5s;
    position: absolute;
    inset: 0
}

.memory-slab.is-active .slab-grid {
    opacity: 1
}

.memory-slab.is-active {
    border-color: var(--copper-strong);
    box-shadow: 0 0 80px rgba(var(--color-black-rgb), .8)
}

.archive-scroll-hint {
    z-index: 100;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    display: flex;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%)
}

.archive-mouse-icon {
    border: 1px solid var(--archive-muted);
    border-radius: var(--radius-lg);
    width: 20px;
    height: 30px;
    position: relative
}

.archive-mouse-wheel {
    background: var(--color-white);
    border-radius: 2px;
    width: 2px;
    height: 6px;
    animation: 1.5s infinite archiveScrollDown;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%)
}

@keyframes archiveScrollDown {
    0% {
        opacity: 1;
        top: 5px
    }

    to {
        opacity: 0;
        top: 15px
    }
}

@media (max-width: 1024px) {
    .archive-header {
        text-align: left;
        top: 4rem;
        left: 5%
    }

    .archive-title {
        font-size: clamp(1.6rem, 4vw, 2.2rem)
    }

    .memory-slab {
        width: 80vw;
        height: 45vh;
        margin-top: -22.5vh;
        margin-left: -40vw
    }

    .slab-title {
        font-size: clamp(1.8rem, 6vw, 2.8rem)
    }
}

@media (max-width: 768px) {
    .archive-header {
        text-align: center;
        width: 100%;
        padding: 0 1rem;
        top: 3.5rem;
        left: 50%;
        transform: translate(-50%)
    }

    .archive-tagline {
        letter-spacing: .3em;
        font-size: .6rem
    }

    .archive-title {
        font-size: 1.45rem
    }

    .archive-timeline {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        background: #ffffff08;
        border: 1px solid #ffffff0d;
        border-radius: 100px;
        flex-direction: row;
        gap: .75rem;
        padding: .75rem 1.25rem;
        inset: auto auto 8% 50%;
        transform: translate(-50%)
    }

    .time-node {
        text-align: center;
        opacity: .5;
        padding-right: 0;
        font-size: .65rem
    }

    .time-node:after {
        display: none
    }

    .time-node.active {
        opacity: 1;
        color: var(--archive-gold);
        font-size: .8rem
    }

    .memory-slab {
        border-radius: 12px;
        width: 90vw;
        height: 55vh;
        margin-top: -27.5vh;
        margin-left: -45vw;
        padding: 1.5rem
    }

    .slab-title {
        letter-spacing: .05em;
        font-size: 1.6rem;
        line-height: 1.2
    }

    .slab-subtitle {
        max-width: 100%;
        margin-top: 1.2rem;
        font-size: .75rem;
        line-height: 1.6
    }

    .slab-year {
        font-size: 1rem;
        top: 1.2rem;
        left: 1.2rem
    }

    .slab-meta {
        font-size: .5rem;
        top: 1.2rem;
        right: 1.2rem
    }

    .archive-reticle {
        opacity: .3;
        width: 85vw;
        height: 85vw
    }

    .archive-scroll-hint {
        display: none
    }
}

@media (max-width: 480px) {
    .archive-title {
        font-size: 1.25rem
    }

    .archive-timeline {
        justify-content: center;
        gap: .4rem;
        width: 95%;
        padding: .5rem .8rem
    }

    .time-node {
        font-size: .55rem
    }

    .memory-slab {
        height: 48vh;
        margin-top: -24vh
    }

    .slab-title {
        font-size: 1.2rem
    }

    .slab-subtitle {
        font-size: .7rem
    }
}

:root {
    --performer-bg: #050507;
    --performer-accent: #cba381;
    --performer-font-display: "Playfair Display", serif;
    --performer-font-ui: "Space Grotesk", sans-serif;
    --performer-ease: cubic-bezier(.16, 1, .3, 1)
}

.performer-archive-container {
    background: var(--performer-bg);
    color: #fff;
    font-family: var(--font-space-grotesk), sans-serif;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden
}

.noise-performer {
    z-index: 1;
    opacity: .04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    position: fixed;
    inset: 0
}

.hover-preview-performer {
    pointer-events: none;
    z-index: 50;
    opacity: 0;
    width: 350px;
    height: 500px;
    transition: opacity .4s var(--performer-ease), transform .6s var(--performer-ease);
    background: #000;
    border: 1px solid #ffffff1a;
    border-radius: 4px;
    position: fixed;
    overflow: hidden;
    transform: scale(.8)rotate(-5deg)
}

.hover-preview-performer.active {
    opacity: 1;
    transform: scale(1)rotate(0)
}

.preview-img-performer {
    object-fit: cover;
    filter: grayscale(.2)contrast(1.1);
    width: 100%;
    height: 100%
}

.preview-scan-performer {
    background: var(--performer-accent);
    opacity: .3;
    z-index: 2;
    width: 100%;
    height: 2px;
    animation: 3s linear infinite scanLinePerformer;
    position: absolute;
    top: 0;
    left: 0
}

@keyframes scanLinePerformer {
    0% {
        top: 0
    }

    to {
        top: 100%
    }
}

.performer-content-container {
    z-index: 10;
    padding: 15vh 10vw;
    position: relative
}

.section-tag-performer {
    font-family: var(--performer-font-ui);
    letter-spacing: .6em;
    text-transform: uppercase;
    color: var(--performer-accent);
    margin-bottom: 6rem;
    font-size: .7rem;
    display: block
}

.archive-list-performer {
    flex-direction: column;
    display: flex
}

.archive-item-performer {
    cursor: pointer;
    transition: all .4s var(--performer-ease);
    border-bottom: 1px solid #ffffff0d;
    justify-content: space-between;
    align-items: flex-end;
    padding: 3.5rem 0;
    display: flex;
    position: relative
}

.item-year-performer {
    font-family: var(--performer-font-ui);
    color: var(--performer-accent);
    opacity: .6;
    margin-bottom: .5rem;
    font-size: .8rem;
    display: block
}

.item-name-performer {
    font-family: var(--performer-font-display);
    transition: transform .4s var(--performer-ease), color .4s var(--performer-ease);
    color: #fff;
    font-size: clamp(2.5rem, 6vw, 6rem);
    font-weight: 400;
    line-height: 1
}

.item-role-performer {
    font-family: var(--performer-font-ui);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #555;
    transition: color .4s var(--performer-ease);
    font-size: .7rem
}

.archive-item-performer:hover .item-name-performer {
    color: var(--performer-accent);
    transform: translate(30px)
}

.archive-item-performer:hover .item-role-performer {
    color: var(--performer-accent);
    opacity: .6
}

@media (max-width: 768px) {
    .hover-preview-performer {
        display: none
    }

    .performer-content-container {
        padding: 10vh 5vw
    }

    .item-name-performer {
        font-size: 2.5rem
    }

    .archive-item-performer {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem
    }
}