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

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

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

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

a {
  color: inherit
}

.layer {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--main);
  color: var(--edge)
}

.span__alt, .chip__sub, .layer__less, .pane__image, .shell__view {
  width: min(100% - 2rem, var(--cool));
  margin-inline: auto
}

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

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

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

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

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

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

.frame:empty {
  display: none
}

.frame:empty + .layer__thumb {
  margin-inline-start: auto
}

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

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

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

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

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

.figure__side span {
  position: relative
}

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

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

.figure__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(--main);
  border: 1px solid color-mix(in srgb, var(--edge) 20%, transparent);
  border-radius: var(--round);
  box-shadow: var(--paper)
}

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

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

.figure__off .article {
  margin-top: 0.4rem;
  color: var(--edge);
  border-color: color-mix(in srgb, var(--edge) 40%, transparent)
}

.layer .article--large {
  color: inherit;
  border-color: color-mix(in srgb, var(--edge) 45%, transparent)
}

.layer .article--large:hover {
  background: color-mix(in srgb, var(--edge) 14%, transparent)
}

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

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

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

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

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

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

.article:hover {
  background: var(--wide)
}

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

.article--large {
  background: transparent;
  color: var(--stroke);
  border-color: var(--tile)
}

.article--large:hover {
  background: var(--band)
}

.article--narrow {
  padding: 0.9rem 1.8rem;
  font-size: var(--shell)
}

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

.module h3, .module h2, .pill h2, .shell__bottom, .board, .pill h3 {
  color: var(--stroke);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance
}

.board {
  font-size: var(--grid);
  margin: 0 0 1rem
}

.shell__bottom {
  font-size: var(--field);
  margin: 0 0 1.25rem
}

.pill h3, .module h3 {
  font-size: var(--shell);
  margin: 1.75rem 0 0.5rem
}

.pill p, .module p {
  margin: 0 0 1rem
}

.pill > :last-child, .module > :last-child {
  margin-bottom: 0
}

.pill a, .module a {
  color: color-mix(in srgb, var(--size) 72%, var(--stroke));
  text-underline-offset: 3px
}

.region {
  display: block
}

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

.region > .shell:not(.pane):nth-of-type(odd) {
  background: var(--band)
}

.module {
  max-width: var(--frame)
}

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

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

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

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

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

.shell--list .module 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(--size);
  color: var(--card);
  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(--tile);
  border-inline-start: 3px solid var(--soft);
  border-radius: 0 var(--base) var(--base) 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(--stroke)
}

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

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

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

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

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

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

.pill blockquote, .module blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid var(--size);
  border-radius: 0 var(--base) var(--base) 0;
  background: var(--band);
  color: var(--soft);
  font-size: 0.95rem
}

.module blockquote p, .pill blockquote p {
  margin: 0 0 0.6rem
}

.pill blockquote > :last-child, .module blockquote > :last-child {
  margin-bottom: 0
}

.pill blockquote strong, .module blockquote strong {
  color: var(--stroke)
}

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

.module table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  background: var(--deep);
  border: 1px solid var(--tile);
  border-radius: var(--round);
  overflow: hidden
}

.shell--table .module {
  max-width: none;
  overflow-x: auto
}

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

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

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

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

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

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

.rack__shut {
  border: 1px solid var(--tile);
  border-radius: var(--round);
  box-shadow: var(--paper);
  width: 100%
}

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

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

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

.holder__icon a {
  color: var(--size);
  font-weight: 600
}

.wrapper {
  text-align: center
}

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

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

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

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

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

.pane .board {
  grid-area: title;
  color: #ffffff
}

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

.pane .pill {
  margin-bottom: 1.5rem
}

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

.zone {
  grid-area: offer;
  background: var(--bold);
  border: 1px solid color-mix(in srgb, var(--size) 40%, var(--tile));
  border-radius: var(--round);
  box-shadow: var(--paper);
  overflow: hidden;
  align-self: start
}

.zone .article {
  width: 100%
}

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

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

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

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

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

.zone__wide {
  font-size: var(--field);
  font-weight: 800;
  line-height: 1.15;
  color: var(--stroke);
  margin: 0;
  text-wrap: balance
}

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

.aside {
  padding-block: 1.5rem
}

.well {
  border: 1px solid var(--tile);
  border-radius: var(--round);
  background: var(--deep);
  padding: 0.5rem 1.1rem
}

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

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

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

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

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

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

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

.well__icon a:hover {
  color: var(--stroke)
}

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

.area {
  display: flex;
  flex-direction: column;
  background: var(--deep);
  border: 1px solid var(--tile);
  border-radius: var(--round);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease
}

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

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

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

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

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

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

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

.ribbon {
  background: var(--bold);
  border: 1px solid var(--tile);
  border-radius: var(--round);
  padding: 1.1rem 1.2rem
}

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

.ribbon__sub {
  font-weight: 700;
  color: var(--stroke)
}

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

.ribbon__soft {
  margin: 0;
  color: var(--soft)
}

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

.widget__alt {
  border: 1px solid var(--tile);
  border-radius: var(--base);
  background: var(--deep);
  padding: 0 1.1rem
}

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

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

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

.widget__alt[open] .widget__open::before {
  content: "−"
}

.widget__narrow {
  color: var(--soft);
  padding-bottom: 1rem
}

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

.widget__narrow > :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(--round);
  background: color-mix(in srgb, var(--size) 12%, var(--band));
  border: 1px solid color-mix(in srgb, var(--size) 35%, var(--tile))
}

.row__foot {
  margin: 0;
  font-size: var(--shell);
  font-weight: 800;
  color: var(--stroke);
  text-wrap: balance
}

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

.span {
  border-top: 1px solid var(--tile);
  background: var(--band);
  color: var(--soft);
  padding-block: 2rem 6rem
}

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

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

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

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

.span__shut:empty {
  display: none
}

.span__shut a {
  text-decoration: none
}

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

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

.span__lead p {
  margin: 0
}

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

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

.wrap {
  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(--size) 14%, var(--main));
  color: var(--edge);
  border-top: 1px solid color-mix(in srgb, var(--size) 45%, transparent)
}

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

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

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

.wrap .article {
  margin-inline-start: auto;
  flex-shrink: 0
}

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

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

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

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

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

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

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

  .layer__less {
    flex-wrap: nowrap
  }

  .layer__thumb .article--large, .chip, .frame {
    display: none
  }

  .frame + .layer__thumb {
    margin-inline-start: auto
  }

  .figure {
    display: block;
    order: 3
  }

  .layer__thumb {
    margin-inline-start: auto
  }

  .layer__thumb .article {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem
  }

  .shell {
    padding-block: 1.75rem
  }

  .row, .zone__thumb {
    padding: 1.15rem
  }

  .pane__last .article--narrow, .row .article--narrow {
    width: 100%
  }

  .wrap__top {
    display: none
  }

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

}
