/* ==================================================
   THE CAGE — MIXED REALITY / UNDER CONSTRUCTION
   ================================================== */

:root {
    --tc-mr-black: #030406;
    --tc-mr-panel: #090c12;
    --tc-mr-text: #f3f5f7;
    --tc-mr-muted: #9ca6b5;
    --tc-mr-blue: #25a9ff;
    --tc-mr-violet: #7c5cff;
    --tc-mr-border: rgba(119, 176, 255, 0.22);
}

html {
    scroll-behavior: smooth;
}

body.tc-mr-page {
    margin: 0 !important;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--tc-mr-black) !important;
    color: var(--tc-mr-text) !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

body.tc-mr-page *,
body.tc-mr-page *::before,
body.tc-mr-page *::after {
    box-sizing: border-box;
}

body.tc-mr-page a {
    color: inherit;
    text-decoration: none;
}

.tc-mr-skip-link {
    position: fixed;
    top: -100px;
    left: 20px;
    z-index: 99999;
    padding: 12px 16px;
    background: #ffffff;
    color: #000000 !important;
}

.tc-mr-skip-link:focus {
    top: 20px;
}

/* Header */

.tc-mr-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 22px 38px;
}

.tc-mr-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.tc-mr-brand img {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(37, 169, 255, 0.2));
}

.tc-mr-brand span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tc-mr-brand strong {
    font-size: 15px;
    letter-spacing: 0.22em;
}

.tc-mr-brand small {
    color: var(--tc-mr-muted);
    font-size: 9px;
    letter-spacing: 0.28em;
}

.tc-mr-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    transition:
        border-color 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease;
}

.tc-mr-back:hover,
.tc-mr-back:focus-visible {
    border-color: var(--tc-mr-blue);
    background: rgba(37, 169, 255, 0.08);
    box-shadow: 0 0 24px rgba(37, 169, 255, 0.15);
    outline: none;
}

/* Hero */

.tc-mr-hero {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 140px 24px 90px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 42%, rgba(38, 69, 108, 0.35), transparent 34%),
        linear-gradient(180deg, #04070c 0%, #020305 70%, #030406 100%);
}

.tc-mr-grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.25;
    background-image:
        linear-gradient(rgba(66, 142, 214, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(66, 142, 214, 0.15) 1px, transparent 1px);
    background-size: 62px 62px;
    transform: perspective(800px) rotateX(62deg) scale(1.8) translateY(22%);
    transform-origin: center bottom;
    mask-image: linear-gradient(to bottom, transparent 5%, #000 50%, #000 100%);
}

.tc-mr-glow {
    position: absolute;
    z-index: -2;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.22;
}

.tc-mr-glow--one {
    top: -210px;
    left: -180px;
    background: var(--tc-mr-blue);
}

.tc-mr-glow--two {
    right: -200px;
    bottom: -210px;
    background: var(--tc-mr-violet);
}

.tc-mr-hero::before,
.tc-mr-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.tc-mr-hero::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.65), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.65)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 24%, transparent 75%, #030406);
}

.tc-mr-hero::after {
    top: 50%;
    left: 50%;
    width: min(760px, 82vw);
    aspect-ratio: 1;
    border: 1px solid rgba(74, 166, 255, 0.14);
    border-radius: 50%;
    box-shadow:
        0 0 0 80px rgba(74, 166, 255, 0.025),
        0 0 0 160px rgba(74, 166, 255, 0.018);
    transform: translate(-50%, -50%);
}

.tc-mr-hero-inner {
    width: min(1080px, 100%);
    margin: 0 auto;
    text-align: center;
}

.tc-mr-eyebrow {
    margin: 0 0 26px;
    color: #a7c7e8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.34em;
}

.tc-mr-hero h1 {
    margin: 0;
    font-size: clamp(72px, 13vw, 176px);
    font-weight: 950;
    line-height: 0.78;
    letter-spacing: -0.075em;
    text-transform: uppercase;
    text-shadow: 0 0 55px rgba(42, 131, 221, 0.12);
}

.tc-mr-hero h1 span {
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1px rgba(167, 210, 255, 0.9);
    text-shadow:
        0 0 32px rgba(37, 169, 255, 0.24),
        0 0 80px rgba(124, 92, 255, 0.14);
}

.tc-mr-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 48px auto 0;
    color: var(--tc-mr-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.34em;
}

.tc-mr-status i {
    display: block;
    width: 78px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tc-mr-blue));
}

.tc-mr-status i:last-child {
    transform: rotate(180deg);
}

.tc-mr-intro {
    width: min(710px, 100%);
    margin: 30px auto 0;
    color: #c1c7d0;
    font-size: 17px;
    line-height: 1.8;
}

.tc-mr-scroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 330px;
    min-height: 58px;
    margin-top: 38px;
    padding: 14px 24px;
    border: 1px solid var(--tc-mr-border);
    background:
        linear-gradient(135deg, rgba(37, 169, 255, 0.11), rgba(124, 92, 255, 0.08));
    box-shadow:
        inset 0 0 22px rgba(37, 169, 255, 0.04),
        0 0 36px rgba(37, 169, 255, 0.05);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
    transition:
        border-color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.tc-mr-scroll:hover,
.tc-mr-scroll:focus-visible {
    border-color: var(--tc-mr-blue);
    transform: translateY(-2px);
    box-shadow: 0 0 35px rgba(37, 169, 255, 0.14);
    outline: none;
}

/* Videos */

.tc-mr-videos {
    position: relative;
    padding: 110px 24px 100px;
    background:
        radial-gradient(circle at 50% 0%, rgba(25, 66, 110, 0.18), transparent 30%),
        #030406;
}

.tc-mr-videos-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
}

.tc-mr-section-heading {
    text-align: center;
}

.tc-mr-section-heading p {
    margin: 0 0 15px;
    color: var(--tc-mr-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.34em;
}

.tc-mr-section-heading h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 68px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.045em;
}

.tc-mr-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: min(520px, 80%);
    margin: 28px auto 0;
}

.tc-mr-divider span {
    display: block;
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(62, 168, 255, 0.6));
}

.tc-mr-divider span:last-child {
    transform: rotate(180deg);
}

.tc-mr-divider i {
    width: 8px;
    height: 8px;
    border: 1px solid var(--tc-mr-blue);
    transform: rotate(45deg);
    box-shadow: 0 0 15px rgba(37, 169, 255, 0.55);
}

.tc-mr-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 62px;
}

.tc-mr-video-card {
    overflow: hidden;
    border: 1px solid var(--tc-mr-border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
        var(--tc-mr-panel);
    box-shadow: 0 18px 65px rgba(0, 0, 0, 0.34);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.tc-mr-video-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 169, 255, 0.6);
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.48),
        0 0 28px rgba(37, 169, 255, 0.09);
}

.tc-mr-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000000;
}

.tc-mr-video-frame iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.tc-mr-video-caption {
    min-height: 116px;
    padding: 24px 25px;
}

.tc-mr-video-caption span {
    display: block;
    margin-bottom: 10px;
    color: var(--tc-mr-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.27em;
}

.tc-mr-video-caption h3 {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.04em;
}

.tc-mr-coming-soon {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 620px) 1fr;
    align-items: center;
    gap: 28px;
    margin: 82px auto 0;
    text-align: center;
}

.tc-mr-coming-soon > span {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(118, 178, 233, 0.35));
}

.tc-mr-coming-soon > span:last-child {
    transform: rotate(180deg);
}

.tc-mr-coming-soon small {
    display: block;
    margin-bottom: 12px;
    color: var(--tc-mr-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.35em;
}

.tc-mr-coming-soon strong {
    display: block;
    color: #ffffff;
    font-size: clamp(22px, 3vw, 36px);
    line-height: 1.2;
}

.tc-mr-coming-soon p {
    margin: 18px auto 0;
    color: var(--tc-mr-muted);
    font-size: 15px;
    line-height: 1.75;
}

.tc-mr-home-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(330px, 100%);
    min-height: 55px;
    margin: 48px auto 0;
    border: 1px solid var(--tc-mr-blue);
    background: rgba(37, 169, 255, 0.06);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.22em;
    transition:
        background-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.tc-mr-home-button:hover,
.tc-mr-home-button:focus-visible {
    background: rgba(37, 169, 255, 0.13);
    box-shadow: 0 0 30px rgba(37, 169, 255, 0.15);
    transform: translateY(-2px);
    outline: none;
}

.tc-mr-footer {
    padding: 28px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #020305;
    text-align: center;
}

.tc-mr-footer p {
    margin: 0;
    color: #6f7680;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.tc-mr-footer strong {
    color: #aeb6c1;
}

/* Tablet */

@media (max-width: 1050px) {

    .tc-mr-video-grid {
        grid-template-columns: 1fr;
        width: min(760px, 100%);
        margin-right: auto;
        margin-left: auto;
    }

    .tc-mr-video-caption {
        min-height: auto;
    }
}

/* Mobile */

@media (max-width: 700px) {

    .tc-mr-header {
        padding: 16px 18px;
    }

    .tc-mr-brand img {
        width: 47px;
        height: 47px;
    }

    .tc-mr-brand strong {
        font-size: 12px;
    }

    .tc-mr-brand small {
        display: none;
    }

    .tc-mr-back {
        min-width: 110px;
        min-height: 40px;
        padding: 8px 13px;
        font-size: 9px;
    }

    .tc-mr-hero {
        min-height: 100svh;
        padding: 120px 18px 70px;
    }

    .tc-mr-hero h1 {
        font-size: clamp(56px, 21vw, 95px);
        line-height: 0.84;
    }

    .tc-mr-eyebrow {
        font-size: 9px;
        line-height: 1.7;
    }

    .tc-mr-status {
        gap: 11px;
        margin-top: 34px;
        font-size: 9px;
        letter-spacing: 0.22em;
    }

    .tc-mr-status i {
        width: 30px;
    }

    .tc-mr-intro {
        margin-top: 24px;
        font-size: 14px;
        line-height: 1.7;
    }

    .tc-mr-scroll {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        margin-top: 30px;
        font-size: 9px;
    }

    .tc-mr-videos {
        padding: 76px 17px 74px;
    }

    .tc-mr-section-heading p {
        font-size: 8px;
        line-height: 1.65;
    }

    .tc-mr-video-grid {
        gap: 17px;
        margin-top: 42px;
    }

    .tc-mr-video-caption {
        padding: 20px;
    }

    .tc-mr-video-caption h3 {
        font-size: 15px;
    }

    .tc-mr-coming-soon {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 58px;
    }

    .tc-mr-coming-soon > span {
        width: 100%;
    }

    .tc-mr-coming-soon p {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .tc-mr-back,
    .tc-mr-scroll,
    .tc-mr-video-card,
    .tc-mr-home-button {
        transition: none;
    }
}
