:root {
	--plain: #0b1220;
	--shell: #dfe5f0;
	--tone: #fff;
	--space: #ffb300;
	--frame: #111;
	--paper: #d99700;
	--card: #070b16;
	--grid: #fff;
	--ink: color-mix(in srgb, var(--shell) 6%, var(--plain));
	--body: color-mix(in srgb, var(--shell) 3%, var(--plain));
	--tile: color-mix(in srgb, var(--shell) 18%, var(--plain));
	--head: color-mix(in srgb, var(--shell) 68%, var(--plain));
	--lead: 1160px;
	--deep: 78ch;
	--base: 14px;
	--main: 8px;
	--round: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
	--flat: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
	--alt: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--zone: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
	--field: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}
*, *::after, *::before {
	box-sizing: border-box;
}
body {
	margin: 0;
	background: var(--plain);
	color: var(--shell);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: var(--flat);
	line-height: 1.65;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
a {
	color: inherit;
}
.banner {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--card);
	color: var(--grid);
}
.chip-alt, .row-on, .caption-narrow, .case-sub, .banner-figure {
	width: min(100% - 2rem, var(--lead));
	margin-inline: auto;
}
.banner-figure {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	min-height: 60px;
	padding-block: 0.5rem;
}
.wrapper {
	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;
}
.wrapper img {
	height: 32px;
	width: auto;
	object-fit: contain;
}
.part {
	display: flex;
	gap: 0.15rem;
	margin-inline-end: auto;
	min-width: 0;
}
.part a {
	padding: 0.4rem 0.7rem;
	border-radius: var(--main);
	text-decoration: none;
	color: inherit;
	opacity: 0.82;
	white-space: nowrap;
	font-size: 0.92rem;
}
.part a:hover {
	background: color-mix(in srgb, var(--grid) 14%, transparent);
	opacity: 1;
}
.part:empty {
	display: none;
}
.part:empty + .banner-sub {
	margin-inline-start: auto;
}
.banner-sub {
	display: flex;
	gap: 0.5rem;
	flex-shrink: 0;
}
.container {
	display: none;
	position: relative;
	flex-shrink: 0;
}
.container-stub {
	list-style: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--grid) 40%, transparent);
	border-radius: var(--main);
}
.container-stub::-webkit-details-marker {
	display: none;
}
.container-stub span::after, .container-stub span::before, .container-stub span {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
}
.container-stub span {
	position: relative;
}
.container-stub span::before {
	position: absolute;
	top: -6px;
}
.container-stub span::after {
	position: absolute;
	top: 6px;
}
.container-last {
	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(--grid) 20%, transparent);
	border-radius: var(--base);
	box-shadow: var(--round);
}
.container-last a {
	padding: 0.6rem 0.7rem;
	border-radius: var(--main);
	text-decoration: none;
	color: var(--grid);
}
.container-last a:hover {
	background: color-mix(in srgb, var(--grid) 12%, transparent);
}
.container-last .group {
	margin-top: 0.4rem;
	color: var(--grid);
	border-color: color-mix(in srgb, var(--grid) 40%, transparent);
}
.banner .group--sub {
	color: inherit;
	border-color: color-mix(in srgb, var(--grid) 45%, transparent);
}
.banner .group--sub:hover {
	background: color-mix(in srgb, var(--grid) 14%, transparent);
}
.chip {
	background: color-mix(in srgb, var(--grid) 8%, var(--card));
	border-top: 1px solid color-mix(in srgb, var(--grid) 12%, transparent);
	font-size: 0.9rem;
}
.chip-alt {
	display: flex;
	gap: 0.25rem;
	overflow-x: auto;
	scrollbar-width: none;
}
.chip-alt::-webkit-scrollbar {
	display: none;
}
.chip a {
	padding: 0.55rem 0.7rem;
	text-decoration: none;
	color: var(--grid);
	opacity: 0.8;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
}
.chip a:hover {
	opacity: 1;
	border-bottom-color: var(--space);
}
.group {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	border: 1px solid var(--flow, transparent);
	border-radius: var(--main);
	padding: 0.6rem 1.1rem;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: var(--space);
	color: var(--frame);
	transition: background-color 0.15s ease, transform 0.05s ease;
}
.group:hover {
	background: var(--paper);
}
.group:active {
	transform: translateY(1px);
}
.group--sub {
	background: transparent;
	color: var(--tone);
	border-color: var(--tile);
}
.group--sub:hover {
	background: var(--ink);
}
.group--lead {
	padding: 0.9rem 1.8rem;
	font-size: var(--alt);
}
:focus-visible {
	outline: 2px solid var(--space);
	outline-offset: 2px;
}
.unit, .caption-foot, .plate h2, .teaser h3, .plate h3, .teaser h2 {
	color: var(--tone);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance;
}
.unit {
	font-size: var(--field);
	margin: 0 0 1rem;
}
.caption-foot {
	font-size: var(--zone);
	margin: 0 0 1.25rem;
}
.plate h3, .teaser h3 {
	font-size: var(--alt);
	margin: 1.75rem 0 0.5rem;
}
.plate p, .teaser p {
	margin: 0 0 1rem;
}
.plate > :last-child, .teaser > :last-child {
	margin-bottom: 0;
}
.teaser a, .plate a {
	color: color-mix(in srgb, var(--space) 72%, var(--tone));
	text-underline-offset: 3px;
}
.ribbon {
	display: block;
}
.caption {
	padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
	scroll-margin-top: 72px;
}
.ribbon > .caption:not(.row):nth-of-type(odd) {
	background: var(--ink);
}
.plate {
	max-width: var(--deep);
}
.caption--list .plate ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
	display: grid;
	gap: 0.5rem;
}
.caption--list .plate ul > li {
	position: relative;
	padding-inline-start: 1.9rem;
	padding-block: 0.15rem;
}
.caption--list .plate 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(--space);
	border-bottom: 2px solid var(--space);
	transform: rotate(-45deg);
}
.caption--list .plate ol {
	counter-reset: step;
	list-style: none;
	padding: 0;
	display: grid;
	gap: 0.6rem;
}
.caption--list .plate ol > li {
	counter-increment: step;
	position: relative;
	padding-inline-start: 2.6rem;
}
.caption--list .plate 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(--space);
	color: var(--frame);
	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(--tile);
	border-inline-start: 3px solid var(--head);
	border-radius: 0 var(--main) var(--main) 0;
	background: var(--ink);
	font-size: 0.95rem;
}
.note p {
	margin: 0 0 0.6rem;
}
.note > :last-child {
	margin-bottom: 0;
}
.note strong {
	color: var(--tone);
}
.note--disclosure {
	color: var(--head);
	font-size: 0.88rem;
	background: transparent;
	border-inline-start-color: var(--tile);
}
.note--warning {
	border-inline-start-color: var(--space);
	background: color-mix(in srgb, var(--space) 10%, var(--plain));
}
.note--takeaway {
	font-variant-numeric: tabular-nums;
	border-inline-start-color: var(--tone);
}
.note--rg {
	border: 1px solid color-mix(in srgb, var(--tone) 30%, var(--tile));
	border-radius: var(--base);
	background: var(--body);
}
.note--rg a {
	font-weight: 600;
}
.note--independent {
	margin-top: 2.5rem;
	font-size: 0.85rem;
	color: var(--head);
	background: transparent;
	border: 0;
	border-top: 1px solid var(--tile);
	border-radius: 0;
	padding: 1rem 0 0;
}
.teaser blockquote, .plate blockquote {
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--space);
	border-radius: 0 var(--main) var(--main) 0;
	background: var(--ink);
	color: var(--head);
	font-size: 0.95rem;
}
.teaser blockquote p, .plate blockquote p {
	margin: 0 0 0.6rem;
}
.teaser blockquote > :last-child, .plate blockquote > :last-child {
	margin-bottom: 0;
}
.teaser blockquote strong, .plate blockquote strong {
	color: var(--tone);
}
.plate hr {
	border: 0;
	border-top: 1px solid var(--tile);
	margin: 2rem 0;
}
.plate table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	background: var(--body);
	border: 1px solid var(--tile);
	border-radius: var(--base);
	overflow: hidden;
}
.caption--table .plate {
	max-width: none;
	overflow-x: auto;
}
.plate th, .plate td {
	border-bottom: 1px solid var(--tile);
	padding: 0.7rem 0.9rem;
	text-align: start;
	vertical-align: top;
}
.plate caption {
	caption-side: top;
	text-align: start;
	padding: 0 0 0.6rem;
	font-weight: 700;
	color: var(--tone);
}
.plate thead th {
	background: color-mix(in srgb, var(--space) 16%, var(--ink));
	color: var(--tone);
	font-weight: 700;
	white-space: nowrap;
}
.plate tbody tr:last-child td {
	border-bottom: 0;
}
.plate tbody tr:nth-child(even) {
	background: color-mix(in srgb, var(--shell) 3%, transparent);
}
.area {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
	gap: 2rem;
	align-items: start;
}
.area-side {
	border: 1px solid var(--tile);
	border-radius: var(--base);
	box-shadow: var(--round);
	width: 100%;
}
.row {
	position: relative;
	padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
	background: var(--card);
	isolation: isolate;
}
.row::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--line, none);
	background-size: cover;
	background-position: center;
}
.figure-small {
	margin-top: 1.25rem;
	text-align: center;
}
.figure-small a {
	color: var(--space);
	font-weight: 600;
}
.bay {
	text-align: center;
}
.bay-view {
	font-size: clamp(3.5rem, 12vw, 6rem);
	line-height: 1;
	font-weight: 800;
	color: var(--space);
	margin-bottom: 0.5rem;
}
.bay-bottom {
	max-width: 46ch;
	margin-inline: auto;
	color: var(--head);
}
.bay-stub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.75rem;
}
@media (max-width: 700px) {
	.row::before {
		background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--brand, var(--line, none));
	}
}
.row-on {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
	grid-template-areas: "title offer" "text offer";
	align-content: start;
	gap: 0 2rem;
}
.row .unit {
	grid-area: title;
	color: #fff;
}
.row-bold {
	grid-area: text;
	color: #f2f4f8;
	max-width: 62ch;
}
.row .teaser {
	margin-bottom: 1.5rem;
}
.row-image {
	margin: 0.75rem 0 0;
	font-size: 0.85rem;
	opacity: 0.75;
}
.badge {
	grid-area: offer;
	background: var(--plain);
	border: 1px solid color-mix(in srgb, var(--space) 40%, var(--tile));
	border-radius: var(--base);
	box-shadow: var(--round);
	overflow: hidden;
	align-self: start;
}
.badge .group {
	width: 100%;
}
.badge-light {
	display: grid;
	place-items: center;
	min-height: 74px;
	padding: 0.9rem 1.25rem;
	background: color-mix(in srgb, var(--space) 22%, var(--plain));
	color: var(--tone);
	border-bottom: 3px solid var(--space);
}
.badge-light img {
	height: 42px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.badge-thumb {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1.25rem;
	text-align: center;
}
.badge-first {
	font-weight: 800;
	font-size: var(--alt);
	color: inherit;
	text-align: center;
}
.badge-view {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: var(--head);
	margin: 0;
}
.badge-stub {
	font-size: var(--zone);
	font-weight: 800;
	line-height: 1.15;
	color: var(--tone);
	margin: 0;
	text-wrap: balance;
}
.badge-plain {
	font-size: 0.8rem;
	color: var(--head);
	margin: 0;
}
.stack {
	padding-block: 1.5rem;
}
.pane {
	border: 1px solid var(--tile);
	border-radius: var(--base);
	background: var(--body);
	padding: 0.5rem 1.1rem;
}
.pane-edge {
	cursor: pointer;
	font-weight: 700;
	color: var(--tone);
	padding-block: 0.6rem;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.pane-edge::-webkit-details-marker {
	display: none;
}
.pane-edge::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-inline-end: 2px solid var(--space);
	border-bottom: 2px solid var(--space);
	transform: rotate(45deg);
	transition: transform 0.15s ease;
}
.pane[open] .pane-edge::before {
	transform: rotate(-135deg);
}
.pane-open {
	columns: 2;
	gap: 2rem;
	margin: 0 0 0.75rem;
	padding-inline-start: 1.2rem;
	font-size: 0.95rem;
}
.pane-open li {
	break-inside: avoid;
	margin-bottom: 0.3rem;
}
.pane-open a {
	color: var(--head);
	text-underline-offset: 3px;
}
.pane-open a:hover {
	color: var(--tone);
}
.shell {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.detail {
	display: flex;
	flex-direction: column;
	background: var(--body);
	border: 1px solid var(--tile);
	border-radius: var(--base);
	overflow: hidden;
	transition: border-color 0.15s ease, transform 0.15s ease;
}
.detail:hover {
	border-color: var(--space);
	transform: translateY(-2px);
}
.detail-plain {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--ink);
}
.detail-plain img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail-on {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	padding: 0.85rem;
	margin-top: auto;
}
.detail-alt {
	font-weight: 600;
	color: var(--tone);
	line-height: 1.3;
	margin: 0;
}
.detail .group {
	width: 100%;
	padding-block: 0.5rem;
	font-size: 0.95rem;
}
.box-light {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.frame {
	background: var(--plain);
	border: 1px solid var(--tile);
	border-radius: var(--base);
	padding: 1.1rem 1.2rem;
}
.frame-light {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.4rem;
}
.frame-outer {
	font-weight: 700;
	color: var(--tone);
}
.frame-dark {
	color: var(--space);
	font-weight: 700;
	white-space: nowrap;
}
.frame-wide {
	margin: 0;
	color: var(--head);
}
.block-edge {
	display: grid;
	gap: 0.5rem;
	max-width: var(--deep);
}
.block-bottom {
	border: 1px solid var(--tile);
	border-radius: var(--main);
	background: var(--body);
	padding: 0 1.1rem;
}
.block-large {
	cursor: pointer;
	font-weight: 600;
	color: var(--tone);
	padding-block: 0.9rem;
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}
.block-large::-webkit-details-marker {
	display: none;
}
.block-large::before {
	content: "+";
	color: var(--space);
	font-weight: 700;
	line-height: 1.4;
	flex-shrink: 0;
}
.block-bottom[open] .block-large::before {
	content: "−";
}
.block-flat {
	color: var(--head);
	padding-bottom: 1rem;
}
.block-flat > :first-child {
	margin-top: 0;
}
.block-flat > :last-child {
	margin-bottom: 0;
}
.aside {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 2rem;
	padding: 1.5rem;
	border-radius: var(--base);
	background: color-mix(in srgb, var(--space) 12%, var(--ink));
	border: 1px solid color-mix(in srgb, var(--space) 35%, var(--tile));
}
.aside-off {
	margin: 0;
	font-size: var(--alt);
	font-weight: 800;
	color: var(--tone);
	text-wrap: balance;
}
.aside-link {
	margin: 0.25rem 0 0;
	font-size: 0.82rem;
	color: var(--head);
}
.case {
	border-top: 1px solid var(--tile);
	background: var(--ink);
	color: var(--head);
	padding-block: 2rem 6rem;
}
.case-sub {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	align-items: center;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--tile);
}
.case-info {
	margin-inline-end: auto;
	font-weight: 700;
	color: var(--tone);
}
.case-info img {
	height: 32px;
	width: auto;
	object-fit: contain;
}
.case-small {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1rem;
}
.case-small:empty {
	display: none;
}
.case-small a {
	text-decoration: none;
}
.case-small a:hover {
	text-decoration: underline;
}
.case-copy {
	width: min(100% - 2rem, var(--lead));
	margin-inline: auto;
	padding-top: 1.25rem;
	font-size: 0.85rem;
	display: grid;
	gap: 0.5rem;
}
.case-copy p {
	margin: 0;
}
.case-less {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}
.deck {
	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;
}
.chunk {
	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(--space) 14%, var(--card));
	color: var(--grid);
	border-top: 1px solid color-mix(in srgb, var(--space) 45%, transparent);
}
.chunk-line {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.25;
}
.chunk-first {
	font-weight: 800;
	color: var(--grid);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chunk-lead {
	font-size: 0.75rem;
	opacity: 0.7;
}
.chunk .group {
	margin-inline-start: auto;
	flex-shrink: 0;
}
@media (max-width: 960px) {
	.row-on {
		grid-template-columns: 1fr;
		grid-template-areas: "title" "offer" "text";
		gap: 1.25rem;
	}
	.area {
		grid-template-columns: 1fr;
	}
	.area-side {
		max-width: 260px;
		margin-inline: auto;
	}
}
@media (max-width: 700px) {
	.pane-open {
		columns: 1;
	}
	.shell {
		grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
		gap: 0.75rem;
	}
}
@media (max-width: 640px) {
	.banner {
		position: static;
	}
	.banner-figure {
		flex-wrap: wrap;
		gap: 0.5rem 0.75rem;
		padding-block: 0.6rem;
	}
	.banner-figure {
		flex-wrap: nowrap;
	}
	.chip, .banner-sub .group--sub, .part {
		display: none;
	}
	.part + .banner-sub {
		margin-inline-start: auto;
	}
	.container {
		display: block;
		order: 3;
	}
	.banner-sub {
		margin-inline-start: auto;
	}
	.banner-sub .group {
		padding: 0.5rem 0.8rem;
		font-size: 0.9rem;
	}
	.caption {
		padding-block: 1.75rem;
	}
	.badge-thumb, .aside {
		padding: 1.15rem;
	}
	.aside .group--lead, .row-bold .group--lead {
		width: 100%;
	}
	.chunk-lead {
		display: none;
	}
}
@media (prefers-reduced-motion: reduce) {
	*::before, * {
		transition: none !important;
	}
}
