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

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

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

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

a
{
  color: inherit;
}

.pane
{
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--soft);
  color: var(--card);
}

.pane__plain, .unit__small, .record__light, .area__image, .ribbon__last
{
  width: min(100% - 2rem, var(--lift));
  margin-inline: auto;
}

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

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

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

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

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

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

.widget:empty
{
  display: none;
}

.widget:empty + .pane__top
{
  margin-inline-start: auto;
}

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

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

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

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

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

.shell__open span
{
  position: relative;
}

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

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

.shell__small
{
  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(--soft);
  border: 1px solid color-mix(in srgb, var(--card) 20%, transparent);
  border-radius: var(--flat);
  box-shadow: var(--brand);
}

.shell__small a
{
  padding: 0.6rem 0.7rem;
  border-radius: var(--foot);
  text-decoration: none;
  color: var(--card);
}

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

.shell__small .module
{
  margin-top: 0.4rem;
  color: var(--card);
  border-color: color-mix(in srgb, var(--card) 40%, transparent);
}

.pane .module--flat
{
  color: inherit;
  border-color: color-mix(in srgb, var(--card) 45%, transparent);
}

.pane .module--flat:hover
{
  background: color-mix(in srgb, var(--card) 14%, transparent);
}

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

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

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

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

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

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

.module:hover
{
  background: var(--cool);
}

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

.module--flat
{
  background: transparent;
  color: var(--warm);
  border-color: var(--space);
}

.module--flat:hover
{
  background: var(--zone);
}

.module--meta
{
  padding: 0.9rem 1.8rem;
  font-size: var(--base);
}

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

.badge h3, .ribbon__edge, .badge h2, .deck, .rack h2, .rack h3
{
  color: var(--warm);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

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

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

.rack h3, .badge h3
{
  font-size: var(--base);
  margin: 1.75rem 0 0.5rem;
}

.rack p, .badge p
{
  margin: 0 0 1rem;
}

.rack > :last-child, .badge > :last-child
{
  margin-bottom: 0;
}

.badge a, .rack a
{
  color: color-mix(in srgb, var(--flow) 72%, var(--warm));
  text-underline-offset: 3px;
}

.chunk
{
  display: block;
}

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

.chunk > .ribbon:not(.record):nth-of-type(odd)
{
  background: var(--zone);
}

.rack
{
  max-width: var(--deep);
}

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

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

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

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

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

.ribbon--list .rack 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(--flow);
  color: var(--tone);
  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(--space);
  border-inline-start: 3px solid var(--head);
  border-radius: 0 var(--foot) var(--foot) 0;
  background: var(--zone);
  font-size: 0.95rem;
}

.note p
{
  margin: 0 0 0.6rem;
}

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

.note strong
{
  color: var(--warm);
}

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

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

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

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

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

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

.badge blockquote, .rack blockquote
{
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid var(--flow);
  border-radius: 0 var(--foot) var(--foot) 0;
  background: var(--zone);
  color: var(--head);
  font-size: 0.95rem;
}

.rack blockquote p, .badge blockquote p
{
  margin: 0 0 0.6rem;
}

.rack blockquote > :last-child, .badge blockquote > :last-child
{
  margin-bottom: 0;
}

.badge blockquote strong, .rack blockquote strong
{
  color: var(--warm);
}

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

.rack table
{
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  background: var(--frame);
  border: 1px solid var(--space);
  border-radius: var(--flat);
  overflow: hidden;
}

.ribbon--table .rack
{
  max-width: none;
  overflow-x: auto;
}

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

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

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

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

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

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

.chip__small
{
  border: 1px solid var(--space);
  border-radius: var(--flat);
  box-shadow: var(--brand);
  width: 100%;
}

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

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

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

.element__meta a
{
  color: var(--flow);
  font-weight: 600;
}

.band
{
  text-align: center;
}

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

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

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

@media (max-width: 700px) {
  .record::before
  {
    background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--band, var(--tile, none));
  }

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

.record .deck
{
  grid-area: title;
  color: #fff;
}

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

.record .badge
{
  margin-bottom: 1.5rem;
}

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

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

.case .module
{
  width: 100%;
}

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

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

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

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

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

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

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

.article
{
  padding-block: 1.5rem;
}

.marker
{
  border: 1px solid var(--space);
  border-radius: var(--flat);
  background: var(--frame);
  padding: 0.5rem 1.1rem;
}

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

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

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

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

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

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

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

.marker__less a:hover
{
  color: var(--warm);
}

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

.box
{
  display: flex;
  flex-direction: column;
  background: var(--frame);
  border: 1px solid var(--space);
  border-radius: var(--flat);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

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

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

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

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

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

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

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

.bay
{
  background: var(--field);
  border: 1px solid var(--space);
  border-radius: var(--flat);
  padding: 1.1rem 1.2rem;
}

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

.bay__thumb
{
  font-weight: 700;
  color: var(--warm);
}

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

.bay__wide
{
  margin: 0;
  color: var(--head);
}

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

.teaser__copy
{
  border: 1px solid var(--space);
  border-radius: var(--foot);
  background: var(--frame);
  padding: 0 1.1rem;
}

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

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

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

.teaser__copy[open] .teaser__small::before
{
  content: "−";
}

.teaser__last
{
  color: var(--head);
  padding-bottom: 1rem;
}

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

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

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

.promo__stub
{
  margin: 0;
  font-size: var(--base);
  font-weight: 800;
  color: var(--warm);
  text-wrap: balance;
}

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

.unit
{
  border-top: 1px solid var(--space);
  background: var(--zone);
  color: var(--head);
  padding-block: 2rem 6rem;
}

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

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

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

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

.unit__bold:empty
{
  display: none;
}

.unit__bold a
{
  text-decoration: none;
}

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

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

.unit__large p
{
  margin: 0;
}

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

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

.region
{
  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(--flow) 14%, var(--soft));
  color: var(--card);
  border-top: 1px solid color-mix(in srgb, var(--flow) 45%, transparent);
}

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

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

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

.region .module
{
  margin-inline-start: auto;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

  .pane__plain
  {
    flex-wrap: nowrap;
  }

  .area, .widget, .pane__top .module--flat
  {
    display: none;
  }

  .widget + .pane__top
  {
    margin-inline-start: auto;
  }

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

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

  .pane__top .module
  {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
  }

  .ribbon
  {
    padding-block: 1.75rem;
  }

  .promo, .case__bold
  {
    padding: 1.15rem;
  }

  .record__narrow .module--meta, .promo .module--meta
  {
    width: 100%;
  }

  .region__flat
  {
    display: none;
  }

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

}
