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

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

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

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

a
{
 color: inherit;
}

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

.holder__soft, .branch__alt, .tag__foot, .lane__line, .circuit__dark
{
 width: min(100% - 2rem, var(--body));
 margin-inline: auto;
}

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

.box
{
 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;
}

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

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

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

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

.frame:empty
{
 display: none;
}

.frame:empty + .lane__view
{
 margin-inline-start: auto;
}

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

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

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

.ridge__copy::-webkit-details-marker
{
 display: none;
}

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

.ridge__copy span
{
 position: relative;
}

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

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

.ridge__flat
{
 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(--size) 20%, transparent);
 border-radius: var(--space);
 box-shadow: var(--flat);
}

.ridge__flat a
{
 padding: 0.6rem 0.7rem;
 border-radius: var(--soft);
 text-decoration: none;
 color: var(--size);
}

.ridge__flat a:hover
{
 background: color-mix(in srgb, var(--size) 12%, transparent);
}

.ridge__flat .row
{
 margin-top: 0.4rem;
 color: var(--size);
 border-color: color-mix(in srgb, var(--size) 40%, transparent);
}

.lane .row_wide
{
 color: inherit;
 border-color: color-mix(in srgb, var(--size) 45%, transparent);
}

.lane .row_wide:hover
{
 background: color-mix(in srgb, var(--size) 14%, transparent);
}

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

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

.branch__alt::-webkit-scrollbar
{
 display: none;
}

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

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

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

.row:hover
{
 background: var(--head);
}

.row:active
{
 transform: translateY(1px);
}

.row_wide
{
 background: transparent;
 color: var(--line);
 border-color: var(--depth);
}

.row_wide:hover
{
 background: var(--tile);
}

.row_view
{
 padding: 0.9rem 1.8rem;
 font-size: var(--flow);
}

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

.loop h3, .ceiling, .loop h2, .tract h2, .circuit__image, .tract h3
{
 color: var(--line);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}

.ceiling
{
 font-size: var(--warm);
 margin: 0 0 1rem;
}

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

.tract h3, .loop h3
{
 font-size: var(--flow);
 margin: 1.75rem 0 0.5rem;
}

.tract p, .loop p
{
 margin: 0 0 1rem;
}

.loop > :last-child, .tract > :last-child
{
 margin-bottom: 0;
}

.tract a, .loop a
{
 color: color-mix(in srgb, var(--band) 72%, var(--line));
 text-underline-offset: 3px;
}

.step
{
 display: block;
}

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

.step > .circuit:not(.holder):nth-of-type(odd)
{
 background: var(--tile);
}

.loop
{
 max-width: var(--lift);
}

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

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

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

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

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

.circuit_list .loop 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(--band);
 color: var(--main);
 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(--depth);
 border-inline-start: 3px solid var(--zone);
 border-radius: 0 var(--soft) var(--soft) 0;
 background: var(--tile);
 font-size: 0.95rem;
}

.note p
{
 margin: 0 0 0.6rem;
}

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

.note strong
{
 color: var(--line);
}

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

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

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

.note--rg
{
 border: 1px solid color-mix(in srgb, var(--line) 30%, var(--depth));
 border-radius: var(--space);
 background: var(--base);
}

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

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

.loop blockquote, .tract blockquote
{
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--band);
 border-radius: 0 var(--soft) var(--soft) 0;
 background: var(--tile);
 color: var(--zone);
 font-size: 0.95rem;
}

.tract blockquote p, .loop blockquote p
{
 margin: 0 0 0.6rem;
}

.loop blockquote > :last-child, .tract blockquote > :last-child
{
 margin-bottom: 0;
}

.loop blockquote strong, .tract blockquote strong
{
 color: var(--line);
}

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

.loop table
{
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--base);
 border: 1px solid var(--depth);
 border-radius: var(--space);
 overflow: hidden;
}

.circuit_table .loop
{
 max-width: none;
 overflow-x: auto;
}

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

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

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

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

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

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

.ribbon__plain
{
 border: 1px solid var(--depth);
 border-radius: var(--space);
 box-shadow: var(--flat);
 width: 100%;
}

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

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

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

.group__lead a
{
 color: var(--band);
 font-weight: 600;
}

.belt
{
 text-align: center;
}

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

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

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

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

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

.holder .ceiling
{
 grid-area: title;
 color: #ffffff;
}

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

.holder .tract
{
 margin-bottom: 1.5rem;
}

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

.chain
{
 grid-area: offer;
 background: var(--wide);
 border: 1px solid color-mix(in srgb, var(--band) 40%, var(--depth));
 border-radius: var(--space);
 box-shadow: var(--flat);
 overflow: hidden;
 align-self: start;
}

.chain .row
{
 width: 100%;
}

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

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

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

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

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

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

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

.folder
{
 padding-block: 1.5rem;
}

.wing
{
 border: 1px solid var(--depth);
 border-radius: var(--space);
 background: var(--base);
 padding: 0.5rem 1.1rem;
}

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

.wing__lead::-webkit-details-marker
{
 display: none;
}

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

.wing[open] .wing__lead::before
{
 transform: rotate(-135deg);
}

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

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

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

.wing__sub a:hover
{
 color: var(--line);
}

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

.seam
{
 display: flex;
 flex-direction: column;
 background: var(--base);
 border: 1px solid var(--depth);
 border-radius: var(--space);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease;
}

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

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

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

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

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

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

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

.root
{
 background: var(--wide);
 border: 1px solid var(--depth);
 border-radius: var(--space);
 padding: 1.1rem 1.2rem;
}

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

.root__small
{
 font-weight: 700;
 color: var(--line);
}

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

.root__view
{
 margin: 0;
 color: var(--zone);
}

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

.region__link
{
 border: 1px solid var(--depth);
 border-radius: var(--soft);
 background: var(--base);
 padding: 0 1.1rem;
}

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

.region__thumb::-webkit-details-marker
{
 display: none;
}

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

.region__link[open] .region__thumb::before
{
 content: "−";
}

.region__bottom
{
 color: var(--zone);
 padding-bottom: 1rem;
}

.region__bottom > :first-child
{
 margin-top: 0;
}

.region__bottom > :last-child
{
 margin-bottom: 0;
}

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

.pill__line
{
 margin: 0;
 font-size: var(--flow);
 font-weight: 800;
 color: var(--line);
 text-wrap: balance;
}

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

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

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

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

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

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

.tag__shut:empty
{
 display: none;
}

.tag__shut a
{
 text-decoration: none;
}

.tag__shut a:hover
{
 text-decoration: underline;
}

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

.tag__view p
{
 margin: 0;
}

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

.orbit
{
 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;
}

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

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

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

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

.roof .row
{
 margin-inline-start: auto;
 flex-shrink: 0;
}

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

 .ribbon
 {
  grid-template-columns: 1fr;
 }

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

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

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

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

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

 .lane__line
 {
  flex-wrap: nowrap;
 }

 .lane__view .row_wide, .branch, .frame
 {
  display: none;
 }

 .frame + .lane__view
 {
  margin-inline-start: auto;
 }

 .ridge
 {
  display: block;
  order: 3;
 }

 .lane__view
 {
  margin-inline-start: auto;
 }

 .lane__view .row
 {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }

 .circuit
 {
  padding-block: 1.75rem;
 }

 .pill, .chain__top
 {
  padding: 1.15rem;
 }

 .holder__icon .row_view, .pill .row_view
 {
  width: 100%;
 }

 .roof__copy
 {
  display: none;
 }

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

}
