.fcw-section,.fcw-section *{box-sizing:border-box}.fcw-section{background:var(--fcw-cream);color:var(--fcw-ink);position:relative;overflow-x:clip}.fcw-header,.fcw-body{width:min(100% - 24px,1200px);margin:0 auto}.fcw-header{padding:7rem 0 4rem;text-align:var(--fcw-header-align, left);display:flex;flex-direction:column;align-items:var(--fcw-header-align-items, flex-start)}.fcw-eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin:0 0 1rem;color:var(--fcw-green-light);font-family:var(--custom-sections-body-font-family, var(--font-body-family))!important;font-size:var(--fcw-eyebrow-size-mobile, 14px)!important;font-weight:700;line-height:1.1;letter-spacing:.18em;text-transform:uppercase}.fcw-eyebrow__line{width:18px;height:1.5px;border-radius:2px;background:currentColor}.fcw-title{margin:0;color:var(--fcw-ink);font-family:var(--custom-sections-heading-font-family, var(--font-heading-family))!important;font-size:var(--fcw-heading-size-mobile, 42px)!important;font-weight:700;line-height:1.04;letter-spacing:-.03em}.fcw-title span{display:block}.fcw-title__accent{background:transparent!important;box-shadow:none!important;color:var(--fcw-green-light);font-style:normal;font-weight:50;font-size:var(--fcw-heading-accent-size-mobile, 30px)!important}.fcw-body{display:grid;grid-template-columns:1fr;gap:2rem;padding:0 0 6rem;align-items:start}.fcw-left{position:relative}.fcw-sticky-card{width:100%;min-height:32rem;position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(145deg,var(--fcw-sticky-gradient-start),var(--fcw-sticky-gradient-mid),var(--fcw-sticky-gradient-end))}.fcw-sticky-card__image,.fcw-reason-card__media,.fcw-bowl__image{display:block;width:100%;height:100%;object-fit:cover}.fcw-sticky-card__image{position:absolute;top:0;right:0;bottom:0;left:0}.fcw-sticky-scene{position:relative;z-index:2;width:100%;height:100%;min-height:32rem;display:flex;flex-direction:column;align-items:var(--fcw-sticky-align-items, center);justify-content:center;gap:2rem;padding:3rem;text-align:var(--fcw-sticky-align, center)}.fcw-bowls{display:flex;align-items:flex-end;gap:2rem;position:relative;z-index:2}.fcw-bowl-wrap{display:flex;flex-direction:column;align-items:center;gap:.6rem}.fcw-bowl{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0 0 50% 50%/0 0 100% 100%;box-shadow:0 10px 32px #1a3d2b33,inset 0 -4px 10px #1a3d2b1a}.fcw-bowl:after{content:"";position:absolute;top:8px;left:14px;right:14px;height:28%;border-radius:50%;background:#ffffff8c;pointer-events:none}.fcw-bowl--human{width:130px;height:80px;background:#fff}.fcw-bowl--cat{width:90px;height:55px;background:linear-gradient(180deg,var(--fcw-lime),#fff)}.fcw-bowl__fallback{position:relative;z-index:1;font-size:3rem}.fcw-bowl--cat .fcw-bowl__fallback{font-size:2rem}.fcw-bowl-label{color:var(--fcw-green);font-family:Fraunces,serif;font-size:calc(.85rem * var(--fcw-type-scale, 1));font-style:italic;font-weight:700;letter-spacing:.03em}.fcw-connector{width:40px;height:1px;align-self:center;flex-shrink:0;background:#1a3d2b33}.fcw-orb{position:absolute;border-radius:50%;pointer-events:none;animation:fcwOrbPulse ease-in-out infinite}.fcw-orb--one{top:-60px;right:-60px;width:280px;height:280px;background:var(--fcw-orb-one);animation-duration:8s}.fcw-orb--two{bottom:-40px;left:-40px;width:200px;height:200px;background:var(--fcw-orb-two);animation-duration:11s;animation-delay:3s}@keyframes fcwOrbPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.fcw-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:.35rem;padding:.45rem 1rem;border:1px solid var(--fcw-chip-border);border-radius:999px;background:var(--fcw-chip-bg);color:var(--fcw-chip-text);font-family:var(--custom-sections-body-font-family, var(--font-body-family))!important;font-size:var(--fcw-chip-size-mobile, 13px)!important;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 4px 14px #1a3d2b26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fcwChipFloat ease-in-out infinite}.fcw-chip--one{top:1.5rem;left:1.5rem;animation-duration:4.5s}.fcw-chip--two{top:1.5rem;right:1.5rem;animation-duration:5.5s;animation-delay:1s}.fcw-chip--three{bottom:1.5rem;left:50%;transform:translate(-50%);animation-name:fcwChipFloatCentered;animation-duration:5s;animation-delay:.5s}@keyframes fcwChipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes fcwChipFloatCentered{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-7px)}}.fcw-right{display:flex;flex-direction:column;gap:1.4rem;padding:0 0 2rem}.fcw-reason-card{cursor:default;overflow:hidden;border:1.5px solid var(--fcw-reason-card-border);border-radius:24px;background:var(--fcw-reason-card-bg);box-shadow:0 2px 16px var(--fcw-reason-card-shadow);opacity:0;transform:translate(48px);transition:opacity .7s ease,transform .7s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease}.fcw-reason-card.is-visible{opacity:1;transform:translate(0)}.fcw-reason-card:hover{transform:translate(0) translateY(-5px);box-shadow:0 16px 48px #1a3d2b1f}.fcw-reason-card__image{position:relative;overflow:hidden;width:100%;height:220px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--fcw-reason-bg),color-mix(in srgb,var(--fcw-reason-bg),white 15%))}.fcw-reason-card__image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);transform:translate(-120%);transition:transform .65s ease}.fcw-reason-card:hover .fcw-reason-card__image:before{transform:translate(120%)}.fcw-reason-card__badge{position:absolute;top:1rem;left:1rem;z-index:2;width:var(--fcw-badge-size-mobile, 36px);height:var(--fcw-badge-size-mobile, 36px);display:flex;align-items:center;justify-content:center;border:1px solid var(--fcw-badge-border);border-radius:50%;background:var(--fcw-badge-bg);color:var(--fcw-badge-text);font-family:var(--custom-sections-heading-font-family, var(--font-heading-family))!important;font-size:var(--fcw-badge-font-mobile, 14px)!important;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fcw-reason-card__icon{position:relative;z-index:0;font-size:5rem;filter:drop-shadow(0 8px 16px rgba(0,0,0,.12));animation:fcwEmojiFloat ease-in-out infinite}@keyframes fcwEmojiFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}.fcw-reason-card__body{padding:1.4rem 1.6rem 1.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:var(--fcw-card-align, left)}.fcw-reason-card__body>:first-child{display:flex;flex-direction:column;align-items:var(--fcw-card-align-items, flex-start);flex:1 1 auto}.fcw-reason-card__label{margin-bottom:.3rem;color:var(--fcw-reason-label-color);font-family:var(--custom-sections-body-font-family, var(--font-body-family))!important;font-size:var(--fcw-card-label-size-mobile, 11px)!important;font-weight:700;line-height:1.1;letter-spacing:.14em;text-transform:uppercase}.fcw-reason-card__title{color:var(--fcw-ink);font-family:var(--custom-sections-heading-font-family, var(--font-heading-family))!important;font-size:var(--fcw-card-title-size-mobile, 22px)!important;font-weight:700;line-height:1.1;white-space:pre-line}@media(min-width:720px){.fcw-eyebrow{font-size:var(--fcw-eyebrow-size-desktop, 18px)!important}.fcw-title{font-size:var(--fcw-heading-size-desktop, 72px)!important}.fcw-title__accent{font-size:var(--fcw-heading-accent-size-desktop, 40px)!important}.fcw-chip{font-size:var(--fcw-chip-size-desktop, 15px)!important}.fcw-reason-card__badge{width:var(--fcw-badge-size-desktop, 40px);height:var(--fcw-badge-size-desktop, 40px);font-size:var(--fcw-badge-font-desktop, 16px)!important}.fcw-reason-card__label{font-size:var(--fcw-card-label-size-desktop, 12px)!important}.fcw-reason-card__title{font-size:var(--fcw-card-title-size-desktop, 26px)!important}}@media(min-width:1024px){.fcw-title{line-height:1.02}}@media(min-width:720px){.fcw-header,.fcw-body{width:min(100% - 40px,1200px)}}@media(min-width:1024px){.fcw-header{padding:7rem 0 4rem}.fcw-body{grid-template-columns:1fr 1fr;gap:4rem;padding-bottom:8rem}.fcw-left{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.fcw-sticky-card{height:calc(100vh - 4rem);min-height:0}.fcw-sticky-scene{min-height:calc(100vh - 4rem)}.fcw-right{padding:2rem 0}}@media(max-width:1023px){.fcw-header{padding:5rem 0 3rem}.fcw-sticky-card{height:60vw;max-height:480px;min-height:26rem}.fcw-sticky-scene{min-height:100%}}@media(prefers-reduced-motion:reduce){.fcw-section *,.fcw-section *:before,.fcw-section *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.fcw-reason-card{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/fellinora-cooking-why.css.map */
