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

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

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

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

a {
	color: inherit
}

.block {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--bold);
	color: var(--wide)
}

.teaser__open, .board__copy, .marker__lead, .block__thumb, .plate__meta {
	width: min(100% - 2rem, var(--base));
	margin-inline: auto
}

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

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

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

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

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

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

.listing:empty {
	display: none
}

.listing:empty + .block__soft {
	margin-inline-start: auto
}

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

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

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

.zone__view::-webkit-details-marker {
	display: none
}

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

.zone__view span {
	position: relative
}

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

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

.zone__on {
	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(--bold);
	border: 1px solid color-mix(in srgb, var(--wide) 20%, transparent);
	border-radius: var(--card);
	box-shadow: var(--lead)
}

.zone__on a {
	padding: 0.6rem 0.7rem;
	border-radius: var(--line);
	text-decoration: none;
	color: var(--wide)
}

.zone__on a:hover {
	background: color-mix(in srgb, var(--wide) 12%, transparent)
}

.zone__on .segment {
	margin-top: 0.4rem;
	color: var(--wide);
	border-color: color-mix(in srgb, var(--wide) 40%, transparent)
}

.block .segment_thumb {
	color: inherit;
	border-color: color-mix(in srgb, var(--wide) 45%, transparent)
}

.block .segment_thumb:hover {
	background: color-mix(in srgb, var(--wide) 14%, transparent)
}

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

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

.board__copy::-webkit-scrollbar {
	display: none
}

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

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

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

.segment:hover {
	background: var(--alt)
}

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

.segment_thumb {
	background: transparent;
	color: var(--field);
	border-color: var(--lift)
}

.segment_thumb:hover {
	background: var(--depth)
}

.segment_last {
	padding: 0.9rem 1.8rem;
	font-size: var(--core)
}

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

.slab h3, .span h3, .span h2, .well, .teaser__less, .slab h2 {
	color: var(--field);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance
}

.well {
	font-size: var(--zone);
	margin: 0 0 1rem
}

.teaser__less {
	font-size: var(--foot);
	margin: 0 0 1.25rem
}

.slab h3, .span h3 {
	font-size: var(--core);
	margin: 1.75rem 0 0.5rem
}

.slab p, .span p {
	margin: 0 0 1rem
}

.span > :last-child, .slab > :last-child {
	margin-bottom: 0
}

.span a, .slab a {
	color: color-mix(in srgb, var(--cool) 72%, var(--field));
	text-underline-offset: 3px
}

.rack {
	display: block
}

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

.rack > .teaser:not(.marker):nth-of-type(odd) {
	background: var(--depth)
}

.slab {
	max-width: var(--frame)
}

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

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

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

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

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

.teaser_list .slab 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(--cool);
	color: var(--band);
	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(--lift);
	border-inline-start: 3px solid var(--head);
	border-radius: 0 var(--line) var(--line) 0;
	background: var(--depth);
	font-size: 0.95rem
}

.note p {
	margin: 0 0 0.6rem
}

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

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

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

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

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

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

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

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

.slab blockquote, .span blockquote {
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--cool);
	border-radius: 0 var(--line) var(--line) 0;
	background: var(--depth);
	color: var(--head);
	font-size: 0.95rem
}

.span blockquote p, .slab blockquote p {
	margin: 0 0 0.6rem
}

.slab blockquote > :last-child, .span blockquote > :last-child {
	margin-bottom: 0
}

.slab blockquote strong, .span blockquote strong {
	color: var(--field)
}

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

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

.teaser_table .slab {
	max-width: none;
	overflow-x: auto
}

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

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

.slab thead th {
	background: color-mix(in srgb, var(--cool) 16%, var(--depth));
	color: var(--field);
	font-weight: 700;
	white-space: nowrap
}

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

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

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

.promo__first {
	border: 1px solid var(--lift);
	border-radius: var(--card);
	box-shadow: var(--lead);
	width: 100%
}

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

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

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

.caption__lead a {
	color: var(--cool);
	font-weight: 600
}

.bay {
	text-align: center
}

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

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

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

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

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

.marker .well {
	grid-area: title;
	color: #fff
}

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

.marker .span {
	margin-bottom: 1.5rem
}

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

.deck {
	grid-area: offer;
	background: var(--flow);
	border: 1px solid color-mix(in srgb, var(--cool) 40%, var(--lift));
	border-radius: var(--card);
	box-shadow: var(--lead);
	overflow: hidden;
	align-self: start
}

.deck .segment {
	width: 100%
}

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

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

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

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

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

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

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

.container {
	padding-block: 1.5rem
}

.tile {
	border: 1px solid var(--lift);
	border-radius: var(--card);
	background: var(--fill);
	padding: 0.5rem 1.1rem
}

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

.tile__line::-webkit-details-marker {
	display: none
}

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

.tile[open] .tile__line::before {
	transform: rotate(-135deg)
}

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

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

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

.tile__large a:hover {
	color: var(--field)
}

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

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

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

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

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

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

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

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

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

.box {
	background: var(--flow);
	border: 1px solid var(--lift);
	border-radius: var(--card);
	padding: 1.1rem 1.2rem
}

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

.box__copy {
	font-weight: 700;
	color: var(--field)
}

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

.box__flat {
	margin: 0;
	color: var(--head)
}

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

.holder__open {
	border: 1px solid var(--lift);
	border-radius: var(--line);
	background: var(--fill);
	padding: 0 1.1rem
}

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

.holder__less::-webkit-details-marker {
	display: none
}

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

.holder__open[open] .holder__less::before {
	content: "−"
}

.holder__info {
	color: var(--head);
	padding-bottom: 1rem
}

.holder__info > :first-child {
	margin-top: 0
}

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

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

.layer__copy {
	margin: 0;
	font-size: var(--core);
	font-weight: 800;
	color: var(--field);
	text-wrap: balance
}

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

.plate {
	border-top: 1px solid var(--lift);
	background: var(--depth);
	color: var(--head);
	padding-block: 2rem 6rem
}

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

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

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

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

.plate__outer:empty {
	display: none
}

.plate__outer a {
	text-decoration: none
}

.plate__outer a:hover {
	text-decoration: underline
}

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

.plate__flat p {
	margin: 0
}

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

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

.unit {
	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(--cool) 14%, var(--bold));
	color: var(--wide);
	border-top: 1px solid color-mix(in srgb, var(--cool) 45%, transparent)
}

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

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

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

.unit .segment {
	margin-inline-start: auto;
	flex-shrink: 0
}

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

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

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

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

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

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

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

	.block__thumb {
		flex-wrap: nowrap
	}

	.board, .listing, .block__soft .segment_thumb {
		display: none
	}

	.listing + .block__soft {
		margin-inline-start: auto
	}

	.zone {
		display: block;
		order: 3
	}

	.block__soft {
		margin-inline-start: auto
	}

	.block__soft .segment {
		padding: 0.5rem 0.8rem;
		font-size: 0.9rem
	}

	.teaser {
		padding-block: 1.75rem
	}

	.layer, .deck__lead {
		padding: 1.15rem
	}

	.layer .segment_last, .marker__soft .segment_last {
		width: 100%
	}

	.unit__thumb {
		display: none
	}

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

}
