:root{--hfb-surface: var(--color-background, #F4F1E8);--hfb-ink: var(--color-foreground, #1B2027);--hfb-primary: #1B4D3E;--hfb-accent: #E0A83A;--hfb-dark: #14181C;--hfb-muted: #E7E2D4;--hfb-highlight: #BBD4C4;--hfb-paper: #F4F1E8;--hfb-ink-on-dark: #F4F1E8;--hfb-space-1: .5rem;--hfb-space-2: .75rem;--hfb-space-3: 1rem;--hfb-space-4: 1.5rem;--hfb-space-5: 2rem;--hfb-space-6: 3rem;--hfb-space-7: 4rem;--hfb-space-8: 6rem;--hfb-section-y: clamp(3.5rem, 7vw, 6rem);--hfb-section-y-tight: clamp(2.5rem, 5vw, 4rem);--hfb-display: var(--font-primary--family, "Anton", sans-serif);--hfb-body: var(--font-body--family, "Work Sans", sans-serif);--hfb-h1: clamp(2rem, 6vw, 4rem);--hfb-h2: clamp(1.625rem, 4vw, 2.75rem);--hfb-h3: clamp(1.375rem, 2.6vw, 1.75rem);--hfb-lead: clamp(1.125rem, 1.6vw, 1.375rem);--hfb-body-size: clamp(1rem, 1vw + .5rem, 1.0625rem);--hfb-eyebrow: .8125rem;--hfb-track: .14em}.hfb-eyebrow{display:inline-flex;align-items:center;gap:var(--hfb-space-2);font-family:var(--hfb-body);font-weight:600;font-size:var(--hfb-eyebrow);letter-spacing:var(--hfb-track);text-transform:uppercase;color:var(--hfb-primary);margin:0 0 var(--hfb-space-3)}[data-surface=dark] .hfb-eyebrow,.hfb-on-dark .hfb-eyebrow{color:var(--hfb-accent)}.hfb-eyebrow:before{content:"";width:1.35rem;height:.72rem;border:2px solid var(--hfb-accent);border-radius:50%;transform:rotate(-14deg);flex:0 0 auto}.hfb-display{font-family:var(--hfb-display);font-weight:400;line-height:.98;letter-spacing:.005em;text-transform:uppercase;margin:0;color:var(--hfb-ink)}[data-surface=dark] .hfb-display,.hfb-on-dark .hfb-display{color:var(--hfb-ink-on-dark)}.hfb-h1{font-size:var(--hfb-h1)}.hfb-h2{font-size:var(--hfb-h2)}.hfb-h3{font-size:var(--hfb-h3);font-weight:400}.hfb-lead{font-family:var(--hfb-body);font-size:var(--hfb-lead);line-height:1.5;color:color-mix(in srgb,var(--hfb-ink) 82%,transparent);margin:var(--hfb-space-3) 0 0;max-width:46ch}[data-surface=dark] .hfb-lead,.hfb-on-dark .hfb-lead{color:color-mix(in srgb,var(--hfb-ink-on-dark) 84%,transparent)}.hfb-body{font-family:var(--hfb-body);font-size:var(--hfb-body-size);line-height:1.6}.hfb-fullbleed{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw);position:relative}.hfb-band{padding-block:var(--hfb-section-y)}.hfb-band>*{width:min(var(--page-width),100%);margin-inline:auto;padding-inline:var(--page-margin)}.hfb-band--tight{padding-block:var(--hfb-section-y-tight)}.shopify-section .hfb-band.hfb-section--surface{background:var(--hfb-surface)}.shopify-section .hfb-band.hfb-section--muted{background:var(--hfb-muted)}.shopify-section .hfb-band.hfb-section--dark{background:var(--hfb-dark)}.shopify-section .hfb-band.hfb-section--accent{background:var(--hfb-primary)}.hfb-section--dark,.hfb-section--accent{color:var(--hfb-ink-on-dark);--hfb-ink: var(--hfb-ink-on-dark)}.hfb-section{padding-block:var(--hfb-section-y)}.hfb-section--tight{padding-block:var(--hfb-section-y-tight)}.shopify-section .hfb-fullbleed.hfb-section--surface{background:var(--hfb-surface)}.shopify-section .hfb-fullbleed.hfb-section--muted{background:var(--hfb-muted)}.shopify-section .hfb-fullbleed.hfb-section--dark{background:var(--hfb-dark)}.shopify-section .hfb-fullbleed.hfb-section--accent{background:var(--hfb-primary)}.hfb-head{max-width:52ch;margin-bottom:var(--hfb-space-6)}.hfb-head--center{margin-inline:auto;text-align:center}.hfb-head--center .hfb-eyebrow{justify-content:center}.hfb-head--center .hfb-lead{margin-inline:auto}.hfb-btn{--_bg: var(--hfb-primary);--_fg: var(--hfb-paper);display:inline-flex;align-items:center;gap:var(--hfb-space-2);font-family:var(--hfb-body);font-weight:600;font-size:1rem;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;padding:.9rem 1.6rem;border-radius:6px;border:2px solid transparent;background:var(--_bg);color:var(--_fg);cursor:pointer;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease;position:relative}.hfb-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px -10px color-mix(in srgb,var(--hfb-dark) 55%,transparent)}.hfb-btn:focus-visible{outline:3px solid var(--hfb-accent);outline-offset:3px}.hfb-btn--gold{--_bg: var(--hfb-accent);--_fg: var(--hfb-dark)}.hfb-btn--ghost{--_bg: transparent;--_fg: var(--hfb-ink);border-color:color-mix(in srgb,var(--hfb-ink) 30%,transparent)}.hfb-on-dark .hfb-btn--ghost,[data-surface=dark] .hfb-btn--ghost{--_fg: var(--hfb-ink-on-dark);border-color:color-mix(in srgb,var(--hfb-ink-on-dark) 40%,transparent)}.hfb-btn--ghost:hover{border-color:var(--hfb-accent)}.hfb-card{position:relative;background:var(--hfb-paper);border:1px solid color-mix(in srgb,var(--hfb-primary) 28%,transparent);border-radius:4px;overflow:hidden}.hfb-card:after{content:"";position:absolute;top:0;left:0;width:14px;height:14px;border-top:2px solid var(--hfb-accent);border-left:2px solid var(--hfb-accent);pointer-events:none;z-index:2}.hfb-list{list-style:none;margin:0;padding:0;display:grid;gap:var(--hfb-space-3)}.hfb-list li{position:relative;padding-left:2rem;font-family:var(--hfb-body);font-size:var(--hfb-body-size);line-height:1.5}.hfb-list li:before{content:"";position:absolute;left:0;top:.32em;width:1.1rem;height:.6rem;border:2px solid var(--hfb-accent);border-radius:50%;transform:rotate(-16deg)}.hfb-wings-divider{display:block;width:min(320px,60%);height:auto;margin:var(--hfb-space-5) auto 0;opacity:.55}.hfb-wings-divider path,.hfb-wings-divider line{stroke:var(--hfb-accent)}.hfb-quote{position:relative;text-align:center;max-width:22ch;margin-inline:auto}.hfb-quote:before{content:"";display:block;width:120px;height:32px;margin:0 auto var(--hfb-space-4);border:3px solid var(--hfb-accent);border-bottom:none;border-radius:120px 120px 0 0;transform:rotate(-4deg)}.hfb-quote p{font-family:var(--hfb-display);font-size:var(--hfb-h2);line-height:1.02;text-transform:uppercase;margin:0}.hfb-badge{display:inline-block;font-family:var(--hfb-display);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;padding:.28rem .55rem;background:var(--hfb-accent);color:var(--hfb-dark);border-radius:2px;line-height:1.1}.hfb-badge--sold{background:var(--hfb-dark);color:var(--hfb-paper)}.hfb-placeholder{display:grid;place-items:center;width:100%;height:100%;aspect-ratio:4 / 5;background:radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--hfb-primary) 8%,transparent),transparent 60%),var(--hfb-muted)}.hfb-placeholder svg{width:58%;max-width:220px;opacity:.5}.hfb-placeholder svg path,.hfb-placeholder svg line{stroke:var(--hfb-primary)}@media(prefers-reduced-motion:no-preference){.hfb-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.hfb-reveal.is-in{opacity:1;transform:none}.hfb-reveal[data-reveal-delay="1"]{transition-delay:.08s}.hfb-reveal[data-reveal-delay="2"]{transition-delay:.16s}.hfb-reveal[data-reveal-delay="3"]{transition-delay:.24s}.hfb-reveal[data-reveal-delay="4"]{transition-delay:.32s}.hfb-words .hfb-word{opacity:0;transform:translateY(.4em);display:inline-block;transition:opacity .5s ease,transform .5s ease}.hfb-words.is-in .hfb-word{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.hfb-reveal,.hfb-words .hfb-word{opacity:1!important;transform:none!important}}.hfb-word{--_i: 0;transition-delay:calc(var(--_i) * .06s)!important}.hfb-field:focus-visible,.hfb-input:focus-visible{outline:3px solid var(--hfb-accent);outline-offset:2px}.hfb-split{display:grid;gap:var(--hfb-space-6);align-items:center}@media(min-width:750px){.hfb-split{grid-template-columns:1fr 1fr;gap:var(--hfb-space-7)}.hfb-split--reverse>:first-child{order:2}}.hfb-media{border-radius:4px;overflow:hidden}.hfb-media img{display:block;width:100%;height:100%;object-fit:cover}.hfb-grid{display:grid;gap:var(--hfb-space-4);grid-template-columns:1fr}@media(min-width:600px){.hfb-grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:750px){.hfb-grid--3{grid-template-columns:repeat(3,1fr)}.hfb-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.hfb-grid--4{grid-template-columns:repeat(4,1fr)}}.hfb-pc{display:flex;flex-direction:column;height:100%}.hfb-pc__link{text-decoration:none;color:inherit;display:block}.hfb-pc__media{position:relative;aspect-ratio:4 / 5;background:var(--hfb-muted)}.hfb-pc__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .5s ease}.hfb-pc__img--2{opacity:0}@media(hover:hover){.hfb-pc__media:hover .hfb-pc__img--1{opacity:0}.hfb-pc__media:hover .hfb-pc__img--2{opacity:1}.hfb-pc__media:hover .hfb-pc__img{transform:scale(1.03)}}.hfb-pc:hover .hfb-pc__media{border-color:var(--hfb-accent)}.hfb-pc__badges{position:absolute;top:.6rem;left:.6rem;display:flex;gap:.35rem;z-index:3}.hfb-pc__body{padding:var(--hfb-space-3) 0 var(--hfb-space-2)}.hfb-pc__name{font-family:var(--hfb-body);font-weight:600;font-size:1.0625rem;line-height:1.25;margin:0 0 .35rem;color:var(--hfb-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hfb-pc__price{font-family:var(--hfb-body);font-weight:600;font-size:1.0625rem;color:var(--hfb-ink);display:flex;gap:.5rem;align-items:baseline}.hfb-pc__price-sale{color:var(--hfb-primary)}.hfb-pc__price-was{color:color-mix(in srgb,var(--hfb-ink) 55%,transparent);font-weight:500}[data-surface=dark] .hfb-pc__name,[data-surface=dark] .hfb-pc__price{color:var(--hfb-ink-on-dark)}.hfb-pc__form{margin-top:auto}.hfb-pc__cta{margin-top:auto;width:100%;justify-content:center}.hfb-pc__form .hfb-pc__cta{width:100%}.hfb-placeholder__mark{color:var(--hfb-primary)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hfb-brand.css.map */
