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

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

a
{
 color: inherit;
}

.widget
{
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--tile);
 color: var(--bold);
}

.deck_info, .banner_large, .plate_edge, .widget_image, .tile_light
{
 width: min(100% - 2rem, var(--shell));
 margin-inline: auto;
}

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

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

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

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

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

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

.box:empty
{
 display: none;
}

.box:empty + .widget_open
{
 margin-inline-start: auto;
}

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

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

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

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

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

.pill_last span
{
 position: relative;
}

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

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

.pill_thumb
{
 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(--tile);
 border: 1px solid color-mix(in srgb, var(--bold) 20%, transparent);
 border-radius: var(--soft);
 box-shadow: var(--main);
}

.pill_thumb a
{
 padding: 0.6rem 0.7rem;
 border-radius: var(--brand);
 text-decoration: none;
 color: var(--bold);
}

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

.pill_thumb .listing
{
 margin-top: 0.4rem;
 color: var(--bold);
 border-color: color-mix(in srgb, var(--bold) 40%, transparent);
}

.widget .listing_shut
{
 color: inherit;
 border-color: color-mix(in srgb, var(--bold) 45%, transparent);
}

.widget .listing_shut:hover
{
 background: color-mix(in srgb, var(--bold) 14%, transparent);
}

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

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

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

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

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

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

.listing:hover
{
 background: var(--deep);
}

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

.listing_shut
{
 background: transparent;
 color: var(--wide);
 border-color: var(--stroke);
}

.listing_shut:hover
{
 background: var(--tone);
}

.listing_outer
{
 padding: 0.9rem 1.8rem;
 font-size: var(--zone);
}

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

.banner_figure, .board h3, .wrapper, .unit h2, .unit h3, .board h2
{
 color: var(--wide);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}

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

.banner_figure
{
 font-size: var(--thin);
 margin: 0 0 1.25rem;
}

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

.board p, .unit p
{
 margin: 0 0 1rem;
}

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

.board a, .unit a
{
 color: color-mix(in srgb, var(--lift) 72%, var(--wide));
 text-underline-offset: 3px;
}

.strip
{
 display: block;
}

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

.strip > .banner:not(.plate):nth-of-type(odd)
{
 background: var(--tone);
}

.board
{
 max-width: var(--core);
}

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

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

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

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

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

.banner_list .board 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(--lift);
 color: var(--body);
 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(--stroke);
 border-inline-start: 3px solid var(--dim);
 border-radius: 0 var(--brand) var(--brand) 0;
 background: var(--tone);
 font-size: 0.95rem;
}

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

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

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

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

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

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

.note--rg
{
 border: 1px solid color-mix(in srgb, var(--wide) 30%, var(--stroke));
 border-radius: var(--soft);
 background: var(--grid);
}

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

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

.unit blockquote, .board blockquote
{
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--lift);
 border-radius: 0 var(--brand) var(--brand) 0;
 background: var(--tone);
 color: var(--dim);
 font-size: 0.95rem;
}

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

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

.unit blockquote strong, .board blockquote strong
{
 color: var(--wide);
}

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

.board table
{
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--grid);
 border: 1px solid var(--stroke);
 border-radius: var(--soft);
 overflow: hidden;
}

.banner_table .board
{
 max-width: none;
 overflow-x: auto;
}

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

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

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

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

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

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

.layer_view
{
 border: 1px solid var(--stroke);
 border-radius: var(--soft);
 box-shadow: var(--main);
 width: 100%;
}

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

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

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

.element_wide a
{
 color: var(--lift);
 font-weight: 600;
}

.article
{
 text-align: center;
}

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

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

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

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

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

.plate .wrapper
{
 grid-area: title;
 color: #ffffff;
}

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

.plate .unit
{
 margin-bottom: 1.5rem;
}

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

.sheet
{
 grid-area: offer;
 background: var(--ink);
 border: 1px solid color-mix(in srgb, var(--lift) 40%, var(--stroke));
 border-radius: var(--soft);
 box-shadow: var(--main);
 overflow: hidden;
 align-self: start;
}

.sheet .listing
{
 width: 100%;
}

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

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

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

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

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

.sheet_less
{
 font-size: var(--thin);
 font-weight: 800;
 line-height: 1.15;
 color: var(--wide);
 margin: 0;
 text-wrap: balance;
}

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

.tag
{
 padding-block: 1.5rem;
}

.case
{
 border: 1px solid var(--stroke);
 border-radius: var(--soft);
 background: var(--grid);
 padding: 0.5rem 1.1rem;
}

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

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

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

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

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

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

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

.case_less a:hover
{
 color: var(--wide);
}

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

.segment
{
 display: flex;
 flex-direction: column;
 background: var(--grid);
 border: 1px solid var(--stroke);
 border-radius: var(--soft);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease;
}

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

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

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

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

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

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

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

.ribbon
{
 background: var(--ink);
 border: 1px solid var(--stroke);
 border-radius: var(--soft);
 padding: 1.1rem 1.2rem;
}

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

.ribbon_plain
{
 font-weight: 700;
 color: var(--wide);
}

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

.ribbon_bottom
{
 margin: 0;
 color: var(--dim);
}

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

.shell_thumb
{
 border: 1px solid var(--stroke);
 border-radius: var(--brand);
 background: var(--grid);
 padding: 0 1.1rem;
}

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

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

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

.shell_thumb[open] .shell_image::before
{
 content: "−";
}

.shell_open
{
 color: var(--dim);
 padding-bottom: 1rem;
}

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

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

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

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

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

.deck
{
 border-top: 1px solid var(--stroke);
 background: var(--tone);
 color: var(--dim);
 padding-block: 2rem 6rem;
}

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

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

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

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

.deck_on:empty
{
 display: none;
}

.deck_on a
{
 text-decoration: none;
}

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

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

.deck_open p
{
 margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .widget_image
 {
  flex-wrap: nowrap;
 }

 .box, .widget_open .listing_shut, .tile
 {
  display: none;
 }

 .box + .widget_open
 {
  margin-inline-start: auto;
 }

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

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

 .widget_open .listing
 {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }

 .banner
 {
  padding-block: 1.75rem;
 }

 .sheet_thumb, .marker
 {
  padding: 1.15rem;
 }

 .marker .listing_outer, .plate_top .listing_outer
 {
  width: 100%;
 }

 .row_large
 {
  display: none;
 }

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

}
