Nariño, Colombia — washed process

Solstice Blend, 250g

A bright, syrupy cup with notes of stone fruit and brown sugar. Roasted in small batches every Tuesday and shipped within 48 hours of roasting.

  • Whole bean, 250g bag
  • Recyclable packaging
  • Brew guide card
Total due today $24USD

Your details

We'll send your receipt and shipping updates here.

Enter your full name.
Enter a valid email address.

Payment is simulated on this page. No card details are collected.

Order placed

Your Solstice Blend is queued for the next roast batch. A confirmation has been sent to your inbox.

html, body { margin: 0; padding: 0; background: var(--bg); color: var(--body); font-family: 'Inter', sans-serif; } .page { min-height: 100vh; display: grid; grid-template-columns: 0.85fr 1fr; } @media (max-width: 860px) { .page { grid-template-columns: 1fr; } } /* ---- Left: product ---- */ .product { padding: 64px 56px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); } @media (max-width: 860px) { .product { border-right: none; border-bottom: 1px solid var(--line); padding: 48px 32px; } } .product-top a { color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 500; opacity: 0.7; } .product-top a:hover { opacity: 1; } .swatch { width: 100%; aspect-ratio: 4 / 3; margin: 36px 0 32px; border-radius: 4px; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,0.10), transparent 45%), linear-gradient(155deg, #4a4d58 0%, #2a2d36 55%, #14161b 100%); position: relative; overflow: hidden; } .swatch::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.30) 1.5px, transparent 1.6px); background-size: 14px 14px; opacity: 0.2; mix-blend-mode: overlay; } .product h1 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 38px; line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 12px; max-width: 16ch; color: var(--ink); } .product h1 em { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; color: var(--accent); } .product .origin { font-size: 15px; color: var(--accent); font-weight: 500; margin: 0 0 20px; } .product p.desc { font-size: 15px; line-height: 1.65; max-width: 42ch; color: var(--body); margin: 0 0 28px; } .includes { list-style: none; padding: 0; margin: 0 0 auto; display: flex; flex-wrap: wrap; gap: 8px; } .includes li { font-size: 13.5px; font-weight: 500; color: var(--body); background: var(--panel); border-radius: 5px; padding: 7px 12px; } .price-row { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; align-items: baseline; justify-content: space-between; } .price-row .label { font-size: 14px; color: var(--body); opacity: 0.75; } .price-row .amount { font-family: 'Inter', sans-serif; font-size: 26px; font-weight: 700; color: var(--ink); } .price-row .amount span { font-size: 14px; font-family: 'Inter', sans-serif; color: var(--body); opacity: 0.75; font-weight: 400; margin-left: 4px; } /* ---- Right: form ---- */ .checkout { padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; } @media (max-width: 860px) { .checkout { padding: 48px 32px; } } .checkout-inner { max-width: 400px; width: 100%; } .checkout h2 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 24px; color: var(--ink); margin: 0 0 4px; } .checkout h2 em { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; color: var(--accent); } .checkout .sub { font-size: 14px; color: var(--body); opacity: 0.75; margin: 0 0 32px; } .field { margin-bottom: 22px; } .field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; color: var(--ink); } .field input[type="text"], .field input[type="email"] { width: 100%; border: 1px solid var(--line); background: var(--panel); border-radius: 5px; padding: 12px 13px; font-size: 15px; font-family: 'Inter', sans-serif; color: var(--ink); transition: border-color 0.15s ease; } .field input:focus { outline: none; border-color: var(--accent); } .field input:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; } .field .err { display: none; font-size: 12.5px; color: var(--error); margin-top: 6px; } .field.invalid input { border-color: var(--error); } .field.invalid .err { display: block; } .consent { display: flex; align-items: flex-start; gap: 10px; margin: 28px 0 26px; } .consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--accent); flex-shrink: 0; } .consent input:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; } .consent label { font-size: 13.5px; line-height: 1.55; color: var(--body); } .consent a { color: var(--accent); } .consent .err { display: none; font-size: 12.5px; color: var(--error); margin: -18px 0 20px 26px; } .consent-wrap.invalid .err { display: block; } button.purchase { width: 100%; padding: 15px 20px; background: var(--ink); color: #ffffff; border: none; border-radius: 5px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.15s ease; } button.purchase:hover { background: var(--accent); } button.purchase:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; } .fineprint { font-size: 12px; color: var(--body); opacity: 0.6; text-align: center; margin-top: 14px; } /* Confirmation state */ .confirm { display: none; max-width: 400px; } .confirm.show { display: block; } .checkout-inner.hide { display: none; } .confirm .mark { width: 40px; height: 40px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; } .confirm .mark svg { width: 18px; height: 18px; } .confirm h2 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 24px; color: var(--ink); margin: 0 0 10px; } .confirm p { font-size: 14.5px; line-height: 1.6; color: var(--body); margin: 0; } .confirm p.name { color: var(--ink); font-weight: 600; margin-top: 18px; } @media (prefers-reduced-motion: no-preference) { .confirm.show { animation: rise 0.4s ease; } } @keyframes rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

Nariño, Colombia — washed process

Solstice Blend, 250g

A bright, syrupy cup with notes of stone fruit and brown sugar. Roasted in small batches every Tuesday and shipped within 48 hours of roasting.

  • Whole bean, 250g bag
  • Recyclable packaging
  • Brew guide card
Total due today $24USD

Your details

We'll send your receipt and shipping updates here.

Enter your full name.
Enter a valid email address.

Payment is simulated on this page. No card details are collected.

Order placed

Your Solstice Blend is queued for the next roast batch. A confirmation has been sent to your inbox.