﻿
/* ---------------------------------------------------------------- 
 ROBOT//YARD DESIGN SYSTEM BY GABRIEL VEGA - SWEDEN | ITeGAMAX
    - ROBOTYARD.STORE | 2026
 ----------------------------------------------------------------- */
:root {
    --ry-carbon-void: #060A10;
    --ry-carbon-panel: #060A10;
    --ry-carbon-silver: #F5F5F7;
    --ry-dim: rgba(226, 232, 240, 0.48);
    --ry-faint: rgba(226, 232, 240, 0.22);
    --ry-in-line: rgba(226, 232, 240, 0.10);
    --ry-indu-warning: #FFB800;
    --ry-indu-warning-glass: rgba(0, 240, 255, 0.05);
    --ry-indu-laser: #00E5FF;
    --ry-brand-font: 'Space Grotesk', sans-serif;
    --ry-font-body: 'Inter', sans-serif;
    --ease-silk: cubic-bezier(0.22, 1, 0.36, 1);
    --space-0: 0px;
    --space-1: 1px;
    --space-2: 2px;
    --space-4: 4px;
    --space-6: 6px;
    --space-8: 8px;
    --space-12: 12px;
    --space-16: 16px;
    --space-20: 20px;
    --space-24: 24px;
    --space-30: 30px;
    --space-35: 35px;
    --space-40: 40px;
    --space-45: 45px;
    --space-50: 50px;
    --space-60: 60px;
    --space-70: 70px;
    --space-80: 80px;
    --space-120: 120px;
    --size-0: 0px;
    --size-1: 1px;
    --size-2: 2px;
    --size-4: 4px;
    --size-6: 6px;
    --size-8: 8px;
    --size-9: 9px;
    --size-10: 10px;
    --size-11: 11px;
    --size-12: 12px;
    --size-14: 14px;
    --size-15: 15px;
    --size-16: 16px;
    --size-18: 18px;
    --size-20: 20px;
    --size-22: 22px;
    --size-24: 24px;
    --size-30: 30px;
    --size-32: 32px;
    --size-40: 40px;
    --size-48: 48px;
    --size-50: 50px;
    --size-60: 60px;
    --size-70: 70px;
    --size-80: 80px;
    --size-90: 90px;
    --size-100: 100px;
    --size-120: 120px;
    --size-140: 140px;
    --size-160: 160px;
    --size-180: 180px;
    --size-200: 200px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    text-rendering: optimizeLegibility;
}

html,
body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
}

body {
    background: var( --ry-carbon-void);
    color: var(--ry-carbon-silver);
    font-family: var(--ry-font-body);
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        background: repeating-linear-gradient(to right, rgba(226, 232, 240, 0.035) 0 var(--size-1), transparent var(--size-1) var(--space-120)), repeating-linear-gradient(to bottom, rgba(226, 232, 240, 0.08) 0 var(--size-1), transparent var(--size-1) var(--space-120));
        pointer-events: none;
        z-index: 0;
    }

::selection {
    background: var(--ry-indu-warning);
    color: var( --ry-carbon-void);
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: var(--ry-indu-warning);
        text-decoration: none;
    }

button {
    font-family: inherit;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
}

    button:focus-visible,
    a:focus-visible {
        outline: 1px solid var(--ry-indu-warning);
        outline-offset: 3px;
    }

p {
    overflow-wrap: break-word;
}

.stage {
    position: relative;
    z-index: 1;
}

.panel {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 50%;
    display: flex;
    align-items: center;
    will-change: transform;
}

.t-left {
    left: 0;
}

.t-right {
    left: 50%;
}

.panel-inner {
    width: 100%;
    padding: 110px clamp(36px, 5vw, 84px);
}

.seam {
    position: fixed;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100vh;
    background: var(--ry-in-line);
    z-index: 4;
    pointer-events: none;
}

    .seam::after {
        content: "";
        position: absolute;
        left: -2px;
        top: 0;
        width: 5px;
        height: 56px;
        background: var(--ry-indu-warning);
        opacity: 0.9;
        transform: translateY(0);
    }

.panel-media {
    padding: 0;
    align-items: stretch;
}

.media-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .media-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: grayscale(0.55) contrast(1.12) brightness(0.78);
    }

    .media-frame::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(160deg, rgba(0, 240, 255, 0.10), rgba(3, 5, 8, 0.55) 70%);
        mix-blend-mode: screen;
        pointer-events: none;
    }

.media-tag {
    position: absolute;
    left: 110px;
    bottom: 90%;
    z-index: 2;
    font-family: var(--ry-brand-font);
    font-size: 11px;
    letter-spacing: 0.11em;
    color: var(--ry-carbon-silver);
    border: 1px solid var(--ry-in-line);
    padding: 10px 14px;
    backdrop-filter: blur(4px);
}

    .media-tag b {
        color: var(--ry-indu-warning);
        font-weight: 500;
    }

@media (max-width: 1200px) {
    .media-tag {
        bottom: 85%;
    }
}

@media (max-width: 450px) {
    .media-tag {
        position: absolute;
        left: var(--space-10);
    }
}

.scanline {
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    background: var(--ry-indu-warning);
    box-shadow: 0 0 14px rgba(0, 240, 255, 0.9), 0 0 40px rgba(0, 240, 255, 0.35);
    z-index: 2;
    animation: scanY 6s linear infinite;
}

@keyframes scanY {
    0% {
        top: -2px;
    }

    50% {
        top: 100%;
    }

    100% {
        top: -2px;
    }
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--ry-brand-font);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.34em;
    color: var(--ry-indu-warning);
    margin-bottom: 30px;
}

    .eyebrow::before {
        content: "";
        width: 34px;
        height: 1px;
        background: var(--ry-indu-warning);
    }

.lede {
    color: var(--ry-dim);
    font-size: var(--size-18);
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.hero-title {
    font-family: var(--ry-brand-font);
    font-weight: 700;
    font-size: clamp(3.4rem, 6.4vw, 6.6rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    margin-bottom: 34px;
}

    .hero-title .slash {
        color: var(--ry-indu-warning);
    }

    .hero-title .thin {
        font-weight: 400;
        color: var(--ry-dim);
    }

.page-title {
    font-family: var(--ry-brand-font);
    font-weight: 700;
    font-size: clamp(1.4rem, 2.4vw, 2.6rem);
    line-height: 0.94;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 34px;
}

    .page-title .slash {
        color: var(--ry-indu-warning);
    }

    .page-title .thin {
        font-weight: 400;
        color: var(--ry-dim);
    }

.ry-scanlines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: repeating-linear-gradient( to bottom, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 1px );
    z-index: 2;
}

.ry-scanline {
    position: absolute;
    top: -20%;
    left: 0;
    height: 20%;
    background: var(--ry-indu-warning-glass);
    z-index: 3;
    pointer-events: none;
    width: 100%;
    height: 1px;
    box-shadow: 0 0 14px rgba(0, 240, 255, 0.9), 0 0 40px rgba(0, 240, 255, 0.35);
    z-index: 2;
}

@media (max-width: 770px) {
    .ry-scanline {
        background: #fff;
    }
}

@media (prefers-color-scheme: dark) {

    .ry-scanlines {
        background: repeating-linear-gradient( to bottom, rgba(255, 255, 255, 0.08) 0px, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 3px );
    }

    .ry-scanline {
        background: #fff;
    }
}

.hero-kinetic-value {
    font-family: var(--ry-brand-font);
    font-weight: 700;
    font-size: clamp(3.4rem, 5vw, 4rem);
    line-height: 0.94;
    letter-spacing: -0.16em;
    text-transform: uppercase;
    color: var(--ry-dim);
    -webkit-text-stroke: 1.5px var(--ry-indu-warning);
    transition: opacity 0.18s ease, transform 0.18s ease, letter-spacing 0.18s ease;
    word-break: break-word;
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 450px) {
    .hero-kinetic-value {
        font-size: clamp(2.4rem, 2vw, 4rem);
        top: 50%;
    }
}

.spec-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-top: 1px solid var(--ry-in-line);
}

.spec-cell {
    flex: 1 1 0;
    min-width: 120px;
    padding: 18px 18px 0 0;
    border-right: 1px solid var(--ry-in-line);
    margin-right: 18px;
}

    .spec-cell:last-child {
        border-right: 0;
        margin-right: 0;
    }

    .spec-cell .k {
        font-family: var(--ry-brand-font);
        font-size: 10px;
        letter-spacing: 0.26em;
        color: var(--ry-faint);
        display: block;
        margin-bottom: 8px;
    }

    .spec-cell .v {
        font-family: var(--ry-brand-font);
        font-weight: 500;
        font-size: 1.25rem;
        color: var(--ry-carbon-silver);
    }

        .spec-cell .v small {
            font-size: 0.7em;
            color: var(--ry-indu-warning);
            margin-left: 4px;
        }

.section-title {
    font-family: var(--ry-brand-font);
    font-weight: 700;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    line-height: 1.02;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
}

    .section-title .slash {
        color: var(--ry-indu-warning);
    }

.accordion {
    margin-top: 38px;
    border-top: 1px solid var(--ry-in-line);
}

.acc-item {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--ry-in-line);
    transition: border-color 0.35s var(--ease-silk), background 0.35s var(--ease-silk);
}

    .acc-item.open {
        border: 1px solid var(--ry-indu-warning);
        background: var(--ry-indu-warning-glass);
    }

.acc-head {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    padding: 22px 18px;
}

.acc-index {
    font-family: var(--ry-brand-font);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--ry-faint);
    transition: color 0.3s;
}

.acc-item.open .acc-index {
    color: var(--ry-indu-laser);
}

.acc-title {
    flex: 1;
    font-family: var(--ry-brand-font);
    font-weight: 500;
    font-size: 1.05rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.acc-icon {
    position: relative;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

    .acc-icon::before,
    .acc-icon::after {
        content: "";
        position: absolute;
        background: var(--ry-indu-warning);
        transition: transform 0.4s var(--ease-silk), background 0.3s;
    }

    .acc-icon::before {
        left: 0;
        top: 6px;
        width: 14px;
        height: 2px;
    }

    .acc-icon::after {
        left: 6px;
        top: 0;
        width: 2px;
        height: 14px;
    }

.acc-item.open .acc-icon::after {
    transform: scaleY(0);
}

.acc-item.open .acc-icon::before {
    background: var(--ry-indu-laser);
}

.acc-head:hover .acc-title {
    color: var(--ry-indu-warning);
}

.acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.55s var(--ease-silk);
}

    .acc-body p {
        padding: 0 18px 24px 51px;
        color: var(--ry-dim);
        font-size: 13.5px;
        line-height: 1.85;
    }

    .acc-body .data-strip {
        display: flex;
        gap: 26px;
        padding: 0 18px 22px 51px;
        font-family: var(--ry-brand-font);
        font-size: 11px;
        letter-spacing: 0.18em;
        color: var(--ry-indu-warning);
    }

.bp-stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--ry-carbon-panel);
}

.bp-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s var(--ease-silk);
    filter: grayscale(0.55) contrast(1.12) brightness(0.75);
}

    .bp-img.active {
        opacity: 1;
    }

.bp-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0, 240, 255, 0.10), rgba(3, 5, 8, 0.55) 70%);
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 1;
}

.bp-chip {
    position: absolute;
    top: 26px;
    left: 28px;
    z-index: 3;
    font-family: var(--ry-brand-font);
    font-size: 11px;
    letter-spacing: 0.28em;
    color: var(--ry-carbon-silver);
    background: rgba(3, 5, 8, 0.6);
    border: 1px solid var(--ry-in-line);
    border-left: 2px solid var(--ry-indu-warning);
    padding: 10px 14px;
    backdrop-filter: blur(4px);
}

.bp-marker {
    position: absolute;
    z-index: 3;
    left: 24%;
    top: 28%;
    transition: left 0.8s var(--ease-silk), top 0.8s var(--ease-silk);
}

.bp-ring {
    display: block;
    width: 16px;
    height: 16px;
    border: 1.5px solid var(--ry-indu-warning);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(0, 240, 255, 0.7);
    position: relative;
    transition: border-color 0.2s;
}

    .bp-ring::after {
        content: "";
        position: absolute;
        inset: -1.5px;
        border: 1px solid var(--ry-indu-warning);
        border-radius: 50%;
        animation: bpPulse 2.2s ease-out infinite;
    }

@keyframes bpPulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(3.2);
        opacity: 0;
    }
}

.bp-hairline {
    position: absolute;
    left: 22px;
    top: 7.5px;
    width: 72px;
    height: 1px;
    background: var(--ry-indu-warning);
    box-shadow: 0 0 8px rgba(0, 240, 255, 0.5);
}

.bp-data {
    position: absolute;
    left: 102px;
    top: -10px;
    white-space: nowrap;
    font-family: var(--ry-brand-font);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--ry-indu-warning);
    background: rgba(3, 5, 8, 0.7);
    border: 1px solid rgba(0, 240, 255, 0.35);
    padding: 8px 12px;
    backdrop-filter: blur(4px);
}

.bp-marker.blip .bp-ring {
    border-color: var(--ry-indu-laser);
    box-shadow: 0 0 14px rgba(255, 0, 60, 0.8);
}

.bp-marker.blip .bp-hairline {
    background: var(--ry-indu-laser);
}

.tab-rail {
    display: flex;
    background: #0B0F17;
    border: 2px solid rgba(226, 232, 240, 0.15);
    border-bottom: 3px solid var(--ry-in-line);
    padding: 3px;
    margin: 40px 0 30px;
    position: relative;
}

.tab-btn {
    flex: 1;
    padding: 14px 8px;
    font-family: var(--ry-brand-font);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ry-dim);
    border: 1px solid transparent;
    background: #0F131C;
    margin: 2px;
    transition: all 0.15s steps(3);
}

    .tab-btn:hover {
        color: var(--ry-carbon-silver);
        background: #141923;
        border-color: rgba(226, 232, 240, 0.1);
    }

    .tab-btn.active {
        color: var(--ry-carbon-void) !important;
        background: var(--ry-indu-warning);
        border: 1px solid #CC9300;
        box-shadow: 0 0 12px rgba(255, 184, 0, 0.25);
    }

    .tab-btn::after {
        display: none !important;
    }

.tab-chip {
    font-family: var(--ry-brand-font);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ry-indu-warning);
    background: rgba(6, 10, 16, 0.9);
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-left: 4px solid var(--ry-indu-warning);
    padding: 12px 20px;
    display: inline-block;
}

    .tab-chip input[type="text"] {
        background: #060A10 !important;
        border: 1px solid rgba(226, 232, 240, 0.1) !important;
        border-bottom: 2px solid var(--ry-indu-laser) !important;
        padding: 8px 12px !important;
        color: var(--ry-carbon-silver) !important;
        font-family: var(--ry-font-body);
        font-size: 12px;
        letter-spacing: 0.05em;
    }

        .tab-chip input[type="text"]:focus {
            border-bottom-color: var(--ry-indu-warning) !important;
            background: #0B0F17 !important;
        }

    .tab-chip input[type="button"] {
        background: #111a24 !important;
        color: var(--ry-indu-laser) !important;
        border: 1px solid var(--ry-indu-laser) !important;
        font-family: var(--ry-brand-font) !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        letter-spacing: 0.15em !important;
        text-transform: uppercase;
        transition: all 0.15s ease;
    }

        .tab-chip input[type="button"]:hover {
            background: var(--ry-indu-laser) !important;
            color: var(--ry-carbon-void) !important;
            box-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
        }


.tab-copy {
    min-height: 96px;
}

    .tab-copy p {
        color: var(--ry-dim);
        font-size: 14px;
        line-height: 1.85;
    }

.tab-meta {
    margin-top: var(--space-24);
    display: flex;
    gap: var(--space-8);
    flex-wrap: wrap;
}

.tab-meta-2 {
    margin-top: var(--space-24);
    display: flex;
    gap: var(--space-8);
    flex-wrap: wrap;
    margin-bottom: var(--space-40);
}

.promo-line {
    margin-top: 46px;
    padding-top: 22px;
    border-top: 1px solid var(--ry-in-line);
    font-size: 12px;
    letter-spacing: 0.04em;
    color: var(--ry-faint);
}

    .promo-line a {
        color: var(--ry-dim);
        border-bottom: 1px solid var(--ry-faint);
        transition: color 0.2s, border-color 0.2s;
    }

        .promo-line a:hover {
            color: var(--ry-indu-warning);
            border-color: var(--ry-indu-warning);
        }

.kinetic-panel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 clamp(30px, 4vw, 70px);
    overflow: hidden;
    background: radial-gradient(circle at 30% 70%, rgba(255, 0, 60, 0.05), transparent 55%);
}

.kinetic-label {
    font-family: var(--ry-brand-font);
    font-size: 11px;
    letter-spacing: 0.34em;
    color: var(--ry-indu-laser);
    margin-bottom: 22px;
}

.kinetic-value {
    font-family: var(--ry-brand-font);
    font-weight: 700;
    font-size: clamp(3.4rem, 8vw, 7rem);
    line-height: 0.92;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--ry-indu-warning);
    transition: opacity 0.18s ease, transform 0.18s ease, letter-spacing 0.18s ease;
    word-break: break-word;
}

    .kinetic-value.swap {
        opacity: 0;
        transform: translateY(14px);
        letter-spacing: 0.06em;
    }

.kinetic-sub {
    margin-top: 26px;
    font-family: var(--ry-brand-font);
    font-size: 12px;
    letter-spacing: 0.26em;
    color: var(--ry-dim);
}

    .kinetic-sub b {
        color: var(--ry-carbon-silver);
        font-weight: 500;
    }

.ry-core {
    position: fixed;
    inset: 0;
    z-index: 20;
    pointer-events: none;
}

.ry-core-frame {
    position: absolute;
    inset: 14px;
    border: 1px solid var(--ry-in-line);
}

    .ry-core-frame::before,
    .ry-core-frame::after,
    .ry-core-frame .ck::before,
    .ry-core-frame .ck::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-color: var(--ry-indu-warning);
        border-style: solid;
    }

    .ry-core-frame::before {
        top: -1px;
        left: -1px;
        border-width: 2px 0 0 2px;
    }

    .ry-core-frame::after {
        top: -1px;
        right: -1px;
        border-width: 2px 2px 0 0;
    }

    .ry-core-frame .ck::before {
        bottom: -1px;
        left: -1px;
        border-width: 0 0 2px 2px;
    }

    .ry-core-frame .ck::after {
        bottom: -1px;
        right: -1px;
        border-width: 0 2px 2px 0;
    }

.ry-core-item {
    position: absolute;
    pointer-events: auto;
}

.ry-core-brand {
    top: 30px;
    left: 38px;
    font-family: var(--ry-brand-font);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.05em;
}

    .ry-core-brand .slash {
        color: var(--ry-indu-warning);
    }

.ry-core-index {
    top: 32px;
    right: 38px;
    font-family: var(--ry-brand-font);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--ry-dim);
    font-variant-numeric: tabular-nums;
}

    .ry-core-index b {
        color: var(--ry-indu-warning);
        font-weight: 500;
    }

.ry-core-credit {
    bottom: 30px;
    left: 38px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ry-brand-font);
    font-size: 11px;
    letter-spacing: 0.24em;
    color: var(--ry-dim);
}

    .ry-core-credit a {
        color: var(--ry-carbon-silver);
        transition: color 0.2s;
        letter-spacing: 0.1em;
    }

        .ry-core-credit a:hover {
            color: var(--ry-indu-warning);
        }

    .ry-core-credit .dot {
        width: 5px;
        height: 5px;
        background: var(--ry-indu-warning);
    }

.ry-core-progress {
    bottom: 30px;
    right: 38px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--ry-brand-font);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.18em;
    color: var(--ry-indu-warning);
    font-variant-numeric: tabular-nums;
}

    .ry-core-progress .bar {
        width: 90px;
        height: 2px;
        background: var(--ry-in-line);
        position: relative;
        overflow: hidden;
    }

        .ry-core-progress .bar i {
            position: absolute;
            inset: 0;
            background: var(--ry-indu-warning);
            transform: scaleX(0);
            transform-origin: left;
        }

.ry-core-hint {
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--ry-brand-font);
    font-size: 10px;
    letter-spacing: 0.34em;
    color: var(--ry-faint);
    animation: hintPulse 2.6s ease-in-out infinite;
    transition: opacity 0.6s ease;
}

    .ry-core-hint.hide {
        opacity: 0 !important;
        animation: none;
    }

.ry-core-arrows {
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1px;
}

.arrow-btn {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ry-in-line);
    background: rgba(6, 10, 16, 0.78);
    backdrop-filter: blur(4px);
    transition: border-color 0.25s, background 0.25s, opacity 0.25s;
}

    .arrow-btn .chev {
        width: 11px;
        height: 11px;
        border-left: 1.6px solid var(--ry-indu-warning);
        border-bottom: 1.6px solid var(--ry-indu-warning);
        transition: border-color 0.25s, transform 0.25s var(--ease-silk);
    }

    .arrow-btn.up .chev {
        transform: rotate(135deg) translate(-2px, 2px);
    }

    .arrow-btn.down .chev {
        transform: rotate(-45deg) translate(2px, -2px);
    }

    .arrow-btn:hover {
        border-color: var(--ry-indu-laser);
        background: rgba(255, 0, 60, 0.06);
    }

        .arrow-btn:hover .chev {
            border-color: var(--ry-indu-laser);
        }

    .arrow-btn.up:hover .chev {
        transform: rotate(135deg) translate(0, 0);
    }

    .arrow-btn.down:hover .chev {
        transform: rotate(-45deg) translate(0, 0);
    }

    .arrow-btn[disabled] {
        opacity: 0.25;
        pointer-events: none;
    }

@keyframes hintPulse {

    0%, 100% {
        opacity: 0.35;
    }

    50% {
        opacity: 1;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.9s var(--ease-silk), transform 0.9s var(--ease-silk);
}

    .reveal.on {
        opacity: 1;
        transform: translateY(0);
    }

@media (prefers-reduced-motion: reduce) {
    .ry-core-hint {
        animation: none;
        opacity: 0.6;
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .acc-body {
        transition: none;
    }

    .kinetic-value {
        transition: none;
    }

    .bp-img {
        transition: none;
    }

    .bp-marker {
        transition: none;
    }

    .bp-ring::after {
        animation: none;
        opacity: 0;
    }
}

@media (max-width: 950px) {

    html,
    body {
        overflow: visible;
        overflow-y: auto;
        overscroll-behavior: auto;
    }

    .panel {
        position: static;
        width: 100%;
        height: auto;
        min-height: 0;
        transform: none !important;
        will-change: auto;
    }

    .panel-inner {
        padding: 86px 26px;
    }

    .panel-media {
        height: 64vh;
        min-height: 380px;
    }

    .kinetic-panel {
        padding: 70px 26px;
    }

    .seam {
        display: none;
    }

    .ry-core-frame,
    .ry-core-index,
    .ry-core-hint,
    .ry-core-arrows {
        display: none;
    }

    .ry-core-brand {
        top: 20px;
        left: 22px;
        mix-blend-mode: difference;
    }

    .ry-core-credit {
        bottom: auto;
        top: 20px;
        right: 22px;
        left: auto;
    }

    .ry-core-progress {
        display: none;
    }

    .c3d-stage {
        height: 340px;
    }

    .spec-cell {
        flex: 1 1 40%;
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.9rem;
    }

    .kinetic-value {
        font-size: 2.6rem;
        -webkit-text-stroke-width: 1px;
    }

    .tab-btn {
        letter-spacing: 0.12em;
        font-size: 10.5px;
    }
}

.panel-inner {
    width: 100%;
    max-width: 800px;
    padding: 110px clamp(36px, 5vw, 84px);
}

.t-left .panel-inner {
    margin-left: auto;
    margin-right: 0;
}

.t-right .panel-inner {
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 950px) {
    .panel-inner {
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 86px 26px;
    }
}

.tab-meta-2 .tab-chip a {
    display: block;
}

@media (max-width: 450px) {

    .panel[aria-label*="contact"] .v {
        font-size: 13px !important;
        letter-spacing: 0.02em;
    }

    .panel[aria-label*="contact"] .spec-cell {
        flex: 1 1 100% !important;
        margin-right: 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid var(--ry-in-line);
        padding-bottom: var(--space-12);
        margin-bottom: var(--space-12);
    }

        .panel[aria-label*="contact"] .spec-cell:last-child {
            border-bottom: 0;
        }

    form[style*="display: flex"] {
        flex-direction: column !important;
        gap: var(--space-12) !important;
    }

    form .tab-chip {
        width: 100% !important;
        flex: none !important;
    }
}
/* ROBOT//YARD SMOKE */
.container {
    position: relative;
    display: inline-block;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

canvas {
    position: absolute;
    top: 0;
    left: 0px;
    pointer-events: none;
}
