:root
{
 --paper: #0b1220;
 --flat: #dfe5f0;
 --flow: #ffffff;
 --band: #ffb300;
 --size: #111111;
 --soft: #d99700;
 --plain: #070b16;
 --tone: #ffffff;
 --body: color-mix(in srgb, var(--flat) 6%, var(--paper));
 --edge: color-mix(in srgb, var(--flat) 3%, var(--paper));
 --depth: color-mix(in srgb, var(--flat) 18%, var(--paper));
 --head: color-mix(in srgb, var(--flat) 68%, var(--paper));
 --field: 1160px;
 --core: 78ch;
 --cool: 14px;
 --bold: 8px;
 --brand: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
 --ink: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
 --shell: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
 --dim: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
 --deep: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}

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

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

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

a
{
 color: inherit
}

.row
{
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--plain);
 color: var(--tone)
}

.ring__large, .shelf__bold, .lattice__dark, .row__icon, .pocket__less
{
 width: min(100% - 2rem, var(--field));
 margin-inline: auto
}

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

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

.slab 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(--bold);
 text-decoration: none;
 color: inherit;
 opacity: 0.82;
 white-space: nowrap;
 font-size: 0.92rem
}

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

.listing:empty
{
 display: none
}

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

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

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

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

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

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

.figure__outer span
{
 position: relative
}

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

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

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

.figure__line a
{
 padding: 0.6rem 0.7rem;
 border-radius: var(--bold);
 text-decoration: none;
 color: var(--tone)
}

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

.figure__line .stack
{
 margin-top: 0.4rem;
 color: var(--tone);
 border-color: color-mix(in srgb, var(--tone) 40%, transparent)
}

.row .stack_shut
{
 color: inherit;
 border-color: color-mix(in srgb, var(--tone) 45%, transparent)
}

.row .stack_shut:hover
{
 background: color-mix(in srgb, var(--tone) 14%, transparent)
}

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

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

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

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

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

.stack
{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.4rem;
 border: 1px solid var(--lift, transparent);
 border-radius: var(--bold);
 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(--size);
 transition: background-color 0.15s ease, transform 0.05s ease
}

.stack:hover
{
 background: var(--soft)
}

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

.stack_shut
{
 background: transparent;
 color: var(--flow);
 border-color: var(--depth)
}

.stack_shut:hover
{
 background: var(--body)
}

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

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

.district, .marker h3, .lattice__top, .marker h2, .chunk h3, .chunk h2
{
 color: var(--flow);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance
}

.district
{
 font-size: var(--deep);
 margin: 0 0 1rem
}

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

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

.marker p, .chunk p
{
 margin: 0 0 1rem
}

.chunk > :last-child, .marker > :last-child
{
 margin-bottom: 0
}

.marker a, .chunk a
{
 color: color-mix(in srgb, var(--band) 72%, var(--flow));
 text-underline-offset: 3px
}

.detail
{
 display: block
}

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

.detail > .lattice:not(.pocket):nth-of-type(odd)
{
 background: var(--body)
}

.chunk
{
 max-width: var(--core)
}

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

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

.lattice_list .chunk 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)
}

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

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

.lattice_list .chunk 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(--size);
 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(--head);
 border-radius: 0 var(--bold) var(--bold) 0;
 background: var(--body);
 font-size: 0.95rem
}

.note p
{
 margin: 0 0 0.6rem
}

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

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

.note--disclosure
{
 color: var(--head);
 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(--paper))
}

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

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

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

.marker blockquote, .chunk blockquote
{
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--band);
 border-radius: 0 var(--bold) var(--bold) 0;
 background: var(--body);
 color: var(--head);
 font-size: 0.95rem
}

.chunk blockquote p, .marker blockquote p
{
 margin: 0 0 0.6rem
}

.chunk blockquote > :last-child, .marker blockquote > :last-child
{
 margin-bottom: 0
}

.marker blockquote strong, .chunk blockquote strong
{
 color: var(--flow)
}

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

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

.lattice_table .chunk
{
 max-width: none;
 overflow-x: auto
}

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

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

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

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

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

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

.well__stub
{
 border: 1px solid var(--depth);
 border-radius: var(--cool);
 box-shadow: var(--brand);
 width: 100%
}

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

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

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

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

.band
{
 text-align: center
}

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

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

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

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

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

.pocket .district
{
 grid-area: title;
 color: #ffffff
}

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

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

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

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

.weave .stack
{
 width: 100%
}

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

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

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

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

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

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

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

.loop
{
 padding-block: 1.5rem
}

.module
{
 border: 1px solid var(--depth);
 border-radius: var(--cool);
 background: var(--edge);
 padding: 0.5rem 1.1rem
}

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

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

.module__large::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
}

.module[open] .module__large::before
{
 transform: rotate(-135deg)
}

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

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

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

.module__plain a:hover
{
 color: var(--flow)
}

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

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

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

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

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

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

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

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

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

.ramp
{
 background: var(--paper);
 border: 1px solid var(--depth);
 border-radius: var(--cool);
 padding: 1.1rem 1.2rem
}

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

.ramp__side
{
 font-weight: 700;
 color: var(--flow)
}

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

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

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

.teaser__cell
{
 border: 1px solid var(--depth);
 border-radius: var(--bold);
 background: var(--edge);
 padding: 0 1.1rem
}

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

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

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

.teaser__cell[open] .teaser__line::before
{
 content: "−"
}

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

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

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

.deck
{
 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(--band) 12%, var(--body));
 border: 1px solid color-mix(in srgb, var(--band) 35%, var(--depth))
}

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

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

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

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

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

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

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

.shelf__meta:empty
{
 display: none
}

.shelf__meta a
{
 text-decoration: none
}

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

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

.shelf__top p
{
 margin: 0
}

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

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

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

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

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

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

.route .stack
{
 margin-inline-start: auto;
 flex-shrink: 0
}

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

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

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

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

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

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

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

 .row__icon
 {
  flex-wrap: nowrap
 }

 .ring, .row__cell .stack_shut, .listing
 {
  display: none
 }

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

 .figure
 {
  display: block;
  order: 3
 }

 .row__cell
 {
  margin-inline-start: auto
 }

 .row__cell .stack
 {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem
 }

 .lattice
 {
  padding-block: 1.75rem
 }

 .deck, .weave__dark
 {
  padding: 1.15rem
 }

 .deck .stack_lead, .pocket__lead .stack_lead
 {
  width: 100%
 }

 .route__sub
 {
  display: none
 }

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

}
