.colt-xp {
    --ink: #05060a;
    --ink-2: #0d1018;
    --paper: #f8f1df;
    --muted: rgba(248, 241, 223, 0.68);
    --line: rgba(248, 241, 223, 0.16);
    --gold: #d9b76f;
    --hot: #c53643;
    --violet: #5e43ff;
    direction: rtl;
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    color: var(--paper);
    background:
        radial-gradient(circle at 18% 10%, rgba(197, 54, 67, 0.24), transparent 32rem),
        radial-gradient(circle at 84% 30%, rgba(94, 67, 255, 0.20), transparent 34rem),
        linear-gradient(180deg, #05060a, #0b0f18 48%, #05060a);
    font-family: "Rubik", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    isolation: isolate;
}

.colt-xp * { box-sizing: border-box; }
.colt-xp a { color: inherit; text-decoration: none; }

.colt-xp__canvas {
    position: fixed;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.colt-xp__noise {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.58;
    background:
        linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.colt-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1220px, calc(100% - 40px));
    min-height: 86px;
    margin: 0 auto;
    pointer-events: none;
}

.colt-nav a { pointer-events: auto; }

.colt-nav__brand {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
}

.colt-nav__brand img {
    max-width: 72px;
    max-height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 18px 36px rgba(0,0,0,.55));
}

.colt-nav__links {
    display: flex;
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(248,241,223,.12);
    background: rgba(5,6,10,.38);
    backdrop-filter: blur(16px);
}

.colt-nav__links a {
    padding: 10px 14px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.colt-nav__links a:hover,
.colt-nav__links a:focus {
    color: var(--paper);
    background: rgba(248,241,223,.08);
}

.colt-origin {
    --origin-ui: rgba(248, 241, 223, .78);
    position: relative;
    height: 720vh;
    min-height: 100vh;
    direction: rtl;
}

.colt-origin__pin {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    background: #050409;
    perspective: 1400px;
}

.colt-origin__pin::before,
.colt-origin__pin::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.colt-origin__pin::before {
    background:
        radial-gradient(circle at 50% 46%, rgba(217,183,111,.16), transparent 12rem),
        radial-gradient(circle at 82% 14%, rgba(197,54,67,.22), transparent 32rem),
        linear-gradient(90deg, rgba(5,4,9,.62), transparent 27%, transparent 68%, rgba(5,4,9,.64)),
        linear-gradient(0deg, rgba(5,4,9,.92), transparent 26%, transparent 76%, rgba(5,4,9,.42));
}

.colt-origin__pin::after {
    opacity: .5;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px),
        radial-gradient(circle at 50% 65%, transparent 0 25%, rgba(0,0,0,.46) 78%);
    background-size: 92px 92px, 92px 92px, auto;
    mask-image: linear-gradient(to bottom, transparent 0, #000 16%, #000 78%, transparent 100%);
}

.colt-origin__world,
.colt-origin__sequence,
.colt-origin__poster,
.colt-origin__atmosphere,
.colt-origin__sky,
.colt-origin__rail,
.colt-origin__service-tab,
.colt-origin__copy {
    position: absolute;
}

.colt-origin__sequence,
.colt-origin__poster {
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #050409;
    filter: saturate(1.08) contrast(1.04) brightness(.92);
}

.colt-origin__sequence {
    display: block;
}

.colt-origin__poster {
    object-fit: cover;
    transition: opacity .42s ease;
}

.colt-origin__poster.is-hidden {
    opacity: 0;
}

.colt-origin__world {
    z-index: 0;
    inset: -8vh -7vw;
    background:
        linear-gradient(90deg, rgba(5,4,9,.74), rgba(5,4,9,.06) 43%, rgba(5,4,9,.36)),
        var(--colt-origin-world) center / cover no-repeat;
    filter: saturate(1.08) contrast(1.08) brightness(.84);
    transform: scale(1);
    transform-origin: 50% 60%;
}

.colt-origin__atmosphere {
    z-index: 2;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.colt-origin__atmosphere span {
    position: absolute;
    border-radius: 999px;
    opacity: .72;
    filter: blur(28px);
    transform: rotate(-8deg);
}

.colt-origin__atmosphere span:nth-child(1) {
    top: 17%;
    right: -18vw;
    width: 76vw;
    height: 9vh;
    background: rgba(206, 54, 154, .34);
}

.colt-origin__atmosphere span:nth-child(2) {
    top: 25%;
    left: -12vw;
    width: 64vw;
    height: 7vh;
    background: rgba(217, 183, 111, .24);
}

.colt-origin__atmosphere span:nth-child(3) {
    right: 16vw;
    bottom: 9%;
    width: 34vw;
    height: 18vh;
    background: rgba(94, 67, 255, .16);
}

.colt-origin__sky {
    z-index: 4;
    inset: 0;
    overflow: hidden;
    opacity: .86;
    pointer-events: none;
}

.colt-origin__sky span {
    position: absolute;
    right: -16vw;
    left: -16vw;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(210, 45, 190, .32), rgba(255, 123, 239, .92), rgba(247, 207, 132, .78), transparent);
    box-shadow: 0 0 18px rgba(248,117,255,.74), 0 0 42px rgba(217,183,111,.24);
    filter: blur(.25px);
    transform: rotate(-8deg) translateZ(0);
}

.colt-origin__sky span:nth-child(1) { top: 14%; height: 3px; opacity: .9; }
.colt-origin__sky span:nth-child(2) { top: 23%; opacity: .74; transform: rotate(4deg); }
.colt-origin__sky span:nth-child(3) { top: 32%; opacity: .48; transform: rotate(-2deg); }
.colt-origin__sky span:nth-child(4) { top: 39%; opacity: .34; transform: rotate(8deg); }

.colt-origin__rail {
    z-index: 9;
    right: max(18px, calc((100vw - 1380px) / 2));
    top: 38%;
    display: grid;
    gap: 13px;
    min-width: 170px;
    color: var(--origin-ui);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    transform: translateY(-50%);
}

.colt-origin__rail::before {
    content: "";
    position: absolute;
    top: -28px;
    right: -14px;
    width: 1px;
    height: calc(100% + 56px);
    background: linear-gradient(transparent, rgba(248,241,223,.5), transparent);
}

.colt-origin__rail p {
    margin: 0 0 12px;
    color: #fff4cc;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.colt-origin__rail a {
    width: max-content;
    max-width: 180px;
    padding: 7px 9px;
    border: 1px solid rgba(248,241,223,.12);
    background: rgba(5,4,9,.34);
    backdrop-filter: blur(12px);
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.colt-origin__rail a:hover,
.colt-origin__rail a:focus,
.colt-origin__rail a.is-active {
    color: #080608;
    border-color: rgba(248,241,223,.84);
    background: #f8f1df;
    transform: translateX(-8px);
}

.colt-origin__service-tab {
    z-index: 9;
    left: 0;
    top: 31%;
    display: grid;
    place-items: center;
    width: 58px;
    height: 172px;
    color: #0b1413;
    background: linear-gradient(180deg, #6ee8d4, #d9b76f);
    font-size: 14px;
    font-weight: 900;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    box-shadow: 0 18px 38px rgba(0,0,0,.3);
}

.colt-origin__copy {
    z-index: 7;
    right: 50%;
    top: 44%;
    width: min(780px, calc(100vw - 120px));
    min-height: min(430px, 52vh);
    text-align: center;
    transform: translate(50%, -50%);
    text-shadow: 0 24px 70px rgba(0,0,0,.85);
    pointer-events: none;
}

.colt-origin__chapter {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    opacity: 0;
    transform: translateY(28px);
    will-change: opacity, transform, filter;
}

.colt-origin__chapter .colt-origin__actions,
.colt-origin__chapter a {
    pointer-events: auto;
}

.colt-kicker {
    margin: 0 0 16px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
}

.colt-xp h1,
.colt-xp h2 {
    margin: 0;
    color: var(--paper);
    font-family: "Rubik", system-ui, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .96;
}

.colt-xp h1 { font-size: clamp(52px, 8vw, 112px); }
.colt-xp h2 { font-size: clamp(36px, 5.7vw, 78px); }
.colt-origin__copy h1,
.colt-origin__copy h2 {
    max-width: 860px;
    text-wrap: balance;
}

.colt-origin__copy p:not(.colt-kicker),
.colt-section-head p,
.colt-deep__copy p {
    max-width: 650px;
    color: var(--muted);
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.72;
}

.colt-origin__copy p:not(.colt-kicker) {
    margin-right: auto;
    margin-left: auto;
}

.colt-origin__actions,
.colt-end div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.colt-origin__actions a,
.colt-deep__copy a,
.colt-end a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid rgba(248,241,223,.18);
    background: rgba(248,241,223,.06);
    font-weight: 900;
}

.colt-origin__actions a:first-child,
.colt-end a:first-child {
    color: #130e07;
    border-color: rgba(217,183,111,.75);
    background: linear-gradient(135deg, #ffe5a3, #bf8f35);
}

.colt-origin__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
    width: min(560px, 100%);
    max-width: 560px;
}

.colt-origin__metrics span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(248,241,223,.13);
    background: rgba(5,4,9,.38);
    color: rgba(248,241,223,.8);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.colt-origin__metrics b {
    color: var(--gold);
    font-size: 12px;
}

.colt-origin__label {
    position: absolute;
    z-index: 9;
    right: 50%;
    bottom: 30px;
    display: grid;
    gap: 10px;
    justify-items: center;
    color: var(--origin-ui);
    font-size: 12px;
    font-weight: 900;
    transform: translateX(50%);
}

.colt-origin__label b {
    width: 2px;
    height: 48px;
    background: linear-gradient(var(--gold), transparent);
}

.colt-core-world {
    --core-portal: 0vmax;
    --core-glow: 0;
    --core-progress: 0;
    --core-shift-x: 0vw;
    --core-shift-y: 0vh;
    position: relative;
    height: 560vh;
    min-height: 100vh;
    margin-top: -1px;
    color: #143b3c;
    background: #050409;
    direction: rtl;
}

.colt-core-world__pin {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
    background: #050409;
}

.colt-core-world__garden,
.colt-core-world__rings,
.colt-core-world__bloom,
.colt-core-world__copy,
.colt-core-world__services,
.colt-core-world__progress,
.colt-core-world__aperture {
    position: absolute;
}

.colt-core-world__garden {
    z-index: 1;
    inset: -4vh -4vw;
    transform-origin: 50% 54%;
    background:
        radial-gradient(circle at 76% 22%, rgba(255,255,255,.78) 0 3.8rem, rgba(255,232,147,.74) 3.9rem 8.4rem, transparent 8.6rem),
        radial-gradient(circle at 24% 26%, rgba(255,149,193,.56), transparent 18rem),
        radial-gradient(circle at 82% 78%, rgba(126,222,210,.7), transparent 24rem),
        linear-gradient(180deg, #f7a7cf 0%, #f8c2df 28%, #ffe1aa 58%, #aee8db 100%);
}

.colt-core-world__garden::before,
.colt-core-world__garden::after {
    content: "";
    position: absolute;
    right: -8%;
    left: -8%;
    bottom: -16%;
    height: 48%;
    border-radius: 50% 50% 0 0;
    background:
        radial-gradient(circle at 28% 22%, rgba(255,255,255,.42), transparent 8rem),
        linear-gradient(135deg, rgba(118,209,199,.98), rgba(255,239,172,.84));
    box-shadow: 0 -44px 80px rgba(253, 153, 190, .24);
}

.colt-core-world__garden::after {
    right: -18%;
    left: -18%;
    bottom: -25%;
    height: 46%;
    background:
        radial-gradient(circle at 70% 12%, rgba(255,255,255,.32), transparent 7rem),
        linear-gradient(135deg, rgba(255,183,112,.92), rgba(255,133,176,.82));
    transform: translateX(var(--core-shift-x));
    opacity: .78;
}

.colt-core-world__sun,
.colt-core-world__river {
    position: absolute;
    display: block;
    pointer-events: none;
}

.colt-core-world__sun {
    right: 16%;
    top: 18%;
    width: min(220px, 16vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, #fffdf1 0 35%, #ffe799 36% 62%, rgba(255,231,153,0) 66%);
    filter: blur(.2px);
    transform: translate3d(var(--core-shift-x), var(--core-shift-y), 0);
}

.colt-core-world__river {
    right: 50%;
    bottom: 3%;
    width: min(820px, 72vw);
    height: 34%;
    border-radius: 50% 50% 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(116,218,211,.78) 40%, rgba(70,181,188,.6));
    filter: blur(1px);
    transform: translateX(50%) perspective(720px) rotateX(62deg) scaleX(1.15);
    opacity: .58;
}

.colt-core-world__rings {
    z-index: 3;
    inset: 0;
    pointer-events: none;
}

.colt-core-world__rings span {
    position: absolute;
    right: 50%;
    top: 48%;
    width: min(860px, 58vw);
    aspect-ratio: 1;
    border: 2px solid rgba(255,255,255,.56);
    border-radius: 50%;
    transform: translate(50%, -50%);
    box-shadow:
        0 0 0 18px rgba(255,137,186,.18),
        0 0 70px rgba(117,221,210,.26);
}

.colt-core-world__rings span:nth-child(2) {
    width: min(650px, 46vw);
    border-color: rgba(255,179,117,.58);
}

.colt-core-world__rings span:nth-child(3) {
    width: min(440px, 34vw);
    border-color: rgba(111,205,205,.58);
}

.colt-core-world__rings span:nth-child(4) {
    width: min(230px, 20vw);
    border-color: rgba(255,255,255,.72);
    background: radial-gradient(circle, rgba(255,255,255,.44), transparent 58%);
}

.colt-core-world__bloom {
    z-index: 4;
    inset: 0;
    pointer-events: none;
}

.colt-core-world__bloom span {
    position: absolute;
    width: 16px;
    height: 23px;
    border-radius: 58% 42% 62% 38%;
    background: radial-gradient(circle at 36% 30%, #fff, #ffd2e4 54%, #ff82b6 100%);
    box-shadow: 0 10px 20px rgba(236,89,145,.16);
    opacity: .76;
    animation: coltPetalDrift 9s ease-in-out infinite;
}

.colt-core-world__bloom span:nth-child(1) { right: 8%; top: 18%; animation-delay: -1.1s; }
.colt-core-world__bloom span:nth-child(2) { right: 15%; top: 62%; animation-delay: -3.4s; transform: scale(.75); }
.colt-core-world__bloom span:nth-child(3) { right: 24%; top: 34%; animation-delay: -5.2s; transform: scale(1.2); }
.colt-core-world__bloom span:nth-child(4) { right: 35%; top: 15%; animation-delay: -2.8s; }
.colt-core-world__bloom span:nth-child(5) { right: 43%; top: 74%; animation-delay: -4.6s; transform: scale(.7); }
.colt-core-world__bloom span:nth-child(6) { right: 54%; top: 22%; animation-delay: -6.3s; }
.colt-core-world__bloom span:nth-child(7) { right: 66%; top: 58%; animation-delay: -1.9s; transform: scale(1.14); }
.colt-core-world__bloom span:nth-child(8) { right: 78%; top: 29%; animation-delay: -7.5s; }
.colt-core-world__bloom span:nth-child(9) { right: 88%; top: 68%; animation-delay: -3.1s; transform: scale(.82); }
.colt-core-world__bloom span:nth-child(10) { right: 6%; top: 82%; animation-delay: -8.2s; }
.colt-core-world__bloom span:nth-child(11) { right: 19%; top: 8%; animation-delay: -4.9s; transform: scale(.64); }
.colt-core-world__bloom span:nth-child(12) { right: 31%; top: 88%; animation-delay: -6.9s; }
.colt-core-world__bloom span:nth-child(13) { right: 48%; top: 9%; animation-delay: -2.2s; transform: scale(1.18); }
.colt-core-world__bloom span:nth-child(14) { right: 61%; top: 81%; animation-delay: -5.8s; }
.colt-core-world__bloom span:nth-child(15) { right: 72%; top: 12%; animation-delay: -7.8s; transform: scale(.78); }
.colt-core-world__bloom span:nth-child(16) { right: 84%; top: 46%; animation-delay: -1.6s; }
.colt-core-world__bloom span:nth-child(17) { right: 92%; top: 16%; animation-delay: -3.8s; transform: scale(.72); }
.colt-core-world__bloom span:nth-child(18) { right: 39%; top: 47%; animation-delay: -8.8s; transform: scale(.9); }

.colt-core-world__copy {
    z-index: 6;
    right: 50%;
    top: 43%;
    display: grid;
    justify-items: center;
    width: min(780px, calc(100% - 80px));
    color: #123a3c;
    text-align: center;
    transform: translate(50%, -50%);
    text-shadow: 0 12px 48px rgba(255,255,255,.42);
}

.colt-core-world__copy .colt-kicker {
    color: #0f7772;
}

.colt-core-world__copy h2 {
    max-width: 820px;
    color: #173b3e;
    font-size: clamp(42px, 6.8vw, 98px);
}

.colt-core-world__copy p:not(.colt-kicker) {
    max-width: 610px;
    color: rgba(20,59,60,.74);
    font-size: clamp(17px, 1.55vw, 22px);
    line-height: 1.7;
}

.colt-core-world__services {
    z-index: 7;
    inset: 0;
    width: min(1260px, calc(100% - 56px));
    margin: 0 auto;
    pointer-events: none;
}

.colt-core-world__card {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
    width: min(302px, 24vw);
    min-height: 282px;
    padding: 20px;
    border: 1px solid rgba(20,59,60,.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.34)),
        linear-gradient(135deg, rgba(255,157,192,.36), rgba(115,221,211,.34));
    color: #143b3c;
    box-shadow: 0 28px 80px rgba(24,98,103,.18);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(18px);
    transform-origin: 50% 50%;
}

.colt-core-world__card:nth-child(1) { right: 5%; top: 19%; }
.colt-core-world__card:nth-child(2) { left: 6%; top: 20%; }
.colt-core-world__card:nth-child(3) { right: 15%; bottom: 9%; }
.colt-core-world__card:nth-child(4) { left: 15%; bottom: 8%; }

.colt-core-world__card.is-active {
    border-color: rgba(15,119,114,.42);
    box-shadow: 0 32px 92px rgba(15,119,114,.24), inset 0 0 0 1px rgba(255,255,255,.36);
}

.colt-core-world__number {
    align-self: start;
    color: #e55d95;
    font-size: 13px;
    font-weight: 900;
}

.colt-core-world__visual {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 76px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.94), rgba(255,230,164,.52) 62%, rgba(255,255,255,.2));
    box-shadow: inset 0 0 0 1px rgba(20,59,60,.12);
}

.colt-core-world__visual i,
.colt-core-world__visual b {
    grid-area: 1 / 1;
    display: block;
}

.colt-core-world__visual i {
    width: 38px;
    height: 52px;
    border: 2px solid currentColor;
    border-radius: 7px;
    color: #0f7772;
    transform: rotate(-8deg);
}

.colt-core-world__visual b {
    width: 42px;
    height: 16px;
    border-radius: 999px;
    background: rgba(229,93,149,.72);
    transform: translateY(20px) rotate(-8deg);
}

.colt-core-world__card--vault .colt-core-world__visual i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px rgba(15,119,114,.14);
}

.colt-core-world__card--jewelry .colt-core-world__visual i {
    width: 46px;
    height: 30px;
    border-radius: 50% 50% 42% 42%;
    transform: rotate(0deg);
}

.colt-core-world__card--mystery .colt-core-world__visual i {
    width: 46px;
    height: 42px;
    border-radius: 8px;
    transform: rotate(0deg);
}

.colt-core-world__card small,
.colt-core-world__card strong,
.colt-core-world__card em,
.colt-core-world__cta {
    grid-column: 1 / -1;
}

.colt-core-world__card small {
    color: #0f7772;
    font-size: 12px;
    font-weight: 900;
}

.colt-core-world__card strong {
    color: #143b3c;
    font-size: clamp(25px, 2.25vw, 36px);
    line-height: 1.02;
}

.colt-core-world__card em {
    color: rgba(20,59,60,.72);
    font-style: normal;
    line-height: 1.54;
}

.colt-core-world__cta {
    align-self: end;
    color: #e55d95;
    font-weight: 900;
}

.colt-core-world__progress {
    z-index: 8;
    right: max(20px, calc((100vw - 1380px) / 2));
    top: 50%;
    display: grid;
    gap: 12px;
    transform: translateY(-50%);
}

.colt-core-world__progress span {
    width: 9px;
    height: 34px;
    border: 1px solid rgba(20,59,60,.34);
    background: rgba(255,255,255,.32);
    transition: background .24s ease, transform .24s ease;
}

.colt-core-world__progress span.is-active {
    background: #143b3c;
    transform: scaleY(1.28);
}

.colt-core-world__aperture {
    z-index: 12;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 50%, transparent 0 var(--core-portal), #050409 calc(var(--core-portal) + 1px) 100%);
}

.colt-orbit {
    --orbit-progress: 0;
    --orbit-focus: 0;
    position: relative;
    height: 560vh;
    min-height: 100vh;
    margin-top: -1px;
    color: #fff8df;
    background: #060817;
    direction: rtl;
}

.colt-orbit__pin {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 52% 42%, rgba(255, 244, 190, .16), transparent 18rem),
        radial-gradient(circle at 18% 18%, rgba(255, 139, 197, .28), transparent 25rem),
        radial-gradient(circle at 82% 24%, rgba(115, 232, 218, .22), transparent 28rem),
        linear-gradient(180deg, #09102d 0%, #15123b 36%, #32184a 66%, #0b1025 100%);
}

.colt-orbit__pin::before,
.colt-orbit__pin::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.colt-orbit__pin::before {
    opacity: .62;
    background:
        radial-gradient(circle at 50% 52%, transparent 0 16rem, rgba(255,255,255,.08) 16.2rem 16.5rem, transparent 16.8rem),
        linear-gradient(90deg, rgba(6,8,23,.68), transparent 28%, transparent 68%, rgba(6,8,23,.72)),
        linear-gradient(0deg, rgba(6,8,23,.88), transparent 28%, transparent 70%, rgba(6,8,23,.2));
}

.colt-orbit__pin::after {
    opacity: .42;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
    background-size: 78px 78px;
    mask-image: radial-gradient(circle at 50% 52%, #000, transparent 74%);
}

.colt-orbit__space,
.colt-orbit__three,
.colt-orbit__copy,
.colt-orbit__system,
.colt-orbit__dock {
    position: absolute;
}

.colt-orbit__three {
    z-index: 3;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    filter: drop-shadow(0 0 34px rgba(157,241,220,.18));
    transition: opacity .6s ease;
}

.colt-orbit__three.is-loaded {
    opacity: .92;
}

.colt-orbit__three canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.colt-orbit__three.is-fallback {
    display: none;
}

.colt-orbit__space {
    z-index: 1;
    inset: -8vh -8vw;
    overflow: hidden;
}

.colt-orbit__space span {
    position: absolute;
    display: block;
    border-radius: 999px;
    opacity: .8;
    filter: blur(24px);
    animation: coltNebulaFlow 14s ease-in-out infinite;
}

.colt-orbit__space span:nth-child(1) {
    right: 5%;
    top: 10%;
    width: 42vw;
    height: 20vh;
    background: rgba(255, 154, 205, .46);
}

.colt-orbit__space span:nth-child(2) {
    left: 1%;
    top: 28%;
    width: 36vw;
    height: 18vh;
    background: rgba(112, 228, 220, .44);
    animation-delay: -4s;
}

.colt-orbit__space span:nth-child(3) {
    right: 24%;
    bottom: 6%;
    width: 52vw;
    height: 22vh;
    background: rgba(255, 215, 134, .32);
    animation-delay: -7s;
}

.colt-orbit__space span:nth-child(4) {
    left: 18%;
    bottom: 22%;
    width: 28vw;
    height: 18vh;
    background: rgba(179, 152, 255, .34);
    animation-delay: -10s;
}

.colt-orbit__copy {
    z-index: 8;
    right: 50%;
    top: 44%;
    display: grid;
    justify-items: center;
    width: min(830px, calc(100% - 90px));
    text-align: center;
    translate: 50% -50%;
    text-shadow: 0 24px 70px rgba(0,0,0,.62);
}

.colt-orbit__copy .colt-kicker {
    color: #9df1dc;
}

.colt-orbit__copy h2 {
    max-width: 900px;
    color: #fff8df;
    font-size: clamp(44px, 6.8vw, 96px);
}

.colt-orbit__copy p:not(.colt-kicker) {
    max-width: 680px;
    color: rgba(255,248,223,.74);
    font-size: clamp(17px, 1.55vw, 22px);
    line-height: 1.72;
}

.colt-orbit__system {
    z-index: 6;
    inset: 0;
    width: min(1380px, calc(100% - 52px));
    margin: 0 auto;
}

.colt-orbit__system::before,
.colt-orbit__system::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.colt-orbit__system::before {
    z-index: 0;
    inset: 0;
    opacity: .48;
    background:
        radial-gradient(circle, rgba(255,255,255,.86) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(157,241,220,.72) 0 1px, transparent 1.4px),
        radial-gradient(circle, rgba(255,151,205,.68) 0 1px, transparent 1.5px);
    background-position: 0 0, 70px 40px, 130px 90px;
    background-size: 220px 220px, 180px 180px, 260px 260px;
    mask-image: radial-gradient(circle at 50% 52%, #000 0 52%, transparent 78%);
    animation: coltStarDrift 28s linear infinite;
}

.colt-orbit__system::after {
    z-index: 2;
    right: -12%;
    left: -12%;
    bottom: -20%;
    height: 42%;
    border-radius: 50% 50% 0 0;
    opacity: .72;
    background:
        radial-gradient(circle at 56% 8%, rgba(255,255,255,.34), transparent 9rem),
        linear-gradient(135deg, rgba(120,230,217,.84), rgba(255,188,133,.56) 48%, rgba(255,148,204,.64));
    box-shadow: 0 -36px 120px rgba(157,241,220,.18);
    filter: blur(.4px);
}

.colt-orbit__rings {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.colt-orbit__rings span {
    position: absolute;
    right: 50%;
    top: 56%;
    width: min(970px, 70vw);
    height: min(450px, 42vh);
    border: 1px solid rgba(255,248,223,.22);
    border-radius: 50%;
    translate: 50% -50%;
    transform: rotateX(64deg) rotateZ(-7deg);
    box-shadow: 0 0 62px rgba(112,228,220,.14), inset 0 0 42px rgba(255,143,198,.09);
}

.colt-orbit__rings span:nth-child(2) {
    width: min(760px, 57vw);
    height: min(340px, 34vh);
    border-color: rgba(255,190,124,.28);
}

.colt-orbit__rings span:nth-child(3) {
    width: min(540px, 43vw);
    height: min(250px, 27vh);
    border-color: rgba(157,241,220,.32);
}

.colt-orbit__rings span:nth-child(4) {
    width: min(340px, 30vw);
    height: min(160px, 19vh);
    border-color: rgba(255,150,204,.35);
}

.colt-orbit__guardian-wrap {
    position: absolute;
    z-index: 4;
    right: 50%;
    bottom: 0;
    display: grid;
    place-items: end center;
    width: min(390px, 29vw);
    height: min(620px, 70vh);
    translate: 50% 0;
    pointer-events: none;
}

.colt-orbit__guardian {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    opacity: .94;
    filter:
        drop-shadow(0 0 30px rgba(157,241,220,.28))
        drop-shadow(0 42px 62px rgba(0,0,0,.54))
        saturate(1.08);
    animation: coltGuardianBreathe 5.6s ease-in-out infinite;
}

.colt-orbit__guardian-wrap span {
    position: absolute;
    right: 50%;
    bottom: 4%;
    z-index: 1;
    width: 58%;
    height: 13%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255,248,223,.28), rgba(112,228,220,.12) 48%, transparent 70%);
    filter: blur(12px);
    translate: 50% 0;
}

.colt-orbit__planet {
    --planet-size: 112px;
    --orbit-delay: 0s;
    position: absolute;
    z-index: 5;
    display: grid;
    gap: 12px;
    width: min(300px, 24vw);
    min-height: 170px;
    color: #fff8df;
    opacity: 0;
    pointer-events: none;
    outline: none;
}

.colt-orbit__planet:nth-of-type(1) {
    right: 6%;
    top: 23%;
    --planet-size: 126px;
    --orbit-delay: -1.2s;
}

.colt-orbit__planet:nth-of-type(2) {
    left: 7%;
    top: 18%;
    --planet-size: 106px;
    --orbit-delay: -3.7s;
}

.colt-orbit__planet:nth-of-type(3) {
    right: 12%;
    bottom: 18%;
    --planet-size: 118px;
    --orbit-delay: -5.1s;
}

.colt-orbit__planet:nth-of-type(4) {
    left: 11%;
    bottom: 16%;
    --planet-size: 112px;
    --orbit-delay: -7.3s;
}

.colt-orbit__planet:nth-of-type(5) {
    right: calc(50% - 55px);
    top: 8%;
    --planet-size: 104px;
    --orbit-delay: -9.1s;
}

.colt-orbit__planet-body {
    position: relative;
    display: grid;
    place-items: center;
    width: var(--planet-size);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 24%, rgba(255,255,255,.92), transparent 18%),
        radial-gradient(circle at 68% 72%, rgba(7,9,25,.5), transparent 34%),
        linear-gradient(135deg, #ff9bc8, #ffd98a 52%, #86e5d6);
    box-shadow:
        inset -18px -20px 34px rgba(8,10,30,.28),
        inset 14px 16px 26px rgba(255,255,255,.18),
        0 0 32px rgba(157,241,220,.24),
        0 28px 72px rgba(0,0,0,.34);
    animation: coltOrbitFloat 7.5s ease-in-out infinite;
    animation-delay: var(--orbit-delay);
}

.colt-orbit__planet-body::before,
.colt-orbit__planet-body::after {
    content: "";
    position: absolute;
    inset: 15%;
    border-radius: 50%;
    pointer-events: none;
}

.colt-orbit__planet-body::before {
    border: 1px solid rgba(255,255,255,.34);
    transform: rotateX(68deg) rotateZ(-14deg) scaleX(1.55);
}

.colt-orbit__planet-body::after {
    inset: -12%;
    border: 1px solid rgba(255,248,223,.16);
    transform: rotateX(74deg) rotateZ(18deg) scaleX(1.45);
}

.colt-orbit__planet-body i,
.colt-orbit__planet-body b {
    display: block;
    grid-area: 1 / 1;
    border-radius: 999px;
}

.colt-orbit__planet-body i {
    width: 58%;
    height: 10px;
    background: rgba(255,255,255,.42);
    filter: blur(3px);
    transform: rotate(-17deg) translateY(-12px);
}

.colt-orbit__planet-body b {
    width: 70%;
    height: 2px;
    background: rgba(8,10,30,.22);
    box-shadow: 0 15px 0 rgba(8,10,30,.13), 0 -16px 0 rgba(255,255,255,.16);
    transform: rotate(-13deg);
}

.colt-orbit__planet--wanted .colt-orbit__planet-body { background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.9), transparent 18%), linear-gradient(135deg, #ff8ab6, #fff0a5 52%, #8ee6d8); }
.colt-orbit__planet--search .colt-orbit__planet-body { background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.9), transparent 18%), linear-gradient(135deg, #a8f0df, #f8c2df 50%, #ffc37a); }
.colt-orbit__planet--grading .colt-orbit__planet-body { background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.9), transparent 18%), linear-gradient(135deg, #ffe08b, #b9ecff 52%, #d2b0ff); }
.colt-orbit__planet--whatnot .colt-orbit__planet-body { background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.9), transparent 18%), linear-gradient(135deg, #ffad8f, #ff91ce 48%, #96eadf); }
.colt-orbit__planet--portfolio .colt-orbit__planet-body { background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.9), transparent 18%), linear-gradient(135deg, #d8c1ff, #9cebdc 52%, #ffe59b); }

.colt-orbit__planet-copy {
    display: grid;
    gap: 6px;
    width: min(300px, 100%);
    padding: 13px 14px;
    border: 1px solid rgba(255,248,223,.16);
    border-radius: 8px;
    background: rgba(9,13,36,.46);
    box-shadow: 0 24px 70px rgba(0,0,0,.25);
    backdrop-filter: blur(18px);
    transform: translateY(8px);
    transition: border-color .26s ease, background .26s ease, transform .26s ease, box-shadow .26s ease;
}

.colt-orbit__planet small {
    color: #9df1dc;
    font-size: 12px;
    font-weight: 900;
}

.colt-orbit__planet strong {
    color: #fff8df;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1;
}

.colt-orbit__planet em {
    color: rgba(255,248,223,.72);
    font-style: normal;
    line-height: 1.5;
}

.colt-orbit__planet:hover,
.colt-orbit__planet:focus {
    z-index: 9;
}

.colt-orbit__planet:hover .colt-orbit__planet-copy,
.colt-orbit__planet:focus .colt-orbit__planet-copy,
.colt-orbit__planet.is-active .colt-orbit__planet-copy {
    border-color: rgba(157,241,220,.48);
    background: rgba(9,13,36,.64);
    box-shadow: 0 32px 90px rgba(112,228,220,.15), inset 0 0 0 1px rgba(255,255,255,.12);
    transform: translateY(0);
}

.colt-orbit__planet:hover .colt-orbit__planet-body,
.colt-orbit__planet:focus .colt-orbit__planet-body,
.colt-orbit__planet.is-active .colt-orbit__planet-body {
    box-shadow:
        inset -18px -20px 34px rgba(8,10,30,.25),
        inset 14px 16px 26px rgba(255,255,255,.22),
        0 0 42px rgba(255,248,223,.34),
        0 0 72px rgba(157,241,220,.28),
        0 30px 80px rgba(0,0,0,.34);
}

.colt-orbit.has-3d-planets .colt-orbit__three.is-loaded {
    opacity: 1;
    filter: drop-shadow(0 0 42px rgba(157,241,220,.22));
}

.colt-orbit.has-3d-planets .colt-orbit__planet {
    display: block;
    width: min(318px, 24vw);
    min-height: 0;
    overflow: visible;
}

.colt-orbit.has-3d-planets .colt-orbit__planet:nth-of-type(1) {
    right: 7.5%;
    top: 25%;
    --planet-hit-size: clamp(150px, 13vw, 220px);
    --hit-right: 54%;
    --hit-top: -3%;
}

.colt-orbit.has-3d-planets .colt-orbit__planet:nth-of-type(2) {
    left: 6%;
    top: 29%;
    --planet-hit-size: clamp(160px, 14vw, 230px);
    --hit-right: 46%;
    --hit-top: -1%;
}

.colt-orbit.has-3d-planets .colt-orbit__planet:nth-of-type(3) {
    right: 13%;
    bottom: 12%;
    --planet-hit-size: clamp(138px, 12vw, 198px);
    --hit-right: 40%;
    --hit-top: -12%;
}

.colt-orbit.has-3d-planets .colt-orbit__planet:nth-of-type(4) {
    left: 10%;
    bottom: 12%;
    --planet-hit-size: clamp(132px, 11vw, 184px);
    --hit-right: 58%;
    --hit-top: -14%;
}

.colt-orbit.has-3d-planets .colt-orbit__planet:nth-of-type(5) {
    right: 50%;
    top: 12%;
    width: min(300px, 26vw);
    translate: 50% 0;
    --planet-hit-size: clamp(118px, 10vw, 168px);
    --hit-right: 50%;
    --hit-top: -6%;
}

.colt-orbit.has-3d-planets .colt-orbit__planet-body {
    position: absolute;
    right: var(--hit-right, 50%);
    top: var(--hit-top, 50%);
    z-index: 1;
    width: var(--planet-hit-size, clamp(132px, 12vw, 200px));
    opacity: 0;
    pointer-events: auto;
    background: transparent;
    box-shadow: none;
    animation: none;
    translate: 50% -50%;
}

.colt-orbit.has-3d-planets .colt-orbit__planet-body::before,
.colt-orbit.has-3d-planets .colt-orbit__planet-body::after,
.colt-orbit.has-3d-planets .colt-orbit__planet-body i,
.colt-orbit.has-3d-planets .colt-orbit__planet-body b {
    display: none;
}

.colt-orbit.has-3d-planets .colt-orbit__planet-copy {
    position: relative;
    z-index: 2;
    width: min(318px, 100%);
    border-color: rgba(255,248,223,.24);
    background: linear-gradient(135deg, rgba(9,13,36,.66), rgba(9,13,36,.42));
    box-shadow: 0 26px 82px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.08);
}

.colt-orbit.is-planet-traveling .colt-orbit__three {
    z-index: 12;
    filter: drop-shadow(0 0 58px rgba(255,248,223,.32));
}

.colt-orbit.is-planet-traveling .colt-orbit__planet {
    pointer-events: none;
}

.colt-orbit.is-planet-traveling .colt-orbit__planet-copy {
    opacity: 0;
    transform: translateY(20px) scale(.96);
    transition: opacity .28s ease, transform .34s cubic-bezier(.2,.9,.2,1);
}

.colt-orbit.is-planet-traveling .colt-orbit__copy,
.colt-orbit.is-planet-traveling .colt-orbit__rings,
.colt-orbit.is-planet-traveling .colt-orbit__guardian-wrap,
.colt-orbit.is-planet-traveling .colt-orbit__dock {
    opacity: .18 !important;
    filter: blur(7px) saturate(.7);
    transition: opacity .34s ease, filter .34s ease;
}

.colt-orbit__dock {
    z-index: 9;
    right: max(20px, calc((100vw - 1380px) / 2));
    bottom: 32px;
    display: flex;
    gap: 8px;
    pointer-events: none;
}

.colt-orbit__dock span {
    display: block;
    padding: 8px 10px;
    border: 1px solid rgba(255,248,223,.15);
    color: rgba(255,248,223,.58);
    background: rgba(6,8,23,.34);
    font-size: 11px;
    font-weight: 900;
    backdrop-filter: blur(14px);
}

.colt-orbit__dock span.is-active {
    color: #06111a;
    border-color: rgba(157,241,220,.7);
    background: #9df1dc;
}

.colt-hyperspace {
    position: fixed;
    inset: 0;
    z-index: 999;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.94) 0 7%, rgba(157,241,220,.72) 8% 13%, rgba(255,144,203,.46) 14% 24%, rgba(7,8,26,.96) 56%),
        #07081a;
    filter: saturate(1.18);
    transition: opacity .16s ease;
}

.colt-hyperspace::before,
.colt-hyperspace::after {
    content: "";
    position: absolute;
    inset: -18%;
    opacity: .72;
    background:
        linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent),
        radial-gradient(circle, transparent 0 19%, rgba(255,255,255,.2) 20%, transparent 21%);
    background-size: 16vw 100%, 24vw 24vw;
    filter: blur(10px);
    transform: scaleX(.32);
}

.colt-hyperspace::after {
    opacity: .42;
    transform: scaleY(.32) rotate(90deg);
}

.colt-hyperspace span {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 2px;
    height: 64vmax;
    border-radius: 999px;
    opacity: 0;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.96), rgba(157,241,220,.74), transparent);
    box-shadow: 0 0 18px rgba(255,255,255,.52);
    transform-origin: 50% 100%;
    translate: 50% -100%;
    rotate: var(--angle);
    scale: 1 .08;
}

.colt-hyperspace.is-active {
    opacity: 1;
}

.colt-hyperspace.is-active span {
    animation: coltHyperspaceRay .76s cubic-bezier(.15,.78,.12,1) forwards;
    animation-delay: var(--delay);
}

html.colt-is-traveling body {
    cursor: wait;
}

.colt-products {
    --product-progress: 0;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    height: 460vh;
    min-height: 100vh;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0;
    overflow: visible;
    color: #143b3c;
    background: #f8c2df;
    direction: rtl;
}

.colt-products__pin {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 20% 18%, rgba(255,255,255,.62), transparent 12rem),
        radial-gradient(circle at 74% 24%, rgba(255, 231, 150, .62), transparent 22rem),
        radial-gradient(circle at 14% 76%, rgba(111, 212, 198, .5), transparent 24rem),
        linear-gradient(180deg, #f8c2df 0%, #ffe2a9 42%, #aee8db 100%);
}

.colt-products__pin::before,
.colt-products__pin::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.colt-products__pin::before {
    opacity: .52;
    background:
        linear-gradient(90deg, rgba(20,59,60,.2), transparent 22%, transparent 76%, rgba(20,59,60,.14)),
        radial-gradient(circle at 50% 60%, rgba(255,255,255,.44), transparent 20rem);
}

.colt-products__pin::after {
    opacity: .22;
    background:
        linear-gradient(rgba(20,59,60,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20,59,60,.1) 1px, transparent 1px);
    background-size: 82px 82px;
    mask-image: linear-gradient(to bottom, transparent 0, #000 16%, #000 86%, transparent 100%);
}

.colt-products__sky,
.colt-products__intro,
.colt-products__categories,
.colt-products__viewport,
.colt-products__ticker {
    position: absolute;
}

.colt-products__sky {
    z-index: 1;
    inset: -8vh -8vw;
    pointer-events: none;
}

.colt-products__sky span {
    position: absolute;
    display: block;
    border-radius: 999px;
    opacity: .72;
    filter: blur(26px);
    animation: coltProductGlow 13s ease-in-out infinite;
}

.colt-products__sky span:nth-child(1) {
    right: 6%;
    top: 10%;
    width: 38vw;
    height: 18vh;
    background: rgba(255, 137, 188, .46);
}

.colt-products__sky span:nth-child(2) {
    left: 4%;
    top: 18%;
    width: 34vw;
    height: 20vh;
    background: rgba(255, 229, 154, .5);
    animation-delay: -4s;
}

.colt-products__sky span:nth-child(3) {
    right: 24%;
    bottom: 4%;
    width: 48vw;
    height: 24vh;
    background: rgba(111, 212, 198, .46);
    animation-delay: -8s;
}

.colt-products__sky span:nth-child(4) {
    left: 22%;
    bottom: 28%;
    width: 28vw;
    height: 18vh;
    background: rgba(184, 155, 255, .3);
    animation-delay: -10s;
}

.colt-products__intro {
    z-index: 8;
    right: max(24px, calc((100vw - 1260px) / 2));
    top: 10%;
    display: grid;
    gap: 8px;
    width: min(560px, calc(100% - 56px));
    text-shadow: 0 18px 46px rgba(255,255,255,.34);
}

.colt-products__intro .colt-kicker {
    color: #0f7772;
}

.colt-products__intro h2 {
    color: #143b3c;
    font-size: clamp(42px, 6vw, 92px);
}

.colt-products__intro p:not(.colt-kicker) {
    margin: 0;
    max-width: 520px;
    color: rgba(20,59,60,.74);
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.65;
}

.colt-products__categories {
    z-index: 7;
    left: max(24px, calc((100vw - 1260px) / 2));
    top: 11%;
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 10px;
    width: min(520px, 38vw);
}

.colt-products__category {
    display: grid;
    gap: 5px;
    min-height: 78px;
    padding: 13px 14px;
    border: 1px solid rgba(20,59,60,.14);
    border-radius: 8px;
    background: rgba(255,255,255,.42);
    box-shadow: 0 18px 56px rgba(20,59,60,.12);
    backdrop-filter: blur(16px);
    transition: transform .26s ease, background .26s ease, border-color .26s ease;
}

.colt-products__category:hover,
.colt-products__category:focus {
    border-color: rgba(15,119,114,.36);
    background: rgba(255,255,255,.66);
    transform: translateY(-3px);
}

.colt-products__category span {
    color: #143b3c;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.colt-products__category em {
    color: rgba(20,59,60,.68);
    font-size: 13px;
    font-style: normal;
    line-height: 1.38;
}

.colt-products__category--pokemon { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255, 232, 99, .34)); }
.colt-products__category--onepiece { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255, 132, 170, .32)); }
.colt-products__category--sports { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(111, 212, 198, .34)); }
.colt-products__category--marvel { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255, 158, 117, .36)); }
.colt-products__category--accessories { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(184, 155, 255, .3)); }
.colt-products__category--graded { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,255,255,.36)); }

.colt-products__viewport {
    z-index: 9;
    right: 0;
    left: 0;
    bottom: 5%;
    overflow: visible;
    padding: 28px max(26px, calc((100vw - 1260px) / 2));
}

.colt-products__track {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 12px;
    width: max-content;
    min-width: 100%;
    will-change: transform;
}

.colt-product-card {
    position: relative;
    display: grid;
    grid-template-rows: minmax(198px, 1fr) auto;
    width: clamp(196px, 16.5vw, 264px);
    min-height: min(462px, 50vh);
    overflow: hidden;
    border: 1px solid rgba(20,59,60,.14);
    border-radius: 8px;
    color: #143b3c;
    background:
        linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.36)),
        linear-gradient(135deg, rgba(255,145,196,.34), rgba(111,212,198,.3));
    box-shadow: 0 34px 100px rgba(20,59,60,.18);
    backdrop-filter: blur(18px);
    transform-origin: 50% 70%;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.colt-product-card:nth-child(2n) {
    margin-top: 34px;
}

.colt-product-card:nth-child(3n) {
    margin-top: -18px;
}

.colt-product-card:hover,
.colt-product-card:focus,
.colt-product-card.is-active {
    border-color: rgba(15,119,114,.42);
    box-shadow: 0 42px 112px rgba(20,59,60,.22), inset 0 0 0 1px rgba(255,255,255,.34);
    transform: translateY(-8px);
}

.colt-product-card__media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 0;
    padding: 24px;
    background:
        radial-gradient(circle at 50% 46%, rgba(255,255,255,.8), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.26), rgba(20,59,60,.06));
}

.colt-product-card__media::before,
.colt-product-card__media::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.colt-product-card__media::before {
    inset: 28px;
    border: 1px solid rgba(20,59,60,.12);
    border-radius: 8px;
    transform: rotate(-4deg);
}

.colt-product-card__media::after {
    right: 50%;
    bottom: 24px;
    width: 64%;
    height: 16px;
    border-radius: 50%;
    background: rgba(20,59,60,.16);
    filter: blur(12px);
    translate: 50% 0;
}

.colt-product-card__media img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-height: 252px;
    object-fit: contain;
    padding: 10px;
    filter: drop-shadow(0 24px 34px rgba(20,59,60,.18));
    transition: transform .42s ease;
}

.colt-product-card:hover .colt-product-card__media img,
.colt-product-card:focus .colt-product-card__media img,
.colt-product-card.is-active .colt-product-card__media img {
    transform: scale(1.06) rotate(-1deg);
}

.colt-product-card__body {
    display: grid;
    gap: 9px;
    padding: 18px;
}

.colt-product-card__body small {
    color: #0f7772;
    font-size: 12px;
    font-weight: 900;
}

.colt-product-card__body strong {
    color: #143b3c;
    font-size: clamp(20px, 1.5vw, 28px);
    line-height: 1.12;
}

.colt-product-card__body em {
    color: #e55d95;
    font-style: normal;
    font-weight: 900;
}

.colt-products__ticker {
    z-index: 8;
    right: max(24px, calc((100vw - 1260px) / 2));
    bottom: 28px;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    pointer-events: none;
}

.colt-products__ticker span {
    display: block;
    padding: 8px 10px;
    border: 1px solid rgba(20,59,60,.14);
    border-radius: 8px;
    color: rgba(20,59,60,.68);
    background: rgba(255,255,255,.34);
    font-size: 11px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.colt-finale {
    --finale-progress: 0;
    position: relative;
    height: 460vh;
    min-height: 100vh;
    margin-top: -1px;
    color: #123a3c;
    background: #aee8db;
    direction: rtl;
}

.colt-finale__pin {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 145, 196, .54), transparent 26rem),
        radial-gradient(circle at 82% 18%, rgba(255, 229, 155, .68), transparent 24rem),
        linear-gradient(180deg, #f8a9d0 0%, #ffd6a6 38%, #aee8db 78%, #6fd4c6 100%);
}

.colt-finale__pin::before,
.colt-finale__pin::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.colt-finale__pin::before {
    background:
        radial-gradient(circle at 50% 54%, rgba(255,255,255,.46) 0 8rem, transparent 8.4rem),
        linear-gradient(90deg, rgba(18,58,60,.24), transparent 24%, transparent 74%, rgba(18,58,60,.18)),
        linear-gradient(0deg, rgba(18,58,60,.16), transparent 30%, transparent 76%, rgba(255,255,255,.2));
    opacity: .72;
}

.colt-finale__pin::after {
    opacity: .24;
    background:
        linear-gradient(rgba(18,58,60,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18,58,60,.1) 1px, transparent 1px);
    background-size: 86px 86px;
    mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 84%, transparent 100%);
}

.colt-finale__garden,
.colt-finale__petals,
.colt-finale__halo,
.colt-finale__brand,
.colt-finale__contact,
.colt-finale__socials {
    position: absolute;
}

.colt-finale__garden {
    z-index: 1;
    inset: -5vh -5vw;
    transform-origin: 50% 58%;
}

.colt-finale__garden::before,
.colt-finale__garden::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.colt-finale__garden::before {
    right: -10%;
    left: -10%;
    bottom: -16%;
    height: 42%;
    border-radius: 50% 50% 0 0;
    background:
        radial-gradient(circle at 28% 18%, rgba(255,255,255,.32), transparent 9rem),
        linear-gradient(135deg, rgba(255, 246, 180, .9), rgba(116, 218, 202, .88) 52%, rgba(255, 154, 204, .58));
    box-shadow: 0 -34px 100px rgba(255, 145, 196, .24);
}

.colt-finale__garden::after {
    right: 50%;
    bottom: 0;
    width: min(880px, 86vw);
    height: 36%;
    border-radius: 50% 50% 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,.46), rgba(111, 212, 198, .82) 48%, rgba(55, 161, 156, .52));
    filter: blur(.4px);
    opacity: .74;
    transform: translateX(50%) perspective(760px) rotateX(62deg) scaleX(1.12);
    animation: coltFinaleRiver 7s ease-in-out infinite;
}

.colt-finale__sun,
.colt-finale__moon,
.colt-finale__river {
    position: absolute;
    display: block;
    pointer-events: none;
}

.colt-finale__sun {
    right: 10%;
    top: 12%;
    width: min(230px, 17vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, #fffdf1 0 35%, #ffe69a 36% 63%, rgba(255,230,154,0) 67%);
}

.colt-finale__moon {
    left: 13%;
    top: 16%;
    width: min(120px, 10vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at 36% 32%, #fff, #f8c7df 54%, rgba(248,199,223,0) 68%);
    filter: blur(.2px);
}

.colt-finale__river {
    right: 7%;
    top: 30%;
    width: 78vw;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.88), rgba(111,212,198,.8), transparent);
    box-shadow: 0 0 30px rgba(255,255,255,.54);
    transform: rotate(-6deg);
}

.colt-finale__petals {
    z-index: 5;
    inset: 0;
    pointer-events: none;
}

.colt-finale__petals span {
    position: absolute;
    width: 15px;
    height: 22px;
    border-radius: 62% 38% 66% 34%;
    background: radial-gradient(circle at 34% 28%, #fff, #ffd4e4 48%, #ff86b9 100%);
    box-shadow: 0 10px 20px rgba(218,74,135,.14);
    opacity: .74;
    animation: coltFinalePetal 10s ease-in-out infinite;
}

.colt-finale__petals span:nth-child(1) { right: 6%; top: 18%; animation-delay: -1s; }
.colt-finale__petals span:nth-child(2) { right: 13%; top: 58%; animation-delay: -4s; scale: .78; }
.colt-finale__petals span:nth-child(3) { right: 22%; top: 31%; animation-delay: -7s; scale: 1.16; }
.colt-finale__petals span:nth-child(4) { right: 32%; top: 13%; animation-delay: -2s; }
.colt-finale__petals span:nth-child(5) { right: 41%; top: 72%; animation-delay: -6s; scale: .7; }
.colt-finale__petals span:nth-child(6) { right: 50%; top: 20%; animation-delay: -8s; }
.colt-finale__petals span:nth-child(7) { right: 60%; top: 64%; animation-delay: -3s; scale: 1.1; }
.colt-finale__petals span:nth-child(8) { right: 68%; top: 26%; animation-delay: -5s; }
.colt-finale__petals span:nth-child(9) { right: 77%; top: 71%; animation-delay: -9s; scale: .82; }
.colt-finale__petals span:nth-child(10) { right: 88%; top: 18%; animation-delay: -2.6s; }
.colt-finale__petals span:nth-child(11) { right: 92%; top: 56%; animation-delay: -6.7s; scale: .74; }
.colt-finale__petals span:nth-child(12) { right: 4%; top: 83%; animation-delay: -8.4s; }
.colt-finale__petals span:nth-child(13) { right: 17%; top: 8%; animation-delay: -4.7s; scale: .7; }
.colt-finale__petals span:nth-child(14) { right: 27%; top: 86%; animation-delay: -7.2s; }
.colt-finale__petals span:nth-child(15) { right: 38%; top: 45%; animation-delay: -3.8s; scale: .9; }
.colt-finale__petals span:nth-child(16) { right: 48%; top: 7%; animation-delay: -9.1s; scale: 1.14; }
.colt-finale__petals span:nth-child(17) { right: 57%; top: 82%; animation-delay: -1.4s; }
.colt-finale__petals span:nth-child(18) { right: 67%; top: 11%; animation-delay: -5.4s; scale: .76; }
.colt-finale__petals span:nth-child(19) { right: 74%; top: 42%; animation-delay: -8.1s; }
.colt-finale__petals span:nth-child(20) { right: 85%; top: 84%; animation-delay: -3.3s; scale: .68; }
.colt-finale__petals span:nth-child(21) { right: 11%; top: 41%; animation-delay: -9.8s; scale: .86; }
.colt-finale__petals span:nth-child(22) { right: 35%; top: 61%; animation-delay: -6.1s; }
.colt-finale__petals span:nth-child(23) { right: 63%; top: 36%; animation-delay: -4.2s; scale: 1.08; }
.colt-finale__petals span:nth-child(24) { right: 81%; top: 6%; animation-delay: -7.8s; scale: .8; }

.colt-finale__halo {
    z-index: 4;
    inset: 0;
    pointer-events: none;
}

.colt-finale__halo span {
    position: absolute;
    right: 50%;
    top: 44%;
    width: min(760px, 62vw);
    aspect-ratio: 1;
    border: 1px solid rgba(18,58,60,.16);
    border-radius: 50%;
    translate: 50% -50%;
    box-shadow: 0 0 0 18px rgba(255,255,255,.1), 0 0 72px rgba(255,145,196,.18);
}

.colt-finale__halo span:nth-child(2) {
    width: min(560px, 50vw);
    border-color: rgba(255,255,255,.34);
}

.colt-finale__halo span:nth-child(3) {
    width: min(350px, 34vw);
    border-color: rgba(18,58,60,.18);
}

.colt-finale__brand {
    z-index: 7;
    right: 50%;
    top: 43%;
    display: grid;
    justify-items: center;
    width: min(760px, calc(100% - 96px));
    text-align: center;
    translate: 50% -50%;
}

.colt-finale__brand img {
    width: min(280px, 22vw);
    margin-bottom: 12px;
    filter: drop-shadow(0 26px 52px rgba(18,58,60,.22));
}

.colt-finale__brand .colt-kicker,
.colt-finale__contact .colt-kicker,
.colt-finale__socials .colt-kicker {
    color: #0f7772;
}

.colt-finale__brand h2 {
    color: #143b3c;
    font-size: clamp(46px, 6.6vw, 104px);
    text-shadow: 0 18px 54px rgba(255,255,255,.38);
}

.colt-finale__brand p:not(.colt-kicker) {
    max-width: 650px;
    color: rgba(20,59,60,.76);
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.72;
}

.colt-finale__contact {
    z-index: 8;
    right: max(26px, calc((100vw - 1240px) / 2));
    bottom: 9%;
    display: grid;
    gap: 22px;
    width: min(530px, 38vw);
    padding: 24px;
    border: 1px solid rgba(20,59,60,.14);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.32)),
        linear-gradient(135deg, rgba(255,145,196,.3), rgba(111,212,198,.28));
    box-shadow: 0 30px 90px rgba(20,59,60,.18);
    backdrop-filter: blur(18px);
}

.colt-finale__contact h3 {
    margin: 0;
    color: #143b3c;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 1.02;
}

.colt-finale__contact p:not(.colt-kicker) {
    margin: 0;
    color: rgba(20,59,60,.74);
    line-height: 1.65;
}

.colt-finale__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.colt-finale__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(20,59,60,.18);
    border-radius: 8px;
    color: #143b3c;
    background: rgba(255,255,255,.34);
    font-weight: 900;
}

.colt-finale__actions a:first-child {
    color: #0b2526;
    border-color: rgba(111,212,198,.7);
    background: linear-gradient(135deg, #9df1dc, #ffe69a);
}

.colt-finale__socials {
    z-index: 8;
    left: max(26px, calc((100vw - 1240px) / 2));
    bottom: 9%;
    display: grid;
    gap: 10px;
    width: min(430px, 32vw);
}

.colt-finale__socials .colt-kicker {
    margin: 0 0 4px;
}

.colt-finale__social {
    display: grid;
    gap: 4px;
    min-height: 82px;
    padding: 14px 16px;
    border: 1px solid rgba(20,59,60,.14);
    border-radius: 8px;
    background: rgba(255,255,255,.42);
    box-shadow: 0 20px 60px rgba(20,59,60,.12);
    backdrop-filter: blur(16px);
    transition: transform .26s ease, border-color .26s ease, background .26s ease, box-shadow .26s ease;
}

.colt-finale__social:hover,
.colt-finale__social:focus {
    border-color: rgba(15,119,114,.42);
    background: rgba(255,255,255,.68);
    box-shadow: 0 28px 76px rgba(20,59,60,.18);
    transform: translateY(-4px);
}

.colt-finale__social span {
    color: #143b3c;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.colt-finale__social em {
    color: rgba(20,59,60,.68);
    font-style: normal;
    line-height: 1.45;
}

.colt-finale__social--instagram { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,145,196,.34)); }
.colt-finale__social--tiktok { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(157,241,220,.34)); }
.colt-finale__social--whatnot { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,230,154,.42)); }
.colt-finale__social--whatsapp { background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(111,212,198,.4)); }

.colt-vault-xp {
    --vault-cream: #fff3cf;
    --vault-aqua: #8af0df;
    --vault-rose: #ff9cc9;
    --vault-gold: #d9b76f;
    background:
        radial-gradient(circle at 16% 14%, rgba(255,156,201,.16), transparent 30rem),
        radial-gradient(circle at 86% 26%, rgba(138,240,223,.18), transparent 32rem),
        linear-gradient(180deg, #05070c, #0c1119 45%, #07080f);
}

.colt-vault-nav .colt-nav__links {
    border-color: rgba(255,243,207,.14);
    background: rgba(7,9,15,.48);
}

.colt-vault-hero,
.colt-vault-inside {
    position: relative;
    height: 520vh;
    min-height: 100vh;
}

.colt-vault-hero__pin,
.colt-vault-inside__pin {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
    background: #05070c;
}

.colt-vault-hero__backdrop,
.colt-vault-inside__backdrop,
.colt-vault-hero__door,
.colt-vault-hero__scan,
.colt-vault-hero__copy,
.colt-vault-hero__ledger,
.colt-vault-hero__scroll,
.colt-vault-inside__glass,
.colt-vault-inside__copy,
.colt-vault-inside__features,
.colt-vault-inside__slabs {
    position: absolute;
}

.colt-vault-hero__backdrop,
.colt-vault-inside__backdrop {
    inset: -5vh -5vw;
    z-index: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(1.06) contrast(1.04);
    transform-origin: 50% 58%;
}

.colt-vault-hero__backdrop {
    background-image:
        linear-gradient(90deg, rgba(5,7,12,.74), rgba(5,7,12,.12) 42%, rgba(5,7,12,.72)),
        linear-gradient(0deg, rgba(5,7,12,.86), transparent 34%, rgba(5,7,12,.26)),
        var(--vault-entrance);
}

.colt-vault-inside__backdrop {
    background-image:
        linear-gradient(90deg, rgba(5,7,12,.78), rgba(5,7,12,.18) 52%, rgba(5,7,12,.78)),
        linear-gradient(0deg, rgba(5,7,12,.82), transparent 34%, rgba(5,7,12,.18)),
        var(--vault-interior);
}

.colt-vault-hero__pin::after,
.colt-vault-inside__pin::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .28;
    background:
        linear-gradient(rgba(255,243,207,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,243,207,.04) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 82%, transparent 100%);
}

.colt-vault-hero__door {
    z-index: 3;
    right: 52%;
    top: 52%;
    display: grid;
    place-items: center;
    width: min(420px, 28vw);
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: .72;
    border: 1px solid rgba(255,243,207,.28);
    translate: 50% -50%;
    pointer-events: none;
    box-shadow:
        inset 0 0 0 18px rgba(255,243,207,.04),
        0 0 90px rgba(138,240,223,.18);
}

.colt-vault-hero__door span {
    grid-area: 1 / 1;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255,243,207,.22);
}

.colt-vault-hero__door span:nth-child(1) { width: 82%; height: 82%; }
.colt-vault-hero__door span:nth-child(2) { width: 56%; height: 56%; border-color: rgba(138,240,223,.28); }
.colt-vault-hero__door span:nth-child(3) { width: 22%; height: 22%; background: rgba(255,243,207,.1); }

.colt-vault-hero__scan {
    z-index: 4;
    inset: 0;
    pointer-events: none;
}

.colt-vault-hero__scan span {
    position: absolute;
    right: 16%;
    left: 16%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(138,240,223,.78), rgba(255,156,201,.48), transparent);
    box-shadow: 0 0 22px rgba(138,240,223,.42);
    transform-origin: 50% 50%;
}

.colt-vault-hero__scan span:nth-child(1) { top: 26%; }
.colt-vault-hero__scan span:nth-child(2) { top: 49%; }
.colt-vault-hero__scan span:nth-child(3) { top: 72%; }

.colt-vault-hero__copy {
    z-index: 6;
    right: max(24px, calc((100vw - 1220px) / 2));
    top: 19%;
    display: grid;
    gap: 12px;
    width: min(620px, calc(100% - 56px));
    text-shadow: 0 24px 60px rgba(0,0,0,.6);
}

.colt-vault-hero__copy .colt-kicker,
.colt-vault-inside__copy .colt-kicker,
.colt-vault-protocol__copy .colt-kicker,
.colt-vault-contact__brand .colt-kicker {
    color: var(--vault-aqua);
}

.colt-vault-hero__copy h1,
.colt-vault-inside__copy h2,
.colt-vault-protocol__copy h2,
.colt-vault-contact__brand h2 {
    margin: 0;
    color: var(--vault-cream);
    font-size: clamp(44px, 6.4vw, 104px);
    line-height: .92;
}

.colt-vault-hero__copy p:not(.colt-kicker),
.colt-vault-inside__copy p:not(.colt-kicker),
.colt-vault-protocol__copy p:not(.colt-kicker),
.colt-vault-contact__brand p:not(.colt-kicker) {
    margin: 0;
    max-width: 560px;
    color: rgba(255,243,207,.76);
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.65;
}

.colt-vault-hero__actions,
.colt-vault-contact__panel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.colt-vault-hero__actions a,
.colt-vault-contact__panel a {
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid rgba(255,243,207,.18);
    border-radius: 8px;
    color: var(--vault-cream);
    background: rgba(255,243,207,.08);
    font-weight: 900;
    backdrop-filter: blur(16px);
    transition: transform .24s ease, background .24s ease, border-color .24s ease;
}

.colt-vault-hero__actions a:first-child,
.colt-vault-contact__panel a:first-child {
    color: #061018;
    border-color: transparent;
    background: linear-gradient(135deg, var(--vault-aqua), var(--vault-cream));
}

.colt-vault-hero__actions a:hover,
.colt-vault-hero__actions a:focus,
.colt-vault-contact__panel a:hover,
.colt-vault-contact__panel a:focus {
    transform: translateY(-3px);
    border-color: rgba(138,240,223,.44);
    background: rgba(255,243,207,.14);
}

.colt-vault-hero__ledger {
    z-index: 7;
    left: max(24px, calc((100vw - 1220px) / 2));
    bottom: 10%;
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px;
    width: min(520px, 38vw);
}

.colt-vault-hero__ledger span {
    display: grid;
    gap: 4px;
    min-height: 76px;
    padding: 14px;
    border: 1px solid rgba(255,243,207,.16);
    border-radius: 8px;
    color: rgba(255,243,207,.82);
    background: rgba(7,9,15,.5);
    box-shadow: 0 24px 70px rgba(0,0,0,.32);
    backdrop-filter: blur(18px);
    font-weight: 800;
}

.colt-vault-hero__ledger b {
    color: var(--vault-aqua);
    font-size: 12px;
}

.colt-vault-hero__scroll {
    z-index: 8;
    right: 50%;
    bottom: 28px;
    display: grid;
    justify-items: center;
    gap: 10px;
    color: rgba(255,243,207,.68);
    font-size: 12px;
    font-weight: 900;
    translate: 50% 0;
}

.colt-vault-hero__scroll b {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,243,207,.18);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138,240,223,.48), rgba(255,156,201,.12) 45%, rgba(7,9,15,.52));
    box-shadow: 0 0 34px rgba(138,240,223,.22);
}

.colt-vault-inside__glass {
    z-index: 3;
    inset: 0;
    pointer-events: none;
}

.colt-vault-inside__glass span {
    position: absolute;
    top: 8%;
    bottom: 8%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(138,240,223,.44), rgba(255,243,207,.2), transparent);
    box-shadow: 0 0 22px rgba(138,240,223,.26);
    transform-origin: 50% 50%;
}

.colt-vault-inside__glass span:nth-child(1) { right: 18%; }
.colt-vault-inside__glass span:nth-child(2) { right: 38%; }
.colt-vault-inside__glass span:nth-child(3) { right: 62%; }
.colt-vault-inside__glass span:nth-child(4) { right: 82%; }

.colt-vault-inside__copy {
    z-index: 6;
    right: max(24px, calc((100vw - 1220px) / 2));
    top: 13%;
    display: grid;
    gap: 10px;
    width: min(540px, calc(100% - 56px));
    text-shadow: 0 22px 58px rgba(0,0,0,.62);
}

.colt-vault-inside__copy h2,
.colt-vault-protocol__copy h2,
.colt-vault-contact__brand h2 {
    font-size: clamp(38px, 5vw, 82px);
}

.colt-vault-inside__features {
    z-index: 7;
    left: max(24px, calc((100vw - 1220px) / 2));
    top: 12%;
    display: grid;
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    gap: 12px;
    width: min(590px, 43vw);
}

.colt-vault-feature,
.colt-vault-step {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(255,243,207,.15);
    border-radius: 8px;
    color: var(--vault-cream);
    background: linear-gradient(135deg, rgba(7,9,15,.72), rgba(255,243,207,.08));
    box-shadow: 0 24px 70px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.06);
    backdrop-filter: blur(18px);
}

.colt-vault-feature small,
.colt-vault-step small {
    color: var(--vault-aqua);
    font-size: 12px;
    font-weight: 900;
}

.colt-vault-feature strong,
.colt-vault-step strong {
    font-size: clamp(20px, 1.55vw, 28px);
    line-height: 1.08;
}

.colt-vault-feature p,
.colt-vault-step p {
    margin: 0;
    color: rgba(255,243,207,.7);
    line-height: 1.55;
}

.colt-vault-inside__slabs {
    z-index: 5;
    right: 50%;
    bottom: 8%;
    width: min(760px, 54vw);
    height: min(260px, 27vh);
    translate: 50% 0;
    pointer-events: none;
}

.colt-vault-inside__slabs span {
    position: absolute;
    display: block;
    width: clamp(74px, 7vw, 112px);
    aspect-ratio: 2.5 / 3.5;
    border: 1px solid rgba(255,243,207,.32);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.18) 22%, transparent 23%),
        linear-gradient(135deg, rgba(138,240,223,.5), rgba(255,156,201,.36));
    box-shadow: 0 28px 70px rgba(0,0,0,.34), inset 0 0 0 6px rgba(255,255,255,.08);
}

.colt-vault-inside__slabs span i {
    position: absolute;
    inset: 28% 14% 12%;
    border-radius: 6px;
    background:
        radial-gradient(circle at 42% 28%, rgba(255,243,207,.72), transparent 25%),
        linear-gradient(135deg, rgba(7,9,15,.62), rgba(217,183,111,.46));
}

.colt-vault-inside__slabs span:nth-child(1) { right: 2%; bottom: 8%; rotate: -14deg; }
.colt-vault-inside__slabs span:nth-child(2) { right: 24%; bottom: 20%; rotate: 7deg; }
.colt-vault-inside__slabs span:nth-child(3) { right: 46%; bottom: 4%; rotate: -4deg; }
.colt-vault-inside__slabs span:nth-child(4) { right: 67%; bottom: 22%; rotate: 12deg; }
.colt-vault-inside__slabs span:nth-child(5) { right: 86%; bottom: 8%; rotate: -8deg; }

.colt-vault-protocol {
    position: relative;
    min-height: 120vh;
    padding: 150px max(24px, calc((100vw - 1220px) / 2));
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 18%, rgba(138,240,223,.18), transparent 28rem),
        radial-gradient(circle at 18% 76%, rgba(255,156,201,.16), transparent 24rem),
        linear-gradient(180deg, #07080f, #10131b);
}

.colt-vault-protocol__pin {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 42px;
}

.colt-vault-protocol__rings {
    position: absolute;
    inset: -120px 0 auto;
    z-index: -1;
    height: 580px;
    pointer-events: none;
}

.colt-vault-protocol__rings span {
    position: absolute;
    right: 50%;
    top: 50%;
    width: min(900px, 82vw);
    height: min(380px, 44vh);
    border: 1px solid rgba(255,243,207,.12);
    border-radius: 50%;
    translate: 50% -50%;
    transform: rotateX(62deg) rotateZ(-8deg);
}

.colt-vault-protocol__rings span:nth-child(2) { width: min(640px, 66vw); border-color: rgba(138,240,223,.18); }
.colt-vault-protocol__rings span:nth-child(3) { width: min(420px, 48vw); border-color: rgba(255,156,201,.18); }

.colt-vault-protocol__copy {
    display: grid;
    gap: 10px;
    max-width: 720px;
}

.colt-vault-protocol__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.colt-vault-contact {
    position: relative;
    padding: 120px max(24px, calc((100vw - 1220px) / 2)) 140px;
    background:
        linear-gradient(135deg, rgba(255,243,207,.08), rgba(138,240,223,.08)),
        #07080f;
}

.colt-vault-contact__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
    gap: 20px;
    align-items: stretch;
}

.colt-vault-contact__brand,
.colt-vault-contact__panel {
    border: 1px solid rgba(255,243,207,.14);
    border-radius: 8px;
    background: rgba(7,9,15,.62);
    box-shadow: 0 34px 100px rgba(0,0,0,.32);
    backdrop-filter: blur(20px);
}

.colt-vault-contact__brand {
    display: grid;
    grid-template-columns: minmax(130px, 210px) minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: clamp(22px, 3vw, 42px);
}

.colt-vault-contact__brand img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 34px 70px rgba(0,0,0,.52));
}

.colt-vault-contact__panel {
    align-content: center;
    display: grid;
    gap: 12px;
    padding: clamp(22px, 3vw, 34px);
}

.colt-mystery-xp {
    --mystery-cream: #fff2cb;
    --mystery-aqua: #8bf1de;
    --mystery-pink: #ff91c6;
    --mystery-violet: #8d79ff;
    --mystery-ink: #070914;
    background:
        radial-gradient(circle at 16% 16%, rgba(255,145,198,.18), transparent 30rem),
        radial-gradient(circle at 78% 28%, rgba(139,241,222,.17), transparent 34rem),
        linear-gradient(180deg, #070914, #131026 48%, #080914);
}

.colt-mystery-nav .colt-nav__links {
    border-color: rgba(255,242,203,.14);
    background: rgba(7,9,20,.5);
}

.colt-mystery-hero,
.colt-mystery-reveal {
    position: relative;
    height: 520vh;
    min-height: 100vh;
}

.colt-mystery-hero__pin,
.colt-mystery-reveal__pin {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
    background: var(--mystery-ink);
}

.colt-mystery-hero__backdrop,
.colt-mystery-reveal__backdrop,
.colt-mystery-orbit,
.colt-mystery-box,
.colt-mystery-stream,
.colt-mystery-foil,
.colt-mystery-hero__copy,
.colt-mystery-hero__rail,
.colt-mystery-reveal__burst,
.colt-mystery-rip,
.colt-mystery-showcase,
.colt-mystery-reveal__copy,
.colt-mystery-items {
    position: absolute;
}

.colt-mystery-hero__backdrop,
.colt-mystery-reveal__backdrop {
    inset: -5vh -5vw;
    z-index: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(1.08) contrast(1.04);
    transform-origin: 50% 58%;
    overflow: hidden;
}

.colt-mystery-hero__backdrop {
    background-image:
        radial-gradient(circle at 50% 52%, rgba(255,242,203,.18), transparent 19rem),
        radial-gradient(circle at 24% 22%, rgba(255,145,198,.2), transparent 27rem),
        radial-gradient(circle at 78% 18%, rgba(139,241,222,.16), transparent 26rem),
        linear-gradient(135deg, #060812, #14122a 52%, #071522);
}

.colt-mystery-hero__backdrop::before,
.colt-mystery-reveal__backdrop::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 0 30%, rgba(255,242,203,.1) 31%, transparent 34% 100%),
        linear-gradient(rgba(255,242,203,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,242,203,.035) 1px, transparent 1px);
    background-size: auto, 88px 88px, 88px 88px;
    opacity: .34;
    mask-image: radial-gradient(circle at 50% 56%, #000 0 34%, transparent 70%);
}

.colt-mystery-hero__backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: var(--mystery-open-alpha, 0);
    background-image:
        radial-gradient(circle at 50% 55%, rgba(255,242,203,.72), transparent 9rem),
        radial-gradient(circle at 50% 55%, rgba(139,241,222,.35), transparent 18rem),
        conic-gradient(from 12deg at 50% 55%, transparent, rgba(255,145,198,.18), transparent 28%, rgba(139,241,222,.16), transparent 58%, rgba(255,242,203,.14), transparent);
    background-position: center;
    background-size: cover;
    transition: opacity .18s linear;
    mix-blend-mode: screen;
}

.colt-mystery-reveal__backdrop {
    background-image:
        radial-gradient(circle at 48% 46%, rgba(255,242,203,.22), transparent 20rem),
        radial-gradient(circle at 18% 80%, rgba(139,241,222,.22), transparent 28rem),
        radial-gradient(circle at 86% 22%, rgba(255,145,198,.18), transparent 25rem),
        linear-gradient(140deg, #060812, #15132b 48%, #08202a);
}

.colt-mystery-hero__pin::after,
.colt-mystery-reveal__pin::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .28;
    background:
        linear-gradient(rgba(255,242,203,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,242,203,.035) 1px, transparent 1px);
    background-size: 78px 78px;
    mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 84%, transparent 100%);
}

.colt-mystery-orbit {
    z-index: 3;
    inset: 0;
    pointer-events: none;
}

.colt-mystery-orbit span {
    position: absolute;
    right: 50%;
    top: 52%;
    width: min(760px, 62vw);
    height: min(320px, 36vh);
    border: 1px solid rgba(255,242,203,.16);
    border-radius: 50%;
    translate: 50% -50%;
    transform: rotateX(64deg) rotateZ(-10deg);
    box-shadow: 0 0 64px rgba(139,241,222,.12), inset 0 0 42px rgba(255,145,198,.08);
}

.colt-mystery-orbit span:nth-child(2) { width: min(560px, 48vw); border-color: rgba(139,241,222,.22); }
.colt-mystery-orbit span:nth-child(3) { width: min(380px, 34vw); border-color: rgba(255,145,198,.2); }
.colt-mystery-orbit span:nth-child(4) { width: min(230px, 22vw); border-color: rgba(255,242,203,.22); }

.colt-mystery-box {
    z-index: 4;
    right: 50%;
    top: 55%;
    display: grid;
    place-items: center;
    width: min(420px, 32vw);
    aspect-ratio: 1;
    translate: 50% -50%;
    transform-style: preserve-3d;
    pointer-events: none;
    filter: drop-shadow(0 42px 90px rgba(0,0,0,.52));
}

.colt-mystery-box__shadow,
.colt-mystery-box__tray,
.colt-mystery-box__core,
.colt-mystery-box__lid,
.colt-mystery-box__seal,
.colt-mystery-box__glow {
    grid-area: 1 / 1;
    display: block;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.colt-mystery-box__shadow {
    width: 92%;
    height: 18%;
    align-self: end;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0,0,0,.48), transparent 68%);
    filter: blur(16px);
    transform: translateY(18%) rotateZ(-6deg);
}

.colt-mystery-box__tray {
    width: 70%;
    height: 26%;
    border: 1px solid rgba(255,242,203,.24);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255,242,203,.2), transparent 22%, rgba(139,241,222,.2) 78%, rgba(255,242,203,.14)),
        linear-gradient(180deg, #1e2132, #090b14);
    box-shadow: inset 0 0 0 9px rgba(255,255,255,.035), 0 24px 58px rgba(0,0,0,.38);
    transform: translateY(22%) perspective(900px) rotateX(62deg) rotateZ(-6deg);
}

.colt-mystery-box__core {
    width: 76%;
    height: 52%;
    border: 1px solid rgba(255,242,203,.32);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,242,203,.3), transparent 34%),
        linear-gradient(90deg, rgba(139,241,222,.18), transparent 48%, rgba(255,145,198,.16)),
        linear-gradient(135deg, #15182a, #080a14 54%, #38213d);
    box-shadow:
        inset 0 0 0 14px rgba(255,255,255,.045),
        inset 0 -34px 54px rgba(0,0,0,.36),
        0 0 52px rgba(139,241,222,.18);
    transform: translateY(7%) perspective(900px) rotateX(57deg) rotateZ(-6deg);
}

.colt-mystery-box__lid {
    width: 82%;
    height: 36%;
    border: 1px solid rgba(255,242,203,.34);
    border-radius: 8px;
    background:
        linear-gradient(120deg, rgba(255,242,203,.32), transparent 28%, rgba(139,241,222,.18) 74%, transparent),
        linear-gradient(135deg, #20233a, #0b0d18 62%, #55304d);
    box-shadow: 0 28px 70px rgba(0,0,0,.38), inset 0 0 0 9px rgba(255,255,255,.045);
    transform: translateY(-48%) perspective(900px) rotateX(60deg) rotateZ(-6deg);
    transform-origin: 50% 100%;
}

.colt-mystery-box__seal {
    width: 30%;
    height: 9%;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(255,242,203,.92), rgba(139,241,222,.64), rgba(255,145,198,.72));
    box-shadow: 0 0 24px rgba(255,242,203,.28);
    transform: translateY(-46%) rotateZ(-6deg);
}

.colt-mystery-box__glow {
    width: 62%;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255,242,203,.72), rgba(139,241,222,.26) 38%, rgba(255,145,198,.08) 62%, transparent 72%);
    filter: blur(20px);
    opacity: .62;
    transform: translateY(2%);
}

.colt-mystery-stream {
    z-index: 5;
    right: 50%;
    top: 53%;
    width: min(740px, 56vw);
    height: min(390px, 44vh);
    translate: 50% -50%;
    pointer-events: none;
    perspective: 1200px;
}

.colt-mystery-stream span {
    position: absolute;
    right: 50%;
    top: 54%;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 8px;
    width: clamp(82px, 7.6vw, 130px);
    aspect-ratio: 2.5 / 3.5;
    padding: 8px;
    border: 1px solid rgba(255,242,203,.28);
    border-radius: 8px;
    opacity: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.18) 20%, transparent 21%),
        linear-gradient(135deg, rgba(139,241,222,.38), rgba(255,145,198,.32));
    box-shadow: 0 30px 78px rgba(0,0,0,.36), inset 0 0 0 6px rgba(255,255,255,.07);
    transform-style: preserve-3d;
    translate: 50% -50%;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
}

.colt-mystery-stream span i {
    display: block;
    border-radius: 6px;
    background:
        radial-gradient(circle at 42% 26%, rgba(255,242,203,.72), transparent 24%),
        linear-gradient(135deg, rgba(7,9,20,.72), rgba(139,241,222,.34), rgba(255,145,198,.28));
}

.colt-mystery-stream span em {
    display: block;
    padding: 6px 7px;
    border-radius: 6px;
    color: rgba(7,9,20,.84);
    background: rgba(255,242,203,.7);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.colt-mystery-stream__slab {
    padding-top: 24px !important;
    border-width: 4px !important;
    border-color: rgba(255,242,203,.42);
    background:
        linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.22) 18%, transparent 19%),
        linear-gradient(135deg, rgba(255,242,203,.35), rgba(139,241,222,.3));
}

.colt-mystery-stream__slab::before {
    content: "COLT";
    position: absolute;
    right: 10px;
    left: 10px;
    top: 8px;
    display: grid;
    place-items: center;
    height: 17px;
    border-radius: 4px;
    color: rgba(7,9,20,.82);
    background: rgba(255,255,255,.74);
    font-size: 9px;
    font-weight: 900;
}

.colt-mystery-stream__booster {
    width: clamp(74px, 6.8vw, 112px);
    aspect-ratio: 1.45 / 3.3;
    background:
        linear-gradient(120deg, transparent 0 18%, rgba(255,255,255,.24) 18% 22%, transparent 22% 40%, rgba(255,145,198,.28) 40% 44%, transparent 44%),
        linear-gradient(135deg, rgba(139,241,222,.4), rgba(141,121,255,.32), rgba(255,242,203,.22));
}

.colt-mystery-stream__single {
    width: clamp(76px, 7vw, 118px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.56), rgba(255,255,255,.12) 18%, transparent 19%),
        linear-gradient(135deg, rgba(255,145,198,.4), rgba(255,242,203,.28));
}

.colt-mystery-foil {
    z-index: 5;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.colt-mystery-foil span,
.colt-mystery-rip span {
    position: absolute;
    right: 50%;
    top: 52%;
    display: block;
    width: clamp(34px, 4vw, 70px);
    height: 8px;
    border-radius: 999px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255,242,203,.8), rgba(139,241,222,.46), transparent);
    box-shadow: 0 0 18px rgba(255,242,203,.24);
    transform-origin: 50% 50%;
}

.colt-mystery-foil span:nth-child(3n),
.colt-mystery-rip span:nth-child(2n) {
    background: linear-gradient(90deg, transparent, rgba(255,145,198,.72), rgba(139,241,222,.34), transparent);
}

.colt-mystery-hero__copy {
    z-index: 6;
    right: max(24px, calc((100vw - 1220px) / 2));
    top: 17%;
    display: grid;
    gap: 12px;
    width: min(630px, calc(100% - 56px));
    text-shadow: 0 24px 60px rgba(0,0,0,.6);
}

.colt-mystery-hero__copy .colt-kicker,
.colt-mystery-reveal__copy .colt-kicker,
.colt-mystery-options__copy .colt-kicker,
.colt-mystery-buy__brand .colt-kicker {
    color: var(--mystery-aqua);
}

.colt-mystery-hero__copy h1,
.colt-mystery-reveal__copy h2,
.colt-mystery-options__copy h2,
.colt-mystery-buy__brand h2 {
    margin: 0;
    color: var(--mystery-cream);
    font-size: clamp(44px, 6.4vw, 104px);
    line-height: .92;
}

.colt-mystery-hero__copy p:not(.colt-kicker),
.colt-mystery-reveal__copy p:not(.colt-kicker),
.colt-mystery-options__copy p:not(.colt-kicker),
.colt-mystery-buy__brand p:not(.colt-kicker) {
    margin: 0;
    max-width: 570px;
    color: rgba(255,242,203,.76);
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.65;
}

.colt-mystery-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.colt-mystery-price span {
    display: inline-grid;
    place-items: center;
    min-height: 52px;
    padding: 12px 18px;
    border-radius: 8px;
    color: #071018;
    background: linear-gradient(135deg, var(--mystery-aqua), var(--mystery-cream));
    font-size: 26px;
    font-weight: 900;
    box-shadow: 0 20px 54px rgba(139,241,222,.2);
}

.colt-mystery-price small {
    color: rgba(255,242,203,.72);
    font-weight: 800;
}

.colt-mystery-hero__rail {
    z-index: 7;
    left: max(24px, calc((100vw - 1220px) / 2));
    bottom: 10%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: min(520px, 42vw);
}

.colt-mystery-hero__rail span {
    display: grid;
    place-items: center;
    min-height: 56px;
    border: 1px solid rgba(255,242,203,.16);
    border-radius: 8px;
    color: rgba(255,242,203,.74);
    background: rgba(7,9,20,.54);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    backdrop-filter: blur(18px);
}

.colt-mystery-reveal__burst {
    z-index: 3;
    inset: 0;
    pointer-events: none;
}

.colt-mystery-rip {
    z-index: 5;
    inset: 0;
    pointer-events: none;
}

.colt-mystery-rip span {
    width: clamp(76px, 8vw, 150px);
    height: 2px;
    top: 56%;
}

.colt-mystery-showcase {
    z-index: 6;
    right: 50%;
    top: 55%;
    width: min(840px, 66vw);
    height: min(470px, 54vh);
    translate: 50% -50%;
    pointer-events: none;
    perspective: 1400px;
}

.colt-mystery-showcase span {
    position: absolute;
    right: 50%;
    top: 50%;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 10px;
    width: clamp(110px, 10vw, 176px);
    aspect-ratio: 2.5 / 3.5;
    padding: 10px;
    border: 1px solid rgba(255,242,203,.26);
    border-radius: 8px;
    opacity: 0;
    color: #071018;
    background:
        linear-gradient(150deg, rgba(255,255,255,.78), rgba(255,255,255,.14) 28%, transparent 29%),
        linear-gradient(135deg, rgba(139,241,222,.86), rgba(255,145,198,.72) 54%, rgba(255,242,203,.78));
    box-shadow: 0 38px 94px rgba(0,0,0,.4), inset 0 0 0 1px rgba(255,255,255,.36);
    transform-style: preserve-3d;
    translate: 50% -50%;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.colt-mystery-showcase span::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 6px;
    border: 1px solid rgba(7,9,20,.12);
    pointer-events: none;
}

.colt-mystery-showcase span i {
    display: block;
    border-radius: 6px;
    background:
        radial-gradient(circle at 50% 28%, rgba(255,242,203,.9), transparent 20%),
        radial-gradient(circle at 30% 70%, rgba(139,241,222,.55), transparent 22%),
        linear-gradient(135deg, rgba(7,9,20,.76), rgba(24,24,48,.56), rgba(255,145,198,.28));
}

.colt-mystery-showcase span em {
    position: relative;
    z-index: 1;
    display: block;
    padding: 7px 8px;
    border-radius: 6px;
    background: rgba(255,242,203,.72);
    color: rgba(7,9,20,.82);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
}

.colt-mystery-showcase__slab {
    padding-top: 28px;
    border-width: 5px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.26) 18%, transparent 19%),
        linear-gradient(135deg, rgba(255,242,203,.82), rgba(139,241,222,.68)) !important;
}

.colt-mystery-showcase__slab::after {
    content: "COLT";
    position: absolute;
    right: 14px;
    left: 14px;
    top: 9px;
    display: grid;
    place-items: center;
    height: 20px;
    border-radius: 4px;
    color: rgba(7,9,20,.78);
    background: rgba(255,255,255,.72);
    font-size: 10px;
    font-weight: 900;
}

.colt-mystery-showcase__booster {
    width: clamp(92px, 8.3vw, 144px);
    aspect-ratio: 1.45 / 3.3;
    background:
        repeating-linear-gradient(120deg, rgba(255,255,255,.22) 0 8px, transparent 8px 20px),
        linear-gradient(135deg, rgba(141,121,255,.9), rgba(139,241,222,.7) 48%, rgba(255,242,203,.66)) !important;
}

.colt-mystery-showcase__single {
    background:
        linear-gradient(150deg, rgba(255,255,255,.68), rgba(255,255,255,.16) 24%, transparent 25%),
        linear-gradient(135deg, rgba(255,145,198,.88), rgba(255,242,203,.74)) !important;
}

.colt-mystery-reveal__burst span {
    position: absolute;
    right: 50%;
    top: 52%;
    width: min(820px, 76vw);
    aspect-ratio: 1;
    border: 1px solid rgba(255,242,203,.14);
    border-radius: 50%;
    translate: 50% -50%;
    background: conic-gradient(transparent, rgba(139,241,222,.16), transparent 34%, rgba(255,145,198,.12), transparent 62%);
}

.colt-mystery-reveal__burst span:nth-child(2) { width: min(560px, 58vw); rotate: 34deg; }
.colt-mystery-reveal__burst span:nth-child(3) { width: min(360px, 42vw); rotate: -22deg; }

.colt-mystery-reveal__copy {
    z-index: 6;
    right: max(24px, calc((100vw - 1220px) / 2));
    top: 13%;
    display: grid;
    gap: 10px;
    width: min(560px, calc(100% - 56px));
    text-shadow: 0 22px 58px rgba(0,0,0,.62);
}

.colt-mystery-reveal__copy h2,
.colt-mystery-options__copy h2,
.colt-mystery-buy__brand h2 {
    font-size: clamp(38px, 5vw, 82px);
}

.colt-mystery-items {
    z-index: 7;
    left: max(24px, calc((100vw - 1220px) / 2));
    bottom: 10%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: min(760px, 56vw);
}

.colt-mystery-item,
.colt-mystery-picker,
.colt-mystery-summary,
.colt-mystery-buy__brand,
.colt-mystery-buy__panel {
    border: 1px solid rgba(255,242,203,.15);
    border-radius: 8px;
    color: var(--mystery-cream);
    background: linear-gradient(135deg, rgba(7,9,20,.72), rgba(255,242,203,.08));
    box-shadow: 0 24px 70px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.06);
    backdrop-filter: blur(18px);
}

.colt-mystery-item {
    display: grid;
    gap: 8px;
    min-height: 210px;
    padding: 18px;
}

.colt-mystery-item small,
.colt-mystery-picker__group small,
.colt-mystery-summary small {
    color: var(--mystery-aqua);
    font-size: 12px;
    font-weight: 900;
}

.colt-mystery-item strong {
    font-size: clamp(22px, 1.8vw, 34px);
    line-height: 1.05;
}

.colt-mystery-item p {
    margin: 0;
    color: rgba(255,242,203,.72);
    line-height: 1.55;
}

.colt-mystery-options {
    position: relative;
    min-height: 118vh;
    padding: 140px max(24px, calc((100vw - 1220px) / 2));
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 18%, rgba(139,241,222,.18), transparent 28rem),
        radial-gradient(circle at 18% 72%, rgba(255,145,198,.16), transparent 24rem),
        linear-gradient(180deg, #080914, #131026);
}

.colt-mystery-options::before {
    content: "";
    position: absolute;
    inset: 12% -8% auto;
    height: 560px;
    pointer-events: none;
    opacity: .35;
    background:
        radial-gradient(circle at 40% 44%, rgba(255,242,203,.18), transparent 16rem),
        conic-gradient(from 90deg, transparent, rgba(139,241,222,.16), transparent, rgba(255,145,198,.12), transparent);
    filter: blur(1px);
}

.colt-mystery-options__shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr) minmax(250px, .42fr);
    gap: 18px;
    align-items: stretch;
}

.colt-mystery-options__copy {
    display: grid;
    align-content: center;
    gap: 10px;
}

.colt-mystery-picker {
    display: grid;
    gap: 12px;
    padding: clamp(18px, 2vw, 26px);
}

.colt-mystery-picker__group {
    display: grid;
    gap: 8px;
}

.colt-mystery-picker button {
    display: grid;
    gap: 5px;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(255,242,203,.14);
    border-radius: 8px;
    color: var(--mystery-cream);
    background: rgba(255,242,203,.06);
    font: inherit;
    text-align: right;
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.colt-mystery-picker button span {
    font-size: 22px;
    font-weight: 900;
}

.colt-mystery-picker button em {
    color: rgba(255,242,203,.68);
    font-style: normal;
}

.colt-mystery-picker button:hover,
.colt-mystery-picker button:focus,
.colt-mystery-picker button.is-active {
    border-color: rgba(139,241,222,.48);
    background: rgba(139,241,222,.13);
    box-shadow: 0 20px 60px rgba(139,241,222,.13);
    transform: translateY(-2px);
}

.colt-mystery-xp[data-mystery-world="one-piece"] .colt-mystery-summary,
.colt-mystery-xp[data-mystery-world="one-piece"] .colt-mystery-picker button.is-active {
    border-color: rgba(255,145,198,.5);
    box-shadow: 0 22px 68px rgba(255,145,198,.16), inset 0 0 0 1px rgba(255,255,255,.08);
}

.colt-mystery-xp[data-mystery-language="japanese"] .colt-mystery-summary em {
    color: var(--mystery-pink);
}

.colt-mystery-summary {
    align-content: center;
    display: grid;
    gap: 10px;
    padding: clamp(18px, 2vw, 26px);
}

.colt-mystery-summary strong {
    font-size: clamp(28px, 3vw, 48px);
    line-height: 1;
}

.colt-mystery-summary em {
    color: var(--mystery-aqua);
    font-size: clamp(34px, 4vw, 70px);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.colt-mystery-buy {
    position: relative;
    padding: 120px max(24px, calc((100vw - 1220px) / 2)) 140px;
    background:
        linear-gradient(135deg, rgba(255,242,203,.08), rgba(139,241,222,.08)),
        #080914;
}

.colt-mystery-buy__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
    gap: 20px;
    align-items: stretch;
}

.colt-mystery-buy__brand {
    display: grid;
    grid-template-columns: minmax(130px, 210px) minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: clamp(22px, 3vw, 42px);
}

.colt-mystery-buy__brand img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 34px 70px rgba(0,0,0,.52));
}

.colt-mystery-buy__panel {
    align-content: center;
    display: grid;
    gap: 12px;
    padding: clamp(22px, 3vw, 34px);
}

.colt-mystery-buy__panel a {
    display: grid;
    place-items: center;
    min-height: 50px;
    padding: 12px 18px;
    border: 1px solid rgba(255,242,203,.18);
    border-radius: 8px;
    color: var(--mystery-cream);
    background: rgba(255,242,203,.08);
    font-weight: 900;
    transition: transform .24s ease, background .24s ease, border-color .24s ease;
}

.colt-mystery-buy__panel a:first-child {
    color: #071018;
    border-color: transparent;
    background: linear-gradient(135deg, var(--mystery-aqua), var(--mystery-cream));
}

.colt-mystery-buy__panel a:hover,
.colt-mystery-buy__panel a:focus {
    transform: translateY(-3px);
    border-color: rgba(139,241,222,.44);
    background: rgba(255,242,203,.14);
}

.colt-mystery-product {
    --mp-ink: #07080f;
    --mp-panel: rgba(11,13,22,.76);
    --mp-gold: #f3d27b;
    --mp-cream: #fff4d4;
    --mp-aqua: #8bf1de;
    --mp-pink: #ff91c6;
    --mp-violet: #8d79ff;
    color: var(--mp-cream);
    background:
        radial-gradient(circle at 14% 12%, rgba(139,241,222,.16), transparent 32rem),
        radial-gradient(circle at 88% 12%, rgba(255,145,198,.14), transparent 28rem),
        radial-gradient(circle at 50% 78%, rgba(243,210,123,.12), transparent 34rem),
        linear-gradient(180deg, #07080f 0%, #111224 46%, #07080f 100%);
    overflow: hidden;
}

.colt-mystery-product__nav .colt-nav__links {
    border-color: rgba(243,210,123,.18);
    background: rgba(7,8,15,.56);
}

.colt-mystery-product__hero,
.colt-mystery-product__inside,
.colt-mystery-product__auth,
.colt-mystery-product__chase,
.colt-mystery-product__buy {
    position: relative;
    z-index: 1;
    width: min(1220px, calc(100% - 44px));
    margin: 0 auto;
}

.colt-mystery-product__hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: center;
    min-height: 100vh;
    padding: 130px 0 70px;
}

.colt-mystery-product__hero::before,
.colt-mystery-product__inside::before,
.colt-mystery-product__auth::before {
    content: "";
    position: absolute;
    inset: auto -10vw 6% auto;
    width: min(660px, 62vw);
    aspect-ratio: 1;
    border-radius: 50%;
    pointer-events: none;
    background:
        radial-gradient(circle, rgba(243,210,123,.2), transparent 58%),
        conic-gradient(from 40deg, transparent, rgba(139,241,222,.16), transparent, rgba(255,145,198,.13), transparent);
    filter: blur(1px);
    opacity: .65;
}

.colt-mystery-product__hero-copy,
.colt-mystery-product__section-head,
.colt-mystery-product__promise,
.colt-mystery-product__worlds,
.colt-mystery-product__buy > div:first-child {
    display: grid;
    gap: 13px;
}

.colt-mystery-product .colt-kicker {
    color: var(--mp-aqua);
}

.colt-mystery-product__hero h1,
.colt-mystery-product__section-head h2,
.colt-mystery-product__promise h2,
.colt-mystery-product__worlds h2,
.colt-mystery-product__buy h2 {
    margin: 0;
    max-width: 860px;
    color: var(--mp-cream);
    font-size: clamp(42px, 5.8vw, 92px);
    line-height: .93;
}

.colt-mystery-product__section-head h2,
.colt-mystery-product__promise h2,
.colt-mystery-product__worlds h2,
.colt-mystery-product__buy h2 {
    font-size: clamp(36px, 4.4vw, 72px);
}

.colt-mystery-product__hero p:not(.colt-kicker),
.colt-mystery-product__section-head p:not(.colt-kicker),
.colt-mystery-product__promise p:not(.colt-kicker),
.colt-mystery-product__worlds p:not(.colt-kicker),
.colt-mystery-product__buy p:not(.colt-kicker) {
    margin: 0;
    max-width: 680px;
    color: rgba(255,244,212,.74);
    font-size: clamp(16px, 1.28vw, 21px);
    line-height: 1.68;
}

.colt-mystery-product__price,
.colt-mystery-product__actions,
.colt-mystery-product__buy-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.colt-mystery-product__price span {
    display: inline-grid;
    place-items: center;
    min-height: 58px;
    padding: 13px 20px;
    border-radius: 8px;
    color: #080a12;
    background: linear-gradient(135deg, var(--mp-gold), var(--mp-cream));
    font-size: clamp(28px, 3.5vw, 54px);
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 24px 70px rgba(243,210,123,.18);
}

.colt-mystery-product__price small {
    color: rgba(255,244,212,.78);
    font-weight: 800;
}

.colt-mystery-product__actions a,
.colt-mystery-product__buy-actions a {
    display: inline-grid;
    place-items: center;
    min-height: 50px;
    padding: 12px 18px;
    border: 1px solid rgba(255,244,212,.18);
    border-radius: 8px;
    color: var(--mp-cream);
    background: rgba(255,244,212,.07);
    font-weight: 900;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.colt-mystery-product__actions a:first-child,
.colt-mystery-product__buy-actions a:first-child {
    border-color: transparent;
    color: #080a12;
    background: linear-gradient(135deg, var(--mp-aqua), var(--mp-gold));
}

.colt-mystery-product__actions a:hover,
.colt-mystery-product__actions a:focus,
.colt-mystery-product__buy-actions a:hover,
.colt-mystery-product__buy-actions a:focus {
    transform: translateY(-3px);
    border-color: rgba(139,241,222,.42);
    background: rgba(255,244,212,.13);
}

.colt-mystery-product__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: min(620px, 78vh);
    perspective: 1200px;
}

.colt-mystery-product__visual::before,
.colt-mystery-product__visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.colt-mystery-product__visual::before {
    width: min(600px, 48vw);
    aspect-ratio: 1;
    border: 1px solid rgba(243,210,123,.14);
    background:
        radial-gradient(circle at 50% 50%, rgba(139,241,222,.2), transparent 34%),
        conic-gradient(from 0deg, transparent, rgba(243,210,123,.16), transparent, rgba(255,145,198,.12), transparent);
    animation: coltMysteryProductOrbit 18s linear infinite;
}

.colt-mystery-product__visual::after {
    inset: auto 10% 8%;
    height: 18%;
    background: radial-gradient(ellipse, rgba(0,0,0,.48), transparent 70%);
    filter: blur(16px);
}

.colt-mystery-product__box {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: min(390px, 29vw);
    aspect-ratio: 1;
    transform: rotateX(58deg) rotateZ(-9deg);
    transform-style: preserve-3d;
    filter: drop-shadow(0 44px 90px rgba(0,0,0,.46));
}

.colt-mystery-product__box.has-image {
    width: min(430px, 31vw);
    aspect-ratio: 1.24 / .76;
}

.colt-mystery-product__lid,
.colt-mystery-product__body,
.colt-mystery-product__seal,
.colt-mystery-product__box-image {
    grid-area: 1 / 1;
    display: grid;
    place-items: center;
    border-radius: 8px;
    backface-visibility: hidden;
}

.colt-mystery-product__box-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    filter: saturate(1.05) contrast(1.04);
}

.colt-mystery-product__body {
    width: 82%;
    height: 56%;
    border: 1px solid rgba(243,210,123,.46);
    background:
        linear-gradient(135deg, rgba(243,210,123,.34), transparent 38%),
        radial-gradient(circle at 78% 16%, rgba(139,241,222,.22), transparent 24%),
        linear-gradient(135deg, #171927, #090b14 60%, #2b1832);
    box-shadow: inset 0 0 0 13px rgba(255,255,255,.04), 0 36px 100px rgba(0,0,0,.46);
    transform: translateY(10%);
}

.colt-mystery-product__body strong {
    color: var(--mp-gold);
    font-size: clamp(32px, 4vw, 68px);
    font-weight: 900;
    letter-spacing: 0;
    transform: translateY(-4px) rotateZ(9deg);
}

.colt-mystery-product__body em {
    color: rgba(255,244,212,.78);
    font-size: clamp(11px, 1.1vw, 16px);
    font-style: normal;
    font-weight: 900;
    transform: translateY(-14px) rotateZ(9deg);
}

.colt-mystery-product__lid {
    width: 88%;
    height: 30%;
    border: 1px solid rgba(255,244,212,.28);
    background:
        linear-gradient(120deg, rgba(255,244,212,.26), transparent 34%, rgba(139,241,222,.16)),
        linear-gradient(135deg, #24283d, #0d0f19 64%, #4b2b45);
    box-shadow: 0 24px 70px rgba(0,0,0,.42), inset 0 0 0 8px rgba(255,255,255,.045);
    transform: translateY(-52%);
}

.colt-mystery-product__seal {
    width: 38%;
    min-height: 42px;
    padding: 8px 12px;
    color: #080a12;
    background: linear-gradient(135deg, var(--mp-aqua), var(--mp-gold));
    font-weight: 900;
    transform: translateY(-30%) rotateZ(9deg);
}

.colt-mystery-product__pull {
    position: absolute;
    z-index: 3;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 8px;
    width: clamp(92px, 7.6vw, 136px);
    aspect-ratio: 2.5 / 3.5;
    padding: 9px;
    border: 1px solid rgba(255,244,212,.28);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,255,255,.12) 26%, transparent 27%),
        linear-gradient(135deg, rgba(139,241,222,.62), rgba(255,145,198,.44), rgba(243,210,123,.48));
    box-shadow: 0 28px 80px rgba(0,0,0,.36), inset 0 0 0 1px rgba(255,255,255,.2);
    animation: coltMysteryProductFloat 5.6s ease-in-out infinite;
}

.colt-mystery-product__pull.has-image {
    background:
        linear-gradient(145deg, rgba(255,255,255,.46), transparent 24%),
        linear-gradient(135deg, rgba(255,244,212,.78), rgba(139,241,222,.24), rgba(255,145,198,.2)),
        rgba(8,10,18,.62);
    overflow: hidden;
}

.colt-mystery-product__pull i {
    border-radius: 6px;
    background:
        radial-gradient(circle at 50% 25%, rgba(255,244,212,.85), transparent 22%),
        linear-gradient(135deg, rgba(7,8,15,.78), rgba(139,241,222,.4), rgba(255,145,198,.28));
}

.colt-mystery-product__pull img {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 6px;
    object-fit: contain;
    background: linear-gradient(135deg, rgba(8,10,18,.72), rgba(255,244,212,.1));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}

.colt-mystery-product__pull b {
    display: grid;
    place-items: center;
    min-height: 27px;
    border-radius: 6px;
    color: rgba(8,10,18,.84);
    background: rgba(255,244,212,.74);
    font-size: 10px;
    font-weight: 900;
}

.colt-mystery-product__pull--slab {
    right: 0;
    top: 10%;
    border-width: 4px;
    animation-delay: -.8s;
}

.colt-mystery-product__pull--pack {
    left: 4%;
    top: 24%;
    width: clamp(76px, 6.6vw, 114px);
    aspect-ratio: 1.45 / 3.35;
    animation-delay: -1.8s;
}

.colt-mystery-product__pull--single {
    right: 14%;
    bottom: 5%;
    animation-delay: -2.7s;
}

.colt-mystery-product__ledger {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.colt-mystery-product__ledger span,
.colt-mystery-product__item,
.colt-mystery-product__promise,
.colt-mystery-product__worlds,
.colt-mystery-product__feature,
.colt-mystery-product__steps article,
.colt-mystery-product__buy {
    border: 1px solid rgba(255,244,212,.14);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(11,13,22,.76), rgba(255,244,212,.07));
    box-shadow: 0 26px 80px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.045);
    backdrop-filter: blur(18px);
}

.colt-mystery-product__ledger span {
    display: grid;
    gap: 4px;
    min-height: 96px;
    padding: 16px;
    align-content: center;
    color: rgba(255,244,212,.72);
    font-weight: 800;
}

.colt-mystery-product__ledger b {
    color: var(--mp-gold);
    font-size: clamp(28px, 3vw, 52px);
    line-height: 1;
}

.colt-mystery-product__inside,
.colt-mystery-product__auth,
.colt-mystery-product__chase,
.colt-mystery-product__buy {
    padding: 95px 0;
}

.colt-mystery-product__section-head {
    margin-bottom: 24px;
}

.colt-mystery-product__items,
.colt-mystery-product__feature-grid,
.colt-mystery-product__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.colt-mystery-product__item,
.colt-mystery-product__feature,
.colt-mystery-product__steps article {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 260px;
    padding: clamp(18px, 2.1vw, 28px);
}

.colt-mystery-product__item span {
    display: block;
    width: 100%;
    aspect-ratio: 2.7 / 1.55;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 22%, rgba(255,244,212,.74), transparent 18%),
        linear-gradient(135deg, rgba(139,241,222,.32), rgba(255,145,198,.22), rgba(243,210,123,.24)),
        #121522;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.colt-mystery-product__item-media {
    overflow: hidden;
}

.colt-mystery-product__item-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.01);
}

.colt-mystery-product__item:nth-child(2) span {
    background:
        repeating-linear-gradient(120deg, rgba(255,255,255,.17) 0 8px, transparent 8px 20px),
        linear-gradient(135deg, rgba(141,121,255,.5), rgba(139,241,222,.24), rgba(243,210,123,.2));
}

.colt-mystery-product__item:nth-child(3) span {
    background:
        linear-gradient(150deg, rgba(255,255,255,.42), transparent 24%),
        linear-gradient(135deg, rgba(255,145,198,.36), rgba(243,210,123,.26), rgba(139,241,222,.16));
}

.colt-mystery-product__item small,
.colt-mystery-product__feature small,
.colt-mystery-product__steps small {
    color: var(--mp-aqua);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.colt-mystery-product__item strong,
.colt-mystery-product__feature strong,
.colt-mystery-product__steps strong {
    color: var(--mp-cream);
    font-size: clamp(23px, 2vw, 34px);
    line-height: 1.05;
}

.colt-mystery-product__item p,
.colt-mystery-product__feature p,
.colt-mystery-product__steps p {
    margin: 0;
    color: rgba(255,244,212,.72);
    line-height: 1.6;
}

.colt-mystery-product__auth {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: 18px;
    align-items: stretch;
}

.colt-mystery-product__promise,
.colt-mystery-product__worlds {
    padding: clamp(22px, 3vw, 42px);
}

.colt-mystery-product__world-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.colt-mystery-product__world-grid span {
    display: grid;
    gap: 6px;
    min-height: 132px;
    padding: 14px;
    border: 1px solid rgba(255,244,212,.13);
    border-radius: 8px;
    background: rgba(255,244,212,.055);
}

.colt-mystery-product__world-grid strong {
    color: var(--mp-gold);
    font-size: 18px;
}

.colt-mystery-product__world-grid em {
    color: rgba(255,244,212,.68);
    font-style: normal;
    line-height: 1.45;
}

.colt-mystery-product__feature-grid {
    margin-bottom: 14px;
}

.colt-mystery-product__buy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr);
    gap: 22px;
    align-items: center;
    margin-bottom: 70px;
    padding: clamp(24px, 3.5vw, 48px);
}

.colt-mystery-product__buy-actions {
    justify-content: flex-start;
}

.colt-mystery-product__buy-actions a {
    width: 100%;
}

@keyframes coltMysteryProductOrbit {
    to { rotate: 360deg; }
}

@keyframes coltMysteryProductFloat {
    0%, 100% { transform: translate3d(0, 0, 0) rotateZ(-5deg); }
    50% { transform: translate3d(0, -14px, 0) rotateZ(4deg); }
}

.colt-core,
.colt-deep,
.colt-services,
.colt-end {
    width: min(1220px, calc(100% - 40px));
    margin: 0 auto;
    padding: 110px 0;
}

.colt-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(260px, .42fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 34px;
}

.colt-core__grid,
.colt-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.colt-core-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid var(--line);
    background: rgba(248,241,223,.045);
    transform-style: preserve-3d;
}

.colt-core-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    transform: scale(1.04);
    transition: transform .6s ease, opacity .3s ease;
}

.colt-core-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5,6,10,.96), rgba(5,6,10,.22) 60%, rgba(5,6,10,.04));
}

.colt-core-card > *:not(img) {
    position: relative;
    z-index: 2;
}

.colt-core-card span {
    display: block;
    margin-bottom: 126px;
    color: var(--gold);
    font-weight: 900;
}

.colt-core-card small {
    display: block;
    color: var(--muted);
    font-weight: 900;
}

.colt-core-card strong {
    display: block;
    margin: 10px 0 12px;
    font-size: clamp(25px, 2.4vw, 36px);
    line-height: 1;
}

.colt-core-card em {
    display: block;
    color: rgba(248,241,223,.78);
    font-style: normal;
    line-height: 1.55;
}

.colt-core-card:hover img { opacity: .92; transform: scale(1.1); }

.colt-deep {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, .82fr);
    gap: 70px;
    align-items: center;
    min-height: 92vh;
}

.colt-deep__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 540px;
}

.colt-deep__visual span {
    position: absolute;
    width: min(460px, 70vw);
    aspect-ratio: 1;
    border: 1px solid rgba(217,183,111,.26);
    border-radius: 50%;
    background: conic-gradient(transparent, rgba(217,183,111,.22), transparent 42%);
    animation: coltSpin 28s linear infinite;
}

.colt-deep__visual span:nth-child(2) { width: min(330px, 56vw); animation-direction: reverse; border-color: rgba(248,241,223,.16); }
.colt-deep__visual span:nth-child(3) { width: min(210px, 42vw); background: rgba(5,6,10,.84); }

.colt-deep__visual b {
    z-index: 1;
    color: var(--gold);
    font-size: clamp(48px, 7vw, 90px);
    font-weight: 900;
}

.colt-services__list {
    display: grid;
    border-top: 1px solid var(--line);
}

.colt-service-row {
    display: grid;
    grid-template-columns: 70px minmax(180px, .34fr) minmax(0, 1fr) 48px;
    gap: 22px;
    align-items: center;
    min-height: 112px;
    border-bottom: 1px solid var(--line);
}

.colt-service-row span,
.colt-service-row b { color: var(--gold); font-weight: 900; }
.colt-service-row strong { font-size: clamp(22px, 2.2vw, 34px); }
.colt-service-row em { color: var(--muted); font-style: normal; line-height: 1.55; }

.colt-product {
    display: grid;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--line);
    background: rgba(248,241,223,.05);
}

.colt-product span {
    display: grid;
    place-items: center;
    aspect-ratio: .82;
    background: rgba(0,0,0,.26);
}

.colt-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.colt-product strong { line-height: 1.45; }
.colt-product em { color: var(--gold); font-style: normal; font-weight: 900; }

.colt-end {
    display: grid;
    place-items: center;
    min-height: 86vh;
    text-align: center;
}

.colt-end img {
    width: min(560px, 86vw);
    opacity: .56;
    mix-blend-mode: screen;
}

.colt-reveal {
    opacity: 0;
    transform: translateY(44px) scale(.985);
    transition: opacity .85s ease, transform .85s cubic-bezier(.2,.9,.2,1);
    transition-delay: calc(var(--i, 0) * 70ms);
}

.colt-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.colt-service-page {
    --service-ink: #050507;
    --service-ink-2: #101014;
    --service-gold: #d8ad55;
    --service-gold-soft: #ffe0a3;
    --service-bone: #f6ead1;
    --service-smoke: rgba(246,234,209,.72);
    --service-line: rgba(216,173,85,.18);
    position: relative;
    overflow: hidden;
    color: var(--service-bone);
    background:
        radial-gradient(circle at 18% 18%, rgba(216,173,85,.16), transparent 28rem),
        radial-gradient(circle at 82% 12%, rgba(139,241,222,.1), transparent 26rem),
        linear-gradient(180deg, #030304, #0b0b10 46%, #050507);
}

.colt-service-page--jewelry { --service-gold: #f1c76b; --service-gold-soft: #fff0ba; }
.colt-service-page--most-wanted { --service-gold: #ffbd78; --service-gold-soft: #ffe0b7; }
.colt-service-page--personal-search { --service-gold: #c5b3ff; --service-gold-soft: #efe7ff; }
.colt-service-page--grading { --service-gold: #9df1dc; --service-gold-soft: #d7fff4; }
.colt-service-page--whatnot { --service-gold: #ff91c6; --service-gold-soft: #ffd4e8; }
.colt-service-page--portfolio { --service-gold: #d8ad55; --service-gold-soft: #ffe7ad; }

.colt-service-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .24;
    background:
        linear-gradient(rgba(216,173,85,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,173,85,.035) 1px, transparent 1px);
    background-size: 82px 82px;
    mask-image: radial-gradient(circle at 50% 36%, #000, transparent 72%);
}

.colt-service-page > * {
    position: relative;
    z-index: 1;
}

.colt-service-page__nav .colt-nav__links {
    border-color: rgba(216,173,85,.18);
    background: rgba(5,5,7,.56);
}

.colt-service-page__hero {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 100vh;
    min-height: 100svh;
    padding: 150px max(24px, calc((100vw - 1220px) / 2)) 96px;
    overflow: hidden;
    isolation: isolate;
}

.colt-service-page__hero::after {
    content: "";
    position: absolute;
    inset: auto -8vw 0;
    height: 32vh;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(5,5,7,.96), transparent);
}

.colt-service-page__scene {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5,5,7,.94), rgba(5,5,7,.42) 42%, rgba(5,5,7,.78)),
        linear-gradient(0deg, rgba(5,5,7,.96), transparent 38%, rgba(5,5,7,.32)),
        var(--service-scene);
    background-position: center;
    background-size: cover;
    filter: saturate(1.06) contrast(1.04);
    transform-origin: 50% 55%;
    will-change: transform, opacity, filter;
}

.colt-service-page--atelier .colt-service-page__scene {
    background-position: 42% 50%;
}

.colt-service-page--wanted .colt-service-page__scene,
.colt-service-page--hunt .colt-service-page__scene,
.colt-service-page--stage .colt-service-page__scene {
    background-position: 36% 50%;
}

.colt-service-page--lab .colt-service-page__scene,
.colt-service-page--strategy .colt-service-page__scene {
    background-position: 40% 54%;
}

.colt-service-page__aura,
.colt-service-page__cards,
.colt-service-page__guardian,
.colt-service-page__apparatus,
.colt-service-page__metrics {
    position: absolute;
}

.colt-service-page__aura {
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.colt-service-page__aura span {
    position: absolute;
    border: 1px solid rgba(216,173,85,.18);
    border-radius: 50%;
    box-shadow: inset 0 0 60px rgba(216,173,85,.08), 0 0 70px rgba(216,173,85,.08);
}

.colt-service-page__aura span:nth-child(1) {
    right: 50%;
    top: 50%;
    width: min(820px, 70vw);
    aspect-ratio: 1;
    translate: 50% -50%;
}

.colt-service-page__aura span:nth-child(2) {
    right: 8%;
    top: 10%;
    width: min(420px, 38vw);
    aspect-ratio: 1;
    border-color: rgba(246,234,209,.12);
}

.colt-service-page__aura span:nth-child(3) {
    left: 2%;
    bottom: 8%;
    width: min(520px, 44vw);
    aspect-ratio: 1;
    border-color: rgba(139,241,220,.1);
}

.colt-service-page__guardian {
    z-index: 2;
    left: max(20px, calc((100vw - 1220px) / 2));
    bottom: -10vh;
    width: min(470px, 36vw);
    pointer-events: none;
}

.colt-service-page__guardian::before {
    content: "";
    position: absolute;
    right: 12%;
    bottom: 12%;
    width: 72%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216,173,85,.28), transparent 68%);
    filter: blur(36px);
}

.colt-service-page__guardian img {
    position: relative;
    width: 100%;
    opacity: .76;
    filter: drop-shadow(0 0 38px rgba(216,173,85,.22)) drop-shadow(0 48px 70px rgba(0,0,0,.68));
    mix-blend-mode: screen;
}

.colt-service-page__cards {
    inset: 0;
    z-index: 2;
    pointer-events: none;
    perspective: 1000px;
}

.colt-service-page__cards span {
    position: absolute;
    display: block;
    width: clamp(70px, 7vw, 118px);
    aspect-ratio: 2.5 / 3.5;
    border: 1px solid rgba(216,173,85,.28);
    border-radius: 8px;
    background:
        linear-gradient(150deg, rgba(255,255,255,.42), transparent 22%),
        radial-gradient(circle at 48% 26%, rgba(255,224,163,.45), transparent 23%),
        linear-gradient(135deg, rgba(216,173,85,.28), rgba(5,5,7,.72));
    box-shadow: 0 24px 70px rgba(0,0,0,.34), inset 0 0 0 6px rgba(255,255,255,.035);
    transform-style: preserve-3d;
    will-change: transform;
}

.colt-service-page__cards span:nth-child(1) { right: 18%; top: 22%; rotate: -14deg; }
.colt-service-page__cards span:nth-child(2) { right: 39%; top: 14%; width: clamp(60px, 5.6vw, 94px); rotate: 10deg; opacity: .8; }
.colt-service-page__cards span:nth-child(3) { left: 22%; top: 18%; rotate: 18deg; }
.colt-service-page__cards span:nth-child(4) { right: 12%; bottom: 18%; width: clamp(56px, 5vw, 88px); rotate: 18deg; opacity: .74; }
.colt-service-page__cards span:nth-child(5) { left: 35%; bottom: 16%; rotate: -10deg; }
.colt-service-page__cards span:nth-child(6) { left: 10%; bottom: 33%; width: clamp(66px, 6vw, 104px); rotate: -22deg; opacity: .84; }

.colt-service-page__apparatus {
    z-index: 4;
    left: max(24px, calc((100vw - 1220px) / 2));
    top: 48%;
    display: grid;
    gap: 10px;
    width: min(330px, 27vw);
    pointer-events: none;
}

.colt-service-page__apparatus span {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 10px 12px;
    border: 1px solid rgba(216,173,85,.18);
    border-radius: 8px;
    color: rgba(246,234,209,.78);
    background: linear-gradient(135deg, rgba(5,5,7,.7), rgba(216,173,85,.08));
    box-shadow: 0 20px 58px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.04);
    backdrop-filter: blur(16px);
}

.colt-service-page__apparatus i {
    display: block;
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 30%, rgba(255,255,255,.68), transparent 18%),
        conic-gradient(from 90deg, rgba(216,173,85,.95), rgba(246,234,209,.24), rgba(139,241,220,.38), rgba(216,173,85,.95));
    box-shadow: 0 0 24px rgba(216,173,85,.24);
}

.colt-service-page__apparatus em {
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.colt-service-page--atelier .colt-service-page__apparatus {
    top: auto;
    bottom: 16%;
}

.colt-service-page--atelier .colt-service-page__apparatus span {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
}

.colt-service-page--wanted .colt-service-page__apparatus span {
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.colt-service-page--hunt .colt-service-page__apparatus {
    width: min(420px, 34vw);
}

.colt-service-page--hunt .colt-service-page__apparatus span {
    grid-template-columns: 16px 1fr;
    min-height: 52px;
}

.colt-service-page--hunt .colt-service-page__apparatus i {
    width: 16px;
}

.colt-service-page--lab .colt-service-page__apparatus span {
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(157,241,220,.12), rgba(5,5,7,.72));
}

.colt-service-page--stage .colt-service-page__apparatus {
    top: 42%;
}

.colt-service-page--stage .colt-service-page__apparatus span {
    border-color: rgba(255,145,198,.28);
    box-shadow: 0 20px 58px rgba(255,145,198,.1), inset 0 0 0 1px rgba(255,255,255,.04);
}

.colt-service-page--strategy .colt-service-page__apparatus {
    top: auto;
    bottom: 15%;
}

.colt-service-page--strategy .colt-service-page__apparatus span {
    grid-template-columns: 54px 1fr;
}

.colt-service-page__hero-copy {
    position: relative;
    z-index: 5;
    display: grid;
    gap: 16px;
    width: min(760px, 68vw);
    text-shadow: 0 24px 60px rgba(0,0,0,.74);
}

.colt-service-page--atelier .colt-service-page__hero-copy,
.colt-service-page--lab .colt-service-page__hero-copy,
.colt-service-page--strategy .colt-service-page__hero-copy {
    margin-right: auto;
    width: min(700px, 58vw);
}

.colt-service-page--stage .colt-service-page__hero-copy {
    width: min(860px, 72vw);
    padding-top: 8vh;
}

.colt-service-page--wanted .colt-service-page__hero-copy,
.colt-service-page--hunt .colt-service-page__hero-copy {
    width: min(720px, 60vw);
}

.colt-service-page__hero-copy .colt-kicker,
.colt-service-page__section-head .colt-kicker,
.colt-service-page__detail-panel .colt-kicker,
.colt-service-page__fit .colt-kicker,
.colt-service-page__contact-card .colt-kicker {
    color: var(--service-gold-soft);
}

.colt-service-page__hero-copy h1,
.colt-service-page__section-head h2,
.colt-service-page__detail-panel h2,
.colt-service-page__contact-card h2 {
    margin: 0;
    color: var(--service-bone);
    font-size: clamp(44px, 6vw, 104px);
    line-height: .94;
}

.colt-service-page__hero-copy p:not(.colt-kicker),
.colt-service-page__section-head p:not(.colt-kicker),
.colt-service-page__contact-card p:not(.colt-kicker) {
    margin: 0;
    max-width: 680px;
    color: var(--service-smoke);
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.7;
}

.colt-service-page__actions,
.colt-service-page__contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.colt-service-page__actions a,
.colt-service-page__contact-actions a {
    display: inline-grid;
    place-items: center;
    min-height: 52px;
    padding: 13px 18px;
    border: 1px solid rgba(216,173,85,.24);
    border-radius: 8px;
    color: var(--service-bone);
    background: rgba(246,234,209,.06);
    font-weight: 900;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.colt-service-page__actions a:first-child,
.colt-service-page__contact-actions a:first-child {
    color: #080806;
    background: linear-gradient(135deg, var(--service-gold), var(--service-gold-soft));
}

.colt-service-page__actions a:hover,
.colt-service-page__actions a:focus,
.colt-service-page__contact-actions a:hover,
.colt-service-page__contact-actions a:focus {
    transform: translateY(-2px);
    border-color: rgba(255,224,163,.52);
}

.colt-service-page__metrics {
    z-index: 6;
    left: max(24px, calc((100vw - 1220px) / 2));
    top: 22%;
    display: grid;
    gap: 8px;
    width: min(310px, 24vw);
}

.colt-service-page--wanted .colt-service-page__metrics {
    top: auto;
    bottom: 11%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(760px, 58vw);
}

.colt-service-page--hunt .colt-service-page__metrics,
.colt-service-page--stage .colt-service-page__metrics {
    top: auto;
    bottom: 11%;
}

.colt-service-page--lab .colt-service-page__metrics {
    top: 18%;
    width: min(360px, 28vw);
}

.colt-service-page--strategy .colt-service-page__metrics {
    top: 20%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(460px, 34vw);
}

.colt-service-page__metrics span,
.colt-service-page__feature,
.colt-service-page__step,
.colt-service-page__detail-panel,
.colt-service-page__fit,
.colt-service-page__contact-card {
    border: 1px solid var(--service-line);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(246,234,209,.08), rgba(5,5,7,.72));
    box-shadow: 0 28px 80px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.045);
    backdrop-filter: blur(18px);
}

.colt-service-page__metrics span {
    display: grid;
    gap: 4px;
    min-height: 72px;
    padding: 13px;
    color: rgba(246,234,209,.78);
    font-size: 14px;
    font-weight: 800;
}

.colt-service-page__metrics b {
    color: var(--service-gold-soft);
    font-size: 18px;
}

.colt-service-page__brief,
.colt-service-page__process,
.colt-service-page__detail,
.colt-service-page__contact {
    position: relative;
    padding: 120px max(24px, calc((100vw - 1220px) / 2));
}

.colt-service-page__brief {
    background:
        radial-gradient(circle at 78% 28%, rgba(216,173,85,.12), transparent 28rem),
        linear-gradient(180deg, rgba(5,5,7,.96), rgba(12,12,16,.96));
}

.colt-service-page__section-head {
    display: grid;
    gap: 10px;
    width: min(820px, 100%);
    margin-bottom: 30px;
}

.colt-service-page__section-head h2,
.colt-service-page__detail-panel h2,
.colt-service-page__contact-card h2 {
    font-size: clamp(36px, 4.6vw, 78px);
}

.colt-service-page__feature-grid,
.colt-service-page__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.colt-service-page--atelier .colt-service-page__feature-grid,
.colt-service-page--lab .colt-service-page__feature-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr) minmax(0, .9fr);
}

.colt-service-page--wanted .colt-service-page__feature-grid,
.colt-service-page--hunt .colt-service-page__feature-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr) minmax(0, .9fr);
}

.colt-service-page--stage .colt-service-page__feature-grid {
    grid-template-columns: minmax(0, .8fr) minmax(0, .8fr) minmax(0, 1.25fr);
}

.colt-service-page__feature,
.colt-service-page__step {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 245px;
    padding: clamp(18px, 2vw, 28px);
}

.colt-service-page__feature small,
.colt-service-page__step small {
    color: var(--service-gold-soft);
    font-size: 12px;
    font-weight: 900;
}

.colt-service-page__feature strong,
.colt-service-page__step strong,
.colt-service-page__fit h3 {
    color: var(--service-bone);
    font-size: clamp(24px, 2vw, 36px);
    line-height: 1.08;
}

.colt-service-page__feature p,
.colt-service-page__step p,
.colt-service-page__detail li,
.colt-service-page__fit span,
.colt-service-page__fit em {
    color: rgba(246,234,209,.72);
    line-height: 1.62;
}

.colt-service-page__process {
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(246,234,209,.08), transparent 22rem),
        linear-gradient(180deg, #08080b, #030304);
}

.colt-service-page__process-orbit {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .7;
}

.colt-service-page__process-orbit span {
    position: absolute;
    left: 50%;
    top: 54%;
    width: min(820px, 72vw);
    aspect-ratio: 1;
    border: 1px solid rgba(216,173,85,.12);
    border-radius: 50%;
    translate: -50% -50%;
    transform: rotateX(68deg) rotateZ(12deg);
}

.colt-service-page__process-orbit span:nth-child(2) { width: min(560px, 54vw); border-color: rgba(246,234,209,.12); }
.colt-service-page__process-orbit span:nth-child(3) { width: min(340px, 36vw); border-color: rgba(139,241,220,.12); }

.colt-service-page__steps {
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.colt-service-page--hunt .colt-service-page__steps,
.colt-service-page--strategy .colt-service-page__steps {
    grid-template-columns: minmax(0, 1fr);
    width: min(840px, 100%);
}

.colt-service-page--hunt .colt-service-page__step,
.colt-service-page--strategy .colt-service-page__step {
    grid-template-columns: 64px minmax(0, .44fr) minmax(0, 1fr);
    align-items: center;
    min-height: 132px;
}

.colt-service-page--hunt .colt-service-page__step p,
.colt-service-page--strategy .colt-service-page__step p {
    margin: 0;
}

.colt-service-page--stage .colt-service-page__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.colt-service-page--stage .colt-service-page__step {
    min-height: 190px;
}

.colt-service-page__step {
    min-height: 260px;
}

.colt-service-page__step small {
    display: grid;
    place-items: center;
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
    color: #080806;
    background: linear-gradient(135deg, var(--service-gold), var(--service-gold-soft));
}

.colt-service-page__detail {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 16px;
    align-items: stretch;
    background:
        radial-gradient(circle at 86% 12%, rgba(216,173,85,.14), transparent 25rem),
        linear-gradient(180deg, #030304, #0b0b10);
}

.colt-service-page__detail-panel,
.colt-service-page__fit {
    padding: clamp(22px, 3vw, 36px);
}

.colt-service-page__detail-panel {
    display: grid;
    gap: 14px;
}

.colt-service-page__detail-panel ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.colt-service-page__detail li {
    position: relative;
    padding: 12px 42px 12px 12px;
    border: 1px solid rgba(216,173,85,.12);
    border-radius: 8px;
    background: rgba(246,234,209,.045);
}

.colt-service-page__detail li::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 19px;
    width: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--service-gold);
    box-shadow: 0 0 18px rgba(216,173,85,.36);
}

.colt-service-page__fit {
    display: grid;
    align-content: start;
    gap: 12px;
}

.colt-service-page__fit h3 {
    margin: 0;
}

.colt-service-page__fit span {
    display: block;
    padding: 13px 14px;
    border-radius: 8px;
    background: rgba(246,234,209,.055);
}

.colt-service-page__fit em {
    display: block;
    margin-top: 8px;
    color: var(--service-gold-soft);
    font-style: normal;
    font-weight: 800;
}

.colt-service-page__contact {
    padding-bottom: 150px;
    background:
        radial-gradient(circle at 48% 18%, rgba(216,173,85,.16), transparent 30rem),
        linear-gradient(180deg, #0b0b10, #030304);
}

.colt-service-page__contact-card {
    display: grid;
    grid-template-columns: minmax(160px, 260px) minmax(0, 1fr) minmax(220px, .35fr);
    gap: clamp(18px, 3vw, 38px);
    align-items: center;
    min-height: 360px;
    padding: clamp(20px, 3vw, 40px);
}

.colt-service-page__contact-card img {
    width: min(260px, 100%);
    opacity: .72;
    filter: drop-shadow(0 0 38px rgba(216,173,85,.22));
    mix-blend-mode: screen;
}

.colt-service-page__contact-actions {
    display: grid;
}

.colt-service-page [data-service-reveal] {
    opacity: 0;
    transform: translateY(36px) scale(.985);
    filter: blur(10px);
}

@keyframes coltSpin { to { transform: rotate(360deg); } }

@keyframes coltPetalDrift {
    0%, 100% { translate: 0 0; rotate: -8deg; }
    45% { translate: -18px 28px; rotate: 16deg; }
    72% { translate: 14px -18px; rotate: -18deg; }
}

@keyframes coltNebulaFlow {
    0%, 100% { translate: 0 0; scale: 1; opacity: .72; }
    42% { translate: -34px 18px; scale: 1.08; opacity: .88; }
    74% { translate: 22px -26px; scale: .96; opacity: .62; }
}

@keyframes coltStarDrift {
    to { background-position: -220px 120px, -110px 180px, -260px 90px; }
}

@keyframes coltGuardianBreathe {
    0%, 100% { translate: 0 0; filter: drop-shadow(0 0 30px rgba(157,241,220,.28)) drop-shadow(0 42px 62px rgba(0,0,0,.54)) saturate(1.08); }
    50% { translate: 0 -10px; filter: drop-shadow(0 0 42px rgba(255,151,205,.3)) drop-shadow(0 46px 70px rgba(0,0,0,.58)) saturate(1.14); }
}

@keyframes coltOrbitFloat {
    0%, 100% { translate: 0 0; rotate: -2deg; }
    35% { translate: -16px 12px; rotate: 5deg; }
    68% { translate: 12px -18px; rotate: -6deg; }
}

@keyframes coltHyperspaceRay {
    0% { opacity: 0; scale: 1 .08; filter: blur(6px); }
    22% { opacity: .95; scale: 1 .74; filter: blur(2px); }
    100% { opacity: .15; scale: 1 1.75; filter: blur(10px); }
}

@keyframes coltFinalePetal {
    0%, 100% { translate: 0 0; rotate: -8deg; }
    36% { translate: -24px 30px; rotate: 18deg; }
    72% { translate: 18px -22px; rotate: -16deg; }
}

@keyframes coltFinaleRiver {
    0%, 100% { opacity: .68; filter: blur(.4px); }
    50% { opacity: .84; filter: blur(1.2px); }
}

@keyframes coltProductGlow {
    0%, 100% { translate: 0 0; scale: 1; opacity: .66; }
    42% { translate: -28px 18px; scale: 1.08; opacity: .82; }
    76% { translate: 22px -24px; scale: .96; opacity: .58; }
}

@media (max-width: 980px) {
    .colt-origin { height: auto; }
    .colt-origin__pin { position: relative; min-height: 100vh; height: auto; padding: 132px 20px 80px; }
    .colt-origin__sequence,
    .colt-origin__poster { opacity: .82; }
    .colt-origin__world { inset: 0; opacity: .78; }
    .colt-origin__rail, .colt-origin__service-tab { display: none; }
    .colt-origin__copy {
        position: relative;
        inset: auto;
        transform: none;
    }
    .colt-origin__copy {
        width: 100%;
        margin: 0 auto 24px;
        min-height: 440px;
        text-align: center;
    }
    .colt-origin__chapter { position: absolute; }
    .colt-origin__metrics { grid-template-columns: 1fr; }
    .colt-core-world { height: auto; }
    .colt-core-world__pin {
        position: relative;
        height: auto;
        min-height: 100vh;
        padding: 122px 20px 78px;
    }
    .colt-core-world__aperture,
    .colt-core-world__progress { display: none; }
    .colt-core-world__garden { inset: 0; }
    .colt-core-world__copy {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 0 auto 28px;
        transform: none;
        opacity: 1;
    }
    .colt-core-world__copy h2 { font-size: clamp(40px, 10vw, 72px); }
    .colt-core-world__rings span {
        width: min(680px, 96vw);
        top: 24%;
    }
    .colt-core-world__services {
        position: relative;
        inset: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
    }
    .colt-core-world__card {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: 250px;
        opacity: 1;
        transform: none;
        filter: none;
        pointer-events: auto;
    }
    .colt-orbit { height: auto; }
    .colt-orbit__pin {
        position: relative;
        height: auto;
        min-height: 100vh;
        padding: 122px 20px 78px;
    }
    .colt-orbit__space { inset: 0; }
    .colt-orbit__three {
        opacity: .78;
    }
    .colt-orbit__copy {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 0 auto 26px;
        opacity: 1;
        translate: 0 0;
        transform: none;
    }
    .colt-orbit__copy h2 { font-size: clamp(40px, 10vw, 72px); }
    .colt-orbit__system {
        position: relative;
        inset: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
    }
    .colt-orbit__rings {
        inset: -30px 0 auto;
        height: 420px;
        opacity: .5;
    }
    .colt-orbit__rings span {
        width: min(720px, 102vw);
        height: min(330px, 46vh);
        top: 50%;
    }
    .colt-orbit__guardian-wrap {
        position: relative;
        right: auto;
        bottom: auto;
        grid-column: 1 / -1;
        width: min(330px, 72vw);
        height: 380px;
        margin: 0 auto -34px;
        opacity: 1;
        translate: 0 0;
    }
    .colt-orbit__planet {
        position: relative;
        inset: auto;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        width: 100%;
        min-height: 0;
        opacity: 1;
        pointer-events: auto;
        --planet-size: 82px;
    }
    .colt-orbit__planet-body { width: var(--planet-size); }
    .colt-orbit__planet-copy {
        width: 100%;
        transform: none;
    }
    .colt-orbit__dock { display: none; }
    .colt-xp.is-mobile-motion .colt-origin {
        height: 520vh;
    }
    .colt-xp.is-mobile-motion .colt-origin__pin {
        position: sticky;
        top: 0;
        height: 100vh;
        height: 100svh;
        min-height: 100svh;
        padding: 0 18px;
    }
    .colt-xp.is-mobile-motion .colt-origin__sequence,
    .colt-xp.is-mobile-motion .colt-origin__poster {
        opacity: 1;
    }
    .colt-xp.is-mobile-motion .colt-origin__world {
        inset: -4vh -5vw;
        opacity: .84;
    }
    .colt-xp.is-mobile-motion .colt-origin__copy {
        position: absolute;
        right: 50%;
        top: 50%;
        width: calc(100% - 32px);
        min-height: min(470px, 58vh);
        margin: 0;
        text-align: center;
        transform: translate(50%, -50%);
    }
    .colt-xp.is-mobile-motion .colt-origin__label {
        bottom: 22px;
    }
    .colt-xp.is-mobile-motion .colt-core-world {
        height: 430vh;
    }
    .colt-xp.is-mobile-motion .colt-core-world__pin {
        position: sticky;
        top: 0;
        height: 100vh;
        height: 100svh;
        min-height: 100svh;
        padding: 92px 16px 74px;
    }
    .colt-xp.is-mobile-motion .colt-core-world__copy {
        position: absolute;
        right: 50%;
        top: 22%;
        z-index: 8;
        width: calc(100% - 32px);
        margin: 0;
        transform: translate(50%, -50%);
    }
    .colt-xp.is-mobile-motion .colt-core-world__copy h2 {
        font-size: clamp(34px, 10vw, 58px);
    }
    .colt-xp.is-mobile-motion .colt-core-world__services {
        position: absolute;
        right: 16px;
        left: 16px;
        bottom: 74px;
        display: block;
        width: auto;
        height: min(430px, 54vh);
    }
    .colt-xp.is-mobile-motion .colt-core-world__card {
        position: absolute;
        inset: auto 0 0;
        width: 100%;
        min-height: min(420px, 54vh);
        opacity: 0;
        transform: translateY(34px) scale(.94);
        filter: blur(12px);
        pointer-events: none;
        transition: opacity .32s ease, transform .38s cubic-bezier(.2,.9,.2,1), filter .32s ease, box-shadow .32s ease;
    }
    .colt-xp.is-mobile-motion .colt-core-world.is-card-stage .colt-core-world__card.is-active {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
        pointer-events: auto;
    }
    .colt-xp.is-mobile-motion .colt-orbit {
        height: 500vh;
    }
    .colt-xp.is-mobile-motion .colt-orbit__pin {
        position: sticky;
        top: 0;
        height: 100vh;
        height: 100svh;
        min-height: 100svh;
        padding: 92px 16px 74px;
    }
    .colt-xp.is-mobile-motion .colt-orbit__copy {
        position: absolute;
        right: 50%;
        top: 20%;
        z-index: 10;
        width: calc(100% - 32px);
        margin: 0;
        translate: 50% -50%;
        transform: none;
    }
    .colt-xp.is-mobile-motion .colt-orbit__copy h2 {
        font-size: clamp(34px, 10vw, 58px);
    }
    .colt-xp.is-mobile-motion .colt-orbit__system {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
    }
    .colt-xp.is-mobile-motion .colt-orbit__three {
        inset: -3vh -28vw 0;
    }
    .colt-xp.is-mobile-motion .colt-orbit__guardian-wrap {
        position: absolute;
        right: 50%;
        bottom: 0;
        width: min(270px, 64vw);
        height: min(470px, 58vh);
        margin: 0;
        translate: 50% 0;
    }
    .colt-xp.is-mobile-motion .colt-orbit__rings {
        inset: 0;
        height: auto;
        opacity: .82;
    }
    .colt-xp.is-mobile-motion .colt-orbit__rings span {
        top: 54%;
        width: min(620px, 150vw);
        height: min(270px, 34vh);
    }
    .colt-xp.is-mobile-motion .colt-orbit__planet {
        position: absolute;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        width: min(328px, calc(100% - 32px));
        min-height: 0;
        opacity: .46;
        scale: .82;
        filter: blur(1.2px);
        pointer-events: auto;
        --planet-size: 68px;
        transition: opacity .28s ease, scale .34s cubic-bezier(.2,.9,.2,1), filter .28s ease;
    }
    .colt-xp.is-mobile-motion .colt-orbit__planet:nth-of-type(1) { right: 16px; top: 31%; }
    .colt-xp.is-mobile-motion .colt-orbit__planet:nth-of-type(2) { left: 16px; top: 39%; }
    .colt-xp.is-mobile-motion .colt-orbit__planet:nth-of-type(3) { right: 16px; bottom: 21%; }
    .colt-xp.is-mobile-motion .colt-orbit__planet:nth-of-type(4) { left: 16px; bottom: 27%; }
    .colt-xp.is-mobile-motion .colt-orbit__planet:nth-of-type(5) { right: 50%; top: 24%; translate: 50% 0; }
    .colt-xp.is-mobile-motion .colt-orbit__planet-copy {
        width: 100%;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity .24s ease, transform .3s cubic-bezier(.2,.9,.2,1), border-color .26s ease, background .26s ease;
    }
    .colt-xp.is-mobile-motion .colt-orbit:not(.is-planet-stage) .colt-orbit__planet {
        opacity: 0;
        pointer-events: none;
    }
    .colt-xp.is-mobile-motion .colt-orbit.is-planet-stage .colt-orbit__planet.is-active {
        z-index: 12;
        opacity: 1;
        scale: 1;
        filter: blur(0);
    }
    .colt-xp.is-mobile-motion .colt-orbit.is-planet-stage .colt-orbit__planet.is-active .colt-orbit__planet-copy {
        opacity: 1;
        transform: translateY(0);
    }
    .colt-xp.is-mobile-motion .colt-orbit.has-3d-planets .colt-orbit__planet {
        display: block;
        width: min(300px, calc(100% - 32px));
    }
    .colt-xp.is-mobile-motion .colt-orbit.has-3d-planets .colt-orbit__planet-body {
        display: none;
    }
    .colt-products {
        height: 430vh;
    }
    .colt-products__pin {
        height: 100vh;
        height: 100svh;
        min-height: 100svh;
    }
    .colt-products__intro {
        right: 16px;
        left: 16px;
        top: 9%;
        width: auto;
    }
    .colt-products__intro h2 {
        font-size: clamp(36px, 10vw, 64px);
    }
    .colt-products__intro p:not(.colt-kicker) {
        max-width: 360px;
        font-size: 16px;
    }
    .colt-products__categories {
        right: 16px;
        left: 16px;
        top: 30%;
        display: flex;
        gap: 8px;
        width: auto;
        overflow: visible;
    }
    .colt-products__category {
        flex: 0 0 170px;
        min-height: 68px;
        padding: 11px 12px;
    }
    .colt-products__category span {
        font-size: 17px;
    }
    .colt-products__category em {
        font-size: 12px;
    }
    .colt-products__viewport {
        bottom: 9%;
        padding: 30px 16px;
    }
    .colt-products__track {
        gap: 10px;
    }
    .colt-product-card {
        width: min(238px, 64vw);
        min-height: min(388px, 50vh);
        grid-template-rows: minmax(172px, 1fr) auto;
    }
    .colt-product-card:nth-child(2n),
    .colt-product-card:nth-child(3n) {
        margin-top: 0;
    }
    .colt-product-card__media {
        padding: 18px;
    }
    .colt-product-card__media img {
        max-height: 202px;
    }
    .colt-product-card__body {
        padding: 14px;
    }
    .colt-products__ticker {
        right: 16px;
        left: 16px;
        bottom: 16px;
        overflow: hidden;
    }
    .colt-finale { height: 420vh; }
    .colt-finale__pin {
        height: 100vh;
        height: 100svh;
        min-height: 100svh;
    }
    .colt-finale__sun {
        width: 160px;
        right: 8%;
        top: 10%;
    }
    .colt-finale__moon {
        width: 82px;
        left: 10%;
        top: 13%;
    }
    .colt-finale__halo span {
        width: min(520px, 112vw);
        top: 38%;
    }
    .colt-finale__brand {
        top: 28%;
        width: calc(100% - 32px);
    }
    .colt-finale__brand img {
        width: min(190px, 42vw);
    }
    .colt-finale__brand h2 {
        font-size: clamp(38px, 10vw, 66px);
    }
    .colt-finale__brand p:not(.colt-kicker) {
        font-size: 16px;
        line-height: 1.62;
    }
    .colt-finale__contact {
        right: 16px;
        left: 16px;
        bottom: 28%;
        width: auto;
        padding: 16px;
    }
    .colt-finale__contact h3 {
        font-size: clamp(25px, 7vw, 38px);
    }
    .colt-finale__socials {
        right: 16px;
        left: 16px;
        bottom: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: auto;
    }
    .colt-finale__social {
        min-height: 74px;
        padding: 12px;
    }
    .colt-finale__social span {
        font-size: 18px;
    }
    .colt-finale__social em {
        font-size: 13px;
    }
    .colt-vault-hero,
    .colt-vault-inside {
        height: 460vh;
    }
    .colt-vault-hero__pin,
    .colt-vault-inside__pin {
        height: 100vh;
        height: 100svh;
        min-height: 100svh;
    }
    .colt-vault-hero__backdrop,
    .colt-vault-inside__backdrop {
        inset: -4vh -26vw;
    }
    .colt-vault-hero__copy,
    .colt-vault-inside__copy {
        right: 16px;
        left: 16px;
        top: 13%;
        width: auto;
    }
    .colt-vault-hero__copy h1,
    .colt-vault-inside__copy h2 {
        font-size: clamp(38px, 10vw, 66px);
    }
    .colt-vault-hero__copy p:not(.colt-kicker),
    .colt-vault-inside__copy p:not(.colt-kicker) {
        max-width: 430px;
        font-size: 16px;
    }
    .colt-vault-hero__door {
        right: 50%;
        top: 50%;
        width: min(320px, 74vw);
    }
    .colt-vault-hero__ledger {
        right: 16px;
        left: 16px;
        bottom: 82px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: auto;
    }
    .colt-vault-hero__ledger span {
        min-height: 62px;
        padding: 11px;
        font-size: 13px;
    }
    .colt-vault-inside__features {
        right: 16px;
        left: 16px;
        top: auto;
        bottom: 76px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: auto;
    }
    .colt-vault-feature {
        padding: 12px;
    }
    .colt-vault-feature p {
        display: none;
    }
    .colt-vault-inside__slabs {
        bottom: 28%;
        width: min(560px, 90vw);
    }
    .colt-vault-protocol {
        min-height: auto;
        padding: 96px 16px;
    }
    .colt-vault-protocol__steps,
    .colt-vault-contact__shell {
        grid-template-columns: 1fr;
    }
    .colt-vault-contact {
        padding: 90px 16px 110px;
    }
    .colt-vault-contact__brand {
        grid-template-columns: 1fr;
    }
    .colt-vault-contact__brand img {
        width: min(210px, 46vw);
        margin: 0 auto;
    }
    .colt-mystery-hero,
    .colt-mystery-reveal {
        height: 460vh;
    }
    .colt-mystery-hero__pin,
    .colt-mystery-reveal__pin {
        height: 100vh;
        height: 100svh;
        min-height: 100svh;
    }
    .colt-mystery-hero__backdrop,
    .colt-mystery-reveal__backdrop {
        inset: -4vh -28vw;
    }
    .colt-mystery-hero__copy,
    .colt-mystery-reveal__copy {
        right: 16px;
        left: 16px;
        top: 12%;
        width: auto;
    }
    .colt-mystery-hero__copy h1,
    .colt-mystery-reveal__copy h2 {
        font-size: clamp(38px, 10vw, 66px);
    }
    .colt-mystery-hero__copy p:not(.colt-kicker),
    .colt-mystery-reveal__copy p:not(.colt-kicker) {
        max-width: 430px;
        font-size: 16px;
    }
    .colt-mystery-box {
        top: 54%;
        width: min(280px, 68vw);
    }
    .colt-mystery-stream,
    .colt-mystery-showcase {
        width: min(540px, 92vw);
        height: min(390px, 46vh);
    }
    .colt-mystery-stream span {
        width: clamp(68px, 17vw, 98px);
    }
    .colt-mystery-showcase span {
        width: clamp(82px, 18vw, 110px);
        padding: 8px;
    }
    .colt-mystery-showcase__booster {
        width: clamp(68px, 15vw, 92px);
    }
    .colt-mystery-foil span {
        width: clamp(28px, 10vw, 54px);
    }
    .colt-mystery-hero__rail {
        right: 16px;
        left: 16px;
        bottom: 72px;
        width: auto;
    }
    .colt-mystery-items {
        right: 16px;
        left: 16px;
        bottom: 70px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: auto;
    }
    .colt-mystery-item {
        min-height: 150px;
        padding: 12px;
    }
    .colt-mystery-item p {
        display: none;
    }
    .colt-mystery-options {
        min-height: auto;
        padding: 96px 16px;
    }
    .colt-mystery-options__shell,
    .colt-mystery-buy__shell {
        grid-template-columns: 1fr;
    }
    .colt-mystery-buy {
        padding: 90px 16px 110px;
    }
    .colt-mystery-buy__brand {
        grid-template-columns: 1fr;
    }
    .colt-mystery-buy__brand img {
        width: min(210px, 46vw);
        margin: 0 auto;
    }
    .colt-section-head, .colt-deep { grid-template-columns: 1fr; }
    .colt-core__grid, .colt-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .colt-service-row { grid-template-columns: 52px 1fr 42px; }
    .colt-service-row em { grid-column: 2 / -1; }
}

@media (max-width: 640px) {
    .colt-nav, .colt-core, .colt-deep, .colt-services, .colt-end { width: min(100% - 28px, 1220px); }
    .colt-nav { align-items: flex-start; }
    .colt-nav__links { flex-wrap: wrap; justify-content: flex-end; }
    .colt-nav__links a { padding: 8px 9px; font-size: 12px; }
    .colt-core-world__services { grid-template-columns: 1fr; }
    .colt-core-world__card { min-height: 230px; }
    .colt-orbit__system { grid-template-columns: 1fr; }
    .colt-orbit__planet { --planet-size: 74px; }
    .colt-orbit__planet-copy { padding: 12px; }
    .colt-finale__brand { top: 24%; }
    .colt-finale__brand img { width: min(160px, 40vw); }
    .colt-finale__brand p:not(.colt-kicker) { display: none; }
    .colt-finale__contact {
        bottom: 31%;
    }
    .colt-finale__contact p:not(.colt-kicker) {
        display: none;
    }
    .colt-finale__actions a {
        flex: 1 1 120px;
        min-height: 44px;
    }
    .colt-finale__socials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .colt-finale__social {
        min-height: 58px;
        align-content: center;
    }
    .colt-finale__social em {
        display: none;
    }
    .colt-vault-hero__copy,
    .colt-vault-inside__copy {
        top: 11%;
    }
    .colt-vault-hero__copy h1,
    .colt-vault-inside__copy h2,
    .colt-vault-protocol__copy h2,
    .colt-vault-contact__brand h2 {
        font-size: clamp(32px, 10vw, 50px);
    }
    .colt-vault-hero__copy p:not(.colt-kicker),
    .colt-vault-inside__copy p:not(.colt-kicker),
    .colt-vault-protocol__copy p:not(.colt-kicker),
    .colt-vault-contact__brand p:not(.colt-kicker) {
        font-size: 15px;
        line-height: 1.55;
    }
    .colt-vault-hero__ledger,
    .colt-vault-inside__features {
        grid-template-columns: 1fr;
    }
    .colt-vault-hero__ledger span:nth-child(n+3),
    .colt-vault-feature:nth-child(n+3) {
        display: none;
    }
    .colt-vault-hero__actions a,
    .colt-vault-contact__panel a {
        flex: 1 1 100%;
        min-height: 44px;
    }
    .colt-mystery-hero__copy,
    .colt-mystery-reveal__copy {
        top: 10%;
    }
    .colt-mystery-hero__copy h1,
    .colt-mystery-reveal__copy h2,
    .colt-mystery-options__copy h2,
    .colt-mystery-buy__brand h2 {
        font-size: clamp(32px, 10vw, 50px);
    }
    .colt-mystery-price span {
        min-height: 44px;
        font-size: 22px;
    }
    .colt-mystery-hero__rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .colt-mystery-hero__rail span:nth-child(n+3) {
        display: none;
    }
    .colt-mystery-stream {
        top: 58%;
    }
    .colt-mystery-showcase {
        top: 57%;
    }
    .colt-mystery-foil span:nth-child(n+8),
    .colt-mystery-rip span:nth-child(n+4) {
        display: none;
    }
    .colt-mystery-items {
        grid-template-columns: 1fr;
    }
    .colt-mystery-item:nth-child(n+3) {
        display: none;
    }
    .colt-mystery-buy__panel a {
        min-height: 44px;
    }
    .colt-core__grid, .colt-products__grid { grid-template-columns: 1fr; }
    .colt-core, .colt-deep, .colt-services, .colt-end { padding: 76px 0; }
}

@media (max-width: 980px) {
    .colt-service-page__hero {
        min-height: auto;
        padding: 130px 16px 84px;
    }
    .colt-service-page__hero-copy {
        width: auto;
    }
    .colt-service-page--atelier .colt-service-page__hero-copy,
    .colt-service-page--lab .colt-service-page__hero-copy,
    .colt-service-page--strategy .colt-service-page__hero-copy,
    .colt-service-page--stage .colt-service-page__hero-copy,
    .colt-service-page--wanted .colt-service-page__hero-copy,
    .colt-service-page--hunt .colt-service-page__hero-copy {
        width: auto;
        margin-right: 0;
    }
    .colt-service-page__scene {
        background-position: center;
    }
    .colt-service-page__hero-copy h1 {
        font-size: clamp(38px, 10vw, 70px);
    }
    .colt-service-page__guardian {
        left: -8vw;
        bottom: -6vh;
        width: min(360px, 56vw);
        opacity: .56;
    }
    .colt-service-page__cards span:nth-child(2),
    .colt-service-page__cards span:nth-child(4) {
        display: none;
    }
    .colt-service-page__metrics {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: auto;
        margin-top: 30px;
    }
    .colt-service-page__apparatus,
    .colt-service-page--atelier .colt-service-page__apparatus,
    .colt-service-page--hunt .colt-service-page__apparatus,
    .colt-service-page--stage .colt-service-page__apparatus,
    .colt-service-page--strategy .colt-service-page__apparatus {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        width: auto;
        margin-top: 18px;
    }
    .colt-service-page__apparatus span:nth-child(n+3) {
        display: none;
    }
    .colt-service-page__brief,
    .colt-service-page__process,
    .colt-service-page__detail,
    .colt-service-page__contact {
        padding: 88px 16px;
    }
    .colt-service-page__feature-grid,
    .colt-service-page__steps,
    .colt-service-page__detail,
    .colt-service-page__contact-card {
        grid-template-columns: 1fr;
    }
    .colt-service-page--atelier .colt-service-page__feature-grid,
    .colt-service-page--lab .colt-service-page__feature-grid,
    .colt-service-page--wanted .colt-service-page__feature-grid,
    .colt-service-page--hunt .colt-service-page__feature-grid,
    .colt-service-page--stage .colt-service-page__feature-grid,
    .colt-service-page--hunt .colt-service-page__steps,
    .colt-service-page--strategy .colt-service-page__steps,
    .colt-service-page--stage .colt-service-page__steps,
    .colt-service-page--hunt .colt-service-page__step,
    .colt-service-page--strategy .colt-service-page__step {
        grid-template-columns: 1fr;
    }
    .colt-service-page__feature,
    .colt-service-page__step {
        min-height: auto;
    }
    .colt-service-page__contact-card img {
        width: min(210px, 48vw);
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .colt-service-page__hero-copy h1,
    .colt-service-page__section-head h2,
    .colt-service-page__detail-panel h2,
    .colt-service-page__contact-card h2 {
        font-size: clamp(32px, 10vw, 52px);
    }
    .colt-service-page__hero-copy p:not(.colt-kicker),
    .colt-service-page__section-head p:not(.colt-kicker),
    .colt-service-page__contact-card p:not(.colt-kicker) {
        font-size: 15px;
        line-height: 1.58;
    }
    .colt-service-page__actions a,
    .colt-service-page__contact-actions a {
        flex: 1 1 100%;
        min-height: 46px;
        padding: 11px 14px;
    }
    .colt-service-page__metrics {
        grid-template-columns: 1fr;
    }
    .colt-service-page__metrics span:nth-child(n+3) {
        display: none;
    }
    .colt-service-page__cards span {
        width: clamp(54px, 18vw, 78px);
    }
    .colt-service-page__cards span:nth-child(n+4) {
        display: none;
    }
    .colt-service-page__detail li {
        padding-inline-end: 34px;
    }
}

@media (max-width: 1180px) {
    .colt-mystery-product__hero,
    .colt-mystery-product__auth,
    .colt-mystery-product__buy {
        grid-template-columns: 1fr;
    }
    .colt-mystery-product__visual {
        min-height: 520px;
    }
    .colt-mystery-product__box {
        width: min(390px, 56vw);
    }
    .colt-mystery-product__box.has-image {
        width: min(430px, 66vw);
    }
    .colt-mystery-product__world-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .colt-mystery-product__hero {
        min-height: auto;
        padding-top: 110px;
    }
    .colt-mystery-product__hero,
    .colt-mystery-product__inside,
    .colt-mystery-product__auth,
    .colt-mystery-product__chase,
    .colt-mystery-product__buy {
        width: min(100% - 28px, 1220px);
    }
    .colt-mystery-product__hero h1,
    .colt-mystery-product__section-head h2,
    .colt-mystery-product__promise h2,
    .colt-mystery-product__worlds h2,
    .colt-mystery-product__buy h2 {
        font-size: clamp(34px, 10vw, 58px);
    }
    .colt-mystery-product__visual {
        min-height: 420px;
    }
    .colt-mystery-product__box {
        width: min(330px, 72vw);
    }
    .colt-mystery-product__box.has-image {
        width: min(360px, 78vw);
    }
    .colt-mystery-product__pull--slab {
        right: 2%;
        top: 8%;
    }
    .colt-mystery-product__pull--pack {
        left: 1%;
        top: 28%;
    }
    .colt-mystery-product__pull--single {
        right: 26%;
        bottom: 2%;
    }
    .colt-mystery-product__ledger,
    .colt-mystery-product__items,
    .colt-mystery-product__feature-grid,
    .colt-mystery-product__steps {
        grid-template-columns: 1fr;
    }
    .colt-mystery-product__world-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .colt-mystery-product__actions a,
    .colt-mystery-product__buy-actions a {
        width: 100%;
    }
    .colt-mystery-product__price span {
        width: 100%;
    }
    .colt-mystery-product__visual {
        min-height: 360px;
    }
    .colt-mystery-product__pull {
        width: 78px;
    }
    .colt-mystery-product__pull--pack {
        width: 66px;
    }
    .colt-mystery-product__world-grid {
        grid-template-columns: 1fr;
    }
    .colt-mystery-product__world-grid span,
    .colt-mystery-product__item,
    .colt-mystery-product__feature,
    .colt-mystery-product__steps article {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .colt-xp *, .colt-xp *::before, .colt-xp *::after {
        animation: none !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
    .colt-reveal { opacity: 1; transform: none; }
}
