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

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

.block__edge, .deck__figure, .case__edge, .span__meta, .sheet__cell
{
 width: min(100% - 2rem, var(--field));
 margin-inline: auto
}

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

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

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

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

.caption 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
}

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

.caption:empty
{
 display: none
}

.caption:empty + .span__edge
{
 margin-inline-start: auto
}

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

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

.box__large
{
 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)
}

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

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

.box__large span
{
 position: relative
}

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

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

.box__off
{
 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)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.band, .zone h3, .case__dark, .zone h2, .area h3, .area h2
{
 color: var(--flow);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance
}

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

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

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

.zone p, .area p
{
 margin: 0 0 1rem
}

.area > :last-child, .zone > :last-child
{
 margin-bottom: 0
}

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

.shell
{
 display: block
}

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

.shell > .case:not(.sheet):nth-of-type(odd)
{
 background: var(--body)
}

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

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

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

.case_list .area 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)
}

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

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

.case_list .area 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
}

.zone blockquote, .area 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
}

.area blockquote p, .zone blockquote p
{
 margin: 0 0 0.6rem
}

.area blockquote > :last-child, .zone blockquote > :last-child
{
 margin-bottom: 0
}

.zone blockquote strong, .area blockquote strong
{
 color: var(--flow)
}

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

.area 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
}

.case_table .area
{
 max-width: none;
 overflow-x: auto
}

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

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

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

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

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

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

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

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

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

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

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

.marker
{
 text-align: center
}

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

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

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

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

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

.sheet .band
{
 grid-area: title;
 color: #ffffff
}

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

.sheet .zone
{
 margin-bottom: 1.5rem
}

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

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

.record .layer
{
 width: 100%
}

.record__sub
{
 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)
}

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

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

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

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

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

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

.promo
{
 padding-block: 1.5rem
}

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

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

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

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

.slab[open] .slab__sub::before
{
 transform: rotate(-135deg)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside__meta[open] .aside__small::before
{
 content: "−"
}

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

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

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

.pane
{
 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))
}

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

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

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

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

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

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

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

.deck__meta:empty
{
 display: none
}

.deck__meta a
{
 text-decoration: none
}

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

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

.deck__stub p
{
 margin: 0
}

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

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

.stack
{
 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)
}

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

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

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

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

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

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

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

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

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

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

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

 .span__meta
 {
  flex-wrap: nowrap
 }

 .block, .span__edge .layer_bold, .caption
 {
  display: none
 }

 .caption + .span__edge
 {
  margin-inline-start: auto
 }

 .box
 {
  display: block;
  order: 3
 }

 .span__edge
 {
  margin-inline-start: auto
 }

 .span__edge .layer
 {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem
 }

 .case
 {
  padding-block: 1.75rem
 }

 .pane, .record__off
 {
  padding: 1.15rem
 }

 .pane .layer_link, .sheet__outer .layer_link
 {
  width: 100%
 }

 .stack__foot
 {
  display: none
 }

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

}
