:root {
	--round: #0b1220;
	--lift: #dfe5f0;
	--brand: #ffffff;
	--warm: #ffb300;
	--foot: #111111;
	--dim: #d99700;
	--card: #070b16;
	--shell: #ffffff;
	--flow: color-mix(in srgb, var(--lift) 6%, var(--round));
	--body: color-mix(in srgb, var(--lift) 3%, var(--round));
	--ink: color-mix(in srgb, var(--lift) 18%, var(--round));
	--line: color-mix(in srgb, var(--lift) 68%, var(--round));
	--plain: 1160px;
	--soft: 78ch;
	--deep: 14px;
	--core: 8px;
	--space: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
	--alt: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
	--zone: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--paper: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
	--flat: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}
*::before, *::after, * {
	box-sizing: border-box
}
body {
	margin: 0;
	background: var(--round);
	color: var(--lift);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: var(--alt);
	line-height: 1.65;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word
}
img {
	max-width: 100%;
	height: auto;
	display: block
}
a {
	color: inherit
}
.vein {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--card);
	color: var(--shell)
}
.canvas__open, .strip2__copy, .badge__wide, .vein__sub, .crate__off {
	width: min(100% - 2rem, var(--plain));
	margin-inline: auto
}
.vein__sub {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	min-height: 60px;
	padding-block: 0.5rem
}
.chip {
	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
}
.chip img {
	height: 32px;
	width: auto;
	object-fit: contain
}
.row {
	display: flex;
	gap: 0.15rem;
	margin-inline-end: auto;
	min-width: 0
}
.row a {
	padding: 0.4rem 0.7rem;
	border-radius: var(--core);
	text-decoration: none;
	color: inherit;
	opacity: 0.82;
	white-space: nowrap;
	font-size: 0.92rem
}
.row a:hover {
	background: color-mix(in srgb, var(--shell) 14%, transparent);
	opacity: 1
}
.row:empty {
	display: none
}
.row:empty + .vein__line {
	margin-inline-start: auto
}
.vein__line {
	display: flex;
	gap: 0.5rem;
	flex-shrink: 0
}
.frame2 {
	display: none;
	position: relative;
	flex-shrink: 0
}
.frame2__last {
	list-style: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--shell) 40%, transparent);
	border-radius: var(--core)
}
.frame2__last::-webkit-details-marker {
	display: none
}
.frame2__last span::after, .frame2__last span, .frame2__last span::before {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 2px
}
.frame2__last span {
	position: relative
}
.frame2__last span::before {
	position: absolute;
	top: -6px
}
.frame2__last span::after {
	position: absolute;
	top: 6px
}
.frame2__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(--shell) 20%, transparent);
	border-radius: var(--deep);
	box-shadow: var(--space)
}
.frame2__first a {
	padding: 0.6rem 0.7rem;
	border-radius: var(--core);
	text-decoration: none;
	color: var(--shell)
}
.frame2__first a:hover {
	background: color-mix(in srgb, var(--shell) 12%, transparent)
}
.frame2__first .lot {
	margin-top: 0.4rem;
	color: var(--shell);
	border-color: color-mix(in srgb, var(--shell) 40%, transparent)
}
.vein .lot--flat {
	color: inherit;
	border-color: color-mix(in srgb, var(--shell) 45%, transparent)
}
.vein .lot--flat:hover {
	background: color-mix(in srgb, var(--shell) 14%, transparent)
}
.crate {
	background: color-mix(in srgb, var(--shell) 8%, var(--card));
	border-top: 1px solid color-mix(in srgb, var(--shell) 12%, transparent);
	font-size: 0.9rem
}
.crate__off {
	display: flex;
	gap: 0.25rem;
	overflow-x: auto;
	scrollbar-width: none
}
.crate__off::-webkit-scrollbar {
	display: none
}
.crate a {
	padding: 0.55rem 0.7rem;
	text-decoration: none;
	color: var(--shell);
	opacity: 0.8;
	white-space: nowrap;
	border-bottom: 2px solid transparent
}
.crate a:hover {
	opacity: 1;
	border-bottom-color: var(--warm)
}
.lot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	border: 1px solid var(--edge, transparent);
	border-radius: var(--core);
	padding: 0.6rem 1.1rem;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: var(--warm);
	color: var(--foot);
	transition: background-color 0.15s ease, transform 0.05s ease
}
.lot:hover {
	background: var(--dim)
}
.lot:active {
	transform: translateY(1px)
}
.lot--flat {
	background: transparent;
	color: var(--brand);
	border-color: var(--ink)
}
.lot--flat:hover {
	background: var(--flow)
}
.lot--less {
	padding: 0.9rem 1.8rem;
	font-size: var(--zone)
}
:focus-visible {
	outline: 2px solid var(--warm);
	outline-offset: 2px
}
.weave, .ridge h3, .element h2, .ridge h2, .element h3, .strip2__dark {
	color: var(--brand);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance
}
.weave {
	font-size: var(--flat);
	margin: 0 0 1rem
}
.strip2__dark {
	font-size: var(--paper);
	margin: 0 0 1.25rem
}
.element h3, .ridge h3 {
	font-size: var(--zone);
	margin: 1.75rem 0 0.5rem
}
.element p, .ridge p {
	margin: 0 0 1rem
}
.element > :last-child, .ridge > :last-child {
	margin-bottom: 0
}
.ridge a, .element a {
	color: color-mix(in srgb, var(--warm) 72%, var(--brand));
	text-underline-offset: 3px
}
.floor {
	display: block
}
.strip2 {
	padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
	scroll-margin-top: 72px
}
.floor > .strip2:not(.canvas):nth-of-type(odd) {
	background: var(--flow)
}
.ridge {
	max-width: var(--soft)
}
.strip2--list .ridge ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
	display: grid;
	gap: 0.5rem
}
.strip2--list .ridge ul > li {
	position: relative;
	padding-inline-start: 1.9rem;
	padding-block: 0.15rem
}
.strip2--list .ridge 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(--warm);
	border-bottom: 2px solid var(--warm);
	transform: rotate(-45deg)
}
.strip2--list .ridge ol {
	counter-reset: step;
	list-style: none;
	padding: 0;
	display: grid;
	gap: 0.6rem
}
.strip2--list .ridge ol > li {
	counter-increment: step;
	position: relative;
	padding-inline-start: 2.6rem
}
.strip2--list .ridge 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(--warm);
	color: var(--foot);
	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(--ink);
	border-inline-start: 3px solid var(--line);
	border-radius: 0 var(--core) var(--core) 0;
	background: var(--flow);
	font-size: 0.95rem
}
.note p {
	margin: 0 0 0.6rem
}
.note > :last-child {
	margin-bottom: 0
}
.note strong {
	color: var(--brand)
}
.note--disclosure {
	color: var(--line);
	font-size: 0.88rem;
	background: transparent;
	border-inline-start-color: var(--ink)
}
.note--warning {
	border-inline-start-color: var(--warm);
	background: color-mix(in srgb, var(--warm) 10%, var(--round))
}
.note--takeaway {
	font-variant-numeric: tabular-nums;
	border-inline-start-color: var(--brand)
}
.note--rg {
	border: 1px solid color-mix(in srgb, var(--brand) 30%, var(--ink));
	border-radius: var(--deep);
	background: var(--body)
}
.note--rg a {
	font-weight: 600
}
.note--independent {
	margin-top: 2.5rem;
	font-size: 0.85rem;
	color: var(--line);
	background: transparent;
	border: 0;
	border-top: 1px solid var(--ink);
	border-radius: 0;
	padding: 1rem 0 0
}
.ridge blockquote, .element blockquote {
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--warm);
	border-radius: 0 var(--core) var(--core) 0;
	background: var(--flow);
	color: var(--line);
	font-size: 0.95rem
}
.element blockquote p, .ridge blockquote p {
	margin: 0 0 0.6rem
}
.element blockquote > :last-child, .ridge blockquote > :last-child {
	margin-bottom: 0
}
.element blockquote strong, .ridge blockquote strong {
	color: var(--brand)
}
.ridge hr {
	border: 0;
	border-top: 1px solid var(--ink);
	margin: 2rem 0
}
.ridge table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	background: var(--body);
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	overflow: hidden
}
.strip2--table .ridge {
	max-width: none;
	overflow-x: auto
}
.ridge td, .ridge th {
	border-bottom: 1px solid var(--ink);
	padding: 0.7rem 0.9rem;
	text-align: start;
	vertical-align: top
}
.ridge caption {
	caption-side: top;
	text-align: start;
	padding: 0 0 0.6rem;
	font-weight: 700;
	color: var(--brand)
}
.ridge thead th {
	background: color-mix(in srgb, var(--warm) 16%, var(--flow));
	color: var(--brand);
	font-weight: 700;
	white-space: nowrap
}
.ridge tbody tr:last-child td {
	border-bottom: 0
}
.ridge tbody tr:nth-child(even) {
	background: color-mix(in srgb, var(--lift) 3%, transparent)
}
.layer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
	gap: 2rem;
	align-items: start
}
.layer__lead {
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	box-shadow: var(--space);
	width: 100%
}
.canvas {
	position: relative;
	padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
	background: var(--card);
	isolation: isolate
}
.canvas::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--wide, none);
	background-size: cover;
	background-position: center
}
.detail__link {
	margin-top: 1.25rem;
	text-align: center
}
.detail__link a {
	color: var(--warm);
	font-weight: 600
}
.plank {
	text-align: center
}
.plank__meta {
	font-size: clamp(3.5rem, 12vw, 6rem);
	line-height: 1;
	font-weight: 800;
	color: var(--warm);
	margin-bottom: 0.5rem
}
.plank__cell {
	max-width: 46ch;
	margin-inline: auto;
	color: var(--line)
}
.plank__link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.75rem
}
@media (max-width: 700px) {
	.canvas::before {
		background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--base, var(--wide, none))
	}
}
.canvas__open {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
	grid-template-areas: "title offer" "text offer";
	align-content: start;
	gap: 0 2rem
}
.canvas .weave {
	grid-area: title;
	color: #ffffff
}
.canvas__figure {
	grid-area: text;
	color: #f2f4f8;
	max-width: 62ch
}
.canvas .element {
	margin-bottom: 1.5rem
}
.canvas__link {
	margin: 0.75rem 0 0;
	font-size: 0.85rem;
	opacity: 0.75
}
.wrap {
	grid-area: offer;
	background: var(--round);
	border: 1px solid color-mix(in srgb, var(--warm) 40%, var(--ink));
	border-radius: var(--deep);
	box-shadow: var(--space);
	overflow: hidden;
	align-self: start
}
.wrap .lot {
	width: 100%
}
.wrap__wide {
	display: grid;
	place-items: center;
	min-height: 74px;
	padding: 0.9rem 1.25rem;
	background: color-mix(in srgb, var(--warm) 22%, var(--round));
	color: var(--brand);
	border-bottom: 3px solid var(--warm)
}
.wrap__wide img {
	height: 42px;
	width: auto;
	max-width: 100%;
	object-fit: contain
}
.wrap__plain {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1.25rem;
	text-align: center
}
.wrap__last {
	font-weight: 800;
	font-size: var(--zone);
	color: inherit;
	text-align: center
}
.wrap__less {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: var(--line);
	margin: 0
}
.wrap__bottom {
	font-size: var(--paper);
	font-weight: 800;
	line-height: 1.15;
	color: var(--brand);
	margin: 0;
	text-wrap: balance
}
.wrap__foot {
	font-size: 0.8rem;
	color: var(--line);
	margin: 0
}
.gate {
	padding-block: 1.5rem
}
.margin {
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	background: var(--body);
	padding: 0.5rem 1.1rem
}
.margin__figure {
	cursor: pointer;
	font-weight: 700;
	color: var(--brand);
	padding-block: 0.6rem;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.5rem
}
.margin__figure::-webkit-details-marker {
	display: none
}
.margin__figure::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-inline-end: 2px solid var(--warm);
	border-bottom: 2px solid var(--warm);
	transform: rotate(45deg);
	transition: transform 0.15s ease
}
.margin[open] .margin__figure::before {
	transform: rotate(-135deg)
}
.margin__large {
	columns: 2;
	gap: 2rem;
	margin: 0 0 0.75rem;
	padding-inline-start: 1.2rem;
	font-size: 0.95rem
}
.margin__large li {
	break-inside: avoid;
	margin-bottom: 0.3rem
}
.margin__large a {
	color: var(--line);
	text-underline-offset: 3px
}
.margin__large a:hover {
	color: var(--brand)
}
.ledge2 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0
}
.hall {
	display: flex;
	flex-direction: column;
	background: var(--body);
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	overflow: hidden;
	transition: border-color 0.15s ease, transform 0.15s ease
}
.hall:hover {
	border-color: var(--warm);
	transform: translateY(-2px)
}
.hall__on {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--flow)
}
.hall__on img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.hall__figure {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	padding: 0.85rem;
	margin-top: auto
}
.hall__icon {
	font-weight: 600;
	color: var(--brand);
	line-height: 1.3;
	margin: 0
}
.hall .lot {
	width: 100%;
	padding-block: 0.5rem;
	font-size: 0.95rem
}
.bridge__large {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0
}
.wall {
	background: var(--round);
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	padding: 1.1rem 1.2rem
}
.wall__thumb {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.4rem
}
.wall__icon {
	font-weight: 700;
	color: var(--brand)
}
.wall__stub {
	color: var(--warm);
	font-weight: 700;
	white-space: nowrap
}
.wall__narrow {
	margin: 0;
	color: var(--line)
}
.frame__copy {
	display: grid;
	gap: 0.5rem;
	max-width: var(--soft)
}
.frame__info {
	border: 1px solid var(--ink);
	border-radius: var(--core);
	background: var(--body);
	padding: 0 1.1rem
}
.frame__image {
	cursor: pointer;
	font-weight: 600;
	color: var(--brand);
	padding-block: 0.9rem;
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem
}
.frame__image::-webkit-details-marker {
	display: none
}
.frame__image::before {
	content: "+";
	color: var(--warm);
	font-weight: 700;
	line-height: 1.4;
	flex-shrink: 0
}
.frame__info[open] .frame__image::before {
	content: "−"
}
.frame__less {
	color: var(--line);
	padding-bottom: 1rem
}
.frame__less > :first-child {
	margin-top: 0
}
.frame__less > :last-child {
	margin-bottom: 0
}
.set {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 2rem;
	padding: 1.5rem;
	border-radius: var(--deep);
	background: color-mix(in srgb, var(--warm) 12%, var(--flow));
	border: 1px solid color-mix(in srgb, var(--warm) 35%, var(--ink))
}
.set__small {
	margin: 0;
	font-size: var(--zone);
	font-weight: 800;
	color: var(--brand);
	text-wrap: balance
}
.set__copy {
	margin: 0.25rem 0 0;
	font-size: 0.82rem;
	color: var(--line)
}
.badge {
	border-top: 1px solid var(--ink);
	background: var(--flow);
	color: var(--line);
	padding-block: 2rem 6rem
}
.badge__wide {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	align-items: center;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--ink)
}
.badge__narrow {
	margin-inline-end: auto;
	font-weight: 700;
	color: var(--brand)
}
.badge__narrow img {
	height: 32px;
	width: auto;
	object-fit: contain
}
.badge__bold {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1rem
}
.badge__bold:empty {
	display: none
}
.badge__bold a {
	text-decoration: none
}
.badge__bold a:hover {
	text-decoration: underline
}
.badge__cell {
	width: min(100% - 2rem, var(--plain));
	margin-inline: auto;
	padding-top: 1.25rem;
	font-size: 0.85rem;
	display: grid;
	gap: 0.5rem
}
.badge__cell p {
	margin: 0
}
.badge__dark {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap
}
.block {
	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
}
.sheet {
	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(--warm) 14%, var(--card));
	color: var(--shell);
	border-top: 1px solid color-mix(in srgb, var(--warm) 45%, transparent)
}
.sheet__cell {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.25
}
.sheet__bold {
	font-weight: 800;
	color: var(--shell);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.sheet__lead {
	font-size: 0.75rem;
	opacity: 0.7
}
.sheet .lot {
	margin-inline-start: auto;
	flex-shrink: 0
}
@media (max-width: 960px) {
	.canvas__open {
		grid-template-columns: 1fr;
		grid-template-areas: "title" "offer" "text";
		gap: 1.25rem
	}
	.layer {
		grid-template-columns: 1fr
	}
	.layer__lead {
		max-width: 260px;
		margin-inline: auto
	}
}
@media (max-width: 700px) {
	.margin__large {
		columns: 1
	}
	.ledge2 {
		grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
		gap: 0.75rem
	}
}
@media (max-width: 640px) {
	.vein {
		position: static
	}
	.vein__sub {
		flex-wrap: wrap;
		gap: 0.5rem 0.75rem;
		padding-block: 0.6rem
	}
	.vein__sub {
		flex-wrap: nowrap
	}
	.vein__line .lot--flat, .row, .crate {
		display: none
	}
	.row + .vein__line {
		margin-inline-start: auto
	}
	.frame2 {
		display: block;
		order: 3
	}
	.vein__line {
		margin-inline-start: auto
	}
	.vein__line .lot {
		padding: 0.5rem 0.8rem;
		font-size: 0.9rem
	}
	.strip2 {
		padding-block: 1.75rem
	}
	.wrap__plain, .set {
		padding: 1.15rem
	}
	.canvas__figure .lot--less, .set .lot--less {
		width: 100%
	}
	.sheet__lead {
		display: none
	}
}
@media (prefers-reduced-motion: reduce) {
	*::before, * {
		transition: none !important
	}
}
