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

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

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

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

a {
    color: inherit
}

.tract {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--cool);
    color: var(--field)
}

.tract-outer, .floor-bottom, .cell-stub, .parcel-info, .strip-narrow {
    width: min(100% - 2rem, var(--deep));
    margin-inline: auto
}

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

.ridge {
    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
}

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

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

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

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

.lot:empty {
    display: none
}

.lot:empty + .tract-alt {
    margin-inline-start: auto
}

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

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

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

.peak-alt::-webkit-details-marker {
    display: none
}

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

.peak-alt span {
    position: relative
}

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

.peak-alt span::after {
    position: absolute;
    top: 6px
}

.peak-sub {
    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(--field) 20%, transparent);
    border-radius: var(--edge);
    box-shadow: var(--depth)
}

.peak-sub a {
    padding: 0.6rem 0.7rem;
    border-radius: var(--warm);
    text-decoration: none;
    color: var(--field)
}

.peak-sub a:hover {
    background: color-mix(in srgb, var(--field) 12%, transparent)
}

.peak-sub .tray {
    margin-top: 0.4rem;
    color: var(--field);
    border-color: color-mix(in srgb, var(--field) 40%, transparent)
}

.tract .tray--icon {
    color: inherit;
    border-color: color-mix(in srgb, var(--field) 45%, transparent)
}

.tract .tray--icon:hover {
    background: color-mix(in srgb, var(--field) 14%, transparent)
}

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

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

.cell-stub::-webkit-scrollbar {
    display: none
}

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

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

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

.tray:hover {
    background: var(--frame)
}

.tray:active {
    transform: translateY(1px)
}

.tray--icon {
    background: transparent;
    color: var(--card);
    border-color: var(--tone)
}

.tray--icon:hover {
    background: var(--lift)
}

.tray--meta {
    padding: 0.9rem 1.8rem;
    font-size: var(--wide)
}

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

.strip-large, .drawer h3, .drawer h2, .seam, .base h2, .base h3 {
    color: var(--card);
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-wrap: balance
}

.seam {
    font-size: var(--band);
    margin: 0 0 1rem
}

.strip-large {
    font-size: var(--plain);
    margin: 0 0 1.25rem
}

.drawer h3, .base h3 {
    font-size: var(--wide);
    margin: 1.75rem 0 0.5rem
}

.drawer p, .base p {
    margin: 0 0 1rem
}

.base > :last-child, .drawer > :last-child {
    margin-bottom: 0
}

.base a, .drawer a {
    color: color-mix(in srgb, var(--fill) 72%, var(--card));
    text-underline-offset: 3px
}

.mesh {
    display: block
}

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

.mesh > .strip:not(.parcel):nth-of-type(odd) {
    background: var(--lift)
}

.base {
    max-width: var(--tile)
}

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

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

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

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

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

.strip--list .base 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(--fill);
    color: var(--dim);
    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(--tone);
    border-inline-start: 3px solid var(--brand);
    border-radius: 0 var(--warm) var(--warm) 0;
    background: var(--lift);
    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(--brand);
    font-size: 0.88rem;
    background: transparent;
    border-inline-start-color: var(--tone)
}

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

.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(--tone));
    border-radius: var(--edge);
    background: var(--space)
}

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

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

.drawer blockquote, .base blockquote {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    border-inline-start: 3px solid var(--fill);
    border-radius: 0 var(--warm) var(--warm) 0;
    background: var(--lift);
    color: var(--brand);
    font-size: 0.95rem
}

.drawer blockquote p, .base blockquote p {
    margin: 0 0 0.6rem
}

.base blockquote > :last-child, .drawer blockquote > :last-child {
    margin-bottom: 0
}

.base blockquote strong, .drawer blockquote strong {
    color: var(--card)
}

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

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

.strip--table .base {
    max-width: none;
    overflow-x: auto
}

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

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

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

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

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

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

.arc-foot {
    border: 1px solid var(--tone);
    border-radius: var(--edge);
    box-shadow: var(--depth);
    width: 100%
}

.parcel {
    position: relative;
    padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
    background: var(--cool);
    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(--body, none);
    background-size: cover;
    background-position: center
}

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

.holder-on a {
    color: var(--fill);
    font-weight: 600
}

.track {
    text-align: center
}

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

.track-light {
    max-width: 46ch;
    margin-inline: auto;
    color: var(--brand)
}

.track-wide {
    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(--flow, var(--body, none))
    }

}
.parcel-info {
    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 .seam {
    grid-area: title;
    color: #fff
}

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

.parcel .drawer {
    margin-bottom: 1.5rem
}

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

.bundle {
    grid-area: offer;
    background: var(--alt);
    border: 1px solid color-mix(in srgb, var(--fill) 40%, var(--tone));
    border-radius: var(--edge);
    box-shadow: var(--depth);
    overflow: hidden;
    align-self: start
}

.bundle .tray {
    width: 100%
}

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

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

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

.bundle-copy {
    font-weight: 800;
    font-size: var(--wide);
    color: inherit;
    text-align: center
}

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

.bundle-stub {
    font-size: var(--plain);
    font-weight: 800;
    line-height: 1.15;
    color: var(--card);
    margin: 0;
    text-wrap: balance
}

.bundle-top {
    font-size: 0.8rem;
    color: var(--brand);
    margin: 0
}

.chunk {
    padding-block: 1.5rem
}

.path {
    border: 1px solid var(--tone);
    border-radius: var(--edge);
    background: var(--space);
    padding: 0.5rem 1.1rem
}

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

.path-icon::-webkit-details-marker {
    display: none
}

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

.path[open] .path-icon::before {
    transform: rotate(-135deg)
}

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

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

.path-plain a {
    color: var(--brand);
    text-underline-offset: 3px
}

.path-plain a:hover {
    color: var(--card)
}

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

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

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

.ceiling-meta {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--lift)
}

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

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

.ceiling-info {
    font-weight: 600;
    color: var(--card);
    line-height: 1.3;
    margin: 0
}

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

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

.band {
    background: var(--alt);
    border: 1px solid var(--tone);
    border-radius: var(--edge);
    padding: 1.1rem 1.2rem
}

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

.band-alt {
    font-weight: 700;
    color: var(--card)
}

.band-lead {
    color: var(--fill);
    font-weight: 700;
    white-space: nowrap
}

.band-meta {
    margin: 0;
    color: var(--brand)
}

.span2-last {
    display: grid;
    gap: 0.5rem;
    max-width: var(--tile)
}

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

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

.span2-side::-webkit-details-marker {
    display: none
}

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

.span2-less[open] .span2-side::before {
    content: "−"
}

.span2-foot {
    color: var(--brand);
    padding-bottom: 1rem
}

.span2-foot > :first-child {
    margin-top: 0
}

.span2-foot > :last-child {
    margin-bottom: 0
}

.stack {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding: 1.5rem;
    border-radius: var(--edge);
    background: color-mix(in srgb, var(--fill) 12%, var(--lift));
    border: 1px solid color-mix(in srgb, var(--fill) 35%, var(--tone))
}

.stack-line {
    margin: 0;
    font-size: var(--wide);
    font-weight: 800;
    color: var(--card);
    text-wrap: balance
}

.stack-plain {
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: var(--brand)
}

.floor {
    border-top: 1px solid var(--tone);
    background: var(--lift);
    color: var(--brand);
    padding-block: 2rem 6rem
}

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

.floor-outer {
    margin-inline-end: auto;
    font-weight: 700;
    color: var(--card)
}

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

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

.floor-open:empty {
    display: none
}

.floor-open a {
    text-decoration: none
}

.floor-open a:hover {
    text-decoration: underline
}

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

.floor-top p {
    margin: 0
}

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

.belt {
    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
}

.board {
    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(--fill) 14%, var(--cool));
    color: var(--field);
    border-top: 1px solid color-mix(in srgb, var(--fill) 45%, transparent)
}

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

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

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

.board .tray {
    margin-inline-start: auto;
    flex-shrink: 0
}

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

    .arc {
        grid-template-columns: 1fr
    }

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

}
@media (max-width: 700px) {
    .path-plain {
        columns: 1
    }

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

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

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

    .tract-outer {
        flex-wrap: nowrap
    }

    .tract-alt .tray--icon, .lot, .cell {
        display: none
    }

    .lot + .tract-alt {
        margin-inline-start: auto
    }

    .peak {
        display: block;
        order: 3
    }

    .tract-alt {
        margin-inline-start: auto
    }

    .tract-alt .tray {
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem
    }

    .strip {
        padding-block: 1.75rem
    }

    .stack, .bundle-info {
        padding: 1.15rem
    }

    .stack .tray--meta, .parcel-narrow .tray--meta {
        width: 100%
    }

    .board-shut {
        display: none
    }

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

}
