.bb-story{background:var(--bb-story-bg, #FFF8EE);padding:var(--bb-story-pad-top, 64px) 0 var(--bb-story-pad-bottom, 64px)}.bb-story__container{max-width:1200px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.bb-story__grid{display:grid;direction:ltr;grid-template-areas:"image" "text";gap:clamp(2rem,5vw,3.5rem);align-items:center}.bb-story__text,.bb-story__image-wrap{direction:rtl;min-width:0}.bb-story__text{grid-area:text}.bb-story__image-wrap{grid-area:image}@media(min-width:900px){.bb-story__grid{grid-template-columns:var(--bb-story-text-fr, 52fr) var(--bb-story-image-fr, 48fr);grid-template-areas:"image text";align-items:center}}.bb-story__eyebrow{display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.01em;color:var(--bb-story-primary, #F4A21A);background:rgba(var(--bb-story-primary-rgb, 244, 162, 26),.14);padding:.4rem 1.1rem;border-radius:9999px;margin-bottom:1.1rem}.bb-story__heading{font-size:clamp(1.7rem,3.2vw,2.4rem);font-weight:800;line-height:1.3;color:var(--bb-story-heading, #2A241F);margin-bottom:1.25rem}.bb-story__body{font-size:1rem;line-height:1.95;color:var(--bb-story-text, #2A241F)}.bb-story__body p+p{margin-top:1rem}.bb-story__features-heading{font-size:1.2rem;font-weight:800;color:var(--bb-story-heading, #2A241F);margin:2rem 0 1.1rem}.bb-story__features{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:560px){.bb-story__features{grid-template-columns:1fr 1fr}}.bb-story__feature-card{background:var(--bb-story-card-bg, #FFFCF7);border:1px solid rgba(var(--bb-story-primary-rgb, 244, 162, 26),.16);border-radius:var(--bb-story-radius, 24px);box-shadow:0 6px 20px #2a241f0f;padding:clamp(1.1rem,2.5vw,1.5rem)}.bb-story__feature-title{font-size:1rem;font-weight:800;color:var(--bb-story-secondary, #2F7D3E);margin-bottom:.5rem}.bb-story__feature-text{font-size:.9rem;line-height:1.75;color:var(--bb-story-text, #2A241F);opacity:.85}.bb-story__callout{margin-top:1.75rem;background:rgba(var(--bb-story-primary-rgb, 244, 162, 26),.12);border-inline-start:4px solid var(--bb-story-primary, #F4A21A);border-radius:0 var(--bb-story-radius, 24px) var(--bb-story-radius, 24px) 0;padding:1.25rem 1.5rem;font-size:1rem;font-weight:700;line-height:1.8;color:var(--bb-story-heading, #2A241F)}.bb-story__closing{margin-top:1.75rem;font-size:1.15rem;font-weight:800;line-height:1.7;color:var(--bb-story-secondary, #2F7D3E)}.bb-story__image-wrap{background:var(--bb-story-card-bg, #FFFCF7);border-radius:var(--bb-story-radius, 24px);box-shadow:0 10px 32px #2a241f1a;padding:clamp(1rem,3vw,2rem);display:flex;align-items:center;justify-content:center;overflow:hidden}.bb-story__image-wrap img{width:100%;height:auto;max-height:640px;object-fit:contain;display:block;border-radius:calc(var(--bb-story-radius, 24px) - 10px)}.bb-story__image-placeholder{width:100%;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;color:var(--bb-story-secondary, #2F7D3E);background:rgba(var(--bb-story-primary-rgb, 244, 162, 26),.08);border-radius:calc(var(--bb-story-radius, 24px) - 10px)}@media(max-width:899px){.bb-story__feature-card{padding:1.1rem}}.bb-story2{background:var(--bb-story2-bg, #FFFFFF);padding:var(--bb-story2-pad-top, 56px) 0 var(--bb-story2-pad-bottom, 56px)}.bb-story2__container{max-width:820px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.bb-story2__heading{text-align:center;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;line-height:1.35;color:var(--bb-story2-heading, #2A241F);margin-bottom:1.75rem}.bb-story2__body{font-size:1rem;line-height:1.95;color:var(--bb-story2-text, #2A241F)}.bb-story2__body p+p{margin-top:1rem}.bb-story2__quote{margin:1.75rem 0;background:var(--bb-story2-card-bg, #F2F8F1);border-inline-start:4px solid var(--bb-story2-secondary, #2F7D3E);border-radius:0 var(--bb-story2-radius, 24px) var(--bb-story2-radius, 24px) 0;padding:1.5rem 1.75rem;font-size:1.05rem;font-weight:700;font-style:italic;line-height:1.85;color:var(--bb-story2-heading, #2A241F)}.bb-story2__quote p{margin:0}.bb-story2__quote p+p{margin-top:.5rem}.bb-team{background:var(--bb-team-bg, #FFF8EE);padding:var(--bb-team-pad-top, 56px) 0 var(--bb-team-pad-bottom, 56px)}.bb-team__container{max-width:1000px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.bb-team__heading{text-align:center;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--bb-team-heading, #2A241F);margin-bottom:.6rem}.bb-team__subtitle{text-align:center;font-size:.95rem;line-height:1.7;color:var(--bb-team-text, #2A241F);opacity:.75;max-width:560px;margin:0 auto 2.5rem}.bb-team__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch}@media(min-width:640px){.bb-team__grid{grid-template-columns:1fr 1fr}}.bb-team__card{height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--bb-team-card-bg, #FFFCF7);border-radius:var(--bb-team-radius, 24px);box-shadow:0 6px 20px #2a241f12;padding:clamp(1.5rem,3vw,2.25rem) 1.5rem;transition:box-shadow .3s ease,transform .3s ease}@media(hover:hover)and (pointer:fine){.bb-team__card:hover{box-shadow:0 14px 32px rgba(var(--bb-team-primary-rgb, 244, 162, 26),.22);transform:translateY(-4px)}}.bb-team__photo-wrap{width:clamp(120px,24vw,168px);height:clamp(120px,24vw,168px);border-radius:50%;overflow:hidden;margin-bottom:1.25rem;box-shadow:0 4px 14px #2a241f1f;flex-shrink:0}.bb-team__photo{width:100%;height:100%;object-fit:cover;display:block}.bb-team__photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(var(--bb-team-primary-rgb, 244, 162, 26),.1);color:var(--bb-team-secondary, #2F7D3E)}.bb-team__info{display:flex;flex-direction:column;align-items:center}.bb-team__name{font-size:1.05rem;font-weight:800;color:var(--bb-team-heading, #2A241F)}.bb-team__role-accent{display:block;width:30px;height:3px;border-radius:3px;background:var(--bb-team-secondary, #2F7D3E);margin:.5rem 0 .45rem}.bb-team__role{font-size:.85rem;font-weight:700;color:var(--bb-team-secondary, #2F7D3E)}.bb-team__description{font-size:.85rem;line-height:1.7;color:var(--bb-team-text, #2A241F);opacity:.8;margin-top:.6rem}@media(max-width:639px){.bb-team__card{padding:1.5rem 1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-about.css.map */
