.hfb-band{position:relative;isolation:isolate;--hfb-band-bg: var(--brand-surface);--hfb-band-fg: var(--brand-primary);--hfb-band-rule: var(--brand-highlight);--hfb-band-eyebrow: var(--brand-accent);--hfb-band-link: var(--brand-accent);--hfb-band-texture: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='150' height='150' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");padding-block:var(--brand-band-y);background-color:var(--hfb-band-bg);background-image:var(--hfb-band-texture, none);background-repeat:repeat;background-size:150px 150px;color:var(--hfb-band-fg)}.hfb-band[data-surface=muted]{--hfb-band-bg: var(--brand-muted)}.hfb-band[data-surface=dark]{--hfb-band-bg: var(--brand-dark);--hfb-band-fg: var(--brand-surface);--hfb-band-rule: rgba(251, 250, 247, .18);--hfb-band-eyebrow: rgba(251, 250, 247, .85);--hfb-band-link: rgba(251, 250, 247, .92);--hfb-band-texture: none}.hfb-band[data-surface=accent]{--hfb-band-bg: var(--brand-dark);--hfb-band-fg: var(--brand-surface);--hfb-band-rule: rgba(251, 250, 247, .24);--hfb-band-eyebrow: rgba(251, 250, 247, .85);--hfb-band-link: var(--brand-surface);--hfb-band-texture: none}.hfb-band--tight{padding-block:var(--brand-band-y-tight)}.hfb-band-decor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none;color:var(--brand-accent)}.hfb-band>*:not(.hfb-band-decor){position:relative;z-index:1}.hfb-band-decor svg{position:absolute;inline-size:clamp(8rem,16vw,15rem);block-size:auto;opacity:.06}.hfb-band-decor--tr svg{inset-block-start:clamp(-1.5rem,-2vw,-1rem);inset-inline-end:clamp(-1.5rem,-1vw,1rem);transform:rotate(8deg)}.hfb-band-decor--tl svg{inset-block-start:clamp(-1.5rem,-2vw,-1rem);inset-inline-start:clamp(-1.5rem,-1vw,1rem);transform:rotate(-8deg)}.hfb-band-decor--br svg{inset-block-end:clamp(-1.5rem,-2vw,-1rem);inset-inline-end:clamp(-1.5rem,-1vw,1rem);transform:rotate(-6deg)}.hfb-band-decor--bl svg{inset-block-end:clamp(-1.5rem,-2vw,-1rem);inset-inline-start:clamp(-1.5rem,-1vw,1rem);transform:rotate(6deg)}.hfb-band[data-surface=dark] .hfb-band-decor,.hfb-band[data-surface=accent] .hfb-band-decor{display:none}@media screen and (max-width:749px){.hfb-band-decor svg{opacity:.05;inline-size:7rem}}.hfb-page{max-width:var(--brand-page-max);margin-inline:auto;padding-inline:var(--brand-gutter)}.hfb-page--measure{max-width:calc(var(--brand-measure) + var(--brand-gutter) * 2)}.hfb-eyebrow{display:inline-flex;align-items:center;gap:.75rem;margin:0 0 1.25rem;font-family:var(--brand-sans);font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--hfb-band-eyebrow)}.hfb-eyebrow:before{content:"";inline-size:2rem;block-size:1px;background-color:var(--brand-accent)}.hfb-band[data-surface=dark] .hfb-eyebrow:before,.hfb-band[data-surface=accent] .hfb-eyebrow:before{background-color:#fbfaf799}.hfb-heading{margin:0;font-family:var(--brand-serif);font-weight:500;line-height:1.08;letter-spacing:-.005em;color:inherit;text-wrap:balance}.hfb-heading--display{font-size:clamp(2rem,5.2vw,3.5rem);font-weight:600}.hfb-heading--section{font-size:clamp(1.625rem,3.4vw,2.5rem)}.hfb-lede{margin:1.25rem 0 0;max-width:46ch;font-family:var(--brand-sans);font-size:clamp(1.125rem,1.4vw,1.375rem);font-weight:400;line-height:1.5;color:inherit}.hfb-prose{font-family:var(--brand-sans);font-size:1.125rem;line-height:1.65;color:inherit}.hfb-prose p{margin:0 0 1rem;max-width:var(--brand-measure)}.hfb-prose p:last-child{margin-bottom:0}@media screen and (max-width:749px){.hfb-prose{font-size:1.0625rem}}.hfb-divider{position:relative;block-size:1px;border:0;margin:0;background-color:var(--hfb-band-rule)}.hfb-divider:before{content:"";position:absolute;inset-block-start:0;inset-inline-start:0;inline-size:2.5rem;block-size:1px;background-color:var(--brand-accent)}.hfb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding-block:.9rem;padding-inline:1.75rem;border:1px solid transparent;border-radius:2px;font-family:var(--brand-sans);font-size:.9375rem;font-weight:500;letter-spacing:.01em;line-height:1;text-decoration:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.hfb-btn--primary{background-color:var(--brand-cta-to);background-image:linear-gradient(135deg,var(--brand-cta-from),var(--brand-cta-to));color:#fff}.hfb-btn--primary:hover{transform:translateY(-1px);filter:saturate(1.08) brightness(1.08)}.hfb-btn--ghost{background-color:transparent;border-color:var(--hfb-band-rule);color:inherit}.hfb-btn--ghost:hover{transform:translateY(-1px);border-color:var(--brand-accent);color:var(--brand-accent)}.hfb-band[data-surface=dark] .hfb-btn--primary,.hfb-band[data-surface=accent] .hfb-btn--primary{background-color:var(--brand-surface);background-image:none;color:var(--brand-primary)}.hfb-band[data-surface=dark] .hfb-btn--primary:hover,.hfb-band[data-surface=accent] .hfb-btn--primary:hover{background-color:var(--brand-accent);filter:none;color:var(--brand-surface)}.hfb-band[data-surface=dark] .hfb-btn--ghost:hover,.hfb-band[data-surface=accent] .hfb-btn--ghost:hover{border-color:var(--brand-surface);color:var(--brand-surface)}.hfb-link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--brand-sans);font-size:.9375rem;font-weight:500;color:var(--hfb-band-link);text-decoration:none;background-image:linear-gradient(var(--brand-accent),var(--brand-accent));background-repeat:no-repeat;background-position:0 100%;background-size:0% 1px;transition:background-size .28s ease}.hfb-link:hover,.hfb-link:focus-visible{background-size:100% 1px}.hfb-band[data-surface=dark] .hfb-link,.hfb-band[data-surface=accent] .hfb-link{background-image:linear-gradient(var(--brand-surface),var(--brand-surface))}.hfb-ticklist{list-style:none;margin:0;padding:0;font-family:var(--brand-sans);font-size:1.0625rem;line-height:1.5}.hfb-ticklist li{position:relative;padding-inline-start:1.5rem;margin-block:.65rem}.hfb-ticklist li:before{content:"";position:absolute;inset-block-start:.55em;inset-inline-start:0;inline-size:.45rem;block-size:.45rem;background-color:var(--brand-accent)}.hfb-quote{margin:0;padding-inline-start:1.5rem;border-inline-start:2px solid var(--brand-accent);font-family:var(--brand-serif);font-weight:400;font-style:italic;font-size:clamp(1.25rem,2.2vw,1.75rem);line-height:1.35;color:inherit}.hfb-quote__cite{display:block;margin-top:1rem;font-family:var(--brand-sans);font-style:normal;font-size:.9375rem;font-weight:500;letter-spacing:.02em;opacity:.8}.hfb-split{display:grid;gap:clamp(2rem,5vw,4.5rem);align-items:center}@media screen and (min-width:750px){.hfb-split{grid-template-columns:1fr 1fr}.hfb-split--media-end .hfb-split__media{order:2}}.hfb-split__media{position:relative}.hfb-split__media img{display:block;inline-size:100%;block-size:auto;border:1px solid var(--hfb-band-rule)}.hfb-split__body{min-width:0}.hfb-split__cta{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.hfb-btn:focus-visible,.hfb-link:focus-visible{outline:2px solid var(--brand-accent);outline-offset:3px}.hfb-band[data-surface=dark] .hfb-btn:focus-visible,.hfb-band[data-surface=accent] .hfb-btn:focus-visible{outline-color:var(--brand-surface)}.hfb-reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.hfb-reveal.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.hfb-reveal{opacity:1;transform:none;transition:none}}.hfb-btn,.button,.button-secondary,.button-custom,button.shopify-payment-button__button--unbranded,.quick-add__button,.add-to-cart-button{font-size:.78rem!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:500}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hfb-gallery.css.map */
