Explorer's Whole Bean Coffee
Explorer — 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: 780px; } .bona-coffee .bc-hero h1 { font-size: clamp(44px, 8.4vw, 82px); line-height: 0.96; 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; } /* ---------- the lineup (caffeine levels) ---------- */ .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-desc { color: var(--ink-2); font-size: 17px; line-height: 1.5; max-width: 60ch; } /* ---------- callout (standards) ---------- */ .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; } /* ---------- CTA (dark close) ---------- */ .bona-coffee .bc-cta { margin-top: clamp(56px, 8vw, 96px); 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 .bc-cta-label { font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #E8A39E; } .bona-coffee .bc-cta p { max-width: 40ch; margin: 16px auto 0; 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 ---------- */ .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); } } @media (max-width: 640px) { .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; } } Whole Bean Coffee · Explorer Explorer Freshly roasted whole bean coffee · Three caffeine levels Elevate your day with freshly roasted whole bean coffee, crafted by award-winning Tastemakers. Every Explorer roast is made from organic, fair-trade, specialty-grade beans — now in three caffeine levels. Organic Fair Trade Specialty Grade Beans Whole Bean Roast Medium Levels Full · Half · Decaf Origins Ethiopia & Latin America Three caffeine levels Pick your caffeine Three medium roasts, one Explorer standard — choose the level that fits your day. Full Caff The Classic Rich, smooth, and balanced — an Ethiopian medium roast. Half Caff The Seeker The perfect middle ground — an Ethiopian–Latin American medium roast blend. Decaf The Daydreamer For slow mornings and late nights — a Latin American, water-processed medium roast decaf. The Explorer standard Organic, fair trade, carefully sourced As always, our beans are organic, fair trade, and carefully sourced — the same Explorer standards you've come to trust, in every roast and every caffeine level. 100% Happiness Guarantee Not satisfied? We'll refund you — no questions asked.