:root
{
	--main: #0b1220;
	--field: #dfe5f0;
	--card: #ffffff;
	--shell: #ffb300;
	--frame: #111111;
	--depth: #d99700;
	--line: #070b16;
	--alt: #ffffff;
	--dim: color-mix(in srgb, var(--field) 6%, var(--main));
	--wide: color-mix(in srgb, var(--field) 3%, var(--main));
	--band: color-mix(in srgb, var(--field) 18%, var(--main));
	--plain: color-mix(in srgb, var(--field) 68%, var(--main));
	--tile: 1160px;
	--foot: 78ch;
	--thin: 14px;
	--space: 8px;
	--deep: 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);
	--flow: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--lift: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
	--cool: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}

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

body
{
	margin: 0;
	background: var(--main);
	color: var(--field);
	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;
}

.summary
{
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--line);
	color: var(--alt);
}

.zone__flat, .bay__copy, .summary__first, .badge__cell, .slab__sub
{
	width: min(100% - 2rem, var(--tile));
	margin-inline: auto;
}

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

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

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

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

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

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

.entry:empty
{
	display: none;
}

.entry:empty + .summary__soft
{
	margin-inline-start: auto;
}

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

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

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

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

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

.chunk__thumb span
{
	position: relative;
}

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

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

.chunk__light
{
	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(--line);
	border: 1px solid color-mix(in srgb, var(--alt) 20%, transparent);
	border-radius: var(--thin);
	box-shadow: var(--deep);
}

.chunk__light a
{
	padding: 0.6rem 0.7rem;
	border-radius: var(--space);
	text-decoration: none;
	color: var(--alt);
}

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

.chunk__light .stack
{
	margin-top: 0.4rem;
	color: var(--alt);
	border-color: color-mix(in srgb, var(--alt) 40%, transparent);
}

.summary .stack_last
{
	color: inherit;
	border-color: color-mix(in srgb, var(--alt) 45%, transparent);
}

.summary .stack_last:hover
{
	background: color-mix(in srgb, var(--alt) 14%, transparent);
}

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

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

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

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

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

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

.stack:hover
{
	background: var(--depth);
}

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

.stack_last
{
	background: transparent;
	color: var(--card);
	border-color: var(--band);
}

.stack_last:hover
{
	background: var(--dim);
}

.stack_top
{
	padding: 0.9rem 1.8rem;
	font-size: var(--flow);
}

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

.region h3, .bay__dark, .banner h2, .banner h3, .region h2, .record
{
	color: var(--card);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.record
{
	font-size: var(--cool);
	margin: 0 0 1rem;
}

.bay__dark
{
	font-size: var(--lift);
	margin: 0 0 1.25rem;
}

.banner h3, .region h3
{
	font-size: var(--flow);
	margin: 1.75rem 0 0.5rem;
}

.region p, .banner p
{
	margin: 0 0 1rem;
}

.banner > :last-child, .region > :last-child
{
	margin-bottom: 0;
}

.region a, .banner a
{
	color: color-mix(in srgb, var(--shell) 72%, var(--card));
	text-underline-offset: 3px;
}

.deck
{
	display: block;
}

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

.deck > .bay:not(.slab):nth-of-type(odd)
{
	background: var(--dim);
}

.region
{
	max-width: var(--foot);
}

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

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

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

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

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

.bay_list .region 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(--shell);
	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(--band);
	border-inline-start: 3px solid var(--plain);
	border-radius: 0 var(--space) var(--space) 0;
	background: var(--dim);
	font-size: 0.95rem;
}

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

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

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

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

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

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

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

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

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

.banner blockquote, .region blockquote
{
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--shell);
	border-radius: 0 var(--space) var(--space) 0;
	background: var(--dim);
	color: var(--plain);
	font-size: 0.95rem;
}

.banner blockquote p, .region blockquote p
{
	margin: 0 0 0.6rem;
}

.banner blockquote > :last-child, .region blockquote > :last-child
{
	margin-bottom: 0;
}

.banner blockquote strong, .region blockquote strong
{
	color: var(--card);
}

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

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

.bay_table .region
{
	max-width: none;
	overflow-x: auto;
}

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

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

.region thead th
{
	background: color-mix(in srgb, var(--shell) 16%, var(--dim));
	color: var(--card);
	font-weight: 700;
	white-space: nowrap;
}

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

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

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

.column__small
{
	border: 1px solid var(--band);
	border-radius: var(--thin);
	box-shadow: var(--deep);
	width: 100%;
}

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

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

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

.layer__view a
{
	color: var(--shell);
	font-weight: 600;
}

.group
{
	text-align: center;
}

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

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

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

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

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

.slab .record
{
	grid-area: title;
	color: #ffffff;
}

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

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

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

.row
{
	grid-area: offer;
	background: var(--main);
	border: 1px solid color-mix(in srgb, var(--shell) 40%, var(--band));
	border-radius: var(--thin);
	box-shadow: var(--deep);
	overflow: hidden;
	align-self: start;
}

.row .stack
{
	width: 100%;
}

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

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

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

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

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

.row__dark
{
	font-size: var(--lift);
	font-weight: 800;
	line-height: 1.15;
	color: var(--card);
	margin: 0;
	text-wrap: balance;
}

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

.listing
{
	padding-block: 1.5rem;
}

.wrap
{
	border: 1px solid var(--band);
	border-radius: var(--thin);
	background: var(--wide);
	padding: 0.5rem 1.1rem;
}

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

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

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

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

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

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

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

.wrap__meta a:hover
{
	color: var(--card);
}

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

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

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

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

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

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

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

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

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

.frame
{
	background: var(--main);
	border: 1px solid var(--band);
	border-radius: var(--thin);
	padding: 1.1rem 1.2rem;
}

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

.frame__small
{
	font-weight: 700;
	color: var(--card);
}

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

.frame__open
{
	margin: 0;
	color: var(--plain);
}

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

.figure__on
{
	border: 1px solid var(--band);
	border-radius: var(--space);
	background: var(--wide);
	padding: 0 1.1rem;
}

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

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

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

.figure__on[open] .figure__side::before
{
	content: "−";
}

.figure__narrow
{
	color: var(--plain);
	padding-bottom: 1rem;
}

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

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

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

.segment__first
{
	margin: 0;
	font-size: var(--flow);
	font-weight: 800;
	color: var(--card);
	text-wrap: balance;
}

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

.zone
{
	border-top: 1px solid var(--band);
	background: var(--dim);
	color: var(--plain);
	padding-block: 2rem 6rem;
}

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

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

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

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

.zone__meta:empty
{
	display: none;
}

.zone__meta a
{
	text-decoration: none;
}

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

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

.zone__bottom p
{
	margin: 0;
}

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

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

.tag
{
	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(--shell) 14%, var(--line));
	color: var(--alt);
	border-top: 1px solid color-mix(in srgb, var(--shell) 45%, transparent);
}

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

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

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

.tag .stack
{
	margin-inline-start: auto;
	flex-shrink: 0;
}

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

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

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

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

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

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

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

	.summary__first
	{
		flex-wrap: nowrap;
	}

	.badge, .summary__soft .stack_last, .entry
	{
		display: none;
	}

	.entry + .summary__soft
	{
		margin-inline-start: auto;
	}

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

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

	.summary__soft .stack
	{
		padding: 0.5rem 0.8rem;
		font-size: 0.9rem;
	}

	.bay
	{
		padding-block: 1.75rem;
	}

	.segment, .row__outer
	{
		padding: 1.15rem;
	}

	.segment .stack_top, .slab__dark .stack_top
	{
		width: 100%;
	}

	.tag__less
	{
		display: none;
	}

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

}
