:root {
 --space: #0b1220;
 --thin: #dfe5f0;
 --tile: #ffffff;
 --lift: #ffb300;
 --field: #111111;
 --foot: #d99700;
 --grid: #070b16;
 --size: #ffffff;
 --brand: color-mix(in srgb, var(--thin) 6%, var(--space));
 --soft: color-mix(in srgb, var(--thin) 3%, var(--space));
 --flow: color-mix(in srgb, var(--thin) 18%, var(--space));
 --dim: color-mix(in srgb, var(--thin) 68%, var(--space));
 --band: 1160px;
 --body: 78ch;
 --zone: 14px;
 --core: 8px;
 --plain: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
 --wide: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
 --deep: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
 --paper: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
 --line: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}
*::before, *::after, * {
 box-sizing: border-box;
}
body {
 margin: 0;
 background: var(--space);
 color: var(--thin);
 font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
 font-size: var(--wide);
 line-height: 1.65;
 -webkit-text-size-adjust: 100%;
 overflow-wrap: break-word;
}
img {
 max-width: 100%;
 height: auto;
 display: block;
}
a {
 color: inherit;
}
.block {
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--grid);
 color: var(--size);
}
.bay__first, .module__outer, .element__icon, .rack__light, .block__image {
 width: min(100% - 2rem, var(--band));
 margin-inline: auto;
}
.block__image {
 display: flex;
 align-items: center;
 gap: 1.25rem;
 min-height: 60px;
 padding-block: 0.5rem;
}
.chunk {
 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;
}
.chunk img {
 height: 32px;
 width: auto;
 object-fit: contain;
}
.ribbon {
 display: flex;
 gap: 0.15rem;
 margin-inline-end: auto;
 min-width: 0;
}
.ribbon a {
 padding: 0.4rem 0.7rem;
 border-radius: var(--core);
 text-decoration: none;
 color: inherit;
 opacity: 0.82;
 white-space: nowrap;
 font-size: 0.92rem;
}
.ribbon a:hover {
 background: color-mix(in srgb, var(--size) 14%, transparent);
 opacity: 1;
}
.ribbon:empty {
 display: none;
}
.ribbon:empty + .block__flat {
 margin-inline-start: auto;
}
.block__flat {
 display: flex;
 gap: 0.5rem;
 flex-shrink: 0;
}
.box {
 display: none;
 position: relative;
 flex-shrink: 0;
}
.box__figure {
 list-style: none;
 cursor: pointer;
 width: 40px;
 height: 40px;
 display: grid;
 place-items: center;
 border: 1px solid color-mix(in srgb, var(--size) 40%, transparent);
 border-radius: var(--core);
}
.box__figure::-webkit-details-marker {
 display: none;
}
.box__figure span::after, .box__figure span, .box__figure span::before {
 content: "";
 display: block;
 width: 18px;
 height: 2px;
 background: currentColor;
 border-radius: 2px;
}
.box__figure span {
 position: relative;
}
.box__figure span::before {
 position: absolute;
 top: -6px;
}
.box__figure span::after {
 position: absolute;
 top: 6px;
}
.box__side {
 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(--grid);
 border: 1px solid color-mix(in srgb, var(--size) 20%, transparent);
 border-radius: var(--zone);
 box-shadow: var(--plain);
}
.box__side a {
 padding: 0.6rem 0.7rem;
 border-radius: var(--core);
 text-decoration: none;
 color: var(--size);
}
.box__side a:hover {
 background: color-mix(in srgb, var(--size) 12%, transparent);
}
.box__side .piece {
 margin-top: 0.4rem;
 color: var(--size);
 border-color: color-mix(in srgb, var(--size) 40%, transparent);
}
.block .piece_less {
 color: inherit;
 border-color: color-mix(in srgb, var(--size) 45%, transparent);
}
.block .piece_less:hover {
 background: color-mix(in srgb, var(--size) 14%, transparent);
}
.module {
 background: color-mix(in srgb, var(--size) 8%, var(--grid));
 border-top: 1px solid color-mix(in srgb, var(--size) 12%, transparent);
 font-size: 0.9rem;
}
.module__outer {
 display: flex;
 gap: 0.25rem;
 overflow-x: auto;
 scrollbar-width: none;
}
.module__outer::-webkit-scrollbar {
 display: none;
}
.module a {
 padding: 0.55rem 0.7rem;
 text-decoration: none;
 color: var(--size);
 opacity: 0.8;
 white-space: nowrap;
 border-bottom: 2px solid transparent;
}
.module a:hover {
 opacity: 1;
 border-bottom-color: var(--lift);
}
.piece {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.4rem;
 border: 1px solid var(--tone, transparent);
 border-radius: var(--core);
 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(--field);
 transition: background-color 0.15s ease, transform 0.05s ease;
}
.piece:hover {
 background: var(--foot);
}
.piece:active {
 transform: translateY(1px);
}
.piece_less {
 background: transparent;
 color: var(--tile);
 border-color: var(--flow);
}
.piece_less:hover {
 background: var(--brand);
}
.piece_edge {
 padding: 0.9rem 1.8rem;
 font-size: var(--deep);
}
:focus-visible {
 outline: 2px solid var(--lift);
 outline-offset: 2px;
}
.area h2, .badge h2, .strip, .bay__line, .area h3, .badge h3 {
 color: var(--tile);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}
.strip {
 font-size: var(--line);
 margin: 0 0 1rem;
}
.bay__line {
 font-size: var(--paper);
 margin: 0 0 1.25rem;
}
.area h3, .badge h3 {
 font-size: var(--deep);
 margin: 1.75rem 0 0.5rem;
}
.badge p, .area p {
 margin: 0 0 1rem;
}
.area > :last-child, .badge > :last-child {
 margin-bottom: 0;
}
.badge a, .area a {
 color: color-mix(in srgb, var(--lift) 72%, var(--tile));
 text-underline-offset: 3px;
}
.pill {
 display: block;
}
.bay {
 padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
 scroll-margin-top: 72px;
}
.pill > .bay:not(.element):nth-of-type(odd) {
 background: var(--brand);
}
.badge {
 max-width: var(--body);
}
.bay_list .badge ul {
 list-style: none;
 padding: 0;
 margin: 0 0 1rem;
 display: grid;
 gap: 0.5rem;
}
.bay_list .badge ul > li {
 position: relative;
 padding-inline-start: 1.9rem;
 padding-block: 0.15rem;
}
.bay_list .badge 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);
}
.bay_list .badge ol {
 counter-reset: step;
 list-style: none;
 padding: 0;
 display: grid;
 gap: 0.6rem;
}
.bay_list .badge ol > li {
 counter-increment: step;
 position: relative;
 padding-inline-start: 2.6rem;
}
.bay_list .badge 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(--field);
 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(--flow);
 border-inline-start: 3px solid var(--dim);
 border-radius: 0 var(--core) var(--core) 0;
 background: var(--brand);
 font-size: 0.95rem;
}
.note p {
 margin: 0 0 0.6rem;
}
.note > :last-child {
 margin-bottom: 0;
}
.note strong {
 color: var(--tile);
}
.note--disclosure {
 color: var(--dim);
 font-size: 0.88rem;
 background: transparent;
 border-inline-start-color: var(--flow);
}
.note--warning {
 border-inline-start-color: var(--lift);
 background: color-mix(in srgb, var(--lift) 10%, var(--space));
}
.note--takeaway {
 font-variant-numeric: tabular-nums;
 border-inline-start-color: var(--tile);
}
.note--rg {
 border: 1px solid color-mix(in srgb, var(--tile) 30%, var(--flow));
 border-radius: var(--zone);
 background: var(--soft);
}
.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(--flow);
 border-radius: 0;
 padding: 1rem 0 0;
}
.area blockquote, .badge blockquote {
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--lift);
 border-radius: 0 var(--core) var(--core) 0;
 background: var(--brand);
 color: var(--dim);
 font-size: 0.95rem;
}
.badge blockquote p, .area blockquote p {
 margin: 0 0 0.6rem;
}
.badge blockquote > :last-child, .area blockquote > :last-child {
 margin-bottom: 0;
}
.area blockquote strong, .badge blockquote strong {
 color: var(--tile);
}
.badge hr {
 border: 0;
 border-top: 1px solid var(--flow);
 margin: 2rem 0;
}
.badge table {
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--soft);
 border: 1px solid var(--flow);
 border-radius: var(--zone);
 overflow: hidden;
}
.bay_table .badge {
 max-width: none;
 overflow-x: auto;
}
.badge th, .badge td {
 border-bottom: 1px solid var(--flow);
 padding: 0.7rem 0.9rem;
 text-align: start;
 vertical-align: top;
}
.badge caption {
 caption-side: top;
 text-align: start;
 padding: 0 0 0.6rem;
 font-weight: 700;
 color: var(--tile);
}
.badge thead th {
 background: color-mix(in srgb, var(--lift) 16%, var(--brand));
 color: var(--tile);
 font-weight: 700;
 white-space: nowrap;
}
.badge tbody tr:last-child td {
 border-bottom: 0;
}
.badge tbody tr:nth-child(even) {
 background: color-mix(in srgb, var(--thin) 3%, transparent);
}
.band {
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
 gap: 2rem;
 align-items: start;
}
.band__edge {
 border: 1px solid var(--flow);
 border-radius: var(--zone);
 box-shadow: var(--plain);
 width: 100%;
}
.element {
 position: relative;
 padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
 background: var(--grid);
 isolation: isolate;
}
.element::before {
 content: "";
 position: absolute;
 inset: 0;
 z-index: -1;
 background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--cool, none);
 background-size: cover;
 background-position: center;
}
.teaser__copy {
 margin-top: 1.25rem;
 text-align: center;
}
.teaser__copy a {
 color: var(--lift);
 font-weight: 600;
}
.board {
 text-align: center;
}
.board__shut {
 font-size: clamp(3.5rem, 12vw, 6rem);
 line-height: 1;
 font-weight: 800;
 color: var(--lift);
 margin-bottom: 0.5rem;
}
.board__flat {
 max-width: 46ch;
 margin-inline: auto;
 color: var(--dim);
}
.board__top {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 0.75rem;
 margin-top: 1.75rem;
}
@media (max-width: 700px) {
 .element::before {
  background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--frame, var(--cool, none));
 }
}
.element__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;
}
.element .strip {
 grid-area: title;
 color: #ffffff;
}
.element__sub {
 grid-area: text;
 color: #f2f4f8;
 max-width: 62ch;
}
.element .area {
 margin-bottom: 1.5rem;
}
.element__foot {
 margin: 0.75rem 0 0;
 font-size: 0.85rem;
 opacity: 0.75;
}
.detail {
 grid-area: offer;
 background: var(--space);
 border: 1px solid color-mix(in srgb, var(--lift) 40%, var(--flow));
 border-radius: var(--zone);
 box-shadow: var(--plain);
 overflow: hidden;
 align-self: start;
}
.detail .piece {
 width: 100%;
}
.detail__plain {
 display: grid;
 place-items: center;
 min-height: 74px;
 padding: 0.9rem 1.25rem;
 background: color-mix(in srgb, var(--lift) 22%, var(--space));
 color: var(--tile);
 border-bottom: 3px solid var(--lift);
}
.detail__plain img {
 height: 42px;
 width: auto;
 max-width: 100%;
 object-fit: contain;
}
.detail__copy {
 display: flex;
 flex-direction: column;
 gap: 0.6rem;
 padding: 1.25rem;
 text-align: center;
}
.detail__narrow {
 font-weight: 800;
 font-size: var(--deep);
 color: inherit;
 text-align: center;
}
.detail__dark {
 font-size: 0.78rem;
 text-transform: uppercase;
 letter-spacing: 0.09em;
 color: var(--dim);
 margin: 0;
}
.detail__large {
 font-size: var(--paper);
 font-weight: 800;
 line-height: 1.15;
 color: var(--tile);
 margin: 0;
 text-wrap: balance;
}
.detail__line {
 font-size: 0.8rem;
 color: var(--dim);
 margin: 0;
}
.segment {
 padding-block: 1.5rem;
}
.stack {
 border: 1px solid var(--flow);
 border-radius: var(--zone);
 background: var(--soft);
 padding: 0.5rem 1.1rem;
}
.stack__large {
 cursor: pointer;
 font-weight: 700;
 color: var(--tile);
 padding-block: 0.6rem;
 list-style: none;
 display: flex;
 align-items: center;
 gap: 0.5rem;
}
.stack__large::-webkit-details-marker {
 display: none;
}
.stack__large::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;
}
.stack[open] .stack__large::before {
 transform: rotate(-135deg);
}
.stack__icon {
 columns: 2;
 gap: 2rem;
 margin: 0 0 0.75rem;
 padding-inline-start: 1.2rem;
 font-size: 0.95rem;
}
.stack__icon li {
 break-inside: avoid;
 margin-bottom: 0.3rem;
}
.stack__icon a {
 color: var(--dim);
 text-underline-offset: 3px;
}
.stack__icon a:hover {
 color: var(--tile);
}
.aside {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.row {
 display: flex;
 flex-direction: column;
 background: var(--soft);
 border: 1px solid var(--flow);
 border-radius: var(--zone);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease;
}
.row:hover {
 border-color: var(--lift);
 transform: translateY(-2px);
}
.row__top {
 aspect-ratio: 4 / 3;
 overflow: hidden;
 background: var(--brand);
}
.row__top img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.row__cell {
 display: flex;
 flex-direction: column;
 gap: 0.7rem;
 padding: 0.85rem;
 margin-top: auto;
}
.row__link {
 font-weight: 600;
 color: var(--tile);
 line-height: 1.3;
 margin: 0;
}
.row .piece {
 width: 100%;
 padding-block: 0.5rem;
 font-size: 0.95rem;
}
.listing__narrow {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.widget {
 background: var(--space);
 border: 1px solid var(--flow);
 border-radius: var(--zone);
 padding: 1.1rem 1.2rem;
}
.widget__stub {
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 gap: 0.5rem;
 margin-bottom: 0.4rem;
}
.widget__bottom {
 font-weight: 700;
 color: var(--tile);
}
.widget__plain {
 color: var(--lift);
 font-weight: 700;
 white-space: nowrap;
}
.widget__wide {
 margin: 0;
 color: var(--dim);
}
.field__copy {
 display: grid;
 gap: 0.5rem;
 max-width: var(--body);
}
.field__view {
 border: 1px solid var(--flow);
 border-radius: var(--core);
 background: var(--soft);
 padding: 0 1.1rem;
}
.field__thumb {
 cursor: pointer;
 font-weight: 600;
 color: var(--tile);
 padding-block: 0.9rem;
 list-style: none;
 display: flex;
 align-items: flex-start;
 gap: 0.75rem;
}
.field__thumb::-webkit-details-marker {
 display: none;
}
.field__thumb::before {
 content: "+";
 color: var(--lift);
 font-weight: 700;
 line-height: 1.4;
 flex-shrink: 0;
}
.field__view[open] .field__thumb::before {
 content: "−";
}
.field__lead {
 color: var(--dim);
 padding-bottom: 1rem;
}
.field__lead > :first-child {
 margin-top: 0;
}
.field__lead > :last-child {
 margin-bottom: 0;
}
.region {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 1rem 2rem;
 padding: 1.5rem;
 border-radius: var(--zone);
 background: color-mix(in srgb, var(--lift) 12%, var(--brand));
 border: 1px solid color-mix(in srgb, var(--lift) 35%, var(--flow));
}
.region__wide {
 margin: 0;
 font-size: var(--deep);
 font-weight: 800;
 color: var(--tile);
 text-wrap: balance;
}
.region__stub {
 margin: 0.25rem 0 0;
 font-size: 0.82rem;
 color: var(--dim);
}
.rack {
 border-top: 1px solid var(--flow);
 background: var(--brand);
 color: var(--dim);
 padding-block: 2rem 6rem;
}
.rack__light {
 display: flex;
 flex-wrap: wrap;
 gap: 1rem 1.5rem;
 align-items: center;
 padding-bottom: 1.25rem;
 border-bottom: 1px solid var(--flow);
}
.rack__large {
 margin-inline-end: auto;
 font-weight: 700;
 color: var(--tile);
}
.rack__large img {
 height: 32px;
 width: auto;
 object-fit: contain;
}
.rack__first {
 display: flex;
 flex-wrap: wrap;
 gap: 0.25rem 1rem;
}
.rack__first:empty {
 display: none;
}
.rack__first a {
 text-decoration: none;
}
.rack__first a:hover {
 text-decoration: underline;
}
.rack__icon {
 width: min(100% - 2rem, var(--band));
 margin-inline: auto;
 padding-top: 1.25rem;
 font-size: 0.85rem;
 display: grid;
 gap: 0.5rem;
}
.rack__icon p {
 margin: 0;
}
.rack__figure {
 display: flex;
 align-items: center;
 gap: 0.5rem;
 flex-wrap: wrap;
}
.record {
 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;
}
.wrapper {
 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(--grid));
 color: var(--size);
 border-top: 1px solid color-mix(in srgb, var(--lift) 45%, transparent);
}
.wrapper__meta {
 display: flex;
 flex-direction: column;
 min-width: 0;
 line-height: 1.25;
}
.wrapper__side {
 font-weight: 800;
 color: var(--size);
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.wrapper__off {
 font-size: 0.75rem;
 opacity: 0.7;
}
.wrapper .piece {
 margin-inline-start: auto;
 flex-shrink: 0;
}
@media (max-width: 960px) {
 .element__icon {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "offer" "text";
  gap: 1.25rem;
 }
 .band {
  grid-template-columns: 1fr;
 }
 .band__edge {
  max-width: 260px;
  margin-inline: auto;
 }
}
@media (max-width: 700px) {
 .stack__icon {
  columns: 1;
 }
 .aside {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 0.75rem;
 }
}
@media (max-width: 640px) {
 .block {
  position: static;
 }
 .block__image {
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding-block: 0.6rem;
 }
 .block__image {
  flex-wrap: nowrap;
 }
 .ribbon, .block__flat .piece_less, .module {
  display: none;
 }
 .ribbon + .block__flat {
  margin-inline-start: auto;
 }
 .box {
  display: block;
  order: 3;
 }
 .block__flat {
  margin-inline-start: auto;
 }
 .block__flat .piece {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }
 .bay {
  padding-block: 1.75rem;
 }
 .detail__copy, .region {
  padding: 1.15rem;
 }
 .region .piece_edge, .element__sub .piece_edge {
  width: 100%;
 }
 .wrapper__off {
  display: none;
 }
}
@media (prefers-reduced-motion: reduce) {
 *, *::before {
  transition: none !important;
 }
}
