:root
{
  --tone: #0b1220;
  --paper: #dfe5f0;
  --zone: #fff;
  --foot: #ffb300;
  --lead: #111;
  --band: #d99700;
  --plain: #070b16;
  --flow: #fff;
  --head: color-mix(in srgb, var(--paper) 6%, var(--tone));
  --wide: color-mix(in srgb, var(--paper) 3%, var(--tone));
  --round: color-mix(in srgb, var(--paper) 18%, var(--tone));
  --brand: color-mix(in srgb, var(--paper) 68%, var(--tone));
  --thin: 1160px;
  --depth: 78ch;
  --space: 14px;
  --field: 8px;
  --ink: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
  --size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  --base: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
  --flat: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
  --deep: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}
*::after, *::before, *
{
  box-sizing: border-box;
}
body
{
  margin: 0;
  background: var(--tone);
  color: var(--paper);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: var(--size);
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
img
{
  max-width: 100%;
  height: auto;
  display: block;
}
a
{
  color: inherit;
}
.district
{
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--plain);
  color: var(--flow);
}
.floor__bold, .ring__light, .patch__lead, .district__flat, .braid__figure
{
  width: min(100% - 2rem, var(--thin));
  margin-inline: auto;
}
.district__flat
{
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 60px;
  padding-block: 0.5rem;
}
.footer2
{
  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;
}
.footer2 img
{
  height: 32px;
  width: auto;
  object-fit: contain;
}
.quarter
{
  display: flex;
  gap: 0.15rem;
  margin-inline-end: auto;
  min-width: 0;
}
.quarter a
{
  padding: 0.4rem 0.7rem;
  border-radius: var(--field);
  text-decoration: none;
  color: inherit;
  opacity: 0.82;
  white-space: nowrap;
  font-size: 0.92rem;
}
.quarter a:hover
{
  background: color-mix(in srgb, var(--flow) 14%, transparent);
  opacity: 1;
}
.quarter:empty
{
  display: none;
}
.quarter:empty + .district__dark
{
  margin-inline-start: auto;
}
.district__dark
{
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.route
{
  display: none;
  position: relative;
  flex-shrink: 0;
}
.route__foot
{
  list-style: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--flow) 40%, transparent);
  border-radius: var(--field);
}
.route__foot::-webkit-details-marker
{
  display: none;
}
.route__foot span, .route__foot span::after, .route__foot span::before
{
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.route__foot span
{
  position: relative;
}
.route__foot span::before
{
  position: absolute;
  top: -6px;
}
.route__foot span::after
{
  position: absolute;
  top: 6px;
}
.route__outer
{
  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(--flow) 20%, transparent);
  border-radius: var(--space);
  box-shadow: var(--ink);
}
.route__outer a
{
  padding: 0.6rem 0.7rem;
  border-radius: var(--field);
  text-decoration: none;
  color: var(--flow);
}
.route__outer a:hover
{
  background: color-mix(in srgb, var(--flow) 12%, transparent);
}
.route__outer .listing
{
  margin-top: 0.4rem;
  color: var(--flow);
  border-color: color-mix(in srgb, var(--flow) 40%, transparent);
}
.district .listing--top
{
  color: inherit;
  border-color: color-mix(in srgb, var(--flow) 45%, transparent);
}
.district .listing--top:hover
{
  background: color-mix(in srgb, var(--flow) 14%, transparent);
}
.floor
{
  background: color-mix(in srgb, var(--flow) 8%, var(--plain));
  border-top: 1px solid color-mix(in srgb, var(--flow) 12%, transparent);
  font-size: 0.9rem;
}
.floor__bold
{
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.floor__bold::-webkit-scrollbar
{
  display: none;
}
.floor a
{
  padding: 0.55rem 0.7rem;
  text-decoration: none;
  color: var(--flow);
  opacity: 0.8;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.floor a:hover
{
  opacity: 1;
  border-bottom-color: var(--foot);
}
.listing
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid var(--line, transparent);
  border-radius: var(--field);
  padding: 0.6rem 1.1rem;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: var(--foot);
  color: var(--lead);
  transition: background-color 0.15s ease, transform 0.05s ease;
}
.listing:hover
{
  background: var(--band);
}
.listing:active
{
  transform: translateY(1px);
}
.listing--top
{
  background: transparent;
  color: var(--zone);
  border-color: var(--round);
}
.listing--top:hover
{
  background: var(--head);
}
.listing--small
{
  padding: 0.9rem 1.8rem;
  font-size: var(--base);
}
:focus-visible
{
  outline: 2px solid var(--foot);
  outline-offset: 2px;
}
.sector h2, .step, .weave h3, .weave h2, .sector h3, .patch__flat
{
  color: var(--zone);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.step
{
  font-size: var(--deep);
  margin: 0 0 1rem;
}
.patch__flat
{
  font-size: var(--flat);
  margin: 0 0 1.25rem;
}
.sector h3, .weave h3
{
  font-size: var(--base);
  margin: 1.75rem 0 0.5rem;
}
.weave p, .sector p
{
  margin: 0 0 1rem;
}
.sector > :last-child, .weave > :last-child
{
  margin-bottom: 0;
}
.weave a, .sector a
{
  color: color-mix(in srgb, var(--foot) 72%, var(--zone));
  text-underline-offset: 3px;
}
.trail
{
  display: block;
}
.patch
{
  padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
  scroll-margin-top: 72px;
}
.trail > .patch:not(.braid):nth-of-type(odd)
{
  background: var(--head);
}
.sector
{
  max-width: var(--depth);
}
.patch--list .sector ul
{
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.5rem;
}
.patch--list .sector ul > li
{
  position: relative;
  padding-inline-start: 1.9rem;
  padding-block: 0.15rem;
}
.patch--list .sector 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(--foot);
  border-bottom: 2px solid var(--foot);
  transform: rotate(-45deg);
}
.patch--list .sector ol
{
  counter-reset: step;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}
.patch--list .sector ol > li
{
  counter-increment: step;
  position: relative;
  padding-inline-start: 2.6rem;
}
.patch--list .sector 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(--foot);
  color: var(--lead);
  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(--round);
  border-inline-start: 3px solid var(--brand);
  border-radius: 0 var(--field) var(--field) 0;
  background: var(--head);
  font-size: 0.95rem;
}
.note p
{
  margin: 0 0 0.6rem;
}
.note > :last-child
{
  margin-bottom: 0;
}
.note strong
{
  color: var(--zone);
}
.note--disclosure
{
  color: var(--brand);
  font-size: 0.88rem;
  background: transparent;
  border-inline-start-color: var(--round);
}
.note--warning
{
  border-inline-start-color: var(--foot);
  background: color-mix(in srgb, var(--foot) 10%, var(--tone));
}
.note--takeaway
{
  font-variant-numeric: tabular-nums;
  border-inline-start-color: var(--zone);
}
.note--rg
{
  border: 1px solid color-mix(in srgb, var(--zone) 30%, var(--round));
  border-radius: var(--space);
  background: var(--wide);
}
.note--rg a
{
  font-weight: 600;
}
.note--independent
{
  margin-top: 2.5rem;
  font-size: 0.85rem;
  color: var(--brand);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--round);
  border-radius: 0;
  padding: 1rem 0 0;
}
.sector blockquote, .weave blockquote
{
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid var(--foot);
  border-radius: 0 var(--field) var(--field) 0;
  background: var(--head);
  color: var(--brand);
  font-size: 0.95rem;
}
.sector blockquote p, .weave blockquote p
{
  margin: 0 0 0.6rem;
}
.sector blockquote > :last-child, .weave blockquote > :last-child
{
  margin-bottom: 0;
}
.weave blockquote strong, .sector blockquote strong
{
  color: var(--zone);
}
.sector hr
{
  border: 0;
  border-top: 1px solid var(--round);
  margin: 2rem 0;
}
.sector table
{
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  background: var(--wide);
  border: 1px solid var(--round);
  border-radius: var(--space);
  overflow: hidden;
}
.patch--table .sector
{
  max-width: none;
  overflow-x: auto;
}
.sector th, .sector td
{
  border-bottom: 1px solid var(--round);
  padding: 0.7rem 0.9rem;
  text-align: start;
  vertical-align: top;
}
.sector caption
{
  caption-side: top;
  text-align: start;
  padding: 0 0 0.6rem;
  font-weight: 700;
  color: var(--zone);
}
.sector thead th
{
  background: color-mix(in srgb, var(--foot) 16%, var(--head));
  color: var(--zone);
  font-weight: 700;
  white-space: nowrap;
}
.sector tbody tr:last-child td
{
  border-bottom: 0;
}
.sector tbody tr:nth-child(even)
{
  background: color-mix(in srgb, var(--paper) 3%, transparent);
}
.loop
{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
  gap: 2rem;
  align-items: start;
}
.loop__last
{
  border: 1px solid var(--round);
  border-radius: var(--space);
  box-shadow: var(--ink);
  width: 100%;
}
.braid
{
  position: relative;
  padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
  background: var(--plain);
  isolation: isolate;
}
.braid::before
{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--fill, none);
  background-size: cover;
  background-position: center;
}
.wall__narrow
{
  margin-top: 1.25rem;
  text-align: center;
}
.wall__narrow a
{
  color: var(--foot);
  font-weight: 600;
}
.block2
{
  text-align: center;
}
.block2__flat
{
  font-size: clamp(3.5rem, 12vw, 6rem);
  line-height: 1;
  font-weight: 800;
  color: var(--foot);
  margin-bottom: 0.5rem;
}
.block2__off
{
  max-width: 46ch;
  margin-inline: auto;
  color: var(--brand);
}
.block2__less
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
@media (max-width: 700px) {
  .braid::before
  {
    background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--edge, var(--fill, none));
  }
}
.braid__figure
{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
  grid-template-areas: "title offer" "text offer";
  align-content: start;
  gap: 0 2rem;
}
.braid .step
{
  grid-area: title;
  color: #fff;
}
.braid__shut
{
  grid-area: text;
  color: #f2f4f8;
  max-width: 62ch;
}
.braid .weave
{
  margin-bottom: 1.5rem;
}
.braid__flat
{
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  opacity: 0.75;
}
.ramp
{
  grid-area: offer;
  background: var(--tone);
  border: 1px solid color-mix(in srgb, var(--foot) 40%, var(--round));
  border-radius: var(--space);
  box-shadow: var(--ink);
  overflow: hidden;
  align-self: start;
}
.ramp .listing
{
  width: 100%;
}
.ramp__sub
{
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 0.9rem 1.25rem;
  background: color-mix(in srgb, var(--foot) 22%, var(--tone));
  color: var(--zone);
  border-bottom: 3px solid var(--foot);
}
.ramp__sub img
{
  height: 42px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.ramp__on
{
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.25rem;
  text-align: center;
}
.ramp__dark
{
  font-weight: 800;
  font-size: var(--base);
  color: inherit;
  text-align: center;
}
.ramp__view
{
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--brand);
  margin: 0;
}
.ramp__soft
{
  font-size: var(--flat);
  font-weight: 800;
  line-height: 1.15;
  color: var(--zone);
  margin: 0;
  text-wrap: balance;
}
.ramp__side
{
  font-size: 0.8rem;
  color: var(--brand);
  margin: 0;
}
.track
{
  padding-block: 1.5rem;
}
.basket
{
  border: 1px solid var(--round);
  border-radius: var(--space);
  background: var(--wide);
  padding: 0.5rem 1.1rem;
}
.basket__lead
{
  cursor: pointer;
  font-weight: 700;
  color: var(--zone);
  padding-block: 0.6rem;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.basket__lead::-webkit-details-marker
{
  display: none;
}
.basket__lead::before
{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-inline-end: 2px solid var(--foot);
  border-bottom: 2px solid var(--foot);
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}
.basket[open] .basket__lead::before
{
  transform: rotate(-135deg);
}
.basket__narrow
{
  columns: 2;
  gap: 2rem;
  margin: 0 0 0.75rem;
  padding-inline-start: 1.2rem;
  font-size: 0.95rem;
}
.basket__narrow li
{
  break-inside: avoid;
  margin-bottom: 0.3rem;
}
.basket__narrow a
{
  color: var(--brand);
  text-underline-offset: 3px;
}
.basket__narrow a:hover
{
  color: var(--zone);
}
.batch
{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.binder
{
  display: flex;
  flex-direction: column;
  background: var(--wide);
  border: 1px solid var(--round);
  border-radius: var(--space);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.binder:hover
{
  border-color: var(--foot);
  transform: translateY(-2px);
}
.binder__meta
{
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--head);
}
.binder__meta img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.binder__line
{
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.85rem;
  margin-top: auto;
}
.binder__copy
{
  font-weight: 600;
  color: var(--zone);
  line-height: 1.3;
  margin: 0;
}
.binder .listing
{
  width: 100%;
  padding-block: 0.5rem;
  font-size: 0.95rem;
}
.grille__small
{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ledge
{
  background: var(--tone);
  border: 1px solid var(--round);
  border-radius: var(--space);
  padding: 1.1rem 1.2rem;
}
.ledge__wide
{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.ledge__stub
{
  font-weight: 700;
  color: var(--zone);
}
.ledge__outer
{
  color: var(--foot);
  font-weight: 700;
  white-space: nowrap;
}
.ledge__view
{
  margin: 0;
  color: var(--brand);
}
.wrap__on
{
  display: grid;
  gap: 0.5rem;
  max-width: var(--depth);
}
.wrap__stub
{
  border: 1px solid var(--round);
  border-radius: var(--field);
  background: var(--wide);
  padding: 0 1.1rem;
}
.wrap__last
{
  cursor: pointer;
  font-weight: 600;
  color: var(--zone);
  padding-block: 0.9rem;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.wrap__last::-webkit-details-marker
{
  display: none;
}
.wrap__last::before
{
  content: "+";
  color: var(--foot);
  font-weight: 700;
  line-height: 1.4;
  flex-shrink: 0;
}
.wrap__stub[open] .wrap__last::before
{
  content: "−";
}
.wrap__top
{
  color: var(--brand);
  padding-bottom: 1rem;
}
.wrap__top > :first-child
{
  margin-top: 0;
}
.wrap__top > :last-child
{
  margin-bottom: 0;
}
.wrapper
{
  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(--foot) 12%, var(--head));
  border: 1px solid color-mix(in srgb, var(--foot) 35%, var(--round));
}
.wrapper__small
{
  margin: 0;
  font-size: var(--base);
  font-weight: 800;
  color: var(--zone);
  text-wrap: balance;
}
.wrapper__off
{
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  color: var(--brand);
}
.ring
{
  border-top: 1px solid var(--round);
  background: var(--head);
  color: var(--brand);
  padding-block: 2rem 6rem;
}
.ring__light
{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--round);
}
.ring__last
{
  margin-inline-end: auto;
  font-weight: 700;
  color: var(--zone);
}
.ring__last img
{
  height: 32px;
  width: auto;
  object-fit: contain;
}
.ring__plain
{
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}
.ring__plain:empty
{
  display: none;
}
.ring__plain a
{
  text-decoration: none;
}
.ring__plain a:hover
{
  text-decoration: underline;
}
.ring__image
{
  width: min(100% - 2rem, var(--thin));
  margin-inline: auto;
  padding-top: 1.25rem;
  font-size: 0.85rem;
  display: grid;
  gap: 0.5rem;
}
.ring__image p
{
  margin: 0;
}
.ring__figure
{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.pill
{
  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;
}
.container
{
  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(--foot) 14%, var(--plain));
  color: var(--flow);
  border-top: 1px solid color-mix(in srgb, var(--foot) 45%, transparent);
}
.container__thumb
{
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}
.container__narrow
{
  font-weight: 800;
  color: var(--flow);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container__edge
{
  font-size: 0.75rem;
  opacity: 0.7;
}
.container .listing
{
  margin-inline-start: auto;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .braid__figure
  {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "offer" "text";
    gap: 1.25rem;
  }
  .loop
  {
    grid-template-columns: 1fr;
  }
  .loop__last
  {
    max-width: 260px;
    margin-inline: auto;
  }
}
@media (max-width: 700px) {
  .basket__narrow
  {
    columns: 1;
  }
  .batch
  {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 0.75rem;
  }
}
@media (max-width: 640px) {
  .district
  {
    position: static;
  }
  .district__flat
  {
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    padding-block: 0.6rem;
  }
  .district__flat
  {
    flex-wrap: nowrap;
  }
  .floor, .quarter, .district__dark .listing--top
  {
    display: none;
  }
  .quarter + .district__dark
  {
    margin-inline-start: auto;
  }
  .route
  {
    display: block;
    order: 3;
  }
  .district__dark
  {
    margin-inline-start: auto;
  }
  .district__dark .listing
  {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
  }
  .patch
  {
    padding-block: 1.75rem;
  }
  .ramp__on, .wrapper
  {
    padding: 1.15rem;
  }
  .wrapper .listing--small, .braid__shut .listing--small
  {
    width: 100%;
  }
  .container__edge
  {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before
  {
    transition: none !important;
  }
}
