:root
{
 --field: #0b1220;
 --round: #dfe5f0;
 --frame: #fff;
 --zone: #ffb300;
 --space: #111;
 --body: #d99700;
 --lead: #070b16;
 --main: #fff;
 --paper: color-mix(in srgb, var(--round) 6%, var(--field));
 --ink: color-mix(in srgb, var(--round) 3%, var(--field));
 --brand: color-mix(in srgb, var(--round) 18%, var(--field));
 --cool: color-mix(in srgb, var(--round) 68%, var(--field));
 --card: 1160px;
 --tone: 78ch;
 --shell: 14px;
 --flow: 8px;
 --size: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
 --wide: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
 --line: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
 --core: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
 --depth: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}
*::after, *::before, *
{
 box-sizing: border-box;
}
body
{
 margin: 0;
 background: var(--field);
 color: var(--round);
 font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
 font-size: var(--wide);
 line-height: 1.65;
 -webkit-text-size-adjust: 100%;
 overflow-wrap: break-word;
}
img
{
 max-width: 100%;
 height: auto;
 display: block;
}
a
{
 color: inherit;
}
.wrapper
{
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--lead);
 color: var(--main);
}
.district_flat, .trail_sub, .grille_meta, .wrapper_dark, .branch_image
{
 width: min(100% - 2rem, var(--card));
 margin-inline: auto;
}
.wrapper_dark
{
 display: flex;
 align-items: center;
 gap: 1.25rem;
 min-height: 60px;
 padding-block: 0.5rem;
}
.loop
{
 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;
}
.loop img
{
 height: 32px;
 width: auto;
 object-fit: contain;
}
.basket
{
 display: flex;
 gap: 0.15rem;
 margin-inline-end: auto;
 min-width: 0;
}
.basket 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;
}
.basket a:hover
{
 background: color-mix(in srgb, var(--main) 14%, transparent);
 opacity: 1;
}
.basket:empty
{
 display: none;
}
.basket:empty + .wrapper_outer
{
 margin-inline-start: auto;
}
.wrapper_outer
{
 display: flex;
 gap: 0.5rem;
 flex-shrink: 0;
}
.chunk
{
 display: none;
 position: relative;
 flex-shrink: 0;
}
.chunk_soft
{
 list-style: none;
 cursor: pointer;
 width: 40px;
 height: 40px;
 display: grid;
 place-items: center;
 border: 1px solid color-mix(in srgb, var(--main) 40%, transparent);
 border-radius: var(--flow);
}
.chunk_soft::-webkit-details-marker
{
 display: none;
}
.chunk_soft span::before, .chunk_soft span, .chunk_soft span::after
{
 content: "";
 display: block;
 width: 18px;
 height: 2px;
 background: currentColor;
 border-radius: 2px;
}
.chunk_soft span
{
 position: relative;
}
.chunk_soft span::before
{
 position: absolute;
 top: -6px;
}
.chunk_soft span::after
{
 position: absolute;
 top: 6px;
}
.chunk_bottom
{
 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(--lead);
 border: 1px solid color-mix(in srgb, var(--main) 20%, transparent);
 border-radius: var(--shell);
 box-shadow: var(--size);
}
.chunk_bottom a
{
 padding: 0.6rem 0.7rem;
 border-radius: var(--flow);
 text-decoration: none;
 color: var(--main);
}
.chunk_bottom a:hover
{
 background: color-mix(in srgb, var(--main) 12%, transparent);
}
.chunk_bottom .holder
{
 margin-top: 0.4rem;
 color: var(--main);
 border-color: color-mix(in srgb, var(--main) 40%, transparent);
}
.wrapper .holder_top
{
 color: inherit;
 border-color: color-mix(in srgb, var(--main) 45%, transparent);
}
.wrapper .holder_top:hover
{
 background: color-mix(in srgb, var(--main) 14%, transparent);
}
.trail
{
 background: color-mix(in srgb, var(--main) 8%, var(--lead));
 border-top: 1px solid color-mix(in srgb, var(--main) 12%, transparent);
 font-size: 0.9rem;
}
.trail_sub
{
 display: flex;
 gap: 0.25rem;
 overflow-x: auto;
 scrollbar-width: none;
}
.trail_sub::-webkit-scrollbar
{
 display: none;
}
.trail a
{
 padding: 0.55rem 0.7rem;
 text-decoration: none;
 color: var(--main);
 opacity: 0.8;
 white-space: nowrap;
 border-bottom: 2px solid transparent;
}
.trail a:hover
{
 opacity: 1;
 border-bottom-color: var(--zone);
}
.holder
{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.4rem;
 border: 1px solid var(--plain, 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(--zone);
 color: var(--space);
 transition: background-color 0.15s ease, transform 0.05s ease;
}
.holder:hover
{
 background: var(--body);
}
.holder:active
{
 transform: translateY(1px);
}
.holder_top
{
 background: transparent;
 color: var(--frame);
 border-color: var(--brand);
}
.holder_top:hover
{
 background: var(--paper);
}
.holder_soft
{
 padding: 0.9rem 1.8rem;
 font-size: var(--line);
}
:focus-visible
{
 outline: 2px solid var(--zone);
 outline-offset: 2px;
}
.porch h3, .matrix, .base h3, .grille_sub, .porch h2, .base h2
{
 color: var(--frame);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}
.matrix
{
 font-size: var(--depth);
 margin: 0 0 1rem;
}
.grille_sub
{
 font-size: var(--core);
 margin: 0 0 1.25rem;
}
.base h3, .porch h3
{
 font-size: var(--line);
 margin: 1.75rem 0 0.5rem;
}
.base p, .porch p
{
 margin: 0 0 1rem;
}
.base > :last-child, .porch > :last-child
{
 margin-bottom: 0;
}
.base a, .porch a
{
 color: color-mix(in srgb, var(--zone) 72%, var(--frame));
 text-underline-offset: 3px;
}
.lot
{
 display: block;
}
.grille
{
 padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
 scroll-margin-top: 72px;
}
.lot > .grille:not(.district):nth-of-type(odd)
{
 background: var(--paper);
}
.porch
{
 max-width: var(--tone);
}
.grille_list .porch ul
{
 list-style: none;
 padding: 0;
 margin: 0 0 1rem;
 display: grid;
 gap: 0.5rem;
}
.grille_list .porch ul > li
{
 position: relative;
 padding-inline-start: 1.9rem;
 padding-block: 0.15rem;
}
.grille_list .porch 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(--zone);
 border-bottom: 2px solid var(--zone);
 transform: rotate(-45deg);
}
.grille_list .porch ol
{
 counter-reset: step;
 list-style: none;
 padding: 0;
 display: grid;
 gap: 0.6rem;
}
.grille_list .porch ol > li
{
 counter-increment: step;
 position: relative;
 padding-inline-start: 2.6rem;
}
.grille_list .porch 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(--zone);
 color: var(--space);
 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(--brand);
 border-inline-start: 3px solid var(--cool);
 border-radius: 0 var(--flow) var(--flow) 0;
 background: var(--paper);
 font-size: 0.95rem;
}
.note p
{
 margin: 0 0 0.6rem;
}
.note > :last-child
{
 margin-bottom: 0;
}
.note strong
{
 color: var(--frame);
}
.note--disclosure
{
 color: var(--cool);
 font-size: 0.88rem;
 background: transparent;
 border-inline-start-color: var(--brand);
}
.note--warning
{
 border-inline-start-color: var(--zone);
 background: color-mix(in srgb, var(--zone) 10%, var(--field));
}
.note--takeaway
{
 font-variant-numeric: tabular-nums;
 border-inline-start-color: var(--frame);
}
.note--rg
{
 border: 1px solid color-mix(in srgb, var(--frame) 30%, var(--brand));
 border-radius: var(--shell);
 background: var(--ink);
}
.note--rg a
{
 font-weight: 600;
}
.note--independent
{
 margin-top: 2.5rem;
 font-size: 0.85rem;
 color: var(--cool);
 background: transparent;
 border: 0;
 border-top: 1px solid var(--brand);
 border-radius: 0;
 padding: 1rem 0 0;
}
.porch blockquote, .base blockquote
{
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--zone);
 border-radius: 0 var(--flow) var(--flow) 0;
 background: var(--paper);
 color: var(--cool);
 font-size: 0.95rem;
}
.porch blockquote p, .base blockquote p
{
 margin: 0 0 0.6rem;
}
.porch blockquote > :last-child, .base blockquote > :last-child
{
 margin-bottom: 0;
}
.base blockquote strong, .porch blockquote strong
{
 color: var(--frame);
}
.porch hr
{
 border: 0;
 border-top: 1px solid var(--brand);
 margin: 2rem 0;
}
.porch table
{
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--ink);
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 overflow: hidden;
}
.grille_table .porch
{
 max-width: none;
 overflow-x: auto;
}
.porch td, .porch th
{
 border-bottom: 1px solid var(--brand);
 padding: 0.7rem 0.9rem;
 text-align: start;
 vertical-align: top;
}
.porch caption
{
 caption-side: top;
 text-align: start;
 padding: 0 0 0.6rem;
 font-weight: 700;
 color: var(--frame);
}
.porch thead th
{
 background: color-mix(in srgb, var(--zone) 16%, var(--paper));
 color: var(--frame);
 font-weight: 700;
 white-space: nowrap;
}
.porch tbody tr:last-child td
{
 border-bottom: 0;
}
.porch tbody tr:nth-child(even)
{
 background: color-mix(in srgb, var(--round) 3%, transparent);
}
.well
{
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
 gap: 2rem;
 align-items: start;
}
.well_on
{
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 box-shadow: var(--size);
 width: 100%;
}
.district
{
 position: relative;
 padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
 background: var(--lead);
 isolation: isolate;
}
.district::before
{
 content: "";
 position: absolute;
 inset: 0;
 z-index: -1;
 background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--base, none);
 background-size: cover;
 background-position: center;
}
.mesh_less
{
 margin-top: 1.25rem;
 text-align: center;
}
.mesh_less a
{
 color: var(--zone);
 font-weight: 600;
}
.rack
{
 text-align: center;
}
.rack_alt
{
 font-size: clamp(3.5rem, 12vw, 6rem);
 line-height: 1;
 font-weight: 800;
 color: var(--zone);
 margin-bottom: 0.5rem;
}
.rack_meta
{
 max-width: 46ch;
 margin-inline: auto;
 color: var(--cool);
}
.rack_shut
{
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 0.75rem;
 margin-top: 1.75rem;
}
@media (max-width: 700px) {
 .district::before
 {
  background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--lift, var(--base, none));
 }
}
.district_flat
{
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
 grid-template-areas: "title offer" "text offer";
 align-content: start;
 gap: 0 2rem;
}
.district .matrix
{
 grid-area: title;
 color: #fff;
}
.district_light
{
 grid-area: text;
 color: #f2f4f8;
 max-width: 62ch;
}
.district .base
{
 margin-bottom: 1.5rem;
}
.district_figure
{
 margin: 0.75rem 0 0;
 font-size: 0.85rem;
 opacity: 0.75;
}
.level
{
 grid-area: offer;
 background: var(--field);
 border: 1px solid color-mix(in srgb, var(--zone) 40%, var(--brand));
 border-radius: var(--shell);
 box-shadow: var(--size);
 overflow: hidden;
 align-self: start;
}
.level .holder
{
 width: 100%;
}
.level_sub
{
 display: grid;
 place-items: center;
 min-height: 74px;
 padding: 0.9rem 1.25rem;
 background: color-mix(in srgb, var(--zone) 22%, var(--field));
 color: var(--frame);
 border-bottom: 3px solid var(--zone);
}
.level_sub img
{
 height: 42px;
 width: auto;
 max-width: 100%;
 object-fit: contain;
}
.level_bold
{
 display: flex;
 flex-direction: column;
 gap: 0.6rem;
 padding: 1.25rem;
 text-align: center;
}
.level_alt
{
 font-weight: 800;
 font-size: var(--line);
 color: inherit;
 text-align: center;
}
.level_off
{
 font-size: 0.78rem;
 text-transform: uppercase;
 letter-spacing: 0.09em;
 color: var(--cool);
 margin: 0;
}
.level_image
{
 font-size: var(--core);
 font-weight: 800;
 line-height: 1.15;
 color: var(--frame);
 margin: 0;
 text-wrap: balance;
}
.level_small
{
 font-size: 0.8rem;
 color: var(--cool);
 margin: 0;
}
.patch
{
 padding-block: 1.5rem;
}
.bridge
{
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 background: var(--ink);
 padding: 0.5rem 1.1rem;
}
.bridge_dark
{
 cursor: pointer;
 font-weight: 700;
 color: var(--frame);
 padding-block: 0.6rem;
 list-style: none;
 display: flex;
 align-items: center;
 gap: 0.5rem;
}
.bridge_dark::-webkit-details-marker
{
 display: none;
}
.bridge_dark::before
{
 content: "";
 width: 0.5rem;
 height: 0.5rem;
 border-inline-end: 2px solid var(--zone);
 border-bottom: 2px solid var(--zone);
 transform: rotate(45deg);
 transition: transform 0.15s ease;
}
.bridge[open] .bridge_dark::before
{
 transform: rotate(-135deg);
}
.bridge_meta
{
 columns: 2;
 gap: 2rem;
 margin: 0 0 0.75rem;
 padding-inline-start: 1.2rem;
 font-size: 0.95rem;
}
.bridge_meta li
{
 break-inside: avoid;
 margin-bottom: 0.3rem;
}
.bridge_meta a
{
 color: var(--cool);
 text-underline-offset: 3px;
}
.bridge_meta a:hover
{
 color: var(--frame);
}
.ribbon
{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.ward
{
 display: flex;
 flex-direction: column;
 background: var(--ink);
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease;
}
.ward:hover
{
 border-color: var(--zone);
 transform: translateY(-2px);
}
.ward_thumb
{
 aspect-ratio: 4 / 3;
 overflow: hidden;
 background: var(--paper);
}
.ward_thumb img
{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.ward_cell
{
 display: flex;
 flex-direction: column;
 gap: 0.7rem;
 padding: 0.85rem;
 margin-top: auto;
}
.ward_open
{
 font-weight: 600;
 color: var(--frame);
 line-height: 1.3;
 margin: 0;
}
.ward .holder
{
 width: 100%;
 padding-block: 0.5rem;
 font-size: 0.95rem;
}
.tag_shut
{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.group
{
 background: var(--field);
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 padding: 1.1rem 1.2rem;
}
.group_meta
{
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 gap: 0.5rem;
 margin-bottom: 0.4rem;
}
.group_stub
{
 font-weight: 700;
 color: var(--frame);
}
.group_small
{
 color: var(--zone);
 font-weight: 700;
 white-space: nowrap;
}
.group_shut
{
 margin: 0;
 color: var(--cool);
}
.listing_flat
{
 display: grid;
 gap: 0.5rem;
 max-width: var(--tone);
}
.listing_open
{
 border: 1px solid var(--brand);
 border-radius: var(--flow);
 background: var(--ink);
 padding: 0 1.1rem;
}
.listing_lead
{
 cursor: pointer;
 font-weight: 600;
 color: var(--frame);
 padding-block: 0.9rem;
 list-style: none;
 display: flex;
 align-items: flex-start;
 gap: 0.75rem;
}
.listing_lead::-webkit-details-marker
{
 display: none;
}
.listing_lead::before
{
 content: "+";
 color: var(--zone);
 font-weight: 700;
 line-height: 1.4;
 flex-shrink: 0;
}
.listing_open[open] .listing_lead::before
{
 content: "−";
}
.listing_edge
{
 color: var(--cool);
 padding-bottom: 1rem;
}
.listing_edge > :first-child
{
 margin-top: 0;
}
.listing_edge > :last-child
{
 margin-bottom: 0;
}
.badge
{
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 1rem 2rem;
 padding: 1.5rem;
 border-radius: var(--shell);
 background: color-mix(in srgb, var(--zone) 12%, var(--paper));
 border: 1px solid color-mix(in srgb, var(--zone) 35%, var(--brand));
}
.badge_small
{
 margin: 0;
 font-size: var(--line);
 font-weight: 800;
 color: var(--frame);
 text-wrap: balance;
}
.badge_link
{
 margin: 0.25rem 0 0;
 font-size: 0.82rem;
 color: var(--cool);
}
.branch
{
 border-top: 1px solid var(--brand);
 background: var(--paper);
 color: var(--cool);
 padding-block: 2rem 6rem;
}
.branch_image
{
 display: flex;
 flex-wrap: wrap;
 gap: 1rem 1.5rem;
 align-items: center;
 padding-bottom: 1.25rem;
 border-bottom: 1px solid var(--brand);
}
.branch_off
{
 margin-inline-end: auto;
 font-weight: 700;
 color: var(--frame);
}
.branch_off img
{
 height: 32px;
 width: auto;
 object-fit: contain;
}
.branch_shut
{
 display: flex;
 flex-wrap: wrap;
 gap: 0.25rem 1rem;
}
.branch_shut:empty
{
 display: none;
}
.branch_shut a
{
 text-decoration: none;
}
.branch_shut a:hover
{
 text-decoration: underline;
}
.branch_bottom
{
 width: min(100% - 2rem, var(--card));
 margin-inline: auto;
 padding-top: 1.25rem;
 font-size: 0.85rem;
 display: grid;
 gap: 0.5rem;
}
.branch_bottom p
{
 margin: 0;
}
.branch_on
{
 display: flex;
 align-items: center;
 gap: 0.5rem;
 flex-wrap: wrap;
}
.parcel
{
 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;
}
.strip
{
 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(--zone) 14%, var(--lead));
 color: var(--main);
 border-top: 1px solid color-mix(in srgb, var(--zone) 45%, transparent);
}
.strip_alt
{
 display: flex;
 flex-direction: column;
 min-width: 0;
 line-height: 1.25;
}
.strip_dark
{
 font-weight: 800;
 color: var(--main);
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.strip_on
{
 font-size: 0.75rem;
 opacity: 0.7;
}
.strip .holder
{
 margin-inline-start: auto;
 flex-shrink: 0;
}
@media (max-width: 960px) {
 .district_flat
 {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "offer" "text";
  gap: 1.25rem;
 }
 .well
 {
  grid-template-columns: 1fr;
 }
 .well_on
 {
  max-width: 260px;
  margin-inline: auto;
 }
}
@media (max-width: 700px) {
 .bridge_meta
 {
  columns: 1;
 }
 .ribbon
 {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 0.75rem;
 }
}
@media (max-width: 640px) {
 .wrapper
 {
  position: static;
 }
 .wrapper_dark
 {
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding-block: 0.6rem;
 }
 .wrapper_dark
 {
  flex-wrap: nowrap;
 }
 .basket, .trail, .wrapper_outer .holder_top
 {
  display: none;
 }
 .basket + .wrapper_outer
 {
  margin-inline-start: auto;
 }
 .chunk
 {
  display: block;
  order: 3;
 }
 .wrapper_outer
 {
  margin-inline-start: auto;
 }
 .wrapper_outer .holder
 {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }
 .grille
 {
  padding-block: 1.75rem;
 }
 .level_bold, .badge
 {
  padding: 1.15rem;
 }
 .district_light .holder_soft, .badge .holder_soft
 {
  width: 100%;
 }
 .strip_on
 {
  display: none;
 }
}
@media (prefers-reduced-motion: reduce) {
 *::before, *
 {
  transition: none !important;
 }
}
