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

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

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

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

a {
 color: inherit
}

.region {
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--dim);
 color: var(--line)
}

.rack__link, .region__cell, .field__bottom, .slab__foot, .container__top {
 width: min(100% - 2rem, var(--ink));
 margin-inline: auto
}

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

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

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

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

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

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

.part:empty {
 display: none
}

.part:empty + .region__bold {
 margin-inline-start: auto
}

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

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

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

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

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

.box__icon span {
 position: relative
}

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

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

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

.box__dark a {
 padding: 0.6rem 0.7rem;
 border-radius: var(--cool);
 text-decoration: none;
 color: var(--line)
}

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

.box__dark .ribbon {
 margin-top: 0.4rem;
 color: var(--line);
 border-color: color-mix(in srgb, var(--line) 40%, transparent)
}

.region .ribbon--cell {
 color: inherit;
 border-color: color-mix(in srgb, var(--line) 45%, transparent)
}

.region .ribbon--cell:hover {
 background: color-mix(in srgb, var(--line) 14%, transparent)
}

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

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

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

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

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

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

.ribbon:hover {
 background: var(--zone)
}

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

.ribbon--cell {
 background: transparent;
 color: var(--head);
 border-color: var(--lift)
}

.ribbon--cell:hover {
 background: var(--band)
}

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

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

.summary h3, .promo h2, .field__foot, .promo h3, .pill, .summary h2 {
 color: var(--head);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance
}

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

.field__foot {
 font-size: var(--shell);
 margin: 0 0 1.25rem
}

.promo h3, .summary h3 {
 font-size: var(--soft);
 margin: 1.75rem 0 0.5rem
}

.summary p, .promo p {
 margin: 0 0 1rem
}

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

.summary a, .promo a {
 color: color-mix(in srgb, var(--paper) 72%, var(--head));
 text-underline-offset: 3px
}

.group {
 display: block
}

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

.group > .field:not(.container):nth-of-type(odd) {
 background: var(--band)
}

.promo {
 max-width: var(--lead)
}

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

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

.field--list .promo 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(--paper);
 border-bottom: 2px solid var(--paper);
 transform: rotate(-45deg)
}

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

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

.field--list .promo 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(--paper);
 color: var(--space);
 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(--lift);
 border-inline-start: 3px solid var(--wide);
 border-radius: 0 var(--cool) var(--cool) 0;
 background: var(--band);
 font-size: 0.95rem
}

.note p {
 margin: 0 0 0.6rem
}

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

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

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

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

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

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

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

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

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

.summary blockquote p, .promo blockquote p {
 margin: 0 0 0.6rem
}

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

.promo blockquote strong, .summary blockquote strong {
 color: var(--head)
}

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

.promo table {
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--thin);
 border: 1px solid var(--lift);
 border-radius: var(--body);
 overflow: hidden
}

.field--table .promo {
 max-width: none;
 overflow-x: auto
}

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

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

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

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

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

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

.aside__last {
 border: 1px solid var(--lift);
 border-radius: var(--body);
 box-shadow: var(--depth);
 width: 100%
}

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

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

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

.wrapper__large a {
 color: var(--paper);
 font-weight: 600
}

.listing {
 text-align: center
}

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

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

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

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

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

.container .pill {
 grid-area: title;
 color: #fff
}

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

.container .summary {
 margin-bottom: 1.5rem
}

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

.chunk {
 grid-area: offer;
 background: var(--brand);
 border: 1px solid color-mix(in srgb, var(--paper) 40%, var(--lift));
 border-radius: var(--body);
 box-shadow: var(--depth);
 overflow: hidden;
 align-self: start
}

.chunk .ribbon {
 width: 100%
}

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

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

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

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

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

.chunk__stub {
 font-size: var(--shell);
 font-weight: 800;
 line-height: 1.15;
 color: var(--head);
 margin: 0;
 text-wrap: balance
}

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

.tag {
 padding-block: 1.5rem
}

.tile {
 border: 1px solid var(--lift);
 border-radius: var(--body);
 background: var(--thin);
 padding: 0.5rem 1.1rem
}

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

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

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

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

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

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

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

.tile__small a:hover {
 color: var(--head)
}

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

.piece {
 display: flex;
 flex-direction: column;
 background: var(--thin);
 border: 1px solid var(--lift);
 border-radius: var(--body);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease
}

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

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

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

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

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

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

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

.plate {
 background: var(--brand);
 border: 1px solid var(--lift);
 border-radius: var(--body);
 padding: 1.1rem 1.2rem
}

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

.plate__side {
 font-weight: 700;
 color: var(--head)
}

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

.plate__bottom {
 margin: 0;
 color: var(--wide)
}

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

.detail__soft {
 border: 1px solid var(--lift);
 border-radius: var(--cool);
 background: var(--thin);
 padding: 0 1.1rem
}

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

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

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

.detail__soft[open] .detail__view::before {
 content: "−"
}

.detail__cell {
 color: var(--wide);
 padding-bottom: 1rem
}

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

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

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

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

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

.slab {
 border-top: 1px solid var(--lift);
 background: var(--band);
 color: var(--wide);
 padding-block: 2rem 6rem
}

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

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

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

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

.slab__icon:empty {
 display: none
}

.slab__icon a {
 text-decoration: none
}

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

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

.slab__stub p {
 margin: 0
}

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

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

.bay {
 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(--paper) 14%, var(--dim));
 color: var(--line);
 border-top: 1px solid color-mix(in srgb, var(--paper) 45%, transparent)
}

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

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

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

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

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

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

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

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

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

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

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

 .region__cell {
  flex-wrap: nowrap
 }

 .region__bold .ribbon--cell, .part, .rack {
  display: none
 }

 .part + .region__bold {
  margin-inline-start: auto
 }

 .box {
  display: block;
  order: 3
 }

 .region__bold {
  margin-inline-start: auto
 }

 .region__bold .ribbon {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem
 }

 .field {
  padding-block: 1.75rem
 }

 .article, .chunk__wide {
  padding: 1.15rem
 }

 .article .ribbon--lead, .container__cell .ribbon--lead {
  width: 100%
 }

 .bay__edge {
  display: none
 }

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

}
