:root {
    --size: #0b1220;
    --grid: #dfe5f0;
    --card: #fff;
    --head: #ffb300;
    --bold: #111;
    --brand: #d99700;
    --cool: #070b16;
    --frame: #fff;
    --warm: color-mix(in srgb, var(--grid) 6%, var(--size));
    --field: color-mix(in srgb, var(--grid) 3%, var(--size));
    --tile: color-mix(in srgb, var(--grid) 18%, var(--size));
    --edge: color-mix(in srgb, var(--grid) 68%, var(--size));
    --space: 1160px;
    --core: 78ch;
    --thin: 14px;
    --shell: 8px;
    --deep: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
    --lift: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
    --base: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
    --dim: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
    --paper: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    background: var(--size);
    color: var(--grid);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: var(--lift);
    line-height: 1.65;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    color: inherit;
}
.set {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--cool);
    color: var(--frame);
}
.aside-icon, .band-alt, .well-figure, .lot-narrow, .set-plain {
    width: min(100% - 2rem, var(--space));
    margin-inline: auto;
}
.set-plain {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 60px;
    padding-block: 0.5rem;
}
.segment {
    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;
}
.segment img {
    height: 32px;
    width: auto;
    object-fit: contain;
}
.track {
    display: flex;
    gap: 0.15rem;
    margin-inline-end: auto;
    min-width: 0;
}
.track a {
    padding: 0.4rem 0.7rem;
    border-radius: var(--shell);
    text-decoration: none;
    color: inherit;
    opacity: 0.82;
    white-space: nowrap;
    font-size: 0.92rem;
}
.track a:hover {
    background: color-mix(in srgb, var(--frame) 14%, transparent);
    opacity: 1;
}
.track:empty {
    display: none;
}
.track:empty + .set-view {
    margin-inline-start: auto;
}
.set-view {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}
.belt {
    display: none;
    position: relative;
    flex-shrink: 0;
}
.belt-image {
    list-style: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--frame) 40%, transparent);
    border-radius: var(--shell);
}
.belt-image::-webkit-details-marker {
    display: none;
}
.belt-image span::before, .belt-image span, .belt-image span::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
}
.belt-image span {
    position: relative;
}
.belt-image span::before {
    position: absolute;
    top: -6px;
}
.belt-image span::after {
    position: absolute;
    top: 6px;
}
.belt-off {
    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(--cool);
    border: 1px solid color-mix(in srgb, var(--frame) 20%, transparent);
    border-radius: var(--thin);
    box-shadow: var(--deep);
}
.belt-off a {
    padding: 0.6rem 0.7rem;
    border-radius: var(--shell);
    text-decoration: none;
    color: var(--frame);
}
.belt-off a:hover {
    background: color-mix(in srgb, var(--frame) 12%, transparent);
}
.belt-off .district {
    margin-top: 0.4rem;
    color: var(--frame);
    border-color: color-mix(in srgb, var(--frame) 40%, transparent);
}
.set .district-bottom {
    color: inherit;
    border-color: color-mix(in srgb, var(--frame) 45%, transparent);
}
.set .district-bottom:hover {
    background: color-mix(in srgb, var(--frame) 14%, transparent);
}
.lot {
    background: color-mix(in srgb, var(--frame) 8%, var(--cool));
    border-top: 1px solid color-mix(in srgb, var(--frame) 12%, transparent);
    font-size: 0.9rem;
}
.lot-narrow {
    display: flex;
    gap: 0.25rem;
    overflow-x: auto;
    scrollbar-width: none;
}
.lot-narrow::-webkit-scrollbar {
    display: none;
}
.lot a {
    padding: 0.55rem 0.7rem;
    text-decoration: none;
    color: var(--frame);
    opacity: 0.8;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}
.lot a:hover {
    opacity: 1;
    border-bottom-color: var(--head);
}
.district {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1px solid var(--line, transparent);
    border-radius: var(--shell);
    padding: 0.6rem 1.1rem;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: var(--head);
    color: var(--bold);
    transition: background-color 0.15s ease, transform 0.05s ease;
}
.district:hover {
    background: var(--brand);
}
.district:active {
    transform: translateY(1px);
}
.district-bottom {
    background: transparent;
    color: var(--card);
    border-color: var(--tile);
}
.district-bottom:hover {
    background: var(--warm);
}
.district-meta {
    padding: 0.9rem 1.8rem;
    font-size: var(--base);
}
:focus-visible {
    outline: 2px solid var(--head);
    outline-offset: 2px;
}
.promo, .lattice h2, .header2 h3, .band-foot, .lattice h3, .header2 h2 {
    color: var(--card);
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-wrap: balance;
}
.promo {
    font-size: var(--paper);
    margin: 0 0 1rem;
}
.band-foot {
    font-size: var(--dim);
    margin: 0 0 1.25rem;
}
.header2 h3, .lattice h3 {
    font-size: var(--base);
    margin: 1.75rem 0 0.5rem;
}
.header2 p, .lattice p {
    margin: 0 0 1rem;
}
.lattice > :last-child, .header2 > :last-child {
    margin-bottom: 0;
}
.header2 a, .lattice a {
    color: color-mix(in srgb, var(--head) 72%, var(--card));
    text-underline-offset: 3px;
}
.ribbon {
    display: block;
}
.band {
    padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
    scroll-margin-top: 72px;
}
.ribbon > .band:not(.aside):nth-of-type(odd) {
    background: var(--warm);
}
.lattice {
    max-width: var(--core);
}
.band-list .lattice ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: 0.5rem;
}
.band-list .lattice ul > li {
    position: relative;
    padding-inline-start: 1.9rem;
    padding-block: 0.15rem;
}
.band-list .lattice 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(--head);
    border-bottom: 2px solid var(--head);
    transform: rotate(-45deg);
}
.band-list .lattice ol {
    counter-reset: step;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.6rem;
}
.band-list .lattice ol > li {
    counter-increment: step;
    position: relative;
    padding-inline-start: 2.6rem;
}
.band-list .lattice 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(--head);
    color: var(--bold);
    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(--tile);
    border-inline-start: 3px solid var(--edge);
    border-radius: 0 var(--shell) var(--shell) 0;
    background: var(--warm);
    font-size: 0.95rem;
}
.note p {
    margin: 0 0 0.6rem;
}
.note > :last-child {
    margin-bottom: 0;
}
.note strong {
    color: var(--card);
}
.note--disclosure {
    color: var(--edge);
    font-size: 0.88rem;
    background: transparent;
    border-inline-start-color: var(--tile);
}
.note--warning {
    border-inline-start-color: var(--head);
    background: color-mix(in srgb, var(--head) 10%, var(--size));
}
.note--takeaway {
    font-variant-numeric: tabular-nums;
    border-inline-start-color: var(--card);
}
.note--rg {
    border: 1px solid color-mix(in srgb, var(--card) 30%, var(--tile));
    border-radius: var(--thin);
    background: var(--field);
}
.note--rg a {
    font-weight: 600;
}
.note--independent {
    margin-top: 2.5rem;
    font-size: 0.85rem;
    color: var(--edge);
    background: transparent;
    border: 0;
    border-top: 1px solid var(--tile);
    border-radius: 0;
    padding: 1rem 0 0;
}
.header2 blockquote, .lattice blockquote {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    border-inline-start: 3px solid var(--head);
    border-radius: 0 var(--shell) var(--shell) 0;
    background: var(--warm);
    color: var(--edge);
    font-size: 0.95rem;
}
.header2 blockquote p, .lattice blockquote p {
    margin: 0 0 0.6rem;
}
.header2 blockquote > :last-child, .lattice blockquote > :last-child {
    margin-bottom: 0;
}
.header2 blockquote strong, .lattice blockquote strong {
    color: var(--card);
}
.lattice hr {
    border: 0;
    border-top: 1px solid var(--tile);
    margin: 2rem 0;
}
.lattice table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    background: var(--field);
    border: 1px solid var(--tile);
    border-radius: var(--thin);
    overflow: hidden;
}
.band-table .lattice {
    max-width: none;
    overflow-x: auto;
}
.lattice td, .lattice th {
    border-bottom: 1px solid var(--tile);
    padding: 0.7rem 0.9rem;
    text-align: start;
    vertical-align: top;
}
.lattice caption {
    caption-side: top;
    text-align: start;
    padding: 0 0 0.6rem;
    font-weight: 700;
    color: var(--card);
}
.lattice thead th {
    background: color-mix(in srgb, var(--head) 16%, var(--warm));
    color: var(--card);
    font-weight: 700;
    white-space: nowrap;
}
.lattice tbody tr:last-child td {
    border-bottom: 0;
}
.lattice tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--grid) 3%, transparent);
}
.batch {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
    gap: 2rem;
    align-items: start;
}
.batch-wide {
    border: 1px solid var(--tile);
    border-radius: var(--thin);
    box-shadow: var(--deep);
    width: 100%;
}
.aside {
    position: relative;
    padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
    background: var(--cool);
    isolation: isolate;
}
.aside::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--ink, none);
    background-size: cover;
    background-position: center;
}
.base-off {
    margin-top: 1.25rem;
    text-align: center;
}
.base-off a {
    color: var(--head);
    font-weight: 600;
}
.frame {
    text-align: center;
}
.frame-lead {
    font-size: clamp(3.5rem, 12vw, 6rem);
    line-height: 1;
    font-weight: 800;
    color: var(--head);
    margin-bottom: 0.5rem;
}
.frame-view {
    max-width: 46ch;
    margin-inline: auto;
    color: var(--edge);
}
.frame-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
}
@media (max-width: 700px) {
    .aside::before {
        background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--tone, var(--ink, none));
    }
}
.aside-icon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
    grid-template-areas: "title offer" "text offer";
    align-content: start;
    gap: 0 2rem;
}
.aside .promo {
    grid-area: title;
    color: #fff;
}
.aside-wide {
    grid-area: text;
    color: #f2f4f8;
    max-width: 62ch;
}
.aside .header2 {
    margin-bottom: 1.5rem;
}
.aside-copy {
    margin: 0.75rem 0 0;
    font-size: 0.85rem;
    opacity: 0.75;
}
.marker {
    grid-area: offer;
    background: var(--size);
    border: 1px solid color-mix(in srgb, var(--head) 40%, var(--tile));
    border-radius: var(--thin);
    box-shadow: var(--deep);
    overflow: hidden;
    align-self: start;
}
.marker .district {
    width: 100%;
}
.marker-plain {
    display: grid;
    place-items: center;
    min-height: 74px;
    padding: 0.9rem 1.25rem;
    background: color-mix(in srgb, var(--head) 22%, var(--size));
    color: var(--card);
    border-bottom: 3px solid var(--head);
}
.marker-plain img {
    height: 42px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.marker-meta {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.25rem;
    text-align: center;
}
.marker-first {
    font-weight: 800;
    font-size: var(--base);
    color: inherit;
    text-align: center;
}
.marker-bold {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--edge);
    margin: 0;
}
.marker-small {
    font-size: var(--dim);
    font-weight: 800;
    line-height: 1.15;
    color: var(--card);
    margin: 0;
    text-wrap: balance;
}
.marker-soft {
    font-size: 0.8rem;
    color: var(--edge);
    margin: 0;
}
.unit {
    padding-block: 1.5rem;
}
.post {
    border: 1px solid var(--tile);
    border-radius: var(--thin);
    background: var(--field);
    padding: 0.5rem 1.1rem;
}
.post-image {
    cursor: pointer;
    font-weight: 700;
    color: var(--card);
    padding-block: 0.6rem;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.post-image::-webkit-details-marker {
    display: none;
}
.post-image::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-inline-end: 2px solid var(--head);
    border-bottom: 2px solid var(--head);
    transform: rotate(45deg);
    transition: transform 0.15s ease;
}
.post[open] .post-image::before {
    transform: rotate(-135deg);
}
.post-link {
    columns: 2;
    gap: 2rem;
    margin: 0 0 0.75rem;
    padding-inline-start: 1.2rem;
    font-size: 0.95rem;
}
.post-link li {
    break-inside: avoid;
    margin-bottom: 0.3rem;
}
.post-link a {
    color: var(--edge);
    text-underline-offset: 3px;
}
.post-link a:hover {
    color: var(--card);
}
.ledge2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.peak {
    display: flex;
    flex-direction: column;
    background: var(--field);
    border: 1px solid var(--tile);
    border-radius: var(--thin);
    overflow: hidden;
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.peak:hover {
    border-color: var(--head);
    transform: translateY(-2px);
}
.peak-alt {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--warm);
}
.peak-alt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.peak-top {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.85rem;
    margin-top: auto;
}
.peak-off {
    font-weight: 600;
    color: var(--card);
    line-height: 1.3;
    margin: 0;
}
.peak .district {
    width: 100%;
    padding-block: 0.5rem;
    font-size: 0.95rem;
}
.listing-outer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.plane {
    background: var(--size);
    border: 1px solid var(--tile);
    border-radius: var(--thin);
    padding: 1.1rem 1.2rem;
}
.plane-plain {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}
.plane-small {
    font-weight: 700;
    color: var(--card);
}
.plane-large {
    color: var(--head);
    font-weight: 700;
    white-space: nowrap;
}
.plane-less {
    margin: 0;
    color: var(--edge);
}
.strip-meta {
    display: grid;
    gap: 0.5rem;
    max-width: var(--core);
}
.strip-top {
    border: 1px solid var(--tile);
    border-radius: var(--shell);
    background: var(--field);
    padding: 0 1.1rem;
}
.strip-icon {
    cursor: pointer;
    font-weight: 600;
    color: var(--card);
    padding-block: 0.9rem;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.strip-icon::-webkit-details-marker {
    display: none;
}
.strip-icon::before {
    content: "+";
    color: var(--head);
    font-weight: 700;
    line-height: 1.4;
    flex-shrink: 0;
}
.strip-top[open] .strip-icon::before {
    content: "−";
}
.strip-small {
    color: var(--edge);
    padding-bottom: 1rem;
}
.strip-small > :first-child {
    margin-top: 0;
}
.strip-small > :last-child {
    margin-bottom: 0;
}
.trunk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding: 1.5rem;
    border-radius: var(--thin);
    background: color-mix(in srgb, var(--head) 12%, var(--warm));
    border: 1px solid color-mix(in srgb, var(--head) 35%, var(--tile));
}
.trunk-foot {
    margin: 0;
    font-size: var(--base);
    font-weight: 800;
    color: var(--card);
    text-wrap: balance;
}
.trunk-shut {
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: var(--edge);
}
.well {
    border-top: 1px solid var(--tile);
    background: var(--warm);
    color: var(--edge);
    padding-block: 2rem 6rem;
}
.well-figure {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--tile);
}
.well-on {
    margin-inline-end: auto;
    font-weight: 700;
    color: var(--card);
}
.well-on img {
    height: 32px;
    width: auto;
    object-fit: contain;
}
.well-thumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
}
.well-thumb:empty {
    display: none;
}
.well-thumb a {
    text-decoration: none;
}
.well-thumb a:hover {
    text-decoration: underline;
}
.well-image {
    width: min(100% - 2rem, var(--space));
    margin-inline: auto;
    padding-top: 1.25rem;
    font-size: 0.85rem;
    display: grid;
    gap: 0.5rem;
}
.well-image p {
    margin: 0;
}
.well-stub {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.pocket {
    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;
}
.wall {
    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(--head) 14%, var(--cool));
    color: var(--frame);
    border-top: 1px solid color-mix(in srgb, var(--head) 45%, transparent);
}
.wall-outer {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}
.wall-flat {
    font-weight: 800;
    color: var(--frame);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wall-dark {
    font-size: 0.75rem;
    opacity: 0.7;
}
.wall .district {
    margin-inline-start: auto;
    flex-shrink: 0;
}
@media (max-width: 960px) {
    .aside-icon {
        grid-template-columns: 1fr;
        grid-template-areas: "title" "offer" "text";
        gap: 1.25rem;
    }
    .batch {
        grid-template-columns: 1fr;
    }
    .batch-wide {
        max-width: 260px;
        margin-inline: auto;
    }
}
@media (max-width: 700px) {
    .post-link {
        columns: 1;
    }
    .ledge2 {
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
        gap: 0.75rem;
    }
}
@media (max-width: 640px) {
    .set {
        position: static;
    }
    .set-plain {
        flex-wrap: wrap;
        gap: 0.5rem 0.75rem;
        padding-block: 0.6rem;
    }
    .set-plain {
        flex-wrap: nowrap;
    }
    .track, .lot, .set-view .district-bottom {
        display: none;
    }
    .track + .set-view {
        margin-inline-start: auto;
    }
    .belt {
        display: block;
        order: 3;
    }
    .set-view {
        margin-inline-start: auto;
    }
    .set-view .district {
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem;
    }
    .band {
        padding-block: 1.75rem;
    }
    .marker-meta, .trunk {
        padding: 1.15rem;
    }
    .aside-wide .district-meta, .trunk .district-meta {
        width: 100%;
    }
    .wall-dark {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    *::before, * {
        transition: none !important;
    }
}
