:root {
 --ink: #0b1220;
 --stroke: #dfe5f0;
 --fill: #fff;
 --frame: #ffb300;
 --alt: #111;
 --body: #d99700;
 --card: #070b16;
 --round: #fff;
 --main: color-mix(in srgb, var(--stroke) 6%, var(--ink));
 --tile: color-mix(in srgb, var(--stroke) 3%, var(--ink));
 --head: color-mix(in srgb, var(--stroke) 18%, var(--ink));
 --dim: color-mix(in srgb, var(--stroke) 68%, var(--ink));
 --paper: 1160px;
 --wide: 78ch;
 --band: 14px;
 --grid: 8px;
 --space: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
 --warm: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
 --foot: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
 --base: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
 --zone: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}

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

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

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

a {
 color: inherit
}

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

.cabinet-stub, .sheet2-foot, .grille-side, .record-first, .chunk-dark {
 width: min(100% - 2rem, var(--paper));
 margin-inline: auto
}

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

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

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

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

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

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

.roof:empty {
 display: none
}

.roof:empty + .record-flat {
 margin-inline-start: auto
}

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

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

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

.plate-wide::-webkit-details-marker {
 display: none
}

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

.plate-wide span {
 position: relative
}

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

.plate-wide span::after {
 position: absolute;
 top: 6px
}

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

.plate-first a {
 padding: 0.6rem 0.7rem;
 border-radius: var(--grid);
 text-decoration: none;
 color: var(--round)
}

.plate-first a:hover {
 background: color-mix(in srgb, var(--round) 12%, transparent)
}

.plate-first .shelf {
 margin-top: 0.4rem;
 color: var(--round);
 border-color: color-mix(in srgb, var(--round) 40%, transparent)
}

.record .shelf--foot {
 color: inherit;
 border-color: color-mix(in srgb, var(--round) 45%, transparent)
}

.record .shelf--foot:hover {
 background: color-mix(in srgb, var(--round) 14%, transparent)
}

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

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

.chunk-dark::-webkit-scrollbar {
 display: none
}

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

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

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

.shelf:hover {
 background: var(--body)
}

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

.shelf--foot {
 background: transparent;
 color: var(--fill);
 border-color: var(--head)
}

.shelf--foot:hover {
 background: var(--main)
}

.shelf--dark {
 padding: 0.9rem 1.8rem;
 font-size: var(--foot)
}

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

.box h3, .box h2, .trail, .slot h2, .slot h3, .grille-wide {
 color: var(--fill);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance
}

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

.grille-wide {
 font-size: var(--base);
 margin: 0 0 1.25rem
}

.box h3, .slot h3 {
 font-size: var(--foot);
 margin: 1.75rem 0 0.5rem
}

.slot p, .box p {
 margin: 0 0 1rem
}

.slot > :last-child, .box > :last-child {
 margin-bottom: 0
}

.slot a, .box a {
 color: color-mix(in srgb, var(--frame) 72%, var(--fill));
 text-underline-offset: 3px
}

.parcel {
 display: block
}

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

.parcel > .grille:not(.sheet2):nth-of-type(odd) {
 background: var(--main)
}

.box {
 max-width: var(--wide)
}

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

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

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

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

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

.grille--list .box 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(--frame);
 color: var(--alt);
 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(--head);
 border-inline-start: 3px solid var(--dim);
 border-radius: 0 var(--grid) var(--grid) 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(--fill)
}

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

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

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

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

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

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

.box blockquote, .slot blockquote {
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--frame);
 border-radius: 0 var(--grid) var(--grid) 0;
 background: var(--main);
 color: var(--dim);
 font-size: 0.95rem
}

.box blockquote p, .slot blockquote p {
 margin: 0 0 0.6rem
}

.slot blockquote > :last-child, .box blockquote > :last-child {
 margin-bottom: 0
}

.box blockquote strong, .slot blockquote strong {
 color: var(--fill)
}

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

.box table {
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--tile);
 border: 1px solid var(--head);
 border-radius: var(--band);
 overflow: hidden
}

.grille--table .box {
 max-width: none;
 overflow-x: auto
}

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

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

.box thead th {
 background: color-mix(in srgb, var(--frame) 16%, var(--main));
 color: var(--fill);
 font-weight: 700;
 white-space: nowrap
}

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

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

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

.seam-edge {
 border: 1px solid var(--head);
 border-radius: var(--band);
 box-shadow: var(--space);
 width: 100%
}

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

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

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

.ward-bottom a {
 color: var(--frame);
 font-weight: 600
}

.footer2 {
 text-align: center
}

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

.footer2-lead {
 max-width: 46ch;
 margin-inline: auto;
 color: var(--dim)
}

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

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

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

.sheet2 .trail {
 grid-area: title;
 color: #fff
}

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

.sheet2 .slot {
 margin-bottom: 1.5rem
}

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

.ridge {
 grid-area: offer;
 background: var(--ink);
 border: 1px solid color-mix(in srgb, var(--frame) 40%, var(--head));
 border-radius: var(--band);
 box-shadow: var(--space);
 overflow: hidden;
 align-self: start
}

.ridge .shelf {
 width: 100%
}

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

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

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

.ridge-large {
 font-weight: 800;
 font-size: var(--foot);
 color: inherit;
 text-align: center
}

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

.ridge-alt {
 font-size: var(--base);
 font-weight: 800;
 line-height: 1.15;
 color: var(--fill);
 margin: 0;
 text-wrap: balance
}

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

.step {
 padding-block: 1.5rem
}

.crate {
 border: 1px solid var(--head);
 border-radius: var(--band);
 background: var(--tile);
 padding: 0.5rem 1.1rem
}

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

.crate-last::-webkit-details-marker {
 display: none
}

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

.crate[open] .crate-last::before {
 transform: rotate(-135deg)
}

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

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

.crate-link a {
 color: var(--dim);
 text-underline-offset: 3px
}

.crate-link a:hover {
 color: var(--fill)
}

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

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

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

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

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

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

.belt-alt {
 font-weight: 600;
 color: var(--fill);
 line-height: 1.3;
 margin: 0
}

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

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

.ribbon {
 background: var(--ink);
 border: 1px solid var(--head);
 border-radius: var(--band);
 padding: 1.1rem 1.2rem
}

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

.ribbon-last {
 font-weight: 700;
 color: var(--fill)
}

.ribbon-narrow {
 color: var(--frame);
 font-weight: 700;
 white-space: nowrap
}

.ribbon-thumb {
 margin: 0;
 color: var(--dim)
}

.field2-light {
 display: grid;
 gap: 0.5rem;
 max-width: var(--wide)
}

.field2-foot {
 border: 1px solid var(--head);
 border-radius: var(--grid);
 background: var(--tile);
 padding: 0 1.1rem
}

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

.field2-view::-webkit-details-marker {
 display: none
}

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

.field2-foot[open] .field2-view::before {
 content: "−"
}

.field2-narrow {
 color: var(--dim);
 padding-bottom: 1rem
}

.field2-narrow > :first-child {
 margin-top: 0
}

.field2-narrow > :last-child {
 margin-bottom: 0
}

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

.badge-top {
 margin: 0;
 font-size: var(--foot);
 font-weight: 800;
 color: var(--fill);
 text-wrap: balance
}

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

.cabinet {
 border-top: 1px solid var(--head);
 background: var(--main);
 color: var(--dim);
 padding-block: 2rem 6rem
}

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

.cabinet-bottom {
 margin-inline-end: auto;
 font-weight: 700;
 color: var(--fill)
}

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

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

.cabinet-edge:empty {
 display: none
}

.cabinet-edge a {
 text-decoration: none
}

.cabinet-edge a:hover {
 text-decoration: underline
}

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

.cabinet-plain p {
 margin: 0
}

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

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

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

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

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

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

.shelf2 .shelf {
 margin-inline-start: auto;
 flex-shrink: 0
}

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

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

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

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

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

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

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

 .record-first {
  flex-wrap: nowrap
 }

 .roof, .chunk, .record-flat .shelf--foot {
  display: none
 }

 .roof + .record-flat {
  margin-inline-start: auto
 }

 .plate {
  display: block;
  order: 3
 }

 .record-flat {
  margin-inline-start: auto
 }

 .record-flat .shelf {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem
 }

 .grille {
  padding-block: 1.75rem
 }

 .badge, .ridge-open {
  padding: 1.15rem
 }

 .badge .shelf--dark, .sheet2-bold .shelf--dark {
  width: 100%
 }

 .shelf2-open {
  display: none
 }

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

}
