:root
{
	--warm: #0b1220;
	--tone: #dfe5f0;
	--brand: #ffffff;
	--main: #ffb300;
	--tile: #111111;
	--size: #d99700;
	--round: #070b16;
	--wide: #ffffff;
	--lift: color-mix(in srgb, var(--tone) 6%, var(--warm));
	--band: color-mix(in srgb, var(--tone) 3%, var(--warm));
	--head: color-mix(in srgb, var(--tone) 18%, var(--warm));
	--lead: color-mix(in srgb, var(--tone) 68%, var(--warm));
	--depth: 1160px;
	--cool: 78ch;
	--plain: 14px;
	--edge: 8px;
	--frame: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
	--base: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
	--thin: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--line: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
	--soft: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}

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

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

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

a
{
	color: inherit
}

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

.grille-foot, .trail-copy, .field-outer, .caption-small, .layer-wide
{
	width: min(100% - 2rem, var(--depth));
	margin-inline: auto
}

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

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

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

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

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

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

.floor:empty
{
	display: none
}

.floor:empty + .grille-flat
{
	margin-inline-start: auto
}

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

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

.loop-first
{
	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(--edge)
}

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

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

.loop-first span
{
	position: relative
}

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

.loop-first span::after
{
	position: absolute;
	top: 6px
}

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

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

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

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

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

.grille .tag-cell:hover
{
	background: color-mix(in srgb, var(--wide) 14%, transparent)
}

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

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

.caption-small::-webkit-scrollbar
{
	display: none
}

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

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

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

.tag:hover
{
	background: var(--size)
}

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

.tag-cell
{
	background: transparent;
	color: var(--brand);
	border-color: var(--head)
}

.tag-cell:hover
{
	background: var(--lift)
}

.tag-image
{
	padding: 0.9rem 1.8rem;
	font-size: var(--thin)
}

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

.niche h2, .layer-large, .region, .niche h3, .teaser h3, .teaser h2
{
	color: var(--brand);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance
}

.region
{
	font-size: var(--soft);
	margin: 0 0 1rem
}

.layer-large
{
	font-size: var(--line);
	margin: 0 0 1.25rem
}

.teaser h3, .niche h3
{
	font-size: var(--thin);
	margin: 1.75rem 0 0.5rem
}

.niche p, .teaser p
{
	margin: 0 0 1rem
}

.teaser > :last-child, .niche > :last-child
{
	margin-bottom: 0
}

.niche a, .teaser a
{
	color: color-mix(in srgb, var(--main) 72%, var(--brand));
	text-underline-offset: 3px
}

.ledge2
{
	display: block
}

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

.ledge2 > .layer:not(.field):nth-of-type(odd)
{
	background: var(--lift)
}

.niche
{
	max-width: var(--cool)
}

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

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

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

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

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

.layer-list .niche 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(--main);
	color: var(--tile);
	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(--head);
	border-inline-start: 3px solid var(--lead);
	border-radius: 0 var(--edge) var(--edge) 0;
	background: var(--lift);
	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(--lead);
	font-size: 0.88rem;
	background: transparent;
	border-inline-start-color: var(--head)
}

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

.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(--head));
	border-radius: var(--plain);
	background: var(--band)
}

.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(--head);
	border-radius: 0;
	padding: 1rem 0 0
}

.niche blockquote, .teaser blockquote
{
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--main);
	border-radius: 0 var(--edge) var(--edge) 0;
	background: var(--lift);
	color: var(--lead);
	font-size: 0.95rem
}

.teaser blockquote p, .niche blockquote p
{
	margin: 0 0 0.6rem
}

.teaser blockquote > :last-child, .niche blockquote > :last-child
{
	margin-bottom: 0
}

.teaser blockquote strong, .niche blockquote strong
{
	color: var(--brand)
}

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

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

.layer-table .niche
{
	max-width: none;
	overflow-x: auto
}

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

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

.niche thead th
{
	background: color-mix(in srgb, var(--main) 16%, var(--lift));
	color: var(--brand);
	font-weight: 700;
	white-space: nowrap
}

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

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

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

.entry-last
{
	border: 1px solid var(--head);
	border-radius: var(--plain);
	box-shadow: var(--frame);
	width: 100%
}

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

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

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

.seam-off a
{
	color: var(--main);
	font-weight: 600
}

.body2
{
	text-align: center
}

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

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

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

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

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

.field .region
{
	grid-area: title;
	color: #ffffff
}

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

.field .teaser
{
	margin-bottom: 1.5rem
}

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

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

.track .tag
{
	width: 100%
}

.track-narrow
{
	display: grid;
	place-items: center;
	min-height: 74px;
	padding: 0.9rem 1.25rem;
	background: color-mix(in srgb, var(--main) 22%, var(--warm));
	color: var(--brand);
	border-bottom: 3px solid var(--main)
}

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

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

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

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

.track-dark
{
	font-size: var(--line);
	font-weight: 800;
	line-height: 1.15;
	color: var(--brand);
	margin: 0;
	text-wrap: balance
}

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

.column
{
	padding-block: 1.5rem
}

.banner
{
	border: 1px solid var(--head);
	border-radius: var(--plain);
	background: var(--band);
	padding: 0.5rem 1.1rem
}

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

.banner-foot::-webkit-details-marker
{
	display: none
}

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

.banner[open] .banner-foot::before
{
	transform: rotate(-135deg)
}

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

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

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

.banner-bold a:hover
{
	color: var(--brand)
}

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

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

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

.batch-image
{
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--lift)
}

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

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

.batch-info
{
	font-weight: 600;
	color: var(--brand);
	line-height: 1.3;
	margin: 0
}

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

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

.gutter
{
	background: var(--warm);
	border: 1px solid var(--head);
	border-radius: var(--plain);
	padding: 1.1rem 1.2rem
}

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

.gutter-first
{
	font-weight: 700;
	color: var(--brand)
}

.gutter-flat
{
	color: var(--main);
	font-weight: 700;
	white-space: nowrap
}

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

.set-large
{
	display: grid;
	gap: 0.5rem;
	max-width: var(--cool)
}

.set-figure
{
	border: 1px solid var(--head);
	border-radius: var(--edge);
	background: var(--band);
	padding: 0 1.1rem
}

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

.set-less::-webkit-details-marker
{
	display: none
}

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

.set-figure[open] .set-less::before
{
	content: "−"
}

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

.set-dark > :first-child
{
	margin-top: 0
}

.set-dark > :last-child
{
	margin-bottom: 0
}

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

.container-large
{
	margin: 0;
	font-size: var(--thin);
	font-weight: 800;
	color: var(--brand);
	text-wrap: balance
}

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

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

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

.trail-sub
{
	margin-inline-end: auto;
	font-weight: 700;
	color: var(--brand)
}

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

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

.trail-icon:empty
{
	display: none
}

.trail-icon a
{
	text-decoration: none
}

.trail-icon a:hover
{
	text-decoration: underline
}

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

.trail-foot p
{
	margin: 0
}

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

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

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

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

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

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

.step .tag
{
	margin-inline-start: auto;
	flex-shrink: 0
}

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

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

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

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

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

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

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

	.grille-foot
	{
		flex-wrap: nowrap
	}

	.grille-flat .tag-cell, .caption, .floor
	{
		display: none
	}

	.floor + .grille-flat
	{
		margin-inline-start: auto
	}

	.loop
	{
		display: block;
		order: 3
	}

	.grille-flat
	{
		margin-inline-start: auto
	}

	.grille-flat .tag
	{
		padding: 0.5rem 0.8rem;
		font-size: 0.9rem
	}

	.layer
	{
		padding-block: 1.75rem
	}

	.track-link, .container
	{
		padding: 1.15rem
	}

	.field-meta .tag-image, .container .tag-image
	{
		width: 100%
	}

	.step-lead
	{
		display: none
	}

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

}
