:root{--story-primary: #2E5D34;--story-primary-dark: #1F4224;--story-secondary: #7CB342;--story-cream: #F8F7F3;--story-beige: #E8DDC7;--story-white: #FFFFFF;--story-gold: #F59E0B;--story-gold-dark: #D97706;--story-text-dark: #111827;--story-text-body: #4B5563;--story-font: var(--font-family-base, "Poppins", system-ui, -apple-system, sans-serif);--story-max-width: 1280px}.story-container{margin:0 auto;max-width:var(--story-max-width);padding:0 1.5rem;width:100%}.story-eyebrow{color:var(--story-secondary);display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.story-eyebrow--light{color:#a3e635}.story-heading{color:var(--story-text-dark);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 1rem}.story-heading--light{color:var(--story-white)}.story-subheading{color:var(--story-text-body);font-size:clamp(1rem,1.6vw,1.18rem);font-weight:400;line-height:1.6;margin:0 auto;max-width:720px}.story-subheading--light{color:#e5e7eb}.story-header{margin-bottom:3.5rem}.story-header--center{text-align:center}.story-btn{align-items:center;border-radius:999px;cursor:pointer;display:inline-flex;font-family:var(--story-font);font-size:.95rem;font-weight:800;justify-content:center;letter-spacing:.04em;padding:.9rem 2rem;text-decoration:none;transition:all .25s ease}.story-btn--primary{background-color:var(--story-primary);box-shadow:0 6px 20px #2e5d3440;color:var(--story-white)}.story-btn--primary:hover{background-color:var(--story-primary-dark);box-shadow:0 8px 24px #2e5d3459;transform:translateY(-2px)}.story-btn--secondary{background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--story-primary)}.story-btn--secondary:hover{background-color:var(--story-white);transform:translateY(-2px)}.story-btn--outline{background:transparent;border:2px solid var(--story-primary);color:var(--story-primary)}.story-btn--outline:hover{background-color:var(--story-primary);color:var(--story-white);transform:translateY(-2px)}.story-btn--gold{background-color:var(--story-gold);box-shadow:0 6px 20px #f59e0b59;color:var(--story-white)}.story-btn--gold:hover{background-color:var(--story-gold-dark);transform:translateY(-2px)}.story-btn--light-outline{background:transparent;border:2px solid rgba(255,255,255,.6);color:var(--story-white)}.story-btn--light-outline:hover{background-color:var(--story-white);color:var(--story-text-dark);transform:translateY(-2px)}.story-hero{min-height:clamp(520px,85vh,720px);position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--story-primary-dark)}.story-hero__media-wrap{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.story-hero__image{height:100%;object-fit:cover;width:100%}.story-hero__image--desktop{display:block}.story-hero__image--mobile{display:none}@media screen and (max-width:48rem){.story-hero__image--desktop{display:none}.story-hero__image--mobile{display:block}}.story-hero__overlay{background:radial-gradient(circle at center,#0f211159,#0f2111d9);height:100%;left:0;opacity:var(--overlay-opacity, .45);position:absolute;top:0;width:100%}.story-hero__content-wrap{position:relative;z-index:2;padding:4rem 0;text-align:center}.story-hero__container{margin:0 auto;max-width:900px}.story-hero__label{background-color:#f8f7f32e;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:var(--story-gold);display:inline-block;font-size:.82rem;font-weight:800;letter-spacing:.1em;margin-bottom:1.25rem;padding:.4rem 1.25rem;text-transform:uppercase}.story-hero__heading{color:var(--story-white);font-size:clamp(2.4rem,5vw,4.2rem);font-weight:900;letter-spacing:-.03em;line-height:1.12;margin:0 0 1.25rem}.story-hero__subheading{color:#e5e7eb;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;line-height:1.6;margin:0 auto 2.25rem;max-width:760px}.story-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.story-intro{background-color:var(--story-white);padding:clamp(3.5rem,6vw,6rem) 0}.story-intro__grid{align-items:center;display:grid;gap:clamp(2.5rem,5vw,5rem);grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}@media screen and (max-width:58rem){.story-intro__grid{grid-template-columns:1fr}}.story-intro__image-wrap{border-radius:28px;box-shadow:0 20px 48px #2e5d341f;overflow:hidden;position:relative}.story-intro__image{display:block;height:100%;object-fit:cover;width:100%}.story-intro__image-badge{align-items:center;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--story-beige);border-radius:999px;box-shadow:0 8px 24px #00000014;bottom:1.5rem;display:inline-flex;gap:.5rem;left:1.5rem;padding:.6rem 1.2rem;position:absolute}.story-intro__badge-text{color:var(--story-primary);font-size:.85rem;font-weight:800}.story-intro__body p{color:var(--story-text-body);font-size:1.05rem;line-height:1.75;margin-bottom:1.25rem}.story-intro__quote{background-color:var(--story-cream);border-left:4px solid var(--story-primary);border-radius:0 16px 16px 0;margin:2rem 0 0;padding:1.25rem 1.5rem}.story-intro__quote p{color:var(--story-primary-dark);font-size:1.15rem;font-weight:700;font-style:italic;margin:0}.story-journey{background-color:var(--story-cream);padding:clamp(3.5rem,6vw,6rem) 0}.story-timeline{margin-top:3.5rem;position:relative}.story-timeline__line{background:var(--story-beige);height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:3px}@media screen and (max-width:48rem){.story-timeline__line{left:24px}}.story-timeline__items{display:flex;flex-direction:column;gap:3rem}.story-timeline-item{display:flex;justify-content:flex-end;position:relative;width:50%;padding-right:3rem}.story-timeline-item--even{align-self:flex-end;justify-content:flex-start;padding-left:3rem;padding-right:0;width:50%}@media screen and (max-width:48rem){.story-timeline-item,.story-timeline-item--even{align-self:flex-start;justify-content:flex-start;padding-left:4.5rem;padding-right:0;width:100%}}.story-timeline-item__badge{align-items:center;background-color:var(--story-primary);border:4px solid var(--story-white);border-radius:50%;box-shadow:0 4px 12px #2e5d3433;color:var(--story-white);display:flex;font-size:.75rem;font-weight:800;height:48px;justify-content:center;position:absolute;right:-24px;top:0;width:48px;z-index:3}.story-timeline-item--even .story-timeline-item__badge{left:-24px;right:auto}@media screen and (max-width:48rem){.story-timeline-item__badge,.story-timeline-item--even .story-timeline-item__badge{left:0;right:auto}}.story-timeline-item__badge span{display:none}.story-timeline-item__content{background-color:var(--story-white);border:1px solid var(--story-beige);border-radius:20px;box-shadow:0 6px 20px #00000008;padding:1.75rem;transition:transform .25s ease,box-shadow .25s ease;width:100%}.story-timeline-item__content:hover{box-shadow:0 12px 32px #2e5d341f;transform:translateY(-3px)}.story-timeline-item__year{background-color:#7cb34226;border-radius:999px;color:var(--story-primary);display:inline-block;font-size:.8rem;font-weight:800;margin-bottom:.6rem;padding:.2rem .75rem}.story-timeline-item__title{color:var(--story-text-dark);font-size:1.25rem;font-weight:800;margin:0 0 .5rem}.story-timeline-item__desc{color:var(--story-text-body);font-size:.95rem;line-height:1.6;margin:0}.story-timeline-item__media{border-radius:12px;margin-top:1rem;overflow:hidden}.story-timeline-item__img{display:block;height:auto;width:100%}.story-farmers{background-color:var(--story-white);padding:clamp(3.5rem,6vw,6rem) 0}.story-farmers__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:58rem){.story-farmers__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:38rem){.story-farmers__grid{grid-template-columns:1fr}}.story-farmer-card{background-color:var(--story-white);border:1px solid var(--story-beige);border-radius:24px;box-shadow:0 6px 20px #0000000a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.story-farmer-card:hover{box-shadow:0 16px 40px #2e5d3426;transform:translateY(-5px)}.story-farmer-card__media{aspect-ratio:4 / 3;overflow:hidden;position:relative}.story-farmer-card__img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.story-farmer-card:hover .story-farmer-card__img{transform:scale(1.06)}.story-farmer-card__badge{background-color:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;bottom:.85rem;color:var(--story-primary);font-size:.78rem;font-weight:800;left:.85rem;padding:.35rem .85rem;position:absolute}.story-farmer-card__content{padding:1.5rem}.story-farmer-card__crop{color:var(--story-secondary);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.story-farmer-card__name{color:var(--story-text-dark);font-size:1.25rem;font-weight:800;margin:.3rem 0 .5rem}.story-farmer-card__story{color:var(--story-text-body);font-size:.94rem;line-height:1.55;margin:0}.story-farmers__cta-wrap{margin-top:3rem;text-align:center}.story-values{background-color:var(--story-cream);padding:clamp(3.5rem,6vw,6rem) 0}.story-values__grid{display:grid;gap:1.75rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:58rem){.story-values__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:38rem){.story-values__grid{grid-template-columns:1fr}}.story-value-card{background-color:var(--story-white);border:1px solid var(--story-beige);border-radius:20px;box-shadow:0 6px 18px #00000008;padding:2rem 1.5rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.story-value-card:hover{box-shadow:0 12px 32px #2e5d341f;transform:translateY(-4px)}.story-value-card__icon-wrap{align-items:center;background-color:#7cb34226;border-radius:50%;display:inline-flex;height:64px;justify-content:center;margin-bottom:1.25rem;width:64px}.story-value-card__icon{font-size:1.8rem}.story-value-card__image{height:36px;object-fit:contain;width:36px}.story-value-card__title{color:var(--story-text-dark);font-size:1.2rem;font-weight:800;margin:0 0 .5rem}.story-value-card__desc{color:var(--story-text-body);font-size:.94rem;line-height:1.6;margin:0}.story-farm-to-family{background-color:var(--story-white);padding:clamp(3.5rem,6vw,6rem) 0}.story-journey-flow{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between;margin-top:3.5rem;position:relative}.story-journey-step{align-items:center;background-color:var(--story-cream);border:1px solid var(--story-beige);border-radius:20px;display:flex;flex:1 1 160px;flex-direction:column;padding:1.5rem 1rem;position:relative;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.story-journey-step:hover{box-shadow:0 10px 24px #2e5d341f;transform:translateY(-3px)}.story-journey-step__icon-box{align-items:center;background-color:var(--story-primary);border-radius:50%;color:var(--story-white);display:flex;height:58px;justify-content:center;margin-bottom:1rem;position:relative;width:58px}.story-journey-step__number{font-size:.65rem;font-weight:900;opacity:.8;position:absolute;top:6px}.story-journey-step__emoji{font-size:1.5rem;margin-top:8px}.story-journey-step__title{color:var(--story-text-dark);font-size:.95rem;font-weight:800;letter-spacing:.04em;margin:0 0 .4rem}.story-journey-step__desc{color:var(--story-text-body);font-size:.85rem;line-height:1.5;margin:0}.story-journey-arrow{align-self:center;color:var(--story-secondary);font-size:1.4rem;font-weight:900}@media screen and (max-width:58rem){.story-journey-arrow{display:none}.story-journey-flow{gap:1rem}}.story-products{background-color:var(--story-cream);padding:clamp(3.5rem,6vw,6rem) 0}.story-products__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:58rem){.story-products__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:38rem){.story-products__grid{grid-template-columns:1fr}}.story-product-card{background-color:var(--story-white);border:1px solid var(--story-beige);border-radius:24px;box-shadow:0 6px 20px #00000008;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.story-product-card:hover{box-shadow:0 16px 40px #2e5d3426;transform:translateY(-4px)}.story-product-card__media{aspect-ratio:4 / 3;overflow:hidden}.story-product-card__img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.story-product-card:hover .story-product-card__img{transform:scale(1.06)}.story-product-card__content{display:flex;flex:1;flex-direction:column;padding:1.5rem}.story-product-card__title{color:var(--story-text-dark);font-size:1.25rem;font-weight:800;margin:0 0 .5rem}.story-product-card__desc{color:var(--story-text-body);font-size:.92rem;line-height:1.55;margin:0 0 1.25rem}.story-product-card__btn{align-items:center;color:var(--story-primary);display:inline-flex;font-size:.9rem;font-weight:800;gap:.4rem;margin-top:auto;text-decoration:none;transition:color .2s ease}.story-product-card__btn:hover{color:var(--story-gold-dark)}.story-arrow{transition:transform .2s ease}.story-product-card__btn:hover .story-arrow{transform:translate(4px)}.story-quality-promise{background:linear-gradient(135deg,var(--story-primary-dark) 0%,var(--story-primary) 100%);color:var(--story-white);padding:clamp(4rem,7vw,6.5rem) 0}.story-stats-grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:3.5rem}@media screen and (max-width:58rem){.story-stats-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:32rem){.story-stats-grid{grid-template-columns:1fr}}.story-stat-card{background:#ffffff14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2rem 1.25rem;text-align:center;transition:transform .25s ease}.story-stat-card:hover{background:#ffffff1f;transform:translateY(-4px)}.story-stat-card__number-wrap{align-items:baseline;color:var(--story-gold);display:flex;justify-content:center}.story-stat-card__number{font-size:clamp(2.8rem,4vw,3.8rem);font-weight:900;line-height:1}.story-stat-card__suffix{font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:800;margin-left:2px}.story-stat-card__label{color:var(--story-white);font-size:1.1rem;font-weight:800;margin:.8rem 0 .4rem}.story-stat-card__subtext{color:#d1d5db;font-size:.88rem;line-height:1.5;margin:0}.story-commitment{background-color:var(--story-white);padding:clamp(3.5rem,6vw,6rem) 0}.story-commitment__grid{align-items:center;display:grid;gap:clamp(2.5rem,5vw,5rem);grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}@media screen and (max-width:58rem){.story-commitment__grid{grid-template-columns:1fr}}.story-commitment__image-wrap{border-radius:28px;box-shadow:0 20px 48px #2e5d341f;overflow:hidden;position:relative}.story-commitment__image{display:block;height:100%;object-fit:cover;width:100%}.story-commitment__badge{background-color:#2e5d34e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;bottom:1.5rem;color:var(--story-white);font-size:.82rem;font-weight:800;left:1.5rem;padding:.5rem 1.25rem;position:absolute}.story-commitment__body p{color:var(--story-text-body);font-size:1.05rem;line-height:1.75;margin-bottom:1.25rem}.story-commitment__action{margin-top:2rem}.story-testimonials{background-color:var(--story-cream);padding:clamp(3.5rem,6vw,6rem) 0;scroll-margin-top:140px!important}@media screen and (max-width:749px){.story-testimonials{scroll-margin-top:110px!important}}.story-testimonials__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:58rem){.story-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:38rem){.story-testimonials__grid{grid-template-columns:1fr}}.story-testimonial-card{background-color:var(--story-white);border:1px solid var(--story-beige);border-radius:24px;box-shadow:0 6px 20px #00000008;display:flex;flex-direction:column;padding:2rem;transition:transform .25s ease,box-shadow .25s ease}.story-testimonial-card:hover{box-shadow:0 12px 32px #2e5d341f;transform:translateY(-4px)}.story-testimonial-card__stars{color:var(--story-gold);font-size:1.1rem;letter-spacing:.15em;margin-bottom:.8rem}.story-testimonial-card__review{color:var(--story-text-body);font-size:.98rem;font-style:italic;line-height:1.65;margin:0 0 1.5rem}.story-testimonial-card__author{align-items:center;display:flex;gap:1rem;margin-top:auto}.story-testimonial-card__avatar{border-radius:50%;flex-shrink:0;height:48px;overflow:hidden;width:48px}.story-testimonial-card__avatar-img{display:block;height:100%;object-fit:cover;width:100%}.story-testimonial-card__name{color:var(--story-text-dark);font-size:1rem;font-weight:800;margin:0}.story-testimonial-card__location{color:#6b7280;display:block;font-size:.8rem}.story-testimonial-card__verified{color:var(--story-primary);display:block;font-size:.75rem;font-weight:700;margin-top:2px}.story-final-cta{background-color:var(--story-primary-dark);color:var(--story-white);overflow:hidden;padding:clamp(4.5rem,8vw,7.5rem) 0;position:relative}.story-final-cta__bg-wrap{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.story-final-cta__bg-img{height:100%;object-fit:cover;width:100%}.story-final-cta__overlay{background:radial-gradient(circle at center,#0f211180,#0f2111eb);height:100%;left:0;position:absolute;top:0;width:100%}.story-final-cta__content-wrap{margin:0 auto;max-width:850px;position:relative;text-align:center;z-index:2}.story-final-cta__heading{color:var(--story-white);font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:900;letter-spacing:-.02em;line-height:1.15;margin:0 0 1.25rem}.story-final-cta__desc{color:#e5e7eb;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.65;margin:0 auto 2.25rem;max-width:680px}.story-final-cta__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}[data-story-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}[data-story-reveal].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){[data-story-reveal]{opacity:1!important;transform:none!important;transition:none!important}}.vedic-page-container{width:100%!important;max-width:1100px!important;margin:1.5rem auto!important;padding:0 1rem!important;box-sizing:border-box!important;overflow-x:hidden!important}.vedic-content-box{background:#fff!important;border:1px solid rgba(35,66,31,.14)!important;border-radius:24px!important;padding:clamp(1.5rem,3vw,2.5rem)!important;margin-bottom:2rem!important;box-shadow:0 8px 24px #23421f0f!important;overflow:hidden!important;transition:transform .25s ease,box-shadow .25s ease!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important}.vedic-content-box:empty{display:none!important}@media screen and (max-width:768px){.vedic-page-container{padding:0 .75rem!important;margin:1rem auto!important}.vedic-page-content-wrapper{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.vedic-content-box{padding:1.15rem .85rem!important;border-radius:16px!important;margin-bottom:1.25rem!important;overflow-x:hidden!important}.vedic-content-box ul,.vedic-content-box ol{padding-left:1.15rem!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;box-sizing:border-box!important}.vedic-content-box li,.vedic-content-box p,.vedic-content-box h1,.vedic-content-box h2,.vedic-content-box h3,.vedic-content-box h4,.vedic-content-box div,.vedic-content-box span{max-width:100%!important;word-break:break-word!important;overflow-wrap:break-word!important;box-sizing:border-box!important}.main-page-title{font-size:clamp(1.6rem,6vw,2.2rem)!important;margin-bottom:1.5rem!important;padding:0 .5rem!important}}.vedic-content-box:hover{box-shadow:0 14px 36px #23421f1f!important;transform:translateY(-3px)!important}.vedic-content-box__title{font-family:Georgia,serif!important;font-size:clamp(1.3rem,2.5vw,2rem)!important;font-weight:800!important;color:#132d14!important;margin:0 0 .85rem!important;line-height:1.3!important}.vedic-content-box__subtitle{display:inline-block!important;background:#eaf2e5!important;color:#23421f!important;border:1px solid rgba(35,66,31,.15)!important;font-size:.82rem!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;padding:.35rem 1rem!important;border-radius:999px!important;margin-bottom:1rem!important}.vedic-content-box__btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;background-color:#2e5d34!important;color:#fff!important;font-size:.95rem!important;font-weight:800!important;padding:.85rem 1.85rem!important;border-radius:999px!important;text-decoration:none!important;margin-top:1.25rem!important;box-shadow:0 4px 14px #2e5d3440!important;transition:all .2s ease!important}.vedic-content-box__btn:hover{background-color:#1f4224!important;transform:translateY(-2px)!important;color:#fff!important}.vedic-content-box img{width:100%!important;height:auto!important;max-height:480px!important;object-fit:contain!important;border-radius:16px!important;margin:1.25rem 0!important;display:block!important}.vedic-founder-box{background:#f4f8f0!important;border:2px solid rgba(35,66,31,.22)!important;border-radius:24px!important;padding:clamp(1.75rem,3.5vw,3rem)!important;margin-top:3.5rem!important;margin-bottom:2.5rem!important;box-shadow:0 12px 32px #23421f14!important;position:relative!important}.vedic-founder-box h2,.vedic-founder-box h3,.vedic-founder-box .vedic-content-box__title{color:#132d14!important;font-family:Georgia,serif!important;font-size:clamp(1.6rem,3vw,2.3rem)!important;font-weight:900!important;text-align:center!important;margin-bottom:1.25rem!important}.vedic-founder-box blockquote{background:#fff!important;border-left:4px solid #2E5D34!important;padding:1.25rem 1.5rem!important;border-radius:0 16px 16px 0!important;font-style:italic!important;font-size:1.1rem!important;color:#1f4224!important;margin:1.5rem 0!important;box-shadow:0 4px 14px #23421f0a!important}.vedic-box-gallery{width:100%!important;margin:1.5rem 0!important;position:relative!important;overflow:hidden!important}.vedic-box-gallery__track{display:flex!important;flex-wrap:nowrap!important;gap:1.25rem!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;touch-action:pan-x!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;padding:.5rem .25rem 1rem!important;scrollbar-width:thin!important;cursor:grab!important}.vedic-box-gallery__track.is-dragging{cursor:grabbing!important;-webkit-user-select:none!important;user-select:none!important}.vedic-box-gallery__slide{flex:0 0 260px!important;max-width:260px!important;scroll-snap-align:start!important;border-radius:16px!important;overflow:hidden!important;border:1px solid rgba(35,66,31,.12)!important;box-shadow:0 4px 14px #23421f0f!important;background:#f4f8f0!important;transition:transform .22s ease,box-shadow .22s ease!important;display:flex!important;align-items:center!important;justify-content:center!important}.vedic-box-gallery__slide:hover{transform:translateY(-3px)!important;box-shadow:0 8px 24px #23421f24!important}.vedic-box-gallery__slide img{width:100%!important;height:230px!important;object-fit:contain!important;display:block!important;margin:0 auto!important;border-radius:0!important;background:#f4f8f0!important;padding:.35rem!important;box-sizing:border-box!important}@media screen and (max-width:768px){.vedic-box-gallery__slide{flex:0 0 210px!important;max-width:210px!important}.vedic-box-gallery__slide img{height:190px!important}}.page-ancient-kitchen-recipes .vedic-box-gallery__slide,.page-recipes .vedic-box-gallery__slide,.page-the-gaushala .vedic-box-gallery__slide,.page-gaushala .vedic-box-gallery__slide{flex:0 0 440px!important;max-width:440px!important;border-radius:20px!important;box-shadow:0 8px 24px #23421f14!important}.page-ancient-kitchen-recipes .vedic-box-gallery__slide img,.page-recipes .vedic-box-gallery__slide img,.page-the-gaushala .vedic-box-gallery__slide img,.page-gaushala .vedic-box-gallery__slide img{height:380px!important;object-fit:cover!important;padding:0!important}@media screen and (max-width:768px){.page-ancient-kitchen-recipes .vedic-box-gallery__slide,.page-recipes .vedic-box-gallery__slide,.page-the-gaushala .vedic-box-gallery__slide,.page-gaushala .vedic-box-gallery__slide{flex:0 0 310px!important;max-width:310px!important}.page-ancient-kitchen-recipes .vedic-box-gallery__slide img,.page-recipes .vedic-box-gallery__slide img,.page-the-gaushala .vedic-box-gallery__slide img,.page-gaushala .vedic-box-gallery__slide img{height:300px!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-our-story.css.map */
