:root{--ff-ink: #1D1713;--ff-surface: #F0EAE1;--ff-accent: #BF5818;--ff-dark: #312A25;--ff-muted: #DCD7CF;--ff-highlight: #A48669;--ff-space-3xs: .25rem;--ff-space-2xs: .5rem;--ff-space-xs: .75rem;--ff-space-sm: 1rem;--ff-space-md: 1.5rem;--ff-space-lg: 2rem;--ff-space-xl: 3rem;--ff-space-2xl: 4.5rem;--ff-space-3xl: 6.5rem;--ff-section-pad: clamp(3.5rem, 7vw, 6.5rem);--ff-hairline: 1px;--ff-radius: 2px;--ff-font-display: var(--font-heading--family, "Roboto Slab", serif);--ff-font-body: var(--font-body--family, "Archivo", sans-serif);--ff-transition: .2s cubic-bezier(.2, .6, .2, 1)}.hfb-section{position:relative;padding-block:var(--ff-section-pad);--ff-band-ink: var(--ff-ink);--ff-band-ground: var(--ff-surface);--ff-band-ink-muted: color-mix(in srgb, var(--ff-band-ink) 82%, transparent);--ff-accent-text: #8F3D0F;--ff-eyebrow-ink: var(--ff-accent-text);--ff-rule: color-mix(in srgb, var(--ff-ink) 16%, transparent);color:var(--ff-band-ink)}.hfb-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:var(--ff-band-ground);pointer-events:none}.hfb-section--own-bg:before{display:none}.hfb-section[data-surface=default]{--ff-band-ground: var(--ff-surface);--ff-band-ink: var(--ff-ink)}.hfb-section[data-surface=muted]{--ff-band-ground: var(--ff-muted);--ff-band-ink: var(--ff-ink);--ff-rule: color-mix(in srgb, var(--ff-ink) 20%, transparent)}.hfb-section[data-surface=dark]{--ff-band-ground: var(--ff-ink);--ff-band-ink: var(--ff-surface);--ff-band-ink-muted: color-mix(in srgb, var(--ff-surface) 88%, transparent);--ff-accent-text: #DE8544;--ff-eyebrow-ink: var(--ff-accent-text);--ff-rule: color-mix(in srgb, var(--ff-surface) 22%, transparent)}.hfb-section[data-surface=accent]{--ff-band-ground: var(--ff-dark);--ff-band-ink: var(--ff-surface);--ff-band-ink-muted: color-mix(in srgb, var(--ff-surface) 88%, transparent);--ff-accent-text: #DE8544;--ff-eyebrow-ink: var(--ff-accent-text);--ff-rule: color-mix(in srgb, var(--ff-accent) 60%, transparent)}.hfb-section[data-surface=photo]{--ff-band-ground: var(--ff-ink);--ff-band-ink: var(--ff-surface);--ff-band-ink-muted: color-mix(in srgb, var(--ff-surface) 90%, transparent);--ff-accent-text: #DE8544;--ff-eyebrow-ink: var(--ff-accent-text)}.hfb-section[data-surface=dark]:not(.hfb-section--own-bg):before{background-image:linear-gradient(180deg,#1d1713db,#1d1713e6),url(/cdn/shop/files/tbc-band-forest.jpg?v=1787598738);background-size:cover;background-position:center;background-repeat:no-repeat}.hfb-section[data-surface=accent]:not(.hfb-section--own-bg):before{background-image:linear-gradient(180deg,#251e1ad1,#251e1ae0),url(/cdn/shop/files/tbc-band-woodstack.jpg?v=1787598742);background-size:cover;background-position:center;background-repeat:no-repeat}.hfb-head{max-width:62ch}.hfb-head--center{margin-inline:auto;text-align:center}.hfb-head__eyebrow{display:inline-flex;align-items:center;gap:var(--ff-space-2xs);margin:0 0 var(--ff-space-sm);font-family:var(--ff-font-body);font-weight:600;font-size:.8125rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ff-eyebrow-ink)}.hfb-head__eyebrow:before,.hfb-head__eyebrow:after{content:"";width:14px;height:6px;flex:none;background:repeating-linear-gradient(90deg,currentColor 0 2px,transparent 2px 4px);opacity:.85}.hfb-head--center .hfb-head__eyebrow{justify-content:center}.hfb-head__title{margin:0;font-family:var(--ff-font-display);font-weight:700;line-height:1.04;letter-spacing:-.01em;font-size:clamp(1.9rem,4vw,2.75rem);color:var(--ff-band-ink)}.hfb-head__lede{margin:var(--ff-space-md) 0 0;max-width:56ch;font-family:var(--ff-font-body);font-size:1.125rem;line-height:1.6;color:var(--ff-band-ink-muted)}.hfb-head--center .hfb-head__lede{margin-inline:auto}.hfb-prose{font-family:var(--ff-font-body);font-size:1.0625rem;line-height:1.7;color:var(--ff-band-ink-muted)}.hfb-prose>*+*{margin-block-start:var(--ff-space-md)}.hfb-prose h2,.hfb-prose h3{font-family:var(--ff-font-display);color:var(--ff-band-ink);line-height:1.1;margin-block-start:var(--ff-space-xl)}.hfb-prose a{color:var(--ff-accent-text);text-underline-offset:3px}.hfb-btn{--ff-btn-ground: var(--ff-accent);--ff-btn-ink: #FFFFFF;--ff-btn-border: transparent;display:inline-flex;align-items:center;justify-content:center;gap:var(--ff-space-2xs);padding:.9rem 1.75rem;min-height:48px;font-family:var(--ff-font-body);font-weight:600;font-size:1.0625rem;letter-spacing:.02em;text-decoration:none;border:var(--ff-hairline) solid var(--ff-btn-border);border-radius:var(--ff-radius);background-color:var(--ff-btn-ground);color:var(--ff-btn-ink);cursor:pointer;transition:box-shadow var(--ff-transition),transform var(--ff-transition),background-color var(--ff-transition);box-shadow:inset 0 0 0 0 transparent}.hfb-btn:hover{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--ff-ink) 55%,transparent)}.hfb-btn:focus-visible{outline:3px solid var(--ff-ink);outline-offset:2px}.hfb-btn--ghost{--ff-btn-ground: transparent;--ff-btn-ink: var(--ff-band-ink);--ff-btn-border: color-mix(in srgb, var(--ff-band-ink) 45%, transparent)}.hfb-btn--ghost:hover{box-shadow:inset 0 0 0 2px var(--ff-accent);--ff-btn-border: var(--ff-accent)}.hfb-btn--ghost:focus-visible{outline-color:var(--ff-band-ink)}.hfb-rule{height:6px;border:0;margin:0;background:repeating-linear-gradient(90deg,var(--ff-highlight) 0 3px,transparent 3px 8px);opacity:.55}.hfb-section[data-surface=dark] .hfb-rule,.hfb-section[data-surface=accent] .hfb-rule{background:repeating-linear-gradient(90deg,var(--ff-accent) 0 3px,transparent 3px 8px);opacity:.8}.hfb-marks{list-style:none;margin:0;padding:0;display:grid;gap:var(--ff-space-sm);font-family:var(--ff-font-body);font-size:1.0625rem;color:var(--ff-band-ink-muted)}.hfb-marks li{display:grid;grid-template-columns:1.25rem 1fr;gap:var(--ff-space-sm);align-items:start}.hfb-marks li:before{content:"";width:1rem;height:1rem;margin-block-start:.28em;background-color:var(--ff-accent);-webkit-mask:var(--ff-x-mask) center / contain no-repeat;mask:var(--ff-x-mask) center / contain no-repeat}:root{--ff-x-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6l3-3 5 5 5-5 3 3-5 5 5 5-3 3-5-5-5 5-3-3 5-5z'/%3E%3C/svg%3E")}.hfb-ship{display:inline-flex;align-items:center;gap:var(--ff-space-2xs);padding:.3rem .65rem;font-family:var(--ff-font-body);font-weight:600;font-size:.8125rem;letter-spacing:.02em;border-radius:var(--ff-radius);border:var(--ff-hairline) solid var(--ff-rule);background-color:color-mix(in srgb,var(--ff-band-ink) 6%,transparent);color:var(--ff-band-ink)}.hfb-ship__dot{width:8px;height:8px;border-radius:50%;flex:none}.hfb-ship--interstate .hfb-ship__dot{background-color:var(--ff-accent)}.hfb-ship--local .hfb-ship__dot{background-color:var(--ff-highlight)}.hfb-ship--pending .hfb-ship__dot{background-color:color-mix(in srgb,var(--ff-band-ink) 40%,transparent)}.hfb-clip{clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%)}hfb-reveal.hfb-reveal-ready .hfb-reveal{opacity:0;transform:translateY(18px);transition:opacity .62s cubic-bezier(.16,.84,.28,1),transform .62s cubic-bezier(.16,.84,.28,1);transition-delay:var(--ff-reveal-delay, 0ms);will-change:opacity,transform}hfb-reveal.hfb-reveal-ready .hfb-reveal.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.hfb-reveal,hfb-reveal.hfb-reveal-ready .hfb-reveal{opacity:1;transform:none;transition:none}}.hfb-grid{display:grid;gap:var(--ff-space-lg)}.hfb-stack>*+*{margin-block-start:var(--ff-space-md)}.hfb-measure{max-width:60ch}.hfb-buy{display:grid;gap:var(--ff-space-sm)}.hfb-buy__price{margin:0;font-family:var(--ff-font-display);font-weight:700;font-size:1.75rem;line-height:1;color:var(--ff-accent)}.hfb-buy--card .hfb-buy__price{font-size:1.25rem}.hfb-buy__price-pending{font-family:var(--ff-font-body);font-weight:600;font-size:1rem;letter-spacing:.02em;text-transform:uppercase;color:var(--ff-band-ink-muted)}.hfb-buy__cta{width:100%}.hfb-buy--pdp .hfb-buy__cta{width:auto;min-width:260px}.hfb-buy__cta--notify{--ff-btn-ground: var(--ff-accent);--ff-btn-ink: #FFFFFF;--ff-btn-border: transparent;font-weight:700;box-shadow:0 2px 10px color-mix(in srgb,var(--ff-accent) 35%,transparent)}.hfb-buy__cta--notify:hover{box-shadow:0 4px 16px color-mix(in srgb,var(--ff-accent) 45%,transparent);transform:translateY(-1px)}.hfb-buy__note{margin:0;font-family:var(--ff-font-body);font-size:.9375rem;line-height:1.5;color:var(--ff-band-ink-muted)}.hfb-card{display:flex;flex-direction:column;background-color:var(--ff-surface);border:var(--ff-hairline) solid var(--ff-rule);color:var(--ff-ink);text-decoration:none;overflow:hidden;transition:transform var(--ff-transition),box-shadow var(--ff-transition),border-color var(--ff-transition)}.hfb-card:hover{transform:translateY(-3px);border-color:var(--ff-accent);box-shadow:0 12px 30px -18px #1d17138c}.hfb-card:focus-visible{outline:3px solid var(--ff-accent);outline-offset:2px}.hfb-card__media{position:relative;aspect-ratio:4 / 5;background-color:var(--ff-ink);overflow:hidden}.hfb-card__media img{width:100%;height:100%;object-fit:cover;display:block}.hfb-card__media--empty{display:grid;place-items:center}.hfb-card__media--empty svg{width:42%;height:42%;opacity:.5}.hfb-card__badges{position:absolute;inset-block-start:var(--ff-space-2xs);inset-inline-start:var(--ff-space-2xs);display:flex;flex-wrap:wrap;gap:var(--ff-space-3xs)}.hfb-badge{font-family:var(--ff-font-body);font-weight:600;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .5rem;border-radius:var(--ff-radius);background-color:var(--ff-ink);color:var(--ff-surface)}.hfb-badge--copper{background-color:var(--ff-accent);color:var(--ff-ink)}.hfb-card__body{display:flex;flex-direction:column;gap:var(--ff-space-2xs);padding:var(--ff-space-md);flex:1 1 auto}.hfb-card__title{margin:0;font-family:var(--ff-font-display);font-weight:700;font-size:1.375rem;line-height:1.1;color:var(--ff-ink)}.hfb-card__cue{margin:0;font-family:var(--ff-font-body);font-size:.9375rem;line-height:1.45;color:color-mix(in srgb,var(--ff-ink) 78%,transparent)}.hfb-card__formats{display:flex;flex-wrap:wrap;gap:var(--ff-space-3xs);margin-block-start:auto;padding-block-start:var(--ff-space-2xs)}.hfb-chip{font-family:var(--ff-font-body);font-weight:600;font-size:.75rem;letter-spacing:.03em;padding:.2rem .5rem;border:var(--ff-hairline) solid var(--ff-rule);border-radius:var(--ff-radius);color:color-mix(in srgb,var(--ff-ink) 70%,transparent)}.hfb-card__foot{display:flex;align-items:center;justify-content:space-between;gap:var(--ff-space-sm);padding-block-start:var(--ff-space-2xs)}.hfb-cols{display:grid;gap:var(--ff-space-lg);grid-template-columns:1fr}@media screen and (min-width:640px){.hfb-cols{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.hfb-cols--3{grid-template-columns:repeat(3,1fr)}.hfb-cols--4{grid-template-columns:repeat(4,1fr)}}.hfb-split{display:grid;gap:var(--ff-space-xl);align-items:center}@media screen and (min-width:850px){.hfb-split{grid-template-columns:1fr 1fr}.hfb-split--media-right .hfb-split__media{order:2}}.hfb-split__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:var(--ff-ink)}.hfb-split__media img{width:100%;height:100%;object-fit:cover;display:block}.hfb-features{display:grid;gap:var(--ff-space-lg);grid-template-columns:1fr}@media screen and (min-width:640px){.hfb-features{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.hfb-features--3{grid-template-columns:repeat(3,1fr)}.hfb-features--4{grid-template-columns:repeat(4,1fr)}}.hfb-feature{display:grid;gap:var(--ff-space-2xs)}.hfb-feature__icon{width:44px;height:44px;color:var(--ff-accent)}.hfb-feature__icon svg{width:100%;height:100%}.hfb-feature__title{margin:var(--ff-space-2xs) 0 0;font-family:var(--ff-font-display);font-weight:700;font-size:1.1875rem;line-height:1.2;color:var(--ff-band-ink)}.hfb-feature__text{margin:0;font-family:var(--ff-font-body);font-size:.9375rem;line-height:1.55;color:var(--ff-band-ink-muted)}.hfb-steps{display:grid;gap:var(--ff-space-lg);grid-template-columns:1fr;counter-reset:hfb-step}@media screen and (min-width:768px){.hfb-steps--3{grid-template-columns:repeat(3,1fr)}}.hfb-step{display:grid;gap:var(--ff-space-2xs)}.hfb-step__num{display:grid;place-items:center;width:3rem;height:3rem;border-radius:50%;border:2px solid var(--ff-accent);font-family:var(--ff-font-display);font-weight:700;font-size:1.25rem;color:var(--ff-accent)}.hfb-step__title{margin:var(--ff-space-2xs) 0 0;font-family:var(--ff-font-display);font-weight:700;font-size:1.1875rem;color:var(--ff-band-ink)}.hfb-step__text{margin:0;font-family:var(--ff-font-body);font-size:.9375rem;line-height:1.55;color:var(--ff-band-ink-muted)}.hfb-accordion{display:grid;gap:var(--ff-space-xs);max-width:68ch}.hfb-acc{border:var(--ff-hairline) solid var(--ff-rule);border-radius:var(--ff-radius);background-color:color-mix(in srgb,var(--ff-band-ink) 4%,transparent)}.hfb-acc>summary{display:flex;align-items:center;justify-content:space-between;gap:var(--ff-space-sm);padding:var(--ff-space-md);cursor:pointer;list-style:none;font-family:var(--ff-font-display);font-weight:700;font-size:1.0625rem;color:var(--ff-band-ink)}.hfb-acc>summary::-webkit-details-marker{display:none}.hfb-acc>summary:focus-visible{outline:3px solid var(--ff-accent);outline-offset:-3px}.hfb-acc__icon{flex:none;width:18px;height:18px;position:relative;color:var(--ff-accent)}.hfb-acc__icon:before,.hfb-acc__icon:after{content:"";position:absolute;inset-block-start:50%;inset-inline-start:50%;width:14px;height:2px;background:currentColor;transform:translate(-50%,-50%);transition:transform var(--ff-transition)}.hfb-acc__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.hfb-acc[open] .hfb-acc__icon:after{transform:translate(-50%,-50%) rotate(0);opacity:0}.hfb-acc__body{padding:0 var(--ff-space-md) var(--ff-space-md);font-family:var(--ff-font-body);font-size:1rem;line-height:1.65;color:var(--ff-band-ink-muted)}.hfb-acc__body>*+*{margin-block-start:var(--ff-space-sm)}.header-logo .header-logo__image{height:124px;width:124px}@media screen and (min-width:750px){.header-logo .header-logo__image{height:130px;width:130px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hfb.css.map */
