The Founder's Sampler - Ultimate Coffee Bean Sampler
The Founder's Sampler — Bonavita body { margin: 0; background: #F7F4EF; } @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Work+Sans:wght@500;600 &display=swap'); .bona-coffee { /* palette — paper matches site background */ --paper: #F7F4EF; --surface: #FCFAF7; --ink: #211913; --ink-2: #5C4F45; --ink-3: #8E8175; --line: #E4DDD2; --line-strong: #D7CCBD; --accent: #D7282F; /* Bonavita brand red — placeholder, swap exact hex */ --accent-soft: rgba(215, 40, 47, 0.08); --font-head: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif; --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 18px; line-height: 1.7; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; max-width: 1080px; margin: 0 auto; padding: clamp(40px, 6vw, 96px) clamp(22px, 5vw, 72px); } .bona-coffee *, .bona-coffee *::before, .bona-coffee *::after { box-sizing: border-box; } .bona-coffee p { margin: 0; font-size: 17px; } .bona-coffee h1, .bona-coffee h2, .bona-coffee h3 { font-family: var(--font-head); font-weight: 600; margin: 0; color: var(--ink); } .bona-coffee a { color: var(--accent); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; } .bona-coffee a:hover { border-bottom-color: currentColor; } /* ---------- shared utility ---------- */ .bona-coffee .bc-eyebrow { font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin: 0; } .bona-coffee .bc-label { font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); } /* ---------- hero ---------- */ .bona-coffee .bc-hero { max-width: 820px; } .bona-coffee .bc-hero h1 { font-size: clamp(42px, 7.4vw, 76px); line-height: 0.98; letter-spacing: -0.04em; margin: 18px 0 0; } .bona-coffee .bc-hero .bc-sub { font-family: var(--font-head); font-weight: 500; font-size: clamp(17px, 2vw, 21px); color: var(--ink-2); letter-spacing: -0.01em; margin-top: 16px; } .bona-coffee .bc-lede { font-size: clamp(19px, 2.2vw, 23px); line-height: 1.5; color: var(--ink); margin-top: 26px; } .bona-coffee .bc-lede strong { color: var(--ink); font-weight: 600; } .bona-coffee .bc-lede a { font-weight: 600; } .bona-coffee .bc-notes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; } .bona-coffee .bc-note { font-size: 16px; font-weight: 500; color: var(--ink); padding: 9px 18px; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface); } /* ---------- spec sheet ---------- */ .bona-coffee .bc-spec { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(48px, 7vw, 80px); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); } .bona-coffee .bc-spec-item { padding: 24px 32px 26px; border-right: 1px solid var(--line); } .bona-coffee .bc-spec-item:first-child { padding-left: 0; } .bona-coffee .bc-spec-item:last-child { border-right: 0; } .bona-coffee .bc-spec-item .bc-val { font-family: var(--font-head); font-weight: 500; font-size: 21px; letter-spacing: -0.01em; margin-top: 12px; color: var(--ink); } /* ---------- generic section ---------- */ .bona-coffee .bc-section { margin-top: clamp(56px, 8vw, 96px); } .bona-coffee .bc-section > h2 { font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -0.025em; line-height: 1.1; max-width: 20ch; } .bona-coffee .bc-section-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; } .bona-coffee .bc-section-intro { max-width: 64ch; margin-top: -8px; margin-bottom: 32px; color: var(--ink-2); font-size: 18px; } /* ---------- highlights (3 value props) ---------- */ .bona-coffee .bc-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: clamp(48px, 7vw, 72px); } .bona-coffee .bc-highlight { border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px; background: var(--surface); } .bona-coffee .bc-highlight h3 { font-size: 20px; letter-spacing: -0.01em; margin-bottom: 10px; } .bona-coffee .bc-highlight p { color: var(--ink-2); font-size: 16px; line-height: 1.55; } /* ---------- the lineup (5 coffees) ---------- */ .bona-coffee .bc-lineup { border-top: 1px solid var(--ink); } .bona-coffee .bc-roast { display: grid; grid-template-columns: 210px 1fr; gap: clamp(16px, 4vw, 48px); padding: 28px 0; border-bottom: 1px solid var(--line); } .bona-coffee .bc-roast-label { font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); padding-top: 7px; } .bona-coffee .bc-roast-name { font-family: var(--font-head); font-weight: 600; font-size: 24px; letter-spacing: -0.02em; margin-bottom: 8px; } .bona-coffee .bc-roast-name a { color: var(--ink); border-bottom: 0; } .bona-coffee .bc-roast-name a:hover { color: var(--accent); } .bona-coffee .bc-roast-desc { color: var(--ink-2); font-size: 17px; line-height: 1.5; max-width: 60ch; } /* ---------- why choose (4 features) ---------- */ .bona-coffee .bc-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; } .bona-coffee .bc-feature { border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px; background: var(--surface); } .bona-coffee .bc-feature h3 { font-size: 19px; letter-spacing: -0.01em; margin-bottom: 8px; } .bona-coffee .bc-feature p { color: var(--ink-2); font-size: 16px; line-height: 1.55; } /* ---------- callout (light story) ---------- */ .bona-coffee .bc-callout { margin-top: 8px; padding: 28px clamp(22px, 4vw, 36px); border-radius: 14px; background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent); } .bona-coffee .bc-callout p { color: var(--ink-2); font-size: 18px; line-height: 1.6; max-width: 72ch; } /* ---------- footnote ---------- */ .bona-coffee .bc-footnote { margin-top: clamp(48px, 7vw, 72px); padding-top: 28px; border-top: 1px solid var(--line); font-size: 15px; color: var(--ink-3); font-style: italic; } /* ---------- CTA (dark close) ---------- */ .bona-coffee .bc-cta { margin-top: clamp(40px, 5vw, 56px); padding: clamp(36px, 5vw, 56px) clamp(26px, 5vw, 56px); border-radius: 18px; background: var(--ink); color: var(--paper); text-align: center; } .bona-coffee .bc-cta p { max-width: 56ch; margin: 0 auto; font-family: var(--font-head); font-weight: 500; font-size: clamp(20px, 2.6vw, 27px); line-height: 1.4; letter-spacing: -0.015em; color: var(--paper); } /* ---------- focus + motion ---------- */ .bona-coffee a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; } /* ---------- responsive ---------- */ @media (max-width: 860px) { .bona-coffee .bc-spec { grid-template-columns: 1fr 1fr; } .bona-coffee .bc-spec-item:nth-child(2) { border-right: 0; } .bona-coffee .bc-spec-item:nth-child(3) { padding-left: 0; } .bona-coffee .bc-spec-item:nth-child(1), .bona-coffee .bc-spec-item:nth-child(2) { border-bottom: 1px solid var(--line); } .bona-coffee .bc-highlights { grid-template-columns: 1fr; } } @media (max-width: 640px) { .bona-coffee .bc-features { grid-template-columns: 1fr; } .bona-coffee .bc-roast { grid-template-columns: 1fr; gap: 6px; padding: 24px 0; } .bona-coffee .bc-roast-label { padding-top: 0; } } @media (max-width: 520px) { .bona-coffee .bc-spec { grid-template-columns: 1fr; } .bona-coffee .bc-spec-item { padding: 22px 0 24px; border-right: 0; border-bottom: 1px solid var(--line); } .bona-coffee .bc-spec-item:last-child { border-bottom: 0; } } Coffee Sampler · Five 100g Bags The Founder's Sampler Five signature roasts, roasted to order The full spectrum of Function Coffee Co. in one box — five 100g bags of signature roasts, each small-batch coffee roasted to order weekly in Northlake, Texas for maximum freshness. Brazil Guatemala Honduras Ethiopia El Salvador Contents 5 × 100g Roast Range Light → Espresso Roasted Weekly · Northlake, TX Best For Tasting & Gifting Five signature roasts Taste through a curated lineup spanning light, medium, dark, and espresso-style coffees. Roasted fresh weekly Every bag is roasted in small batches, with the roast date printed on the bag for peak flavor. Made for gifting A thoughtful set for enthusiasts, home brewers, hosts, offices, and curious coffee lovers. What's included Five coffees to find your favorite Five 100g bags — the easiest way to discover the roast you love before reaching for a larger bag or starting a subscription. Medium Roast · 100g Brainstorm A single origin with notes of semi-sweet chocolate, cane sugar, and fig jam. Dark Roast · 100g Sullivan St. Bold, deep, and rich with classic dark-roast depth and a smooth, clean finish. Espresso Blend · 100g Momentum A vibrant, full-bodied espresso blend made for lattes, cappuccinos, and straight shots. Light Roast · 100g Demitasse Bright, lively, and fruit-forward with crisp citrus character and a clean, delicate finish. Medium Roast · 100g Pioneer Smooth and approachable, with notes of milk chocolate, raisin, cane sugar, and roasted peanuts. Why the sampler One easy way to explore the range Discover your favorite Not sure which coffee to buy? Try five roasts, find the one you love, then come back for a larger bag or subscribe and save. Versatile brewing From cold brew to espresso, drip to pour-over, there's a roast here for every brew method, mood, and moment. Freshness guaranteed Roasted weekly in Northlake, TX, with the roast date printed on every bag so you always know when it was roasted. Ethically sourced Ethically sourced and organic when possible, roasted on the Bellwether Roaster — one of the most sustainable systems in the world. A small-batch gift set Built for exploring The Founder's Sampler was made for anyone who wants to explore the heart of Function Coffee Co. in one beautifully varied box. Whether you're new to specialty coffee, gifting a coffee lover, stocking an office, or hunting for your next daily roast, it brings variety, quality, and fresh-roasted flavor to every cup. This is not flavored coffee. The tasting notes describe the natural flavors and aromas found in each coffee. Five fresh-roasted coffees. One easy way to find your favorite.
More you might like
Related
The Founder's Sampler - Ultimate Coffee Bean Sampler
Related
The Founder's Sampler - Ultimate Coffee Bean Sampler
Related
The Founder's Sampler - Ultimate Coffee Bean Sampler
Related