:root{--ink:#120e0c;--espresso:#24140f;--tobacco:#4b2d20;--cream:#f4e7d1;--paper:#eadbc2;--amber:#d7893b;--plum:#6c3a48;--line:rgba(244,231,209,.22);--font:var(--font-lora),Georgia,serif}*{box-sizing:border-box}html{background:var(--ink);scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-shell main{flex:1 1}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{height:88px;background:var(--ink);color:var(--cream);position:-webkit-sticky;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(244,231,209,.16)}.header-inner{height:100%;max-width:1280px;margin:0 auto;padding:0 32px;justify-content:space-between;gap:24px}.header-inner,.logo{display:flex;align-items:center}.logo{gap:10px;min-width:170px;font-size:12px;line-height:1.05;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.logo picture{width:47px;height:47px;display:block}.logo img{width:100%;height:100%;object-fit:contain;filter:invert(1) sepia(.1) saturate(.55) brightness(1.8)}nav{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:8px}nav a{font-size:14px;font-weight:600;transition:color .2s ease}nav a:hover{color:var(--amber)}a:focus-visible,button:focus-visible{outline:2px solid var(--amber);outline-offset:4px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 18px;background:var(--amber);color:var(--ink);font-size:13px;font-weight:700;letter-spacing:.035em;text-transform:uppercase;transition:background .2s ease,transform .2s ease}.button:hover{background:#e6a356;transform:translateY(-2px)}.button:active{transform:translateY(0) scale(.98)}.header-cta{min-height:42px;padding:10px 13px;font-size:11px}.hero{height:calc(100vh - 88px);min-height:620px;position:relative;overflow:hidden;color:var(--cream);background:var(--ink)}.hero>picture,.hero>picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,6,5,.84),rgba(8,6,5,.56) 35%,rgba(8,6,5,.08) 72%)}.hero-copy{position:relative;z-index:1;max-width:1280px;margin:0 auto;height:100%;padding:132px 32px 90px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.eyebrow{margin:0 0 16px;color:var(--amber);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.eyebrow.dark{color:var(--plum)}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance;line-height:1.05}.hero h1{font-size:clamp(60px,7.2vw,112px);font-weight:500;letter-spacing:-.06em;margin:0 0 22px;max-width:720px}.hero-text{font-size:19px;line-height:1.55;max-width:570px;margin-bottom:31px;color:rgba(244,231,209,.88);text-wrap:pretty}.hero-actions{display:flex;align-items:center;gap:24px}.text-link{display:inline-flex;min-height:44px;align-items:center;gap:10px;font-size:14px;font-weight:700;border-bottom:1px solid;transition:color .2s ease,gap .2s ease}.text-link:hover{color:var(--amber);gap:14px}.category-section,.related-section,.tasting-section{padding:120px 32px;background:var(--cream)}.section-heading{max-width:610px;margin:0 auto 54px;text-align:center}.section-heading h2{font-size:clamp(38px,4.2vw,62px);font-weight:500;letter-spacing:-.055em;margin-bottom:15px}.section-heading>p:last-child{font-size:17px;margin:0 auto;max-width:550px;color:#5b4237}.category-grid,.product-grid,.sampler-grid{max-width:1280px;margin:0 auto;display:grid;grid-gap:24px;gap:24px}.sampler-grid{grid-template-columns:repeat(3,1fr)}.product-card{min-width:0}.product-image{display:block;background:#dacbb7;aspect-ratio:1/1;overflow:hidden}.product-image img{height:100%;width:100%;object-fit:contain;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.035)}.product-meta{padding:17px 4px 0;display:grid;grid-template-columns:1fr auto;grid-column-gap:14px;column-gap:14px;align-items:start}.product-meta h3{margin:0;font-size:18px;font-weight:600;line-height:1.26}.product-meta h3 a:hover{color:var(--plum)}.product-meta p{grid-column:1;margin:4px 0 0;font-size:12px;color:#745a4a;text-transform:uppercase;letter-spacing:.09em}.product-meta span{grid-column:2;grid-row:1/span 2;font-size:16px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.collection-feature{display:grid;grid-template-columns:1.15fr .85fr;background:var(--ink);color:var(--cream);min-height:640px}.collection-photo{overflow:hidden}.collection-photo img,.collection-photo picture{width:100%;height:100%;display:block;object-fit:cover}.collection-copy{padding:90px clamp(32px,6vw,100px);display:flex;justify-content:center;flex-direction:column}.collection-copy h2,.final-call h2,.story-section h2{font-size:clamp(44px,4.4vw,68px);font-weight:500;letter-spacing:-.06em;margin:0 0 20px}.collection-copy>p:not(.eyebrow){font-size:17px;line-height:1.65;color:rgba(244,231,209,.78);margin-bottom:31px;max-width:420px}.light-button{background:var(--cream);color:var(--ink);align-self:flex-start}.light-button:hover{background:#fff8ed}.category-grid{grid-template-columns:repeat(3,1fr);gap:20px}.category-card{background:var(--ink);color:var(--cream);min-height:460px;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,background .25s ease}.category-card:hover{transform:translateY(-5px);background:#21140f}.category-card picture{height:265px;display:block;overflow:hidden}.category-card img{height:100%;width:100%;object-fit:cover;transition:transform .35s ease}.category-card:hover img{transform:scale(1.04)}.product-category img{object-fit:contain;background:#eadbc2}.category-card>div{padding:25px;display:grid;grid-gap:8px;gap:8px}.category-card h3{font-size:28px;font-weight:500;margin:0;letter-spacing:-.035em}.category-card p{color:rgba(244,231,209,.72);margin:0;min-height:49px}.category-card span{font-size:13px;text-transform:uppercase;font-weight:700;letter-spacing:.08em;color:var(--amber);margin-top:10px}.category-card b{font-size:20px;margin-left:5px}.story-section{background:var(--paper);padding:115px max(32px,calc((100vw - 1100px)/2));display:grid;grid-template-columns:1.2fr .8fr;grid-column-gap:120px;column-gap:120px;align-items:end}.story-section>p{font-size:19px;line-height:1.65;color:#533d31;margin:0 0 25px}.story-section .text-link{grid-column:2;justify-self:start}.final-call{padding:120px 32px;text-align:center;background:var(--plum);color:var(--cream)}.final-call h2{margin-bottom:35px}.final-call .eyebrow{color:#efbf85}.site-footer{background:var(--ink);color:var(--cream);padding:74px 32px 25px}.footer-bottom,.footer-main{max-width:1280px;margin:0 auto}.footer-main{display:flex;justify-content:space-between;gap:60px}.footer-note{font-size:16px;color:rgba(244,231,209,.66);max-width:260px;margin:19px 0 0}.footer-links{display:grid;grid-template-columns:repeat(3,150px);grid-gap:40px;gap:40px}.footer-links div{display:flex;flex-direction:column;gap:10px}.footer-links p{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--amber);font-weight:700;margin:0 0 8px}.footer-links a{font-size:14px;color:rgba(244,231,209,.8)}.footer-links a:hover{color:var(--amber)}.footer-bottom{margin-top:65px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(244,231,209,.55)}.footer-bottom img{height:28px;width:auto}.page-hero{padding:112px 32px 84px;background:var(--ink);color:var(--cream);text-align:center}.page-hero h1{font-size:clamp(54px,7vw,96px);font-weight:500;letter-spacing:-.065em;margin:0 auto 18px;max-width:850px}.page-hero>p:last-child{max-width:620px;margin:0 auto;color:rgba(244,231,209,.74);font-size:18px}.catalog-section{padding:70px 32px 120px;background:var(--cream)}.product-grid{grid-template-columns:repeat(4,1fr);gap:42px 22px}.product-card.compact .product-meta h3{font-size:16px}.collection-bar{max-width:1280px;margin:0 auto 35px;padding-bottom:16px;border-bottom:1px solid #cdbba2;display:flex;justify-content:space-between;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.collection-bar a{color:var(--plum)}.empty-collection{min-height:380px;padding:105px 32px;text-align:center;background:var(--cream)}.empty-collection h2{font-size:42px;font-weight:500;max-width:600px;margin:0 auto 28px}.product-detail{max-width:1280px;margin:0 auto;padding:95px 32px 120px;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;background:var(--cream)}.detail-image{background:#dfcfb8;align-self:start}.detail-image img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain}.detail-copy{padding-top:38px;max-width:520px}.detail-copy h1{font-size:clamp(46px,5vw,76px);font-weight:500;letter-spacing:-.065em;margin-bottom:18px}.detail-price{font-size:20px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-bottom:26px}.detail-description{font-size:17px;line-height:1.7;color:#533d31;margin-bottom:34px}.store-note{font-size:13px;color:#70594b;margin:18px 0}.related-section{padding-top:95px}.story-hero{background:var(--plum)}.story-layout{padding:110px 32px;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:86px;gap:86px}.story-image{aspect-ratio:4/3;overflow:hidden}.story-image img{height:100%;width:100%;object-fit:cover}.story-layout h2{font-size:clamp(42px,4vw,62px);font-weight:500;letter-spacing:-.055em;margin:0 0 21px}.story-layout>div:last-child>p:not(.eyebrow){font-size:17px;color:#533d31;line-height:1.7;margin-bottom:28px}.dark-button{background:var(--ink);color:var(--cream)}.dark-button:hover{background:#3a2018}.contact-page,.legal-page,.not-found{padding:130px max(32px,calc((100vw - 860px)/2));min-height:550px;background:var(--cream)}.contact-page h1,.legal-page h1,.not-found h1{font-size:clamp(48px,6vw,82px);font-weight:500;letter-spacing:-.065em;margin-bottom:22px}.contact-page>p:not(.eyebrow),.legal-page>p:not(.eyebrow),.not-found>p:not(.eyebrow){font-size:18px;line-height:1.7;max-width:650px;color:#533d31;margin-bottom:34px}.legal-page{min-height:470px}.not-found{background:var(--plum);color:var(--cream)}.not-found>p:not(.eyebrow){color:rgba(244,231,209,.78)}.not-found .eyebrow{color:#efbf85}@media(max-width:900px){.header-inner{padding:0 20px}.header-cta{display:none}nav{gap:17px;margin-right:0}.hero-copy{padding:110px 32px 75px}.collection-feature{grid-template-columns:1fr;min-height:0}.collection-photo{height:450px}.collection-copy{padding:75px 32px}.category-grid{grid-template-columns:1fr 1fr}.category-card:last-child{grid-column:span 2}.product-grid{grid-template-columns:repeat(3,1fr)}.story-section{grid-template-columns:1fr;gap:20px;padding:90px 32px}.story-section .text-link{grid-column:1}.story-layout{gap:45px}.footer-main{flex-direction:column}.footer-links{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.site-header{height:76px}.header-inner{padding:0 16px}.logo{min-width:132px;font-size:10px}.logo picture{width:38px;height:38px}nav{gap:14px}nav a{font-size:12px}nav a:nth-child(3),nav a:nth-child(4){display:none}.hero{height:auto;min-height:640px}.hero-copy{padding:115px 22px 68px;justify-content:flex-end}.hero h1{font-size:clamp(52px,15vw,72px);letter-spacing:-.07em}.hero-text{font-size:16px;line-height:1.55;margin-bottom:27px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.category-section,.related-section,.tasting-section{padding:76px 20px}.section-heading{margin-bottom:34px;text-align:left}.section-heading h2{font-size:44px}.section-heading>p:last-child{font-size:16px}.category-grid,.sampler-grid{grid-template-columns:1fr;gap:34px}.product-meta h3{font-size:19px}.collection-photo{height:310px}.collection-copy{padding:65px 22px}.collection-copy h2,.final-call h2,.story-section h2{font-size:47px}.category-card{min-height:0}.category-card picture{height:285px}.category-card:last-child{grid-column:auto}.story-section{padding:75px 22px}.story-section>p{font-size:17px}.final-call{padding:85px 22px}.site-footer{padding:58px 20px 22px}.footer-links{grid-template-columns:1fr 1fr;gap:35px 24px}.footer-links div:last-child{grid-column:span 2}.footer-bottom{margin-top:45px}.page-hero{padding:90px 20px 68px;text-align:left}.page-hero h1{font-size:60px;margin-left:0}.catalog-section{padding:46px 20px 80px}.product-grid{grid-template-columns:repeat(2,1fr);gap:32px 14px}.product-card.compact .product-meta h3{font-size:15px}.product-meta{padding-top:12px;gap:5px}.product-meta span{font-size:14px}.product-meta p{font-size:10px}.collection-bar{align-items:flex-start;flex-direction:column;gap:11px;line-height:1.4}.product-detail{padding:55px 20px 80px;grid-template-columns:1fr;gap:35px}.detail-copy{padding-top:0}.detail-copy h1{font-size:51px}.detail-description{font-size:16px}.story-layout{padding:70px 20px;grid-template-columns:1fr;gap:38px}.contact-page,.legal-page,.not-found{padding:90px 22px;min-height:440px}.contact-page h1,.legal-page h1,.not-found h1{font-size:57px}.footer-bottom{align-items:flex-start;gap:16px;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.blog-index-hero{background:var(--plum)}.blog-category-section,.blog-post-grid-section{padding:100px 32px 120px;background:var(--cream)}.blog-category-grid,.blog-post-grid{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:26px;gap:26px}.blog-category-card,.blog-post-card{display:block;background:var(--ink);color:var(--cream);overflow:hidden;transition:transform .25s ease,background .25s ease}.blog-category-card:hover,.blog-post-card:hover{transform:translateY(-5px);background:#21140f}.blog-category-card img,.blog-category-card picture,.blog-post-card img,.blog-post-card picture{display:block;width:100%;height:300px;object-fit:cover}.blog-category-card>div,.blog-post-card>div{padding:27px}.blog-category-card h2,.blog-post-card h2{font-size:34px;font-weight:500;letter-spacing:-.045em;margin:0 0 12px}.blog-category-card p,.blog-post-card>div>p:last-of-type{color:rgba(244,231,209,.75);margin:0;line-height:1.65}.blog-category-card span,.blog-post-card span{display:inline-flex;align-items:center;gap:7px;margin-top:22px;color:var(--amber);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.blog-category-card b,.blog-post-card b{font-size:19px}.blog-category-hero,.blog-post-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:560px;background:var(--ink);color:var(--cream)}.blog-category-hero-copy,.blog-post-hero-copy{padding:94px clamp(32px,7vw,112px);display:flex;justify-content:center;flex-direction:column}.blog-category-hero img,.blog-category-hero picture,.blog-post-hero img,.blog-post-hero picture{display:block;width:100%;height:100%;object-fit:cover}.back-link{display:inline-flex;align-items:center;min-height:44px;width:max-content;margin-bottom:47px;font-size:13px;font-weight:700;border-bottom:1px solid;color:rgba(244,231,209,.82)}.back-link:hover{color:var(--amber)}.blog-category-hero h1,.blog-post-hero h1{font-size:clamp(50px,5.4vw,82px);font-weight:500;letter-spacing:-.065em;margin:0 0 20px}.blog-category-hero p:not(.eyebrow),.blog-post-hero p:not(.eyebrow){font-size:18px;line-height:1.65;max-width:590px;color:rgba(244,231,209,.78);margin:0}.blog-post-hero{min-height:650px}.blog-post-hero-copy{background:var(--plum)}.blog-post-hero h1{font-size:clamp(48px,5.1vw,78px)}.blog-post-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1280px}.blog-post-card img,.blog-post-card picture{height:220px}.blog-post-card h2{font-size:27px}.blog-post-card .eyebrow{font-size:10px;margin-bottom:12px}.article-body{max-width:760px;margin:0 auto;padding:88px 32px 118px;font-size:17px;line-height:1.78;color:#3d2a21}.article-body p{margin:0 0 24px;text-wrap:pretty}.article-body .article-intro{font-size:22px;line-height:1.58;color:var(--ink);margin-bottom:31px}.article-body h2{font-size:38px;font-weight:500;letter-spacing:-.045em;line-height:1.15;color:var(--ink);margin:57px 0 20px}.article-body h3{font-size:21px;font-weight:600;line-height:1.35;letter-spacing:-.02em;color:var(--ink);margin:0 0 8px}.article-body a:not(.back-link){color:var(--plum);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.article-body a:not(.back-link):hover{color:#8b4d60}.article-body figure{margin:36px 0}.article-image{width:100%;overflow:hidden;background:var(--paper)}.article-image img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.article-image-small{max-width:510px}.article-image-right{margin-left:auto}.article-body ul{padding-left:25px;margin:0 0 26px}.article-body li{padding-left:5px;margin:10px 0}.article-faq{margin-top:70px;padding-top:56px;border-top:1px solid #cdbba2}.article-faq h2{margin-top:0}.faq-item{padding:24px 0;border-bottom:1px solid #cdbba2}.faq-item p{margin:0}@media(max-width:900px){.blog-category-hero,.blog-post-hero{grid-template-columns:1fr}.blog-category-hero picture,.blog-post-hero picture{height:430px}.blog-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.blog-category-section,.blog-post-grid-section{padding:68px 20px 80px}.blog-category-grid,.blog-post-grid{grid-template-columns:1fr;gap:24px}.blog-category-card img,.blog-category-card picture{height:255px}.blog-category-card>div,.blog-post-card>div{padding:23px}.blog-category-card h2,.blog-post-card h2{font-size:30px}.blog-category-hero-copy,.blog-post-hero-copy{padding:70px 22px}.blog-category-hero picture,.blog-post-hero picture{height:285px}.blog-category-hero h1,.blog-post-hero h1{font-size:53px}.blog-category-hero p:not(.eyebrow),.blog-post-hero p:not(.eyebrow){font-size:16px}.back-link{margin-bottom:34px}.article-body{padding:62px 22px 82px;font-size:16px;line-height:1.75}.article-body .article-intro{font-size:19px}.article-body h2{font-size:32px;margin-top:46px}.article-image-small{max-width:none}.article-image img{aspect-ratio:4/3}}.sampler-gift-link{margin-top:25px}.sampler-gift-hero{min-height:650px;position:relative;isolation:isolate;overflow:hidden;color:var(--cream);background:var(--ink)}.sampler-gift-hero>picture,.sampler-gift-hero>picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.sampler-gift-scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(8,6,5,.88),rgba(8,6,5,.58) 49%,rgba(8,6,5,.14))}.sampler-gift-hero-copy{max-width:1280px;margin:0 auto;padding:120px 32px;min-height:650px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.sampler-gift-hero h1{max-width:790px;margin:0 0 22px;font-size:clamp(52px,6.4vw,94px);font-weight:500;letter-spacing:-.065em}.sampler-gift-hero-copy>p:not(.eyebrow){max-width:610px;margin:0 0 34px;font-size:19px;line-height:1.65;color:rgba(244,231,209,.9)}.sampler-gift-intro{padding:110px max(32px,calc((100vw - 1100px)/2));display:grid;grid-template-columns:1fr 1fr;grid-gap:100px;gap:100px;background:var(--paper)}.sampler-gift-guide h2,.sampler-gift-intro h2,.sampler-gift-note h2,.sampler-gift-routine h2{font-size:clamp(42px,4vw,62px);font-weight:500;letter-spacing:-.055em;line-height:1.08;margin:0}.sampler-gift-intro>div:last-child{font-size:17px;line-height:1.72;color:#533d31}.sampler-gift-intro>div:last-child p:last-child{margin-bottom:0}.sampler-gift-options{padding:116px 32px 124px;background:var(--cream)}.sampler-gift-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.sampler-gift-card{background:var(--ink);color:var(--cream);display:flex;flex-direction:column}.sampler-gift-card picture{display:block;aspect-ratio:1/1;background:#dacbb7;overflow:hidden}.sampler-gift-card picture img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.sampler-gift-card:hover picture img{transform:scale(1.035)}.sampler-gift-card>div{padding:28px;display:flex;align-items:flex-start;flex:1 1;flex-direction:column}.sampler-gift-card .eyebrow{font-size:10px;margin-bottom:13px}.sampler-gift-card h2{font-size:31px;font-weight:500;letter-spacing:-.04em;line-height:1.1;margin:0 0 16px}.sampler-gift-card>div>p:not(.eyebrow){color:rgba(244,231,209,.78);line-height:1.65;margin:0 0 18px}.sampler-gift-card .sampler-gift-price{font-size:13px;font-weight:700;letter-spacing:.055em;text-transform:uppercase;color:var(--amber);margin-top:auto}.sampler-gift-card .button{margin-top:15px}.sampler-gift-guide{display:grid;grid-template-columns:1.08fr .92fr;background:var(--plum);color:var(--cream)}.sampler-gift-guide-copy{padding:108px clamp(32px,7vw,112px)}.sampler-gift-guide-copy .eyebrow{color:#efbf85}.sampler-gift-guide-copy h2{margin-bottom:29px}.sampler-gift-guide-copy>p:not(.eyebrow){font-size:17px;line-height:1.72;color:rgba(244,231,209,.86);margin-bottom:25px}.sampler-gift-guide-copy>p:last-child{margin-bottom:0}.sampler-gift-guide-image{background:#dacbb7}.sampler-gift-guide-image img,.sampler-gift-guide-image picture{display:block;width:100%;height:100%;object-fit:contain}.sampler-gift-routine{padding:112px max(32px,calc((100vw - 1100px)/2));display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:105px;gap:105px;background:var(--paper)}.sampler-gift-routine-copy{font-size:17px;line-height:1.72;color:#533d31}.sampler-gift-routine-copy p{margin:0 0 25px}.sampler-gift-routine-copy p:last-child{margin-bottom:0}.sampler-gift-contents{padding:115px 32px;background:var(--cream)}.sampler-gift-contents-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px;gap:50px}.sampler-gift-contents-grid>div{border-top:1px solid #cdbba2;padding-top:23px}.sampler-gift-contents-grid h3{font-size:27px;font-weight:500;letter-spacing:-.035em;line-height:1.18;margin:0 0 14px}.sampler-gift-contents-grid p{color:#533d31;line-height:1.68;margin:0 0 22px}.sampler-gift-contents-grid .text-link{font-size:13px;color:var(--plum)}.sampler-gift-note{max-width:900px;margin:110px auto 0;padding:58px 0 0;border-top:1px solid #cdbba2;text-align:center}.sampler-gift-note h2{max-width:740px;margin:0 auto 20px}.sampler-gift-note p{max-width:690px;margin:0 auto;color:#533d31;font-size:17px;line-height:1.7}.sampler-gift-faq{padding:112px 32px 120px;background:var(--paper)}.sampler-gift-faq-list{max-width:900px;margin:0 auto}.sampler-gift-faq .section-heading{margin-bottom:40px}.sampler-gift-faq .faq-item{padding:26px 0}.sampler-gift-faq .faq-item h3{font-size:21px;font-weight:600;letter-spacing:-.02em;margin:0 0 8px}.sampler-gift-faq .faq-item p{color:#533d31;line-height:1.7}.sampler-gift-final{padding-top:112px;padding-bottom:112px}@media(max-width:900px){.sampler-gift-intro,.sampler-gift-routine{grid-template-columns:1fr;gap:28px;padding:88px 32px}.sampler-gift-grid{grid-template-columns:1fr 1fr}.sampler-gift-card:last-child{grid-column:span 2}.sampler-gift-guide{grid-template-columns:1fr}.sampler-gift-guide-image{height:450px}.sampler-gift-contents-grid{gap:28px}}@media(max-width:620px){.sampler-gift-hero{min-height:620px}.sampler-gift-hero-copy{min-height:620px;padding:95px 22px 68px;justify-content:flex-end}.sampler-gift-hero h1{font-size:41px;line-height:1.03;letter-spacing:-.055em}.sampler-gift-hero-copy>p:not(.eyebrow){font-size:16px}.sampler-gift-intro,.sampler-gift-routine{padding:76px 22px}.sampler-gift-guide h2,.sampler-gift-intro h2,.sampler-gift-note h2,.sampler-gift-routine h2{font-size:43px}.sampler-gift-intro>div:last-child,.sampler-gift-routine-copy{font-size:16px}.sampler-gift-options{padding:76px 20px 82px}.sampler-gift-grid{grid-template-columns:1fr;gap:28px}.sampler-gift-card:last-child{grid-column:auto}.sampler-gift-card>div{padding:24px}.sampler-gift-card h2{font-size:30px}.sampler-gift-guide-copy{padding:76px 22px}.sampler-gift-guide-copy>p:not(.eyebrow){font-size:16px}.sampler-gift-guide-image{height:310px}.sampler-gift-contents{padding:76px 22px}.sampler-gift-contents-grid{grid-template-columns:1fr;gap:40px}.sampler-gift-contents-grid h3{font-size:28px}.sampler-gift-note{margin-top:76px;padding-top:48px;text-align:left}.sampler-gift-faq{padding:76px 22px 82px}.sampler-gift-faq .section-heading{text-align:left}.sampler-gift-faq .faq-item h3{font-size:20px}.sampler-gift-final{padding-top:82px;padding-bottom:82px}}.coffee-statistics-hero{padding:132px 32px 112px;background:var(--plum);color:var(--cream)}.coffee-statistics-hero>div{max-width:980px;margin:0 auto}.coffee-statistics-hero h1{max-width:870px;margin:0 0 22px;font-size:clamp(52px,6.5vw,94px);font-weight:500;letter-spacing:-.065em;line-height:1.02}.coffee-statistics-hero>div>p:not(.eyebrow){max-width:680px;margin:0;color:rgba(244,231,209,.88);font-size:19px;line-height:1.68}.coffee-statistics-hero .coffee-statistics-updated{margin-top:30px;font-size:13px;color:#efbf85;font-weight:700;letter-spacing:.04em}.coffee-statistics-intro,.coffee-statistics-method{padding:110px max(32px,calc((100vw - 1100px)/2));display:grid;grid-template-columns:1fr 1fr;grid-gap:100px;gap:100px;background:var(--paper)}.coffee-statistics-intro h2,.coffee-statistics-method h2{margin:0;font-size:clamp(42px,4vw,62px);font-weight:500;letter-spacing:-.055em;line-height:1.08}.coffee-statistics-intro>div:last-child,.coffee-statistics-method-copy{font-size:17px;line-height:1.72;color:#533d31}.coffee-statistics-intro>div:last-child p:first-child{margin-top:0}.coffee-statistics-intro>div:last-child p:last-child{margin-bottom:0}.coffee-statistics-list{padding:112px 32px 122px;background:var(--cream)}.coffee-statistics-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;background:#cdbba2;border:1px solid #cdbba2}.coffee-statistic{min-height:308px;padding:31px 30px 28px;background:var(--cream);display:flex;flex-direction:column}.coffee-statistic:last-child{grid-column:span 2}.coffee-statistic-figure{margin:0 0 18px;color:var(--plum);font-size:clamp(35px,3.1vw,51px);font-weight:700;letter-spacing:-.055em;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.coffee-statistic h2{margin:0 0 13px;font-size:23px;font-weight:600;line-height:1.28;letter-spacing:-.025em}.coffee-statistic>p:not(.coffee-statistic-figure){margin:0 0 18px;color:#533d31;line-height:1.62}.coffee-statistic a,.coffee-statistics-method-copy a{color:var(--plum);font-size:13px;font-weight:700;line-height:1.45;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.coffee-statistic a{margin-top:auto}.coffee-statistic a:hover,.coffee-statistics-method-copy a:hover{color:#8b4d60}.coffee-statistics-method{background:var(--ink);color:var(--cream)}.coffee-statistics-method .eyebrow{color:#efbf85}.coffee-statistics-method-copy{color:rgba(244,231,209,.82)}.coffee-statistics-method-copy>p:first-child{margin-top:0}.coffee-statistics-method-copy ul{padding-left:20px;margin:32px 0}.coffee-statistics-method-copy li{margin:12px 0;padding-left:4px}.coffee-statistics-method-copy a{color:#efbf85}.coffee-statistics-cite{margin-top:40px;padding:28px;border:1px solid rgba(244,231,209,.3)}.coffee-statistics-cite .eyebrow{margin-bottom:10px}.coffee-statistics-cite p:last-child{margin:0;color:rgba(244,231,209,.9)}.coffee-statistics-final p:not(.eyebrow){max-width:590px;margin:0 auto 28px;color:rgba(244,231,209,.78);font-size:17px;line-height:1.68}@media(max-width:900px){.coffee-statistics-intro,.coffee-statistics-method{grid-template-columns:1fr;gap:28px;padding:88px 32px}.coffee-statistics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.coffee-statistics-hero{padding:94px 22px 76px}.coffee-statistics-hero h1{font-size:47px;letter-spacing:-.055em}.coffee-statistics-hero>div>p:not(.eyebrow){font-size:16px}.coffee-statistics-intro,.coffee-statistics-method{padding:76px 22px}.coffee-statistics-intro h2,.coffee-statistics-method h2{font-size:43px}.coffee-statistics-intro>div:last-child,.coffee-statistics-method-copy{font-size:16px}.coffee-statistics-list{padding:76px 20px 82px}.coffee-statistics-grid{grid-template-columns:1fr}.coffee-statistic{min-height:0;padding:28px 24px}.coffee-statistic:last-child{grid-column:span 1}.coffee-statistic-figure{font-size:43px}.coffee-statistic h2{font-size:22px}.coffee-statistics-cite{padding:23px}.coffee-statistics-final{padding-top:82px;padding-bottom:82px}}@font-face{font-family:lora;src:url(/_next/static/media/54a5da078159d1a6-s.p.ttf) format("truetype");font-display:swap;font-weight:400}@font-face{font-family:lora;src:url(/_next/static/media/ee76ef7eab9592e2-s.p.ttf) format("truetype");font-display:swap;font-weight:700}@font-face{font-family:lora Fallback;src:local("Arial");ascent-override:80.37%;descent-override:20.42%;line-gap-override:0.00%;size-adjust:115.49%}.__className_964b90{font-family:lora,lora Fallback}.__variable_964b90{--font-lora:"lora","lora Fallback"}