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

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

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

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

a {
	color:inherit
}

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

.row__shut, .chunk__cell, .badge__alt, .tag__copy, .detail__alt {
	width:min(100% - 2rem, var(--flat));
	margin-inline:auto
}

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

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

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

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

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

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

.span:empty {
	display:none
}

.span:empty + .chunk__open {
	margin-inline-start:auto
}

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

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

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

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

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

.summary__large span {
	position:relative
}

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

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

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

.summary__info a {
	padding:0.6rem 0.7rem;
	border-radius:var(--flow);
	text-decoration:none;
	color:var(--stroke)
}

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

.summary__info .zone {
	margin-top:0.4rem;
	color:var(--stroke);
	border-color:color-mix(in srgb, var(--stroke) 40%, transparent)
}

.chunk .zone--foot {
	color:inherit;
	border-color:color-mix(in srgb, var(--stroke) 45%, transparent)
}

.chunk .zone--foot:hover {
	background:color-mix(in srgb, var(--stroke) 14%, transparent)
}

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

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

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

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

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

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

.zone:hover {
	background:var(--wide)
}

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

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

.zone--foot:hover {
	background:var(--dim)
}

.zone--outer {
	padding:0.9rem 1.8rem;
	font-size:var(--shell)
}

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

.bay, .badge__dark, .listing h2, .slab h2, .slab h3, .listing h3 {
	color:var(--fill);
	line-height:1.18;
	letter-spacing:-0.02em;
	text-wrap:balance
}

.bay {
	font-size:var(--alt);
	margin:0 0 1rem
}

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

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

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

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

.listing a, .slab a {
	color:color-mix(in srgb, var(--round) 72%, var(--fill));
	text-underline-offset:3px
}

.box {
	display:block
}

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

.box > .badge:not(.row):nth-of-type(odd) {
	background:var(--dim)
}

.listing {
	max-width:var(--edge)
}

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

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

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

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

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

.badge--list .listing 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(--round);
	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(--zone);
	border-inline-start:3px solid var(--card);
	border-radius:0 var(--flow) var(--flow) 0;
	background:var(--dim);
	font-size:0.95rem
}

.note p {
	margin:0 0 0.6rem
}

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

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

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

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

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

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

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

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

.listing blockquote, .slab blockquote {
	margin:1.25rem 0;
	padding:1rem 1.25rem;
	border-inline-start:3px solid var(--round);
	border-radius:0 var(--flow) var(--flow) 0;
	background:var(--dim);
	color:var(--card);
	font-size:0.95rem
}

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

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

.slab blockquote strong, .listing blockquote strong {
	color:var(--fill)
}

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

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

.badge--table .listing {
	max-width:none;
	overflow-x:auto
}

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

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

.listing thead th {
	background:color-mix(in srgb, var(--round) 16%, var(--dim));
	color:var(--fill);
	font-weight:700;
	white-space:nowrap
}

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

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

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

.tile__bold {
	border:1px solid var(--zone);
	border-radius:var(--lift);
	box-shadow:var(--core);
	width:100%
}

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

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

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

.chip__lead a {
	color:var(--round);
	font-weight:600
}

.article {
	text-align:center
}

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

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

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

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

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

.row .bay {
	grid-area:title;
	color:#fff
}

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

.row .slab {
	margin-bottom:1.5rem
}

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

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

.pill .zone {
	width:100%
}

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

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

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

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

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

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

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

.promo {
	padding-block:1.5rem
}

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

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

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

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

.holder[open] .holder__outer::before {
	transform:rotate(-135deg)
}

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

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

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

.holder__stub a:hover {
	color:var(--fill)
}

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

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

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

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

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

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

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

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

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

.wrapper {
	background:var(--line);
	border:1px solid var(--zone);
	border-radius:var(--lift);
	padding:1.1rem 1.2rem
}

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

.wrapper__bottom {
	font-weight:700;
	color:var(--fill)
}

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

.wrapper__light {
	margin:0;
	color:var(--card)
}

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

.unit__bottom {
	border:1px solid var(--zone);
	border-radius:var(--flow);
	background:var(--brand);
	padding:0 1.1rem
}

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

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

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

.unit__bottom[open] .unit__wide::before {
	content:"−"
}

.unit__flat {
	color:var(--card);
	padding-bottom:1rem
}

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

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

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

.column__soft {
	margin:0;
	font-size:var(--shell);
	font-weight:800;
	color:var(--fill);
	text-wrap:balance
}

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

.tag {
	border-top:1px solid var(--zone);
	background:var(--dim);
	color:var(--card);
	padding-block:2rem 6rem
}

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

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

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

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

.tag__cell:empty {
	display:none
}

.tag__cell a {
	text-decoration:none
}

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

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

.tag__first p {
	margin:0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.chunk__cell {
		flex-wrap:nowrap
	}

	.chunk__open .zone--foot, .detail, .span {
		display:none
	}

	.span + .chunk__open {
		margin-inline-start:auto
	}

	.summary {
		display:block;
		order:3
	}

	.chunk__open {
		margin-inline-start:auto
	}

	.chunk__open .zone {
		padding:0.5rem 0.8rem;
		font-size:0.9rem
	}

	.badge {
		padding-block:1.75rem
	}

	.column, .pill__bold {
		padding:1.15rem
	}

	.column .zone--outer, .row__flat .zone--outer {
		width:100%
	}

	.segment__view {
		display:none
	}

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

}
