:root
{
    --thin: #0b1220;
    --warm: #dfe5f0;
    --base: #fff;
    --wide: #ffb300;
    --bold: #111;
    --size: #d99700;
    --soft: #070b16;
    --frame: #fff;
    --paper: color-mix(in srgb, var(--warm) 6%, var(--thin));
    --card: color-mix(in srgb, var(--warm) 3%, var(--thin));
    --dim: color-mix(in srgb, var(--warm) 18%, var(--thin));
    --cool: color-mix(in srgb, var(--warm) 68%, var(--thin));
    --body: 1160px;
    --lift: 78ch;
    --head: 14px;
    --edge: 8px;
    --stroke: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
    --tile: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
    --core: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
    --flow: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
    --main: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}

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

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

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

a
{
    color: inherit
}

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

.listing-line, .rack-edge, .wrap-alt, .field-alt, .bay-narrow
{
    width: min(100% - 2rem, var(--body));
    margin-inline: auto
}

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

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

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

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

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

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

.deck:empty
{
    display: none
}

.deck:empty + .field-copy
{
    margin-inline-start: auto
}

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

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

.banner-edge
{
    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(--edge)
}

.banner-edge::-webkit-details-marker
{
    display: none
}

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

.banner-edge span
{
    position: relative
}

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

.banner-edge span::after
{
    position: absolute;
    top: 6px
}

.banner-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(--soft);
    border: 1px solid color-mix(in srgb, var(--frame) 20%, transparent);
    border-radius: var(--head);
    box-shadow: var(--stroke)
}

.banner-off a
{
    padding: 0.6rem 0.7rem;
    border-radius: var(--edge);
    text-decoration: none;
    color: var(--frame)
}

.banner-off a:hover
{
    background: color-mix(in srgb, var(--frame) 12%, transparent)
}

.banner-off .strip
{
    margin-top: 0.4rem;
    color: var(--frame);
    border-color: color-mix(in srgb, var(--frame) 40%, transparent)
}

.field .strip-figure
{
    color: inherit;
    border-color: color-mix(in srgb, var(--frame) 45%, transparent)
}

.field .strip-figure:hover
{
    background: color-mix(in srgb, var(--frame) 14%, transparent)
}

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

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

.listing-line::-webkit-scrollbar
{
    display: none
}

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

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

.strip
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1px solid var(--field, transparent);
    border-radius: var(--edge);
    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(--bold);
    transition: background-color 0.15s ease, transform 0.05s ease
}

.strip:hover
{
    background: var(--size)
}

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

.strip-figure
{
    background: transparent;
    color: var(--base);
    border-color: var(--dim)
}

.strip-figure:hover
{
    background: var(--paper)
}

.strip-lead
{
    padding: 0.9rem 1.8rem;
    font-size: var(--core)
}

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

.holder h3, .caption h3, .caption h2, .holder h2, .bay-figure, .figure
{
    color: var(--base);
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-wrap: balance
}

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

.bay-figure
{
    font-size: var(--flow);
    margin: 0 0 1.25rem
}

.caption h3, .holder h3
{
    font-size: var(--core);
    margin: 1.75rem 0 0.5rem
}

.holder p, .caption p
{
    margin: 0 0 1rem
}

.caption > :last-child, .holder > :last-child
{
    margin-bottom: 0
}

.caption a, .holder a
{
    color: color-mix(in srgb, var(--wide) 72%, var(--base));
    text-underline-offset: 3px
}

.element
{
    display: block
}

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

.element > .bay:not(.wrap):nth-of-type(odd)
{
    background: var(--paper)
}

.holder
{
    max-width: var(--lift)
}

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

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

.bay-list .holder 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)
}

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

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

.bay-list .holder 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(--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(--dim);
    border-inline-start: 3px solid var(--cool);
    border-radius: 0 var(--edge) var(--edge) 0;
    background: var(--paper);
    font-size: 0.95rem
}

.note p
{
    margin: 0 0 0.6rem
}

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

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

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

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

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

.note--rg
{
    border: 1px solid color-mix(in srgb, var(--base) 30%, var(--dim));
    border-radius: var(--head);
    background: var(--card)
}

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

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

.caption blockquote, .holder blockquote
{
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    border-inline-start: 3px solid var(--wide);
    border-radius: 0 var(--edge) var(--edge) 0;
    background: var(--paper);
    color: var(--cool);
    font-size: 0.95rem
}

.holder blockquote p, .caption blockquote p
{
    margin: 0 0 0.6rem
}

.holder blockquote > :last-child, .caption blockquote > :last-child
{
    margin-bottom: 0
}

.caption blockquote strong, .holder blockquote strong
{
    color: var(--base)
}

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

.holder table
{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    background: var(--card);
    border: 1px solid var(--dim);
    border-radius: var(--head);
    overflow: hidden
}

.bay-table .holder
{
    max-width: none;
    overflow-x: auto
}

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

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

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

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

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

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

.tag-open
{
    border: 1px solid var(--dim);
    border-radius: var(--head);
    box-shadow: var(--stroke);
    width: 100%
}

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

.wrap::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
}

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

.detail-light a
{
    color: var(--wide);
    font-weight: 600
}

.teaser
{
    text-align: center
}

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

.teaser-dark
{
    max-width: 46ch;
    margin-inline: auto;
    color: var(--cool)
}

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

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

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

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

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

.wrap .caption
{
    margin-bottom: 1.5rem
}

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

.tile
{
    grid-area: offer;
    background: var(--thin);
    border: 1px solid color-mix(in srgb, var(--wide) 40%, var(--dim));
    border-radius: var(--head);
    box-shadow: var(--stroke);
    overflow: hidden;
    align-self: start
}

.tile .strip
{
    width: 100%
}

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

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

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

.tile-link
{
    font-weight: 800;
    font-size: var(--core);
    color: inherit;
    text-align: center
}

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

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

.tile-small
{
    font-size: 0.8rem;
    color: var(--cool);
    margin: 0
}

.widget
{
    padding-block: 1.5rem
}

.ribbon
{
    border: 1px solid var(--dim);
    border-radius: var(--head);
    background: var(--card);
    padding: 0.5rem 1.1rem
}

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

.ribbon-open::-webkit-details-marker
{
    display: none
}

.ribbon-open::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
}

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

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

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

.ribbon-lead a
{
    color: var(--cool);
    text-underline-offset: 3px
}

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

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

.aside
{
    display: flex;
    flex-direction: column;
    background: var(--card);
    border: 1px solid var(--dim);
    border-radius: var(--head);
    overflow: hidden;
    transition: border-color 0.15s ease, transform 0.15s ease
}

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

.aside-foot
{
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--paper)
}

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

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

.aside-figure
{
    font-weight: 600;
    color: var(--base);
    line-height: 1.3;
    margin: 0
}

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

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

.stack
{
    background: var(--thin);
    border: 1px solid var(--dim);
    border-radius: var(--head);
    padding: 1.1rem 1.2rem
}

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

.stack-stub
{
    font-weight: 700;
    color: var(--base)
}

.stack-figure
{
    color: var(--wide);
    font-weight: 700;
    white-space: nowrap
}

.stack-view
{
    margin: 0;
    color: var(--cool)
}

.summary-light
{
    display: grid;
    gap: 0.5rem;
    max-width: var(--lift)
}

.summary-top
{
    border: 1px solid var(--dim);
    border-radius: var(--edge);
    background: var(--card);
    padding: 0 1.1rem
}

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

.summary-bold::-webkit-details-marker
{
    display: none
}

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

.summary-top[open] .summary-bold::before
{
    content: "−"
}

.summary-last
{
    color: var(--cool);
    padding-bottom: 1rem
}

.summary-last > :first-child
{
    margin-top: 0
}

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

.board
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding: 1.5rem;
    border-radius: var(--head);
    background: color-mix(in srgb, var(--wide) 12%, var(--paper));
    border: 1px solid color-mix(in srgb, var(--wide) 35%, var(--dim))
}

.board-light
{
    margin: 0;
    font-size: var(--core);
    font-weight: 800;
    color: var(--base);
    text-wrap: balance
}

.board-open
{
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: var(--cool)
}

.rack
{
    border-top: 1px solid var(--dim);
    background: var(--paper);
    color: var(--cool);
    padding-block: 2rem 6rem
}

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

.rack-bold
{
    margin-inline-end: auto;
    font-weight: 700;
    color: var(--base)
}

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

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

.rack-on:empty
{
    display: none
}

.rack-on a
{
    text-decoration: none
}

.rack-on a:hover
{
    text-decoration: underline
}

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

.rack-last p
{
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .field-alt
    {
        flex-wrap: nowrap
    }

    .field-copy .strip-figure, .listing, .deck
    {
        display: none
    }

    .deck + .field-copy
    {
        margin-inline-start: auto
    }

    .banner
    {
        display: block;
        order: 3
    }

    .field-copy
    {
        margin-inline-start: auto
    }

    .field-copy .strip
    {
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem
    }

    .bay
    {
        padding-block: 1.75rem
    }

    .tile-plain, .board
    {
        padding: 1.15rem
    }

    .board .strip-lead, .wrap-last .strip-lead
    {
        width: 100%
    }

    .promo-figure
    {
        display: none
    }

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

}
