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

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

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

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

a
{
  color: inherit
}

.pill
{
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--ink);
  color: var(--lead)
}

.pill__shut, .slab__foot, .part__figure, .holder__stub, .record__meta
{
  width: min(100% - 2rem, var(--cool));
  margin-inline: auto
}

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

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

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

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

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

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

.aside:empty
{
  display: none
}

.aside:empty + .pill__small
{
  margin-inline-start: auto
}

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

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

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

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

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

.segment__open span
{
  position: relative
}

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

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

.segment__link
{
  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(--ink);
  border: 1px solid color-mix(in srgb, var(--lead) 20%, transparent);
  border-radius: var(--field);
  box-shadow: var(--head)
}

.segment__link a
{
  padding: 0.6rem 0.7rem;
  border-radius: var(--bold);
  text-decoration: none;
  color: var(--lead)
}

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

.segment__link .field
{
  margin-top: 0.4rem;
  color: var(--lead);
  border-color: color-mix(in srgb, var(--lead) 40%, transparent)
}

.pill .field--off
{
  color: inherit;
  border-color: color-mix(in srgb, var(--lead) 45%, transparent)
}

.pill .field--off:hover
{
  background: color-mix(in srgb, var(--lead) 14%, transparent)
}

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

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

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

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

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

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

.field:hover
{
  background: var(--fill)
}

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

.field--off
{
  background: transparent;
  color: var(--core);
  border-color: var(--warm)
}

.field--off:hover
{
  background: var(--main)
}

.field--open
{
  padding: 0.9rem 1.8rem;
  font-size: var(--deep)
}

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

.wrap, .rack h3, .rack h2, .strip h3, .strip h2, .slab__view
{
  color: var(--core);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance
}

.wrap
{
  font-size: var(--space);
  margin: 0 0 1rem
}

.slab__view
{
  font-size: var(--brand);
  margin: 0 0 1.25rem
}

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

.rack p, .strip p
{
  margin: 0 0 1rem
}

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

.rack a, .strip a
{
  color: color-mix(in srgb, var(--line) 72%, var(--core));
  text-underline-offset: 3px
}

.widget
{
  display: block
}

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

.widget > .slab:not(.holder):nth-of-type(odd)
{
  background: var(--main)
}

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

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

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

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

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

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

.slab--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(--line);
  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(--warm);
  border-inline-start: 3px solid var(--size);
  border-radius: 0 var(--bold) var(--bold) 0;
  background: var(--main);
  font-size: 0.95rem
}

.note p
{
  margin: 0 0 0.6rem
}

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

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

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

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

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

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

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

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

.strip blockquote, .rack blockquote
{
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid var(--line);
  border-radius: 0 var(--bold) var(--bold) 0;
  background: var(--main);
  color: var(--size);
  font-size: 0.95rem
}

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

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

.rack blockquote strong, .strip blockquote strong
{
  color: var(--core)
}

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

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

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

.rack td, .rack th
{
  border-bottom: 1px solid var(--warm);
  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(--core)
}

.rack thead th
{
  background: color-mix(in srgb, var(--line) 16%, var(--main));
  color: var(--core);
  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(--wide) 3%, transparent)
}

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

.layer__link
{
  border: 1px solid var(--warm);
  border-radius: var(--field);
  box-shadow: var(--head);
  width: 100%
}

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

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

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

.unit__image a
{
  color: var(--line);
  font-weight: 600
}

.region
{
  text-align: center
}

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

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

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

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

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

.holder .wrap
{
  grid-area: title;
  color: #ffffff
}

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

.holder .strip
{
  margin-bottom: 1.5rem
}

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

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

.chunk .field
{
  width: 100%
}

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

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

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

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

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

.chunk__narrow
{
  font-size: var(--brand);
  font-weight: 800;
  line-height: 1.15;
  color: var(--core);
  margin: 0;
  text-wrap: balance
}

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

.badge
{
  padding-block: 1.5rem
}

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

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

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

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

.article[open] .article__soft::before
{
  transform: rotate(-135deg)
}

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

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

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

.article__thumb a:hover
{
  color: var(--core)
}

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

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

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

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

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

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

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

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

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

.piece
{
  background: var(--depth);
  border: 1px solid var(--warm);
  border-radius: var(--field);
  padding: 1.1rem 1.2rem
}

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

.piece__first
{
  font-weight: 700;
  color: var(--core)
}

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

.piece__edge
{
  margin: 0;
  color: var(--size)
}

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

.case__shut
{
  border: 1px solid var(--warm);
  border-radius: var(--bold);
  background: var(--base);
  padding: 0 1.1rem
}

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

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

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

.case__shut[open] .case__narrow::before
{
  content: "−"
}

.case__bold
{
  color: var(--size);
  padding-bottom: 1rem
}

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

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

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

.zone__view
{
  margin: 0;
  font-size: var(--deep);
  font-weight: 800;
  color: var(--core);
  text-wrap: balance
}

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

.part
{
  border-top: 1px solid var(--warm);
  background: var(--main);
  color: var(--size);
  padding-block: 2rem 6rem
}

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

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

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

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

.part__edge:empty
{
  display: none
}

.part__edge a
{
  text-decoration: none
}

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

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

.part__flat p
{
  margin: 0
}

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

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

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

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

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

.wrapper .field
{
  margin-inline-start: auto;
  flex-shrink: 0
}

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

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

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

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

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

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

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

  .pill__shut
  {
    flex-wrap: nowrap
  }

  .record, .aside, .pill__small .field--off
  {
    display: none
  }

  .aside + .pill__small
  {
    margin-inline-start: auto
  }

  .segment
  {
    display: block;
    order: 3
  }

  .pill__small
  {
    margin-inline-start: auto
  }

  .pill__small .field
  {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem
  }

  .slab
  {
    padding-block: 1.75rem
  }

  .chunk__large, .zone
  {
    padding: 1.15rem
  }

  .holder__bold .field--open, .zone .field--open
  {
    width: 100%
  }

  .wrapper__small
  {
    display: none
  }

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

}
