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

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

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

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

a {
 color: inherit
}

.tray {
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--zone);
 color: var(--space)
}

.tray__bottom, .chain__less, .chip__open, .ledge__link, .floor__view {
 width: min(100% - 2rem, var(--cool));
 margin-inline: auto
}

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

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

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

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

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

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

.folder:empty {
 display: none
}

.folder:empty + .tray__wide {
 margin-inline-start: auto
}

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

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

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

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

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

.deck__wide span {
 position: relative
}

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

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

.deck__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(--zone);
 border: 1px solid color-mix(in srgb, var(--space) 20%, transparent);
 border-radius: var(--field);
 box-shadow: var(--size)
}

.deck__line a {
 padding: 0.6rem 0.7rem;
 border-radius: var(--band);
 text-decoration: none;
 color: var(--space)
}

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

.deck__line .marker {
 margin-top: 0.4rem;
 color: var(--space);
 border-color: color-mix(in srgb, var(--space) 40%, transparent)
}

.tray .marker_image {
 color: inherit;
 border-color: color-mix(in srgb, var(--space) 45%, transparent)
}

.tray .marker_image:hover {
 background: color-mix(in srgb, var(--space) 14%, transparent)
}

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

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

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

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

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

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

.marker:hover {
 background: var(--head)
}

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

.marker_image {
 background: transparent;
 color: var(--base);
 border-color: var(--stroke)
}

.marker_image:hover {
 background: var(--tone)
}

.marker_bold {
 padding: 0.9rem 1.8rem;
 font-size: var(--line)
}

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

.course h2, .canvas h2, .zone, .canvas h3, .floor__bottom, .course h3 {
 color: var(--base);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance
}

.zone {
 font-size: var(--ink);
 margin: 0 0 1rem
}

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

.course h3, .canvas h3 {
 font-size: var(--line);
 margin: 1.75rem 0 0.5rem
}

.canvas p, .course p {
 margin: 0 0 1rem
}

.course > :last-child, .canvas > :last-child {
 margin-bottom: 0
}

.canvas a, .course a {
 color: color-mix(in srgb, var(--warm) 72%, var(--base));
 text-underline-offset: 3px
}

.plate {
 display: block
}

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

.plate > .floor:not(.ledge):nth-of-type(odd) {
 background: var(--tone)
}

.course {
 max-width: var(--lead)
}

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

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

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

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

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

.floor_list .course 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(--warm);
 color: var(--dim);
 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(--stroke);
 border-inline-start: 3px solid var(--depth);
 border-radius: 0 var(--band) var(--band) 0;
 background: var(--tone);
 font-size: 0.95rem
}

.note p {
 margin: 0 0 0.6rem
}

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

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

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

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

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

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

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

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

.course blockquote, .canvas blockquote {
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--warm);
 border-radius: 0 var(--band) var(--band) 0;
 background: var(--tone);
 color: var(--depth);
 font-size: 0.95rem
}

.canvas blockquote p, .course blockquote p {
 margin: 0 0 0.6rem
}

.course blockquote > :last-child, .canvas blockquote > :last-child {
 margin-bottom: 0
}

.canvas blockquote strong, .course blockquote strong {
 color: var(--base)
}

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

.course table {
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--foot);
 border: 1px solid var(--stroke);
 border-radius: var(--field);
 overflow: hidden
}

.floor_table .course {
 max-width: none;
 overflow-x: auto
}

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

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

.course thead th {
 background: color-mix(in srgb, var(--warm) 16%, var(--tone));
 color: var(--base);
 font-weight: 700;
 white-space: nowrap
}

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

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

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

.gutter__flat {
 border: 1px solid var(--stroke);
 border-radius: var(--field);
 box-shadow: var(--size);
 width: 100%
}

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

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

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

.case__cell a {
 color: var(--warm);
 font-weight: 600
}

.block2 {
 text-align: center
}

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

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

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

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

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

.ledge .zone {
 grid-area: title;
 color: #ffffff
}

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

.ledge .canvas {
 margin-bottom: 1.5rem
}

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

.detail {
 grid-area: offer;
 background: var(--shell);
 border: 1px solid color-mix(in srgb, var(--warm) 40%, var(--stroke));
 border-radius: var(--field);
 box-shadow: var(--size);
 overflow: hidden;
 align-self: start
}

.detail .marker {
 width: 100%
}

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

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

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

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

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

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

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

.strip2 {
 padding-block: 1.5rem
}

.teaser {
 border: 1px solid var(--stroke);
 border-radius: var(--field);
 background: var(--foot);
 padding: 0.5rem 1.1rem
}

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

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

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

.teaser[open] .teaser__bottom::before {
 transform: rotate(-135deg)
}

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

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

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

.teaser__copy a:hover {
 color: var(--base)
}

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

.porch {
 display: flex;
 flex-direction: column;
 background: var(--foot);
 border: 1px solid var(--stroke);
 border-radius: var(--field);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease
}

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

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

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

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

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

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

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

.tag {
 background: var(--shell);
 border: 1px solid var(--stroke);
 border-radius: var(--field);
 padding: 1.1rem 1.2rem
}

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

.tag__alt {
 font-weight: 700;
 color: var(--base)
}

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

.tag__icon {
 margin: 0;
 color: var(--depth)
}

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

.column__figure {
 border: 1px solid var(--stroke);
 border-radius: var(--band);
 background: var(--foot);
 padding: 0 1.1rem
}

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

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

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

.column__figure[open] .column__dark::before {
 content: "−"
}

.column__top {
 color: var(--depth);
 padding-bottom: 1rem
}

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

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

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

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

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

.chain {
 border-top: 1px solid var(--stroke);
 background: var(--tone);
 color: var(--depth);
 padding-block: 2rem 6rem
}

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

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

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

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

.chain__sub:empty {
 display: none
}

.chain__sub a {
 text-decoration: none
}

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

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

.chain__small p {
 margin: 0
}

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

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

.span2 {
 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(--warm) 14%, var(--zone));
 color: var(--space);
 border-top: 1px solid color-mix(in srgb, var(--warm) 45%, transparent)
}

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

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

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

.span2 .marker {
 margin-inline-start: auto;
 flex-shrink: 0
}

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

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

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

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

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

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

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

 .tray__bottom {
  flex-wrap: nowrap
 }

 .tray__wide .marker_image, .folder, .chip {
  display: none
 }

 .folder + .tray__wide {
  margin-inline-start: auto
 }

 .deck {
  display: block;
  order: 3
 }

 .tray__wide {
  margin-inline-start: auto
 }

 .tray__wide .marker {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem
 }

 .floor {
  padding-block: 1.75rem
 }

 .promo, .detail__sub {
  padding: 1.15rem
 }

 .ledge__info .marker_bold, .promo .marker_bold {
  width: 100%
 }

 .span2__light {
  display: none
 }

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

}
