:root{--hst-clear: 18px;--hst-header-h: 64px;--hst-cue-block: 58px;--hst-muted: var(--haiku-muted, #9b9b9b);--hst-rule: var(--haiku-rule, #d3d3d3);--hst-meta-display: none;--hst-cue-display: none}html[data-mode=dark]{--hst-muted: rgba(var(--color-text-rgb, 244, 244, 244), .66);--hst-rule: rgba(var(--color-text-rgb, 244, 244, 244), .38)}body .depth-label{top:calc(max(var(--hb-size-top, 16vh),var(--hst-header-h, 64px)) + var(--hst-clear, 18px));bottom:auto;align-items:flex-start;justify-content:flex-end}@media screen and (max-width:767px){body .depth-label{top:calc(max(calc(var(--hb-size-top, 16vh) * .7),var(--hst-header-h, 64px)) + var(--hst-clear, 18px))}}body .depth-label .label-left{justify-content:flex-end;text-align:right}body .depth-label .label-word-block{align-items:flex-end;text-align:right}body .depth-label .label-right{display:var(--hst-meta-display, none)}@media screen and (max-width:768px){body .depth-label{align-items:flex-end}body .depth-label .label-left>.label-index{display:block}}body .depth-label .label-word,body .depth-label .label-gloss,body .depth-label .label-story,body .depth-label .label-index,body .depth-label .label-right{color:var(--color-text, #141414);text-shadow:var(--story-shadow-soft)}body .depth-label .label-index,body .depth-label .label-right{mix-blend-mode:normal}body .depth-label .label-gloss,body .depth-label .label-index,body .depth-label .label-specs dt{opacity:.62}.hst{display:block;background:var(--color-background);color:var(--color-text);border-top:1px solid var(--hst-rule)}.hst__sheet{position:relative;width:100%;max-width:720px;margin:0 auto;padding:clamp(28px,5vh,56px) clamp(20px,4vw,40px) clamp(32px,6vh,64px)}.hst__eyebrow{font-family:var(--font-stack-body);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--hst-muted);margin:0 0 10px}.hst__title{font-family:var(--font-stack-headings);font-size:clamp(28px,3vw + 14px,44px);line-height:1;letter-spacing:-.01em;font-weight:400;margin:0}.hst__intro{font-family:var(--font-stack-body);font-size:clamp(13px,.3vw + 12px,15px);line-height:1.55;max-width:34em;color:var(--hst-muted);margin:10px 0 clamp(20px,3vh,32px)}.hst__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,2vh,20px) clamp(14px,2vw,24px)}.hst__field--wide{grid-column:1 / -1}.hst__label{display:block;font-family:var(--font-stack-body);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--hst-muted);margin:0 0 6px}.hst__input{-webkit-appearance:none;appearance:none;display:block;width:100%;box-sizing:border-box;height:auto;min-height:44px;margin:0;background:transparent;color:var(--color-text);font-family:var(--font-stack-body);font-size:15px;line-height:1.5;padding:10px 0;border:0;border-bottom:1px solid var(--hst-rule);border-radius:0;transition:border-color .22s ease}.hst__input:focus{outline:none;border-bottom-color:var(--color-text)}.hst__input:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}textarea.hst__input{resize:vertical;height:auto;min-height:92px}.hst__actions{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:clamp(6px,1vh,12px)}.hst__required{font-family:var(--font-stack-body);font-size:11px;letter-spacing:.1em;color:var(--hst-muted);margin:0}.hst__submit{-webkit-appearance:none;appearance:none;font-family:var(--font-stack-body);font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--color-background);background:var(--color-text);border:1px solid var(--color-text);border-radius:0;padding:13px 26px;min-height:44px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.hst__submit:hover,.hst__submit:focus-visible{background:transparent;color:var(--color-text)}.hst__submit:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}.hst__note{grid-column:1 / -1;font-family:var(--font-stack-body);font-size:13px;line-height:1.5;margin:0 0 4px;padding:12px 14px;border:1px solid var(--hst-rule)}.hst__note--error{border-color:var(--color-text)}.hst__note ul{margin:6px 0 0;padding-inline-start:18px}.hst__close,.hst-cue,.hst-veil{display:none}@media screen and (max-width:599px){.hst__grid{grid-template-columns:1fr}}body.hst-on .hst{position:fixed;left:0;right:0;bottom:0;z-index:9999;max-height:88vh;overflow-y:auto;overscroll-behavior:contain;transform:translateY(101%);visibility:hidden;box-shadow:0 -24px 60px #0000002e;transition:transform .62s cubic-bezier(.16,1,.3,1),visibility 0s linear .62s}body.hst-on.hst-open .hst{transform:translateY(0);visibility:visible;transition:transform .62s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s}body.hst-on .hst__sheet{padding-top:clamp(22px,4vh,40px);padding-bottom:clamp(26px,5vh,48px)}body.hst-on .hst__close{display:block;position:absolute;top:0;inset-inline-end:0;width:44px;height:44px;background:transparent;border:0;color:var(--color-text);font-family:var(--font-stack-body);font-size:18px;line-height:1;cursor:pointer}body.hst-on .hst__close:focus-visible{outline:2px solid var(--color-text);outline-offset:-4px}body.hst-on .hst-cue{display:var(--hst-cue-display, none);align-items:center;justify-content:center;position:fixed;z-index:501;inset-inline-start:clamp(20px,4vw,56px);bottom:calc(var(--hb-size-bottom, 12vh) + var(--hst-clear, 18px));padding:0 18px;min-height:44px;background:var(--color-background);border:1px solid var(--hst-rule);border-radius:0;cursor:pointer;color:var(--color-text);font-family:var(--font-stack-body);font-size:12px;letter-spacing:.18em;text-transform:uppercase;opacity:.72;transition:opacity .42s ease}@media screen and (max-width:767px){body.hst-on .hst-cue{bottom:calc(var(--hb-size-bottom, 12vh) * .7 + var(--hst-clear, 18px))}}body.hst-on.hst-end .hst-cue,body.hst-on .hst-cue:hover,body.hst-on .hst-cue:focus-visible{opacity:1}body.hst-on .hst-cue:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}body.hst-on.hst-open .hst-cue{opacity:0;pointer-events:none}body.hst-on .hst-veil{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:rgba(var(--color-background-rgb, 234, 238, 237),.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:0;padding:0;opacity:0;visibility:hidden;cursor:pointer;transition:opacity .42s ease,visibility 0s linear .42s}body.hst-on.hst-open .hst-veil{opacity:1;visibility:visible;transition:opacity .42s ease,visibility 0s linear 0s}@media(prefers-reduced-motion:reduce){body.hst-on .hst,body.hst-on .hst-veil,body.hst-on .hst-cue{transition-duration:1ms,0s}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/haiku-story.css.map */
