:root{--bf-black: #0b0b0b;--bf-white: #ffffff;--bf-offwhite: #f5f4f0;--bf-gold: #d5b25c;--bf-gray-100: #f4f4f4;--bf-gray-300: #d1d1d1;--bf-gray-500: #8c8c8c;--bf-gray-700: #4d4d4d;--bf-gray-900: #1b1b1b;--bf-max-width: 1500px;--bf-radius:16px;--bf-transition:.3s ease}body{background:var(--bf-black);color:var(--bf-offwhite);font-family:Avenir Next,Inter,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3,h4{font-family:Baskerville,Georgia,serif;font-weight:400;letter-spacing:-.03em}.page-width{max-width:var(--bf-max-width);margin:auto}.button,button{border-radius:999px;transition:var(--bf-transition)}.button:hover{transform:translateY(-2px)}.bf-container{width:min(calc(100% - 4.8rem),192rem);margin-inline:auto}.bf-hero{position:relative;z-index:10;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding-top:12.8rem;padding-bottom:4.8rem;background:#0c0b0a;color:#f5f4f0}.bf-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.bf-hero__image{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.05);filter:brightness(.45) contrast(1.25)}.bf-hero__placeholder{background:#191714;fill:#f5f4f01f}.bf-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.bf-hero__overlay--bottom{background:linear-gradient(to top,#0c0b0a,#0c0b0a66 52%,#0c0b0a33)}.bf-hero__overlay--side{background:linear-gradient(to right,rgba(12,11,10,.6),transparent)}.bf-hero__intro,.bf-hero__headline-wrap,.bf-hero__footer{position:relative;z-index:1}.bf-hero__intro{display:flex;align-items:flex-start;justify-content:space-between;gap:3.2rem}.bf-hero__intro-copy{max-width:44.8rem}.bf-hero__eyebrow,.bf-hero__edition,.bf-hero__scroll,.bf-hero__button{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.bf-hero__eyebrow{margin:0 0 1.6rem;color:#d4af37;font-size:1.2rem;line-height:1.4;letter-spacing:.25em;text-transform:uppercase}.bf-hero__description{margin:0;max-width:44.8rem;color:#f5f4f0b3;font-size:1.44rem;line-height:1.75;font-weight:300}.bf-hero__edition{margin:0;color:#f5f4f066;font-size:1.2rem;line-height:1.4;letter-spacing:.14em;text-transform:uppercase;text-align:right}.bf-hero__headline-wrap{width:100%;margin-block:auto;padding-block:4.8rem}.bf-hero__headline{max-width:128rem;margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(5.6rem,9vw,17.6rem);font-weight:400;line-height:.9;letter-spacing:-.04em}.bf-hero__headline>span{display:inline-block;margin-right:.25em;opacity:0;transform:translateY(40px);animation:bf-hero-word 1.1s cubic-bezier(.22,1,.36,1) forwards}.bf-hero__headline>span:nth-child(2){animation-delay:.12s}.bf-hero__headline>span:nth-child(3){animation-delay:.24s}.bf-hero__headline-accent{color:#d4af37;font-style:italic}.bf-hero__footer{display:flex;align-items:center;justify-content:space-between;gap:3.2rem;padding-top:3.2rem;border-top:1px solid rgba(245,244,240,.1)}.bf-hero__actions{display:flex;flex-wrap:wrap;gap:1.6rem}.bf-hero__button{min-height:4.96rem;display:inline-flex;align-items:center;justify-content:center;gap:1.04rem;padding:1.6rem 3.2rem;border-radius:999px;font-size:1.2rem;line-height:1;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease}.bf-hero__button:hover{transform:translateY(-2px)}.bf-hero__button--primary{position:relative;overflow:hidden;background:#f5f4f0;color:#0c0b0a}.bf-hero__button--primary:hover{background:#d4af37;color:#0c0b0a;box-shadow:0 0 30px #d4af3733}.bf-hero__arrow{transition:transform .3s ease}.bf-hero__button--primary:hover .bf-hero__arrow{transform:translate(.4rem)}.bf-hero__button--secondary{border:1px solid rgba(245,244,240,.2);color:#f5f4f0}.bf-hero__button--secondary:hover{border-color:#d4af37;color:#d4af37}.bf-hero__status-dot{width:.64rem;height:.64rem;flex:0 0 auto;border-radius:50%;background:#d4af37;animation:bf-hero-pulse 1.5s ease-in-out infinite}.bf-hero__scroll{display:flex;align-items:center;gap:1.6rem;color:#f5f4f066;font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase}.bf-hero__scroll-circle{width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(245,244,240,.2);border-radius:50%}.bf-hero__scroll-circle>span{width:.64rem;height:.64rem;border-radius:50%;background:#d4af37;animation:bf-hero-bounce 1.25s ease-in-out infinite}@keyframes bf-hero-word{to{opacity:1;transform:translateY(0)}}@keyframes bf-hero-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes bf-hero-bounce{0%,to{transform:translateY(-3px)}50%{transform:translateY(3px)}}@media screen and (max-width:749px){.bf-container{width:min(calc(100% - 3.2rem),192rem)}.bf-hero{padding-top:11.2rem;padding-bottom:3.2rem}.bf-hero__edition{display:none}.bf-hero__headline-wrap{padding-block:6.4rem}.bf-hero__headline{font-size:clamp(5.6rem,18vw,9.6rem)}.bf-hero__footer{flex-direction:column;align-items:stretch}.bf-hero__actions{flex-direction:column}.bf-hero__button{width:100%}.bf-hero__scroll{justify-content:flex-end}}@media(prefers-reduced-motion:reduce){.bf-hero__headline>span,.bf-hero__status-dot,.bf-hero__scroll-circle>span{opacity:1;transform:none;animation:none}}.bf-manifesto{position:relative;z-index:10;background:#0c0b0a;color:#f5f4f0}.bf-manifesto__inner{width:min(calc(100% - 4.8rem),128rem);margin-inline:auto;padding-block:16rem;border-top:1px solid rgba(245,244,240,.1);text-align:center}.bf-manifesto__eyebrow{display:block;margin-bottom:4.8rem;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;line-height:1.4;letter-spacing:.3em;text-transform:uppercase}.bf-manifesto__lines{display:grid;gap:.8rem}.bf-manifesto__line{margin:0;color:#f5f4f0cc;font-family:Baskerville,Georgia,serif;font-size:clamp(2.72rem,3.25vw,4.8rem);font-weight:300;line-height:1.3;letter-spacing:-.025em;opacity:0;transform:translateY(20px);animation:bf-manifesto-rise .8s cubic-bezier(.22,1,.36,1) var(--bf-manifesto-delay) forwards}.bf-manifesto__line--accent{color:#d4af37;font-style:italic}.bf-manifesto__body{max-width:57.6rem;margin:6.4rem auto 0;color:#f5f4f080;font-size:clamp(1.44rem,1.2vw,1.6rem);line-height:1.75;font-weight:300;opacity:0;animation:bf-manifesto-fade 1s ease .8s forwards}.bf-manifesto__body p{margin:0}@keyframes bf-manifesto-rise{to{opacity:1;transform:translateY(0)}}@keyframes bf-manifesto-fade{to{opacity:1}}@media screen and (max-width:749px){.bf-manifesto__inner{width:min(calc(100% - 3.2rem),128rem);padding-block:11.2rem}.bf-manifesto__eyebrow{margin-bottom:3.6rem}.bf-manifesto__body{margin-top:4.8rem}}@media(prefers-reduced-motion:reduce){.bf-manifesto__line,.bf-manifesto__body{opacity:1;transform:none;animation:none}}.bf-pillars{position:relative;z-index:10;padding-block:12.8rem;background:#0c0b0a;color:#f5f4f0}.bf-pillars .bf-container{padding-top:0;border-top:1px solid rgba(245,244,240,.1)}.bf-pillars__heading{max-width:76.8rem;padding-top:12.8rem;margin-bottom:8rem}.bf-pillars__eyebrow{display:block;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.bf-pillars__title{margin:1.6rem 0 0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,5vw,6.4rem);font-weight:300;line-height:1.05;letter-spacing:-.035em}.bf-pillars__title em{color:#d4af37;font-weight:300}.bf-pillars__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3.2rem}.bf-pillar-card{position:relative;min-height:68rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:3.2rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;opacity:0;transform:translateY(40px);animation:bf-pillar-rise .7s cubic-bezier(.22,1,.36,1) var(--bf-pillar-delay) forwards;transition:border-color .5s ease,transform .5s ease}.bf-pillar-card:hover{border-color:#d4af3780;transform:translateY(-4px)}.bf-pillar-card__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.bf-pillar-card__image{width:100%;height:100%;display:block;object-fit:cover;background:#1c1a17;transition:transform .7s ease}.bf-pillar-card:hover .bf-pillar-card__image{transform:scale(1.05)}.bf-pillar-card__placeholder{fill:#f5f4f01f}.bf-pillar-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0c0b0a,#0c0b0a80 52%,#0c0b0a1a)}.bf-pillar-card__top,.bf-pillar-card__content{position:relative;z-index:1}.bf-pillar-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem}.bf-pillar-card__number{color:#d4af37cc;font-family:Baskerville,Georgia,serif;font-size:4.8rem;line-height:1;font-style:italic}.bf-pillar-card__tag,.bf-pillar-card__label,.bf-pillar-card__link{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-transform:uppercase}.bf-pillar-card__tag{color:#f5f4f066;font-size:1.12rem;letter-spacing:.14em;text-align:right}.bf-pillar-card__label{display:block;margin-bottom:1.2rem;color:#d4af37;font-size:1.12rem;letter-spacing:.3em}.bf-pillar-card__content h3{margin:0 0 1.6rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(3.2rem,3vw,4rem);font-weight:400;line-height:1.08}.bf-pillar-card__content p{max-width:32rem;margin:0 0 3.2rem;color:#f5f4f0b3;font-size:1.44rem;line-height:1.7;font-weight:300}.bf-pillar-card__link{display:inline-flex;align-items:center;gap:.8rem;padding-bottom:.4rem;border-bottom:1px solid transparent;color:#f5f4f0;font-size:1.12rem;letter-spacing:.14em;text-decoration:none;transition:color .3s ease,border-color .3s ease}.bf-pillar-card:hover .bf-pillar-card__link{color:#d4af37;border-color:#d4af37}.bf-pillar-card__link span:last-child{transition:transform .3s ease}.bf-pillar-card:hover .bf-pillar-card__link span:last-child{transform:translate(.64rem)}@keyframes bf-pillar-rise{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:989px){.bf-pillars__grid{grid-template-columns:1fr}.bf-pillar-card{min-height:60.8rem}}@media screen and (max-width:749px){.bf-pillars{padding-block:9.6rem}.bf-pillars__heading{padding-top:9.6rem;margin-bottom:4.8rem}.bf-pillar-card{min-height:54.4rem;padding:2.4rem}}@media(prefers-reduced-motion:reduce){.bf-pillar-card{opacity:1;transform:none;animation:none}.bf-pillar-card__image,.bf-pillar-card__link,.bf-pillar-card__link span{transition:none}}.bf-apparel{position:relative;z-index:10;padding-block:12.8rem;border-top:1px solid rgba(245,244,240,.1);background:#0c0b0a;color:#f5f4f0}.bf-apparel__header{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:4.8rem;align-items:end;margin-bottom:8rem}.bf-apparel__heading{grid-column:span 7}.bf-apparel__description{grid-column:span 5;margin:0;color:#f5f4f099;font-size:1.44rem;line-height:1.75;font-weight:300}.bf-apparel__eyebrow{display:block;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.bf-apparel__title{max-width:64rem;margin:1.6rem 0 0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,5vw,6.4rem);font-weight:300;line-height:1.05;letter-spacing:-.035em}.bf-apparel__title em{color:#d4af37;font-weight:300}.bf-apparel__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3.2rem}.bf-product-card{display:flex;flex-direction:column;opacity:0;transform:translateY(30px);animation:bf-product-rise .6s ease var(--bf-product-delay) forwards}.bf-product-card__media{position:relative;display:block;aspect-ratio:3 / 4;overflow:hidden;margin-bottom:2.4rem;border:1px solid rgba(245,244,240,.05);border-radius:2.4rem;background:#1c1a17;transition:border-color .3s ease}.bf-product-card:hover .bf-product-card__media{border-color:#d4af374d}.bf-product-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease}.bf-product-card:hover .bf-product-card__image{transform:scale(1.05)}.bf-product-card__placeholder{fill:#f5f4f01f}.bf-product-card__tag{position:absolute;top:2.4rem;left:2.4rem;padding:.64rem 1.2rem;border:1px solid rgba(212,175,55,.3);border-radius:999px;background:#d4af371a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1rem;letter-spacing:.12em;text-transform:uppercase}.bf-product-card__details{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem}.bf-product-card__details h3{margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:1.84rem;font-weight:400}.bf-product-card__details h3 a{color:inherit;text-decoration:none;transition:color .3s ease}.bf-product-card:hover h3 a{color:#d4af37}.bf-product-card__details p{margin:.56rem 0 0;color:#f5f4f080;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem}.bf-product-card__price{color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.36rem;white-space:nowrap}.bf-apparel__footer{display:flex;justify-content:space-between;align-items:center;gap:3.2rem;margin-top:6.4rem;padding-top:4rem;border-top:1px solid rgba(245,244,240,.1)}.bf-apparel__footer p{margin:0;color:#f5f4f066;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase}.bf-apparel__button{display:inline-flex;align-items:center;gap:1.2rem;padding:1.6rem 3.2rem;border:1px solid rgba(245,244,240,.1);border-radius:999px;color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:color .3s ease,border-color .3s ease}.bf-apparel__button:hover{border-color:#d4af37;color:#d4af37}@keyframes bf-product-rise{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:989px){.bf-apparel__header{grid-template-columns:1fr}.bf-apparel__heading,.bf-apparel__description{grid-column:auto}.bf-apparel__grid{grid-template-columns:1fr}}@media screen and (max-width:749px){.bf-apparel{padding-block:9.6rem}.bf-apparel__header{margin-bottom:4.8rem}.bf-apparel__footer{flex-direction:column;align-items:flex-start}.bf-apparel__button{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.bf-product-card{opacity:1;transform:none;animation:none}.bf-product-card__image{transition:none}}.bf-gifting{position:relative;z-index:10;overflow:hidden;padding-block:12.8rem;border-top:1px solid rgba(245,244,240,.1);background:#12110f;color:#f5f4f0}.bf-gifting__glow{position:absolute;top:25%;right:-25%;width:60rem;height:60rem;border-radius:50%;background:#d4af370d;filter:blur(12rem);pointer-events:none}.bf-gifting__grid{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:6.4rem;align-items:center}.bf-gifting__card-wrap,.bf-gifting__content{grid-column:span 6}.bf-gifting__card-wrap{opacity:0;transform:translateY(30px);animation:bf-gifting-rise .7s ease forwards}.bf-gifting__content{opacity:0;transform:translateY(30px);animation:bf-gifting-rise .7s ease .15s forwards}.bf-gifting__card{position:relative;overflow:hidden;padding:4.8rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;background:#0c0b0a}.bf-gifting__card-glow{position:absolute;top:0;right:0;width:12.8rem;height:12.8rem;border-radius:50%;background:#d4af370d;filter:blur(3.2rem);pointer-events:none}.bf-gifting__compliance{position:relative;display:flex;align-items:center;gap:1.2rem;margin-bottom:3.2rem;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase}.bf-gifting__shield{width:2rem;height:2rem;display:inline-flex}.bf-gifting__shield svg{width:100%;height:100%}.bf-gifting__card-heading{position:relative;margin:0 0 4rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:2.4rem;font-weight:400}.bf-gifting__steps{position:relative;display:grid;gap:3.2rem}.bf-gifting__step{display:flex;align-items:flex-start;gap:2rem}.bf-gifting__step-number{width:3.6rem;height:3.6rem;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(212,175,55,.2);border-radius:50%;background:#d4af371a;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem}.bf-gifting__step h4{margin:0 0 .4rem;color:#f5f4f0;font-size:1.44rem;font-weight:600}.bf-gifting__step p{margin:0;color:#f5f4f099;font-size:1.2rem;line-height:1.65;font-weight:300}.bf-gifting__button{position:relative;width:100%;min-height:5.2rem;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;margin-top:4rem;padding:1.6rem 2.4rem;border-radius:1.2rem;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background-color .3s ease,color .3s ease}.bf-gifting__button:hover{background:#f5f4f0;color:#0c0b0a}.bf-gifting__eyebrow{display:block;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.bf-gifting__heading{max-width:70.4rem;margin:1.6rem 0 3.2rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,5vw,6.4rem);font-weight:300;line-height:1.05;letter-spacing:-.035em}.bf-gifting__heading em{display:inline;color:#d4af37;font-weight:300}.bf-gifting__primary-text{max-width:64rem;margin-bottom:2.4rem;color:#f5f4f0cc;font-size:1.76rem;line-height:1.75;font-weight:300}.bf-gifting__secondary-text{max-width:54.4rem;margin-bottom:4rem;color:#f5f4f080;font-size:1.44rem;line-height:1.7;font-weight:300}.bf-gifting__primary-text p,.bf-gifting__secondary-text p{margin:0}.bf-gifting__badges{display:flex;flex-wrap:wrap;gap:1.6rem}.bf-gifting__badge{padding:.88rem 1.6rem;border:1px solid rgba(245,244,240,.1);border-radius:999px;color:#f5f4f099;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;letter-spacing:.1em;text-transform:uppercase}@keyframes bf-gifting-rise{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:989px){.bf-gifting__grid{grid-template-columns:1fr}.bf-gifting__card-wrap,.bf-gifting__content{grid-column:auto}.bf-gifting__content{order:1}.bf-gifting__card-wrap{order:2}}@media screen and (max-width:749px){.bf-gifting{padding-block:9.6rem}.bf-gifting__grid{gap:4.8rem}.bf-gifting__card{padding:3.2rem 2.4rem}.bf-gifting__heading{font-size:clamp(4rem,13vw,6.4rem)}}@media(prefers-reduced-motion:reduce){.bf-gifting__card-wrap,.bf-gifting__content{opacity:1;transform:none;animation:none}}.bf-journal{position:relative;z-index:10;padding-block:12.8rem;border-top:1px solid rgba(245,244,240,.1);background:#0c0b0a;color:#f5f4f0}.bf-journal__header{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:4.8rem;align-items:end;margin-bottom:8rem}.bf-journal__heading{grid-column:span 7}.bf-journal__description{grid-column:span 5;margin:0;color:#f5f4f099;font-size:1.44rem;line-height:1.75;font-weight:300}.bf-journal__eyebrow{display:block;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.bf-journal__title{max-width:67.2rem;margin:1.6rem 0 0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,5vw,6.4rem);font-weight:300;line-height:1.05;letter-spacing:-.035em}.bf-journal__title em{color:#d4af37;font-weight:300}.bf-journal__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:4.8rem}.bf-journal__featured{grid-column:span 7;opacity:0;transform:translateY(30px);animation:bf-journal-rise .7s ease forwards}.bf-journal__featured-link{display:block;color:inherit;text-decoration:none}.bf-journal__featured-media{position:relative;aspect-ratio:16 / 10;overflow:hidden;margin-bottom:3.2rem;border:1px solid rgba(245,244,240,.05);border-radius:2.4rem;background:#1c1a17;transition:border-color .3s ease}.bf-journal__featured-link:hover .bf-journal__featured-media{border-color:#d4af374d}.bf-journal__featured-image,.bf-journal-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease}.bf-journal__featured-link:hover .bf-journal__featured-image{transform:scale(1.02)}.bf-journal__placeholder{fill:#f5f4f01f}.bf-journal__featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(12,11,10,.8),transparent)}.bf-journal__featured-badge{position:absolute;left:2.4rem;bottom:2.4rem;padding:.64rem 1.2rem;border:1px solid rgba(212,175,55,.3);border-radius:999px;background:#d4af371a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1rem;letter-spacing:.12em;text-transform:uppercase}.bf-journal__meta{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.2rem;color:#f5f4f066;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase}.bf-journal__meta--small{gap:.8rem;font-size:1rem}.bf-journal__category{color:#d4af37}.bf-journal__featured-title{margin:0 0 1.6rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(3.2rem,3vw,4.8rem);font-weight:400;line-height:1.15;letter-spacing:-.025em;transition:color .3s ease}.bf-journal__featured-link:hover .bf-journal__featured-title{color:#d4af37}.bf-journal__featured-excerpt{max-width:67.2rem;margin:0;color:#f5f4f0b3;font-size:1.44rem;line-height:1.75;font-weight:300}.bf-journal__side{grid-column:span 5;display:flex;flex-direction:column;gap:4rem;justify-content:space-between}.bf-journal-card{opacity:0;transform:translateY(20px);animation:bf-journal-rise .6s ease var(--bf-journal-delay) forwards}.bf-journal-card__link{display:flex;align-items:flex-start;gap:2.4rem;color:inherit;text-decoration:none}.bf-journal-card__media{width:14.4rem;height:14.4rem;flex:0 0 14.4rem;overflow:hidden;border:1px solid rgba(245,244,240,.05);border-radius:1.6rem;background:#1c1a17;transition:border-color .3s ease}.bf-journal-card__link:hover .bf-journal-card__media{border-color:#d4af374d}.bf-journal-card__link:hover .bf-journal-card__image{transform:scale(1.05)}.bf-journal-card__content h4{margin:0 0 .8rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:1.84rem;font-weight:400;line-height:1.25;transition:color .3s ease}.bf-journal-card__link:hover h4{color:#d4af37}.bf-journal-card__content p{margin:0;color:#f5f4f099;font-size:1.2rem;line-height:1.6;font-weight:300}.bf-journal__button{display:inline-flex;align-items:center;gap:.8rem;padding-top:1.6rem;border-top:1px solid rgba(245,244,240,.1);color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:color .3s ease}.bf-journal__button:hover{color:#f5f4f0}.bf-journal__button span:last-child{transition:transform .3s ease}.bf-journal__button:hover span:last-child{transform:translate(.64rem)}.bf-journal__empty{padding:4.8rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;color:#f5f4f099;text-align:center}@keyframes bf-journal-rise{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:989px){.bf-journal__header,.bf-journal__grid{grid-template-columns:1fr}.bf-journal__heading,.bf-journal__description,.bf-journal__featured,.bf-journal__side{grid-column:auto}}@media screen and (max-width:749px){.bf-journal{padding-block:9.6rem}.bf-journal__header{margin-bottom:4.8rem}.bf-journal-card__link{gap:1.6rem}.bf-journal-card__media{width:11.2rem;height:11.2rem;flex-basis:11.2rem}}@media(prefers-reduced-motion:reduce){.bf-journal__featured,.bf-journal-card{opacity:1;transform:none;animation:none}.bf-journal__featured-image,.bf-journal-card__image{transition:none}}.bf-community{position:relative;z-index:10;overflow:hidden;padding-block:12.8rem;border-top:1px solid rgba(245,244,240,.1);background:#0c0b0a;color:#f5f4f0}.bf-community__header{margin-bottom:8rem}.bf-community__eyebrow{display:block;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.bf-community__heading{margin:1.6rem 0 0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,5vw,6.4rem);font-weight:300;line-height:1.05;letter-spacing:-.035em}.bf-community__track{display:flex;gap:2.4rem;overflow-x:auto;padding:0 4.8rem 4.8rem;scroll-snap-type:x proximity;scrollbar-width:none}.bf-community__track::-webkit-scrollbar{display:none}.bf-community-card{position:relative;width:35rem;aspect-ratio:4 / 5;flex:0 0 auto;overflow:hidden;border-radius:2.4rem;background:#1c1a17;scroll-snap-align:start;opacity:0;transform:scale(.96);animation:bf-community-reveal .6s ease var(--bf-community-delay) forwards}.bf-community-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease}.bf-community-card:hover .bf-community-card__image{transform:scale(1.05)}.bf-community-card__placeholder{fill:#f5f4f01f}.bf-community-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(12,11,10,.8),rgba(12,11,10,.2),transparent);opacity:0;transition:opacity .3s ease}.bf-community-card:hover .bf-community-card__overlay{opacity:1}.bf-community-card__content{position:absolute;right:2.4rem;bottom:2.4rem;left:2.4rem;opacity:0;transform:translateY(1.6rem);transition:opacity .3s ease,transform .3s ease}.bf-community-card:hover .bf-community-card__content{opacity:1;transform:translateY(0)}.bf-community-card__label{margin:0 0 .4rem;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase}.bf-community-card__caption{margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:1.6rem;line-height:1.4}@keyframes bf-community-reveal{to{opacity:1;transform:scale(1)}}@media screen and (min-width:750px){.bf-community-card{width:45rem}}@media screen and (max-width:749px){.bf-community{padding-block:9.6rem}.bf-community__header{margin-bottom:4.8rem}.bf-community__track{gap:1.6rem;padding-inline:1.6rem}.bf-community-card{width:82vw;max-width:35rem}.bf-community-card__overlay{opacity:1}.bf-community-card__content{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.bf-community-card{opacity:1;transform:none;animation:none}.bf-community-card__image,.bf-community-card__overlay,.bf-community-card__content{transition:none}}.bf-newsletter{position:relative;z-index:10;overflow:hidden;padding-block:12.8rem;border-top:1px solid rgba(245,244,240,.1);background:#12110f;color:#f5f4f0}.bf-newsletter__glow{position:absolute;left:50%;bottom:-22.4rem;width:64rem;height:64rem;transform:translate(-50%);border-radius:50%;background:#d4af370f;filter:blur(12.8rem);pointer-events:none}.bf-newsletter__inner{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:6.4rem;align-items:end}.bf-newsletter__content,.bf-newsletter__form-wrap{grid-column:span 6}.bf-newsletter__eyebrow{display:block;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.bf-newsletter__heading{max-width:64rem;margin:1.6rem 0 3.2rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,5vw,6.4rem);font-weight:300;line-height:1.05;letter-spacing:-.035em}.bf-newsletter__heading em{color:#d4af37;font-weight:300}.bf-newsletter__description{max-width:54.4rem;margin:0;color:#f5f4f099;font-size:1.52rem;line-height:1.75;font-weight:300}.bf-newsletter__form{width:100%}.bf-newsletter__field{display:flex;gap:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(245,244,240,.15)}.bf-newsletter__input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#f5f4f0;font-size:1.6rem;box-shadow:none}.bf-newsletter__input::placeholder{color:#f5f4f059}.bf-newsletter__button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:1.04rem;padding:1.44rem 2.4rem;border:1px solid rgba(212,175,55,.4);border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.bf-newsletter__button:hover{background:#f5f4f0;border-color:#f5f4f0;color:#0c0b0a}.bf-newsletter__note{margin:1.6rem 0 0;color:#f5f4f059;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.04rem;line-height:1.6;letter-spacing:.08em;text-transform:uppercase}.bf-newsletter__message{margin:1.6rem 0 0;font-size:1.36rem;line-height:1.5}.bf-newsletter__message--success{color:#d4af37}.bf-newsletter__message--error{color:#f5a5a5}.bf-newsletter__message--error ul{margin:0;padding-left:2rem}@media screen and (max-width:989px){.bf-newsletter__inner{grid-template-columns:1fr}.bf-newsletter__content,.bf-newsletter__form-wrap{grid-column:auto}}@media screen and (max-width:749px){.bf-newsletter{padding-block:9.6rem}.bf-newsletter__inner{gap:4.8rem}.bf-newsletter__field{flex-direction:column;border-bottom:0}.bf-newsletter__input{min-height:5.6rem;padding:0 1.6rem;border:1px solid rgba(245,244,240,.15);border-radius:1.2rem}.bf-newsletter__button{width:100%;min-height:5.6rem}}.bf-menu-lock{overflow:hidden}.bf-header{position:fixed;top:3.6rem;right:0;left:0;z-index:100;width:100%;border-bottom:1px solid rgba(245,244,240,.1);background:#0c0b0ae6;color:#f5f4f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translateY(0);transition:transform .3s ease,background-color .3s ease,border-color .3s ease}.bf-header--transparent:not(.is-scrolled):not(.is-menu-open){border-color:transparent;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.bf-header.is-hidden{transform:translateY(calc(-100% - 3.6rem))}.bf-header__inner{height:8rem;display:flex;align-items:center;justify-content:space-between;gap:3.2rem}.bf-header__brand{display:inline-flex;align-items:center;gap:1.2rem;flex:0 0 auto;color:#f5f4f0;text-decoration:none}.bf-header__mark{width:3.2rem;height:3.2rem;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #d4af37;border-radius:50%}.bf-header__mark span{width:1.2rem;height:1.2rem;border-radius:50%;background:#d4af37;filter:blur(1px);transition:transform .5s ease}.bf-header__brand:hover .bf-header__mark span{transform:scale(1.5)}.bf-header__brand-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase;transition:color .3s ease}.bf-header__brand:hover .bf-header__brand-text{color:#d4af37}.bf-header__desktop-nav{height:100%;display:flex;align-items:center;gap:3.2rem}.bf-header__nav-item{position:relative;height:100%;display:flex;align-items:center}.bf-header__nav-link{position:relative;display:inline-flex;align-items:center;gap:.8rem;color:#f5f4f099;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:color .3s ease}.bf-header__nav-link:after{content:"";position:absolute;right:0;bottom:-2.16rem;left:0;height:1px;background:#d4af37;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.bf-header__nav-link:hover,.bf-header__nav-link.is-active{color:#f5f4f0}.bf-header__nav-link:hover:after,.bf-header__nav-link.is-active:after{transform:scaleX(1)}.bf-header__nav-link--accent{color:#f5f4f0}.bf-header__accent-dot{width:.64rem;height:.64rem;border-radius:50%;background:#d4af37;animation:bf-header-pulse 1.5s ease-in-out infinite}.bf-header__chevron{font-size:.8rem;opacity:.5}.bf-header__dropdown{position:absolute;top:100%;left:50%;min-width:20.8rem;padding-top:1.6rem;opacity:0;visibility:hidden;transform:translate(-50%,.8rem);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.bf-header__nav-item:hover .bf-header__dropdown,.bf-header__nav-item:focus-within .bf-header__dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.bf-header__dropdown-panel{padding:1.6rem;border:1px solid rgba(245,244,240,.1);border-radius:1.6rem;background:#0c0b0a;box-shadow:0 2.4rem 6.4rem #00000059}.bf-header__dropdown-all,.bf-header__dropdown-link{display:block;border-radius:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-decoration:none;text-transform:uppercase}.bf-header__dropdown-all{padding:1.04rem 1.6rem;color:#d4af37;font-size:1rem;letter-spacing:.1em}.bf-header__dropdown-all:hover{background:#d4af371a}.bf-header__dropdown-rule{height:1px;margin:.4rem 0;background:#f5f4f01a}.bf-header__dropdown-link{padding:1.2rem 1.6rem;color:#f5f4f0b3;font-size:1.12rem;letter-spacing:.12em}.bf-header__dropdown-link:hover,.bf-header__dropdown-link.is-active{background:#f5f4f00d;color:#f5f4f0}.bf-header__utilities{display:flex;align-items:center;gap:2rem;flex:0 0 auto}.bf-header__utility,.bf-header__cart{color:#f5f4f099;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:color .3s ease}.bf-header__utility:hover,.bf-header__cart:hover{color:#f5f4f0}.bf-header__cart{display:inline-flex;align-items:center;gap:.8rem;color:#f5f4f0}.bf-header__cart:hover{color:#d4af37}.bf-header__cart-count{min-width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;padding-inline:.48rem;border-radius:999px;background:#d4af37;color:#0c0b0a;font-size:1rem;font-weight:700}.bf-header__menu-button{width:2.4rem;height:2.4rem;display:none;flex-direction:column;align-items:flex-end;justify-content:center;gap:.56rem;padding:0;border:0;border-radius:0;background:transparent;cursor:pointer}.bf-header__menu-button span{width:2.4rem;height:1px;display:block;background:#f5f4f0;transition:opacity .3s ease,transform .3s ease,width .3s ease}.bf-header__menu-button span:nth-child(2){width:1.6rem}.bf-header__menu-button.is-open span:nth-child(1){transform:translateY(.688rem) rotate(45deg)}.bf-header__menu-button.is-open span:nth-child(2){opacity:0}.bf-header__menu-button.is-open span:nth-child(3){transform:translateY(-.688rem) rotate(-45deg)}.bf-header__mobile-menu{max-height:calc(100svh - 8rem);overflow-y:auto;border-top:1px solid rgba(245,244,240,.1);background:#0c0b0a}.bf-header__mobile-inner{padding:2.4rem}.bf-header__mobile-link,.bf-header__mobile-summary{min-height:4.8rem;display:flex;align-items:center;color:#f5f4f0b3;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.36rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}.bf-header__mobile-link--accent,.bf-header__mobile-accent{color:#d4af37}.bf-header__mobile-summary{justify-content:space-between;cursor:pointer;list-style:none}.bf-header__mobile-summary::-webkit-details-marker{display:none}.bf-header__mobile-toggle{position:relative;width:1.6rem;height:1.6rem}.bf-header__mobile-toggle:before,.bf-header__mobile-toggle:after{content:"";position:absolute;top:50%;left:50%;width:1.2rem;height:1px;background:#f5f4f099;transform:translate(-50%,-50%);transition:transform .3s ease}.bf-header__mobile-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.bf-header__mobile-group[open] .bf-header__mobile-toggle:after{transform:translate(-50%,-50%) rotate(0)}.bf-header__mobile-children{display:grid;gap:.4rem;padding:0 0 1.6rem 1.6rem}.bf-header__mobile-child{padding:.96rem 0;color:#f5f4f080;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.bf-header__mobile-child:hover,.bf-header__mobile-child--all{color:#d4af37}.bf-header__mobile-utilities{display:flex;gap:3.2rem;margin-top:1.6rem;padding-top:2.4rem;border-top:1px solid rgba(245,244,240,.1)}.bf-header__mobile-utilities a{color:#f5f4f099;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}@keyframes bf-header-pulse{0%,to{opacity:1}50%{opacity:.35}}@media screen and (max-width:1200px){.bf-header__desktop-nav{gap:2rem}.bf-header__utilities{gap:1.28rem}}@media screen and (max-width:989px){.bf-header__desktop-nav,.bf-header__utility--desktop{display:none}.bf-header__menu-button{display:flex}}@media screen and (max-width:749px){.bf-header__inner{height:7.2rem}.bf-header__brand-text{font-size:1.12rem;letter-spacing:.22em}.bf-header__utilities{gap:1.6rem}.bf-header__cart{font-size:1.04rem}}@media(prefers-reduced-motion:reduce){.bf-header,.bf-header__dropdown,.bf-header__mark span,.bf-header__menu-button span,.bf-header__accent-dot{transition:none;animation:none}}.bf-footer{position:relative;z-index:10;padding:9.6rem 0 4.8rem;border-top:1px solid rgba(245,244,240,.1);background:#0c0b0a;color:#f5f4f0}.bf-footer__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:4.8rem;padding-bottom:8rem}.bf-footer__brand{grid-column:span 4}.bf-footer__menu-column{grid-column:span 2}.bf-footer__compliance{grid-column:span 4;padding:3.2rem;border:1px solid rgba(245,244,240,.05);border-radius:1.6rem;background:#12110f}.bf-footer__logo{display:inline-flex;align-items:center;gap:1.2rem;margin-bottom:2.4rem;color:#f5f4f0;text-decoration:none}.bf-footer__mark{width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d4af37;border-radius:50%}.bf-footer__mark span{width:.8rem;height:.8rem;border-radius:50%;background:#d4af37;filter:blur(1px)}.bf-footer__logo-text,.bf-footer__copyright,.bf-footer__menu-column h2,.bf-footer__menu-column a,.bf-footer__compliance h2,.bf-footer__status,.bf-footer__legal a,.bf-footer__tagline{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-transform:uppercase}.bf-footer__logo-text{font-size:1.36rem;letter-spacing:.3em}.bf-footer__description{max-width:38.4rem;margin:0 0 2.4rem;color:#f5f4f099;font-size:1.2rem;line-height:1.7;font-weight:300}.bf-footer__copyright{margin:0;color:#f5f4f04d;font-size:1.04rem;letter-spacing:.1em}.bf-footer__menu-column h2,.bf-footer__compliance h2{margin:0 0 2.4rem;color:#d4af37;font-size:1.12rem;font-weight:400;letter-spacing:.12em}.bf-footer__menu-column ul{display:grid;gap:1.2rem;margin:0;padding:0;list-style:none}.bf-footer__menu-column a{color:#f5f4f099;font-size:1.12rem;letter-spacing:.12em;text-decoration:none;transition:color .3s ease}.bf-footer__menu-column a:hover{color:#f5f4f0}.bf-footer__compliance-text{color:#f5f4f080;font-size:1.04rem;line-height:1.7;font-weight:300}.bf-footer__compliance-text p{margin:0 0 1.6rem}.bf-footer__status{display:flex;align-items:center;gap:1.2rem;color:#d4af37;font-size:1rem;letter-spacing:.12em}.bf-footer__status span{width:.8rem;height:.8rem;flex:0 0 auto;border-radius:50%;background:#d4af37}.bf-footer__status p{margin:0}.bf-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:3.2rem;padding-top:3.2rem;border-top:1px solid rgba(245,244,240,.1)}.bf-footer__legal{display:flex;flex-wrap:wrap;gap:2.4rem}.bf-footer__legal a,.bf-footer__tagline{color:#f5f4f066;font-size:1rem;letter-spacing:.12em;text-decoration:none}.bf-footer__legal a:hover{color:#f5f4f0}.bf-footer__tagline{margin:0;color:#f5f4f04d}@media screen and (max-width:989px){.bf-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bf-footer__brand,.bf-footer__menu-column,.bf-footer__compliance{grid-column:auto}.bf-footer__compliance{grid-column:span 2}}@media screen and (max-width:749px){.bf-footer{padding-top:8rem}.bf-footer__grid{grid-template-columns:1fr;gap:4rem}.bf-footer__brand,.bf-footer__menu-column,.bf-footer__compliance{grid-column:auto}.bf-footer__bottom{flex-direction:column;align-items:flex-start}.bf-footer__legal{gap:1.6rem}}.bf-about{min-height:100vh;padding:12.8rem 0;background:#0c0b0a;color:#f5f4f0}.bf-about__intro{max-width:112rem;margin-bottom:9.6rem}.bf-about__eyebrow{display:block;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.bf-about__title{max-width:102.4rem;margin:1.6rem 0 3.2rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4.8rem,6vw,8rem);font-weight:300;line-height:1.05;letter-spacing:-.04em}.bf-about__title em{color:#d4af37;font-weight:300}.bf-about__intro-text{max-width:67.2rem;color:#f5f4f0b3;font-size:1.76rem;line-height:1.8;font-weight:300}.bf-about__intro-text p{margin:0}.bf-about__hero-media{position:relative;aspect-ratio:21 / 9;overflow:hidden;margin-bottom:9.6rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;background:#1c1a17}.bf-about__hero-image{width:100%;height:100%;display:block;object-fit:cover}.bf-about__placeholder{fill:#f5f4f01f}.bf-about__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(12,11,10,.6),transparent)}.bf-about__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3.2rem;margin-bottom:9.6rem;padding-block:4.8rem;border-top:1px solid rgba(245,244,240,.1);border-bottom:1px solid rgba(245,244,240,.1)}.bf-about__stat-number{margin:0 0 .8rem;color:#d4af37;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,4vw,5.6rem);line-height:1}.bf-about__stat-label{margin:0;color:#f5f4f080;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;letter-spacing:.12em;text-transform:uppercase}.bf-about__values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3.2rem;margin-bottom:9.6rem}.bf-about__value{padding:4rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;background:#12110f;opacity:0;transform:translateY(24px);animation:bf-about-rise .6s ease var(--bf-about-delay) forwards}.bf-about__value h2{margin:0 0 1.6rem;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.bf-about__value p{margin:0;color:#f5f4f0b3;font-size:1.44rem;line-height:1.75;font-weight:300}.bf-about__future-heading{margin:1.6rem 0 4.8rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,5vw,5.6rem);font-weight:300;letter-spacing:-.035em}.bf-about__future-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem}.bf-about__future-card{padding:2.4rem;border:1px solid rgba(245,244,240,.1);border-radius:1.6rem;transition:border-color .3s ease}.bf-about__future-card:hover{border-color:#d4af3766}.bf-about__future-card span{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:1.6rem}@keyframes bf-about-rise{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:989px){.bf-about__stats,.bf-about__future-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bf-about__values{grid-template-columns:1fr}}@media screen and (max-width:749px){.bf-about{padding:11.2rem 0 8rem}.bf-about__intro,.bf-about__hero-media,.bf-about__stats,.bf-about__values{margin-bottom:6.4rem}.bf-about__hero-media{aspect-ratio:4 / 3}.bf-about__stats{gap:3.2rem 1.6rem}.bf-about__future-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.bf-about__value{opacity:1;transform:none;animation:none}}.bf-contact{min-height:100vh;padding:12.8rem 0;background:#0c0b0a;color:#f5f4f0}.bf-contact__header{max-width:83.2rem;margin-bottom:8rem}.bf-contact__eyebrow{display:block;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.bf-contact__title{margin:1.6rem 0 0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4.8rem,6vw,8rem);font-weight:300;line-height:1;letter-spacing:-.04em}.bf-contact__description{max-width:57.6rem;margin:2.4rem 0 0;color:#f5f4f099;font-size:1.6rem;line-height:1.75;font-weight:300}.bf-contact__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:6.4rem}.bf-contact__details{grid-column:span 5;display:flex;flex-direction:column;gap:4rem}.bf-contact__form-column{grid-column:span 7}.bf-contact-detail{display:flex;align-items:flex-start;gap:2rem}.bf-contact-detail__icon{width:4.8rem;height:4.8rem;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(212,175,55,.3);border-radius:50%;color:#d4af37}.bf-contact-detail__icon svg{width:2rem;height:2rem}.bf-contact-detail__label,.bf-contact__hours h2,.bf-contact__field label,.bf-contact__success-title{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-transform:uppercase}.bf-contact-detail__label{margin:0 0 .4rem;color:#d4af37;font-size:1.12rem;letter-spacing:.12em}.bf-contact-detail__value{margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:1.6rem;text-decoration:none}a.bf-contact-detail__value:hover{color:#d4af37}.bf-contact__hours{margin-top:1.6rem;padding:3.2rem;border:1px solid rgba(245,244,240,.1);border-radius:1.6rem;background:#12110f}.bf-contact__hours h2{margin:0 0 1.2rem;color:#d4af37;font-size:1.12rem;font-weight:400;letter-spacing:.12em}.bf-contact__hours-text{color:#f5f4f099;font-size:1.44rem;line-height:1.7;font-weight:300}.bf-contact__hours-text p{margin:.4rem 0}.bf-contact__form,.bf-contact__success{padding:4rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;background:#12110f}.bf-contact__form{display:grid;gap:2.4rem}.bf-contact__field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem}.bf-contact__field{display:grid;gap:.8rem}.bf-contact__field label{color:#f5f4f080;font-size:1.12rem;letter-spacing:.1em}.bf-contact__field input,.bf-contact__field textarea{width:100%;border:1px solid rgba(245,244,240,.1);border-radius:1.2rem;outline:none;background:#0c0b0a;color:#f5f4f0;font:inherit;font-size:1.44rem;box-shadow:none;transition:border-color .3s ease}.bf-contact__field input{min-height:5.2rem;padding:0 1.6rem}.bf-contact__field textarea{min-height:16rem;padding:1.6rem;resize:vertical}.bf-contact__field input:focus,.bf-contact__field textarea:focus{border-color:#d4af37}.bf-contact__submit{justify-self:start;min-height:5.2rem;padding:1.6rem 3.2rem;border:0;border-radius:1.2rem;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease}.bf-contact__submit:hover{background:#f5f4f0}.bf-contact__success{min-height:44.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.bf-contact__success-icon{width:5.6rem;height:5.6rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:2.4rem;border:1px solid #d4af37;border-radius:50%;color:#d4af37}.bf-contact__success-icon svg{width:2.4rem;height:2.4rem}.bf-contact__success-title{margin:0 0 .8rem;color:#d4af37;font-size:1.2rem;letter-spacing:.14em}.bf-contact__success-text{max-width:35.2rem;margin:0;color:#f5f4f099;font-size:1.44rem;line-height:1.7}.bf-contact__errors{padding:1.6rem;border:1px solid rgba(255,135,135,.35);border-radius:1.2rem;color:#ffabab;font-size:1.36rem}.bf-contact__errors ul{margin:0;padding-left:2rem}@media screen and (max-width:989px){.bf-contact__grid{grid-template-columns:1fr}.bf-contact__details,.bf-contact__form-column{grid-column:auto}}@media screen and (max-width:749px){.bf-contact{padding:11.2rem 0 8rem}.bf-contact__header{margin-bottom:5.6rem}.bf-contact__grid{gap:4.8rem}.bf-contact__field-grid{grid-template-columns:1fr}.bf-contact__form{padding:2.4rem}.bf-contact__submit{width:100%}}.bf-faq{min-height:100vh;padding:12.8rem 0;background:#0c0b0a;color:#f5f4f0}.bf-faq .bf-container{max-width:112rem}.bf-faq__header{max-width:83.2rem;margin-bottom:8rem}.bf-faq__eyebrow{display:block;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.bf-faq__title{margin:1.6rem 0 0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4.8rem,6vw,8rem);font-weight:300;line-height:1;letter-spacing:-.04em}.bf-faq__description{max-width:60.8rem;margin:2.4rem 0 0;color:#f5f4f099;font-size:1.6rem;line-height:1.75;font-weight:300}.bf-faq__groups{display:grid;gap:8rem}.bf-faq__group-heading{margin:0 0 3.2rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(245,244,240,.1);color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase}.bf-faq__items{display:grid}.bf-faq-item{border-bottom:1px solid rgba(245,244,240,.06)}.bf-faq-item__summary{min-height:8rem;display:flex;align-items:center;justify-content:space-between;gap:3.2rem;padding:2rem 0;cursor:pointer;list-style:none}.bf-faq-item__summary::-webkit-details-marker{display:none}.bf-faq-item__question{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(1.84rem,2vw,2.24rem);line-height:1.35;transition:color .3s ease}.bf-faq-item__summary:hover .bf-faq-item__question,.bf-faq-item[open] .bf-faq-item__question{color:#d4af37}.bf-faq-item__plus{position:relative;width:2rem;height:2rem;flex:0 0 auto}.bf-faq-item__plus:before,.bf-faq-item__plus:after{content:"";position:absolute;top:50%;left:50%;width:1.6rem;height:1px;background:#d4af37;transform:translate(-50%,-50%);transition:transform .3s ease}.bf-faq-item__plus:after{transform:translate(-50%,-50%) rotate(90deg)}.bf-faq-item[open] .bf-faq-item__plus:after{transform:translate(-50%,-50%) rotate(0)}.bf-faq-item__answer{max-width:70.4rem;padding:0 0 2.4rem;color:#f5f4f099;font-size:1.44rem;line-height:1.75;font-weight:300}.bf-faq-item__answer p{margin:0}.bf-faq__cta{margin-top:9.6rem;padding:5.6rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;background:#12110f;text-align:center}.bf-faq__cta h2{margin:0 0 1.6rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(3.2rem,4vw,4rem);font-weight:300}.bf-faq__cta p{max-width:48rem;margin:0 auto 3.2rem;color:#f5f4f099;font-size:1.44rem;line-height:1.7}.bf-faq__cta-button{display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;min-height:5.2rem;padding:1.6rem 3.2rem;border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background-color .3s ease}.bf-faq__cta-button:hover{background:#f5f4f0}@media screen and (max-width:749px){.bf-faq{padding:11.2rem 0 8rem}.bf-faq__header{margin-bottom:6.4rem}.bf-faq__groups{gap:6.4rem}.bf-faq-item__summary{gap:1.6rem}.bf-faq__cta{margin-top:6.4rem;padding:4rem 2.4rem}.bf-faq__cta-button{width:100%}}.bf-blog{min-height:100vh;padding:14.4rem 0 11.2rem;background:#0c0b0a;color:#f5f4f0}.bf-blog__header{max-width:92.8rem;margin-bottom:8rem}.bf-blog__eyebrow,.bf-blog-topics__label,.bf-blog-latest__heading span,.bf-blog__meta,.bf-blog-featured__badge,.bf-blog-featured__read,.bf-blog-card__read{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-transform:uppercase}.bf-blog__eyebrow{display:block;color:#d4af37;font-size:1.2rem;letter-spacing:.3em}.bf-blog__title{margin:1.6rem 0 3.2rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4.8rem,6vw,8.8rem);font-weight:300;line-height:1;letter-spacing:-.045em}.bf-blog__title em{color:#d4af37;font-weight:300}.bf-blog__description{max-width:67.2rem;margin:0;color:#f5f4f09e;font-size:1.6rem;line-height:1.8;font-weight:300}.bf-blog-featured{margin-bottom:8rem}.bf-blog-featured__link{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:4.8rem;color:inherit;text-decoration:none}.bf-blog-featured__media{position:relative;grid-column:span 7;aspect-ratio:16 / 10;overflow:hidden;border:1px solid rgba(245,244,240,.08);border-radius:2.4rem;background:#1c1a17}.bf-blog-featured__image,.bf-blog-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease}.bf-blog-featured__link:hover .bf-blog-featured__image{transform:scale(1.025)}.bf-blog__placeholder{fill:#f5f4f01f}.bf-blog-featured__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(12,11,10,.65),transparent 55%)}.bf-blog-featured__badge{position:absolute;top:2.4rem;left:2.4rem;padding:.88rem 1.36rem;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:#0c0b0aa6;color:#d4af37;font-size:1rem;letter-spacing:.12em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bf-blog-featured__content{grid-column:span 5}.bf-blog__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.96rem;margin-bottom:1.6rem;color:#f5f4f066;font-size:1.088rem;letter-spacing:.08em}.bf-blog__meta--small{font-size:1rem}.bf-blog__category{color:#d4af37}.bf-blog-featured__content h2{margin:0 0 2rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(3.84rem,4vw,6.4rem);font-weight:300;line-height:1.05;letter-spacing:-.035em;transition:color .3s ease}.bf-blog-featured__link:hover h2{color:#d4af37}.bf-blog-featured__content p{margin:0 0 2.8rem;color:#f5f4f0a6;font-size:1.52rem;line-height:1.75;font-weight:300}.bf-blog-featured__read,.bf-blog-card__read{display:inline-flex;align-items:center;gap:.96rem;color:#d4af37;font-size:1.12rem;letter-spacing:.12em}.bf-blog-featured__read span,.bf-blog-card__read span{transition:transform .3s ease}.bf-blog-featured__link:hover .bf-blog-featured__read span,.bf-blog-card__link:hover .bf-blog-card__read span{transform:translate(.56rem)}.bf-blog-topics{display:flex;align-items:flex-start;gap:3.2rem;margin-bottom:9.6rem;padding:3.2rem 0;border-top:1px solid rgba(245,244,240,.1);border-bottom:1px solid rgba(245,244,240,.1)}.bf-blog-topics__label{flex:0 0 auto;padding-top:1.04rem;color:#f5f4f066;font-size:1.04rem;letter-spacing:.12em}.bf-blog-topics__links{display:flex;flex-wrap:wrap;gap:1.2rem}.bf-blog-topics__link{display:inline-flex;align-items:center;min-height:3.6rem;padding:.88rem 1.6rem;border:1px solid rgba(245,244,240,.1);border-radius:999px;color:#f5f4f0a6;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.04rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:border-color .3s ease,color .3s ease,background-color .3s ease}.bf-blog-topics__link:hover,.bf-blog-topics__link.is-active{border-color:#d4af37;background:#d4af3714;color:#d4af37}.bf-blog-latest__heading{margin-bottom:4.8rem}.bf-blog-latest__heading span{display:block;margin-bottom:1.2rem;color:#d4af37;font-size:1.12rem;letter-spacing:.2em}.bf-blog-latest__heading h2{margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,4vw,5.6rem);font-weight:300;letter-spacing:-.035em}.bf-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4.8rem 3.2rem}.bf-blog-card__link{display:block;color:inherit;text-decoration:none}.bf-blog-card__media{aspect-ratio:4 / 3;overflow:hidden;margin-bottom:2.4rem;border:1px solid rgba(245,244,240,.06);border-radius:2rem;background:#1c1a17}.bf-blog-card__link:hover .bf-blog-card__image{transform:scale(1.04)}.bf-blog-card__content h3{margin:0 0 1.28rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:2.48rem;font-weight:400;line-height:1.15;transition:color .3s ease}.bf-blog-card__link:hover h3{color:#d4af37}.bf-blog-card__content p{margin:0 0 2rem;color:#f5f4f094;font-size:1.36rem;line-height:1.7;font-weight:300}.bf-blog-pagination{margin-top:8rem;color:#f5f4f0;text-align:center}.bf-blog-pagination .page,.bf-blog-pagination a,.bf-blog-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;min-height:4rem;margin:.32rem;border:1px solid rgba(245,244,240,.1);border-radius:999px;color:#f5f4f0a6;text-decoration:none}.bf-blog-pagination .current,.bf-blog-pagination a:hover{border-color:#d4af37;color:#d4af37}@media screen and (max-width:989px){.bf-blog-featured__link{grid-template-columns:1fr}.bf-blog-featured__media,.bf-blog-featured__content{grid-column:auto}.bf-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.bf-blog{padding:11.2rem 0 8rem}.bf-blog__header{margin-bottom:5.6rem}.bf-blog-featured{margin-bottom:6.4rem}.bf-blog-featured__link{gap:3.2rem}.bf-blog-featured__media{aspect-ratio:4 / 3}.bf-blog-topics{flex-direction:column;gap:1.6rem;margin-bottom:6.4rem}.bf-blog-topics__label{padding-top:0}.bf-blog-grid{grid-template-columns:1fr}}.template-collection{background:#0c0b0a;color:#f5f4f0}.template-collection .collection-hero{padding-top:12.8rem;padding-bottom:6.4rem;background:#0c0b0a}.template-collection .collection-hero__inner{align-items:end}.template-collection .collection-hero__text-wrapper{padding-top:4.8rem;padding-bottom:4.8rem}.template-collection .collection-hero__title{margin:0 0 2.4rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4.8rem,6vw,8.8rem);font-weight:300;line-height:1;letter-spacing:-.045em}.template-collection .collection-hero__description{max-width:67.2rem;color:#f5f4f09e;font-size:1.6rem;line-height:1.8;font-weight:300}.template-collection .collection-hero__image-container{overflow:hidden;min-height:38.4rem;border:1px solid rgba(245,244,240,.08);border-radius:2.4rem;background:#12110f}.template-collection .collection-hero__image-container img{object-fit:cover}.template-collection .section-template--product-grid-padding{padding-top:4.8rem;padding-bottom:8rem}.template-collection .collection{border-top:1px solid rgba(245,244,240,.1)}.template-collection .facets-container{padding-top:3.2rem;padding-bottom:3.2rem;border-bottom:1px solid rgba(245,244,240,.1)}.template-collection .facet-filters__label,.template-collection .facets__heading,.template-collection .mobile-facets__open-label,.template-collection .product-count__text,.template-collection .facet-filters__sort{color:#f5f4f08c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;letter-spacing:.1em;text-transform:uppercase}.template-collection .facet-filters__sort{border:1px solid rgba(245,244,240,.12);border-radius:999px;background:#12110f;color:#f5f4f0}.template-collection .facets__summary,.template-collection .mobile-facets__open{color:#f5f4f0b3}.template-collection .facets__summary:hover,.template-collection .mobile-facets__open:hover{color:#d4af37}.template-collection .facets__display,.template-collection .mobile-facets__inner{border-color:#f5f4f01a;background:#12110f;color:#f5f4f0}.template-collection .facets__item label,.template-collection .mobile-facets__label{color:#f5f4f0a6}.template-collection .active-facets__button-inner{border-color:#d4af3759;border-radius:999px;background:#d4af3714;color:#d4af37}.template-collection .card-wrapper{height:100%}.template-collection .card{height:100%;background:transparent}.template-collection .card__inner{overflow:hidden;border:1px solid rgba(245,244,240,.06);border-radius:2.4rem;background:#12110f;transition:border-color .3s ease,transform .3s ease}.template-collection .card-wrapper:hover .card__inner{border-color:#d4af3759;transform:translateY(-3px)}.template-collection .card__media{overflow:hidden}.template-collection .card__media img{transition:transform .7s ease}.template-collection .card-wrapper:hover .card__media img{transform:scale(1.035)}.template-collection .card__content{padding-top:2rem}.template-collection .card__heading{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:2.16rem;font-weight:400;line-height:1.2}.template-collection .card__heading a{color:inherit;text-decoration:none;transition:color .3s ease}.template-collection .card-wrapper:hover .card__heading a{color:#d4af37}.template-collection .card-information{color:#f5f4f08c}.template-collection .price{color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.312rem}.template-collection .badge{border:1px solid rgba(212,175,55,.35);border-radius:999px;background:#0c0b0abf;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.992rem;letter-spacing:.08em;text-transform:uppercase}.template-collection .quick-add__submit{min-height:4.8rem;border:1px solid rgba(245,244,240,.14);border-radius:999px;background:transparent;color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.072rem;letter-spacing:.11em;text-transform:uppercase;transition:border-color .3s ease,background-color .3s ease,color .3s ease}.template-collection .quick-add__submit:hover{border-color:#d4af37;background:#d4af37;color:#0c0b0a}.template-collection .pagination-wrapper{margin-top:8rem}.template-collection .pagination__item{color:#f5f4f0a6}.template-collection .pagination__item--current,.template-collection .pagination__item:hover{color:#d4af37}.template-collection .pagination__item--current:after,.template-collection .pagination__item:hover:after{background:#d4af37}@media screen and (max-width:989px){.template-collection .collection-hero__inner{display:block}.template-collection .collection-hero__image-container{min-height:32rem}}@media screen and (max-width:749px){.template-collection .collection-hero{padding-top:11.2rem;padding-bottom:3.2rem}.template-collection .collection-hero__text-wrapper{padding-top:3.2rem;padding-bottom:3.2rem}.template-collection .collection-hero__image-container{min-height:25.6rem;border-radius:1.6rem}.template-collection .facets-container{padding-top:2rem;padding-bottom:2rem}.template-collection .card__inner{border-radius:1.6rem}.template-collection .card__heading{font-size:1.6rem}}cart-drawer{color:#f5f4f0}cart-drawer .drawer__inner{width:min(100%,54.4rem);max-width:54.4rem;border-left:1px solid rgba(245,244,240,.1);background:#0c0b0a;color:#f5f4f0;box-shadow:-3.2rem 0 8rem #0006}cart-drawer .cart-drawer__overlay{background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}cart-drawer .drawer__header{padding:2.8rem 3.2rem;border-bottom:1px solid rgba(245,244,240,.1)}cart-drawer .drawer__heading{margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:3.2rem;font-weight:300;letter-spacing:-.03em}cart-drawer .drawer__close{width:4rem;height:4rem;color:#f5f4f0b3;transition:color .25s ease,transform .25s ease}cart-drawer .drawer__close:hover{color:#d4af37;transform:rotate(90deg)}cart-drawer .drawer__close .svg-wrapper{width:1.84rem;height:1.84rem}cart-drawer .drawer__contents{padding-inline:3.2rem}cart-drawer .drawer__cart-items-wrapper{padding-top:1.6rem}cart-drawer .cart-items thead{display:none}cart-drawer .cart-item{display:grid;grid-template-columns:10.4rem minmax(0,1fr) auto;column-gap:2rem;row-gap:1.2rem;padding:2.4rem 0;border-bottom:1px solid rgba(245,244,240,.08)}cart-drawer .cart-item__media{grid-column:1;grid-row:1 / span 3;width:10.4rem}cart-drawer .cart-item__image{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;border:1px solid rgba(245,244,240,.08);border-radius:1.44rem;background:#12110f}cart-drawer .cart-item__details{grid-column:2;grid-row:1;width:auto}cart-drawer .cart-item__totals{grid-column:3;grid-row:1;padding:0}cart-drawer .cart-item__quantity{grid-column:2 / span 2;grid-row:2;padding:0}cart-drawer .cart-item__name{display:inline-block;margin-bottom:.8rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:1.68rem;font-weight:400;line-height:1.25;text-decoration:none;transition:color .25s ease}cart-drawer .cart-item__name:hover{color:#d4af37}cart-drawer .caption-with-letter-spacing,cart-drawer .product-option{color:#f5f4f080;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.072rem;line-height:1.5;letter-spacing:.07em;text-transform:uppercase}cart-drawer .product-option dt,cart-drawer .product-option dd{display:inline;margin:0}cart-drawer .cart-item__price-wrapper,cart-drawer .price{color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.2rem;white-space:nowrap}cart-drawer .cart-item__old-price{color:#f5f4f066}cart-drawer .discounts__discount{color:#d4af37;font-size:1.12rem}cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;gap:1.2rem}cart-drawer .quantity{width:13.2rem;min-height:4.16rem;border:1px solid rgba(245,244,240,.12);border-radius:999px;background:#12110f}cart-drawer .quantity:after,cart-drawer .quantity:before{display:none}cart-drawer .quantity__button,cart-drawer .quantity__input{color:#f5f4f0}cart-drawer .quantity__button:hover{color:#d4af37}cart-drawer .cart-remove-button{min-width:4rem;min-height:4rem;padding:0;border-radius:50%;color:#f5f4f073}cart-drawer .cart-remove-button:hover{background:#d4af3714;color:#d4af37}cart-drawer .drawer__footer{padding:2.4rem 3.2rem 3.2rem;border-top:1px solid rgba(245,244,240,.1);background:#0c0b0a}cart-drawer .cart-drawer__footer{margin-bottom:2rem}cart-drawer .totals{align-items:baseline;margin-bottom:1.2rem}cart-drawer .totals__total{color:#f5f4f08c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase}cart-drawer .totals__total-value{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:2.56rem;font-weight:400}cart-drawer .tax-note{color:#f5f4f066;font-size:1.12rem;line-height:1.5}cart-drawer .tax-note a{color:#d4af37}cart-drawer .cart__checkout-button{min-height:6rem;border:1px solid #d4af37;border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.152rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;transition:background-color .3s ease,border-color .3s ease}cart-drawer .cart__checkout-button:hover{border-color:#f5f4f0;background:#f5f4f0}cart-drawer details summary{color:#f5f4f0a6}cart-drawer .cart__note textarea{border:1px solid rgba(245,244,240,.12);border-radius:1.2rem;background:#12110f;color:#f5f4f0}cart-drawer .drawer__inner-empty{background:#0c0b0a}cart-drawer .cart-drawer__empty-content{padding:4.8rem 3.2rem}cart-drawer .cart__empty-text{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:4rem;font-weight:300}cart-drawer .cart-drawer__empty-content .button{min-height:5.6rem;border:1px solid #d4af37;border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}cart-drawer .cart__login-title{color:#f5f4f0;font-family:Baskerville,Georgia,serif}cart-drawer .cart__login-paragraph{color:#f5f4f08c}cart-drawer .cart__login-paragraph a{color:#d4af37}@media screen and (max-width:749px){cart-drawer .drawer__inner{width:100%;max-width:100%}cart-drawer .drawer__header,cart-drawer .drawer__footer,cart-drawer .drawer__contents{padding-right:2rem;padding-left:2rem}cart-drawer .cart-item{grid-template-columns:8.8rem minmax(0,1fr) auto;column-gap:1.6rem}cart-drawer .cart-item__media{width:8.8rem}cart-drawer .cart-item__name{font-size:1.52rem}}.template-search{min-height:100vh;padding-top:12.8rem;background:#0c0b0a;color:#f5f4f0}.template-search__header{margin-bottom:6.4rem}.template-search__header h1{margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4.8rem,6vw,8rem);font-weight:300;line-height:1;letter-spacing:-.045em}.template-search__search{max-width:86.4rem}.template-search__search .field{border:1px solid rgba(245,244,240,.14);border-radius:999px;background:#12110f;box-shadow:none}.template-search__search .field:before,.template-search__search .field:after{display:none}.template-search__search .search__input{min-height:6.4rem;padding-right:11.2rem;padding-left:2.4rem;border:0;background:transparent;color:#f5f4f0;font-size:1.6rem;box-shadow:none}.template-search__search .search__input:focus{box-shadow:none}.template-search__search .field__label{left:2.4rem;color:#f5f4f066}.template-search__search .search__input:focus~.field__label,.template-search__search .search__input:not(:placeholder-shown)~.field__label{color:#d4af37}.template-search__search .field__button{color:#f5f4f0a6}.template-search__search .field__button:hover{color:#d4af37}.template-search__header>p{color:#f5f4f08c;font-size:1.44rem}.template-search .predictive-search{margin-top:1.2rem;border:1px solid rgba(245,244,240,.1);border-radius:2rem;background:#12110f;color:#f5f4f0;box-shadow:0 3.2rem 8rem #0006}.template-search .predictive-search__heading{color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.12em;text-transform:uppercase}.template-search .predictive-search__item{color:#f5f4f0b3}.template-search .predictive-search__item:hover{background:#f5f4f00a;color:#f5f4f0}.template-search .facets-container,.template-search .facets-wrapper{padding-top:2.4rem;padding-bottom:2.4rem;border-top:1px solid rgba(245,244,240,.1);border-bottom:1px solid rgba(245,244,240,.1)}.template-search .facet-filters__label,.template-search .facets__heading,.template-search .mobile-facets__open-label,.template-search .product-count__text,.template-search .facet-filters__sort{color:#f5f4f08c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.1em;text-transform:uppercase}.template-search .facet-filters__sort{border:1px solid rgba(245,244,240,.12);border-radius:999px;background:#12110f;color:#f5f4f0}.template-search .facets__summary,.template-search .mobile-facets__open{color:#f5f4f0b3}.template-search .facets__summary:hover,.template-search .mobile-facets__open:hover{color:#d4af37}.template-search .facets__display,.template-search .mobile-facets__inner{border-color:#f5f4f01a;background:#12110f;color:#f5f4f0}.template-search .active-facets__button-inner{border-color:#d4af3759;border-radius:999px;background:#d4af3714;color:#d4af37}.template-search__results{padding-top:4.8rem}.template-search .product-grid{row-gap:4.8rem}.template-search .card-wrapper{height:100%}.template-search .card{height:100%;background:transparent}.template-search .card__inner{overflow:hidden;border:1px solid rgba(245,244,240,.06);border-radius:2.4rem;background:#12110f;transition:border-color .3s ease,transform .3s ease}.template-search .card-wrapper:hover .card__inner{border-color:#d4af3759;transform:translateY(-3px)}.template-search .card__media img{transition:transform .7s ease}.template-search .card-wrapper:hover .card__media img{transform:scale(1.035)}.template-search .card__content{padding-top:2rem}.template-search .card__heading{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:2.16rem;font-weight:400;line-height:1.2}.template-search .card__heading a{color:inherit;text-decoration:none;transition:color .3s ease}.template-search .card-wrapper:hover .card__heading a{color:#d4af37}.template-search .card-information{color:#f5f4f08c}.template-search .price{color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.312rem}.template-search .article-card-wrapper .card__inner{border-radius:2.4rem}.template-search .article-card__excerpt{color:#f5f4f094;font-size:1.36rem;line-height:1.7}.template-search .article-card__info{color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.04rem;letter-spacing:.08em;text-transform:uppercase}.template-search .badge{border:1px solid rgba(212,175,55,.35);border-radius:999px;background:#0c0b0abf;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.992rem;letter-spacing:.08em;text-transform:uppercase}.template-search--empty .template-search__header{padding-bottom:12.8rem}.template-search .collection--empty .title{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-weight:300}.template-search .collection--empty a{color:#d4af37}.template-search .pagination-wrapper{margin-top:8rem}.template-search .pagination__item{color:#f5f4f0a6}.template-search .pagination__item--current,.template-search .pagination__item:hover{color:#d4af37}.template-search .pagination__item--current:after,.template-search .pagination__item:hover:after{background:#d4af37}@media screen and (max-width:749px){.template-search{padding-top:11.2rem}.template-search__header{margin-bottom:4.8rem}.template-search__search{margin-bottom:4rem}.template-search__search .search__input{min-height:5.6rem}.template-search .card__inner{border-radius:1.6rem}.template-search .card__heading{font-size:1.6rem}}.product-card-wrapper{height:100%}.product-card-wrapper .card{height:100%;background:transparent}.product-card-wrapper .card__inner{overflow:hidden;border:1px solid rgba(245,244,240,.07);border-radius:2.4rem;background:#12110f;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.product-card-wrapper:hover .card__inner{border-color:#d4af3766;transform:translateY(-4px);box-shadow:0 2.4rem 4.8rem #0003}.product-card-wrapper .card__media{overflow:hidden}.product-card-wrapper .card__media .media{background:#12110f}.product-card-wrapper .card__media img{object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .5s ease}.product-card-wrapper:hover .card__media img:first-child{transform:scale(1.035)}.product-card-wrapper .media--hover-effect>img+img{transform:scale(1.03)}.product-card-wrapper:hover .media--hover-effect>img+img{transform:scale(1)}.product-card-wrapper>.card>.card__content{padding-top:2.16rem}.product-card-wrapper .card__information{padding-top:0;padding-bottom:0}.product-card-wrapper .card__heading{margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(1.76rem,1.8vw,2.32rem);font-weight:400;line-height:1.2;letter-spacing:-.015em}.product-card-wrapper .card__heading a{color:inherit;text-decoration:none;transition:color .3s ease}.product-card-wrapper:hover .card__heading a{color:#d4af37}.product-card-wrapper .card-information{margin-top:1.04rem;color:#f5f4f08c}.product-card-wrapper .caption-with-letter-spacing{margin-bottom:.56rem;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.992rem;letter-spacing:.12em;text-transform:uppercase}.product-card-wrapper .price{color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.28rem;letter-spacing:.04em}.product-card-wrapper .price--on-sale .price-item--regular{color:#f5f4f066}.product-card-wrapper .price-item--sale{color:#d4af37}.product-card-wrapper .card__badge{top:1.6rem;right:auto;bottom:auto;left:1.6rem}.product-card-wrapper .badge{padding:.8rem 1.28rem;border:1px solid rgba(212,175,55,.4);border-radius:999px;background:#0c0b0ac7;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.928rem;line-height:1;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card-wrapper .quick-add{margin-top:1.76rem}.product-card-wrapper .quick-add__submit{min-height:4.8rem;padding:1.28rem 2rem;border:1px solid rgba(245,244,240,.15);border-radius:999px;background:transparent;color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.04rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;transition:border-color .3s ease,background-color .3s ease,color .3s ease}.product-card-wrapper .quick-add__submit:hover:not([disabled]){border-color:#d4af37;background:#d4af37;color:#0c0b0a}.product-card-wrapper .quick-add__submit[disabled]{border-color:#f5f4f014;color:#f5f4f04d;opacity:1}.product-card-wrapper .rating-star{--color-rating-star: 212, 175, 55}.product-card-wrapper .rating-text,.product-card-wrapper .rating-count{color:#f5f4f073}.quick-add-modal__content{border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;background:#0c0b0a;color:#f5f4f0}.quick-add-modal__toggle{border:1px solid rgba(245,244,240,.12);background:#12110f;color:#f5f4f0}.quick-add-modal__toggle:hover{color:#d4af37}.product-card-wrapper .placeholder-svg{background:#12110f;fill:#f5f4f01f}@media screen and (max-width:749px){.product-card-wrapper .card__inner{border-radius:1.6rem}.product-card-wrapper>.card>.card__content{padding-top:1.6rem}.product-card-wrapper .card__heading{font-size:1.6rem}.product-card-wrapper .price{font-size:1.152rem}.product-card-wrapper .badge{top:1.04rem;left:1.04rem;padding:.64rem .96rem;font-size:.832rem}.product-card-wrapper .quick-add__submit{min-height:4.4rem;padding-inline:1.2rem;font-size:.928rem;letter-spacing:.08em}}@media(prefers-reduced-motion:reduce){.product-card-wrapper .card__inner,.product-card-wrapper .card__media img,.product-card-wrapper .card__heading a{transition:none}}main#MainContent .cart-items,main#MainContent .cart__footer-wrapper{background:#0c0b0a;color:#f5f4f0}main#MainContent .title-wrapper-with-link{align-items:flex-end;padding-top:11.2rem;margin-bottom:4.8rem}main#MainContent .title-wrapper-with-link .title{margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4.8rem,6vw,8rem);font-weight:300;line-height:1;letter-spacing:-.045em}main#MainContent .title-wrapper-with-link a{color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}main#MainContent .cart-items{border-top:1px solid rgba(245,244,240,.1)}main#MainContent .cart-items thead{border-bottom:1px solid rgba(245,244,240,.1)}main#MainContent .cart-items th{padding-top:2.4rem;padding-bottom:2.4rem;color:#f5f4f073;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.04rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase}main#MainContent .cart-item{border-bottom:1px solid rgba(245,244,240,.08)}main#MainContent .cart-item>td{padding-top:3.2rem;padding-bottom:3.2rem}main#MainContent .cart-item__media{width:16rem}main#MainContent .cart-item__image-container{overflow:hidden;border:1px solid rgba(245,244,240,.08);border-radius:1.6rem;background:#12110f}main#MainContent .cart-item__image{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover}main#MainContent .cart-item__name{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:2.08rem;font-weight:400;text-decoration:none;transition:color .25s ease}main#MainContent .cart-item__name:hover{color:#d4af37}main#MainContent .cart-item .product-option,main#MainContent .cart-item .caption-with-letter-spacing{color:#f5f4f080;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;line-height:1.6;letter-spacing:.08em;text-transform:uppercase}main#MainContent .cart-item__price-wrapper,main#MainContent .cart-item .price{color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.312rem}main#MainContent .cart-item__old-price{color:#f5f4f066}main#MainContent .discounts__discount{color:#d4af37}main#MainContent .cart-item .quantity{border:1px solid rgba(245,244,240,.12);border-radius:999px;background:#12110f}main#MainContent .cart-item .quantity:before,main#MainContent .cart-item .quantity:after{display:none}main#MainContent .cart-item .quantity__button,main#MainContent .cart-item .quantity__input{color:#f5f4f0}main#MainContent .cart-item .quantity__button:hover{color:#d4af37}main#MainContent .cart-remove-button{border-radius:50%;color:#f5f4f073}main#MainContent .cart-remove-button:hover{background:#d4af3714;color:#d4af37}main#MainContent .cart__empty-text{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4rem,5vw,6.4rem);font-weight:300}main#MainContent .cart__warnings .button{border:1px solid #d4af37;border-radius:999px;background:#d4af37;color:#0c0b0a}main#MainContent .cart__footer-wrapper{border-top:1px solid rgba(245,244,240,.1)}main#MainContent .cart__footer{padding-top:4.8rem}main#MainContent .cart__note label,main#MainContent .totals__total{color:#f5f4f08c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase}main#MainContent .cart__note textarea{min-height:12.8rem;border:1px solid rgba(245,244,240,.12);border-radius:1.6rem;background:#12110f;color:#f5f4f0}main#MainContent .totals{align-items:baseline}main#MainContent .totals__total-value{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:3.2rem;font-weight:400}main#MainContent .tax-note{color:#f5f4f06b;font-size:1.152rem;line-height:1.6}main#MainContent .tax-note a{color:#d4af37}main#MainContent .cart__checkout-button{min-height:6rem;border:1px solid #d4af37;border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.152rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;transition:background-color .3s ease,border-color .3s ease}main#MainContent .cart__checkout-button:hover{border-color:#f5f4f0;background:#f5f4f0}main#MainContent .cart__dynamic-checkout-buttons{border-radius:1.6rem;overflow:hidden}@media screen and (max-width:749px){main#MainContent .title-wrapper-with-link{padding-top:9.6rem;margin-bottom:3.2rem}main#MainContent .cart-item{padding-top:2.4rem;padding-bottom:2.4rem}main#MainContent .cart-item__media{width:11.2rem}main#MainContent .cart-item__name{font-size:1.68rem}main#MainContent .cart__footer{padding-top:3.2rem}main#MainContent .cart__checkout-button{width:100%}}.article-template{min-height:100vh;padding-top:12.8rem;padding-bottom:11.2rem;background:#0c0b0a;color:#f5f4f0}.article-template__title{max-width:102.4rem;margin:0 auto 2.4rem;padding-inline:2.4rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4.8rem,6vw,8.8rem);font-weight:300;line-height:1;letter-spacing:-.045em;text-align:center}.article-template__link{color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}.article-template__link:hover{color:#f5f4f0}.article-template header{margin-bottom:6.4rem;text-align:center}.article-template header .caption-with-letter-spacing{color:#f5f4f073;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.1em;text-transform:uppercase}.article-template__hero-container{max-width:144rem;margin:0 auto 7.2rem;padding-inline:2.4rem}.article-template__hero-container .media{overflow:hidden;border:1px solid rgba(245,244,240,.08);border-radius:2.4rem;background:#12110f}.article-template__hero-container img{object-fit:cover}.article-template__social-sharing{max-width:76.8rem;margin:0 auto 4rem;padding-inline:2.4rem}.article-template__social-sharing .share-button__button{color:#f5f4f08c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.1em;text-transform:uppercase}.article-template__social-sharing .share-button__button:hover{color:#d4af37}.article-template__social-sharing .share-button__fallback{border:1px solid rgba(245,244,240,.1);border-radius:1.6rem;background:#12110f;color:#f5f4f0}.article-template__content{max-width:76.8rem;margin:0 auto;padding-inline:2.4rem;color:#f5f4f0c2;font-size:clamp(1.6rem,1.4vw,1.76rem);line-height:1.9;font-weight:300}.article-template__content>*:first-child{margin-top:0}.article-template__content p{margin-top:0;margin-bottom:2.8rem}.article-template__content h2,.article-template__content h3,.article-template__content h4{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-weight:400;line-height:1.15;letter-spacing:-.025em}.article-template__content h2{margin-top:6.4rem;margin-bottom:2.4rem;font-size:clamp(3.2rem,4vw,4.8rem)}.article-template__content h3{margin-top:4.8rem;margin-bottom:2rem;font-size:clamp(2.56rem,3vw,3.52rem)}.article-template__content h4{margin-top:4rem;margin-bottom:1.6rem;font-size:2.24rem}.article-template__content a{color:#d4af37;text-decoration-color:#d4af3773;text-underline-offset:.2em}.article-template__content a:hover{color:#f5f4f0}.article-template__content strong{color:#f5f4f0;font-weight:600}.article-template__content blockquote{margin:4.8rem 0;padding:.8rem 0 .8rem 3.2rem;border-left:2px solid #d4af37;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(2.24rem,2.5vw,3.2rem);font-style:italic;line-height:1.45}.article-template__content blockquote p{margin:0}.article-template__content ul,.article-template__content ol{margin:0 0 3.2rem;padding-left:2.4rem}.article-template__content li{margin-bottom:1.12rem}.article-template__content hr{margin:6.4rem 0;border:0;border-top:1px solid rgba(245,244,240,.1)}.article-template__content img{width:auto;max-width:100%;height:auto;margin:4rem auto;border-radius:1.6rem}.article-template__content figure{margin:4.8rem 0}.article-template__content figcaption{margin-top:1.2rem;color:#f5f4f066;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.04rem;line-height:1.5;letter-spacing:.06em;text-align:center}.article-template__back{max-width:76.8rem;margin:8rem auto 0;padding:4rem 2.4rem 0;border-top:1px solid rgba(245,244,240,.1);text-align:center}.article-template__back .article-template__link{display:inline-flex;align-items:center;gap:.96rem}.article-template__comment-wrapper{max-width:76.8rem;margin:8rem auto 0;padding:4.8rem 2.4rem 0;border-top:1px solid rgba(245,244,240,.1)}.article-template__comment-wrapper h2{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-weight:300}.article-template__comment-wrapper input,.article-template__comment-wrapper textarea{border:1px solid rgba(245,244,240,.12);border-radius:1.2rem;background:#12110f;color:#f5f4f0}.article-template__comment-wrapper .button{border-radius:999px;background:#d4af37;color:#0c0b0a}@media screen and (max-width:749px){.article-template{padding-top:11.2rem;padding-bottom:8rem}.article-template header{margin-bottom:4.8rem}.article-template__title{text-align:left}.article-template header{text-align:left}.article-template__hero-container{margin-bottom:4.8rem;padding-inline:1.6rem}.article-template__hero-container .media{border-radius:1.6rem}.article-template__content,.article-template__social-sharing,.article-template__back,.article-template__comment-wrapper{padding-inline:1.6rem}.article-template__content{line-height:1.8}.article-template__content h2{margin-top:4.8rem}.article-template__content blockquote{padding-left:2rem}}.bf-announcement{position:relative;z-index:110;overflow:hidden;border-bottom:1px solid rgba(245,244,240,.08);background:#d4af37;color:#0c0b0a}.bf-announcement__track{width:max-content;min-width:100%;display:flex;align-items:center;animation:bf-announcement-scroll 28s linear infinite}.bf-announcement:hover .bf-announcement__track{animation-play-state:paused}.bf-announcement__item{min-height:3.6rem;display:inline-flex;align-items:center;gap:1.28rem;padding-inline:3.2rem;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.008rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;text-decoration:none;white-space:nowrap}.bf-announcement__item:after{content:"";width:1px;height:1.28rem;margin-left:1.6rem;background:#0c0b0a40}.bf-announcement__dot{width:.56rem;height:.56rem;flex:0 0 auto;border-radius:50%;background:#0c0b0a}@keyframes bf-announcement-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width:749px){.bf-announcement__item{padding-inline:2rem;font-size:.896rem}}@media(prefers-reduced-motion:reduce){.bf-announcement__track{width:100%;overflow-x:auto;animation:none}}.bf-product-page{padding-block:8rem;background:#0c0b0a}.bf-product-title h1,.bf-product-title .h1{margin:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(4.8rem,5vw,8rem);font-weight:300;line-height:.98;letter-spacing:-.04em}.bf-product-title .product__title-link{display:none}.bf-product-price .price{margin-top:2rem;color:#d4af37;font-size:2.16rem}.bf-product-price .price-item{color:inherit}.bf-product-description{max-width:64rem;color:#f5f4f0b8;font-size:1.6rem;line-height:1.85;font-weight:300}.bf-product-page .product__media{overflow:hidden;border:1px solid rgba(245,244,240,.08);border-radius:2rem;background:#12110f}.bf-product-page .product-form__submit{border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.bf-product-page .product-form__submit:hover{background:#f5f4f0}.bf-product-page .product-form__input input[type=radio]+label{border-radius:999px}.bf-product-page .product-form__input input[type=radio]:checked+label{border-color:#d4af37;background:#d4af371f;color:#d4af37}@media screen and (max-width:749px){.bf-product-page{padding-block:4.8rem}}.bf-404{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;padding:16rem 0 11.2rem;background:#0c0b0a;color:#f5f4f0}.bf-404__glow{position:absolute;top:50%;left:50%;width:67.2rem;height:67.2rem;border-radius:50%;background:#d4af3712;filter:blur(14.4rem);transform:translate(-50%,-50%);pointer-events:none}.bf-404__inner{position:relative;z-index:1;width:100%;text-align:center}.bf-404__eyebrow{margin:0 0 2.4rem;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.152rem;letter-spacing:.3em;text-transform:uppercase}.bf-404__heading{max-width:92.8rem;margin:0 auto 3.2rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(6.4rem,10vw,12.8rem);font-weight:300;line-height:.9;letter-spacing:-.055em}.bf-404__heading em{color:#d4af37;font-weight:300}.bf-404__description{max-width:54.4rem;margin:0 auto;color:#f5f4f09e;font-size:1.6rem;line-height:1.75;font-weight:300}.bf-404__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6rem;margin-top:4.8rem}.bf-404__button{min-height:5.6rem;display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;padding:1.6rem 3.2rem;border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;text-decoration:none;transition:color .3s ease,border-color .3s ease,background-color .3s ease}.bf-404__button--primary{border:1px solid #d4af37;background:#d4af37;color:#0c0b0a}.bf-404__button--primary:hover{border-color:#f5f4f0;background:#f5f4f0;color:#0c0b0a}.bf-404__button--secondary{border:1px solid rgba(245,244,240,.16);background:transparent;color:#f5f4f0}.bf-404__button--secondary:hover{border-color:#d4af37;color:#d4af37}.bf-404__journal-link{display:inline-flex;align-items:center;gap:.8rem;margin-top:3.2rem;color:#f5f4f07a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.04rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:color .3s ease}.bf-404__journal-link:hover{color:#d4af37}.bf-404__code{position:absolute;top:50%;left:50%;z-index:-1;color:#f5f4f006;font-family:Baskerville,Georgia,serif;font-size:clamp(28.8rem,40vw,67.2rem);line-height:.7;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;white-space:nowrap}@media screen and (max-width:749px){.bf-404{padding:12.8rem 0 8rem}.bf-404__heading{font-size:clamp(6.4rem,18vw,9.6rem)}.bf-404__actions{flex-direction:column}.bf-404__button{width:100%}}.bf-password-lock{overflow:hidden}.bf-password{position:relative;min-height:100svh;overflow:hidden;background:linear-gradient(#0c0b0a9e,#0c0b0ae0),var(--bf-password-image),#0c0b0a;background-position:center;background-size:cover;color:#f5f4f0}.bf-password__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(12,11,10,.95),transparent 60%),linear-gradient(to right,rgba(12,11,10,.7),transparent 70%)}.bf-password__glow{position:absolute;top:50%;left:50%;width:67.2rem;height:67.2rem;border-radius:50%;background:#d4af3717;filter:blur(14.4rem);transform:translate(-50%,-50%)}.bf-password__inner{position:relative;z-index:2;min-height:100svh;display:flex;flex-direction:column;padding:3.2rem clamp(2.4rem,4vw,6.4rem)}.bf-password__brand{display:flex;align-items:center;gap:1.2rem}.bf-password__mark{width:3.2rem;height:3.2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d4af37;border-radius:50%}.bf-password__mark span{width:1.2rem;height:1.2rem;border-radius:50%;background:#d4af37;filter:blur(1px)}.bf-password__brand-text,.bf-password__eyebrow,.bf-password__submit,.bf-password__note,.bf-password__footer,.bf-password__message,.bf-password-modal__eyebrow,.bf-password-modal__form button{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-transform:uppercase}.bf-password__brand-text{font-size:1.2rem;letter-spacing:.3em}.bf-password__content{width:min(100%,99.2rem);margin:auto 0;padding-block:8rem}.bf-password__eyebrow{margin:0 0 2.4rem;color:#d4af37;font-size:1.12rem;letter-spacing:.25em}.bf-password__heading{max-width:92.8rem;margin:0 0 3.2rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(6.4rem,9vw,12.8rem);font-weight:300;line-height:.9;letter-spacing:-.055em}.bf-password__heading em{color:#d4af37;font-weight:300}.bf-password__description{max-width:60.8rem;margin:0 0 4rem;color:#f5f4f0ad;font-size:1.6rem;line-height:1.8;font-weight:300}.bf-password__form{max-width:70.4rem}.bf-password__field{display:flex;gap:1.2rem}.bf-password__input{width:100%;min-width:0;min-height:6rem;padding:0 2rem;border:1px solid rgba(245,244,240,.16);border-radius:999px;outline:none;background:#0c0b0aa6;color:#f5f4f0;font-size:1.52rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bf-password__input:focus{border-color:#d4af37}.bf-password__input::placeholder{color:#f5f4f066}.bf-password__submit{min-height:6rem;flex:0 0 auto;display:inline-flex;align-items:center;gap:1.04rem;padding:0 2.4rem;border:1px solid #d4af37;border-radius:999px;background:#d4af37;color:#0c0b0a;font-size:1.088rem;font-weight:700;letter-spacing:.12em;cursor:pointer}.bf-password__submit:hover{border-color:#f5f4f0;background:#f5f4f0}.bf-password__note,.bf-password__message{margin:1.6rem 0 0;font-size:.96rem;line-height:1.6;letter-spacing:.09em}.bf-password__note{color:#f5f4f061}.bf-password__message--success{color:#d4af37}.bf-password__message--error{color:#faa}.bf-password__footer{display:flex;justify-content:space-between;gap:1.6rem;padding-top:2.4rem;border-top:1px solid rgba(245,244,240,.1);color:#f5f4f073;font-size:.992rem;letter-spacing:.1em}.bf-password__footer a,.bf-password__store-login{border:0;background:transparent;color:inherit;font:inherit;text-decoration:none;cursor:pointer}.bf-password__footer a:hover,.bf-password__store-login:hover{color:#d4af37}.bf-password-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:2.4rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.bf-password-modal.is-open{opacity:1;visibility:visible}.bf-password-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bf-password-modal__panel{position:relative;z-index:1;width:min(100%,48rem);padding:4rem;border:1px solid rgba(245,244,240,.12);border-radius:2.4rem;background:#12110f;color:#f5f4f0;box-shadow:0 3.2rem 8rem #00000073}.bf-password-modal__close{position:absolute;top:1.6rem;right:1.6rem;width:4rem;height:4rem;border:0;background:transparent;color:#f5f4f0a6;font-size:2.4rem;cursor:pointer}.bf-password-modal__eyebrow{margin:0 0 1.2rem;color:#d4af37;font-size:1.04rem;letter-spacing:.16em}.bf-password-modal__panel h2{margin:0 0 2.4rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:4rem;font-weight:300}.bf-password-modal__form{display:grid;gap:1.6rem}.bf-password-modal__form input{min-height:5.6rem;padding:0 1.6rem;border:1px solid rgba(245,244,240,.14);border-radius:1.2rem;outline:none;background:#0c0b0a;color:#f5f4f0}.bf-password-modal__form input:focus{border-color:#d4af37}.bf-password-modal__form button{min-height:5.6rem;border:0;border-radius:999px;background:#d4af37;color:#0c0b0a;font-size:1.088rem;font-weight:700;letter-spacing:.12em;cursor:pointer}.bf-password-modal__error{color:#faa;font-size:1.28rem}@media screen and (max-width:749px){.bf-password__inner{padding:2.4rem 1.6rem}.bf-password__heading{font-size:clamp(5.6rem,17vw,8.8rem)}.bf-password__field{flex-direction:column}.bf-password__submit{justify-content:center}.bf-password__footer{flex-direction:column}.bf-password-modal__panel{padding:3.2rem 2.4rem}}.customer.login{position:relative;min-height:100vh;max-width:none;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:16rem 2.4rem 11.2rem;background:#0c0b0a;color:#f5f4f0}.customer.login:before{content:"";position:absolute;top:50%;left:50%;width:67.2rem;height:67.2rem;border-radius:50%;background:#d4af3712;filter:blur(14.4rem);transform:translate(-50%,-50%);pointer-events:none}.customer.login>*{position:relative;z-index:1;width:min(100%,54.4rem)}.customer.login h1,.customer.login h2{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-weight:300;line-height:1;letter-spacing:-.04em;text-align:center}.customer.login h1{margin:0 0 4rem;font-size:clamp(5.6rem,7vw,8.8rem)}.customer.login h2{margin:0 0 1.6rem;font-size:clamp(4rem,5vw,6.4rem)}.customer.login form{padding:4rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;background:#12110f;box-shadow:0 3.2rem 8rem #0000003d}.customer.login .field{margin-top:1.6rem}.customer.login .field:before,.customer.login .field:after{display:none}.customer.login .field input{min-height:5.76rem;padding-right:1.6rem;padding-left:1.6rem;border:1px solid rgba(245,244,240,.13);border-radius:1.28rem;outline:none;background:#0c0b0a;color:#f5f4f0;font-size:1.52rem;box-shadow:none;transition:border-color .25s ease}.customer.login .field input:focus{border-color:#d4af37;box-shadow:none}.customer.login .field label{color:#f5f4f06b}.customer.login .field input:focus~label,.customer.login .field input:not(:placeholder-shown)~label{color:#d4af37}.customer.login form>a{display:inline-block;margin-top:2rem;color:#f5f4f08c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.04rem;letter-spacing:.09em;text-transform:uppercase;text-underline-offset:.4rem;transition:color .25s ease}.customer.login form>a:hover{color:#d4af37}.customer.login button{width:100%;min-height:5.76rem;margin-top:3.2rem;border:1px solid #d4af37;border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;transition:background-color .3s ease,border-color .3s ease}.customer.login button:hover{border-color:#f5f4f0;background:#f5f4f0}.customer.login>a{margin-top:2.8rem;color:#f5f4f08c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.1em;text-align:center;text-transform:uppercase;text-underline-offset:.48rem}.customer.login>a:hover{color:#d4af37}.customer.login .shop-login-button,.customer.login .shop-login-button--enabled{overflow:hidden;border-radius:999px}.customer.login .shop-login-button+p,.customer.login .shop-login-button--enabled+p{color:#f5f4f066}.customer.login .form__message{align-items:flex-start;color:#faa;font-size:1.36rem;line-height:1.5}.customer.login .errors{margin-bottom:2.4rem;padding:1.6rem;border:1px solid rgba(255,170,170,.3);border-radius:1.2rem;background:#ffaaaa0a;color:#faa}.customer.login .errors ul{margin:0;padding-left:2rem}.customer.login #recover{scroll-margin-top:12.8rem}.customer.login #recover+div p{color:#f5f4f094;line-height:1.7;text-align:center}@media screen and (max-width:749px){.customer.login{justify-content:flex-start;padding:12.8rem 1.6rem 8rem}.customer.login form{padding:2.8rem 2rem;border-radius:2rem}.customer.login h1{margin-bottom:3.2rem;font-size:clamp(4.8rem,15vw,7.2rem)}}.customer.register{position:relative;min-height:100vh;max-width:none;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:16rem 2.4rem 11.2rem;background:#0c0b0a;color:#f5f4f0}.customer.register:before{content:"";position:absolute;top:50%;left:50%;width:67.2rem;height:67.2rem;border-radius:50%;background:#d4af3712;filter:blur(14.4rem);transform:translate(-50%,-50%);pointer-events:none}.customer.register>*{position:relative;z-index:1;width:min(100%,57.6rem)}.customer.register h1{margin:0 0 4rem;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:clamp(5.6rem,7vw,8.8rem);font-weight:300;line-height:1;letter-spacing:-.04em;text-align:center}.customer.register form{padding:4rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;background:#12110f;box-shadow:0 3.2rem 8rem #0000003d}.customer.register .field{margin-top:1.6rem}.customer.register .field:before,.customer.register .field:after{display:none}.customer.register .field input{min-height:5.76rem;padding-right:1.6rem;padding-left:1.6rem;border:1px solid rgba(245,244,240,.13);border-radius:1.28rem;outline:none;background:#0c0b0a;color:#f5f4f0;font-size:1.52rem;box-shadow:none;transition:border-color .25s ease}.customer.register .field input:focus{border-color:#d4af37;box-shadow:none}.customer.register .field label{color:#f5f4f06b}.customer.register .field input:focus~label,.customer.register .field input:not(:placeholder-shown)~label{color:#d4af37}.customer.register button{width:100%;min-height:5.76rem;margin-top:3.2rem;border:1px solid #d4af37;border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.12rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;transition:background-color .3s ease,border-color .3s ease}.customer.register button:hover{border-color:#f5f4f0;background:#f5f4f0}.customer.register .form__message{align-items:flex-start;color:#faa;font-size:1.36rem;line-height:1.5}.customer.register .errors{margin-bottom:2.4rem;padding:1.6rem;border:1px solid rgba(255,170,170,.3);border-radius:1.2rem;background:#ffaaaa0a;color:#faa}.customer.register .errors ul{margin:0;padding-left:2rem}.customer.register+a,.customer.register form+a{margin-top:2.8rem;color:#f5f4f08c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.1em;text-align:center;text-transform:uppercase;text-underline-offset:.48rem}.customer.register+a:hover,.customer.register form+a:hover{color:#d4af37}@media screen and (max-width:749px){.customer.register{justify-content:flex-start;padding:12.8rem 1.6rem 8rem}.customer.register form{padding:2.8rem 2rem;border-radius:2rem}.customer.register h1{margin-bottom:3.2rem;font-size:clamp(4.8rem,15vw,7.2rem)}}.customer.account{min-height:100vh;max-width:none;padding:14.4rem 2.4rem 11.2rem;background:#0c0b0a;color:#f5f4f0}.customer.account>div{width:min(100%,128rem);margin-inline:auto}.customer.account h1,.customer.account h2{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-weight:300;letter-spacing:-.04em}.customer.account h1{margin:0 0 1.6rem;font-size:clamp(5.6rem,7vw,8.8rem);line-height:1}.customer.account h2{margin:0 0 3.2rem;font-size:clamp(3.2rem,4vw,4.8rem)}.customer.account>div>p,.customer.account .customer__title+p{color:#f5f4f08c}.customer.account a{color:#d4af37;text-underline-offset:.4rem}.customer.account a:hover{color:#f5f4f0}.customer.account>div>div{display:grid;grid-template-columns:minmax(0,2fr) minmax(28.8rem,1fr);gap:6.4rem;margin-top:6.4rem}.customer.account table{width:100%;border-collapse:collapse;border-top:1px solid rgba(245,244,240,.1)}.customer.account thead{border-bottom:1px solid rgba(245,244,240,.1)}.customer.account th{padding:1.6rem 1.2rem;color:#f5f4f073;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.04rem;font-weight:400;letter-spacing:.1em;text-align:left;text-transform:uppercase}.customer.account td{padding:2.4rem 1.2rem;border-bottom:1px solid rgba(245,244,240,.07);color:#f5f4f0ad;font-size:1.44rem}.customer.account td:first-child a{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:1.76rem;text-decoration:none}.customer.account td:first-child a:hover{color:#d4af37}.customer.account table .price{color:#f5f4f0}.customer.account>div>div>div:last-child{align-self:start;padding:3.2rem;border:1px solid rgba(245,244,240,.1);border-radius:2rem;background:#12110f}.customer.account address{color:#f5f4f09e;font-style:normal;line-height:1.8}.customer.account .customer__view-addresses{display:inline-flex;align-items:center;justify-content:center;min-height:5.2rem;margin-top:2.4rem;padding:1.44rem 2.4rem;border:1px solid rgba(212,175,55,.4);border-radius:999px;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;transition:background-color .25s ease,color .25s ease}.customer.account .customer__view-addresses:hover{background:#d4af37;color:#0c0b0a}.customer.account .customer__title a{color:#f5f4f080;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.056rem;letter-spacing:.1em;text-transform:uppercase}.customer.account .customer__title a:hover{color:#d4af37}.customer.account table+p,.customer.account h2+p{padding:3.2rem;border:1px solid rgba(245,244,240,.08);border-radius:1.6rem;background:#12110f;color:#f5f4f08c}.customer.account .pagination{margin-top:4.8rem}.customer.account .pagination__item{color:#f5f4f099}.customer.account .pagination__item--current,.customer.account .pagination__item:hover{color:#d4af37}@media screen and (max-width:989px){.customer.account>div>div{grid-template-columns:1fr;gap:4.8rem}}@media screen and (max-width:749px){.customer.account{padding:12.8rem 1.6rem 8rem}.customer.account>div>div{margin-top:4.8rem}.customer.account table,.customer.account thead,.customer.account tbody,.customer.account tr,.customer.account th,.customer.account td{display:block}.customer.account thead{display:none}.customer.account tr{margin-bottom:1.6rem;padding:2rem;border:1px solid rgba(245,244,240,.08);border-radius:1.6rem;background:#12110f}.customer.account td{display:flex;justify-content:space-between;gap:1.6rem;padding:.88rem 0;border:0;text-align:right}.customer.account td:before{content:attr(data-label);color:#f5f4f06b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.992rem;letter-spacing:.08em;text-align:left;text-transform:uppercase}.customer.account td:first-child a{font-size:1.6rem}}.customer.addresses{min-height:100vh;max-width:none;padding:14.4rem 2.4rem 11.2rem;background:#0c0b0a;color:#f5f4f0}.customer.addresses>*{width:min(100%,128rem);margin-inline:auto}.customer.addresses h1,.customer.addresses h2{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-weight:300;letter-spacing:-.04em}.customer.addresses h1{margin:0 0 1.6rem;font-size:clamp(5.6rem,7vw,8.8rem);line-height:1}.customer.addresses h2{margin:0 0 2.4rem;font-size:clamp(3.2rem,4vw,4.8rem)}.customer.addresses a{color:#d4af37;text-underline-offset:.4rem}.customer.addresses a:hover{color:#f5f4f0}.customer.addresses .customer__title a,.customer.addresses>a{color:#f5f4f080;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.056rem;letter-spacing:.1em;text-transform:uppercase}.customer.addresses .customer__title a:hover,.customer.addresses>a:hover{color:#d4af37}.customer.addresses>button,.customer.addresses .address-add-new{min-height:5.6rem;margin-top:3.2rem;padding:1.6rem 2.8rem;border:1px solid #d4af37;border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background-color .25s ease,border-color .25s ease}.customer.addresses>button:hover,.customer.addresses .address-add-new:hover{border-color:#f5f4f0;background:#f5f4f0}.customer.addresses ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem;margin-top:4.8rem;padding:0;list-style:none}.customer.addresses li{padding:3.2rem;border:1px solid rgba(245,244,240,.1);border-radius:2rem;background:#12110f}.customer.addresses li h2{margin-bottom:1.6rem;font-size:2.88rem}.customer.addresses li>p:first-of-type{display:inline-flex;align-items:center;min-height:2.88rem;margin:0 0 1.6rem;padding:.56rem 1.12rem;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:#d4af3714;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.928rem;letter-spacing:.1em;text-transform:uppercase}.customer.addresses address{margin-bottom:2.4rem;color:#f5f4f09e;font-style:normal;line-height:1.8}.customer.addresses li button{min-height:4.4rem;padding:1.2rem 1.76rem;border:1px solid rgba(245,244,240,.14);border-radius:999px;background:transparent;color:#f5f4f0b8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.992rem;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;transition:border-color .25s ease,color .25s ease,background-color .25s ease}.customer.addresses li button:hover{border-color:#d4af37;background:#d4af3714;color:#d4af37}.customer.addresses form{margin-top:3.2rem;padding:4rem;border:1px solid rgba(245,244,240,.1);border-radius:2.4rem;background:#12110f}.customer.addresses .field{margin-top:1.6rem}.customer.addresses .field:before,.customer.addresses .field:after{display:none}.customer.addresses .field input,.customer.addresses select{min-height:5.76rem;padding-right:1.6rem;padding-left:1.6rem;border:1px solid rgba(245,244,240,.13);border-radius:1.28rem;outline:none;background:#0c0b0a;color:#f5f4f0;font-size:1.52rem;box-shadow:none;transition:border-color .25s ease}.customer.addresses .field input:focus,.customer.addresses select:focus{border-color:#d4af37;box-shadow:none}.customer.addresses .field label,.customer.addresses label{color:#f5f4f073}.customer.addresses .field input:focus~label,.customer.addresses .field input:not(:placeholder-shown)~label{color:#d4af37}.customer.addresses select{width:100%;-webkit-appearance:auto;appearance:auto}.customer.addresses form button[type=submit]{min-height:5.6rem;margin-top:2.4rem;padding:1.6rem 2.8rem;border:1px solid #d4af37;border-radius:999px;background:#d4af37;color:#0c0b0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.customer.addresses form button[type=submit]:hover{border-color:#f5f4f0;background:#f5f4f0}.customer.addresses form button[type=reset],.customer.addresses form button[type=button]{min-height:5.6rem;margin-top:2.4rem;padding:1.6rem 2.4rem;border:1px solid rgba(245,244,240,.14);border-radius:999px;background:transparent;color:#f5f4f0b3;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.088rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.customer.addresses form button[type=reset]:hover,.customer.addresses form button[type=button]:hover{border-color:#d4af37;color:#d4af37}.customer.addresses input[type=checkbox]{accent-color:#d4af37}.customer.addresses input[type=checkbox]+label{color:#f5f4f099;font-size:1.36rem}.customer.addresses .form__message,.customer.addresses .errors{color:#faa}.customer.addresses .errors{margin-bottom:2.4rem;padding:1.6rem;border:1px solid rgba(255,170,170,.3);border-radius:1.2rem;background:#ffaaaa0a}@media screen and (max-width:749px){.customer.addresses{padding:12.8rem 1.6rem 8rem}.customer.addresses ul{grid-template-columns:1fr;margin-top:4rem}.customer.addresses li,.customer.addresses form{padding:2.4rem 2rem;border-radius:1.76rem}.customer.addresses form button{width:100%}}.customer.order{min-height:100vh;max-width:none;padding:14.4rem 2.4rem 11.2rem;background:#0c0b0a;color:#f5f4f0}.customer.order>div{width:min(100%,128rem);margin-inline:auto}.customer.order h1,.customer.order h2{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-weight:300;letter-spacing:-.04em}.customer.order h1{margin:0 0 1.6rem;font-size:clamp(5.2rem,7vw,8.4rem);line-height:1}.customer.order h2{margin:0 0 2.4rem;font-size:clamp(3.2rem,4vw,4.8rem)}.customer.order a{color:#d4af37;text-underline-offset:.4rem}.customer.order a:hover{color:#f5f4f0}.customer.order .customer__title a,.customer.order>div>a{color:#f5f4f080;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.056rem;letter-spacing:.1em;text-transform:uppercase}.customer.order .customer__title a:hover,.customer.order>div>a:hover{color:#d4af37}.customer.order>div>p{color:#f5f4f094;line-height:1.7}.customer.order .order-status{display:inline-flex;align-items:center;min-height:3.04rem;padding:.56rem 1.2rem;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:#d4af3714;color:#d4af37;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.928rem;letter-spacing:.1em;text-transform:uppercase}.customer.order>div>div{display:grid;grid-template-columns:minmax(0,2fr) minmax(28.8rem,1fr);gap:6.4rem;margin-top:6.4rem}.customer.order table{width:100%;border-collapse:collapse;border-top:1px solid rgba(245,244,240,.1)}.customer.order thead{border-bottom:1px solid rgba(245,244,240,.1)}.customer.order th{padding:1.6rem 1.2rem;color:#f5f4f073;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.024rem;font-weight:400;letter-spacing:.1em;text-align:left;text-transform:uppercase}.customer.order td{padding:2.4rem 1.2rem;border-bottom:1px solid rgba(245,244,240,.07);color:#f5f4f0ad;font-size:1.408rem;vertical-align:top}.customer.order td a{color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:1.68rem;text-decoration:none}.customer.order td a:hover{color:#d4af37}.customer.order td ul{margin:.8rem 0 0;padding:0;list-style:none}.customer.order td li,.customer.order .properties{color:#f5f4f07a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.024rem;line-height:1.6;letter-spacing:.06em;text-transform:uppercase}.customer.order tfoot th,.customer.order tfoot td{padding-top:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(245,244,240,.06)}.customer.order tfoot th{color:#f5f4f08c}.customer.order tfoot tr:last-child th,.customer.order tfoot tr:last-child td{border-bottom:0;color:#f5f4f0;font-family:Baskerville,Georgia,serif;font-size:2.4rem}.customer.order .money,.customer.order .price{color:#f5f4f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.customer.order s{color:#f5f4f059}.customer.order .discounts{color:#d4af37}.customer.order>div>div>div:last-child{display:grid;gap:2.4rem;align-self:start}.customer.order>div>div>div:last-child>div{padding:3.2rem;border:1px solid rgba(245,244,240,.1);border-radius:2rem;background:#12110f}.customer.order>div>div>div:last-child h2{margin-bottom:1.6rem;font-size:2.88rem}.customer.order address{color:#f5f4f09e;font-style:normal;line-height:1.8}.customer.order .fulfillment{margin-top:1.2rem;color:#f5f4f080;font-size:1.28rem;line-height:1.6}.customer.order .fulfillment a{color:#d4af37}@media screen and (max-width:989px){.customer.order>div>div{grid-template-columns:1fr;gap:4.8rem}}@media screen and (max-width:749px){.customer.order{padding:12.8rem 1.6rem 8rem}.customer.order>div>div{margin-top:4.8rem}.customer.order table,.customer.order thead,.customer.order tbody,.customer.order tfoot,.customer.order tr,.customer.order th,.customer.order td{display:block}.customer.order thead{display:none}.customer.order tbody tr{margin-bottom:1.6rem;padding:2rem;border:1px solid rgba(245,244,240,.08);border-radius:1.6rem;background:#12110f}.customer.order tbody td{display:flex;justify-content:space-between;gap:1.6rem;padding:.88rem 0;border:0;text-align:right}.customer.order tbody td:before{content:attr(data-label);color:#f5f4f06b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.96rem;letter-spacing:.08em;text-align:left;text-transform:uppercase}.customer.order tfoot{margin-top:2.4rem;padding:2rem;border:1px solid rgba(245,244,240,.08);border-radius:1.6rem;background:#12110f}.customer.order tfoot tr{display:grid;grid-template-columns:1fr auto;gap:1.6rem;padding:.8rem 0}.customer.order tfoot th,.customer.order tfoot td{padding:0;border:0}}:root{--bf-black: #0c0b0a;--bf-surface: #12110f;--bf-surface-light: #1a1815;--bf-cream: #f5f4f0;--bf-gold: #d4af37;--bf-text-primary: #f5f4f0;--bf-text-secondary: rgba(245, 244, 240, .68);--bf-text-muted: rgba(245, 244, 240, .45);--bf-border: rgba(245, 244, 240, .1);--bf-border-strong: rgba(245, 244, 240, .16);--bf-gold-border: rgba(212, 175, 55, .4);--bf-font-display: Baskerville, Georgia, "Times New Roman", serif;--bf-font-body: Arial, Helvetica, sans-serif;--bf-font-label: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--bf-page-width: 192rem;--bf-radius-small: 1.2rem;--bf-radius-medium: 2rem;--bf-radius-large: 2.4rem;--bf-radius-pill: 999px;--bf-section-space-desktop: 12.8rem;--bf-section-space-mobile: 8rem;--bf-transition: .3s ease}html{scroll-behavior:smooth}body{background:var(--bf-black);color:var(--bf-text-primary);font-family:var(--bf-font-body);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,.gradient,.color-background-1,.color-background-2,.color-background-3,.color-background-4{background-color:var(--bf-black)}#MainContent{background:var(--bf-black)}.bf-container{width:min(100%,var(--bf-page-width));margin-inline:auto;padding-inline:4.8rem}#MainContent h1,#MainContent h2,#MainContent h3,.bf-footer h1,.bf-footer h2,.bf-footer h3{color:var(--bf-text-primary);font-family:var(--bf-font-display);font-weight:300;text-wrap:balance}#MainContent h1{letter-spacing:-.045em}#MainContent h2{letter-spacing:-.035em}#MainContent h3{letter-spacing:-.02em}#MainContent p,#MainContent li,#MainContent address{text-wrap:pretty}.rte,.rte p,.product__description,.collection-hero__description{color:var(--bf-text-secondary);line-height:1.8}.caption,.caption-large,.caption-with-letter-spacing,.product__text.caption-with-letter-spacing,.facets__heading,.facet-filters__label,.product-count__text{font-family:var(--bf-font-label);letter-spacing:.1em}#MainContent a,.bf-footer a,.bf-header a{text-underline-offset:.25em}#MainContent .rte a{color:var(--bf-gold);text-decoration-color:#d4af3773}#MainContent .rte a:hover{color:var(--bf-cream)}.button,.shopify-payment-button__button,.product-form__submit,.cart__checkout-button,.quick-add__submit{min-height:5.6rem;border-radius:var(--bf-radius-pill);font-family:var(--bf-font-label);font-size:1.12rem;font-weight:700;letter-spacing:.13em;line-height:1.2;text-transform:uppercase;transition:background-color var(--bf-transition),border-color var(--bf-transition),color var(--bf-transition),transform var(--bf-transition)}.button:before,.button:after,.shopify-payment-button__button:before,.shopify-payment-button__button:after{border-radius:inherit}.button:not(.button--secondary):not(.button--tertiary),.product-form__submit,.cart__checkout-button{border:1px solid var(--bf-gold);background:var(--bf-gold);color:var(--bf-black)}.button:not(.button--secondary):not(.button--tertiary):hover,.product-form__submit:hover,.cart__checkout-button:hover{border-color:var(--bf-cream);background:var(--bf-cream);color:var(--bf-black)}.button--secondary,.quick-add__submit{border:1px solid var(--bf-border-strong);background:transparent;color:var(--bf-cream)}.button--secondary:hover,.quick-add__submit:hover:not([disabled]){border-color:var(--bf-gold);background:var(--bf-gold);color:var(--bf-black)}.button--tertiary{border:0;background:transparent;color:var(--bf-text-muted)}.button--tertiary:hover{color:var(--bf-gold)}.button[disabled],.button:disabled,.product-form__submit[disabled],.quick-add__submit[disabled]{border-color:var(--bf-border);background:#f5f4f00d;color:#f5f4f047;cursor:not-allowed;opacity:1}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--bf-gold);outline-offset:3px}.field:before,.field:after,.select:before,.select:after{box-shadow:none}.field__input,.select__select,.customer input,.customer select,.customer textarea,textarea.text-area{border:1px solid var(--bf-border-strong);border-radius:var(--bf-radius-small);background:var(--bf-surface);color:var(--bf-cream);box-shadow:none;transition:border-color var(--bf-transition),background-color var(--bf-transition)}.field__input:hover,.select__select:hover,.customer input:hover,.customer select:hover,.customer textarea:hover{border-color:#f5f4f040}.field__input:focus,.select__select:focus,.customer input:focus,.customer select:focus,.customer textarea:focus{border-color:var(--bf-gold);outline:0;box-shadow:none}.field__label,.customer label{color:var(--bf-text-muted)}.field__input:focus~.field__label,.field__input:not(:placeholder-shown)~.field__label{color:var(--bf-gold)}input::placeholder,textarea::placeholder{color:#f5f4f059}@media screen and (max-width:749px){.bf-container{padding-inline:1.6rem}.button,.shopify-payment-button__button,.product-form__submit,.cart__checkout-button{min-height:5.44rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media screen and (max-width:989px){:root{--bf-section-space: 6.4rem}.page-width,.bf-container{padding-left:2rem;padding-right:2rem}.section{overflow:hidden}h1,.h0{font-size:clamp(3.6rem,8vw,4.8rem);line-height:1.05;letter-spacing:-.03em}h2,.h1{font-size:clamp(2.8rem,6vw,3.84rem);line-height:1.1}h3,.h2{font-size:clamp(2.24rem,5vw,3.04rem)}h4,.h3{font-size:1.92rem}p,li,.rte{font-size:1.552rem;line-height:1.75}.button,.button--primary,.button--secondary,.shopify-payment-button__button,.product-form__submit,.cart__checkout-button{width:100%;min-height:56px;justify-content:center;font-size:1.312rem;letter-spacing:.12em}img{max-width:100%;height:auto}.grid{row-gap:3.2rem}.section+.section{margin-top:var(--bf-section-space)}}@media screen and (max-width:749px){.page-width,.bf-container{padding-left:1.6rem;padding-right:1.6rem}h1,.h0{font-size:clamp(3.2rem,10vw,4.16rem)}h2,.h1{font-size:clamp(2.56rem,7vw,3.2rem)}h3,.h2{font-size:2.16rem}p,li,.rte{font-size:1.52rem}.button,.product-form__submit,.cart__checkout-button{min-height:54px}.shopify-section{margin-bottom:4.8rem}}a,button,summary{-webkit-tap-highlight-color:transparent}.button,.product-form__submit,.quick-add__submit,.cart__checkout-button,.bf-404__button,.bf-contact__submit{position:relative;overflow:hidden}.button:not([disabled]):active,.product-form__submit:not([disabled]):active,.quick-add__submit:not([disabled]):active,.cart__checkout-button:not([disabled]):active{transform:scale(.98)}.button .icon-arrow,.animate-arrow .icon-arrow,.bf-blog-featured__read span,.bf-blog-card__read span,.bf-404__button span:last-child{transition:transform .3s cubic-bezier(.22,1,.36,1)}.button:hover .icon-arrow,.animate-arrow:hover .icon-arrow,.bf-blog-featured__link:hover .bf-blog-featured__read span,.bf-blog-card__link:hover .bf-blog-card__read span,.bf-404__button:hover span:last-child{transform:translate(.56rem)}.product-card-wrapper .card__media,.bf-blog-card__media,.bf-blog-featured__media,.bf-about__hero-media,.collection-hero__image-container{overflow:hidden}.product-card-wrapper .card__media img,.bf-blog-card__image,.bf-blog-featured__image,.bf-about__hero-image,.collection-hero__image-container img{transition:transform .8s cubic-bezier(.22,1,.36,1),filter .5s ease}.product-card-wrapper:hover .card__media img,.bf-blog-card__link:hover .bf-blog-card__image,.bf-blog-featured__link:hover .bf-blog-featured__image,.bf-about__hero-media:hover .bf-about__hero-image,.collection-hero__image-container:hover img{transform:scale(1.035)}.product-card-wrapper,.bf-blog-card,.bf-about__value,.bf-about__future-card{transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .35s ease}.product-card-wrapper:hover,.bf-blog-card:hover,.bf-about__value:hover,.bf-about__future-card:hover{transform:translateY(-4px)}.bf-footer a,.bf-header a,.article-template__content a,.bf-404__journal-link{text-decoration-thickness:1px;text-underline-offset:.3em}details>summary{cursor:pointer}.accordion summary,.bf-faq-item__summary{transition:color .3s ease,background-color .3s ease}.accordion summary:hover,.bf-faq-item__summary:hover{color:var(--bf-gold)}.field__input,.select__select,textarea,.customer input,.customer select{transition:border-color .25s ease,background-color .25s ease,box-shadow .25s ease}.field__input:focus,.select__select:focus,textarea:focus,.customer input:focus,.customer select:focus{box-shadow:0 0 0 3px #d4af3714}.bf-header__link,.bf-header__mobile-link,.bf-footer__menu-column a{transition:color .25s ease,opacity .25s ease}cart-drawer .drawer__inner{transition:transform .4s cubic-bezier(.22,1,.36,1)}.loading-overlay{background:#0c0b0abf;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.loading-overlay__spinner{color:var(--bf-gold)}::selection{background:var(--bf-gold);color:var(--bf-black)}@media screen and (min-width:990px)and (hover:hover){.product-card-wrapper:hover .card__heading a,.bf-blog-card__link:hover h3{color:var(--bf-gold)}.button:not([disabled]):hover,.product-form__submit:not([disabled]):hover,.cart__checkout-button:not([disabled]):hover{transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.product-card-wrapper,.product-card-wrapper .card__media img,.bf-blog-card,.bf-blog-card__image,.bf-blog-featured__image,.bf-about__hero-image,.button,.product-form__submit,.quick-add__submit,.cart__checkout-button{transform:none!important;transition:none!important}}.shopify-section-group-header-group,.shopify-section-group-footer-group,.section-buddaflies-announcement,.section-buddaflies-header,.section-buddaflies-footer{margin:0!important;background:#0c0b0a!important}.section-buddaflies-announcement,.section-buddaflies-announcement .bf-announcement,.bf-announcement{background:#d4af37!important;color:#0c0b0a!important}.bf-announcement__item,.bf-announcement__item:link,.bf-announcement__item:visited{color:#0c0b0a!important;background:transparent!important}.bf-announcement__dot{background:#0c0b0a!important}.section-buddaflies-header,.section-buddaflies-header .bf-header,.bf-header,.bf-header--transparent,.bf-header--transparent:not(.is-scrolled):not(.is-menu-open){background:#0c0b0af5!important;color:#f5f4f0!important;border-color:#f5f4f01a!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.bf-header a,.bf-header button,.bf-header__brand-text,.bf-header__nav-link,.bf-header__utility,.bf-header__cart{color:#f5f4f0!important}.bf-header__nav-link--accent,.bf-header__nav-link:hover,.bf-header__utility:hover,.bf-header__cart:hover{color:#d4af37!important}.bf-header__mobile-menu,.bf-header__dropdown-panel,.section-buddaflies-footer,.section-buddaflies-footer .bf-footer,.bf-footer{background:#0c0b0a!important;color:#f5f4f0!important}.bf-footer h2,.bf-footer p,.bf-footer a,.bf-footer__logo,.bf-footer__logo-text{color:inherit}.bf-footer__menu-column h2,.bf-footer__compliance h2,.bf-footer__status,.bf-footer a:hover{color:#d4af37!important}.bf-footer__description,.bf-footer__copyright,.bf-footer__menu-column a,.bf-footer__compliance-text,.bf-footer__legal a,.bf-footer__tagline{color:#f5f4f099!important}.template-index .bf-header,.template-index .bf-header--transparent,.template-index .bf-header--transparent:not(.is-scrolled):not(.is-menu-open){background:#0c0b0af5!important;color:#f5f4f0!important;border-color:#f5f4f01a!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.template-index .bf-header__desktop-nav{display:flex!important}.template-index .bf-header__nav-link,.template-index .bf-header__brand-text,.template-index .bf-header__utility,.template-index .bf-header__cart{color:#f5f4f0!important;opacity:1!important;visibility:visible!important}.shopify-section-group-header-group{position:relative!important;z-index:9999!important}.section-buddaflies-announcement{position:relative!important;z-index:10001!important}.section-buddaflies-header{position:relative!important;z-index:10000!important}.bf-header,.template-index .bf-header,.template-index .bf-header--transparent,.template-index .bf-header--transparent:not(.is-scrolled):not(.is-menu-open){display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:10000!important;background:#0c0b0af5!important;color:#f5f4f0!important;transform:translateY(0)!important;border-color:#f5f4f01a!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.template-index .bf-header__desktop-nav,.template-index .bf-header__inner,.template-index .bf-header__utilities,.template-index .bf-header__brand{opacity:1!important;visibility:visible!important}.template-index .bf-header__nav-link,.template-index .bf-header__brand-text,.template-index .bf-header__utility,.template-index .bf-header__cart{color:#f5f4f0!important}.bf-manifesto,.section-buddaflies-manifesto{display:block!important;min-height:auto!important;background:#0c0b0a!important;color:#f5f4f0!important;opacity:1!important;visibility:visible!important}.bf-manifesto *,.bf-manifesto__inner,.bf-manifesto__content,.bf-manifesto__heading,.bf-manifesto__text,.bf-manifesto h2,.bf-manifesto p{opacity:1!important;visibility:visible!important;transform:none!important}.bf-manifesto__heading,.bf-manifesto h2{color:#f5f4f0!important;font-size:clamp(4rem,8vw,9rem)!important;line-height:.95!important}
/*# sourceMappingURL=/cdn/shop/t/29/assets/buddaflies.css.map */
