.ingredient-story{color:rgb(var(--color-foreground));background:var(--gradient-background)}.ingredient-story__inner{padding-block:var(--ingredient-story-padding-top) var(--ingredient-story-padding-bottom)}.ingredient-story__layout{display:grid;min-width:0;grid-template-areas:"header" "primary" "support";gap:var(--ingredient-story-card-gap)}.ingredient-story__header,.ingredient-story__primary,.ingredient-story__support{box-sizing:border-box;width:100%;max-width:100%;min-width:0;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--ingredient-story-card-radius);background:var(--gradient-background);box-shadow:var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow),var(--text-boxes-shadow-opacity))}.ingredient-story__layout--no-border>.ingredient-story__header,.ingredient-story__layout--no-border>.ingredient-story__primary,.ingredient-story__layout--no-border>.ingredient-story__support{border:0}.ingredient-story__layout--no-shadow>.ingredient-story__header,.ingredient-story__layout--no-shadow>.ingredient-story__primary,.ingredient-story__layout--no-shadow>.ingredient-story__support{box-shadow:none}.ingredient-story__header{grid-area:header;display:flex;align-items:center;padding:clamp(2.8rem,6vw,4.8rem)}.ingredient-story__header .rich-text__wrapper,.ingredient-story__header .rich-text__blocks{width:100%}.ingredient-story__primary{position:relative;isolation:isolate;grid-area:primary;display:flex;overflow:hidden;flex-direction:column}.ingredient-story__primary--has-image{min-height:48rem;aspect-ratio:4 / 5}.ingredient-story__primary--no-image{min-height:0;justify-content:center;gap:clamp(1.6rem,3vw,2.4rem);padding:var(--ingredient-story-card-padding)}.ingredient-story__primary-media,.ingredient-story__primary-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:100%}.ingredient-story__primary-media{z-index:0;overflow:hidden;background:rgba(var(--color-foreground),.04)}.ingredient-story__primary-image{display:block;object-fit:cover;object-position:var(--ingredient-image-position, 50% 50%)}.ingredient-story__primary-label{box-sizing:border-box;z-index:1;align-self:flex-start;display:inline-flex;align-items:baseline;gap:1.2rem;max-width:calc(100% - (2 * var(--ingredient-story-card-padding)));margin:var(--ingredient-story-card-padding);padding:.8rem 1.2rem;border-radius:min(1.2rem,var(--ingredient-story-inner-radius));color:rgb(var(--color-foreground));background:rgba(var(--color-background),.85);font-size:1.1rem;font-weight:var(--font-body-weight-bold);letter-spacing:.14em;line-height:1.4;text-transform:uppercase;-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem);flex-wrap:wrap}.ingredient-story__primary-index{font-family:var(--font-heading-family);font-size:2.4rem;font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:normal;line-height:1}.ingredient-story__primary-content{box-sizing:border-box;z-index:1;width:calc(100% - (2 * var(--ingredient-story-card-padding)));max-width:calc(100% - (2 * var(--ingredient-story-card-padding)));min-width:0;margin:auto var(--ingredient-story-card-padding) var(--ingredient-story-card-padding);padding:clamp(2.4rem,5vw,4rem);border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--ingredient-story-inner-radius);background:rgba(var(--color-background),.85);-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem)}.ingredient-story__primary--no-image .ingredient-story__primary-label{max-width:100%;margin:0}.ingredient-story__primary--no-image .ingredient-story__primary-content{width:100%;max-width:100%;margin:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.ingredient-story__primary-name,.ingredient-story__support-name{margin:0;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);overflow-wrap:anywhere}.ingredient-story__primary-name{letter-spacing:calc(var(--font-heading-scale) * .01em);line-height:1.02}.ingredient-story__form{margin:1rem 0 0;color:rgba(var(--color-foreground),.76);font-family:var(--font-heading-family);font-size:clamp(1.8rem,2.4vw,2.4rem);font-style:italic;line-height:1.25}.ingredient-story__role,.ingredient-story__support-role{color:rgba(var(--color-foreground),.86);line-height:1.55}.ingredient-story__role{max-width:58rem;margin-top:2.4rem;font-size:1.6rem}.ingredient-story__support-role{margin-top:1rem;font-size:1.5rem}.ingredient-story__role>:first-child,.ingredient-story__support-role>:first-child{margin-top:0}.ingredient-story__role>:last-child,.ingredient-story__support-role>:last-child{margin-bottom:0}.ingredient-story__support{grid-area:support;padding:clamp(1.2rem,4vw,3.6rem) clamp(2.8rem,6vw,4.8rem)}.ingredient-story__support-list{display:grid;margin:0;padding:0;list-style:none}.ingredient-story__support-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(1.6rem,4vw,3rem);align-items:start;padding-block:clamp(2.4rem,4vw,3.4rem)}.ingredient-story__support-item+.ingredient-story__support-item{border-top:.1rem solid rgba(var(--color-foreground),.16)}.ingredient-story__support-index{min-width:4.2rem;color:rgba(var(--color-foreground),.72);font-family:var(--font-heading-family);font-size:clamp(3.2rem,4vw,4.2rem);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1}.ingredient-story__support-name{line-height:1.08}.ingredient-story__support-copy .ingredient-story__form{font-size:clamp(1.7rem,2vw,2.1rem)}.ingredient-story__empty{padding:3.2rem;border:.1rem dashed rgba(var(--color-foreground),.32);border-radius:min(1.6rem,var(--ingredient-story-card-radius));text-align:center}.ingredient-story__empty h2{margin:0 0 1rem}.ingredient-story__empty p{max-width:68rem;margin:0 auto}@media screen and (min-width:750px){.ingredient-story__primary--has-image{aspect-ratio:1 / 1}.ingredient-story__primary-label{padding:1rem 1.4rem}}@media screen and (min-width:990px){.ingredient-story__layout{grid-template-columns:minmax(0,1.38fr) minmax(34rem,1fr);grid-template-rows:auto auto;grid-template-areas:"header header" "primary support";gap:var(--ingredient-story-card-gap);align-items:stretch}.ingredient-story__header,.ingredient-story__primary,.ingredient-story__support{width:100%;max-width:100%;justify-self:stretch;align-self:stretch}.ingredient-story__primary--has-image{min-height:0;aspect-ratio:1.06 / 1}.ingredient-story__header{padding:clamp(3.6rem,4vw,5.6rem)}.ingredient-story__layout--single{grid-template-areas:"header header" "primary primary"}.ingredient-story__layout--single .ingredient-story__primary--has-image{aspect-ratio:16 / 9}.ingredient-story__primary-content{padding:clamp(3rem,3.4vw,5rem)}}@media screen and (max-width:749px){.ingredient-story__header .rich-text__wrapper{justify-content:center}.ingredient-story__primary--has-image{min-height:52rem}.ingredient-story__primary-label{gap:.8rem}.ingredient-story__primary-content{padding:2.4rem}}@media(prefers-reduced-transparency:reduce){.ingredient-story__primary-label,.ingredient-story__primary-content{-webkit-backdrop-filter:none;backdrop-filter:none;background:rgb(var(--color-background))}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-ingredient-story.css.map */
