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

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

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

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

a {
  color: inherit;
}

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

.box__plain, .module__flat, .banner__figure, .pane__plain, .figure__shut {
  width: min(100% - 2rem, var(--paper));
  margin-inline: auto;
}

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

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

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

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

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

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

.container:empty {
  display: none;
}

.container:empty + .banner__bold {
  margin-inline-start: auto;
}

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

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

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

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

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

.article__flat span {
  position: relative;
}

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

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

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

.article__last a {
  padding: 0.6rem 0.7rem;
  border-radius: var(--cool);
  text-decoration: none;
  color: var(--soft);
}

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

.article__last .region {
  margin-top: 0.4rem;
  color: var(--soft);
  border-color: color-mix(in srgb, var(--soft) 40%, transparent);
}

.banner .region_on {
  color: inherit;
  border-color: color-mix(in srgb, var(--soft) 45%, transparent);
}

.banner .region_on:hover {
  background: color-mix(in srgb, var(--soft) 14%, transparent);
}

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

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

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

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

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

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

.region:hover {
  background: var(--size);
}

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

.region_on {
  background: transparent;
  color: var(--dim);
  border-color: var(--space);
}

.region_on:hover {
  background: var(--base);
}

.region_open {
  padding: 0.9rem 1.8rem;
  font-size: var(--main);
}

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

.plate h2, .plate h3, .row, .promo h2, .figure__stub, .promo h3 {
  color: var(--dim);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

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

.figure__stub {
  font-size: var(--tile);
  margin: 0 0 1.25rem;
}

.plate h3, .promo h3 {
  font-size: var(--main);
  margin: 1.75rem 0 0.5rem;
}

.plate p, .promo p {
  margin: 0 0 1rem;
}

.promo > :last-child, .plate > :last-child {
  margin-bottom: 0;
}

.plate a, .promo a {
  color: color-mix(in srgb, var(--shell) 72%, var(--dim));
  text-underline-offset: 3px;
}

.part {
  display: block;
}

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

.part > .figure:not(.pane):nth-of-type(odd) {
  background: var(--base);
}

.promo {
  max-width: var(--edge);
}

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

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

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

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

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

.figure_list .promo 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(--shell);
  color: var(--wide);
  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(--round);
  border-radius: 0 var(--cool) var(--cool) 0;
  background: var(--base);
  font-size: 0.95rem;
}

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

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

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

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

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

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

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

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

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

.plate blockquote, .promo blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid var(--shell);
  border-radius: 0 var(--cool) var(--cool) 0;
  background: var(--base);
  color: var(--round);
  font-size: 0.95rem;
}

.plate blockquote p, .promo blockquote p {
  margin: 0 0 0.6rem;
}

.promo blockquote > :last-child, .plate blockquote > :last-child {
  margin-bottom: 0;
}

.promo blockquote strong, .plate blockquote strong {
  color: var(--dim);
}

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

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

.figure_table .promo {
  max-width: none;
  overflow-x: auto;
}

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

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

.promo thead th {
  background: color-mix(in srgb, var(--shell) 16%, var(--base));
  color: var(--dim);
  font-weight: 700;
  white-space: nowrap;
}

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

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

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

.wrap__stub {
  border: 1px solid var(--space);
  border-radius: var(--core);
  box-shadow: var(--flow);
  width: 100%;
}

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

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

.group__plain a {
  color: var(--shell);
  font-weight: 600;
}

.ribbon {
  text-align: center;
}

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

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

.ribbon__less {
  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(--foot, var(--zone, none));
  }

}
.pane__plain {
  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 .row {
  grid-area: title;
  color: #ffffff;
}

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

.pane .plate {
  margin-bottom: 1.5rem;
}

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

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

.widget .region {
  width: 100%;
}

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

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

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

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

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

.widget__top {
  font-size: var(--tile);
  font-weight: 800;
  line-height: 1.15;
  color: var(--dim);
  margin: 0;
  text-wrap: balance;
}

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

.teaser {
  padding-block: 1.5rem;
}

.piece {
  border: 1px solid var(--space);
  border-radius: var(--core);
  background: var(--plain);
  padding: 0.5rem 1.1rem;
}

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

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

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

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

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

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

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

.piece__soft a:hover {
  color: var(--dim);
}

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

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

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

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

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

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

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

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

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

.segment {
  background: var(--lead);
  border: 1px solid var(--space);
  border-radius: var(--core);
  padding: 1.1rem 1.2rem;
}

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

.segment__cell {
  font-weight: 700;
  color: var(--dim);
}

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

.segment__figure {
  margin: 0;
  color: var(--round);
}

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

.column__outer {
  border: 1px solid var(--space);
  border-radius: var(--cool);
  background: var(--plain);
  padding: 0 1.1rem;
}

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

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

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

.column__outer[open] .column__dark::before {
  content: "−";
}

.column__icon {
  color: var(--round);
  padding-bottom: 1rem;
}

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

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

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

.tag__small {
  margin: 0;
  font-size: var(--main);
  font-weight: 800;
  color: var(--dim);
  text-wrap: balance;
}

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

.box {
  border-top: 1px solid var(--space);
  background: var(--base);
  color: var(--round);
  padding-block: 2rem 6rem;
}

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

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

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

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

.box__small:empty {
  display: none;
}

.box__small a {
  text-decoration: none;
}

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

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

.box__first p {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .banner__figure {
    flex-wrap: nowrap;
  }

  .module, .banner__bold .region_on, .container {
    display: none;
  }

  .container + .banner__bold {
    margin-inline-start: auto;
  }

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

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

  .banner__bold .region {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
  }

  .figure {
    padding-block: 1.75rem;
  }

  .tag, .widget__narrow {
    padding: 1.15rem;
  }

  .tag .region_open, .pane__figure .region_open {
    width: 100%;
  }

  .tile__info {
    display: none;
  }

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

}
