: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;
}

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

.level_first, .segment_wide, .plate_flat, .container_cell, .block2_wide
{
 width: min(100% - 2rem, var(--shell));
 margin-inline: auto;
}

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

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

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

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

.caption 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;
}

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

.caption:empty
{
 display: none;
}

.caption:empty + .container_first
{
 margin-inline-start: auto;
}

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

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

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

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

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

.loop_flat span
{
 position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.segment_dark, .area h3, .parcel, .box h2, .box h3, .area h2
{
 color: var(--wide);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}

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

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

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

.area p, .box p
{
 margin: 0 0 1rem;
}

.box > :last-child, .area > :last-child
{
 margin-bottom: 0;
}

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

.surface
{
 display: block;
}

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

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

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

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

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

.segment_list .area 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);
}

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

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

.segment_list .area 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;
}

.box blockquote, .area 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;
}

.area blockquote p, .box blockquote p
{
 margin: 0 0 0.6rem;
}

.box blockquote > :last-child, .area blockquote > :last-child
{
 margin-bottom: 0;
}

.box blockquote strong, .area blockquote strong
{
 color: var(--wide);
}

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

.area 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;
}

.segment_table .area
{
 max-width: none;
 overflow-x: auto;
}

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

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

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

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

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

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

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

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

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

.piece
{
 text-align: center;
}

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

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

.piece_last
{
 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_flat
{
 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 .parcel
{
 grid-area: title;
 color: #ffffff;
}

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

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

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

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

.ring .base
{
 width: 100%;
}

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

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

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

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

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

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

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

.batch
{
 padding-block: 1.5rem;
}

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

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

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

.pill_outer::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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shelf_sub[open] .shelf_large::before
{
 content: "−";
}

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

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

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

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

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

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

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

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

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

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

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

.level_bottom:empty
{
 display: none;
}

.level_bottom a
{
 text-decoration: none;
}

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

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

.level_cell p
{
 margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_cell
 {
  flex-wrap: nowrap;
 }

 .caption, .container_first .base_cell, .block2
 {
  display: none;
 }

 .caption + .container_first
 {
  margin-inline-start: auto;
 }

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

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

 .container_first .base
 {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }

 .segment
 {
  padding-block: 1.75rem;
 }

 .ring_less, .row
 {
  padding: 1.15rem;
 }

 .row .base_open, .plate_on .base_open
 {
  width: 100%;
 }

 .entry_off
 {
  display: none;
 }

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

}
