.hw-head{min-block-size:min(70vh,600px);padding-block:calc(var(--band-pad) + var(--space-4)) var(--space-4);background:var(--ink);align-items:flex-end;display:flex}.hw-head .mk-pagehead__content{gap:var(--space-2);flex-direction:column;align-items:flex-start;inline-size:100%;display:flex}.hw-head__lockup{max-width:none}.hw-head .mk-pagehead__title{max-width:20ch}.hw-head__marks,.hw-head__actions{margin-block-start:var(--space-1)}.hw-head .mk-button--primary{background:var(--paper);border-color:var(--paper);color:var(--ink)}.hw-head .mk-button--primary:hover{background:var(--gold);border-color:var(--gold)}.hw-head .mk-button:not(.mk-button--primary){color:var(--paper);background:#fbf8f11f;border-color:#fbf8f15c}.hw-head .mk-button:not(.mk-button--primary):hover{border-color:var(--paper);background:#fbf8f138}.hw-movements{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}@media (min-width:800px){.hw-movements{grid-template-columns:repeat(3,minmax(0,1fr))}}.hw-movement{gap:var(--space-1);padding:var(--space-3);border-radius:var(--radius-xl);background:var(--surface);border:var(--edge);box-shadow:var(--shadow-card);flex-direction:column;display:flex}.hw-movement__head{align-items:center;gap:var(--space-2);min-inline-size:0;display:flex}.hw-movement__icon{border-radius:var(--radius);block-size:48px;inline-size:48px}.hw-movement__icon svg{block-size:22px;inline-size:22px}.hw-movement__lockup{flex-direction:column;gap:2px;min-inline-size:0;display:flex}.hw-movement__range{font-family:var(--font-figure);font-variant-numeric:tabular-nums;font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--muted-press);margin:0}.hw-movement__title{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-h3);letter-spacing:-.02em;color:var(--ink);margin:0;line-height:1.2}.hw-movement__stages{margin:var(--space-1) 0 0;flex-wrap:wrap;gap:6px;padding:0;list-style:none;display:flex}.hw-movement__stage{border-radius:var(--radius-pill);background:var(--ground);min-block-size:44px;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--ink);transition:background-color var(--dur-fast) var(--ease-settle);align-items:center;gap:.5em;padding:8px 14px;text-decoration:none;display:inline-flex}.hw-movement__stage:hover{background:var(--gold-100)}.hw-movement__n{font-family:var(--font-figure);font-variant-numeric:tabular-nums;font-size:var(--text-xs);color:var(--brass-900)}.hw-movement__go{margin-block-start:auto;padding-block-start:var(--space-2)}.hw-cards{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}@media (min-width:700px){.hw-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}}.hw-card{min-inline-size:0;display:flex}.hw-card__inner{border-radius:var(--radius-xl);background:var(--surface);border:var(--edge);inline-size:100%;box-shadow:var(--shadow-card);scroll-margin-top:calc(var(--header-h) + var(--space-3));transition:transform var(--dur-base) var(--ease-settle), box-shadow var(--dur-base) var(--ease-settle);flex-direction:column;display:flex;overflow:hidden}.hw-card__inner:hover{box-shadow:var(--shadow-raised);transform:translateY(-3px)}.hw-card__media{aspect-ratio:16/10;background:var(--ground-2);display:block;position:relative;overflow:hidden}.hw-card__media img{object-fit:cover}.hw-card__body{gap:var(--space-2);padding:var(--space-3);flex-direction:column;flex:1;display:flex}.hw-card__head{align-items:center;gap:var(--space-2);min-inline-size:0;display:flex}.hw-card__icon{border-radius:var(--radius);block-size:48px;inline-size:48px}.hw-card__icon svg{block-size:22px;inline-size:22px}.hw-card__lockup{flex-direction:column;gap:1px;min-inline-size:0;display:flex}.hw-card__ordinal{font-family:var(--font-figure);font-variant-numeric:tabular-nums;font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--muted-press)}.hw-card__title{font-family:var(--font-display);font-weight:var(--weight-display);font-size:var(--text-xl);letter-spacing:-.03em;color:var(--ink);text-wrap:balance;margin:0;line-height:1.12}.hw-card__verb{font-size:var(--text-base);color:var(--muted-press);margin:0;line-height:1.55}.hw-entries{flex-direction:column;flex:1;gap:10px;margin:0;display:flex}.hw-entry{border-block-start:var(--edge);flex-direction:column;gap:3px;padding-block-start:10px;display:flex}.hw-entry__key{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--muted-press);line-height:1.4}.hw-entry__value{margin:0}.hw-gets{font-size:var(--text-base);color:var(--body);line-height:1.55}.hw-fees{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.hw-fee{flex-direction:column;gap:1px;display:flex}.hw-fee__label{font-size:var(--text-sm);color:var(--muted-press);line-height:1.4}.hw-fee__value{font-family:var(--font-figure);font-variant-numeric:tabular-nums;font-size:var(--text-base);font-weight:var(--weight-bold);letter-spacing:-.02em;color:var(--ink);line-height:1.4}.hw-fee--none .hw-fee__value{color:var(--green)}.hw-entry--refusal{margin-block-start:auto;margin-inline:calc(-1 * var(--space-3));padding:var(--space-2) var(--space-3) calc(var(--space-2) + 2px);background:var(--ink);color:var(--paper);border-block-start:0;margin-block-end:calc(-1 * var(--space-3))}.hw-refuse__head{justify-content:space-between;align-items:baseline;gap:2px var(--space-2);flex-wrap:wrap;display:flex}.hw-refuse__key{font-weight:var(--weight-bold);color:var(--gold)}.hw-refuse__rule{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--paper)}.hw-refuse__text{font-size:var(--text-sm);color:var(--paper);line-height:1.6}.hw-chain-grid{gap:var(--space-3);align-items:start;display:grid}@media (min-width:900px){.hw-chain-grid{gap:var(--space-5);grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}}.hw-chain{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hw-chain__link{gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-lg);background:#fbf8f112;border:1px solid #fbf8f11f;grid-template-columns:auto auto minmax(0,1fr);align-items:center;display:grid}.hw-chain__n{font-family:var(--font-figure);font-variant-numeric:tabular-nums;font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:-.03em;color:var(--gold)}.hw-chain__icon{border-radius:var(--radius);block-size:38px;inline-size:38px;color:var(--gold);background:#d8ac5c29;flex:none;justify-content:center;align-items:center;display:inline-flex}.hw-chain__text{flex-direction:column;gap:2px;min-inline-size:0;display:flex}.hw-chain__name{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-md);letter-spacing:-.02em;color:var(--paper)}.hw-chain__body{font-size:var(--text-sm);color:var(--muted-dark);line-height:1.55}@media (max-width:559px){.hw-chain__link{padding:var(--space-2);grid-template-columns:auto auto minmax(0,1fr);grid-template-areas:"n icon name""body body body";row-gap:8px}.hw-chain__n{grid-area:n}.hw-chain__icon{grid-area:icon}.hw-chain__text{display:contents}.hw-chain__name{grid-area:name}.hw-chain__body{grid-area:body}}.hw-chain__aside{gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-xl);background:#fbf8f112;border:1px solid #fbf8f11f;flex-direction:column;align-items:flex-start;display:flex}.hw-chain__frame{aspect-ratio:16/11;border-radius:var(--radius-lg);background:#fbf8f114;inline-size:100%;display:block;position:relative;overflow:hidden}.hw-chain__frame img{object-fit:cover}.hw-chain-band .mk-note{color:var(--muted-dark)}.hw-guards__table{overflow-x:auto}@media (max-width:719px){.hw-guards__table .ml-table,.hw-guards__table thead,.hw-guards__table tbody,.hw-guards__table tr,.hw-guards__table th,.hw-guards__table td{display:block}.hw-guards__table thead{display:none}.hw-guards__table tbody tr{padding:var(--space-2)}.hw-guards__table tbody th,.hw-guards__table tbody td{padding:3px 0}.hw-guards__table .hw-guards__link{font-size:var(--text-md);font-weight:var(--weight-bold);padding-block:8px}}.hw-guards__table th[scope=row]{font-weight:var(--weight-semibold)}.hw-guards__rule{white-space:normal;overflow-wrap:anywhere}.hw-guards__link{min-block-size:44px;color:var(--ink);font-size:var(--text-base);align-items:center;gap:.6em;text-decoration:none;display:inline-flex}.hw-guards__link:hover{color:var(--brass-900);text-underline-offset:3px;text-decoration:underline}.hw-guards__n{font-family:var(--font-figure);font-variant-numeric:tabular-nums;font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--brass-900)}.hw-cta{isolation:isolate;border-radius:var(--radius-xl);margin-inline:var(--gutter);position:relative;overflow:hidden}.hw-cta .mk-band__scrim{background:linear-gradient(#071626c7 0%,#071626e0 100%)}
