:root {
	--warm: #0b1220;
	--space: #dfe5f0;
	--brand: #fff;
	--soft: #ffb300;
	--wide: #111;
	--size: #d99700;
	--head: #070b16;
	--ink: #fff;
	--zone: color-mix(in srgb, var(--space) 6%, var(--warm));
	--grid: color-mix(in srgb, var(--space) 3%, var(--warm));
	--tone: color-mix(in srgb, var(--space) 18%, var(--warm));
	--cool: color-mix(in srgb, var(--space) 68%, var(--warm));
	--dim: 1160px;
	--lift: 78ch;
	--round: 14px;
	--deep: 8px;
	--paper: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
	--fill: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
	--line: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--edge: 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(--warm);
	color: var(--space);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: var(--fill);
	line-height: 1.65;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
}

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

a {
	color: inherit;
}

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

.column__line, .branch__view, .binder__sub, .frame2__small, .banner__open {
	width: min(100% - 2rem, var(--dim));
	margin-inline: auto;
}

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

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

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

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

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

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

.floor:empty {
	display: none;
}

.floor:empty + .binder__info {
	margin-inline-start: auto;
}

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

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

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

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

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

.trail__figure span {
	position: relative;
}

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

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

.trail__flat {
	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(--head);
	border: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
	border-radius: var(--round);
	box-shadow: var(--paper);
}

.trail__flat a {
	padding: 0.6rem 0.7rem;
	border-radius: var(--deep);
	text-decoration: none;
	color: var(--ink);
}

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

.trail__flat .set {
	margin-top: 0.4rem;
	color: var(--ink);
	border-color: color-mix(in srgb, var(--ink) 40%, transparent);
}

.binder .set_link {
	color: inherit;
	border-color: color-mix(in srgb, var(--ink) 45%, transparent);
}

.binder .set_link:hover {
	background: color-mix(in srgb, var(--ink) 14%, transparent);
}

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

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

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

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

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

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

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

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

.set_link {
	background: transparent;
	color: var(--brand);
	border-color: var(--tone);
}

.set_link:hover {
	background: var(--zone);
}

.set_top {
	padding: 0.9rem 1.8rem;
	font-size: var(--line);
}

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

.field2, .crate h2, .crate h3, .box h3, .frame2__outer, .box h2 {
	color: var(--brand);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

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

.frame2__outer {
	font-size: var(--edge);
	margin: 0 0 1.25rem;
}

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

.crate p, .box p {
	margin: 0 0 1rem;
}

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

.crate a, .box a {
	color: color-mix(in srgb, var(--soft) 72%, var(--brand));
	text-underline-offset: 3px;
}

.crest {
	display: block;
}

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

.crest > .frame2:not(.banner):nth-of-type(odd) {
	background: var(--zone);
}

.crate {
	max-width: var(--lift);
}

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

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

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

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

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

.frame2_list .crate 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(--soft);
	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(--tone);
	border-inline-start: 3px solid var(--cool);
	border-radius: 0 var(--deep) var(--deep) 0;
	background: var(--zone);
	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(--cool);
	font-size: 0.88rem;
	background: transparent;
	border-inline-start-color: var(--tone);
}

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

.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(--tone));
	border-radius: var(--round);
	background: var(--grid);
}

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

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

.box blockquote, .crate blockquote {
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--soft);
	border-radius: 0 var(--deep) var(--deep) 0;
	background: var(--zone);
	color: var(--cool);
	font-size: 0.95rem;
}

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

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

.crate blockquote strong, .box blockquote strong {
	color: var(--brand);
}

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

.crate table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	background: var(--grid);
	border: 1px solid var(--tone);
	border-radius: var(--round);
	overflow: hidden;
}

.frame2_table .crate {
	max-width: none;
	overflow-x: auto;
}

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

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

.crate thead th {
	background: color-mix(in srgb, var(--soft) 16%, var(--zone));
	color: var(--brand);
	font-weight: 700;
	white-space: nowrap;
}

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

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

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

.sheet2__off {
	border: 1px solid var(--tone);
	border-radius: var(--round);
	box-shadow: var(--paper);
	width: 100%;
}

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

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

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

.plank__edge a {
	color: var(--soft);
	font-weight: 600;
}

.well {
	text-align: center;
}

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

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

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

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

}
.banner__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;
}

.banner .field2 {
	grid-area: title;
	color: #fff;
}

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

.banner .box {
	margin-bottom: 1.5rem;
}

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

.strip {
	grid-area: offer;
	background: var(--warm);
	border: 1px solid color-mix(in srgb, var(--soft) 40%, var(--tone));
	border-radius: var(--round);
	box-shadow: var(--paper);
	overflow: hidden;
	align-self: start;
}

.strip .set {
	width: 100%;
}

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

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

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

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

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

.strip__line {
	font-size: var(--edge);
	font-weight: 800;
	line-height: 1.15;
	color: var(--brand);
	margin: 0;
	text-wrap: balance;
}

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

.body2 {
	padding-block: 1.5rem;
}

.niche {
	border: 1px solid var(--tone);
	border-radius: var(--round);
	background: var(--grid);
	padding: 0.5rem 1.1rem;
}

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

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

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

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

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

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

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

.niche__shut a:hover {
	color: var(--brand);
}

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

.seam {
	display: flex;
	flex-direction: column;
	background: var(--grid);
	border: 1px solid var(--tone);
	border-radius: var(--round);
	overflow: hidden;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

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

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

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

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

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

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

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

.gate {
	background: var(--warm);
	border: 1px solid var(--tone);
	border-radius: var(--round);
	padding: 1.1rem 1.2rem;
}

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

.gate__outer {
	font-weight: 700;
	color: var(--brand);
}

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

.gate__foot {
	margin: 0;
	color: var(--cool);
}

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

.caption__less {
	border: 1px solid var(--tone);
	border-radius: var(--deep);
	background: var(--grid);
	padding: 0 1.1rem;
}

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

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

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

.caption__less[open] .caption__light::before {
	content: "−";
}

.caption__icon {
	color: var(--cool);
	padding-bottom: 1rem;
}

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

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

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

.part__thumb {
	margin: 0;
	font-size: var(--line);
	font-weight: 800;
	color: var(--brand);
	text-wrap: balance;
}

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

.column {
	border-top: 1px solid var(--tone);
	background: var(--zone);
	color: var(--cool);
	padding-block: 2rem 6rem;
}

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

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

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

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

.column__open:empty {
	display: none;
}

.column__open a {
	text-decoration: none;
}

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

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

.column__icon p {
	margin: 0;
}

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

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

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

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

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

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

.lot .set {
	margin-inline-start: auto;
	flex-shrink: 0;
}

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

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

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

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

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

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

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

	.binder__sub {
		flex-wrap: nowrap;
	}

	.binder__info .set_link, .floor, .branch {
		display: none;
	}

	.floor + .binder__info {
		margin-inline-start: auto;
	}

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

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

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

	.frame2 {
		padding-block: 1.75rem;
	}

	.part, .strip__off {
		padding: 1.15rem;
	}

	.banner__shut .set_top, .part .set_top {
		width: 100%;
	}

	.lot__off {
		display: none;
	}

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

}
