:root
{
	--fill: #0b1220;
	--wide: #dfe5f0;
	--paper: #fff;
	--card: #ffb300;
	--base: #111;
	--body: #d99700;
	--foot: #070b16;
	--soft: #fff;
	--edge: color-mix(in srgb, var(--wide) 6%, var(--fill));
	--line: color-mix(in srgb, var(--wide) 3%, var(--fill));
	--depth: color-mix(in srgb, var(--wide) 18%, var(--fill));
	--lead: color-mix(in srgb, var(--wide) 68%, var(--fill));
	--tone: 1160px;
	--thin: 78ch;
	--band: 14px;
	--zone: 8px;
	--plain: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
	--shell: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
	--size: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--core: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
	--field: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}

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

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

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

a
{
	color: inherit;
}

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

.promo__bottom, .tract__first, .district__open, .tray__on, .aside__narrow
{
	width: min(100% - 2rem, var(--tone));
	margin-inline: auto;
}

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

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

.bridge 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(--zone);
	text-decoration: none;
	color: inherit;
	opacity: 0.82;
	white-space: nowrap;
	font-size: 0.92rem;
}

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

.row:empty
{
	display: none;
}

.row:empty + .district__shut
{
	margin-inline-start: auto;
}

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

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

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

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

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

.weave__top span
{
	position: relative;
}

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

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

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

.weave__link a
{
	padding: 0.6rem 0.7rem;
	border-radius: var(--zone);
	text-decoration: none;
	color: var(--soft);
}

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

.weave__link .field
{
	margin-top: 0.4rem;
	color: var(--soft);
	border-color: color-mix(in srgb, var(--soft) 40%, transparent);
}

.district .field--small
{
	color: inherit;
	border-color: color-mix(in srgb, var(--soft) 45%, transparent);
}

.district .field--small:hover
{
	background: color-mix(in srgb, var(--soft) 14%, transparent);
}

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

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

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

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

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

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

.field:hover
{
	background: var(--body);
}

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

.field--small
{
	background: transparent;
	color: var(--paper);
	border-color: var(--depth);
}

.field--small:hover
{
	background: var(--edge);
}

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

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

.cabinet h2, .peak h3, .cabinet h3, .peak h2, .tract__off, .badge
{
	color: var(--paper);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.badge
{
	font-size: var(--field);
	margin: 0 0 1rem;
}

.tract__off
{
	font-size: var(--core);
	margin: 0 0 1.25rem;
}

.peak h3, .cabinet h3
{
	font-size: var(--size);
	margin: 1.75rem 0 0.5rem;
}

.peak p, .cabinet p
{
	margin: 0 0 1rem;
}

.cabinet > :last-child, .peak > :last-child
{
	margin-bottom: 0;
}

.cabinet a, .peak a
{
	color: color-mix(in srgb, var(--card) 72%, var(--paper));
	text-underline-offset: 3px;
}

.leaf
{
	display: block;
}

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

.leaf > .tract:not(.aside):nth-of-type(odd)
{
	background: var(--edge);
}

.peak
{
	max-width: var(--thin);
}

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

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

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

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

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

.tract--list .peak 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(--card);
	color: var(--base);
	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(--depth);
	border-inline-start: 3px solid var(--lead);
	border-radius: 0 var(--zone) var(--zone) 0;
	background: var(--edge);
	font-size: 0.95rem;
}

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

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

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

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

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

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

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

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

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

.peak blockquote, .cabinet blockquote
{
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--card);
	border-radius: 0 var(--zone) var(--zone) 0;
	background: var(--edge);
	color: var(--lead);
	font-size: 0.95rem;
}

.peak blockquote p, .cabinet blockquote p
{
	margin: 0 0 0.6rem;
}

.cabinet blockquote > :last-child, .peak blockquote > :last-child
{
	margin-bottom: 0;
}

.peak blockquote strong, .cabinet blockquote strong
{
	color: var(--paper);
}

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

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

.tract--table .peak
{
	max-width: none;
	overflow-x: auto;
}

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

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

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

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

.peak tbody tr:nth-child(even)
{
	background: color-mix(in srgb, var(--wide) 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(--depth);
	border-radius: var(--band);
	box-shadow: var(--plain);
	width: 100%;
}

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

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

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

.hall__icon a
{
	color: var(--card);
	font-weight: 600;
}

.unit
{
	text-align: center;
}

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

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

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

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

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

.aside .badge
{
	grid-area: title;
	color: #fff;
}

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

.aside .cabinet
{
	margin-bottom: 1.5rem;
}

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

.branch
{
	grid-area: offer;
	background: var(--fill);
	border: 1px solid color-mix(in srgb, var(--card) 40%, var(--depth));
	border-radius: var(--band);
	box-shadow: var(--plain);
	overflow: hidden;
	align-self: start;
}

.branch .field
{
	width: 100%;
}

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

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

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

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

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

.branch__light
{
	font-size: var(--core);
	font-weight: 800;
	line-height: 1.15;
	color: var(--paper);
	margin: 0;
	text-wrap: balance;
}

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

.tile
{
	padding-block: 1.5rem;
}

.case
{
	border: 1px solid var(--depth);
	border-radius: var(--band);
	background: var(--line);
	padding: 0.5rem 1.1rem;
}

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

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

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

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

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

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

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

.case__plain a:hover
{
	color: var(--paper);
}

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

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

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

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

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

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

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

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

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

.part
{
	background: var(--fill);
	border: 1px solid var(--depth);
	border-radius: var(--band);
	padding: 1.1rem 1.2rem;
}

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

.part__image
{
	font-weight: 700;
	color: var(--paper);
}

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

.part__plain
{
	margin: 0;
	color: var(--lead);
}

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

.span2__top
{
	border: 1px solid var(--depth);
	border-radius: var(--zone);
	background: var(--line);
	padding: 0 1.1rem;
}

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

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

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

.span2__top[open] .span2__stub::before
{
	content: "−";
}

.span2__image
{
	color: var(--lead);
	padding-bottom: 1rem;
}

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

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

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

.pill__shut
{
	margin: 0;
	font-size: var(--size);
	font-weight: 800;
	color: var(--paper);
	text-wrap: balance;
}

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

.tray
{
	border-top: 1px solid var(--depth);
	background: var(--edge);
	color: var(--lead);
	padding-block: 2rem 6rem;
}

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

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

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

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

.tray__info:empty
{
	display: none;
}

.tray__info a
{
	text-decoration: none;
}

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

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

.tray__narrow p
{
	margin: 0;
}

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

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

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

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

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

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

.deck .field
{
	margin-inline-start: auto;
	flex-shrink: 0;
}

@media (max-width: 960px) {
	.aside__narrow
	{
		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) {
	.case__plain
	{
		columns: 1;
	}

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

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

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

	.district__open
	{
		flex-wrap: nowrap;
	}

	.promo, .row, .district__shut .field--small
	{
		display: none;
	}

	.row + .district__shut
	{
		margin-inline-start: auto;
	}

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

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

	.district__shut .field
	{
		padding: 0.5rem 0.8rem;
		font-size: 0.9rem;
	}

	.tract
	{
		padding-block: 1.75rem;
	}

	.branch__shut, .pill
	{
		padding: 1.15rem;
	}

	.pill .field--open, .aside__link .field--open
	{
		width: 100%;
	}

	.deck__flat
	{
		display: none;
	}

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

}
