@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Montserrat:wght@900&display=swap";:root{--bg: #f5e6cc;--bg-deep: #edd7b4;--surface: rgba(250, 239, 219, .88);--surface-strong: #f8ecd8;--text: #111111;--muted: #5f5646;--line: rgba(17, 17, 17, .15);--accent: #2d4f1e;--accent-soft: rgba(45, 79, 30, .12);--max-width: 1240px;--content-width: 760px;--shadow: 0 24px 80px rgba(17, 17, 17, .08);--radius: 28px;--font-body: "Manrope", sans-serif;--font-display: "Montserrat", "Arial Black", sans-serif;--font-brand: "Poleno", "Arial Black", sans-serif;--font-subhead: "Montserrat", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:var(--font-body);color:var(--text);background:radial-gradient(circle at top left,rgba(45,79,30,.1),transparent 26%),radial-gradient(circle at bottom right,rgba(237,215,180,.7),transparent 24%),var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{display:block}::selection{background:var(--accent);color:#fff}.shell{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.site-frame{position:relative;overflow:clip}.page{padding:1rem 0 5rem}.site-header{position:sticky;top:0;z-index:50;padding:1rem 0;backdrop-filter:blur(18px);background:#f5e6ccd1;border-bottom:1px solid rgba(17,17,17,.08)}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.wordmark,.micro-label,.site-nav a,.footer-links a,.meta-strip,.pill{font-family:var(--font-subhead);font-weight:900;text-transform:uppercase;letter-spacing:.22em;font-size:.74rem}.wordmark{display:inline-block;font-family:var(--font-brand);font-weight:700;font-size:clamp(1.45rem,2.2vw,1.95rem);letter-spacing:-.03em;line-height:.92;color:var(--text)}.site-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem 1.2rem}.site-nav a,.footer-links a:not(.footer-icon-link){position:relative;padding-bottom:.15rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-nav a:after,.footer-links a:not(.footer-icon-link):after,.inline-link:after{content:"";position:absolute;left:0;bottom:-.05rem;width:100%;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-nav a:hover:after,.site-nav a:focus-visible:after,.footer-links a:not(.footer-icon-link):hover:after,.footer-links a:not(.footer-icon-link):focus-visible:after,.inline-link:hover:after,.inline-link:focus-visible:after{transform:scaleX(1)}.site-nav a[aria-current=page]{color:var(--accent)}.hero{display:grid;gap:1.5rem;padding:3rem 0 2rem}.hero--split,.section-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:2rem;align-items:start}.hero__headline,.page-title,.article-title{margin:0;font-family:var(--font-display);font-weight:900;line-height:.95;letter-spacing:.01em;color:var(--accent);text-transform:uppercase}.hero__headline{font-size:clamp(3.6rem,12vw,8.6rem);max-width:12ch}.hero__headline--welcome{max-width:10ch;line-height:1;text-transform:none;letter-spacing:0}.page-title,.article-title{line-height:1;font-weight:900;text-transform:lowercase;letter-spacing:-.055em;-webkit-text-stroke:1px rgba(45,79,30,.26);text-shadow:1px 0 0 rgba(45,79,30,.24),-1px 0 0 rgba(45,79,30,.24),0 1px 0 rgba(45,79,30,.24),0 2px 0 rgba(245,230,204,.88),0 0 18px rgba(245,230,204,.72),0 14px 28px rgba(17,17,17,.08),0 0 1px rgba(45,79,30,.52)}.impact-number{margin:0;font-family:var(--font-subhead);font-weight:900;line-height:.95;letter-spacing:-.06em;color:var(--accent)}.hero__copy,.page-lead,.lead-copy,.article-intro{max-width:34rem;font-size:clamp(1.05rem,1.5vw,1.28rem);line-height:1.7;color:var(--muted)}.hero-card,.panel,.card,.form-panel,.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card,.panel,.form-panel{padding:1.5rem}.card{padding:1.25rem}.meta-strip{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1rem;color:var(--muted)}.pill{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted)}.pill:before{content:"";width:.52rem;height:.52rem;border-radius:50%;background:var(--accent)}.section{padding:2.5rem 0}.section-heading{display:grid;gap:.75rem;margin-bottom:1.4rem}.section-title{margin:0;font-family:var(--font-subhead);font-weight:900;font-size:clamp(2rem,5vw,4.8rem);line-height:.96;letter-spacing:-.05em;color:var(--accent)}.section-copy,.card p,.article-body p,.article-body li,.detail-list,.faq-item p{color:var(--muted);line-height:1.7}.story-grid,.blog-grid,.drink-grid,.metrics-grid,.faq-grid{display:grid;gap:1rem}.story-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drink-grid,.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-media{aspect-ratio:4 / 3;position:relative;overflow:hidden;border-radius:calc(var(--radius) - 10px);border:1px solid rgba(17,17,17,.08);background:var(--surface-strong);margin-bottom:1rem}.card-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.card-media--contain img{box-sizing:border-box;object-fit:contain}.drink-card{display:grid;align-content:start;gap:.85rem;padding:1rem}.drink-card__media{aspect-ratio:1;width:100%;max-inline-size:none;margin:0;border-radius:22px;background:linear-gradient(180deg,#ffffff7a,#ffffff29),var(--surface-strong);box-shadow:0 1px #ffffff80 inset,0 14px 32px #1111110f}.drink-card .tag-row{margin:0}.drink-card__title{margin-top:.1rem}.drink-card__milk{margin:0;color:var(--muted);font-weight:700;text-transform:capitalize}.drink-card p:last-child{margin:0}.welcome-note{margin:0 0 1rem;font-family:var(--font-subhead);font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.welcome-card{display:grid;align-content:start;gap:.75rem;min-height:100%;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.welcome-card:hover,.welcome-card:focus-visible{transform:translateY(-4px);border-color:#2d4f1e40;box-shadow:0 26px 70px #1111111a}.welcome-card p{margin:0}.blog-card__title,.drink-card__title,.metric-card h3,.faq-item h3{margin:0;font-family:var(--font-subhead);font-weight:900;letter-spacing:-.04em;color:var(--accent)}.blog-card__title,.drink-card__title{font-size:clamp(1.35rem,2vw,2rem);line-height:1}.blog-card__meta,.drink-card__meta{display:flex;flex-wrap:wrap;gap:.45rem .8rem;margin:.8rem 0;color:var(--muted)}.blog-card__tagline{margin:.2rem 0 .8rem;font-weight:700;color:var(--body)}.blog-card__highlights{margin:.8rem 0 0;padding-left:1.1rem;color:var(--muted)}.blog-card__highlights li+li{margin-top:.45rem}.tag-row{display:flex;flex-wrap:wrap;gap:.55rem;margin:.8rem 0 0}.tag{padding:.45rem .7rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.82rem;font-weight:700}.filter-bar{display:flex;flex-wrap:nowrap;gap:.75rem;overflow-x:auto;padding:.2rem .1rem .45rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-bar::-webkit-scrollbar{display:none}.filter-stack{position:sticky;top:5.5rem;z-index:20;display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.4rem;padding:.9rem 1rem .95rem;border-color:#1111111a;background:#f8ecd8e6;backdrop-filter:blur(18px);box-shadow:0 16px 40px #11111114,0 1px #fff6 inset}.filter-stack__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.filter-summary{margin:0;color:var(--muted);font-size:.95rem;font-weight:700}.filter-chip{flex:0 0 auto;padding:.72rem 1rem;border:1px solid var(--line);border-radius:999px;background:#ffffff6b;color:var(--muted);font:inherit;font-weight:800;text-transform:capitalize;cursor:pointer;outline:none;box-shadow:0 1px #ffffff73 inset;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.filter-chip:hover,.filter-chip:focus-visible{transform:translateY(-2px);border-color:#2d4f1e59;color:var(--accent);box-shadow:0 8px 18px #11111114,0 0 0 1px #fff6 inset}.filter-chip.is-active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 10px 22px #2d4f1e2e,0 0 0 2px #ffffffb8}.filter-clear{padding:0;border:0;background:transparent;color:var(--accent);font:inherit;font-weight:800;cursor:pointer;opacity:.9;transition:opacity .18s ease,color .18s ease}.filter-clear:hover,.filter-clear:focus-visible{opacity:1;color:var(--text);outline:none}.filter-clear[disabled]{cursor:default;opacity:.45}.coffee-page .site-header{transition:transform .22s ease,opacity .22s ease}.drink-grid__item[hidden]{display:none}.empty-state{margin-top:1rem}.inline-link{position:relative;font-weight:800}.cta-row{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:3.15rem;padding:.9rem 1.2rem;border-radius:999px;font-weight:800;transition:transform .18s ease,background .18s ease,color .18s ease}.button{background:var(--text);color:#fff;border:0;cursor:pointer}.button:hover,.button:focus-visible,.button-secondary:hover,.button-secondary:focus-visible{transform:translateY(-2px)}.button-secondary{border:1px solid var(--line);background:#fff6}.impact-number{font-size:clamp(3rem,5vw,4rem)}.metric-card{padding:1.15rem}.metric-card p,.detail-list,.micro-copy{margin:0;color:var(--muted)}.list-clean{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.list-clean li{display:flex;gap:.75rem;align-items:flex-start;line-height:1.6}.list-clean li:before{content:"";width:.8rem;height:.8rem;margin-top:.4rem;border-radius:50%;flex:none;background:var(--accent)}.article-shell{display:grid;grid-template-columns:minmax(0,280px) minmax(0,1fr);gap:2rem;align-items:start}.article-aside{position:sticky;top:5.5rem;display:grid;gap:1rem}.article-body{max-width:var(--content-width)}.article-body h2,.article-body h3{font-family:var(--font-subhead);font-weight:900;line-height:1;letter-spacing:-.04em;color:var(--accent)}.article-body h2{font-size:clamp(2rem,4vw,3.6rem);margin-top:3rem;margin-bottom:1rem}.article-body h3{font-size:clamp(1.4rem,2vw,2rem);margin-top:2rem;margin-bottom:.8rem}.article-body ul{padding-left:1.2rem}.article-body img{border-radius:var(--radius);border:1px solid var(--line);margin:2rem 0}.page-intro{display:grid;gap:1rem;padding:2.4rem 0 1rem}.page-title,.article-title{font-size:clamp(3rem,8vw,6.5rem)}.page-title{max-width:10ch}.visual-poster{overflow:hidden;border-radius:calc(var(--radius) + 6px);border:1px solid var(--line);box-shadow:var(--shadow)}.visual-poster img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.form-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:.45rem}.field-note{font-size:.82rem;font-weight:600;color:var(--muted)}.field--full{grid-column:1 / -1}label{font-weight:800}input,textarea{width:100%;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(17,17,17,.18);font:inherit;background:#ffffffa8}textarea{min-height:180px;resize:vertical}input:focus,textarea:focus{outline:2px solid rgba(45,79,30,.25);border-color:var(--accent)}.inquiry-form{display:grid;gap:1rem;margin-top:1.25rem}.inquiry-form__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.inquiry-form__note{margin:0;max-width:34rem}.inquiry-form__submit[disabled]{opacity:.72;cursor:wait}.inquiry-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;pointer-events:none}.form-status{margin:0;min-height:1.5rem;font-weight:700;color:var(--muted)}.form-status[data-tone=success]{color:var(--accent)}.form-status[data-tone=error]{color:#8f2f21}.site-footer{padding:1.6rem 0 2rem;border-top:1px solid rgba(17,17,17,.12)}.footer-copy{color:var(--muted);font-size:.95rem}.footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1rem;justify-content:flex-end}.footer-icon-link{display:inline-flex;align-items:center;justify-content:center;width:2.7rem;height:2.7rem;padding:0;border-radius:999px;border:1px solid rgba(17,17,17,.12);background:#ffffff5c;color:var(--accent);box-shadow:0 1px #ffffff8c inset,0 10px 22px #1111110d;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.footer-icon-link:after{content:none}.footer-icon-link svg{width:1.18rem;height:1.18rem;display:block}.footer-icon-link:hover,.footer-icon-link:focus-visible{transform:translateY(-2px);background:#2d4f1e1a;border-color:#2d4f1e47;color:var(--text);box-shadow:0 1px #ffffff9e inset,0 14px 28px #11111114}.cluster{display:flex;flex-wrap:wrap;gap:.75rem}.muted{color:var(--muted)}code{padding:.18rem .45rem;border-radius:999px;background:#2d4f1e17;font-size:.95em}@media(max-width:960px){.hero--split,.section-grid,.article-shell,.story-grid,.metrics-grid,.faq-grid,.drink-grid,.blog-grid{grid-template-columns:1fr}.article-aside{position:static}.site-header__inner,.site-footer__inner{flex-direction:column;align-items:flex-start}.site-nav,.footer-links{justify-content:flex-start}.filter-stack{padding:.85rem .9rem .9rem;background:#f8ecd8f0}.filter-bar{padding:.15rem .1rem .35rem}.filter-chip{padding:.68rem .92rem}.drink-grid{gap:.9rem}}@media(min-width:961px){.drink-grid{gap:1.15rem}.drink-card{padding:1.1rem}.drink-card__media{max-inline-size:18rem}}@media(max-width:720px){.page{padding-bottom:4rem}.hero{padding-top:2rem}.hero__headline{font-size:clamp(3.1rem,17vw,5.5rem)}.page-title,.article-title{font-size:clamp(2.5rem,14vw,4.8rem)}.coffee-page:not(.coffee-at-top) .site-header{transform:translateY(calc(-100% - 1rem));opacity:0;pointer-events:none}.coffee-page .page-intro{padding-top:1rem}.filter-stack{top:.75rem;margin-left:-.2rem;margin-right:-.2rem;border-radius:22px;padding:.8rem .85rem .85rem;gap:.75rem}.filter-stack__top{align-items:flex-start}.filter-summary{font-size:.9rem}.filter-clear{font-size:.95rem}.filter-chip{padding:.68rem .95rem}.drink-card{gap:.72rem;padding:.95rem;border-radius:24px}.drink-card__media{border-radius:20px}.form-grid{grid-template-columns:1fr}.inquiry-form__footer{align-items:flex-start}}
