:root
{
    --tone: #0b1220;
    --deep: #dfe5f0;
    --thin: #ffffff;
    --wide: #ffb300;
    --stroke: #111111;
    --round: #d99700;
    --shell: #070b16;
    --brand: #ffffff;
    --flow: color-mix(in srgb, var(--deep) 6%, var(--tone));
    --dim: color-mix(in srgb, var(--deep) 3%, var(--tone));
    --card: color-mix(in srgb, var(--deep) 18%, var(--tone));
    --paper: color-mix(in srgb, var(--deep) 68%, var(--tone));
    --grid: 1160px;
    --main: 78ch;
    --band: 14px;
    --frame: 8px;
    --lift: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
    --base: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
    --soft: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
    --head: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
    --bold: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}
*::before, *, *::after
{
    box-sizing: border-box;
}
body
{
    margin: 0;
    background: var(--tone);
    color: var(--deep);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: var(--base);
    line-height: 1.65;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
}
img
{
    max-width: 100%;
    height: auto;
    display: block;
}
a
{
    color: inherit;
}
.drawer
{
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--shell);
    color: var(--brand);
}
.drawer__bottom, .entry__sub, .badge__outer, .element__sub, .parcel__figure
{
    width: min(100% - 2rem, var(--grid));
    margin-inline: auto;
}
.drawer__bottom
{
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 60px;
    padding-block: 0.5rem;
}
.shell
{
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    flex-shrink: 0;
}
.shell img
{
    height: 32px;
    width: auto;
    object-fit: contain;
}
.patch
{
    display: flex;
    gap: 0.15rem;
    margin-inline-end: auto;
    min-width: 0;
}
.patch a
{
    padding: 0.4rem 0.7rem;
    border-radius: var(--frame);
    text-decoration: none;
    color: inherit;
    opacity: 0.82;
    white-space: nowrap;
    font-size: 0.92rem;
}
.patch a:hover
{
    background: color-mix(in srgb, var(--brand) 14%, transparent);
    opacity: 1;
}
.patch:empty
{
    display: none;
}
.patch:empty + .drawer__cell
{
    margin-inline-start: auto;
}
.drawer__cell
{
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}
.lattice
{
    display: none;
    position: relative;
    flex-shrink: 0;
}
.lattice__bottom
{
    list-style: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--brand) 40%, transparent);
    border-radius: var(--frame);
}
.lattice__bottom::-webkit-details-marker
{
    display: none;
}
.lattice__bottom span::before, .lattice__bottom span, .lattice__bottom span::after
{
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
}
.lattice__bottom span
{
    position: relative;
}
.lattice__bottom span::before
{
    position: absolute;
    top: -6px;
}
.lattice__bottom span::after
{
    position: absolute;
    top: 6px;
}
.lattice__copy
{
    position: absolute;
    inset-inline-end: 0;
    top: calc(100% + 0.5rem);
    z-index: 25;
    min-width: 14rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.5rem;
    background: var(--shell);
    border: 1px solid color-mix(in srgb, var(--brand) 20%, transparent);
    border-radius: var(--band);
    box-shadow: var(--lift);
}
.lattice__copy a
{
    padding: 0.6rem 0.7rem;
    border-radius: var(--frame);
    text-decoration: none;
    color: var(--brand);
}
.lattice__copy a:hover
{
    background: color-mix(in srgb, var(--brand) 12%, transparent);
}
.lattice__copy .promo
{
    margin-top: 0.4rem;
    color: var(--brand);
    border-color: color-mix(in srgb, var(--brand) 40%, transparent);
}
.drawer .promo_copy
{
    color: inherit;
    border-color: color-mix(in srgb, var(--brand) 45%, transparent);
}
.drawer .promo_copy:hover
{
    background: color-mix(in srgb, var(--brand) 14%, transparent);
}
.badge
{
    background: color-mix(in srgb, var(--brand) 8%, var(--shell));
    border-top: 1px solid color-mix(in srgb, var(--brand) 12%, transparent);
    font-size: 0.9rem;
}
.badge__outer
{
    display: flex;
    gap: 0.25rem;
    overflow-x: auto;
    scrollbar-width: none;
}
.badge__outer::-webkit-scrollbar
{
    display: none;
}
.badge a
{
    padding: 0.55rem 0.7rem;
    text-decoration: none;
    color: var(--brand);
    opacity: 0.8;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}
.badge a:hover
{
    opacity: 1;
    border-bottom-color: var(--wide);
}
.promo
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1px solid var(--warm, transparent);
    border-radius: var(--frame);
    padding: 0.6rem 1.1rem;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: var(--wide);
    color: var(--stroke);
    transition: background-color 0.15s ease, transform 0.05s ease;
}
.promo:hover
{
    background: var(--round);
}
.promo:active
{
    transform: translateY(1px);
}
.promo_copy
{
    background: transparent;
    color: var(--thin);
    border-color: var(--card);
}
.promo_copy:hover
{
    background: var(--flow);
}
.promo_foot
{
    padding: 0.9rem 1.8rem;
    font-size: var(--soft);
}
:focus-visible
{
    outline: 2px solid var(--wide);
    outline-offset: 2px;
}
.module h3, .module h2, .wrap, .plate h3, .plate h2, .element__shut
{
    color: var(--thin);
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-wrap: balance;
}
.wrap
{
    font-size: var(--bold);
    margin: 0 0 1rem;
}
.element__shut
{
    font-size: var(--head);
    margin: 0 0 1.25rem;
}
.module h3, .plate h3
{
    font-size: var(--soft);
    margin: 1.75rem 0 0.5rem;
}
.module p, .plate p
{
    margin: 0 0 1rem;
}
.plate > :last-child, .module > :last-child
{
    margin-bottom: 0;
}
.plate a, .module a
{
    color: color-mix(in srgb, var(--wide) 72%, var(--thin));
    text-underline-offset: 3px;
}
.batch
{
    display: block;
}
.element
{
    padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
    scroll-margin-top: 72px;
}
.batch > .element:not(.parcel):nth-of-type(odd)
{
    background: var(--flow);
}
.plate
{
    max-width: var(--main);
}
.element_list .plate ul
{
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: 0.5rem;
}
.element_list .plate ul > li
{
    position: relative;
    padding-inline-start: 1.9rem;
    padding-block: 0.15rem;
}
.element_list .plate ul > li::before
{
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.55em;
    width: 0.75rem;
    height: 0.4rem;
    border-inline-start: 2px solid var(--wide);
    border-bottom: 2px solid var(--wide);
    transform: rotate(-45deg);
}
.element_list .plate ol
{
    counter-reset: step;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.6rem;
}
.element_list .plate ol > li
{
    counter-increment: step;
    position: relative;
    padding-inline-start: 2.6rem;
}
.element_list .plate ol > li::before
{
    content: counter(step);
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: var(--wide);
    color: var(--stroke);
    font-weight: 700;
    font-size: 0.9rem;
    display: grid;
    place-items: center;
}
.note
{
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border: 1px solid var(--card);
    border-inline-start: 3px solid var(--paper);
    border-radius: 0 var(--frame) var(--frame) 0;
    background: var(--flow);
    font-size: 0.95rem;
}
.note p
{
    margin: 0 0 0.6rem;
}
.note > :last-child
{
    margin-bottom: 0;
}
.note strong
{
    color: var(--thin);
}
.note--disclosure
{
    color: var(--paper);
    font-size: 0.88rem;
    background: transparent;
    border-inline-start-color: var(--card);
}
.note--warning
{
    border-inline-start-color: var(--wide);
    background: color-mix(in srgb, var(--wide) 10%, var(--tone));
}
.note--takeaway
{
    font-variant-numeric: tabular-nums;
    border-inline-start-color: var(--thin);
}
.note--rg
{
    border: 1px solid color-mix(in srgb, var(--thin) 30%, var(--card));
    border-radius: var(--band);
    background: var(--dim);
}
.note--rg a
{
    font-weight: 600;
}
.note--independent
{
    margin-top: 2.5rem;
    font-size: 0.85rem;
    color: var(--paper);
    background: transparent;
    border: 0;
    border-top: 1px solid var(--card);
    border-radius: 0;
    padding: 1rem 0 0;
}
.plate blockquote, .module blockquote
{
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    border-inline-start: 3px solid var(--wide);
    border-radius: 0 var(--frame) var(--frame) 0;
    background: var(--flow);
    color: var(--paper);
    font-size: 0.95rem;
}
.module blockquote p, .plate blockquote p
{
    margin: 0 0 0.6rem;
}
.module blockquote > :last-child, .plate blockquote > :last-child
{
    margin-bottom: 0;
}
.module blockquote strong, .plate blockquote strong
{
    color: var(--thin);
}
.plate hr
{
    border: 0;
    border-top: 1px solid var(--card);
    margin: 2rem 0;
}
.plate table
{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    background: var(--dim);
    border: 1px solid var(--card);
    border-radius: var(--band);
    overflow: hidden;
}
.element_table .plate
{
    max-width: none;
    overflow-x: auto;
}
.plate th, .plate td
{
    border-bottom: 1px solid var(--card);
    padding: 0.7rem 0.9rem;
    text-align: start;
    vertical-align: top;
}
.plate caption
{
    caption-side: top;
    text-align: start;
    padding: 0 0 0.6rem;
    font-weight: 700;
    color: var(--thin);
}
.plate thead th
{
    background: color-mix(in srgb, var(--wide) 16%, var(--flow));
    color: var(--thin);
    font-weight: 700;
    white-space: nowrap;
}
.plate tbody tr:last-child td
{
    border-bottom: 0;
}
.plate tbody tr:nth-child(even)
{
    background: color-mix(in srgb, var(--deep) 3%, transparent);
}
.plane
{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
    gap: 2rem;
    align-items: start;
}
.plane__icon
{
    border: 1px solid var(--card);
    border-radius: var(--band);
    box-shadow: var(--lift);
    width: 100%;
}
.parcel
{
    position: relative;
    padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
    background: var(--shell);
    isolation: isolate;
}
.parcel::before
{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--plain, none);
    background-size: cover;
    background-position: center;
}
.chip__shut
{
    margin-top: 1.25rem;
    text-align: center;
}
.chip__shut a
{
    color: var(--wide);
    font-weight: 600;
}
.layer
{
    text-align: center;
}
.layer__open
{
    font-size: clamp(3.5rem, 12vw, 6rem);
    line-height: 1;
    font-weight: 800;
    color: var(--wide);
    margin-bottom: 0.5rem;
}
.layer__outer
{
    max-width: 46ch;
    margin-inline: auto;
    color: var(--paper);
}
.layer__cell
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
}
@media (max-width: 700px) {
    .parcel::before
    {
        background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--flat, var(--plain, none));
    }
}
.parcel__figure
{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
    grid-template-areas: "title offer" "text offer";
    align-content: start;
    gap: 0 2rem;
}
.parcel .wrap
{
    grid-area: title;
    color: #ffffff;
}
.parcel__sub
{
    grid-area: text;
    color: #f2f4f8;
    max-width: 62ch;
}
.parcel .module
{
    margin-bottom: 1.5rem;
}
.parcel__first
{
    margin: 0.75rem 0 0;
    font-size: 0.85rem;
    opacity: 0.75;
}
.slot
{
    grid-area: offer;
    background: var(--tone);
    border: 1px solid color-mix(in srgb, var(--wide) 40%, var(--card));
    border-radius: var(--band);
    box-shadow: var(--lift);
    overflow: hidden;
    align-self: start;
}
.slot .promo
{
    width: 100%;
}
.slot__figure
{
    display: grid;
    place-items: center;
    min-height: 74px;
    padding: 0.9rem 1.25rem;
    background: color-mix(in srgb, var(--wide) 22%, var(--tone));
    color: var(--thin);
    border-bottom: 3px solid var(--wide);
}
.slot__figure img
{
    height: 42px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.slot__alt
{
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.25rem;
    text-align: center;
}
.slot__narrow
{
    font-weight: 800;
    font-size: var(--soft);
    color: inherit;
    text-align: center;
}
.slot__flat
{
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--paper);
    margin: 0;
}
.slot__on
{
    font-size: var(--head);
    font-weight: 800;
    line-height: 1.15;
    color: var(--thin);
    margin: 0;
    text-wrap: balance;
}
.slot__shut
{
    font-size: 0.8rem;
    color: var(--paper);
    margin: 0;
}
.branch
{
    padding-block: 1.5rem;
}
.box
{
    border: 1px solid var(--card);
    border-radius: var(--band);
    background: var(--dim);
    padding: 0.5rem 1.1rem;
}
.box__flat
{
    cursor: pointer;
    font-weight: 700;
    color: var(--thin);
    padding-block: 0.6rem;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.box__flat::-webkit-details-marker
{
    display: none;
}
.box__flat::before
{
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-inline-end: 2px solid var(--wide);
    border-bottom: 2px solid var(--wide);
    transform: rotate(45deg);
    transition: transform 0.15s ease;
}
.box[open] .box__flat::before
{
    transform: rotate(-135deg);
}
.box__shut
{
    columns: 2;
    gap: 2rem;
    margin: 0 0 0.75rem;
    padding-inline-start: 1.2rem;
    font-size: 0.95rem;
}
.box__shut li
{
    break-inside: avoid;
    margin-bottom: 0.3rem;
}
.box__shut a
{
    color: var(--paper);
    text-underline-offset: 3px;
}
.box__shut a:hover
{
    color: var(--thin);
}
.shelf2
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.orbit
{
    display: flex;
    flex-direction: column;
    background: var(--dim);
    border: 1px solid var(--card);
    border-radius: var(--band);
    overflow: hidden;
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.orbit:hover
{
    border-color: var(--wide);
    transform: translateY(-2px);
}
.orbit__stub
{
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--flow);
}
.orbit__stub img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.orbit__light
{
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.85rem;
    margin-top: auto;
}
.orbit__last
{
    font-weight: 600;
    color: var(--thin);
    line-height: 1.3;
    margin: 0;
}
.orbit .promo
{
    width: 100%;
    padding-block: 0.5rem;
    font-size: 0.95rem;
}
.banner__light
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.span
{
    background: var(--tone);
    border: 1px solid var(--card);
    border-radius: var(--band);
    padding: 1.1rem 1.2rem;
}
.span__foot
{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}
.span__less
{
    font-weight: 700;
    color: var(--thin);
}
.span__narrow
{
    color: var(--wide);
    font-weight: 700;
    white-space: nowrap;
}
.span__light
{
    margin: 0;
    color: var(--paper);
}
.room__image
{
    display: grid;
    gap: 0.5rem;
    max-width: var(--main);
}
.room__outer
{
    border: 1px solid var(--card);
    border-radius: var(--frame);
    background: var(--dim);
    padding: 0 1.1rem;
}
.room__off
{
    cursor: pointer;
    font-weight: 600;
    color: var(--thin);
    padding-block: 0.9rem;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.room__off::-webkit-details-marker
{
    display: none;
}
.room__off::before
{
    content: "+";
    color: var(--wide);
    font-weight: 700;
    line-height: 1.4;
    flex-shrink: 0;
}
.room__outer[open] .room__off::before
{
    content: "−";
}
.room__lead
{
    color: var(--paper);
    padding-bottom: 1rem;
}
.room__lead > :first-child
{
    margin-top: 0;
}
.room__lead > :last-child
{
    margin-bottom: 0;
}
.unit
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding: 1.5rem;
    border-radius: var(--band);
    background: color-mix(in srgb, var(--wide) 12%, var(--flow));
    border: 1px solid color-mix(in srgb, var(--wide) 35%, var(--card));
}
.unit__sub
{
    margin: 0;
    font-size: var(--soft);
    font-weight: 800;
    color: var(--thin);
    text-wrap: balance;
}
.unit__figure
{
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: var(--paper);
}
.entry
{
    border-top: 1px solid var(--card);
    background: var(--flow);
    color: var(--paper);
    padding-block: 2rem 6rem;
}
.entry__sub
{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--card);
}
.entry__bottom
{
    margin-inline-end: auto;
    font-weight: 700;
    color: var(--thin);
}
.entry__bottom img
{
    height: 32px;
    width: auto;
    object-fit: contain;
}
.entry__open
{
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
}
.entry__open:empty
{
    display: none;
}
.entry__open a
{
    text-decoration: none;
}
.entry__open a:hover
{
    text-decoration: underline;
}
.entry__view
{
    width: min(100% - 2rem, var(--grid));
    margin-inline: auto;
    padding-top: 1.25rem;
    font-size: 0.85rem;
    display: grid;
    gap: 0.5rem;
}
.entry__view p
{
    margin: 0;
}
.entry__small
{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.floor
{
    display: inline-grid;
    place-items: center;
    min-width: 2.1rem;
    height: 2.1rem;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-weight: 800;
    font-size: 0.78rem;
}
.rail
{
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--wide) 14%, var(--shell));
    color: var(--brand);
    border-top: 1px solid color-mix(in srgb, var(--wide) 45%, transparent);
}
.rail__foot
{
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}
.rail__top
{
    font-weight: 800;
    color: var(--brand);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rail__plain
{
    font-size: 0.75rem;
    opacity: 0.7;
}
.rail .promo
{
    margin-inline-start: auto;
    flex-shrink: 0;
}
@media (max-width: 960px) {
    .parcel__figure
    {
        grid-template-columns: 1fr;
        grid-template-areas: "title" "offer" "text";
        gap: 1.25rem;
    }
    .plane
    {
        grid-template-columns: 1fr;
    }
    .plane__icon
    {
        max-width: 260px;
        margin-inline: auto;
    }
}
@media (max-width: 700px) {
    .box__shut
    {
        columns: 1;
    }
    .shelf2
    {
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
        gap: 0.75rem;
    }
}
@media (max-width: 640px) {
    .drawer
    {
        position: static;
    }
    .drawer__bottom
    {
        flex-wrap: wrap;
        gap: 0.5rem 0.75rem;
        padding-block: 0.6rem;
    }
    .drawer__bottom
    {
        flex-wrap: nowrap;
    }
    .badge, .drawer__cell .promo_copy, .patch
    {
        display: none;
    }
    .patch + .drawer__cell
    {
        margin-inline-start: auto;
    }
    .lattice
    {
        display: block;
        order: 3;
    }
    .drawer__cell
    {
        margin-inline-start: auto;
    }
    .drawer__cell .promo
    {
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem;
    }
    .element
    {
        padding-block: 1.75rem;
    }
    .slot__alt, .unit
    {
        padding: 1.15rem;
    }
    .parcel__sub .promo_foot, .unit .promo_foot
    {
        width: 100%;
    }
    .rail__plain
    {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before
    {
        transition: none !important;
    }
}
