@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Source+Sans+3:wght@300;400;600&display=swap";:root{--color-background: #110904;--color-surface: #1f130a;--color-accent: #ba3324;--color-accent-dark: #7e1c16;--color-accent-light: #f2bf63;--color-cream: #f8ecd4;--color-body: #f1e0c7;--font-heading: "Cinzel", serif;--font-body: "Source Sans 3", "Helvetica Neue", sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);color:var(--color-body);background:radial-gradient(circle at top,rgba(242,191,99,.08),transparent 55%),var(--color-background);line-height:1.6}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-cream);margin-top:0}p{margin-top:0}main{display:block}.skip-link{position:absolute;left:-999px;background:var(--color-accent);color:#fff;padding:.5rem 1rem}.skip-link:focus{left:1rem}.button,button,input[type=submit]{background:var(--color-accent);color:#fff;border:none;padding:.85rem 1.5rem;border-radius:999px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:transform .15s ease,box-shadow .15s ease}.button:hover,button:hover{transform:translateY(-2px);box-shadow:0 15px 25px #ba332473}.button--ghost{background:transparent;border:1px solid var(--color-accent-light);color:var(--color-accent-light)}.eyebrow{letter-spacing:.25em;text-transform:uppercase;font-size:.85rem;color:var(--color-accent-light);margin-bottom:.5rem}.lead{font-size:1.2rem;max-width:36rem}.site-header{background:linear-gradient(90deg,#110904f2,#1f130abf);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(255,255,255,.08)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem clamp(1rem,4vw,4rem)}.site-header__branding{display:flex;flex-direction:column}.site-header__logo{display:inline-flex;align-items:center}.site-header__logo-text{font-family:var(--font-heading);font-size:1.3rem;text-decoration:none;color:var(--color-cream)}.site-header__logo img{height:clamp(3rem,5vw,4rem);width:auto;filter:drop-shadow(0 6px 12px rgba(0,0,0,.35));object-fit:contain}.site-header__tagline{margin:0;font-size:.9rem;color:#d0c7bc}.site-header__end{display:flex;align-items:center;gap:1rem}.site-header__cart{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border-radius:999px;border:1px solid transparent;color:var(--color-body);text-decoration:none;transition:border-color .2s ease,color .2s ease}.site-header__cart:hover{border-color:#fff9;color:#fff}.site-header__cart svg{width:1.25rem;height:1.25rem}.site-header__cart-count{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.site-header__nav ul{list-style:none;display:flex;gap:1.25rem;margin:0;padding:0}.site-header__nav a{color:var(--color-body);text-decoration:none;font-weight:600}.hero{position:relative;display:grid;grid-template-columns:minmax(260px,1fr) minmax(280px,1fr);gap:clamp(1.5rem,5vw,6rem);padding:clamp(2rem,6vw,6rem) clamp(1rem,5vw,5rem);min-height:60vh;align-items:center}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.hero__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.85) contrast(1.05)}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-overlay, rgba(0,0,0,.6));z-index:-1}.hero__content{max-width:30rem}.hero__jar{justify-self:end;max-width:min(620px,60vw);margin-right:clamp(-2.5rem,-6vw,-5rem)}.hero__jar-image{width:100%;height:auto;border-radius:32px;filter:drop-shadow(0 20px 35px rgba(0,0,0,.35)) brightness(1.05);opacity:.6;mix-blend-mode:lighten}@media (max-width: 700px){.hero{grid-template-columns:1fr;text-align:center}.hero__content{justify-self:center}.hero__jar{justify-self:center;margin-top:1.5rem;margin-right:0}}.hero__stats{list-style:none;display:flex;gap:2rem;padding:0}.hero__stat-label{text-transform:uppercase;font-size:.75rem;color:#d6bba1}.hero__stat-value{display:block;font-size:1.2rem;color:#fff}section{padding:clamp(2rem,6vw,5rem) clamp(1rem,5vw,5rem)}.featured-product{padding-block:clamp(.75rem,3vw,1.25rem)}.site-cta{margin:clamp(2rem,4vw,4rem) 0;padding:clamp(1.5rem,3vw,2.5rem);background:linear-gradient(180deg,#110904f2,#110904d9),#110904a6;border-radius:clamp(24px,4vw,32px);border:1px solid rgba(255,255,255,.08);box-shadow:0 15px 35px #00000059}.site-cta__newsletter{display:flex;flex-direction:column;gap:1rem}.site-cta__headline h3{margin:0}.site-cta__fields{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.site-cta__input{flex:1;min-width:160px;padding:.65rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#00000073;color:var(--color-body)}.site-cta__newsletter-button{white-space:nowrap}.site-cta__meta{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#fffc}.site-cta__note{margin:0}.site-cta__contact-block{display:flex;flex-direction:column;gap:.15rem}.site-cta__contact-eyebrow{margin:0;letter-spacing:.2em;text-transform:uppercase;font-size:.75rem}.site-cta__contact-link{margin:0;font-size:.95rem}.site-cta__contact-link a{color:var(--color-accent-light);text-decoration:none}@media (max-width: 720px){.site-cta__fields{flex-direction:column}}.featured-product__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;align-items:center}.featured-product__price{font-size:1.75rem;font-weight:700;color:var(--color-accent-light)}.featured-product__inner>div:first-child{display:flex;flex-direction:column;gap:1.25rem}.featured-product__inner>div:last-child{display:flex;align-items:stretch}.featured-product__image{display:flex;justify-content:center;align-items:center;text-align:center;background:transparent}.featured-product__image-element{width:auto;max-height:clamp(320px,45vh,440px);object-fit:contain;border-radius:0;box-shadow:none;background:transparent}.featured-product__price{margin-top:1.25rem;display:flex;align-items:baseline;gap:.5rem}.featured-product__selectors{width:260px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;margin-left:auto;margin-right:auto}.featured-product__form{margin-top:1.25rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;width:100%;max-width:260px;margin-left:0;margin-right:0}.featured-product__form>*{max-width:100%}.featured-product__flavor-select{box-sizing:border-box;width:180px;max-width:180px;padding:.75rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0006;color:var(--color-body)}.featured-product__quantity{box-sizing:border-box;min-width:90px;max-width:90px;width:90px;padding:.55rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0006;color:var(--color-body);text-align:center;margin-left:auto;margin-right:auto}.featured-product__add-button{box-sizing:border-box;width:180px;max-width:180px;padding:.85rem 2rem;border-radius:999px;font-weight:600;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;text-align:center}.featured-product__form input:not(.featured-product__quantity),.featured-product__form select:not(.featured-product__flavor-select),.form-field input,.form-field textarea,.newsletter input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#00000059;color:var(--color-body)}.featured-product__actions{margin-top:1rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.75rem;width:100%;max-width:260px;margin-left:auto;margin-right:auto}.featured-product__highlights{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.flavor-grid__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.flavor-card{padding:1.5rem;border-radius:24px;background:var(--color-surface);border:1px solid rgba(255,255,255,.08)}.farm-story{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:stretch}.farm-story__media{display:flex;min-height:100%}.farm-story__image{width:100%;height:100%;object-fit:cover;border-radius:28px}.story-page{padding:clamp(2rem,5vw,4rem) clamp(1.25rem,6vw,6rem)}.story-page__header{max-width:780px;margin:0 auto 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.story-page__header .lead{margin-left:auto;margin-right:auto}.story-page__body{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,3rem);background:var(--color-surface);padding:clamp(1.5rem,4vw,3rem);border-radius:28px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 45px #00000059}.story-page__copy{display:grid;gap:1rem;text-align:center;justify-items:center;margin:0 auto;max-width:960px;justify-self:center}.story-page__sidebar{display:none}.story-page__card{background:#ffffff0a;padding:1.25rem;border-radius:20px;border:1px solid rgba(255,255,255,.08)}.story-page__image{overflow:hidden;border-radius:20px}.story-page__image-tag{width:100%;height:100%;object-fit:cover}@media (max-width: 900px){.story-page__header{text-align:center;margin:0 auto 1.5rem}.story-page__body{grid-template-columns:1fr}}.testimonials{margin:clamp(2rem,4vw,4rem) 0;padding:clamp(2rem,4vw,3rem);background:linear-gradient(180deg,#ffffff05,#110904cc),var(--color-surface);border-radius:clamp(24px,5vw,32px);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 35px #00000059;max-width:1100px;margin-left:auto;margin-right:auto}.testimonials__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(2rem,4vw,3.5rem);align-items:stretch}.testimonials__content h2{margin-bottom:1.5rem}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.testimonials blockquote{font-size:1.1rem;color:#fff;margin:0}.testimonials__collage{background:#ffffff05;border-radius:clamp(20px,4vw,28px);padding:clamp(1.5rem,3vw,2rem);display:flex;flex-wrap:wrap;gap:clamp(.75rem,1.5vw,1.25rem);position:relative;overflow:hidden;isolation:isolate;min-height:clamp(220px,35vh,320px)}.collage-photo{border-radius:clamp(16px,3vw,24px);overflow:hidden;background:#0006;box-shadow:0 20px 40px #00000059;position:relative}.collage-photo img{width:100%;height:100%;object-fit:cover;display:block;-webkit-mask-image:radial-gradient(circle at 50% 50%,#000,#0000 80%);mask-image:radial-gradient(circle at 50% 50%,#000,#0000 80%);mask-mode:alpha;filter:saturate(1.1)}.collage-photo{flex:1 1 220px;max-width:320px;position:relative}.collage-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid rgba(255,255,255,.08);pointer-events:none}@media (max-width: 720px){.testimonials__inner{grid-template-columns:1fr}}.recipe-spotlight{background:linear-gradient(120deg,#d3561a40,#f6c15b26);border-radius:32px;margin:clamp(1rem,4vw,4rem)}.recipe-spotlight__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.recipes-page{padding:clamp(2rem,5vw,4rem) clamp(1.25rem,5vw,4rem)}.recipes-page__header{text-align:center;max-width:760px;margin:0 auto 2rem;display:grid;gap:.5rem}.recipes-page__header h1{margin:0}.recipes-page__header .lead{margin:0 auto}.recipes-page__list{display:grid;gap:1.5rem}.recipes-page__card{background:var(--color-surface);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:clamp(1rem,3vw,1.5rem);display:grid;gap:1rem}.recipes-page__card-header h3{margin:0}.recipes-page__card-body{display:grid;gap:1rem}.recipes-page__ingredients ul,.recipes-page__instructions ol{margin:.25rem 0 0}.contact-cta__wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;background:var(--color-surface);padding:clamp(1.5rem,4vw,3rem);border-radius:28px;border:1px solid rgba(255,255,255,.08)}.form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.site-footer{background:#050302;padding:3rem clamp(1rem,5vw,5rem);border-top:1px solid rgba(255,255,255,.08)}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.social-links{list-style:none;padding:0;display:flex;gap:.75rem}.text-link{color:var(--color-accent-light);text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;text-decoration:none}.featured-collection__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.featured-collection__card{border-radius:20px;background:var(--color-surface);border:1px solid rgba(255,255,255,.1);text-decoration:none;color:inherit;display:flex;flex-direction:column;overflow:hidden}.featured-collection__card img{border-bottom:1px solid rgba(255,255,255,.08)}.product-page{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;padding-top:3rem}.product-page__media{background:var(--color-surface);border-radius:32px;padding:1rem}.product-page__list{list-style:none;padding:0;border-top:1px solid rgba(255,255,255,.1)}.product-page__list li{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.05)}@media (max-width: 720px){.site-header__inner{flex-direction:column}.site-header__nav ul{flex-wrap:wrap;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
