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