@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap";:root{--forest: #2c3e2d;--forest-deep: #1e2b1f;--leaf: #3d5a40;--terracotta: #b56a45;--terracotta-deep: #9a5636;--cream: #f6f1e8;--cream-2: #fbf8f2;--paper: #fffcf7;--ink: #1f1c18;--muted: #6a6358;--line: #e5ddd0;--white: #ffffff;--radius: 12px;--max: 70rem;--font: "DM Sans", system-ui, -apple-system, sans-serif;--display: "Cormorant Garamond", Georgia, "Times New Roman", serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--leaf);text-underline-offset:.15em}a:hover{color:var(--forest-deep)}.wrap{max-width:var(--max);margin:0 auto;padding:0 1.25rem}.site-header{position:absolute;top:0;left:0;right:0;z-index:50;background:transparent;border-bottom:none}.template-index .site-header{color:var(--white)}body:not(.template-index) .site-header{position:sticky;background:#f6f1e8f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;gap:1rem;max-width:var(--max);margin:0 auto;padding:1rem 1.25rem}.brand-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.brand-logo__img{display:block;height:44px;width:auto;max-width:min(52vw,220px);object-fit:contain;object-position:left center}.template-index .brand-logo__img{height:48px;filter:drop-shadow(0 1px 10px rgba(0,0,0,.28))}@media(min-width:640px){.brand-logo__img{height:52px;max-width:260px}.template-index .brand-logo__img{height:56px}}.nav{margin-left:auto;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1.15rem}.nav a{font-size:.9rem;font-weight:500;text-decoration:none;color:inherit;opacity:.92}.template-index .nav a{color:var(--white);text-shadow:0 1px 8px rgba(0,0,0,.2)}body:not(.template-index) .nav a{color:var(--muted)}.nav a:hover{opacity:1}.nav a.is-active{border-bottom:2px solid var(--mustard, #d9a23b);padding-bottom:2px}.template-index .nav a.is-active{border-color:#e8c56a}.btn{display:inline-block;font-family:var(--font);font-size:.9rem;font-weight:600;padding:.7rem 1.35rem;border-radius:6px;text-decoration:none!important;border:none;cursor:pointer;background:var(--terracotta);color:var(--white)!important;transition:background .15s,transform .15s}.btn:hover{background:var(--terracotta-deep);color:#fff!important}.btn--ghost{background:transparent;color:inherit!important;border:1px solid currentColor}.template-index .btn--ghost{color:var(--white)!important;border-color:#ffffff8c}body:not(.template-index) .btn--ghost{color:var(--forest)!important;border-color:var(--line)}.hero{position:relative;min-height:min(88vh,42rem);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);background:var(--forest-deep);overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 40%;transform:scale(1.02)}.hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#141c1459,#141c1440 40%,#141c148c)}.hero__content{position:relative;z-index:1;padding:6.5rem 1.25rem 3.5rem;max-width:40rem}.hero h1{font-family:var(--display);font-size:clamp(2.4rem,8vw,4rem);font-weight:600;line-height:1.08;margin:0 0 .5rem;letter-spacing:-.01em;text-shadow:0 2px 24px rgba(0,0,0,.25)}.hero__sub{font-family:var(--display);font-size:clamp(1.15rem,3vw,1.45rem);font-weight:500;font-style:italic;margin:0 0 1.5rem;opacity:.95;text-shadow:0 1px 12px rgba(0,0,0,.2)}.hero__actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.band{padding:3.25rem 0}.band--cream{background:var(--cream-2)}.band--terra{background:var(--terracotta);color:var(--white)}.band--terra .band__head h2,.band--terra .band__head p{color:var(--white)}.band--terra .eyebrow{color:#ffffffd9}.band--products{background:var(--terracotta);color:var(--white)}.band--products-top{padding-bottom:1.75rem}#kitchen.band--products{padding-top:1.75rem;border-top:1px solid rgba(255,255,255,.18)}.band__head{text-align:center;margin:0 auto 1.75rem;max-width:32rem}.band__head h2{font-family:var(--display);font-size:clamp(1.85rem,4vw,2.4rem);font-weight:600;margin:0 0 .45rem;color:var(--forest);letter-spacing:-.01em}.band__head p{margin:0;color:var(--muted);font-size:1rem}.eyebrow{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--terracotta);margin:0 0 .4rem}.story{display:grid;gap:1rem;align-items:center}@media(min-width:800px){.story{grid-template-columns:1fr 1fr;gap:1.5rem}}.story__copy h2{font-family:var(--display);font-size:clamp(1.85rem,3.5vw,2.35rem);font-weight:600;color:var(--forest);margin:0 0 .85rem}.story__copy p{color:var(--muted);margin:0 0 .75rem;font-size:1.02rem;line-height:1.65}.story__copy p:last-child{margin-bottom:0}.story__copy .prose{margin-bottom:0}.story__copy>p:last-of-type,.story__copy .prose p:last-child{margin-bottom:0}.story__copy strong{color:var(--forest);font-weight:600}.story__portrait{justify-self:center;max-width:22rem;width:100%}.story__frame{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:4px;padding:.65rem .65rem 0;box-shadow:0 16px 40px #1f1c1814}.story__frame img{width:100%;aspect-ratio:1;object-fit:cover;object-position:center;border-radius:2px}.story__caption{font-size:.85rem;color:var(--muted);padding:.4rem .35rem .5rem;margin:0;font-style:italic}.story__cta{margin:.75rem 0 0}.fresh-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(min-width:720px){.fresh-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}.fresh-card{display:block;text-decoration:none;color:inherit;text-align:center}.fresh-card__img{aspect-ratio:1;border-radius:8px;overflow:hidden;background:#0000001f;border:2px solid rgba(255,255,255,.35);margin-bottom:.55rem}.band:not(.band--terra) .fresh-card__img{border-color:var(--line)}.fresh-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fresh-card:hover .fresh-card__img img{transform:scale(1.04)}.fresh-card strong{display:block;font-size:.95rem;font-weight:600;color:inherit}.band--terra .fresh-card strong{color:var(--white)}.band:not(.band--terra) .fresh-card strong{color:var(--forest)}.fresh-card span{display:block;font-size:.78rem;opacity:.88;margin-top:.15rem}.fresh-card--ink strong{color:var(--forest)}.fresh-card--ink span{color:var(--muted);opacity:1}.fresh-card--ink .fresh-card__img{border-color:var(--line)}.market-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}@media(min-width:700px){.market-list{grid-template-columns:1fr 1fr}}.market-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.2rem}.market-card--home{border-color:var(--forest);background:#2c3e2d0d}.market-card h3{margin:.2rem 0 .35rem;font-family:var(--display);font-size:1.25rem;font-weight:600;color:var(--forest)}.market-card p{margin:0;font-size:.92rem;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}}@media(min-width:960px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.p-card{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;min-width:0;transition:transform .15s,box-shadow .15s}.p-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #1f1c1814;color:inherit}.p-card__img{aspect-ratio:1;background:#e8e1d4;overflow:hidden}.p-card__img img{width:100%;height:100%;object-fit:cover}.p-card__body{padding:.55rem .65rem .8rem;flex:1;display:flex;flex-direction:column;gap:.2rem}.p-card__title{font-weight:700;font-size:.92rem;line-height:1.2;margin:0;color:var(--forest)}.p-card__hook{font-size:.78rem;color:var(--muted);margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.p-card__more{font-size:.72rem;font-weight:600;color:var(--terracotta);margin-top:auto;padding-top:.35rem}@media(min-width:640px){.p-card__body{padding:.75rem .85rem .95rem}.p-card__title{font-size:1.02rem}.p-card__hook{font-size:.86rem;-webkit-line-clamp:4}}.product{padding:1.5rem 0 3.5rem}.product__layout{display:grid;gap:1.5rem}@media(min-width:860px){.product__layout{grid-template-columns:1fr 1fr;gap:2.25rem;align-items:start}}.product__photo{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#e8e1d4;position:sticky;top:1rem}.product__photo img{width:100%;aspect-ratio:1;object-fit:cover}.product__kicker{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);font-weight:600;margin:0 0 .35rem}.product h1{font-family:var(--display);font-size:clamp(1.75rem,4vw,2.4rem);font-weight:600;color:var(--forest);margin:0 0 .75rem;line-height:1.12}.product__hook{font-size:1.05rem;margin:0 0 1.25rem;max-width:38rem}.product__hook p{margin:0 0 .65rem}.product__hook em{color:var(--muted);font-style:italic}.ask{border-top:1px solid var(--line);margin:0 0 1.25rem}.ask__intro{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:600;margin:.9rem 0 .35rem}.ask details{border-bottom:1px solid var(--line);padding:.8rem 0}.ask summary{cursor:pointer;font-weight:600;font-size:1rem;list-style:none;display:flex;justify-content:space-between;gap:.75rem}.ask summary::-webkit-details-marker{display:none}.ask summary:after{content:"+";color:var(--terracotta);font-weight:500}.ask details[open] summary:after{content:"\2212"}.ask__body{margin:.65rem 0 .15rem;font-size:.98rem}.ask__body p{margin:0 0 .65rem}.product__cta{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.5rem}.more-cats h2{font-size:1rem;color:var(--muted);font-weight:600;margin:0 0 .65rem}.pill-row{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0;padding:0}.pill-row a{display:inline-block;text-decoration:none;font-size:.85rem;font-weight:600;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--line);background:var(--paper);color:var(--forest)}.pill-row a:hover{border-color:var(--forest);background:#2c3e2d0f}.page{padding:1.75rem 0 3rem;max-width:40rem}.page h1{font-family:var(--display);color:var(--forest);font-size:clamp(1.75rem,4vw,2.4rem);font-weight:600;margin:0 0 .75rem}.page .lede{color:var(--muted);font-size:1.1rem;margin:0 0 1rem}.prose{font-size:1.02rem}.prose p{margin:0 0 .9rem}.crumbs{font-size:.88rem;color:var(--muted);margin:0 0 1rem;line-height:1.4}.crumbs a{color:var(--muted);text-decoration:none;font-weight:500}.crumbs a:hover{color:var(--forest)}.product .crumbs{margin-bottom:1.15rem}.band .crumbs{max-width:var(--max);margin-left:auto;margin-right:auto;text-align:left}.site-footer{border-top:1px solid var(--line);padding:2.25rem 1.25rem 2.75rem;text-align:center;color:var(--muted);font-size:.88rem;background:var(--cream-2)}.site-footer a{color:var(--muted);text-decoration:none;margin:0 .5rem}.site-footer a:hover{color:var(--forest)}.site-footer__note{font-size:.8rem;opacity:.9;margin-top:.75rem}@media(max-width:640px){.nav a:not(.btn){display:none}.nav .btn{padding:.5rem .9rem;font-size:.82rem}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/site.css.map */
