@layer starlight.components{svg:where(.astro-c6vsoqas){color:var(--sl-icon-color);font-size:var(--sl-icon-size, 1em);width:1em;height:1em}}:root{--rc-bg: #f5efe7;--rc-surface: rgba(255, 255, 255, .78);--rc-surface-strong: rgba(255, 250, 245, .92);--rc-text: #201612;--rc-muted: #655149;--rc-accent: #a64b2a;--rc-accent-strong: #7d3116;--rc-border: rgba(120, 73, 47, .16);--rc-shadow: 0 20px 60px rgba(66, 34, 17, .12);--rc-gradient: radial-gradient(circle at top right, rgba(255, 188, 110, .45), transparent 38%), linear-gradient(135deg, #fff9f2, #f0e0d2 45%, #f8f1ec 100%);--sl-color-accent-low: #f3d1b7;--sl-color-accent: #a64b2a;--sl-color-accent-high: #5c2614;color-scheme:light}:root[data-theme=dark]{--rc-bg: #110d0b;--rc-surface: rgba(35, 24, 19, .82);--rc-surface-strong: rgba(45, 32, 26, .9);--rc-text: #f8efe8;--rc-muted: #d1b7a6;--rc-accent: #ff9f66;--rc-accent-strong: #ffbc8a;--rc-border: rgba(255, 169, 112, .18);--rc-shadow: 0 25px 80px rgba(0, 0, 0, .42);--rc-gradient: radial-gradient(circle at top right, rgba(255, 145, 77, .18), transparent 35%), linear-gradient(135deg, #17110f, #0f0a08 55%, #1b120e 100%);--sl-color-accent-low: #4d2517;--sl-color-accent: #ff9f66;--sl-color-accent-high: #ffd3b6;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,Segoe UI,sans-serif;background:var(--rc-gradient);color:var(--rc-text);line-height:1.6;min-width:320px;overflow-x:hidden}a{color:inherit;text-decoration:none}main{display:block}img{display:block;max-width:100%}.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}.shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:50;padding:.8rem 1rem;border-radius:999px;background:var(--rc-text);color:var(--rc-bg)}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:30;padding:1rem 0;backdrop-filter:blur(16px);background:#f5efe7b3;border-bottom:1px solid var(--rc-border)}:root[data-theme=dark] .site-header{background:#110d0bb8}:root .header{backdrop-filter:blur(16px);background:#f5efe7b3}:root[data-theme=dark] .header{background:#110d0bb8}.site-header__inner,.site-footer__bottom,.hero__actions,.social-row,.legal-row,.hero__stats{display:flex;align-items:center}.site-header__inner,.site-footer__bottom{justify-content:space-between;gap:1rem;flex-wrap:wrap}.header .site-header__inner{width:100%}.site-logo{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:700;letter-spacing:.04em}.site-nav,.footer-links{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.site-nav a,.legal-row a,.footer-links a{color:var(--rc-muted);transition:color .18s ease;display:inline-flex;align-items:center;min-height:44px}.site-nav a:hover,.legal-row a:hover,.footer-links a:hover,.site-nav a.is-active{color:var(--rc-text)}.site-nav a.is-active:after{content:"";display:block;width:100%;height:2px;border-radius:999px;background:var(--rc-accent);transform:translateY(.2rem)}.newsletter-form input,.contact-form input,.contact-form textarea,.contact-form select{border:1px solid var(--rc-border);border-radius:999px;background:var(--rc-surface-strong);color:var(--rc-text);padding:.8rem 1rem;font:inherit}.newsletter-form input,.contact-form input,.contact-form textarea,.contact-form select,.button{min-height:44px}.contact-form textarea{border-radius:1rem;min-height:8rem;resize:vertical}.theme-toggle{display:flex;align-items:center}.theme-toggle-button{display:inline-flex;align-items:center;gap:.55rem;min-height:44px;padding:.65rem .95rem;border-radius:999px;border:1px solid var(--rc-border);background:var(--rc-surface-strong);color:var(--rc-text);font:inherit;font-weight:700;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.theme-toggle-button:hover{transform:translateY(-1px);border-color:#a64b2a47}.theme-toggle-button__icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:var(--rc-accent)}.theme-toggle-button__icon svg{width:100%;height:100%}.theme-toggle-button__text{font-size:.95rem;line-height:1}.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.9rem 1.3rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:linear-gradient(135deg,var(--rc-accent),var(--rc-accent-strong));color:#fff7f2;box-shadow:0 14px 28px #a64b2a3d}.button--secondary{background:var(--rc-surface-strong);border-color:var(--rc-border)}.hero,.section,.page-section{position:relative;padding:4.5rem 0}.section--compact{padding-top:3rem;padding-bottom:3rem}.section--muted{background:linear-gradient(180deg,transparent,rgba(255,255,255,.26))}:root[data-theme=dark] .section--muted{background:linear-gradient(180deg,transparent,rgba(255,255,255,.02))}.hero__grid,.roast-highlight,.site-footer__grid,.blog-grid,.contact-grid,.two-column{display:grid;gap:1.5rem}.hero__grid{grid-template-columns:1.2fr .8fr;align-items:center;min-height:clamp(32rem,72vh,48rem)}.eyebrow{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:var(--rc-accent)}h1,h2,h3{margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;line-height:1.05;text-wrap:balance}h1{font-size:clamp(3rem,10vw,6rem)}h2{font-size:clamp(2rem,5vw,3.3rem)}h3{font-size:1.35rem}p,li{color:var(--rc-muted)}.prose a{color:var(--rc-accent);text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.16em}.hero__lede,.section-heading p,.page-hero p{font-size:1.1rem;max-width:44rem}.trust-strip,.plan-card__list,.taste-notes,.footer-links{margin:0;padding:0;list-style:none}.trust-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.5rem}.trust-strip li,.taste-notes li{position:relative;padding-left:1rem}.trust-strip li:before,.taste-notes li:before,.plan-card__list li:before{content:"";position:absolute;left:0;top:.55rem;width:.38rem;height:.38rem;border-radius:50%;background:var(--rc-accent)}.surface-card{position:relative;padding:1.5rem;border-radius:1.5rem;border:1px solid var(--rc-border);background:var(--rc-surface);box-shadow:var(--rc-shadow);backdrop-filter:blur(14px)}.hero__panel,.plan-card,.step-card,.faq-item,.blog-card,.product-card{transition:transform .22s ease,border-color .22s ease}.hero__panel:hover,.plan-card:hover,.step-card:hover,.blog-card:hover,.product-card:hover{transform:translateY(-4px);border-color:#a64b2a47}.hero__stats{gap:1rem;margin-top:1.4rem;flex-wrap:wrap}.hero__stats span{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--rc-accent)}.section-heading{margin-bottom:2rem}.plan-grid,.steps-grid,.faq-list{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.plan-card--featured{background:linear-gradient(180deg,#fffffff2,#fbe9d9f0)}:root[data-theme=dark] .plan-card--featured{background:linear-gradient(180deg,#30211bf5,#41261cf5)}.plan-card__meta,.plan-card__price span,.step-card__index{color:var(--rc-accent);font-weight:700}.plan-card__price{font-size:1.8rem;color:var(--rc-text)}.plan-card__price small{font-size:.95rem;color:var(--rc-muted)}.plan-card__list{display:grid;gap:.65rem;margin:1rem 0 1.5rem}.plan-card__list li{position:relative;padding-left:1rem}.step-card__index{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border-radius:50%;background:#a64b2a1f;margin-bottom:1rem}.roast-highlight,.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.roast-highlight__spec{padding:1.5rem;border-radius:1.2rem;background:#ffffff6b}:root[data-theme=dark] .roast-highlight__spec{background:#ffffff08}.faq-list{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-item summary{cursor:pointer;font-weight:700;color:var(--rc-text)}.faq-item p{margin-bottom:0}.cta-banner,.page-hero{padding:3rem;border-radius:2rem;background:linear-gradient(135deg,#a64b2ae6,#572a18eb);color:#fff8f2}.cta-banner p,.page-hero p,.cta-banner h2,.page-hero h1{color:inherit}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-card__media{aspect-ratio:16 / 9;border-radius:1rem;object-fit:cover;margin-bottom:1rem}.post-meta{font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;color:var(--rc-accent)}.prose{max-width:48rem}.prose h2{font-size:2rem}.prose p+p,.prose ul,.prose ol{margin-top:1rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:1rem;text-align:left;border-bottom:1px solid var(--rc-border)}.newsletter-form,.contact-form{display:grid;gap:1rem}.newsletter-form{grid-template-columns:minmax(0,1fr) auto}.newsletter-form--compact{grid-template-columns:1fr}.contact-grid{grid-template-columns:1.1fr .9fr;align-items:start}.about-grid,.about-pillars,.guide-grid,.roast-spectrum{display:grid;gap:1.5rem}.about-grid{grid-template-columns:1.1fr .9fr;align-items:stretch}.about-pillars{grid-template-columns:repeat(3,minmax(0,1fr))}.about-intro-card,.about-note-card{display:grid;align-content:start;gap:.4rem}.info-card h3,.guide-card h3,.roast-card h3{margin-bottom:.75rem}.about-checklist{display:grid;gap:.9rem}.about-checklist p,.guide-callout p{margin:0}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:2rem 0}.guide-card{height:100%}.roast-spectrum{grid-template-columns:repeat(3,minmax(0,1fr));margin:2rem 0}.roast-card ul{margin:1rem 0 0;padding-left:1.2rem}.guide-callout{margin:1.5rem 0;display:grid;gap:.85rem}.guide-callout h3{margin-bottom:0}.contact-form label{display:grid;gap:.45rem;font-weight:700;color:var(--rc-text)}.fine-print{font-size:.9rem}.site-footer{padding:4rem 0 2rem;border-top:1px solid var(--rc-border)}.site-footer__grid{grid-template-columns:1.2fr .7fr 1fr;margin-bottom:2rem}.site-footer__copy{max-width:26rem}.social-row{gap:.75rem}.social-row a{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;border:1px solid var(--rc-border)}.social-row svg{width:1rem;height:1rem}.ambient-layer{position:absolute;inset:0;overflow:hidden;pointer-events:none}.bean,.glow{position:absolute;display:block}.bean{width:3rem;height:4.3rem;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffc49ae6,#6f3016e6);box-shadow:inset -.25rem 0 #25100840;animation:drift 10s ease-in-out infinite}.bean:after{content:"";position:absolute;inset:10% 46%;border-radius:999px;background:#2410088c}.bean--one{top:14%;left:8%}.bean--two{right:12%;top:18%;animation-duration:12s}.bean--three{right:24%;bottom:14%;animation-duration:14s}.glow{border-radius:50%;filter:blur(18px);opacity:.45;animation:pulse 8s ease-in-out infinite}.glow--one{width:12rem;height:12rem;background:#ffb75c59;top:10%;right:4%}.glow--two{width:10rem;height:10rem;background:#a64b2a2e;bottom:8%;left:24%}@keyframes drift{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(0,-10px,0) rotate(5deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.35}50%{transform:scale(1.12);opacity:.55}}@media(max-width:900px){.site-header__inner,.site-footer__bottom{flex-direction:column;align-items:flex-start}.site-nav,.theme-toggle{width:100%}.theme-toggle-button{width:100%;justify-content:center}.hero__grid,.roast-highlight,.site-footer__grid,.blog-grid,.contact-grid,.two-column,.about-grid,.about-pillars,.guide-grid,.roast-spectrum,.plan-grid,.steps-grid,.faq-list{grid-template-columns:1fr}.hero{padding-top:3rem}}@media(max-width:700px){.shell{width:min(1120px,calc(100% - 1.25rem))}.newsletter-form{grid-template-columns:1fr}.site-nav{gap:.65rem 1rem}.cta-banner,.page-hero{padding:2rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
