:root {
	--round: #0b1220;
	--shell: #dfe5f0;
	--zone: #fff;
	--core: #ffb300;
	--wide: #111;
	--frame: #d99700;
	--stroke: #070b16;
	--alt: #fff;
	--plain: color-mix(in srgb, var(--shell) 6%, var(--round));
	--lift: color-mix(in srgb, var(--shell) 3%, var(--round));
	--foot: color-mix(in srgb, var(--shell) 18%, var(--round));
	--band: color-mix(in srgb, var(--shell) 68%, var(--round));
	--edge: 1160px;
	--soft: 78ch;
	--brand: 14px;
	--body: 8px;
	--size: 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);
	--deep: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--dim: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
	--flow: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}

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

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

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

.wrap-line, .promo-thumb, .container-side, .set-shut, .weave-soft {
	width: min(100% - 2rem, var(--edge));
	margin-inline: auto
}

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

.loop {
	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
}

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

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

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

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

.margin:empty {
	display: none
}

.margin:empty + .container-thumb {
	margin-inline-start: auto
}

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

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

.band-line {
	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(--body)
}

.band-line::-webkit-details-marker {
	display: none
}

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

.band-line span {
	position: relative
}

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

.band-line span::after {
	position: absolute;
	top: 6px
}

.band-shut {
	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(--stroke);
	border: 1px solid color-mix(in srgb, var(--alt) 20%, transparent);
	border-radius: var(--brand);
	box-shadow: var(--size)
}

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

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

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

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

.container .record-top:hover {
	background: color-mix(in srgb, var(--alt) 14%, transparent)
}

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

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

.weave-soft::-webkit-scrollbar {
	display: none
}

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

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

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

.record:hover {
	background: var(--frame)
}

.record:active {
	transform: translateY(1px)
}

.record-top {
	background: transparent;
	color: var(--zone);
	border-color: var(--foot)
}

.record-top:hover {
	background: var(--plain)
}

.record-figure {
	padding: 0.9rem 1.8rem;
	font-size: var(--deep)
}

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

.cell h3, .porch h3, .porch h2, .cell h2, .block2, .set-bottom {
	color: var(--zone);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance
}

.block2 {
	font-size: var(--flow);
	margin: 0 0 1rem
}

.set-bottom {
	font-size: var(--dim);
	margin: 0 0 1.25rem
}

.porch h3, .cell h3 {
	font-size: var(--deep);
	margin: 1.75rem 0 0.5rem
}

.porch p, .cell p {
	margin: 0 0 1rem
}

.cell > :last-child, .porch > :last-child {
	margin-bottom: 0
}

.porch a, .cell a {
	color: color-mix(in srgb, var(--core) 72%, var(--zone));
	text-underline-offset: 3px
}

.tray {
	display: block
}

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

.tray > .set:not(.wrap):nth-of-type(odd) {
	background: var(--plain)
}

.cell {
	max-width: var(--soft)
}

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

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

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

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

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

.set-list .cell 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(--core);
	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(--foot);
	border-inline-start: 3px solid var(--band);
	border-radius: 0 var(--body) var(--body) 0;
	background: var(--plain);
	font-size: 0.95rem
}

.note p {
	margin: 0 0 0.6rem
}

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

.note strong {
	color: var(--zone)
}

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

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

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

.note--rg {
	border: 1px solid color-mix(in srgb, var(--zone) 30%, var(--foot));
	border-radius: var(--brand);
	background: var(--lift)
}

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

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

.cell blockquote, .porch blockquote {
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--core);
	border-radius: 0 var(--body) var(--body) 0;
	background: var(--plain);
	color: var(--band);
	font-size: 0.95rem
}

.cell blockquote p, .porch blockquote p {
	margin: 0 0 0.6rem
}

.cell blockquote > :last-child, .porch blockquote > :last-child {
	margin-bottom: 0
}

.porch blockquote strong, .cell blockquote strong {
	color: var(--zone)
}

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

.cell table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	background: var(--lift);
	border: 1px solid var(--foot);
	border-radius: var(--brand);
	overflow: hidden
}

.set-table .cell {
	max-width: none;
	overflow-x: auto
}

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

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

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

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

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

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

.seam-link {
	border: 1px solid var(--foot);
	border-radius: var(--brand);
	box-shadow: var(--size);
	width: 100%
}

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

.wrap::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
}

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

.holder-outer a {
	color: var(--core);
	font-weight: 600
}

.chunk {
	text-align: center
}

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

.chunk-small {
	max-width: 46ch;
	margin-inline: auto;
	color: var(--band)
}

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

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

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

.wrap .block2 {
	grid-area: title;
	color: #fff
}

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

.wrap .porch {
	margin-bottom: 1.5rem
}

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

.hall {
	grid-area: offer;
	background: var(--round);
	border: 1px solid color-mix(in srgb, var(--core) 40%, var(--foot));
	border-radius: var(--brand);
	box-shadow: var(--size);
	overflow: hidden;
	align-self: start
}

.hall .record {
	width: 100%
}

.hall-shut {
	display: grid;
	place-items: center;
	min-height: 74px;
	padding: 0.9rem 1.25rem;
	background: color-mix(in srgb, var(--core) 22%, var(--round));
	color: var(--zone);
	border-bottom: 3px solid var(--core)
}

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

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

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

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

.hall-narrow {
	font-size: var(--dim);
	font-weight: 800;
	line-height: 1.15;
	color: var(--zone);
	margin: 0;
	text-wrap: balance
}

.hall-cell {
	font-size: 0.8rem;
	color: var(--band);
	margin: 0
}

.room {
	padding-block: 1.5rem
}

.chain {
	border: 1px solid var(--foot);
	border-radius: var(--brand);
	background: var(--lift);
	padding: 0.5rem 1.1rem
}

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

.chain-shut::-webkit-details-marker {
	display: none
}

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

.chain[open] .chain-shut::before {
	transform: rotate(-135deg)
}

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

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

.chain-first a {
	color: var(--band);
	text-underline-offset: 3px
}

.chain-first a:hover {
	color: var(--zone)
}

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

.parcel {
	display: flex;
	flex-direction: column;
	background: var(--lift);
	border: 1px solid var(--foot);
	border-radius: var(--brand);
	overflow: hidden;
	transition: border-color 0.15s ease, transform 0.15s ease
}

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

.parcel-wide {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--plain)
}

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

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

.parcel-foot {
	font-weight: 600;
	color: var(--zone);
	line-height: 1.3;
	margin: 0
}

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

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

.stack {
	background: var(--round);
	border: 1px solid var(--foot);
	border-radius: var(--brand);
	padding: 1.1rem 1.2rem
}

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

.stack-outer {
	font-weight: 700;
	color: var(--zone)
}

.stack-dark {
	color: var(--core);
	font-weight: 700;
	white-space: nowrap
}

.stack-line {
	margin: 0;
	color: var(--band)
}

.post-sub {
	display: grid;
	gap: 0.5rem;
	max-width: var(--soft)
}

.post-edge {
	border: 1px solid var(--foot);
	border-radius: var(--body);
	background: var(--lift);
	padding: 0 1.1rem
}

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

.post-icon::-webkit-details-marker {
	display: none
}

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

.post-edge[open] .post-icon::before {
	content: "−"
}

.post-stub {
	color: var(--band);
	padding-bottom: 1rem
}

.post-stub > :first-child {
	margin-top: 0
}

.post-stub > :last-child {
	margin-bottom: 0
}

.corner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 2rem;
	padding: 1.5rem;
	border-radius: var(--brand);
	background: color-mix(in srgb, var(--core) 12%, var(--plain));
	border: 1px solid color-mix(in srgb, var(--core) 35%, var(--foot))
}

.corner-plain {
	margin: 0;
	font-size: var(--deep);
	font-weight: 800;
	color: var(--zone);
	text-wrap: balance
}

.corner-view {
	margin: 0.25rem 0 0;
	font-size: 0.82rem;
	color: var(--band)
}

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

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

.promo-stub {
	margin-inline-end: auto;
	font-weight: 700;
	color: var(--zone)
}

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

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

.promo-meta:empty {
	display: none
}

.promo-meta a {
	text-decoration: none
}

.promo-meta a:hover {
	text-decoration: underline
}

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

.promo-narrow p {
	margin: 0
}

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

.cabinet {
	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
}

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

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

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

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

.bay .record {
	margin-inline-start: auto;
	flex-shrink: 0
}

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

	.seam {
		grid-template-columns: 1fr
	}

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

}
@media (max-width: 700px) {
	.chain-first {
		columns: 1
	}

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

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

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

	.container-side {
		flex-wrap: nowrap
	}

	.margin, .weave, .container-thumb .record-top {
		display: none
	}

	.margin + .container-thumb {
		margin-inline-start: auto
	}

	.band {
		display: block;
		order: 3
	}

	.container-thumb {
		margin-inline-start: auto
	}

	.container-thumb .record {
		padding: 0.5rem 0.8rem;
		font-size: 0.9rem
	}

	.set {
		padding-block: 1.75rem
	}

	.hall-icon, .corner {
		padding: 1.15rem
	}

	.corner .record-figure, .wrap-edge .record-figure {
		width: 100%
	}

	.bay-dark {
		display: none
	}

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

}
