.ls-intro {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    justify-items: center;
    overflow: hidden;
    background: radial-gradient(1000px 700px at 50% 40%, #2a1c14 0%, #140f12 55%, #0b0809 100%);
    color: var(--ls-bone, #faf8f2);
}

.ls-intro[hidden] { display: none; }

.ls-intro.is-leaving {
    animation: lsIntroOut 560ms var(--ease-spot) both;
}

body.spot-intro-locked { overflow: hidden; }

.ls-intro-dash {
    position: relative;
    display: grid;
    justify-items: center;
    width: min(92vw, 720px);
    transition: opacity 320ms ease, transform 320ms var(--ease-spot);
}

.ls-intro-dash.is-gone {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-24px);
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms var(--ease-spot), visibility 0s linear 220ms;
}

.ls-intro-track {
    position: absolute;
    inset: 0 0 auto 0;
    top: 42%;
    height: 4px;
    pointer-events: none;
}

.ls-intro-track i {
    position: absolute;
    left: -30%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--ls-primary-high, #fdb32b));
    opacity: 0;
    animation: lsWhoosh 620ms var(--ease-spot) infinite;
}

.ls-intro-track i:nth-child(1) { top: -34px; width: 26%; animation-delay: 0ms; }
.ls-intro-track i:nth-child(2) { top: -12px; width: 38%; animation-delay: 90ms; }
.ls-intro-track i:nth-child(3) { top: 10px;  width: 30%; animation-delay: 40ms; }
.ls-intro-track i:nth-child(4) { top: 32px;  width: 42%; animation-delay: 140ms; }
.ls-intro-track i:nth-child(5) { top: 54px;  width: 24%; animation-delay: 200ms; }

.ls-intro-runner {
    position: relative;
    z-index: 2;
    width: clamp(150px, 24vw, 230px);
    height: auto;
    filter: drop-shadow(0 24px 40px rgb(0 0 0 / 60%));
    animation: lsDashAcross 1500ms cubic-bezier(0.32, 0, 0.2, 1) both;
}

.ls-intro-bar {
    position: relative;
    z-index: 2;
    display: block;
    width: min(60vw, 220px);
    height: 4px;
    margin-top: 1.6rem;
    border-radius: 999px;
    background: rgb(250 248 242 / 16%);
    overflow: hidden;
}

.ls-intro-bar i {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ls-primary-deep, #b8530b), var(--ls-primary-high, #fdb32b));
    transform-origin: left;
    animation: lsBar 1500ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.ls-story {
    position: relative;
    display: grid;
    justify-items: center;
    gap: clamp(0.9rem, 2vw, 1.5rem);
    width: min(96vw, 1000px);
    padding: 1rem;
}

.ls-story[hidden] { display: none; }

.ls-story-glow {
    position: absolute;
    width: min(120%, 900px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(242 131 6 / 22%), transparent 62%);
    animation: lsPulse 5s ease-in-out infinite;
    pointer-events: none;
}

.ls-story-frame {
    position: relative;
    display: grid;
    width: 100%;
    min-height: clamp(260px, 38vh, 380px);
    opacity: 0;
    transform: translateY(26px) scale(0.97);
    transition: opacity 420ms ease, transform 520ms var(--ease-pounce);
}

.ls-intro.is-story-in .ls-story-frame {
    opacity: 1;
    transform: none;
}

.ls-story-panel {
    position: relative;
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(1rem, 3vw, 2.4rem);
    width: 100%;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border-radius: clamp(20px, 3vw, 30px);
    background: linear-gradient(160deg, rgb(63 50 47 / 72%), rgb(20 15 18 / 90%));
    border: 1px solid rgb(250 248 242 / 12%);
    box-shadow: 0 40px 90px rgb(0 0 0 / 55%);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateX(28px) scale(0.98);
    transition: opacity 320ms ease, transform 420ms var(--ease-spot);
}

.ls-story-panel[hidden] { display: none; }

.ls-story-panel.is-active {
    opacity: 1;
    transform: none;
    z-index: 2;
}

.ls-story-panel.is-leaving {
    opacity: 0;
    transform: translateX(-28px) scale(0.98);
    z-index: 1;
}

.ls-story-number {
    position: absolute;
    top: clamp(0.9rem, 2vw, 1.3rem);
    left: clamp(0.9rem, 2vw, 1.3rem);
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ls-primary-high, #fdb32b), var(--ls-primary, #f28306));
    color: var(--ls-ink, #140f12);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.02rem;
    box-shadow: 0 8px 18px rgb(184 83 11 / 44%);
}

.ls-story-copy {
    display: grid;
    justify-items: start;
    gap: 0.75rem;
    padding-top: 2.2rem;
}

.ls-story-bubble {
    position: relative;
    margin: 0;
    padding: 1rem 1.25rem;
    border-radius: 20px 20px 20px 6px;
    background: var(--ls-bone, #faf8f2);
    color: var(--ls-ink, #140f12);
    box-shadow: 0 16px 34px rgb(0 0 0 / 34%);
}

.ls-story-bubble strong {
    display: block;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.3rem, 3.2vw, 1.85rem);
    line-height: 1.1;
    margin-bottom: 0.25rem;
}

.ls-story-bubble span {
    display: block;
    font-size: 0.98rem;
    line-height: 1.5;
    color: #4a4240;
}

.ls-story-chips {
    display: grid;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ls-story-chips li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgb(250 248 242 / 8%);
    border: 1px solid rgb(250 248 242 / 14%);
    font-size: 0.82rem;
    font-weight: 700;
    color: rgb(250 248 242 / 88%);
}

.ls-story-chips svg { color: var(--ls-primary-high, #fdb32b); flex: none; }

.ls-story-enter { margin-top: 0.35rem; }

.ls-story-spot {
    width: 100%;
    max-width: clamp(180px, 26vw, 300px);
    height: auto;
    justify-self: center;
    filter: drop-shadow(0 26px 44px rgb(0 0 0 / 55%));
    animation: lsFloat 6s ease-in-out infinite;
}

.ls-story-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.7rem, 2vw, 1.4rem);
    opacity: 0;
    transition: opacity 420ms ease 220ms;
}

.ls-intro.is-story-in .ls-story-foot { opacity: 1; }

.ls-story-dots {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ls-story-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(250 248 242 / 24%);
    transition: background 240ms ease, width 240ms var(--ease-spot);
}

.ls-story-dots li.is-active {
    width: 24px;
    border-radius: 999px;
    background: var(--ls-primary-high, #fdb32b);
}

.ls-story-logo {
    width: clamp(120px, 16vw, 168px);
    height: auto;
}

.ls-story-payoff {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ls-primary-high, #fdb32b);
}

.ls-story-skip {
    padding: 0;
    border: 0;
    background: none;
    color: rgb(250 248 242 / 52%);
    font: inherit;
    font-size: 0.84rem;
    text-decoration: underline;
    cursor: pointer;
}

.ls-story-skip:hover { color: var(--ls-primary-high, #fdb32b); }

body.spot-intro-active .site-header { animation: lsRevealDown 560ms var(--ease-spot) 15200ms both; }
body.spot-intro-active .topbar      { animation: lsRevealDown 480ms var(--ease-spot) 15200ms both; }
body.spot-intro-active #site-main   { animation: lsRevealUp 700ms var(--ease-spot) 15280ms both; }
body.spot-intro-active .site-footer { animation: lsRevealUp 700ms var(--ease-spot) 15360ms both; }

body.spot-intro-done .site-header { animation: lsRevealDown 560ms var(--ease-spot) both; }
body.spot-intro-done .topbar      { animation: lsRevealDown 480ms var(--ease-spot) both; }
body.spot-intro-done #site-main   { animation: lsRevealUp 700ms var(--ease-spot) 80ms both; }
body.spot-intro-done .site-footer { animation: lsRevealUp 700ms var(--ease-spot) 160ms both; }

@keyframes lsDashAcross {
    0%   { opacity: 0; transform: translateX(-58vw) scale(0.7) rotate(-8deg); }
    35%  { opacity: 1; }
    62%  { transform: translateX(0) scale(1.04) rotate(2deg); }
    100% { opacity: 1; transform: translateX(0) scale(1) rotate(0deg); }
}

@keyframes lsWhoosh {
    0%   { opacity: 0; transform: translateX(0); }
    30%  { opacity: 0.9; }
    100% { opacity: 0; transform: translateX(420%); }
}

@keyframes lsBar {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

@keyframes lsIntroOut {
    from { opacity: 1; transform: scale(1); }
    to   { opacity: 0; transform: scale(1.06); visibility: hidden; }
}

@keyframes lsRevealDown {
    from { opacity: 0; transform: translateY(-16px); }
    to   { opacity: 1; transform: none; }
}

@keyframes lsRevealUp {
    from { opacity: 0; transform: translateY(22px) scale(0.995); }
    to   { opacity: 1; transform: none; }
}

@media (max-width: 820px) {
    .ls-story-panel {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
        justify-items: center;
    }

    .ls-story-panel { align-content: center; gap: 0.8rem; }
    .ls-story-copy { justify-items: center; padding-top: 0; }
    .ls-story-spot { order: -1; max-width: min(46%, 170px); margin-top: 1.6rem; }
    .ls-story-chips { justify-items: center; }
    .ls-story-bubble { border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .ls-intro { display: none !important; }
}
