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

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

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

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

a
{
  color: inherit
}

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

.well_line, .segment_shut, .pill_sub, .entry_dark, .zone_open
{
  width: min(100% - 2rem, var(--stroke));
  margin-inline: auto
}

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

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

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

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

.box 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
}

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

.box:empty
{
  display: none
}

.box:empty + .entry_plain
{
  margin-inline-start: auto
}

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

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

.detail_foot
{
  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)
}

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

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

.detail_foot span
{
  position: relative
}

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

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

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

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

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

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

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

.entry .column_sub:hover
{
  background: color-mix(in srgb, var(--card) 14%, transparent)
}

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

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

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

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

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

.column
{
  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(--line);
  color: var(--edge);
  transition: background-color 0.15s ease, transform 0.05s ease
}

.column:hover
{
  background: var(--thin)
}

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

.column_sub
{
  background: transparent;
  color: var(--band);
  border-color: var(--wide)
}

.column_sub:hover
{
  background: var(--bold)
}

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

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

.bay h3, .bay h2, .listing h3, .segment_small, .row, .listing h2
{
  color: var(--band);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance
}

.row
{
  font-size: var(--base);
  margin: 0 0 1rem
}

.segment_small
{
  font-size: var(--warm);
  margin: 0 0 1.25rem
}

.listing h3, .bay h3
{
  font-size: var(--lead);
  margin: 1.75rem 0 0.5rem
}

.listing p, .bay p
{
  margin: 0 0 1rem
}

.listing > :last-child, .bay > :last-child
{
  margin-bottom: 0
}

.bay a, .listing a
{
  color: color-mix(in srgb, var(--line) 72%, var(--band));
  text-underline-offset: 3px
}

.summary
{
  display: block
}

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

.summary > .segment:not(.well):nth-of-type(odd)
{
  background: var(--bold)
}

.listing
{
  max-width: var(--flat)
}

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

.segment_list .listing ul > li
{
  position: relative;
  padding-inline-start: 1.9rem;
  padding-block: 0.15rem
}

.segment_list .listing 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)
}

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

.segment_list .listing ol > li
{
  counter-increment: step;
  position: relative;
  padding-inline-start: 2.6rem
}

.segment_list .listing 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(--edge);
  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(--wide);
  border-inline-start: 3px solid var(--main);
  border-radius: 0 var(--foot) var(--foot) 0;
  background: var(--bold);
  font-size: 0.95rem
}

.note p
{
  margin: 0 0 0.6rem
}

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

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

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

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

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

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

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

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

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

.listing blockquote p, .bay blockquote p
{
  margin: 0 0 0.6rem
}

.listing blockquote > :last-child, .bay blockquote > :last-child
{
  margin-bottom: 0
}

.listing blockquote strong, .bay blockquote strong
{
  color: var(--band)
}

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

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

.segment_table .listing
{
  max-width: none;
  overflow-x: auto
}

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

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

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

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

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

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

.container_edge
{
  border: 1px solid var(--wide);
  border-radius: var(--depth);
  box-shadow: var(--space);
  width: 100%
}

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

.well::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
}

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

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

.plate
{
  text-align: center
}

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

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

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

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

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

.well .row
{
  grid-area: title;
  color: #ffffff
}

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

.well .bay
{
  margin-bottom: 1.5rem
}

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

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

.layer .column
{
  width: 100%
}

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

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

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

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

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

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

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

.promo
{
  padding-block: 1.5rem
}

.case
{
  border: 1px solid var(--wide);
  border-radius: var(--depth);
  background: var(--lift);
  padding: 0.5rem 1.1rem
}

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

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

.case_wide::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
}

.case[open] .case_wide::before
{
  transform: rotate(-135deg)
}

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

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

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

.case_small a:hover
{
  color: var(--band)
}

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

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

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

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

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

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

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

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

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

.part
{
  background: var(--zone);
  border: 1px solid var(--wide);
  border-radius: var(--depth);
  padding: 1.1rem 1.2rem
}

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

.part_shut
{
  font-weight: 700;
  color: var(--band)
}

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

.part_meta
{
  margin: 0;
  color: var(--main)
}

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

.aside_line
{
  border: 1px solid var(--wide);
  border-radius: var(--foot);
  background: var(--lift);
  padding: 0 1.1rem
}

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

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

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

.aside_line[open] .aside_edge::before
{
  content: "−"
}

.aside_less
{
  color: var(--main);
  padding-bottom: 1rem
}

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

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

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

.banner_side
{
  margin: 0;
  font-size: var(--lead);
  font-weight: 800;
  color: var(--band);
  text-wrap: balance
}

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

.pill
{
  border-top: 1px solid var(--wide);
  background: var(--bold);
  color: var(--main);
  padding-block: 2rem 6rem
}

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

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

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

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

.pill_image:empty
{
  display: none
}

.pill_image a
{
  text-decoration: none
}

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

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

.pill_line p
{
  margin: 0
}

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

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

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

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

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

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

.figure .column
{
  margin-inline-start: auto;
  flex-shrink: 0
}

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

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

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

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

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

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

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

  .entry_dark
  {
    flex-wrap: nowrap
  }

  .box, .zone, .entry_plain .column_sub
  {
    display: none
  }

  .box + .entry_plain
  {
    margin-inline-start: auto
  }

  .detail
  {
    display: block;
    order: 3
  }

  .entry_plain
  {
    margin-inline-start: auto
  }

  .entry_plain .column
  {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem
  }

  .segment
  {
    padding-block: 1.75rem
  }

  .layer_stub, .banner
  {
    padding: 1.15rem
  }

  .banner .column_first, .well_info .column_first
  {
    width: 100%
  }

  .figure_icon
  {
    display: none
  }

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

}
