*,*:before,*:after{box-sizing:border-box;margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{display:flex;flex-direction:column;min-height:100svh;font-family:var(--font-body);font-size:calc(.95rem * var(--font-scale));line-height:1.7;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select,button{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0;padding:0}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.15em}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}ul[role=list],ol[role=list]{list-style:none;padding:0}:focus-visible{outline:3px solid var(--color-brass);outline-offset:3px;border-radius:2px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:1000;padding:.75rem 1rem;background:var(--color-dark);color:var(--color-dark-text);border-radius:var(--radius)}.skip-link:focus{top:1rem}h1,h2,h3,h4,.h1,.h2,.h3,.h4{font-family:var(--font-heading);font-weight:400;line-height:1.04;letter-spacing:-.005em;text-wrap:balance}h1,.h1{font-size:clamp(2.25rem,1.5rem + 3vw,3.75rem)}h2,.h2{font-size:clamp(1.75rem,1.25rem + 2vw,2.75rem)}h3,.h3{font-size:clamp(1.35rem,1.1rem + 1vw,1.75rem)}h4,.h4{font-size:1.15rem}.h-display{font-weight:400}.eyebrow,.label{font-family:var(--font-body);font-size:.68rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--color-muted)}.notes-line{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.lede{font-size:1.15rem;color:var(--color-muted);max-width:60ch}.muted{color:var(--color-muted)}.rte{max-width:68ch}.rte>*+*{margin-top:1em}.rte h2,.rte h3{margin-top:1.75em}.rte a{color:var(--color-accent)}.rte *,.rte p span,.rte div{font-family:inherit!important;font-size:inherit!important;color:inherit!important;text-align:inherit!important;background:transparent!important;line-height:inherit!important}.rte h2,.rte h3,.rte h4{font-family:var(--font-heading)!important;line-height:1.1;margin-bottom:.5em}.rte h2{font-size:clamp(1.5rem,1.2rem + 1.2vw,2.1rem)!important}.rte h3{font-size:clamp(1.25rem,1.1rem + .6vw,1.5rem)!important}.rte h4{font-size:1.1rem!important}.rte img{display:block;max-width:100%;height:auto;margin:1.5em 0}.rte b,.rte strong{font-weight:600}.shopify-section{--content-width: min(calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;display:grid;grid-template-columns:var(--content-grid);width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}main{flex:1}.section{padding-block:clamp(3rem,6vw,5.5rem)}.section--tight{padding-block:clamp(2rem,4vw,3.5rem)}.section--dark{background:var(--color-dark);color:var(--color-dark-text)}.section--dark .eyebrow{color:var(--color-gold)}.section--dark a:not(.btn){color:inherit}.section--dark .muted,.section--dark .lede{color:var(--color-dark-muted)}.section--surface{background:var(--color-surface)}.section-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:1rem 2rem;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.section-head>div{max-width:60ch}.section-head .eyebrow{display:block;margin-bottom:.5rem}.grid{display:grid;gap:var(--grid-gap, 1.5rem);grid-template-columns:repeat(auto-fill,minmax(var(--grid-min, 16rem),1fr))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.8rem 1.6rem;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;line-height:1;text-decoration:none;border-radius:0;border:1px solid currentcolor;background:transparent;color:var(--color-text);transition:background-color var(--dur) var(--ease),color var(--dur) var(--ease),border-color var(--dur) var(--ease);touch-action:manipulation;cursor:pointer}.btn:hover{background:var(--color-text);color:var(--color-bg)}.btn[disabled],.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.btn--primary{background:var(--color-text);border-color:var(--color-text);color:var(--color-bg)}.btn--primary:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.btn--secondary{background:transparent;color:inherit}.btn--light,.btn--glass,.btn--dark{border-color:#fff;color:#fff;background:transparent}.btn--light:hover,.btn--glass:hover,.btn--dark:hover{background:#fff;color:var(--color-text)}.btn--block{width:100%}.btn--sm{min-height:2.4rem;padding:.6rem 1.1rem}.link-arrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid currentcolor;padding-bottom:.2rem}.link-arrow svg{width:1em;transition:transform var(--dur) var(--ease)}.link-arrow:hover svg{transform:translate(3px)}.field{display:grid;gap:.4rem}.field>label{font-size:.875rem;font-weight:600}.field .hint{font-size:.8rem;color:var(--color-muted)}.input,.field input:not([type=checkbox]):not([type=radio]),.field textarea,.field select{width:100%;min-height:3rem;padding:.7rem .9rem;background:var(--color-surface);border:1px solid var(--color-line);border-radius:0;transition:border-color var(--dur) var(--ease)}.field textarea{min-height:7rem;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus,.input:focus{border-color:var(--color-brass);outline:none;box-shadow:0 0 0 3px var(--color-brass-soft)}.form-errors,.form-success{padding:.85rem 1rem;border-radius:var(--radius);font-size:.9rem}.form-errors{background:#fbe9e7;color:var(--color-error)}.form-success{background:#e7f1e8;color:var(--color-success)}.pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.66rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;line-height:1;color:var(--color-brass);white-space:nowrap}.pill .icon{width:.85rem;height:.85rem}.pill--specialty-order{color:var(--color-accent)}.pill--sold-out{color:var(--color-muted)}.pill--coming-soon{color:var(--color-text)}.pill--accent{color:var(--color-accent)}.ship-note{display:flex;gap:.9rem;align-items:flex-start;padding:1rem 0;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);font-size:.85rem}.ship-note .icon{margin-top:.1rem;color:var(--color-brass)}.ship-note strong{display:block;margin-bottom:.1rem;font-weight:600;letter-spacing:.04em}.ship-note p{color:var(--color-muted)}.ship-note a{color:inherit}.section--dark .ship-note{border-color:var(--color-dark-line)}.section--dark .ship-note .icon{color:var(--color-gold)}.product-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-line);transition:border-color var(--dur) var(--ease),box-shadow .3s var(--ease)}.product-card:hover{border-color:var(--color-text);box-shadow:0 1px 0 var(--color-text)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-surface);border-bottom:1px solid var(--color-line)}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:10%;transition:transform .5s var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.85rem;left:.85rem;padding:.35rem .55rem;background:#ffffffeb}.product-card__body{display:grid;gap:.3rem;padding:1.1rem 1.15rem 1.25rem}.product-card__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;line-height:1.15}.product-card__title a{text-decoration:none}.product-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.product-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 0;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted)}.product-card__notes{font-size:.74rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.product-card__price{margin-top:.35rem;padding-top:.6rem;border-top:1px solid var(--color-line);font-size:.9rem;font-variant-numeric:tabular-nums;display:flex;justify-content:space-between;align-items:baseline}.product-card__price .compare{margin-left:.4rem;color:var(--color-muted);text-decoration:line-through}.product-card--glass{gap:0;padding:1rem 1rem 1.25rem;border-radius:4px;background:#fffcf66b;border:1px solid rgba(255,255,255,.7);box-shadow:inset 0 1px #ffffffe6,inset 0 0 0 1px #ffffff40,0 1px 2px #1c15120a,0 12px 32px -16px #1c151240;-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%);transition:transform .35s var(--ease),background-color .35s var(--ease),box-shadow .35s var(--ease)}.product-card--glass:hover{transform:translateY(-5px);background:#fffcf69e;box-shadow:inset 0 1px #fff,inset 0 0 0 1px #ffffff59,0 2px 4px #1c15120d,0 26px 48px -18px #1c151252}.product-card--glass .product-card__media{aspect-ratio:1;background:transparent;border-radius:2px}.product-card--glass .product-card__media img{object-fit:contain;padding:6%;filter:drop-shadow(0 18px 22px rgba(28,21,18,.22))}.product-card--glass:hover .product-card__media img{transform:scale(1.04) translateY(-3px)}.product-card--glass .product-card__badge{top:.35rem;left:.35rem;padding:.35rem .6rem;background:#fffcf6d9;border:1px solid rgba(255,255,255,.8);border-radius:2px}.product-card--glass .product-card__body{padding-top:1rem;border-top:1px solid rgba(28,21,18,.08);margin-top:.5rem}.product-card--glass .product-card__title{font-size:1.25rem}.product-card--glass .product-card__price{margin-top:.25rem}.product-card__cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;font-size:.66rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-brass)}.product-card__cta .icon{width:.85rem;height:.85rem;transition:transform var(--dur) var(--ease)}.product-card--glass:hover .product-card__cta .icon{transform:translate(3px)}@supports not (backdrop-filter: blur(1px)){.product-card--glass{background:#fffcf6eb}}.roast-meter{display:inline-grid;grid-auto-flow:column;gap:3px;vertical-align:middle;margin-right:.6em;flex:none}.roast-meter span{width:14px;height:6px;border-radius:2px;background:var(--color-line)}.roast-meter span.is-on{background:var(--color-text)}.section--dark .roast-meter span{background:#fff3}.section--dark .roast-meter span.is-on{background:var(--color-gold)}.icon{width:1.25rem;height:1.25rem;flex:none}.qty{display:inline-flex;align-items:stretch;border:1.5px solid var(--color-line);border-radius:var(--radius-pill);background:var(--color-surface);overflow:hidden}.qty button{display:inline-flex;align-items:center;justify-content:center;width:2.75rem}.qty button:hover{background:var(--color-brass-soft)}.qty input{width:3rem;text-align:center;border:0;background:transparent;font-weight:600;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.pagination{margin-top:2.5rem;text-align:center}.pagination span,.pagination a{display:inline-block;padding:.4rem .7rem;text-decoration:none}.pagination .current{font-weight:700;border-bottom:2px solid var(--color-brass)}h1 em,h2 em,.accent-word{font-style:italic;font-weight:400;color:var(--color-accent)}.section--dark h1 em,.section--dark h2 em,.section--dark .accent-word{color:var(--color-gold)}.section-head h2{max-width:22ch}.photo-frame{overflow:hidden;background:var(--color-surface)}.photo-frame img{width:100%;height:100%;object-fit:cover}.wholesale__hero{position:relative;overflow:hidden;isolation:isolate}.wholesale__hero-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;opacity:.38}.wholesale__hero-inner{position:relative;display:grid;gap:1rem;max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);width:100%}.wholesale__inner{display:grid;gap:clamp(2rem,5vw,4rem);max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);width:100%}.wholesale__facts{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.wholesale__fact{padding:1.25rem;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface)}.wholesale__fact-value{font-family:var(--font-heading);font-size:1.6rem;margin:.25rem 0}.wholesale__fact .muted{font-size:.85rem}.wholesale__body{display:grid;gap:3rem}.wholesale__fields{display:grid;gap:1rem;margin-top:1rem}.wholesale__two{display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media(min-width:900px){.wholesale__body{grid-template-columns:1fr 1.2fr;align-items:start}}.shopify-policy__container{max-width:44rem;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) var(--page-margin) clamp(3rem,6vw,5rem)}.shopify-policy__title{text-align:left}.shopify-policy__title h1{margin-bottom:1.75rem}.shopify-policy__body{font-size:1rem;line-height:1.8}.shopify-policy__body p{margin:0 0 1rem}.shopify-policy__body p:empty,.shopify-policy__body p:has(>span:empty:only-child){display:none}.shopify-policy__body h2,.shopify-policy__body h3{margin:2rem 0 .75rem}.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 1rem;padding-left:1.25rem}.shopify-policy__body li{margin-bottom:.4rem}.clubpage__hero{display:grid;background:var(--color-surface)}.clubpage__hero-copy{display:grid;gap:1.1rem;justify-items:start;align-content:center;padding:clamp(2.5rem,6vw,5rem) var(--page-margin)}.clubpage__hero-copy h1{max-width:14ch}.clubpage__scripture{font-family:var(--font-heading);font-style:italic;font-size:1.1rem;color:var(--color-brass)}.clubpage__hero-photo{position:relative;aspect-ratio:4 / 5}.clubpage__hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.clubpage__inner{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);width:100%}.clubpage__grid{display:grid;gap:clamp(2.5rem,6vw,5rem)}.clubpage__grid .label{display:block;margin-bottom:1rem}.clubpage__benefits li,.clubpage__steps li{padding:1.25rem 0;border-top:1px solid var(--color-line)}.clubpage__benefits li:last-child,.clubpage__steps li:last-child{border-bottom:1px solid var(--color-line)}.clubpage__benefits .h4,.clubpage__steps .h4{margin-bottom:.25rem}.clubpage__steps{list-style:none;padding:0}.clubpage__steps li{display:grid;grid-template-columns:2.5rem 1fr;gap:1rem}.clubpage__num{font-size:.68rem;letter-spacing:.2em;color:var(--color-muted);padding-top:.35rem}.clubpage__coffees{margin-top:1.5rem}.clubpage__coffees a{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-bottom:1px solid var(--color-line);font-family:var(--font-heading);font-size:1.15rem;text-decoration:none}.clubpage__coffees a span{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-body);font-size:.66rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-brass)}.clubpage__coffees a:hover span{color:var(--color-accent)}@media(min-width:900px){.clubpage__hero{grid-template-columns:1.1fr 1fr;min-height:70svh}.clubpage__hero-copy{padding-left:max(var(--page-margin),calc((100vw - var(--page-width)) / 2 + var(--page-margin)))}.clubpage__hero-photo{aspect-ratio:auto}.clubpage__hero-photo img{position:absolute;top:0;right:0;bottom:0;left:0}.clubpage__grid{grid-template-columns:1fr 1fr}}.sbpage__hero-inner{display:grid;gap:1rem;justify-items:start;max-width:40rem;margin-inline:auto;padding-inline:var(--page-margin);text-align:center;justify-items:center}.sbpage__code{padding:.9rem 1.2rem;border:1px solid var(--color-line);background:var(--color-bg)}.sbpage__code strong{letter-spacing:.12em}.sbpage__founder{display:grid;max-width:var(--page-width);margin-inline:auto;padding:clamp(2.5rem,6vw,5rem) var(--page-margin);gap:clamp(1.5rem,4vw,4rem);align-items:center}.sbpage__founder-photo{aspect-ratio:4 / 5;overflow:hidden;background:var(--color-surface)}.sbpage__founder-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.sbpage__founder-copy{display:grid;gap:1rem;max-width:32rem}.sbpage__best-inner{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);width:100%}.sbpage__note{margin-top:1.5rem;font-size:.9rem}@media(min-width:900px){.sbpage__founder{grid-template-columns:1fr 1.2fr}}.collection--glass{position:relative;isolation:isolate;background:var(--color-surface)}.collection__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.collection__backdrop img{width:100%;height:100%;object-fit:cover;filter:blur(26px) saturate(1.25);transform:scale(1.12);opacity:.85}.collection__backdrop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#faf6eee6,#faf6ee47 22%,#faf6ee33 75%,#faf6eed9)}.collection__inner{position:relative;max-width:var(--page-width);margin-inline:auto;padding:clamp(2rem,4vw,3.5rem) var(--page-margin) clamp(3rem,6vw,5rem);width:100%}.collection__head{display:grid;gap:.75rem;margin-bottom:2rem}.collection__ship{margin-bottom:1.5rem}.collection__ship .pill{vertical-align:middle}.collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;font-size:.9rem}.collection__sort{display:flex;align-items:center;gap:.5rem}.collection__sort .input{min-height:2.5rem;padding:.35rem .75rem}.collection__empty{padding:4rem 0;text-align:center}.clubpage__plan{padding:.9rem 1.1rem;border:1px solid var(--color-line);background:var(--color-bg);font-size:.9rem}.tiers__inner{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);width:100%}.tiers__head{display:grid;gap:.75rem;max-width:44rem;margin-bottom:clamp(1.5rem,4vw,3rem)}.tiers__list{display:grid;gap:1px;background:var(--color-line);border:1px solid var(--color-line)}.tiers__item{display:grid;gap:.35rem;align-content:start;justify-items:start;padding:1.5rem 1.4rem 1.6rem;background:var(--color-bg)}.tiers__item--featured{background:#fff;box-shadow:inset 0 3px 0 var(--color-accent)}.tiers__step{font-size:.66rem;letter-spacing:.2em;color:var(--color-muted)}.tiers__name{font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-top:.25rem}.tiers__offer{font-size:.9rem}.tiers__price{font-family:var(--font-heading);font-size:2.2rem;line-height:1;margin-top:.5rem}.tiers__per{margin-left:.4rem;font-family:var(--font-body);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.tiers__ship{font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-brass)}.tiers__note{font-size:.8rem}.tiers__item .btn{margin-top:.9rem}.tiers__footnote{margin-top:1rem;font-size:.78rem}@media(min-width:720px){.tiers__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.tiers__list{grid-template-columns:repeat(4,1fr)}}.tiers__more{margin-top:1.25rem}.wtb__hero-inner{display:grid;gap:1rem;max-width:46rem;margin-inline:auto;padding-inline:var(--page-margin);text-align:center;justify-items:center}.wtb__inner{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);width:100%}.wtb__list .tiers__note{min-height:2.6em}.wtb__how{display:grid;gap:clamp(2rem,5vw,4rem);margin-top:clamp(2.5rem,6vw,4.5rem)}.wtb__how .label{display:block;margin-bottom:1rem}@media(min-width:900px){.wtb__how{grid-template-columns:1fr 1fr}}.header__nav a.is-promoted{color:var(--color-accent);font-weight:600}.header__nav a.is-promoted:after{background:var(--color-accent)}.header__mobile a.is-promoted{color:var(--color-accent)}.shelf-nav{display:flex;flex-wrap:wrap;gap:0 1.75rem;margin-block:.5rem 1rem;padding-block:.9rem;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.shelf-nav a{font-size:.68rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;text-decoration:none;color:var(--color-muted)}.shelf-nav a:hover{color:var(--color-text)}.shelf{padding-block:clamp(1.5rem,3vw,2.5rem);scroll-margin-top:6rem}.shelf+.shelf{border-top:1px solid var(--color-line)}.shelf__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem 1.25rem;margin-bottom:clamp(1rem,2vw,1.5rem)}.shelf__title{font-size:clamp(1.6rem,1.2rem + 1.4vw,2.4rem);line-height:1}.shelf__head .muted{font-size:.85rem}
/*# sourceMappingURL=/cdn/shop/t/8/assets/critical.css.map */
