:root {
    --grid: #0b1220;
    --zone: #dfe5f0;
    --deep: #fff;
    --base: #ffb300;
    --depth: #111;
    --lift: #d99700;
    --frame: #070b16;
    --ink: #fff;
    --field: color-mix(in srgb, var(--zone) 6%, var(--grid));
    --tone: color-mix(in srgb, var(--zone) 3%, var(--grid));
    --warm: color-mix(in srgb, var(--zone) 18%, var(--grid));
    --flat: color-mix(in srgb, var(--zone) 68%, var(--grid));
    --fill: 1160px;
    --paper: 78ch;
    --plain: 14px;
    --tile: 8px;
    --core: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
    --line: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
    --cool: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
    --band: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
    --flow: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}

*::before, *, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--grid);
    color: var(--zone);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: var(--line);
    line-height: 1.65;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
}

.pane {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--frame);
    color: var(--ink);
}

.banner__wide, .slab__on, .area__view, .bay__line, .pane__stub {
    width: min(100% - 2rem, var(--fill));
    margin-inline: auto;
}

.pane__stub {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 60px;
    padding-block: 0.5rem;
}

.figure {
    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;
}

.figure img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.field {
    display: flex;
    gap: 0.15rem;
    margin-inline-end: auto;
    min-width: 0;
}

.field a {
    padding: 0.4rem 0.7rem;
    border-radius: var(--tile);
    text-decoration: none;
    color: inherit;
    opacity: 0.82;
    white-space: nowrap;
    font-size: 0.92rem;
}

.field a:hover {
    background: color-mix(in srgb, var(--ink) 14%, transparent);
    opacity: 1;
}

.field:empty {
    display: none;
}

.field:empty + .pane__dark {
    margin-inline-start: auto;
}

.pane__dark {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.tile {
    display: none;
    position: relative;
    flex-shrink: 0;
}

.tile__line {
    list-style: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--ink) 40%, transparent);
    border-radius: var(--tile);
}

.tile__line::-webkit-details-marker {
    display: none;
}

.tile__line span, .tile__line span::after, .tile__line span::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
}

.tile__line span {
    position: relative;
}

.tile__line span::before {
    position: absolute;
    top: -6px;
}

.tile__line span::after {
    position: absolute;
    top: 6px;
}

.tile__lead {
    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(--frame);
    border: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
    border-radius: var(--plain);
    box-shadow: var(--core);
}

.tile__lead a {
    padding: 0.6rem 0.7rem;
    border-radius: var(--tile);
    text-decoration: none;
    color: var(--ink);
}

.tile__lead a:hover {
    background: color-mix(in srgb, var(--ink) 12%, transparent);
}

.tile__lead .container {
    margin-top: 0.4rem;
    color: var(--ink);
    border-color: color-mix(in srgb, var(--ink) 40%, transparent);
}

.pane .container--top {
    color: inherit;
    border-color: color-mix(in srgb, var(--ink) 45%, transparent);
}

.pane .container--top:hover {
    background: color-mix(in srgb, var(--ink) 14%, transparent);
}

.banner {
    background: color-mix(in srgb, var(--ink) 8%, var(--frame));
    border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
    font-size: 0.9rem;
}

.banner__wide {
    display: flex;
    gap: 0.25rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.banner__wide::-webkit-scrollbar {
    display: none;
}

.banner a {
    padding: 0.55rem 0.7rem;
    text-decoration: none;
    color: var(--ink);
    opacity: 0.8;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

.banner a:hover {
    opacity: 1;
    border-bottom-color: var(--base);
}

.container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1px solid var(--wide, transparent);
    border-radius: var(--tile);
    padding: 0.6rem 1.1rem;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: var(--base);
    color: var(--depth);
    transition: background-color 0.15s ease, transform 0.05s ease;
}

.container:hover {
    background: var(--lift);
}

.container:active {
    transform: translateY(1px);
}

.container--top {
    background: transparent;
    color: var(--deep);
    border-color: var(--warm);
}

.container--top:hover {
    background: var(--field);
}

.container--first {
    padding: 0.9rem 1.8rem;
    font-size: var(--cool);
}

:focus-visible {
    outline: 2px solid var(--base);
    outline-offset: 2px;
}

.entry, .wrap h2, .well h3, .well h2, .slab__cell, .wrap h3 {
    color: var(--deep);
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.entry {
    font-size: var(--flow);
    margin: 0 0 1rem;
}

.slab__cell {
    font-size: var(--band);
    margin: 0 0 1.25rem;
}

.wrap h3, .well h3 {
    font-size: var(--cool);
    margin: 1.75rem 0 0.5rem;
}

.wrap p, .well p {
    margin: 0 0 1rem;
}

.well > :last-child, .wrap > :last-child {
    margin-bottom: 0;
}

.well a, .wrap a {
    color: color-mix(in srgb, var(--base) 72%, var(--deep));
    text-underline-offset: 3px;
}

.stack {
    display: block;
}

.slab {
    padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
    scroll-margin-top: 72px;
}

.stack > .slab:not(.area):nth-of-type(odd) {
    background: var(--field);
}

.wrap {
    max-width: var(--paper);
}

.slab--list .wrap ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: 0.5rem;
}

.slab--list .wrap ul > li {
    position: relative;
    padding-inline-start: 1.9rem;
    padding-block: 0.15rem;
}

.slab--list .wrap 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(--base);
    border-bottom: 2px solid var(--base);
    transform: rotate(-45deg);
}

.slab--list .wrap ol {
    counter-reset: step;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.6rem;
}

.slab--list .wrap ol > li {
    counter-increment: step;
    position: relative;
    padding-inline-start: 2.6rem;
}

.slab--list .wrap 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(--base);
    color: var(--depth);
    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(--warm);
    border-inline-start: 3px solid var(--flat);
    border-radius: 0 var(--tile) var(--tile) 0;
    background: var(--field);
    font-size: 0.95rem;
}

.note p {
    margin: 0 0 0.6rem;
}

.note > :last-child {
    margin-bottom: 0;
}

.note strong {
    color: var(--deep);
}

.note--disclosure {
    color: var(--flat);
    font-size: 0.88rem;
    background: transparent;
    border-inline-start-color: var(--warm);
}

.note--warning {
    border-inline-start-color: var(--base);
    background: color-mix(in srgb, var(--base) 10%, var(--grid));
}

.note--takeaway {
    font-variant-numeric: tabular-nums;
    border-inline-start-color: var(--deep);
}

.note--rg {
    border: 1px solid color-mix(in srgb, var(--deep) 30%, var(--warm));
    border-radius: var(--plain);
    background: var(--tone);
}

.note--rg a {
    font-weight: 600;
}

.note--independent {
    margin-top: 2.5rem;
    font-size: 0.85rem;
    color: var(--flat);
    background: transparent;
    border: 0;
    border-top: 1px solid var(--warm);
    border-radius: 0;
    padding: 1rem 0 0;
}

.wrap blockquote, .well blockquote {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    border-inline-start: 3px solid var(--base);
    border-radius: 0 var(--tile) var(--tile) 0;
    background: var(--field);
    color: var(--flat);
    font-size: 0.95rem;
}

.wrap blockquote p, .well blockquote p {
    margin: 0 0 0.6rem;
}

.well blockquote > :last-child, .wrap blockquote > :last-child {
    margin-bottom: 0;
}

.wrap blockquote strong, .well blockquote strong {
    color: var(--deep);
}

.wrap hr {
    border: 0;
    border-top: 1px solid var(--warm);
    margin: 2rem 0;
}

.wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    background: var(--tone);
    border: 1px solid var(--warm);
    border-radius: var(--plain);
    overflow: hidden;
}

.slab--table .wrap {
    max-width: none;
    overflow-x: auto;
}

.wrap td, .wrap th {
    border-bottom: 1px solid var(--warm);
    padding: 0.7rem 0.9rem;
    text-align: start;
    vertical-align: top;
}

.wrap caption {
    caption-side: top;
    text-align: start;
    padding: 0 0 0.6rem;
    font-weight: 700;
    color: var(--deep);
}

.wrap thead th {
    background: color-mix(in srgb, var(--base) 16%, var(--field));
    color: var(--deep);
    font-weight: 700;
    white-space: nowrap;
}

.wrap tbody tr:last-child td {
    border-bottom: 0;
}

.wrap tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--zone) 3%, transparent);
}

.unit {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
    gap: 2rem;
    align-items: start;
}

.unit__flat {
    border: 1px solid var(--warm);
    border-radius: var(--plain);
    box-shadow: var(--core);
    width: 100%;
}

.area {
    position: relative;
    padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
    background: var(--frame);
    isolation: isolate;
}

.area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--shell, none);
    background-size: cover;
    background-position: center;
}

.chunk__stub {
    margin-top: 1.25rem;
    text-align: center;
}

.chunk__stub a {
    color: var(--base);
    font-weight: 600;
}

.span {
    text-align: center;
}

.span__soft {
    font-size: clamp(3.5rem, 12vw, 6rem);
    line-height: 1;
    font-weight: 800;
    color: var(--base);
    margin-bottom: 0.5rem;
}

.span__view {
    max-width: 46ch;
    margin-inline: auto;
    color: var(--flat);
}

.span__plain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

@media (max-width: 700px) {
    .area::before {
        background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--brand, var(--shell, none));
    }

}
.area__view {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
    grid-template-areas: "title offer" "text offer";
    align-content: start;
    gap: 0 2rem;
}

.area .entry {
    grid-area: title;
    color: #fff;
}

.area__first {
    grid-area: text;
    color: #f2f4f8;
    max-width: 62ch;
}

.area .well {
    margin-bottom: 1.5rem;
}

.area__figure {
    margin: 0.75rem 0 0;
    font-size: 0.85rem;
    opacity: 0.75;
}

.block {
    grid-area: offer;
    background: var(--grid);
    border: 1px solid color-mix(in srgb, var(--base) 40%, var(--warm));
    border-radius: var(--plain);
    box-shadow: var(--core);
    overflow: hidden;
    align-self: start;
}

.block .container {
    width: 100%;
}

.block__figure {
    display: grid;
    place-items: center;
    min-height: 74px;
    padding: 0.9rem 1.25rem;
    background: color-mix(in srgb, var(--base) 22%, var(--grid));
    color: var(--deep);
    border-bottom: 3px solid var(--base);
}

.block__figure img {
    height: 42px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.block__shut {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.25rem;
    text-align: center;
}

.block__small {
    font-weight: 800;
    font-size: var(--cool);
    color: inherit;
    text-align: center;
}

.block__outer {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--flat);
    margin: 0;
}

.block__foot {
    font-size: var(--band);
    font-weight: 800;
    line-height: 1.15;
    color: var(--deep);
    margin: 0;
    text-wrap: balance;
}

.block__bottom {
    font-size: 0.8rem;
    color: var(--flat);
    margin: 0;
}

.part {
    padding-block: 1.5rem;
}

.rack {
    border: 1px solid var(--warm);
    border-radius: var(--plain);
    background: var(--tone);
    padding: 0.5rem 1.1rem;
}

.rack__figure {
    cursor: pointer;
    font-weight: 700;
    color: var(--deep);
    padding-block: 0.6rem;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rack__figure::-webkit-details-marker {
    display: none;
}

.rack__figure::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-inline-end: 2px solid var(--base);
    border-bottom: 2px solid var(--base);
    transform: rotate(45deg);
    transition: transform 0.15s ease;
}

.rack[open] .rack__figure::before {
    transform: rotate(-135deg);
}

.rack__view {
    columns: 2;
    gap: 2rem;
    margin: 0 0 0.75rem;
    padding-inline-start: 1.2rem;
    font-size: 0.95rem;
}

.rack__view li {
    break-inside: avoid;
    margin-bottom: 0.3rem;
}

.rack__view a {
    color: var(--flat);
    text-underline-offset: 3px;
}

.rack__view a:hover {
    color: var(--deep);
}

.chip {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.band {
    display: flex;
    flex-direction: column;
    background: var(--tone);
    border: 1px solid var(--warm);
    border-radius: var(--plain);
    overflow: hidden;
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.band:hover {
    border-color: var(--base);
    transform: translateY(-2px);
}

.band__flat {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--field);
}

.band__flat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.band__shut {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.85rem;
    margin-top: auto;
}

.band__edge {
    font-weight: 600;
    color: var(--deep);
    line-height: 1.3;
    margin: 0;
}

.band .container {
    width: 100%;
    padding-block: 0.5rem;
    font-size: 0.95rem;
}

.deck__cell {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.group {
    background: var(--grid);
    border: 1px solid var(--warm);
    border-radius: var(--plain);
    padding: 1.1rem 1.2rem;
}

.group__last {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.group__soft {
    font-weight: 700;
    color: var(--deep);
}

.group__line {
    color: var(--base);
    font-weight: 700;
    white-space: nowrap;
}

.group__first {
    margin: 0;
    color: var(--flat);
}

.zone__link {
    display: grid;
    gap: 0.5rem;
    max-width: var(--paper);
}

.zone__on {
    border: 1px solid var(--warm);
    border-radius: var(--tile);
    background: var(--tone);
    padding: 0 1.1rem;
}

.zone__top {
    cursor: pointer;
    font-weight: 600;
    color: var(--deep);
    padding-block: 0.9rem;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.zone__top::-webkit-details-marker {
    display: none;
}

.zone__top::before {
    content: "+";
    color: var(--base);
    font-weight: 700;
    line-height: 1.4;
    flex-shrink: 0;
}

.zone__on[open] .zone__top::before {
    content: "−";
}

.zone__bottom {
    color: var(--flat);
    padding-bottom: 1rem;
}

.zone__bottom > :first-child {
    margin-top: 0;
}

.zone__bottom > :last-child {
    margin-bottom: 0;
}

.layer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding: 1.5rem;
    border-radius: var(--plain);
    background: color-mix(in srgb, var(--base) 12%, var(--field));
    border: 1px solid color-mix(in srgb, var(--base) 35%, var(--warm));
}

.layer__open {
    margin: 0;
    font-size: var(--cool);
    font-weight: 800;
    color: var(--deep);
    text-wrap: balance;
}

.layer__flat {
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: var(--flat);
}

.bay {
    border-top: 1px solid var(--warm);
    background: var(--field);
    color: var(--flat);
    padding-block: 2rem 6rem;
}

.bay__line {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--warm);
}

.bay__link {
    margin-inline-end: auto;
    font-weight: 700;
    color: var(--deep);
}

.bay__link img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.bay__edge {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
}

.bay__edge:empty {
    display: none;
}

.bay__edge a {
    text-decoration: none;
}

.bay__edge a:hover {
    text-decoration: underline;
}

.bay__bold {
    width: min(100% - 2rem, var(--fill));
    margin-inline: auto;
    padding-top: 1.25rem;
    font-size: 0.85rem;
    display: grid;
    gap: 0.5rem;
}

.bay__bold p {
    margin: 0;
}

.bay__meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ribbon {
    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;
}

.column {
    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(--base) 14%, var(--frame));
    color: var(--ink);
    border-top: 1px solid color-mix(in srgb, var(--base) 45%, transparent);
}

.column__lead {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}

.column__view {
    font-weight: 800;
    color: var(--ink);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column__bold {
    font-size: 0.75rem;
    opacity: 0.7;
}

.column .container {
    margin-inline-start: auto;
    flex-shrink: 0;
}

@media (max-width: 960px) {
    .area__view {
        grid-template-columns: 1fr;
        grid-template-areas: "title" "offer" "text";
        gap: 1.25rem;
    }

    .unit {
        grid-template-columns: 1fr;
    }

    .unit__flat {
        max-width: 260px;
        margin-inline: auto;
    }

}
@media (max-width: 700px) {
    .rack__view {
        columns: 1;
    }

    .chip {
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
        gap: 0.75rem;
    }

}
@media (max-width: 640px) {
    .pane {
        position: static;
    }

    .pane__stub {
        flex-wrap: wrap;
        gap: 0.5rem 0.75rem;
        padding-block: 0.6rem;
    }

    .pane__stub {
        flex-wrap: nowrap;
    }

    .pane__dark .container--top, .banner, .field {
        display: none;
    }

    .field + .pane__dark {
        margin-inline-start: auto;
    }

    .tile {
        display: block;
        order: 3;
    }

    .pane__dark {
        margin-inline-start: auto;
    }

    .pane__dark .container {
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem;
    }

    .slab {
        padding-block: 1.75rem;
    }

    .layer, .block__shut {
        padding: 1.15rem;
    }

    .layer .container--first, .area__first .container--first {
        width: 100%;
    }

    .column__bold {
        display: none;
    }

}
@media (prefers-reduced-motion: reduce) {
    *::before, * {
        transition: none !important;
    }

}
