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

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

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

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

a {
 color: inherit
}

.set {
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--body);
 color: var(--head)
}

.set-copy, .wrapper-line, .lot-less, .leaf-copy, .pocket-info {
 width: min(100% - 2rem, var(--core));
 margin-inline: auto
}

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

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

.trail 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(--band);
 text-decoration: none;
 color: inherit;
 opacity: 0.82;
 white-space: nowrap;
 font-size: 0.92rem
}

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

.aside:empty {
 display: none
}

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

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

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

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

.banner-off::-webkit-details-marker {
 display: none
}

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

.banner-off span {
 position: relative
}

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

.banner-off span::after {
 position: absolute;
 top: 6px
}

.banner-image {
 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(--body);
 border: 1px solid color-mix(in srgb, var(--head) 20%, transparent);
 border-radius: var(--dim);
 box-shadow: var(--deep)
}

.banner-image a {
 padding: 0.6rem 0.7rem;
 border-radius: var(--band);
 text-decoration: none;
 color: var(--head)
}

.banner-image a:hover {
 background: color-mix(in srgb, var(--head) 12%, transparent)
}

.banner-image .bridge {
 margin-top: 0.4rem;
 color: var(--head);
 border-color: color-mix(in srgb, var(--head) 40%, transparent)
}

.set .bridge--figure {
 color: inherit;
 border-color: color-mix(in srgb, var(--head) 45%, transparent)
}

.set .bridge--figure:hover {
 background: color-mix(in srgb, var(--head) 14%, transparent)
}

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

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

.lot-less::-webkit-scrollbar {
 display: none
}

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

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

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

.bridge:hover {
 background: var(--line)
}

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

.bridge--figure {
 background: transparent;
 color: var(--grid);
 border-color: var(--base)
}

.bridge--figure:hover {
 background: var(--foot)
}

.bridge--shut {
 padding: 0.9rem 1.8rem;
 font-size: var(--cool)
}

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

.group h2, .leaf-narrow, .stack h2, .stack h3, .group h3, .tier {
 color: var(--grid);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance
}

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

.leaf-narrow {
 font-size: var(--lead);
 margin: 0 0 1.25rem
}

.stack h3, .group h3 {
 font-size: var(--cool);
 margin: 1.75rem 0 0.5rem
}

.group p, .stack p {
 margin: 0 0 1rem
}

.stack > :last-child, .group > :last-child {
 margin-bottom: 0
}

.stack a, .group a {
 color: color-mix(in srgb, var(--bold) 72%, var(--grid));
 text-underline-offset: 3px
}

.plank {
 display: block
}

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

.plank > .leaf:not(.pocket):nth-of-type(odd) {
 background: var(--foot)
}

.stack {
 max-width: var(--main)
}

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

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

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

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

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

.leaf--list .stack 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(--bold);
 color: var(--lift);
 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(--base);
 border-inline-start: 3px solid var(--tile);
 border-radius: 0 var(--band) var(--band) 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(--grid)
}

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

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

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

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

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

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

.group blockquote, .stack blockquote {
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--bold);
 border-radius: 0 var(--band) var(--band) 0;
 background: var(--foot);
 color: var(--tile);
 font-size: 0.95rem
}

.group blockquote p, .stack blockquote p {
 margin: 0 0 0.6rem
}

.group blockquote > :last-child, .stack blockquote > :last-child {
 margin-bottom: 0
}

.group blockquote strong, .stack blockquote strong {
 color: var(--grid)
}

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

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

.leaf--table .stack {
 max-width: none;
 overflow-x: auto
}

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

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

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

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

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

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

.article-side {
 border: 1px solid var(--base);
 border-radius: var(--dim);
 box-shadow: var(--deep);
 width: 100%
}

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

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

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

.grille-icon a {
 color: var(--bold);
 font-weight: 600
}

.part {
 text-align: center
}

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

.part-narrow {
 max-width: 46ch;
 margin-inline: auto;
 color: var(--tile)
}

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

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

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

.pocket .tier {
 grid-area: title;
 color: #ffffff
}

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

.pocket .group {
 margin-bottom: 1.5rem
}

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

.span2 {
 grid-area: offer;
 background: var(--frame);
 border: 1px solid color-mix(in srgb, var(--bold) 40%, var(--base));
 border-radius: var(--dim);
 box-shadow: var(--deep);
 overflow: hidden;
 align-self: start
}

.span2 .bridge {
 width: 100%
}

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

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

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

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

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

.span2-large {
 font-size: var(--lead);
 font-weight: 800;
 line-height: 1.15;
 color: var(--grid);
 margin: 0;
 text-wrap: balance
}

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

.basket {
 padding-block: 1.5rem
}

.ramp {
 border: 1px solid var(--base);
 border-radius: var(--dim);
 background: var(--fill);
 padding: 0.5rem 1.1rem
}

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

.ramp-small::-webkit-details-marker {
 display: none
}

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

.ramp[open] .ramp-small::before {
 transform: rotate(-135deg)
}

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

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

.ramp-stub a {
 color: var(--tile);
 text-underline-offset: 3px
}

.ramp-stub a:hover {
 color: var(--grid)
}

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

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

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

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

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

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

.plane-icon {
 font-weight: 600;
 color: var(--grid);
 line-height: 1.3;
 margin: 0
}

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

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

.slot {
 background: var(--frame);
 border: 1px solid var(--base);
 border-radius: var(--dim);
 padding: 1.1rem 1.2rem
}

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

.slot-copy {
 font-weight: 700;
 color: var(--grid)
}

.slot-dark {
 color: var(--bold);
 font-weight: 700;
 white-space: nowrap
}

.slot-foot {
 margin: 0;
 color: var(--tile)
}

.circuit-lead {
 display: grid;
 gap: 0.5rem;
 max-width: var(--main)
}

.circuit-last {
 border: 1px solid var(--base);
 border-radius: var(--band);
 background: var(--fill);
 padding: 0 1.1rem
}

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

.circuit-on::-webkit-details-marker {
 display: none
}

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

.circuit-last[open] .circuit-on::before {
 content: "−"
}

.circuit-top {
 color: var(--tile);
 padding-bottom: 1rem
}

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

.circuit-top > :last-child {
 margin-bottom: 0
}

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

.folder-dark {
 margin: 0;
 font-size: var(--cool);
 font-weight: 800;
 color: var(--grid);
 text-wrap: balance
}

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

.wrapper {
 border-top: 1px solid var(--base);
 background: var(--foot);
 color: var(--tile);
 padding-block: 2rem 6rem
}

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

.wrapper-image {
 margin-inline-end: auto;
 font-weight: 700;
 color: var(--grid)
}

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

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

.wrapper-soft:empty {
 display: none
}

.wrapper-soft a {
 text-decoration: none
}

.wrapper-soft a:hover {
 text-decoration: underline
}

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

.wrapper-large p {
 margin: 0
}

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

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

.hall {
 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(--bold) 14%, var(--body));
 color: var(--head);
 border-top: 1px solid color-mix(in srgb, var(--bold) 45%, transparent)
}

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

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

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

.hall .bridge {
 margin-inline-start: auto;
 flex-shrink: 0
}

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

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

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

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

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

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

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

 .set-copy {
  flex-wrap: nowrap
 }

 .set-bottom .bridge--figure, .lot, .aside {
  display: none
 }

 .aside + .set-bottom {
  margin-inline-start: auto
 }

 .banner {
  display: block;
  order: 3
 }

 .set-bottom {
  margin-inline-start: auto
 }

 .set-bottom .bridge {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem
 }

 .leaf {
  padding-block: 1.75rem
 }

 .span2-edge, .folder {
  padding: 1.15rem
 }

 .folder .bridge--shut, .pocket-copy .bridge--shut {
  width: 100%
 }

 .hall-small {
  display: none
 }

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

}
