:root {
    --plain: #0b1220;
    --line: #dfe5f0;
    --lead: #ffffff;
    --bold: #ffb300;
    --wide: #111111;
    --core: #d99700;
    --stroke: #070b16;
    --deep: #ffffff;
    --alt: color-mix(in srgb, var(--line) 6%, var(--plain));
    --warm: color-mix(in srgb, var(--line) 3%, var(--plain));
    --tone: color-mix(in srgb, var(--line) 18%, var(--plain));
    --soft: color-mix(in srgb, var(--line) 68%, var(--plain));
    --frame: 1160px;
    --main: 78ch;
    --foot: 14px;
    --flat: 8px;
    --body: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
    --grid: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
    --head: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
    --edge: 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(--plain);
    color: var(--line);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: var(--grid);
    line-height: 1.65;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word
}

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

a {
    color: inherit
}

.vein {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--stroke);
    color: var(--deep)
}

.district_figure, .bay_icon, .lot_thumb, .grille_less, .vein_info {
    width: min(100% - 2rem, var(--frame));
    margin-inline: auto
}

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

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

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

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

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

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

.area:empty {
    display: none
}

.area:empty + .vein_sub {
    margin-inline-start: auto
}

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

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

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

.beam_top::-webkit-details-marker {
    display: none
}

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

.beam_top span {
    position: relative
}

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

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

.beam_meta {
    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(--stroke);
    border: 1px solid color-mix(in srgb, var(--deep) 20%, transparent);
    border-radius: var(--foot);
    box-shadow: var(--body)
}

.beam_meta a {
    padding: 0.6rem 0.7rem;
    border-radius: var(--flat);
    text-decoration: none;
    color: var(--deep)
}

.beam_meta a:hover {
    background: color-mix(in srgb, var(--deep) 12%, transparent)
}

.beam_meta .strip2 {
    margin-top: 0.4rem;
    color: var(--deep);
    border-color: color-mix(in srgb, var(--deep) 40%, transparent)
}

.vein .strip2_on {
    color: inherit;
    border-color: color-mix(in srgb, var(--deep) 45%, transparent)
}

.vein .strip2_on:hover {
    background: color-mix(in srgb, var(--deep) 14%, transparent)
}

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

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

.district_figure::-webkit-scrollbar {
    display: none
}

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

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

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

.strip2:hover {
    background: var(--core)
}

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

.strip2_on {
    background: transparent;
    color: var(--lead);
    border-color: var(--tone)
}

.strip2_on:hover {
    background: var(--alt)
}

.strip2_cell {
    padding: 0.9rem 1.8rem;
    font-size: var(--head)
}

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

.board h2, .band, .lane h3, .lot_lead, .lane h2, .board h3 {
    color: var(--lead);
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-wrap: balance
}

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

.lot_lead {
    font-size: var(--edge);
    margin: 0 0 1.25rem
}

.board h3, .lane h3 {
    font-size: var(--head);
    margin: 1.75rem 0 0.5rem
}

.lane p, .board p {
    margin: 0 0 1rem
}

.board > :last-child, .lane > :last-child {
    margin-bottom: 0
}

.lane a, .board a {
    color: color-mix(in srgb, var(--bold) 72%, var(--lead));
    text-underline-offset: 3px
}

.region {
    display: block
}

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

.region > .lot:not(.bay):nth-of-type(odd) {
    background: var(--alt)
}

.lane {
    max-width: var(--main)
}

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

.lot_list .lane ul > li {
    position: relative;
    padding-inline-start: 1.9rem;
    padding-block: 0.15rem
}

.lot_list .lane 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(--bold);
    border-bottom: 2px solid var(--bold);
    transform: rotate(-45deg)
}

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

.lot_list .lane ol > li {
    counter-increment: step;
    position: relative;
    padding-inline-start: 2.6rem
}

.lot_list .lane 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(--bold);
    color: var(--wide);
    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(--soft);
    border-radius: 0 var(--flat) var(--flat) 0;
    background: var(--alt);
    font-size: 0.95rem
}

.note p {
    margin: 0 0 0.6rem
}

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

.note strong {
    color: var(--lead)
}

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

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

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

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

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

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

.lane blockquote, .board blockquote {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    border-inline-start: 3px solid var(--bold);
    border-radius: 0 var(--flat) var(--flat) 0;
    background: var(--alt);
    color: var(--soft);
    font-size: 0.95rem
}

.board blockquote p, .lane blockquote p {
    margin: 0 0 0.6rem
}

.lane blockquote > :last-child, .board blockquote > :last-child {
    margin-bottom: 0
}

.lane blockquote strong, .board blockquote strong {
    color: var(--lead)
}

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

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

.lot_table .lane {
    max-width: none;
    overflow-x: auto
}

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

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

.lane thead th {
    background: color-mix(in srgb, var(--bold) 16%, var(--alt));
    color: var(--lead);
    font-weight: 700;
    white-space: nowrap
}

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

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

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

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

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

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

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

.window_last a {
    color: var(--bold);
    font-weight: 600
}

.layer {
    text-align: center
}

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

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

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

@media (max-width: 700px) {
    .bay::before {
        background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--base, var(--size, none))
    }

}
.bay_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
}

.bay .band {
    grid-area: title;
    color: #ffffff
}

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

.bay .board {
    margin-bottom: 1.5rem
}

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

.field {
    grid-area: offer;
    background: var(--plain);
    border: 1px solid color-mix(in srgb, var(--bold) 40%, var(--tone));
    border-radius: var(--foot);
    box-shadow: var(--body);
    overflow: hidden;
    align-self: start
}

.field .strip2 {
    width: 100%
}

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

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

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

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

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

.field_meta {
    font-size: var(--edge);
    font-weight: 800;
    line-height: 1.15;
    color: var(--lead);
    margin: 0;
    text-wrap: balance
}

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

.strip {
    padding-block: 1.5rem
}

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

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

.circuit_less::-webkit-details-marker {
    display: none
}

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

.circuit[open] .circuit_less::before {
    transform: rotate(-135deg)
}

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

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

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

.circuit_info a:hover {
    color: var(--lead)
}

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

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

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

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

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

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

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

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

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

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

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

.rack_light {
    font-weight: 700;
    color: var(--lead)
}

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

.rack_shut {
    margin: 0;
    color: var(--soft)
}

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

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

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

.column_side::-webkit-details-marker {
    display: none
}

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

.column_thumb[open] .column_side::before {
    content: "−"
}

.column_off {
    color: var(--soft);
    padding-bottom: 1rem
}

.column_off > :first-child {
    margin-top: 0
}

.column_off > :last-child {
    margin-bottom: 0
}

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

.root_less {
    margin: 0;
    font-size: var(--head);
    font-weight: 800;
    color: var(--lead);
    text-wrap: balance
}

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

.grille {
    border-top: 1px solid var(--tone);
    background: var(--alt);
    color: var(--soft);
    padding-block: 2rem 6rem
}

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

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

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

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

.grille_foot:empty {
    display: none
}

.grille_foot a {
    text-decoration: none
}

.grille_foot a:hover {
    text-decoration: underline
}

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

.grille_alt p {
    margin: 0
}

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

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

.margin {
    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(--bold) 14%, var(--stroke));
    color: var(--deep);
    border-top: 1px solid color-mix(in srgb, var(--bold) 45%, transparent)
}

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

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

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

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

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

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

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

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

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

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

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

    .vein_info {
        flex-wrap: nowrap
    }

    .district, .vein_sub .strip2_on, .area {
        display: none
    }

    .area + .vein_sub {
        margin-inline-start: auto
    }

    .beam {
        display: block;
        order: 3
    }

    .vein_sub {
        margin-inline-start: auto
    }

    .vein_sub .strip2 {
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem
    }

    .lot {
        padding-block: 1.75rem
    }

    .root, .field_alt {
        padding: 1.15rem
    }

    .root .strip2_cell, .bay_large .strip2_cell {
        width: 100%
    }

    .margin_thumb {
        display: none
    }

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

}
