:root {
  --brand: #0b1220;
  --lift: #dfe5f0;
  --zone: #fff;
  --thin: #ffb300;
  --flat: #111;
  --lead: #d99700;
  --frame: #070b16;
  --alt: #fff;
  --foot: color-mix(in srgb, var(--lift) 6%, var(--brand));
  --field: color-mix(in srgb, var(--lift) 3%, var(--brand));
  --warm: color-mix(in srgb, var(--lift) 18%, var(--brand));
  --grid: color-mix(in srgb, var(--lift) 68%, var(--brand));
  --bold: 1160px;
  --ink: 78ch;
  --stroke: 14px;
  --wide: 8px;
  --space: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
  --core: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  --edge: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
  --shell: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
  --plain: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}

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

body {
  margin: 0;
  background: var(--brand);
  color: var(--lift);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: var(--core);
  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(--frame);
  color: var(--alt)
}

.banner__figure, .region__large, .level__dark, .container__thumb, .beam__figure {
  width: min(100% - 2rem, var(--bold));
  margin-inline: auto
}

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

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

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

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

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

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

.summary:empty {
  display: none
}

.summary:empty + .region__line {
  margin-inline-start: auto
}

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

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

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

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

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

.window__figure span {
  position: relative
}

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

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

.window__alt {
  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(--frame);
  border: 1px solid color-mix(in srgb, var(--alt) 20%, transparent);
  border-radius: var(--stroke);
  box-shadow: var(--space)
}

.window__alt a {
  padding: 0.6rem 0.7rem;
  border-radius: var(--wide);
  text-decoration: none;
  color: var(--alt)
}

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

.window__alt .row {
  margin-top: 0.4rem;
  color: var(--alt);
  border-color: color-mix(in srgb, var(--alt) 40%, transparent)
}

.region .row--light {
  color: inherit;
  border-color: color-mix(in srgb, var(--alt) 45%, transparent)
}

.region .row--light:hover {
  background: color-mix(in srgb, var(--alt) 14%, transparent)
}

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

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

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

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

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

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

.row:hover {
  background: var(--lead)
}

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

.row--light {
  background: transparent;
  color: var(--zone);
  border-color: var(--warm)
}

.row--light:hover {
  background: var(--foot)
}

.row--bottom {
  padding: 0.9rem 1.8rem;
  font-size: var(--edge)
}

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

.bundle h2, .ledge h2, .bundle h3, .level__lead, .ledge h3, .ridge {
  color: var(--zone);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance
}

.ridge {
  font-size: var(--plain);
  margin: 0 0 1rem
}

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

.bundle h3, .ledge h3 {
  font-size: var(--edge);
  margin: 1.75rem 0 0.5rem
}

.bundle p, .ledge p {
  margin: 0 0 1rem
}

.ledge > :last-child, .bundle > :last-child {
  margin-bottom: 0
}

.ledge a, .bundle a {
  color: color-mix(in srgb, var(--thin) 72%, var(--zone));
  text-underline-offset: 3px
}

.plot {
  display: block
}

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

.plot > .level:not(.container):nth-of-type(odd) {
  background: var(--foot)
}

.bundle {
  max-width: var(--ink)
}

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

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

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

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

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

.level--list .bundle 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(--thin);
  color: var(--flat);
  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(--warm);
  border-inline-start: 3px solid var(--grid);
  border-radius: 0 var(--wide) var(--wide) 0;
  background: var(--foot);
  font-size: 0.95rem
}

.note p {
  margin: 0 0 0.6rem
}

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

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

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

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

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

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

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

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

.ledge blockquote, .bundle blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid var(--thin);
  border-radius: 0 var(--wide) var(--wide) 0;
  background: var(--foot);
  color: var(--grid);
  font-size: 0.95rem
}

.ledge blockquote p, .bundle blockquote p {
  margin: 0 0 0.6rem
}

.bundle blockquote > :last-child, .ledge blockquote > :last-child {
  margin-bottom: 0
}

.ledge blockquote strong, .bundle blockquote strong {
  color: var(--zone)
}

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

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

.level--table .bundle {
  max-width: none;
  overflow-x: auto
}

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

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

.bundle thead th {
  background: color-mix(in srgb, var(--thin) 16%, var(--foot));
  color: var(--zone);
  font-weight: 700;
  white-space: nowrap
}

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

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

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

.zone2__outer {
  border: 1px solid var(--warm);
  border-radius: var(--stroke);
  box-shadow: var(--space);
  width: 100%
}

.container {
  position: relative;
  padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
  background: var(--frame);
  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(--fill, none);
  background-size: cover;
  background-position: center
}

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

.stratum__outer a {
  color: var(--thin);
  font-weight: 600
}

.deck {
  text-align: center
}

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

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

.deck__soft {
  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(--card, var(--fill, none))
  }

}
.container__thumb {
  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 .ridge {
  grid-area: title;
  color: #fff
}

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

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

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

.district {
  grid-area: offer;
  background: var(--brand);
  border: 1px solid color-mix(in srgb, var(--thin) 40%, var(--warm));
  border-radius: var(--stroke);
  box-shadow: var(--space);
  overflow: hidden;
  align-self: start
}

.district .row {
  width: 100%
}

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

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

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

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

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

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

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

.belt {
  padding-block: 1.5rem
}

.niche {
  border: 1px solid var(--warm);
  border-radius: var(--stroke);
  background: var(--field);
  padding: 0.5rem 1.1rem
}

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

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

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

.niche[open] .niche__open::before {
  transform: rotate(-135deg)
}

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

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

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

.niche__view a:hover {
  color: var(--zone)
}

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

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

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

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

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

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

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

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

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

.root {
  background: var(--brand);
  border: 1px solid var(--warm);
  border-radius: var(--stroke);
  padding: 1.1rem 1.2rem
}

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

.root__lead {
  font-weight: 700;
  color: var(--zone)
}

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

.root__edge {
  margin: 0;
  color: var(--grid)
}

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

.band__bottom {
  border: 1px solid var(--warm);
  border-radius: var(--wide);
  background: var(--field);
  padding: 0 1.1rem
}

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

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

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

.band__bottom[open] .band__first::before {
  content: "−"
}

.band__link {
  color: var(--grid);
  padding-bottom: 1rem
}

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

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

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

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

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

.beam {
  border-top: 1px solid var(--warm);
  background: var(--foot);
  color: var(--grid);
  padding-block: 2rem 6rem
}

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

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

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

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

.beam__foot:empty {
  display: none
}

.beam__foot a {
  text-decoration: none
}

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

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

.beam__wide p {
  margin: 0
}

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

.rack {
  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(--thin) 14%, var(--frame));
  color: var(--alt);
  border-top: 1px solid color-mix(in srgb, var(--thin) 45%, transparent)
}

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

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

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

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

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

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

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

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

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

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

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

  .region__large {
    flex-wrap: nowrap
  }

  .banner, .region__line .row--light, .summary {
    display: none
  }

  .summary + .region__line {
    margin-inline-start: auto
  }

  .window {
    display: block;
    order: 3
  }

  .region__line {
    margin-inline-start: auto
  }

  .region__line .row {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem
  }

  .level {
    padding-block: 1.75rem
  }

  .district__plain, .peak {
    padding: 1.15rem
  }

  .peak .row--bottom, .container__less .row--bottom {
    width: 100%
  }

  .rack__link {
    display: none
  }

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

}
