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

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

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

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

a {
 color: inherit;
}

.element {
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--frame);
 color: var(--foot);
}

.piece__small, .header2__soft, .element__wide, .teaser__on, .ceiling__line {
 width: min(100% - 2rem, var(--alt));
 margin-inline: auto;
}

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

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

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

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

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

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

.badge:empty {
 display: none;
}

.badge:empty + .element__icon {
 margin-inline-start: auto;
}

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

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

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

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

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

.shell__dark span {
 position: relative;
}

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

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

.shell__meta {
 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(--frame);
 border: 1px solid color-mix(in srgb, var(--foot) 20%, transparent);
 border-radius: var(--tile);
 box-shadow: var(--zone);
}

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

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

.shell__meta .hall {
 margin-top: 0.4rem;
 color: var(--foot);
 border-color: color-mix(in srgb, var(--foot) 40%, transparent);
}

.element .hall--last {
 color: inherit;
 border-color: color-mix(in srgb, var(--foot) 45%, transparent);
}

.element .hall--last:hover {
 background: color-mix(in srgb, var(--foot) 14%, transparent);
}

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

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

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

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

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

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

.hall:hover {
 background: var(--soft);
}

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

.hall--last {
 background: transparent;
 color: var(--field);
 border-color: var(--band);
}

.hall--last:hover {
 background: var(--fill);
}

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

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

.segment h2, .ceiling__outer, .group h2, .group h3, .segment h3, .pill {
 color: var(--field);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}

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

.ceiling__outer {
 font-size: var(--round);
 margin: 0 0 1.25rem;
}

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

.group p, .segment p {
 margin: 0 0 1rem;
}

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

.group a, .segment a {
 color: color-mix(in srgb, var(--body) 72%, var(--field));
 text-underline-offset: 3px;
}

.drawer {
 display: block;
}

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

.drawer > .ceiling:not(.piece):nth-of-type(odd) {
 background: var(--fill);
}

.segment {
 max-width: var(--dim);
}

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

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

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

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

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

.ceiling--list .segment 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(--body);
 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(--band);
 border-inline-start: 3px solid var(--thin);
 border-radius: 0 var(--head) var(--head) 0;
 background: var(--fill);
 font-size: 0.95rem;
}

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

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

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

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

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

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

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

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

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

.segment blockquote, .group blockquote {
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--body);
 border-radius: 0 var(--head) var(--head) 0;
 background: var(--fill);
 color: var(--thin);
 font-size: 0.95rem;
}

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

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

.group blockquote strong, .segment blockquote strong {
 color: var(--field);
}

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

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

.ceiling--table .segment {
 max-width: none;
 overflow-x: auto;
}

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

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

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

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

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

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

.beam__small {
 border: 1px solid var(--band);
 border-radius: var(--tile);
 box-shadow: var(--zone);
 width: 100%;
}

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

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

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

.cell__foot a {
 color: var(--body);
 font-weight: 600;
}

.bay {
 text-align: center;
}

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

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

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

@media (max-width: 700px) {
 .piece::before {
  background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--shell, var(--deep, none));
 }

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

.piece .pill {
 grid-area: title;
 color: #ffffff;
}

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

.piece .group {
 margin-bottom: 1.5rem;
}

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

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

.case .hall {
 width: 100%;
}

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

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

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

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

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

.case__info {
 font-size: var(--round);
 font-weight: 800;
 line-height: 1.15;
 color: var(--field);
 margin: 0;
 text-wrap: balance;
}

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

.niche {
 padding-block: 1.5rem;
}

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

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

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

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

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

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

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

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

.lot__flat a:hover {
 color: var(--field);
}

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

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

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

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

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

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

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

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

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

.cabinet {
 background: var(--space);
 border: 1px solid var(--band);
 border-radius: var(--tile);
 padding: 1.1rem 1.2rem;
}

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

.cabinet__copy {
 font-weight: 700;
 color: var(--field);
}

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

.cabinet__light {
 margin: 0;
 color: var(--thin);
}

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

.caption__side {
 border: 1px solid var(--band);
 border-radius: var(--head);
 background: var(--lead);
 padding: 0 1.1rem;
}

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

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

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

.caption__side[open] .caption__bottom::before {
 content: "−";
}

.caption__large {
 color: var(--thin);
 padding-bottom: 1rem;
}

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

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

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

.belt__plain {
 margin: 0;
 font-size: var(--ink);
 font-weight: 800;
 color: var(--field);
 text-wrap: balance;
}

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

.header2 {
 border-top: 1px solid var(--band);
 background: var(--fill);
 color: var(--thin);
 padding-block: 2rem 6rem;
}

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

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

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

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

.header2__top:empty {
 display: none;
}

.header2__top a {
 text-decoration: none;
}

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

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

.header2__first p {
 margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .element__wide {
  flex-wrap: nowrap;
 }

 .teaser, .badge, .element__icon .hall--last {
  display: none;
 }

 .badge + .element__icon {
  margin-inline-start: auto;
 }

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

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

 .element__icon .hall {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }

 .ceiling {
  padding-block: 1.75rem;
 }

 .case__sub, .belt {
  padding: 1.15rem;
 }

 .belt .hall--open, .piece__wide .hall--open {
  width: 100%;
 }

 .gate__thumb {
  display: none;
 }

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

}
