.error-page__inner{display:flex;max-width:26rem;margin:0 auto;flex-direction:column;align-items:center;padding:5rem 1rem;text-align:center}.error-page__icon{width:2.5rem;height:2.5rem;color:var(--color-forest)}.error-page__heading{margin:1.25rem 0 0;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-forest)}.error-page__text{margin:.75rem 0 0;color:var(--color-muted-foreground)}.error-page__button{display:inline-block;margin-top:2rem;padding:.875rem 2rem;border-radius:999px;background:var(--color-gold);color:var(--color-gold-foreground);font-size:.875rem;font-weight:600;text-decoration:none;transition:filter .15s ease}.error-page__button:hover{filter:brightness(.95)}.about__inner{display:grid;max-width:80rem;margin:0 auto;gap:3rem;padding:5rem 1rem}.about__heading{margin:0;font-family:var(--font-display);font-size:1.75rem;font-weight:600}.about__description{margin:1rem 0 0;color:var(--color-muted-foreground)}.about__stats{display:grid;margin-top:2.5rem;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about__grid{display:grid;aspect-ratio:4 / 5;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem}.about__tile{position:relative;overflow:hidden;border-radius:1rem}.about__tile img,.about__tile video{display:block;width:100%;height:100%;object-fit:cover}.about__tile--tall{grid-row:span 2}@media(min-width:1024px){.about__inner{grid-template-columns:repeat(2,1fr);align-items:center;padding:5rem 1.5rem}}.about__stats>*{min-width:0}.article-page__inner{max-width:48rem;margin:0 auto;padding:2.5rem 1rem 5rem}.article-page__breadcrumb{font-size:.75rem}.article-page__breadcrumb a{color:var(--color-muted-foreground);text-decoration:none}.article-page__breadcrumb a:hover{color:var(--color-foreground)}.article-page__title{margin:.75rem 0 0;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-forest)}.article-page__meta{margin-top:.5rem;font-size:.875rem;color:var(--color-muted-foreground)}.article-page__image{margin-top:2rem;aspect-ratio:16 / 9;overflow:hidden;border-radius:1rem;background:var(--color-media-bg)}.article-page__image img{width:100%;height:100%;object-fit:cover}.article-page__content{margin-top:2rem;line-height:1.75}.article-page__content>*+*{margin-top:1.25rem}.article-page__content img{border-radius:1rem}.article-page__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.article-page__tag{padding:.25rem .75rem;border-radius:999px;background:var(--color-cream);color:var(--color-muted-foreground);font-size:.75rem}.article-page__comments{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--color-border)}.article-page__comments-heading{margin:0;font-family:var(--font-display);font-size:1.25rem;font-weight:600}.article-page__comments-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.article-comment{padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.article-comment__meta{display:flex;gap:.75rem;font-size:.75rem}.article-comment__author{font-weight:600}.article-comment__date{color:var(--color-muted-foreground)}.article-comment__body{margin-top:.5rem;color:var(--color-muted-foreground)}.article-comment-form{margin-top:2rem}.article-comment-form__heading{margin:0;font-family:var(--font-display);font-size:1.125rem;font-weight:600}.article-comment-form__success{color:var(--color-forest)}.article-comment-form__error{margin-top:.5rem;color:#b42318;font-size:.875rem}.article-comment-form__field{margin-top:1rem}.article-comment-form__field label{display:block;margin-bottom:.375rem;font-size:.75rem;font-weight:600;color:var(--color-muted-foreground)}.article-comment-form__field input,.article-comment-form__field textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-background);font:inherit;font-size:.875rem}.article-comment-form__field textarea{min-height:6rem;resize:vertical}.article-comment-form__submit{margin-top:1.25rem;padding:.75rem 1.5rem;border:none;border-radius:999px;background:var(--color-forest);color:var(--color-forest-foreground);font-size:.875rem;font-weight:600;cursor:pointer}.article-comment-form__submit:hover{background:var(--color-foreground)}@media(min-width:1024px){.article-page__inner{padding:3.5rem 1.5rem 6rem}}.benefits-bar{border-bottom:1px solid var(--color-border);background:var(--color-cream)}.benefits-bar__inner{display:grid;max-width:80rem;margin:0 auto;padding:2rem 1rem;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:1024px){.benefits-bar__inner{padding:2rem 1.5rem;grid-template-columns:repeat(4,1fr)}}.benefits-bar__inner>*{min-width:0}.blog-page__inner{max-width:80rem;margin:0 auto;padding:2.5rem 1rem 5rem}.blog-page__title{margin:0;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-forest)}.blog-page__grid{display:grid;margin-top:2.5rem;grid-template-columns:1fr;gap:2.5rem}.blog-page__pagination{display:flex;justify-content:center;margin-top:3rem}.blog-page__empty{margin-top:2.5rem;padding:4rem 1rem;border:1px dashed var(--color-border);border-radius:1rem;text-align:center;color:var(--color-muted-foreground)}.article-card{display:flex;flex-direction:column;text-decoration:none}.article-card__media{aspect-ratio:16 / 10;overflow:hidden;border-radius:1rem;background:var(--color-media-bg)}.article-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-card:hover .article-card__media img{transform:scale(1.03)}.article-card__placeholder{display:grid;height:100%;padding:2rem;place-items:center;text-align:center;font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:#ffffffe6;background:var(--gradient-product-placeholder)}.article-card__content{margin-top:1.25rem}.article-card__meta{font-size:.75rem;color:var(--color-muted-foreground)}.article-card__title{margin:.375rem 0 0;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--color-foreground)}.article-card__excerpt{margin:.5rem 0 0;color:var(--color-muted-foreground)}@media(min-width:640px){.blog-page__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-page__inner{padding:3rem 1.5rem 6rem}.blog-page__grid{grid-template-columns:repeat(3,1fr)}}.blog-page__grid>*{min-width:0}.cart-page__inner{max-width:80rem;margin:0 auto;padding:2.5rem 1rem 5rem}.cart-page__title{margin:0 0 2rem;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-forest)}.cart-page__empty{display:flex;max-width:26rem;margin:0 auto;flex-direction:column;align-items:center;padding:4rem 1rem;text-align:center}.cart-page__empty-icon{width:2.5rem;height:2.5rem;color:var(--color-forest)}.cart-page__empty-heading{margin:1.25rem 0 0;font-family:var(--font-display);font-size:1.5rem;font-weight:600}.cart-page__empty-text{margin:.75rem 0 0;color:var(--color-muted-foreground)}.cart-page__continue{display:inline-block;margin-top:2rem;padding:.875rem 2rem;border-radius:999px;background:var(--color-gold);color:var(--color-gold-foreground);font-size:.875rem;font-weight:600;text-decoration:none;transition:filter .15s ease}.cart-page__continue:hover{filter:brightness(.95)}.cart-page__layout{display:grid;gap:2.5rem}.cart-page__items{display:flex;margin:0;padding:0;flex-direction:column;gap:1.5rem;list-style:none}.cart-item{display:grid;grid-template-columns:5rem 1fr;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.cart-item__media{display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:.75rem;background:var(--color-media-bg)}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__placeholder{width:100%;height:100%;background:var(--gradient-product-placeholder)}.cart-item>*{min-width:0}.cart-item__details{display:flex;min-width:0;flex-direction:column;gap:.25rem}.cart-item__title{overflow-wrap:anywhere}.cart-item__title{font-weight:600;color:var(--color-foreground);text-decoration:none}.cart-item__variant,.cart-item__plan{font-size:.75rem;color:var(--color-muted-foreground)}.cart-item__remove{width:fit-content;margin-top:.5rem;font-size:.75rem;color:var(--color-muted-foreground);text-decoration:underline;text-underline-offset:3px}.cart-item__remove:hover{color:var(--color-foreground)}.cart-item__quantity{grid-column:2}.cart-item__quantity-label{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.cart-item__quantity-input{width:5rem;padding:.5rem .75rem;border:1px solid var(--color-border);background:var(--color-background);font-size:.875rem}.cart-item__line-price{grid-column:2;display:flex;align-items:baseline;gap:.5rem;font-weight:600}.cart-item__price-compare{font-weight:400;color:var(--color-muted-foreground)}.cart-page__summary{padding:1.5rem;border:1px solid var(--color-border);border-radius:1rem;background:var(--color-cream);height:fit-content}.cart-page__summary-row{display:flex;align-items:baseline;justify-content:space-between;font-family:var(--font-display);font-size:1.25rem;font-weight:700}.cart-page__note{margin:.75rem 0 0;font-size:.75rem;color:var(--color-forest)}.cart-page__taxes-note{margin:.5rem 0 0;font-size:.75rem;color:var(--color-muted-foreground)}.cart-page__update,.cart-page__checkout{width:100%;margin-top:1rem;padding:.875rem;border:none;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer}.cart-page__update{background:transparent;border:1px solid var(--color-border);color:var(--color-foreground)}.cart-page__update:hover{border-color:var(--color-forest);color:var(--color-forest)}.cart-page__checkout{background:var(--color-gold);color:var(--color-gold-foreground);transition:filter .15s ease}.cart-page__checkout:hover{filter:brightness(.95)}@media(min-width:640px){.cart-item{grid-template-columns:6rem 1fr auto auto;align-items:center}.cart-item__quantity,.cart-item__line-price{grid-column:auto}}@media(min-width:1024px){.cart-page__inner{padding:3rem 1.5rem 6rem}.cart-page__layout{grid-template-columns:1fr 20rem;align-items:start}}.cquiz__inner{max-width:64rem;margin:0 auto;padding:4rem 1rem}.cquiz__head{max-width:40rem;margin:0 auto;text-align:center}.cquiz__heading{margin:0;font-family:var(--font-display);font-size:1.75rem;font-weight:600;text-wrap:balance}.cquiz__sub{margin:.75rem 0 0;color:var(--color-muted-foreground)}.cquiz__step{display:none;margin-top:2.5rem}.cquiz__step.is-active{display:block}.cquiz__question{margin:0 0 1.5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;text-align:center;text-wrap:balance}.cquiz__options{display:grid;gap:1rem;max-width:46rem;margin:0 auto}.cquiz__option{display:flex;min-width:0;flex-direction:column;gap:.35rem;padding:1.5rem 1.25rem;border:1px solid var(--color-border);border-radius:1rem;background:var(--color-media-bg);font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.cquiz__option:hover{border-color:var(--color-forest);transform:translateY(-2px)}.cquiz__option:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.cquiz__option-title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--color-foreground)}.cquiz__option-note{font-size:.875rem;color:var(--color-muted-foreground)}.cquiz__option--tinted{min-height:8rem;justify-content:flex-end;border-color:transparent}.cquiz__option--tinted .cquiz__option-title{color:#fffffff5}.cquiz__back{display:block;margin:2rem auto 0;padding:.5rem 1rem;border:none;background:none;color:var(--color-muted-foreground);font:inherit;font-size:.875rem;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.cquiz__back:hover{color:var(--color-foreground)}.cquiz__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.cquiz__grid>*{min-width:0}.cquiz__empty{grid-column:1 / -1;padding:3rem 1rem;border:1px dashed var(--color-border);border-radius:1rem;text-align:center;color:var(--color-muted-foreground)}@media(min-width:640px){.cquiz__options--two{grid-template-columns:repeat(2,1fr)}.cquiz__options--three{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.cquiz__inner{padding:5rem 1.5rem}.cquiz__grid{grid-template-columns:repeat(4,1fr)}}.collection-page__inner{max-width:80rem;margin:0 auto;padding:2.5rem 1rem 5rem}.collection-page__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem}.collection-page__title{margin:0;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-forest)}.collection-page__description{max-width:40rem;margin-top:.5rem;color:var(--color-muted-foreground)}.collection-page__sort{display:flex;align-items:center;gap:.5rem}.collection-page__sort-label{font-size:.75rem;color:var(--color-muted-foreground);white-space:nowrap}.collection-page__sort-select{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-background);font:inherit;font-size:.875rem}.collection-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1.5rem}.collection-page__pagination{display:flex;justify-content:center;margin-top:3rem}.collection-page__empty{padding:4rem 1rem;border:1px dashed var(--color-border);border-radius:1rem;text-align:center;color:var(--color-muted-foreground)}@media(min-width:1024px){.collection-page__inner{padding:3rem 1.5rem 6rem}.collection-page__grid{grid-template-columns:repeat(4,1fr);row-gap:3rem}}.collection-page__grid>*{min-width:0}.collections-page__inner{max-width:80rem;margin:0 auto;padding:2.5rem 1rem 5rem}.collections-page__title{margin:0;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-forest)}.collections-page__subheading{max-width:36rem;margin:.75rem 0 0;color:var(--color-muted-foreground)}.collections-page__grid{display:grid;margin-top:2.5rem;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections-page__grid.collections--compact{--collection-card-size: 160px}.collections-page__grid.collections--full{--collection-card-size: 280px}.collections-page__empty{margin-top:2.5rem;padding:4rem 1rem;border:1px dashed var(--color-border);border-radius:1rem;text-align:center;color:var(--color-muted-foreground)}.collection-card{display:flex;flex-direction:column;width:100%;text-decoration:none}.collection-card__media{aspect-ratio:1 / 1;overflow:hidden;border-radius:1rem;background:var(--color-media-bg)}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover .collection-card__media img{transform:scale(1.03)}.collection-card__placeholder{display:grid;height:100%;padding:2rem;place-items:center;text-align:center;font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:#ffffffe6;background:var(--gradient-product-placeholder)}.collection-card__content{margin-top:1rem}.collection-card__title{margin:0;font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--color-foreground)}.collection-card__description{margin:.375rem 0 0;font-size:.875rem;color:var(--color-muted-foreground)}.collection-card__count{display:block;margin-top:.375rem;font-size:.75rem;color:var(--color-muted-foreground)}@media(min-width:1024px){.collections-page__inner{padding:3rem 1.5rem 6rem}}.collections-page__grid>*{min-width:0}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq__inner{max-width:48rem;margin:0 auto;padding:3rem 1rem}.faq__heading{margin:0;font-family:var(--font-display);font-size:1.5rem;font-weight:600}.faq__list{margin-top:1.5rem;border:1px solid var(--color-border);border-radius:1rem;background:var(--color-background);overflow:hidden}@media(min-width:1024px){.faq__inner{padding:3.5rem 1.5rem}}.product-tabs__inner{max-width:80rem;margin:0 auto;padding:5rem 1rem}.product-tabs__header{max-width:40rem;margin:0 auto;text-align:center}.product-tabs__heading{margin:0;font-family:var(--font-display);font-size:1.75rem;font-weight:600}.product-tabs__subheading{margin:.75rem 0 0;color:var(--color-muted-foreground)}.product-tabs__switch{display:flex;max-width:100%;width:fit-content;margin:2rem auto 0;padding:.25rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-cream);overflow-x:auto}.product-tabs__tab-label{white-space:nowrap}.product-tabs__radio{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.product-tabs__tab-label{display:inline-block;padding:.5rem 1.25rem;border-radius:999px;color:var(--color-muted-foreground);font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease}.product-tabs__radio:checked+.product-tabs__tab-label{background:var(--color-forest);color:var(--color-forest-foreground)}.product-tabs__radio:focus-visible+.product-tabs__tab-label{outline:2px solid var(--color-gold);outline-offset:2px}.product-tabs__panel{display:none}.product-tabs:has(.product-tabs__radio[data-tab-index="1"]:checked) .product-tabs__panel[data-tab-index="1"],.product-tabs:has(.product-tabs__radio[data-tab-index="2"]:checked) .product-tabs__panel[data-tab-index="2"],.product-tabs:has(.product-tabs__radio[data-tab-index="3"]:checked) .product-tabs__panel[data-tab-index="3"],.product-tabs:has(.product-tabs__radio[data-tab-index="4"]:checked) .product-tabs__panel[data-tab-index="4"]{display:block}.product-tabs:not(:has(.product-tabs__radio)) .product-tabs__panel:first-child{display:block}.product-tabs__grid{display:grid;margin-top:3rem;grid-template-columns:repeat(2,1fr);gap:1.5rem 1.5rem}@media(min-width:1024px){.product-tabs__inner{padding:5rem 1.5rem}.product-tabs__grid{grid-template-columns:repeat(4,1fr);row-gap:3rem}}.product-tabs__grid>*{min-width:0}.site-footer{margin-top:5rem;border-top:1px solid var(--color-border);background:var(--color-cream);color:var(--color-foreground)}.site-footer__top{display:grid;max-width:80rem;margin:0 auto;padding:3.5rem 1rem;grid-template-columns:repeat(2,1fr);gap:2.5rem}.site-footer__brand-name{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--color-forest)}.site-footer__brand-tagline{margin-top:.125rem;font-size:.625rem;letter-spacing:.25em;color:var(--color-muted-foreground)}.site-footer__brand-description{max-width:20rem;margin:1rem 0 0;font-size:.875rem;color:var(--color-muted-foreground)}.site-footer__social-heading{margin-bottom:1rem;font-family:var(--font-display);font-size:.875rem;font-weight:600;color:var(--color-forest)}.site-footer__social-links{display:flex;gap:.75rem}.site-footer__social-link{display:grid;width:2.5rem;height:2.5rem;place-items:center;border:1px solid var(--color-border);border-radius:999px;color:var(--color-foreground);text-decoration:none;transition:background-color .15s ease,color .15s ease}.site-footer__social-link svg{width:1rem;height:1rem}.site-footer__social-link--text{font-size:.75rem;font-weight:700}.site-footer__social-link:hover{background:var(--color-forest);color:var(--color-forest-foreground)}.site-footer__bottom{border-top:1px solid var(--color-border)}.site-footer__bottom-inner{display:flex;max-width:80rem;margin:0 auto;padding:1.25rem 1rem;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;color:var(--color-muted-foreground)}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 1rem}.site-footer__legal a{color:inherit;text-decoration:none}.site-footer__legal a:hover{color:var(--color-foreground);text-decoration:underline}.site-footer__payment{display:flex;align-items:center;gap:.5rem}.site-footer__payment svg,.site-footer__payment img{height:1.25rem;width:auto}@media(min-width:640px){.site-footer__bottom-inner{flex-direction:row}}@media(min-width:1024px){.site-footer__top{padding:3.5rem 1.5rem;grid-template-columns:repeat(4,1fr)}.site-footer__bottom-inner{padding:1.25rem 1.5rem}}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--color-border);background:color-mix(in srgb,var(--color-background) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header__row{display:grid;max-width:80rem;margin:0 auto;padding:1rem;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.site-header__start{display:flex;align-items:center;gap:1.25rem}.site-header__brand{display:flex;align-items:baseline;gap:.5rem;text-decoration:none}.site-header__brand-name{font-family:var(--font-display);font-size:1.125rem;font-weight:700;letter-spacing:-.01em;color:var(--color-forest)}.site-header__brand-tagline{display:none;font-size:.625rem;letter-spacing:.25em;color:var(--color-muted-foreground)}.site-header__logo{width:auto;height:var(--logo-height, 32px)}.site-header__nav{display:flex;align-items:center;justify-content:center;gap:1.75rem;font-size:.875rem;font-weight:500}.site-header__nav-link{display:none;padding:.5rem 0;color:var(--color-foreground);text-decoration:none;transition:color .15s ease}.site-header__nav-link:hover{color:var(--color-forest)}.site-header__mega{position:relative}.site-header__mega-trigger{padding:.5rem 0;color:var(--color-foreground);font-size:.875rem;font-weight:500;cursor:pointer;list-style:none}.site-header__mega-trigger::-webkit-details-marker{display:none}.site-header__mega-trigger:hover{color:var(--color-forest)}.site-header__mega-panel{position:fixed;left:1rem;right:1rem;top:auto;z-index:30;padding-top:.5rem}.site-header__mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:1rem;background:var(--color-background);box-shadow:0 20px 40px #0000001f}.site-header__mega-grid>*{min-width:0}@media(min-width:640px){.site-header__mega-panel{position:absolute;left:0;right:auto;top:100%}.site-header__mega-grid{width:max-content;max-width:calc(100vw - 2rem);grid-template-columns:repeat(4,10rem);gap:1.5rem;padding:1.5rem}}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.site-header__cta{display:none;padding:.5rem 1rem;border-radius:999px;background:var(--color-gold);color:var(--color-gold-foreground);font-size:.75rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:filter .15s ease}.site-header__cta:hover{filter:brightness(.95)}.site-header__icon-link{position:relative;display:none;align-items:center;justify-content:center;padding:.5rem;color:var(--color-muted-foreground);text-decoration:none;transition:color .15s ease}.site-header__icon-link:hover{color:var(--color-foreground)}.site-header__icon-link svg{width:1.25rem;height:1.25rem}.site-header__cart{display:flex;color:var(--color-foreground)}.site-header__cart-count{position:absolute;top:0;right:0;display:grid;width:1rem;height:1rem;place-items:center;border-radius:999px;background:var(--color-gold);color:var(--color-gold-foreground);font-size:.625rem;font-weight:700}.site-header__mobile-toggle summary{display:flex;padding:.5rem;list-style:none;cursor:pointer;color:var(--color-foreground)}.site-header__mobile-toggle summary::-webkit-details-marker{display:none}.site-header__mobile-toggle summary svg{width:1.25rem;height:1.25rem}.site-header__icon-close,.site-header__mobile-toggle[open] .site-header__icon-menu{display:none}.site-header__mobile-toggle[open] .site-header__icon-close{display:block}.site-header__mobile-nav{position:absolute;top:100%;right:0;left:0;display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-background);font-size:.875rem;font-weight:500}.site-header__mobile-nav a{color:var(--color-foreground);text-decoration:none}.site-header__cta--mobile{display:inline-flex;justify-content:center;margin-top:.25rem}@media(min-width:640px){.site-header__brand-tagline{display:block}.site-header__cta{display:inline-block}.site-header__icon-link{display:inline-flex}}@media(min-width:1024px){.site-header__nav-link{display:inline-block}.site-header__mobile-toggle{display:none}}.hero-cafe{position:relative;overflow:hidden;background:var(--gradient-hero);color:var(--color-cream)}.hero-cafe__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-cafe__background img,.hero-cafe__background video{display:block;width:100%;height:100%;object-fit:cover}.hero-cafe__background--embed{overflow:hidden}.hero-cafe__background--embed iframe{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-width:177.78vh;min-height:100%;border:none;pointer-events:none;transform:translate(-50%,-50%)}@media(prefers-reduced-motion:reduce){.hero-cafe__background--video video,.hero-cafe__background--embed iframe{display:none}}.hero-cafe--has-image .hero-cafe__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-hero);opacity:.55}.hero-cafe__inner{position:relative;z-index:1;display:flex;max-width:72rem;margin:0 auto;flex-direction:column;align-items:center;padding:4rem 1rem;text-align:center}.hero-cafe__badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;border:1px solid rgba(245,240,232,.2);border-radius:999px;background:#0003;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:.75rem;line-height:1.2}.hero-cafe__star{width:.875rem;height:.875rem;flex-shrink:0;color:var(--color-gold)}.hero-cafe__title{max-width:48rem;margin:0;font-family:var(--font-display);font-size:2.25rem;font-weight:700;line-height:1.05;text-shadow:0 2px 16px rgba(0,0,0,.45)}.hero-cafe__subtitle{max-width:34rem;margin:1.25rem 0 0;color:#f5f0e8e6;font-size:1rem;text-shadow:0 1px 12px rgba(0,0,0,.4)}.hero-cafe__actions{display:flex;margin-top:2rem;flex-direction:column;align-items:center;gap:.75rem}.hero-cafe__cta{font-family:var(--font-sans);font-size:.875rem;font-weight:600;text-decoration:none}.hero-cafe__cta--primary{padding:.875rem 2rem;border-radius:999px;background:var(--color-gold);color:var(--color-gold-foreground);transition:filter .15s ease}.hero-cafe__cta--primary:hover{filter:brightness(.95)}.hero-cafe__cta--secondary{color:#f5f0e8e6;text-decoration:underline;text-decoration-color:#f5f0e84d;text-underline-offset:4px}.hero-cafe__cta--secondary:hover{text-decoration-color:#f5f0e8e6}.hero-cafe__trust{display:flex;margin-top:2.5rem;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:2rem;row-gap:.75rem}.hero-cafe__trust-item{display:inline-flex;align-items:center;gap:.5rem;color:#f5f0e8bf;font-size:.75rem}.hero-cafe__trust-icon{width:1rem;height:1rem;flex-shrink:0}@media(min-width:640px){.hero-cafe__inner{padding:6rem 1.5rem}.hero-cafe__title{font-size:3rem}.hero-cafe__subtitle{font-size:1.125rem}.hero-cafe__actions{flex-direction:row;gap:1.25rem}}@media(min-width:1024px){.hero-cafe__inner{padding:8rem 1.5rem}.hero-cafe__title{font-size:3.75rem}}.newsletter{padding:0 1rem 5rem}.newsletter__card{max-width:48rem;margin:0 auto;padding:2.5rem 1.5rem;border:1px solid var(--color-border);border-radius:1.5rem;background:var(--color-cream);text-align:center}.newsletter__icon{width:1.5rem;height:1.5rem;color:var(--color-forest)}.newsletter__heading{margin:.75rem 0 0;font-family:var(--font-display);font-size:1.5rem;font-weight:600}.newsletter__form{margin-top:1.5rem}.newsletter__row{display:flex;max-width:28rem;margin:0 auto;flex-direction:column;gap:.5rem}.newsletter__input{flex:1;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-background);font:inherit;font-size:.875rem}.newsletter__input:focus{outline:none;border-color:var(--color-forest)}.newsletter__submit{padding:.75rem 1.5rem;border:none;border-radius:999px;background:var(--color-forest);color:var(--color-forest-foreground);font-size:.875rem;font-weight:600;cursor:pointer}.newsletter__submit:hover{background:var(--color-foreground)}.newsletter__success{margin-top:1.5rem;color:var(--color-forest);font-size:.875rem}.newsletter__error{margin-top:.75rem;color:#b42318;font-size:.75rem}.newsletter__disclaimer{margin:.75rem 0 0;font-size:.75rem;color:var(--color-muted-foreground)}@media(min-width:640px){.newsletter__row{flex-direction:row}}.page-content__inner{max-width:48rem;margin:0 auto;padding:3.5rem 1rem 5rem}.page-content__title{margin:0;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-forest)}.page-content__body{margin-top:2rem;line-height:1.75}.page-content__body>*+*{margin-top:1.25rem}.page-content__body img{border-radius:1rem}.page-content__body a{color:var(--color-forest)}.page-content__body ul,.page-content__body ol{padding-left:1.5rem}@media(min-width:1024px){.page-content__inner{padding:4rem 1.5rem 6rem}}.password-page{display:flex;min-height:100svh;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--gradient-hero)}.password-page__card{display:flex;width:100%;max-width:26rem;flex-direction:column;align-items:center;padding:3rem 2rem;border-radius:1.5rem;background:var(--color-cream);text-align:center}.password-page__logo{width:auto;height:2.5rem}.password-page__brand{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--color-forest)}.password-page__heading{margin:1.25rem 0 0;font-family:var(--font-display);font-size:1.5rem;font-weight:600}.password-page__message{margin-top:.75rem;color:var(--color-muted-foreground)}.password-page__form{width:100%;margin-top:2rem}.password-page__label{display:block;margin-bottom:.5rem;font-size:.75rem;font-weight:600;text-align:left;color:var(--color-muted-foreground)}.password-page__row{display:flex;gap:.75rem}.password-page__input{flex:1;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-background);font:inherit;font-size:.875rem}.password-page__input:focus{outline:none;border-color:var(--color-forest)}.password-page__submit{padding:.75rem 1.5rem;border:none;border-radius:999px;background:var(--color-gold);color:var(--color-gold-foreground);font-size:.875rem;font-weight:600;cursor:pointer;transition:filter .15s ease}.password-page__submit:hover{filter:brightness(.95)}.password-page__error{margin-top:1rem;color:#b42318;font-size:.875rem}.press-row{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-background)}.press-row__inner{max-width:80rem;margin:0 auto;padding:3rem 1rem;text-align:center}.press-row__eyebrow{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-muted-foreground)}.press-row__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:3.5rem;row-gap:1.5rem;margin-top:2rem}@media(min-width:640px){.press-row__logos{column-gap:5rem}}.press-row__logo{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:#737065b3}.press-row__certification{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;color:var(--color-forest);font-size:.875rem}.press-row__certification svg{width:1rem;height:1rem;flex-shrink:0}@media(min-width:1024px){.press-row__inner{padding:3rem 1.5rem}}.pdp__breadcrumb{max-width:80rem;margin:0 auto;padding:1.5rem 1rem 0;font-size:.75rem;color:var(--color-muted-foreground)}.pdp__breadcrumb a{color:inherit;text-decoration:none}.pdp__breadcrumb a:hover{color:var(--color-foreground)}.pdp__breadcrumb span{margin:0 .25rem}.pdp__breadcrumb-current{color:var(--color-foreground)}.pdp__layout{display:grid;max-width:80rem;margin:0 auto;gap:2.5rem;padding:2rem 1rem}.pdp__gallery,.pdp__info{min-width:0}.pdp__gallery--has-thumbs{display:flex;flex-direction:column-reverse;gap:1rem}.pdp__gallery-thumbs{display:flex;flex:0 0 auto;gap:.75rem;overflow-x:auto}.pdp__gallery-radio{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.pdp__gallery-thumb{display:block;width:4rem;height:4rem;flex-shrink:0;overflow:hidden;border:2px solid transparent;border-radius:.75rem;background:var(--color-media-bg);cursor:pointer;opacity:.7;transition:opacity .15s ease,border-color .15s ease}.pdp__gallery-thumb img{width:100%;height:100%;object-fit:cover}.pdp__gallery-radio:checked+.pdp__gallery-thumb{border-color:var(--color-forest);opacity:1}.pdp__gallery-main{position:relative;flex:1 1 auto;min-width:0;max-width:34rem;aspect-ratio:1 / 1;overflow:hidden;border-radius:1.5rem;background:var(--color-media-bg)}.pdp__gallery-image{display:none;width:100%;height:100%}.pdp__gallery-image img{width:100%;height:100%;object-fit:cover}.pdp__gallery-image:first-child{display:block}.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="1"]:checked) .pdp__gallery-image[data-gallery-index="1"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="2"]:checked) .pdp__gallery-image[data-gallery-index="2"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="3"]:checked) .pdp__gallery-image[data-gallery-index="3"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="4"]:checked) .pdp__gallery-image[data-gallery-index="4"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="5"]:checked) .pdp__gallery-image[data-gallery-index="5"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="6"]:checked) .pdp__gallery-image[data-gallery-index="6"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="7"]:checked) .pdp__gallery-image[data-gallery-index="7"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="8"]:checked) .pdp__gallery-image[data-gallery-index="8"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="9"]:checked) .pdp__gallery-image[data-gallery-index="9"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="10"]:checked) .pdp__gallery-image[data-gallery-index="10"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="11"]:checked) .pdp__gallery-image[data-gallery-index="11"],.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="12"]:checked) .pdp__gallery-image[data-gallery-index="12"]{display:block}.pdp__gallery:has(.pdp__gallery-radio:checked) .pdp__gallery-image:first-child{display:none}.pdp__gallery:has(.pdp__gallery-radio[data-gallery-index="1"]:checked) .pdp__gallery-image[data-gallery-index="1"]{display:block}.pdp__gallery-placeholder{display:grid;aspect-ratio:1 / 1;place-items:center;border-radius:1.5rem;background:var(--gradient-product-placeholder);color:#ffffffe6;font-family:var(--font-display);text-align:center;padding:2rem}.pdp__badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;background:var(--color-earth);color:var(--color-earth-foreground);font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.pdp__badge--sold-out{background:var(--color-muted-foreground);color:var(--color-background)}.pdp__title{margin:.75rem 0 0;font-family:var(--font-display);font-size:1.625rem;font-weight:600;line-height:1.15;text-wrap:balance}@media(min-width:1024px){.pdp__title{font-size:1.875rem}}.pdp__vendor{margin-top:.25rem;font-size:.875rem;color:var(--color-muted-foreground)}.pdp__rating{margin-top:.5rem}.pdp__rating .rating-stars__icon{width:.875rem;height:.875rem}.pdp__notes{margin-top:.75rem;font-size:.875rem}.pdp__notes-label{color:var(--color-muted-foreground)}.pdp__notes-value{font-weight:500}.pdp__price{display:flex;align-items:baseline;gap:.75rem;margin-top:1.5rem;font-family:var(--font-display);font-size:1.75rem;font-weight:700}.pdp__price-compare{font-family:var(--font-sans);font-size:1rem;font-weight:400;color:var(--color-muted-foreground)}.pdp__form{margin-top:1.5rem}.pdp__field{margin-top:1.25rem}.pdp__field-label{display:block;margin-bottom:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-muted-foreground)}.pdp__select,.pdp__quantity-input{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-background);font:inherit;font-size:.875rem}.pdp__quantity-input{max-width:8rem}.pdp__selling-plans{display:flex;flex-direction:column;gap:.5rem}.pdp__selling-plan-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:.75rem;font-size:.875rem}.pdp__trust{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:1.5rem;padding:1rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);text-align:center}.pdp__add-to-cart{width:100%;margin-top:1.5rem;padding:1rem;border:none;border-radius:999px;background:var(--color-gold);color:var(--color-gold-foreground);font-size:1rem;font-weight:700;cursor:pointer;transition:filter .15s ease}.pdp__add-to-cart:hover{filter:brightness(.95)}.pdp__add-to-cart:disabled{background:var(--color-border);color:var(--color-muted-foreground);cursor:not-allowed}.pdp__guarantee{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;color:var(--color-muted-foreground);font-size:.75rem}.pdp__guarantee svg{width:1rem;height:1rem;flex-shrink:0;color:var(--color-forest)}.pdp__about{max-width:48rem;margin:0 auto;padding:3.5rem 1rem}.pdp__about-heading{margin:0;font-family:var(--font-display);font-size:1.5rem;font-weight:600}.pdp__about-body{margin-top:1rem;color:var(--color-muted-foreground);line-height:1.7}@media(min-width:1024px){.pdp__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3.5rem;padding:2.5rem 4rem 2.5rem 1.5rem;align-items:start}.pdp__gallery--has-thumbs{flex-direction:row}.pdp__gallery-thumbs{flex-direction:column;overflow-x:visible}}.quiz-banner{padding:0 1rem}.quiz-banner__inner{display:grid;max-width:80rem;margin:0 auto;align-items:center;gap:2.5rem;padding:3rem 1.5rem;border-radius:1.5rem;background:var(--color-cream)}.quiz-banner__heading{margin:0;font-family:var(--font-display);font-size:1.75rem;font-weight:600}.quiz-banner__subheading{max-width:26rem;margin:1rem 0 0;color:var(--color-muted-foreground)}.quiz-banner__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 1.5rem;border-radius:999px;background:var(--color-forest);color:var(--color-forest-foreground);font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .15s ease}.quiz-banner__cta:hover{background:var(--color-foreground)}.quiz-banner__cta svg{width:1rem;height:1rem}.quiz-banner__grid{display:grid;aspect-ratio:1 / 1;max-width:26rem;margin:0 auto;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:1024px){.quiz-banner{padding:0 1.5rem}.quiz-banner__inner{grid-template-columns:repeat(2,1fr);padding:4rem}}.quiz-banner__grid>*{min-width:0}.reviews__inner{max-width:80rem;margin:0 auto;padding:5rem 1rem}.reviews__header{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.reviews__heading{margin:0;font-family:var(--font-display);font-size:1.75rem;font-weight:600}.reviews__rating{display:flex;align-items:center;gap:.125rem;color:var(--color-gold);font-size:.875rem}.reviews__rating svg{width:1rem;height:1rem}.reviews__rating span{margin-left:.5rem;color:var(--color-muted-foreground)}.reviews__track{display:grid;margin-top:3rem;grid-auto-flow:column;grid-auto-columns:85%;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;scrollbar-width:none}.reviews__track::-webkit-scrollbar{display:none}.reviews__track>*{scroll-snap-align:center}.reviews__track>.shopify-block,.reviews__track>.shopify-app-block{grid-column:1 / -1;width:100%}.reviews__footer{margin-top:2.5rem;text-align:center}.reviews__link{font-size:.875rem;font-weight:500;color:var(--color-forest);text-decoration:underline;text-underline-offset:4px}@media(min-width:1024px){.reviews__inner{padding:5rem 1.5rem}.reviews__track{grid-auto-flow:row;grid-template-columns:repeat(4,1fr);overflow-x:visible}}.search-page__inner{max-width:80rem;margin:0 auto;padding:2.5rem 1rem 5rem}.search-page__title{margin:0;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-forest)}.search-page__form{display:flex;max-width:32rem;margin-top:1.5rem;gap:.75rem}.search-page__input{flex:1;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-background);font:inherit;font-size:.875rem}.search-page__input:focus{outline:none;border-color:var(--color-forest)}.search-page__submit{padding:.75rem 1.5rem;border:none;border-radius:999px;background:var(--color-forest);color:var(--color-forest-foreground);font-size:.875rem;font-weight:600;cursor:pointer}.search-page__submit:hover{background:var(--color-foreground)}.search-page__helper,.search-page__count{margin-top:1.5rem;color:var(--color-muted-foreground)}.search-page__empty{margin-top:2.5rem;padding:4rem 1rem;border:1px dashed var(--color-border);border-radius:1rem;text-align:center;color:var(--color-muted-foreground)}.search-page__grid{display:grid;margin-top:1.5rem;grid-template-columns:repeat(2,1fr);gap:1.5rem 1.5rem}.search-page__pagination{display:flex;justify-content:center;margin-top:3rem}.search-result-card{display:flex;flex-direction:column;text-decoration:none}.search-result-card__media{aspect-ratio:1 / 1;overflow:hidden;border-radius:1rem;background:var(--color-media-bg)}.search-result-card__media img{width:100%;height:100%;object-fit:cover}.search-result-card__placeholder{display:grid;height:100%;padding:2rem;place-items:center;text-align:center;font-family:var(--font-display);font-size:.875rem;color:#ffffffe6;background:var(--gradient-product-placeholder)}.search-result-card__content{margin-top:1rem}.search-result-card__type{font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-gold)}.search-result-card__title{margin:.375rem 0 0;font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--color-foreground)}.search-result-card__excerpt{margin:.375rem 0 0;font-size:.875rem;color:var(--color-muted-foreground)}@media(min-width:1024px){.search-page__inner{padding:3rem 1.5rem 6rem}.search-page__grid{grid-template-columns:repeat(4,1fr);row-gap:3rem}}.search-page__grid>*{min-width:0}.subscription-banner{background:var(--color-forest);color:var(--color-forest-foreground)}.subscription-banner__inner{display:grid;max-width:80rem;margin:0 auto;gap:2.5rem;padding:5rem 1rem}.subscription-banner__heading{margin:0;font-family:var(--font-display);font-size:1.75rem;font-weight:600}.subscription-banner__subheading{margin:.75rem 0 0;color:#f5f0e8cc}.subscription-banner__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 1.5rem;border-radius:999px;background:var(--color-gold);color:var(--color-gold-foreground);font-size:.875rem;font-weight:600;text-decoration:none;transition:filter .15s ease}.subscription-banner__cta:hover{filter:brightness(.95)}.subscription-banner__cta svg{width:1rem;height:1rem}.subscription-banner__list{display:flex;margin:0;padding:0;flex-direction:column;gap:1rem}@media(min-width:1024px){.subscription-banner__inner{grid-template-columns:repeat(2,1fr);align-items:center;padding:5rem 1.5rem}}.subscription-banner__list>*{min-width:0}.benefit-item{display:flex;align-items:center;gap:.75rem}.benefit-item__icon{flex-shrink:0;color:var(--color-forest)}.benefit-item__icon svg{width:1.25rem;height:1.25rem}.benefit-item__copy{display:flex;min-width:0;flex-direction:column}.benefit-item__title{font-size:.875rem;font-weight:600}.benefit-item__subtitle{font-size:.75rem;color:var(--color-muted-foreground)}.coffee-profile-card{position:relative;display:flex;align-items:flex-end;aspect-ratio:1 / 1;padding:1rem;border-radius:1rem;overflow:hidden;text-decoration:none;transition:transform .2s ease}a.coffee-profile-card:hover{transform:scale(1.02)}a.coffee-profile-card:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.coffee-profile-card__label{font-family:var(--font-display);font-size:.875rem;font-weight:600;color:#fffffff2}.coffee-profile-card--featured{grid-row:span 2}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item:last-child{border-bottom:none}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;font-weight:500;cursor:pointer;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question svg{width:1rem;height:1rem;flex-shrink:0;transition:transform .2s ease}.faq-item[open] .faq-item__question svg{transform:rotate(180deg)}.faq-item__answer{padding:0 1.25rem 1.25rem;color:var(--color-muted-foreground);font-size:.875rem;line-height:1.6}.footer-links__heading{margin-bottom:1rem;font-family:var(--font-display);font-size:.875rem;font-weight:600;color:var(--color-forest)}.footer-links__list{display:flex;margin:0;padding:0;list-style:none;flex-direction:column;gap:.5rem}.footer-links__list a{font-size:.875rem;color:var(--color-muted-foreground);text-decoration:none}.footer-links__list a:hover{color:var(--color-foreground)}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.mega-menu-column__title{margin-bottom:.75rem;font-family:var(--font-display);font-size:.875rem;font-weight:600;color:var(--color-forest)}.mega-menu-column__list{display:flex;flex-direction:column;gap:.5rem}.mega-menu-column__list>.shopify-block{display:contents}.mega-menu-column__list a{display:block;font-size:.875rem;color:var(--color-muted-foreground);text-decoration:none}.mega-menu-column__list a:hover{color:var(--color-foreground)}.press-row__logo-image{height:2.75rem;width:auto;filter:grayscale(1);opacity:.75;mix-blend-mode:multiply;transition:opacity .2s ease}@media(min-width:640px){.press-row__logo-image{height:3.5rem}}a.press-row__logo:hover .press-row__logo-image{opacity:1}.review-card{display:flex;height:100%;flex-direction:column;padding:1.5rem;border:1px solid var(--color-border);border-radius:1rem;background:var(--color-background)}.review-card__stars{display:flex;gap:.125rem;color:var(--color-gold)}.review-card__stars svg{width:.875rem;height:.875rem}.review-card__quote{flex:1;margin:.75rem 0 0;font-size:.875rem;line-height:1.6}.review-card__author{margin-top:1rem;font-size:.875rem;font-weight:600}.review-card__product{font-size:.75rem;color:var(--color-muted-foreground)}.review-card__verified{display:inline-flex;width:fit-content;align-items:center;gap:.25rem;margin-top:.75rem;padding:.25rem .5rem;border-radius:999px;background:var(--color-cream);color:var(--color-forest);font-size:.625rem;font-weight:600}.review-card__verified svg{width:.625rem;height:.625rem}.stat-item__number{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--color-forest)}.stat-item__label{margin-top:.25rem;font-size:.75rem;color:var(--color-muted-foreground)}.subscription-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:1px solid rgba(245,240,232,.15);border-radius:1rem;background:#00000026;list-style:none}.subscription-item__icon{flex-shrink:0;color:var(--color-gold)}.subscription-item__icon svg{width:1.25rem;height:1.25rem}.subscription-item__text{font-size:.875rem}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.money{white-space:nowrap}.money__cents{font-size:.62em;font-weight:inherit;vertical-align:baseline}.money__code{margin-left:.35em;font-family:var(--font-sans);font-size:.5em;font-weight:600;letter-spacing:.06em;color:var(--color-muted-foreground);vertical-align:baseline}.product-card{display:flex;min-width:0;flex-direction:column}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:1rem;background:var(--color-media-bg)}.product-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .3s ease}.product-card__image--hover{opacity:0}.product-card__media:hover .product-card__image--hover,.product-card__media:focus-visible .product-card__image--hover{opacity:1}.product-card__media:hover img{transform:scale(1.03)}@media(hover:none){.product-card__image--hover{display:none}}@media(prefers-reduced-motion:reduce){.product-card__media img{transition:opacity .3s ease}.product-card__media:hover img{transform:none}}.product-card__placeholder{display:grid;height:100%;padding:2rem;place-items:center;background:var(--gradient-product-placeholder);text-align:center;font-family:var(--font-display);font-size:.875rem;color:#ffffffe6}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .75rem;border-radius:999px;background:var(--color-earth);color:var(--color-earth-foreground);font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.product-card__title{margin:1rem 0 0;font-family:var(--font-display);font-size:1.125rem;font-weight:600;line-height:1.2}.product-card__title a{color:var(--color-foreground);text-decoration:none}.product-card__notes{margin:.375rem 0 0;font-size:.875rem;color:var(--color-muted-foreground)}.product-card .rating-stars{margin-top:.5rem}.product-card__footer{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;margin-top:.75rem}.product-card__price{font-weight:600}@media(min-width:640px){.product-card__footer{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem}}.product-card__cta{padding:.5rem 1rem;border-radius:999px;background:var(--color-forest);color:var(--color-forest-foreground);font-size:.75rem;font-weight:600;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .15s ease}.product-card__title,.product-card__notes{overflow-wrap:anywhere}.product-card__cta:hover{background:var(--color-foreground)}.rating-stars{display:inline-flex;align-items:center;gap:.375rem;color:inherit;text-decoration:none}.rating-stars__icons{display:flex;gap:.0625rem}.rating-stars__icon{width:.75rem;height:.75rem;color:var(--color-gold)}.rating-stars__icon--empty{color:var(--color-border)}.rating-stars__count{font-size:.75rem;color:var(--color-muted-foreground)}
/*# sourceMappingURL=/cdn/shop/t/27/compiled_assets/styles.css.map */
