#experienceApp {
    min-height: calc(50vh - 0px);
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: none;
    position: relative;
}

.experienceApp > div {
    max-width: 1800px;
}
.experience-left,
.experience-right {align-items: center;box-sizing: border-box;display: inline-block;text-align: left;padding: 48px !important;box-sizing: border-box;flex: 1;align-content: center;}

.experience-left {
    /* background: #303e4f69; */
    color: #ffffff;
    padding: 60px;
}

.experience-left-inner {
    max-width: 650px;
    width: 100%;
    margin: auto;
}

.experience-left h1 {
    font-size: 58px;
    line-height: 1.05;
    margin: 0 0 25px 0;
    color: #ffffff;
}

.experience-left p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    color: rgba(255,255,255,0.88);
}

.experience-right {
    background: #19294385;
    padding: 60px;
}

.experience-right-inner {
    max-width: 620px;
    width: 100%;
    margin: auto;
}


/* =========================
   GLASS BUTTON
   ========================= */

.choice-card {
    will-change: transform;
    transform: translateZ(0);

    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(2px) saturate(112%) contrast(121%);
    -webkit-backdrop-filter: blur(2px) saturate(112%) contrast(121%);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    padding: 22px 25px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #ffffff;
    cursor: pointer;
    transition:
            transform 0.35s cubic-bezier(.22,.61,.36,1),
            box-shadow 0.35s cubic-bezier(.22,.61,.36,1),
            background 0.35s cubic-bezier(.22,.61,.36,1),
            border-color 0.35s cubic-bezier(.22,.61,.36,1),
            backdrop-filter 0.35s cubic-bezier(.22,.61,.36,1),
            -webkit-backdrop-filter 0.35s cubic-bezier(.22,.61,.36,1);
    box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.18),
            0 2px 8px rgba(0, 0, 0, 0.12),
            0 0 0.5px rgba(255,255,255,0.25), /* edge soften */
            inset 0 1px 0 rgba(255, 255, 255, 0.22),
            inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

/* =========================
   GLASS LIGHT SWEEP
   ========================= */
.choice-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(
            135deg,
            rgba(255,255,255,0.18) 0%,
            rgba(255,255,255,0.05) 25%,
            rgba(255,255,255,0.01) 60%
    );
    opacity: 1;
    transition:
            opacity 0.35s cubic-bezier(.22,.61,.36,1),
            transform 0.35s cubic-bezier(.22,.61,.36,1),
            background 0.35s cubic-bezier(.22,.61,.36,1);
}

/* =========================
   FROST LAYER (SUBTLE TEXTURE)
   ========================= */
.choice-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0.15;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.01)
    );
    transition:
            opacity 0.35s cubic-bezier(.22,.61,.36,1),
            transform 0.35s cubic-bezier(.22,.61,.36,1),
            background 0.35s cubic-bezier(.22,.61,.36,1);
}

/* =========================
   HOVER
   ========================= */
.choice-card:hover {
    transform: translateY(0px) scale(0.997);
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.16);
    border-top-color: rgba(255, 255, 255, 0.20);
    border-left-color: rgba(255, 255, 255, 0.18);
    box-shadow:
            0 6px 14px rgba(0, 0, 0, 0.18),
            inset 0 6px 12px rgba(0, 0, 0, 0.22),
            inset 0 0.5px 0 rgba(255, 255, 255, 0.06),
            inset 0 -2px 5px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(0px) saturate(90%) contrast(128%);
    -webkit-backdrop-filter: blur(0px) saturate(90%) contrast(128%);
}

.choice-card:hover::before {
    opacity: 0.85;
    transform: scale(0.995);
}

.choice-card:hover::after {
    opacity: 0.28;
    transform: scale(0.992);
    background: radial-gradient(
            ellipse at center,
            rgba(0, 0, 0, 0.20) 0%,
            rgba(0, 0, 0, 0.10) 35%,
            rgba(0, 0, 0, 0.03) 60%,
            rgba(0, 0, 0, 0.00) 80%
    );
}

.experience-panel-copy h2 {
    font-size: 42px;
    line-height: 1.1;
    text-shadow: 1px 3px 4px black;
    color: #ccd1d7;
    margin: 0 0 20px 0;
    font-family: 'CenturyGothicBold', sans-serif;
}

.experience-panel-copy p {
    font-size: 22px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.experience-actions {
    margin-top: 35px;
}

.experience-btn {
    display: inline-block;
    padding: 16px 26px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.25s ease;
}

.experience-btn:hover {
    background: #141414;
}

.experience-back {
    display: inline-block;
    margin-left: 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.experience-question {
    position: relative;
    font-size: 18px;
    color: #7b8490;
    margin: 0 0 20px 0;
    font-weight: 500;
    padding-bottom: 10px;
}

.experience-question:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #6f96b3;
    border-radius: 2px;
}

.experience-panel-copy h2 {
    margin: 0 0 20px 0;
}

.experience-options {
    margin-top: 10px;
}

canvas {
    background: #183143;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}
