/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-jwa0aohgyy] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jwa0aohgyy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.site-shell[b-61bdnaqgrw] {
    position: relative;
    z-index: 1;
    overflow: clip;
}

.topbar[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: min(100% - 64px, 1480px);
    min-height: 104px;
    margin: 0 auto;
    border-bottom: 1px solid var(--line);
}

.brand[b-61bdnaqgrw] {
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
}

.brand-maker[b-61bdnaqgrw],
.edition-badge[b-61bdnaqgrw],
.stage-label[b-61bdnaqgrw],
.section-index[b-61bdnaqgrw],
.prep-kicker[b-61bdnaqgrw],
.card-tag[b-61bdnaqgrw],
.mission-status[b-61bdnaqgrw],
.music-player[b-61bdnaqgrw],
footer[b-61bdnaqgrw] {
    font-family: var(--pixel);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-maker[b-61bdnaqgrw] {
    padding: 11px 13px 9px;
    color: var(--paper-light);
    background: var(--forest);
    font-size: 0.78rem;
    font-weight: 700;
}

.brand-product[b-61bdnaqgrw] {
    margin-left: 12px;
    font-family: var(--display);
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 0.055em;
}

.nav-links[b-61bdnaqgrw] {
    display: flex;
    gap: clamp(28px, 4vw, 64px);
}

.nav-links a[b-61bdnaqgrw] {
    position: relative;
    padding: 10px 0;
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-links a[b-61bdnaqgrw]::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--olive);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.nav-links a:hover[b-61bdnaqgrw]::after,
.nav-links a:focus-visible[b-61bdnaqgrw]::after {
    transform: scaleX(1);
    transform-origin: left;
}

.edition-badge[b-61bdnaqgrw] {
    justify-self: end;
    padding: 9px 12px 7px;
    border: 1px solid var(--ink);
    font-size: 0.68rem;
    font-weight: 700;
}

.hero[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    gap: clamp(40px, 5vw, 88px);
    align-items: center;
    width: min(100% - 64px, 1480px);
    min-height: calc(100vh - 104px);
    margin: 0 auto;
    padding: clamp(64px, 8vh, 116px) 0;
}

.hero-copy[b-61bdnaqgrw] {
    position: relative;
    z-index: 2;
}

.eyebrow[b-61bdnaqgrw] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0 0 24px;
    color: var(--olive);
    font-family: var(--pixel);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow span[b-61bdnaqgrw] {
    width: 9px;
    height: 9px;
    background: var(--olive);
    box-shadow: 4px 4px 0 var(--lime);
}

h1[b-61bdnaqgrw],
h2[b-61bdnaqgrw],
h3[b-61bdnaqgrw],
p[b-61bdnaqgrw] {
    margin-top: 0;
}

h1[b-61bdnaqgrw],
h2[b-61bdnaqgrw] {
    font-family: var(--display);
    font-weight: 900;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

h1[b-61bdnaqgrw] {
    max-width: 800px;
    margin-bottom: 30px;
    font-size: clamp(4rem, 6.4vw, 7.5rem);
    line-height: 0.82;
}

h1 em[b-61bdnaqgrw],
h2 em[b-61bdnaqgrw] {
    color: var(--olive);
    font-style: normal;
}

.hero-intro[b-61bdnaqgrw] {
    max-width: 620px;
    margin-bottom: 34px;
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    line-height: 1.65;
}

.hero-actions[b-61bdnaqgrw] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: clamp(44px, 6vh, 72px);
}

.button[b-61bdnaqgrw] {
    display: inline-flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid var(--ink);
    font-family: var(--pixel);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 5px 5px 0 var(--ink);
    transition: transform 150ms ease, box-shadow 150ms ease, color 150ms ease, background 150ms ease;
}

.button:hover[b-61bdnaqgrw] {
    transform: translate(3px, 3px);
    box-shadow: 2px 2px 0 var(--ink);
}

.button-primary[b-61bdnaqgrw],
.button-light[b-61bdnaqgrw] {
    color: var(--paper-light);
    background: var(--forest);
}

.button-ghost[b-61bdnaqgrw] {
    background: transparent;
}

.button-ghost:hover[b-61bdnaqgrw] {
    color: var(--paper-light);
    background: var(--olive);
}

.quick-stats[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 620px;
    margin: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.quick-stats div[b-61bdnaqgrw] {
    padding: 18px 14px 16px;
    border-right: 1px solid var(--line);
}

.quick-stats div:first-child[b-61bdnaqgrw] {
    padding-left: 0;
}

.quick-stats div:last-child[b-61bdnaqgrw] {
    border-right: 0;
}

.quick-stats dt[b-61bdnaqgrw] {
    color: var(--olive);
    font-family: var(--pixel);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 700;
}

.quick-stats dd[b-61bdnaqgrw] {
    margin: 5px 0 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-stage[b-61bdnaqgrw] {
    position: relative;
    isolation: isolate;
    min-height: min(70vw, 760px);
    padding: clamp(46px, 5vw, 72px);
    border: 1px solid var(--ink);
    background: var(--olive);
    box-shadow: 14px 14px 0 rgba(39, 51, 41, 0.18);
}

.stage-grid[b-61bdnaqgrw] {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(238, 233, 223, 0.25) 1px, transparent 1px),
        linear-gradient(90deg, rgba(238, 233, 223, 0.25) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.stage-label[b-61bdnaqgrw] {
    position: absolute;
    color: var(--paper-light);
    font-size: 0.66rem;
}

.stage-label-top[b-61bdnaqgrw] {
    top: 20px;
    left: 24px;
}

.stage-label-bottom[b-61bdnaqgrw] {
    right: 24px;
    bottom: 20px;
}

.product-figure[b-61bdnaqgrw] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: clamp(12px, 2vw, 24px);
    background: var(--paper-light);
    box-shadow: 0 26px 50px rgba(24, 31, 25, 0.34);
    transform: rotate(1.2deg);
    transition: transform 320ms ease;
}

.product-stage:hover .product-figure[b-61bdnaqgrw] {
    transform: rotate(-0.4deg) scale(1.012);
}

.product-figure img[b-61bdnaqgrw] {
    display: block;
    width: 100%;
    min-height: 0;
    flex: 1;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.88) contrast(1.02);
}

.product-figure figcaption[b-61bdnaqgrw] {
    display: flex;
    justify-content: space-between;
    padding: 16px 4px 0;
    font-family: var(--pixel);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.ticker[b-61bdnaqgrw] {
    overflow: hidden;
    color: var(--paper-light);
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    background: var(--forest);
}

.ticker-track[b-61bdnaqgrw] {
    display: flex;
    gap: clamp(24px, 3vw, 54px);
    align-items: center;
    justify-content: center;
    min-width: max-content;
    min-height: 74px;
    padding: 0 32px;
    font-family: var(--display);
    font-size: clamp(1.15rem, 1.55vw, 1.7rem);
    font-weight: 800;
    letter-spacing: 0.05em;
}

.ticker-track i[b-61bdnaqgrw] {
    color: var(--lime);
    font-size: 0.7rem;
}

.mission-section[b-61bdnaqgrw] {
    position: relative;
    width: min(100% - 64px, 1480px);
    min-height: 720px;
    margin: clamp(90px, 11vw, 170px) auto 0;
    overflow: hidden;
    border: 1px solid var(--ink);
    background: var(--forest);
}

.mission-section[b-61bdnaqgrw]::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(20, 27, 22, 0.86) 0%, rgba(20, 27, 22, 0.58) 38%, transparent 68%);
}

.mission-section > img[b-61bdnaqgrw] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission-copy[b-61bdnaqgrw] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(56%, 720px);
    min-height: 720px;
    padding: clamp(48px, 7vw, 110px);
    color: var(--paper-light);
}

.mission-copy .section-index[b-61bdnaqgrw] {
    color: var(--lime);
}

.mission-copy h2[b-61bdnaqgrw] {
    margin-bottom: 28px;
    font-size: clamp(3.8rem, 6.3vw, 7.2rem);
    line-height: 0.85;
}

.mission-copy h2 em[b-61bdnaqgrw] {
    color: var(--lime);
}

.mission-copy > p:not(.section-index)[b-61bdnaqgrw] {
    max-width: 540px;
    margin-bottom: 42px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.mission-status[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    max-width: 500px;
    padding: 17px 19px;
    border: 1px solid rgba(247, 243, 235, 0.65);
    font-size: 0.63rem;
}

.mission-status strong[b-61bdnaqgrw] {
    letter-spacing: 0.06em;
}

.mission-status i[b-61bdnaqgrw],
.status-box i[b-61bdnaqgrw] {
    width: 10px;
    height: 10px;
    background: var(--lime);
    box-shadow: 0 0 0 5px rgba(198, 207, 155, 0.15);
    animation: blink-b-61bdnaqgrw 1.2s steps(2, end) infinite;
}

@keyframes blink-b-61bdnaqgrw {
    50% { opacity: 0.3; }
}

.loadout-section[b-61bdnaqgrw] {
    width: min(100% - 64px, 1480px);
    margin: 0 auto;
    padding: clamp(100px, 12vw, 170px) 0;
}

.section-heading[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
    gap: 80px;
    align-items: end;
    margin-bottom: clamp(50px, 7vw, 90px);
}

.section-index[b-61bdnaqgrw] {
    margin-bottom: 24px;
    color: var(--olive);
    font-size: 0.68rem;
    font-weight: 700;
}

.section-heading h2[b-61bdnaqgrw],
.prep-content h2[b-61bdnaqgrw] {
    margin-bottom: 0;
    font-size: clamp(3rem, 5.8vw, 6.6rem);
    line-height: 0.9;
}

.section-heading > p[b-61bdnaqgrw] {
    margin-bottom: 4px;
    font-size: 1.06rem;
    line-height: 1.7;
}

.feature-grid[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.feature-card[b-61bdnaqgrw] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 450px;
    padding: clamp(28px, 3vw, 48px);
    border: 1px solid var(--ink);
    background: rgba(247, 243, 235, 0.52);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover[b-61bdnaqgrw] {
    z-index: 2;
    transform: translateY(-8px);
    box-shadow: 9px 9px 0 rgba(39, 51, 41, 0.23);
}

.feature-card-dark[b-61bdnaqgrw] {
    color: var(--paper-light);
    background: var(--forest);
}

.feature-card-accent[b-61bdnaqgrw] {
    background: var(--lime);
}

.pixel-icon[b-61bdnaqgrw] {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin-bottom: 70px;
    color: var(--ink);
    border: 1px solid currentColor;
    background: var(--paper-light);
    box-shadow: 5px 5px 0 currentColor;
}

.feature-card-dark .pixel-icon[b-61bdnaqgrw] {
    color: var(--paper-light);
    background: var(--olive);
}

.pixel-icon svg[b-61bdnaqgrw] {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

.feature-card:first-child .pixel-icon svg path[b-61bdnaqgrw] {
    fill: currentColor;
    stroke: none;
}

.card-number[b-61bdnaqgrw] {
    position: absolute;
    top: 34px;
    right: 34px;
    font-family: var(--pixel);
    font-size: 0.75rem;
}

.feature-card h3[b-61bdnaqgrw] {
    margin-bottom: 16px;
    font-family: var(--display);
    font-size: clamp(2rem, 2.7vw, 3rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.feature-card p[b-61bdnaqgrw] {
    max-width: 360px;
    margin-bottom: 38px;
    line-height: 1.65;
}

.card-tag[b-61bdnaqgrw] {
    width: fit-content;
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid currentColor;
    font-size: 0.63rem;
    font-weight: 700;
}

.landor-section[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1.28fr);
    width: min(100% - 64px, 1480px);
    min-height: 760px;
    margin: 0 auto clamp(100px, 12vw, 170px);
    overflow: hidden;
    border: 1px solid var(--ink);
    background: var(--paper-light);
    box-shadow: 14px 14px 0 rgba(39, 51, 41, 0.18);
}

.landor-copy[b-61bdnaqgrw] {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 6vw, 90px);
    border-right: 1px solid var(--ink);
    background:
        linear-gradient(145deg, rgba(247, 243, 235, 0.98), rgba(238, 233, 223, 0.92)),
        var(--paper-light);
}

.landor-name[b-61bdnaqgrw] {
    width: fit-content;
    margin-bottom: 24px;
    padding: 10px 14px 8px;
    color: var(--paper-light);
    background: var(--forest);
    font-family: var(--pixel);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.landor-copy h2[b-61bdnaqgrw] {
    margin-bottom: 28px;
    font-size: clamp(3.2rem, 5.5vw, 6.3rem);
    line-height: 0.86;
}

.landor-copy > p:not(.section-index)[b-61bdnaqgrw] {
    max-width: 500px;
    margin-bottom: 42px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.landor-stats[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.landor-stats div[b-61bdnaqgrw] {
    padding: 17px 14px 16px 0;
}

.landor-stats div + div[b-61bdnaqgrw] {
    padding-left: 20px;
    border-left: 1px solid var(--line);
}

.landor-stats dt[b-61bdnaqgrw] {
    margin-bottom: 6px;
    color: var(--olive);
    font-family: var(--pixel);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.landor-stats dd[b-61bdnaqgrw] {
    margin: 0;
    font-family: var(--display);
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
}

.landor-visual[b-61bdnaqgrw] {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 35%, #f7f3eb 0, #eee9df 65%, #e4ddcf 100%);
}

.landor-grid[b-61bdnaqgrw] {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(var(--olive) 1px, transparent 1px),
        linear-gradient(90deg, var(--olive) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.landor-visual > img[b-61bdnaqgrw] {
    position: absolute;
    top: 0;
    bottom: -5%;
    left: 50%;
    width: 100%;
    height: 108%;
    object-fit: contain;
    object-position: center bottom;
    mix-blend-mode: multiply;
    transform: translateX(-50%);
    transition: transform 320ms ease;
}

.landor-section:hover .landor-visual > img[b-61bdnaqgrw] {
    transform: translateX(-50%) scale(1.015);
}

.landor-dialog[b-61bdnaqgrw] {
    position: absolute;
    right: 36px;
    bottom: 34px;
    left: 36px;
    z-index: 3;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    color: var(--paper-light);
    border: 1px solid var(--paper-light);
    background: var(--forest);
    box-shadow: 6px 6px 0 var(--ink);
    font-family: var(--pixel);
    font-size: 0.65rem;
    letter-spacing: 0.05em;
}

.landor-dialog strong[b-61bdnaqgrw] {
    color: var(--lime);
}

.landor-dialog i[b-61bdnaqgrw] {
    width: 0;
    height: 0;
    border-top: 8px solid var(--lime);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.prep-section[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
    min-height: 780px;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.prep-visual[b-61bdnaqgrw] {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    color: var(--paper-light);
    border-right: 1px solid var(--ink);
    background: var(--olive);
}

.prep-visual[b-61bdnaqgrw]::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(39, 51, 41, 0.04) 50%, rgba(39, 51, 41, 0.82) 100%);
    pointer-events: none;
}

.prep-visual > img[b-61bdnaqgrw] {
    width: 100%;
    height: 100%;
    min-height: 690px;
    object-fit: cover;
}

.prep-kicker[b-61bdnaqgrw] {
    position: absolute;
    z-index: 2;
    top: 34px;
    left: 38px;
    padding: 11px 13px;
    color: var(--paper-light);
    background: var(--forest);
    font-size: 0.67rem;
}

.status-box[b-61bdnaqgrw] {
    position: absolute;
    right: 36px;
    bottom: 34px;
    left: 36px;
    z-index: 3;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid var(--paper-light);
    font-family: var(--pixel);
    font-size: 0.65rem;
}

.status-box strong[b-61bdnaqgrw] {
    letter-spacing: 0.04em;
}

.prep-content[b-61bdnaqgrw] {
    padding: clamp(70px, 8vw, 130px);
    background: rgba(247, 243, 235, 0.46);
}

.prep-steps[b-61bdnaqgrw] {
    margin: 70px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}

.prep-steps li[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    padding: 27px 0 25px;
    border-bottom: 1px solid var(--line);
}

.step-number[b-61bdnaqgrw] {
    padding-top: 4px;
    color: var(--olive);
    font-family: var(--pixel);
    font-size: 0.72rem;
    font-weight: 700;
}

.prep-steps h3[b-61bdnaqgrw] {
    margin-bottom: 7px;
    font-family: var(--display);
    font-size: 1.45rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.prep-steps p[b-61bdnaqgrw] {
    margin-bottom: 0;
    line-height: 1.55;
}

.final-cta[b-61bdnaqgrw] {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 690px;
    padding: 100px 32px;
    text-align: center;
}

.final-cta h2[b-61bdnaqgrw] {
    margin-bottom: 28px;
    font-size: clamp(4rem, 8vw, 9rem);
    line-height: 0.78;
}

.final-cta h2 span[b-61bdnaqgrw] {
    color: var(--olive);
}

.final-cta > p:not(.section-index)[b-61bdnaqgrw] {
    margin-bottom: 34px;
    font-size: 1.08rem;
}

.corner[b-61bdnaqgrw] {
    position: absolute;
    width: 88px;
    height: 88px;
}

.corner-one[b-61bdnaqgrw] {
    top: 54px;
    left: 54px;
    border-top: 1px solid var(--ink);
    border-left: 1px solid var(--ink);
}

.corner-two[b-61bdnaqgrw] {
    right: 54px;
    bottom: 54px;
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

footer[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    width: min(100% - 64px, 1480px);
    margin: 0 auto;
    padding: 25px 0 30px;
    border-top: 1px solid var(--line);
    font-size: 0.59rem;
    font-weight: 700;
}

footer span:last-child[b-61bdnaqgrw] {
    justify-self: end;
}

.music-player[b-61bdnaqgrw] {
    position: fixed;
    z-index: 30;
    right: 22px;
    bottom: 22px;
    width: min(390px, calc(100vw - 32px));
    color: var(--paper-light);
    font-size: 0.61rem;
}

.music-player summary[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 13px;
    align-items: center;
    width: 210px;
    min-height: 48px;
    margin-left: auto;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid var(--paper-light);
    background: var(--forest);
    box-shadow: 5px 5px 0 var(--ink);
    list-style: none;
}

.music-player summary[b-61bdnaqgrw]::-webkit-details-marker {
    display: none;
}

.music-player summary strong[b-61bdnaqgrw] {
    color: var(--lime);
    font-size: 0.58rem;
}

.music-pulse[b-61bdnaqgrw] {
    display: flex;
    gap: 2px;
    align-items: flex-end;
    height: 16px;
}

.music-pulse i[b-61bdnaqgrw] {
    display: block;
    width: 3px;
    height: 7px;
    background: var(--lime);
    animation: equalize-b-61bdnaqgrw 750ms steps(3, end) infinite alternate;
}

.music-pulse i:nth-child(2)[b-61bdnaqgrw] {
    height: 14px;
    animation-delay: 160ms;
}

.music-pulse i:nth-child(3)[b-61bdnaqgrw] {
    height: 10px;
    animation-delay: 320ms;
}

@keyframes equalize-b-61bdnaqgrw {
    to { height: 3px; }
}

.music-panel[b-61bdnaqgrw] {
    margin-top: 8px;
    padding: 18px;
    border: 1px solid var(--paper-light);
    background: var(--forest);
    box-shadow: 7px 7px 0 var(--ink);
}

.player-heading[b-61bdnaqgrw] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.player-heading strong[b-61bdnaqgrw] {
    color: var(--lime);
}

.track-list[b-61bdnaqgrw] {
    border-top: 1px solid rgba(247, 243, 235, 0.35);
}

.track[b-61bdnaqgrw] {
    padding: 15px 0;
    border-bottom: 1px solid rgba(247, 243, 235, 0.35);
}

.track:last-child[b-61bdnaqgrw] {
    padding-bottom: 0;
    border-bottom: 0;
}

.track-meta[b-61bdnaqgrw] {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.track-number[b-61bdnaqgrw] {
    color: var(--lime);
    font-size: 0.58rem;
}

.track-meta > div[b-61bdnaqgrw] {
    display: grid;
    gap: 4px;
}

.track-meta strong[b-61bdnaqgrw] {
    color: var(--paper-light);
    font-size: 0.65rem;
    letter-spacing: 0.06em;
}

.track-meta div span[b-61bdnaqgrw] {
    color: rgba(247, 243, 235, 0.67);
    font-size: 0.52rem;
}

.track audio[b-61bdnaqgrw] {
    display: block;
    width: 100%;
    height: 36px;
    border-radius: 0;
    color-scheme: light;
}

@media (max-width: 1120px) {
    .hero[b-61bdnaqgrw] {
        grid-template-columns: 1fr;
        padding-top: 80px;
    }

    .hero-copy[b-61bdnaqgrw] {
        max-width: 850px;
    }

    .product-stage[b-61bdnaqgrw] {
        min-height: auto;
    }

    .section-heading[b-61bdnaqgrw] {
        gap: 40px;
    }

    .feature-card[b-61bdnaqgrw] {
        min-height: 420px;
    }

    .landor-section[b-61bdnaqgrw] {
        grid-template-columns: minmax(330px, 0.8fr) minmax(450px, 1.2fr);
    }

    .prep-section[b-61bdnaqgrw] {
        grid-template-columns: 0.85fr 1.15fr;
    }

    .prep-content[b-61bdnaqgrw] {
        padding-inline: 60px;
    }
}

@media (max-width: 820px) {
    .topbar[b-61bdnaqgrw],
    .hero[b-61bdnaqgrw],
    .mission-section[b-61bdnaqgrw],
    .loadout-section[b-61bdnaqgrw],
    .landor-section[b-61bdnaqgrw],
    footer[b-61bdnaqgrw] {
        width: min(100% - 36px, 1480px);
    }

    .topbar[b-61bdnaqgrw] {
        grid-template-columns: 1fr auto;
        min-height: 86px;
    }

    .nav-links[b-61bdnaqgrw] {
        display: none;
    }

    .hero[b-61bdnaqgrw] {
        min-height: auto;
        padding: 68px 0 84px;
    }

    h1[b-61bdnaqgrw] {
        font-size: clamp(3.75rem, 14vw, 6.5rem);
    }

    .mission-section[b-61bdnaqgrw] {
        min-height: 680px;
    }

    .mission-section[b-61bdnaqgrw]::after {
        background: linear-gradient(0deg, rgba(20, 27, 22, 0.92) 0%, rgba(20, 27, 22, 0.5) 68%, transparent 100%);
    }

    .mission-copy[b-61bdnaqgrw] {
        justify-content: flex-end;
        width: 100%;
        min-height: 680px;
        padding: 45px 34px;
    }

    .mission-copy h2[b-61bdnaqgrw] {
        font-size: clamp(3.8rem, 13vw, 6.5rem);
    }

    .section-heading[b-61bdnaqgrw] {
        grid-template-columns: 1fr;
    }

    .section-heading > p[b-61bdnaqgrw] {
        max-width: 620px;
    }

    .feature-grid[b-61bdnaqgrw] {
        grid-template-columns: 1fr;
    }

    .feature-card[b-61bdnaqgrw] {
        min-height: 360px;
    }

    .pixel-icon[b-61bdnaqgrw] {
        margin-bottom: 50px;
    }

    .landor-section[b-61bdnaqgrw] {
        grid-template-columns: 1fr;
    }

    .landor-copy[b-61bdnaqgrw] {
        min-height: 600px;
        border-right: 0;
        border-bottom: 1px solid var(--ink);
    }

    .landor-visual[b-61bdnaqgrw] {
        min-height: 720px;
    }

    .prep-section[b-61bdnaqgrw] {
        grid-template-columns: 1fr;
    }

    .prep-visual[b-61bdnaqgrw] {
        min-height: 650px;
        border-right: 0;
        border-bottom: 1px solid var(--ink);
    }

    .prep-visual > img[b-61bdnaqgrw] {
        min-height: 650px;
    }

    .prep-content[b-61bdnaqgrw] {
        padding: 90px 24px;
    }

    footer[b-61bdnaqgrw] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    footer span:last-child[b-61bdnaqgrw] {
        justify-self: center;
    }
}

@media (max-width: 520px) {
    .brand-product[b-61bdnaqgrw] {
        font-size: 1.45rem;
    }

    .edition-badge[b-61bdnaqgrw] {
        padding-inline: 8px;
        font-size: 0.55rem;
    }

    .hero[b-61bdnaqgrw] {
        padding-top: 52px;
    }

    .hero-intro[b-61bdnaqgrw] {
        font-size: 0.98rem;
    }

    .hero-actions[b-61bdnaqgrw] {
        display: grid;
    }

    .button[b-61bdnaqgrw] {
        width: 100%;
    }

    .quick-stats dt[b-61bdnaqgrw] {
        font-size: 1.1rem;
    }

    .quick-stats dd[b-61bdnaqgrw] {
        font-size: 0.55rem;
    }

    .product-stage[b-61bdnaqgrw] {
        margin: 0 -18px;
        padding: 46px 22px;
        border-right: 0;
        border-left: 0;
        box-shadow: none;
    }

    .product-figure figcaption[b-61bdnaqgrw] {
        font-size: 0.52rem;
    }

    .mission-section[b-61bdnaqgrw] {
        width: 100%;
        margin-top: 80px;
        border-right: 0;
        border-left: 0;
    }

    .mission-copy[b-61bdnaqgrw] {
        padding-inline: 20px;
    }

    .mission-status[b-61bdnaqgrw] {
        gap: 10px;
        font-size: 0.53rem;
    }

    .loadout-section[b-61bdnaqgrw] {
        padding-block: 90px;
    }

    .section-heading h2[b-61bdnaqgrw],
    .prep-content h2[b-61bdnaqgrw] {
        font-size: clamp(3.05rem, 15vw, 4.4rem);
    }

    .feature-card[b-61bdnaqgrw] {
        min-height: 390px;
        padding: 30px 26px;
    }

    .landor-section[b-61bdnaqgrw] {
        width: 100%;
        margin-bottom: 90px;
        border-right: 0;
        border-left: 0;
        box-shadow: none;
    }

    .landor-copy[b-61bdnaqgrw] {
        min-height: auto;
        padding: 70px 24px;
    }

    .landor-copy h2[b-61bdnaqgrw] {
        font-size: clamp(3.1rem, 15vw, 4.5rem);
    }

    .landor-copy > p:not(.section-index)[b-61bdnaqgrw] {
        font-size: 0.98rem;
    }

    .landor-stats[b-61bdnaqgrw] {
        grid-template-columns: 1fr;
    }

    .landor-stats div + div[b-61bdnaqgrw] {
        padding-left: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .landor-visual[b-61bdnaqgrw] {
        min-height: 600px;
    }

    .landor-dialog[b-61bdnaqgrw] {
        right: 18px;
        bottom: 18px;
        left: 18px;
        grid-template-columns: 1fr auto;
        font-size: 0.56rem;
    }

    .landor-dialog span[b-61bdnaqgrw] {
        display: none;
    }

    .prep-visual[b-61bdnaqgrw],
    .prep-visual > img[b-61bdnaqgrw] {
        min-height: 560px;
    }

    .status-box[b-61bdnaqgrw] {
        right: 18px;
        bottom: 18px;
        left: 18px;
        grid-template-columns: auto 1fr;
    }

    .status-box i[b-61bdnaqgrw] {
        display: none;
    }

    .prep-steps li[b-61bdnaqgrw] {
        grid-template-columns: 48px 1fr;
    }

    .final-cta[b-61bdnaqgrw] {
        min-height: 570px;
        padding-inline: 18px;
    }

    .final-cta h2[b-61bdnaqgrw] {
        font-size: clamp(3.2rem, 16vw, 5rem);
    }

    .corner[b-61bdnaqgrw] {
        width: 48px;
        height: 48px;
    }

    .corner-one[b-61bdnaqgrw] {
        top: 26px;
        left: 18px;
    }

    .corner-two[b-61bdnaqgrw] {
        right: 18px;
        bottom: 26px;
    }

    .music-player[b-61bdnaqgrw] {
        right: 16px;
        bottom: 16px;
    }
}
