:root {
	--stroke: #0b1220;
	--card: #dfe5f0;
	--band: #fff;
	--head: #ffb300;
	--flat: #111;
	--lead: #d99700;
	--thin: #070b16;
	--paper: #fff;
	--bold: color-mix(in srgb, var(--card) 6%, var(--stroke));
	--flow: color-mix(in srgb, var(--card) 3%, var(--stroke));
	--warm: color-mix(in srgb, var(--card) 18%, var(--stroke));
	--foot: color-mix(in srgb, var(--card) 68%, var(--stroke));
	--alt: 1160px;
	--soft: 78ch;
	--cool: 14px;
	--round: 8px;
	--fill: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
	--body: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
	--base: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--field: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
	--grid: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}

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

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

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

a {
	color: inherit
}

.tag {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--thin);
	color: var(--paper)
}

.container-stub, .tile-large, .span-open, .tag-edge, .bay-side {
	width: min(100% - 2rem, var(--alt));
	margin-inline: auto
}

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

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

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

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

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

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

.badge:empty {
	display: none
}

.badge:empty + .tag-plain {
	margin-inline-start: auto
}

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

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

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

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

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

.strip-line span {
	position: relative
}

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

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

.strip-bottom {
	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(--thin);
	border: 1px solid color-mix(in srgb, var(--paper) 20%, transparent);
	border-radius: var(--cool);
	box-shadow: var(--fill)
}

.strip-bottom a {
	padding: 0.6rem 0.7rem;
	border-radius: var(--round);
	text-decoration: none;
	color: var(--paper)
}

.strip-bottom a:hover {
	background: color-mix(in srgb, var(--paper) 12%, transparent)
}

.strip-bottom .plate {
	margin-top: 0.4rem;
	color: var(--paper);
	border-color: color-mix(in srgb, var(--paper) 40%, transparent)
}

.tag .plate-view {
	color: inherit;
	border-color: color-mix(in srgb, var(--paper) 45%, transparent)
}

.tag .plate-view:hover {
	background: color-mix(in srgb, var(--paper) 14%, transparent)
}

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

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

.container-stub::-webkit-scrollbar {
	display: none
}

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

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

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

.plate:hover {
	background: var(--lead)
}

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

.plate-view {
	background: transparent;
	color: var(--band);
	border-color: var(--warm)
}

.plate-view:hover {
	background: var(--bold)
}

.plate-small {
	padding: 0.9rem 1.8rem;
	font-size: var(--base)
}

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

.chunk, .span-lead, .wrap h2, .area h3, .wrap h3, .area h2 {
	color: var(--band);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance
}

.chunk {
	font-size: var(--grid);
	margin: 0 0 1rem
}

.span-lead {
	font-size: var(--field);
	margin: 0 0 1.25rem
}

.area h3, .wrap h3 {
	font-size: var(--base);
	margin: 1.75rem 0 0.5rem
}

.area p, .wrap p {
	margin: 0 0 1rem
}

.area > :last-child, .wrap > :last-child {
	margin-bottom: 0
}

.area a, .wrap a {
	color: color-mix(in srgb, var(--head) 72%, var(--band));
	text-underline-offset: 3px
}

.deck {
	display: block
}

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

.deck > .span:not(.tile):nth-of-type(odd) {
	background: var(--bold)
}

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

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

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

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

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

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

.span-list .area 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(--head);
	color: var(--flat);
	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(--warm);
	border-inline-start: 3px solid var(--foot);
	border-radius: 0 var(--round) var(--round) 0;
	background: var(--bold);
	font-size: 0.95rem
}

.note p {
	margin: 0 0 0.6rem
}

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

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

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

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

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

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

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

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

.area blockquote, .wrap blockquote {
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--head);
	border-radius: 0 var(--round) var(--round) 0;
	background: var(--bold);
	color: var(--foot);
	font-size: 0.95rem
}

.wrap blockquote p, .area blockquote p {
	margin: 0 0 0.6rem
}

.area blockquote > :last-child, .wrap blockquote > :last-child {
	margin-bottom: 0
}

.wrap blockquote strong, .area blockquote strong {
	color: var(--band)
}

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

.area table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	background: var(--flow);
	border: 1px solid var(--warm);
	border-radius: var(--cool);
	overflow: hidden
}

.span-table .area {
	max-width: none;
	overflow-x: auto
}

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

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

.area thead th {
	background: color-mix(in srgb, var(--head) 16%, var(--bold));
	color: var(--band);
	font-weight: 700;
	white-space: nowrap
}

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

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

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

.caption-dark {
	border: 1px solid var(--warm);
	border-radius: var(--cool);
	box-shadow: var(--fill);
	width: 100%
}

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

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

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

.unit-thumb a {
	color: var(--head);
	font-weight: 600
}

.zone {
	text-align: center
}

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

.zone-cell {
	max-width: 46ch;
	margin-inline: auto;
	color: var(--foot)
}

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

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

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

.tile .chunk {
	grid-area: title;
	color: #fff
}

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

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

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

.case {
	grid-area: offer;
	background: var(--stroke);
	border: 1px solid color-mix(in srgb, var(--head) 40%, var(--warm));
	border-radius: var(--cool);
	box-shadow: var(--fill);
	overflow: hidden;
	align-self: start
}

.case .plate {
	width: 100%
}

.case-flat {
	display: grid;
	place-items: center;
	min-height: 74px;
	padding: 0.9rem 1.25rem;
	background: color-mix(in srgb, var(--head) 22%, var(--stroke));
	color: var(--band);
	border-bottom: 3px solid var(--head)
}

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

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

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

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

.case-side {
	font-size: var(--field);
	font-weight: 800;
	line-height: 1.15;
	color: var(--band);
	margin: 0;
	text-wrap: balance
}

.case-wide {
	font-size: 0.8rem;
	color: var(--foot);
	margin: 0
}

.pill {
	padding-block: 1.5rem
}

.record {
	border: 1px solid var(--warm);
	border-radius: var(--cool);
	background: var(--flow);
	padding: 0.5rem 1.1rem
}

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

.record-first::-webkit-details-marker {
	display: none
}

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

.record[open] .record-first::before {
	transform: rotate(-135deg)
}

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

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

.record-last a {
	color: var(--foot);
	text-underline-offset: 3px
}

.record-last a:hover {
	color: var(--band)
}

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

.holder {
	display: flex;
	flex-direction: column;
	background: var(--flow);
	border: 1px solid var(--warm);
	border-radius: var(--cool);
	overflow: hidden;
	transition: border-color 0.15s ease, transform 0.15s ease
}

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

.holder-soft {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--bold)
}

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

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

.holder-image {
	font-weight: 600;
	color: var(--band);
	line-height: 1.3;
	margin: 0
}

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

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

.slab {
	background: var(--stroke);
	border: 1px solid var(--warm);
	border-radius: var(--cool);
	padding: 1.1rem 1.2rem
}

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

.slab-large {
	font-weight: 700;
	color: var(--band)
}

.slab-bold {
	color: var(--head);
	font-weight: 700;
	white-space: nowrap
}

.slab-alt {
	margin: 0;
	color: var(--foot)
}

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

.entry-sub {
	border: 1px solid var(--warm);
	border-radius: var(--round);
	background: var(--flow);
	padding: 0 1.1rem
}

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

.entry-cell::-webkit-details-marker {
	display: none
}

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

.entry-sub[open] .entry-cell::before {
	content: "−"
}

.entry-outer {
	color: var(--foot);
	padding-bottom: 1rem
}

.entry-outer > :first-child {
	margin-top: 0
}

.entry-outer > :last-child {
	margin-bottom: 0
}

.widget {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 2rem;
	padding: 1.5rem;
	border-radius: var(--cool);
	background: color-mix(in srgb, var(--head) 12%, var(--bold));
	border: 1px solid color-mix(in srgb, var(--head) 35%, var(--warm))
}

.widget-alt {
	margin: 0;
	font-size: var(--base);
	font-weight: 800;
	color: var(--band);
	text-wrap: balance
}

.widget-icon {
	margin: 0.25rem 0 0;
	font-size: 0.82rem;
	color: var(--foot)
}

.bay {
	border-top: 1px solid var(--warm);
	background: var(--bold);
	color: var(--foot);
	padding-block: 2rem 6rem
}

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

.bay-bottom {
	margin-inline-end: auto;
	font-weight: 700;
	color: var(--band)
}

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

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

.bay-lead:empty {
	display: none
}

.bay-lead a {
	text-decoration: none
}

.bay-lead a:hover {
	text-decoration: underline
}

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

.bay-first p {
	margin: 0
}

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

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

.region {
	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(--head) 14%, var(--thin));
	color: var(--paper);
	border-top: 1px solid color-mix(in srgb, var(--head) 45%, transparent)
}

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

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

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

.region .plate {
	margin-inline-start: auto;
	flex-shrink: 0
}

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

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

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

}
@media (max-width: 700px) {
	.record-last {
		columns: 1
	}

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

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

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

	.tag-edge {
		flex-wrap: nowrap
	}

	.container, .tag-plain .plate-view, .badge {
		display: none
	}

	.badge + .tag-plain {
		margin-inline-start: auto
	}

	.strip {
		display: block;
		order: 3
	}

	.tag-plain {
		margin-inline-start: auto
	}

	.tag-plain .plate {
		padding: 0.5rem 0.8rem;
		font-size: 0.9rem
	}

	.span {
		padding-block: 1.75rem
	}

	.case-image, .widget {
		padding: 1.15rem
	}

	.tile-lead .plate-small, .widget .plate-small {
		width: 100%
	}

	.region-bold {
		display: none
	}

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

}
