.beekeeper-section-header{padding:5rem 0 2rem;border-top:1px solid rgba(var(--color-foreground),.1);text-align:left}.section-heading{margin-bottom:25px;text-align:left;font-weight:700;color:rgb(var(--color-foreground));margin-top:0;line-height:1.2}.section-subheading{font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin:0;line-height:1.4;font-weight:500}@media only screen and (min-width: 750px){.section-heading{font-size:calc(var(--font-heading-scale) * 2.4rem)}.company-logo{margin-left:30px}}@media screen and (max-width: 767px){.section-heading{font-size:18px;margin:0 0 15px;padding-bottom:10px}.section-subheading{font-size:1.2rem}}.beekeeper-container{border-top:1px solid rgba(var(--color-foreground),.1);border-bottom:1px solid rgba(var(--color-foreground),.1);background:rgb(var(--color-background));margin:2rem 0}.beekeeper-section{background:transparent;margin:0;box-shadow:none;border-radius:0;overflow:visible}.beekeeper-header{display:flex;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,var(--primary-brand-color) 0%,var(--secondary-brand-color) 100%);background-size:cover;background-position:center;background-blend-mode:overlay;border-bottom:1px solid rgba(var(--color-foreground),.1);position:relative}.beekeeper-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--background-overlay-color);opacity:var(--background-overlay-opacity);z-index:1}.beekeeper-header>*{position:relative;z-index:2}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.company-logo{width:var(--vendor-logo-size);height:var(--vendor-logo-size);margin-right:1rem;flex-shrink:0}.company-logo img{width:100%;height:100%;object-fit:contain;border-radius:.6rem}.company-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.25rem}.company-subtitle{font-size:1rem;color:#fff}.umf-badge{background:gold;color:#000;padding:1rem 1.25rem;border-radius:.8rem;text-align:center;cursor:pointer;transition:transform .2s ease;min-width:18rem;border:2px solid #8B4513;display:flex;align-items:center;gap:1rem}.umf-badge:hover{transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem #ffd7004d}.umf-logo{width:5rem;height:5rem;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#8b4513;font-size:1.1rem;flex-shrink:0}.umf-logo img{width:100%;height:100%;object-fit:contain;border-radius:50%}.umf-content{flex:1}.umf-title{font-size:1.1rem;font-weight:600;opacity:.9;margin-bottom:.1rem}.umf-number{font-size:1.8rem;font-weight:700;color:#000}.tabs-container{display:flex;background:rgba(var(--color-foreground),.02);border-bottom:2px solid rgba(var(--color-foreground),.1);position:relative;overflow:hidden;border-radius:12px 12px 0 0;box-shadow:0 2px 4px #0000000d}.tab{flex:1;padding:1.2rem 1.5rem;text-align:center;background:rgba(var(--color-foreground),.05);border:none;cursor:pointer;font-size:1.1rem;font-weight:600;color:rgba(var(--color-foreground),.65);transition:all .3s ease;position:relative;font-family:inherit;border-right:1px solid rgba(var(--color-foreground),.1);text-transform:uppercase;letter-spacing:.5px;box-shadow:inset 0 2px 4px #0000000d}.tab:last-child{border-right:none}.tab:hover:not(.active){background:rgba(var(--primary-brand-color),.15);color:var(--primary-brand-color);transform:translateY(-2px);box-shadow:0 4px 8px rgba(var(--primary-brand-color),.2);border-radius:8px 8px 0 0}.tab.active{color:var(--primary-brand-color);background:rgb(var(--color-background));font-weight:700;transform:translateY(-3px);box-shadow:0 -2px 8px rgba(var(--primary-brand-color),.3);border-radius:8px 8px 0 0;border-bottom:3px solid var(--primary-brand-color);position:relative;z-index:2}.tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-brand-color) 0%,var(--secondary-brand-color) 100%);border-radius:2px 2px 0 0}.tab-with-icon{display:flex;align-items:center;justify-content:center;gap:.5rem}.tab-icon{width:1.4rem;height:1.4rem;transition:all .3s ease}.tab.active .tab-icon{color:var(--primary-brand-color);transform:scale(1.1)}.tab-content{padding:2rem;min-height:20rem}.tab-panel{display:none}.tab-panel.active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.overview-content{display:flex;flex-direction:column;gap:2rem}.stats-section{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem}.stat-card{text-align:center;padding:1.5rem 1rem;background:#fff;border:none;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.stat-card:hover{transform:translateY(-.3rem);box-shadow:0 .8rem 2rem rgba(var(--primary-brand-color),.2);border-color:var(--secondary-brand-color);background:rgba(var(--primary-brand-color),.08)}.stat-card:hover .stat-value{color:var(--secondary-brand-color);transform:scale(1.1)}.stat-card:hover .stat-label{color:rgba(var(--color-foreground),.9);transform:translateY(-.1rem)}.stat-value{font-size:3rem;font-weight:700;color:var(--primary-brand-color);margin-bottom:.5rem;transition:all .3s ease}.stat-label{font-size:1.2rem;color:rgba(var(--color-foreground),.6);font-weight:500;transition:all .3s ease}.content-row{display:grid;grid-template-columns:25% 75%;gap:1.5rem;align-items:start}.image-placeholder{aspect-ratio:4/3;background:rgba(var(--color-foreground),.05);border-radius:.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed rgba(var(--color-foreground),.2);color:rgba(var(--color-foreground),.6);font-size:.75rem;text-align:center;transition:all .2s ease;overflow:hidden}.image-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:16px;padding:.75rem 0}.image-placeholder:hover{border-color:var(--primary-brand-color);background:linear-gradient(135deg,rgba(var(--color-foreground),.02),rgba(var(--color-foreground),.05));color:rgb(var(--color-foreground))}.image-placeholder svg{width:2.4rem;height:2.4rem;margin-bottom:.5rem;color:var(--primary-brand-color)}.image-title{font-weight:600;margin-bottom:.25rem;font-size:.8rem}.image-subtitle{font-size:.7rem;opacity:.8}.content-text{padding:.5rem 0}.content-text h3{font-size:16px;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:.5rem}.content-text p,.content-text .rte{font-size:14px;line-height:1.6;color:rgba(var(--color-foreground),.7)}.location-grid{display:grid;grid-template-columns:1fr 30rem;gap:2rem;align-items:start}.location-details h3{font-size:16px;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:.1rem}.location-info{font-size:14px;line-height:1.6;color:rgba(var(--color-foreground),.7)}.location-info p{margin-bottom:0}.location-info p:first-of-type{margin-bottom:.1rem}.location-info p:nth-of-type(2){margin-bottom:2rem}.coordinates{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;background:rgba(var(--color-foreground),.1);padding:.5rem;border-radius:.4rem;font-size:.9rem;display:inline-block;margin-top:.5rem}.map-container{width:100%;height:20rem;background:linear-gradient(135deg,var(--primary-brand-color) 0%,var(--secondary-brand-color) 100%);border-radius:.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;border:2px solid rgba(var(--color-foreground),.1);overflow:hidden}.map-container:hover{transform:scale(1.02)}.map-embed{width:100%;height:100%}.map-embed iframe{width:100%;height:100%;border:none;border-radius:.6rem}.map-image-container{cursor:default;overflow:hidden}.map-image-container img{width:100%;height:100%;object-fit:cover;transition:none}.map-placeholder{text-align:center;color:rgb(var(--color-base-solid-button-labels))}.map-placeholder svg{width:3.2rem;height:3.2rem;margin-bottom:.5rem;color:rgb(var(--color-base-solid-button-labels))}.articles-intro{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.articles-intro p{font-size:16px;line-height:1.6;color:rgba(var(--color-foreground),.8);margin:0}.articles-intro strong{color:rgb(var(--color-foreground));font-weight:600}.articles-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1rem}.article-card{display:grid;grid-template-columns:25% 75%;gap:1.5rem;align-items:start;padding:2rem;background:#fff;border-radius:16px;border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 4px 16px #00000014;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.article-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-brand-color) 0%,var(--secondary-brand-color) 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.article-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(var(--primary-brand-color),.15);border-color:rgba(var(--primary-brand-color),.2)}.article-card:hover:before{transform:scaleX(1)}.articles-grid .image-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,rgba(var(--primary-brand-color),.05),rgba(var(--secondary-brand-color),.05));border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed rgba(var(--color-foreground),.15);color:rgba(var(--color-foreground),.6);font-size:.75rem;text-align:center;transition:all .3s ease;overflow:hidden;position:relative}.articles-grid .image-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:8px;padding:0;transition:transform .3s ease}.article-card:hover .image-placeholder img{transform:scale(1.05)}.articles-grid .image-placeholder:hover{border-color:var(--primary-brand-color);background:linear-gradient(135deg,rgba(var(--primary-brand-color),.08),rgba(var(--secondary-brand-color),.08));color:rgb(var(--color-foreground));transform:scale(1.02)}.articles-grid .image-placeholder svg{width:2.4rem;height:2.4rem;margin-bottom:.5rem;color:var(--primary-brand-color);transition:all .3s ease}.article-card:hover .image-placeholder svg{color:var(--secondary-brand-color);transform:scale(1.1)}.articles-grid .image-title{font-weight:600;margin-bottom:.25rem;font-size:.8rem;transition:color .3s ease}.articles-grid .image-subtitle{font-size:.7rem;opacity:.8;transition:opacity .3s ease}.article-card:hover .image-title,.article-card:hover .image-subtitle{color:var(--primary-brand-color);opacity:1}.articles-grid .content-text{padding:.5rem 0;position:relative}.articles-grid .content-text h3{font-size:18px;font-weight:700;color:rgb(var(--color-foreground));margin-bottom:.75rem;line-height:1.3;transition:color .3s ease}.article-card:hover .content-text h3{color:var(--primary-brand-color)}.articles-grid .content-text .rte{font-size:14px;line-height:1.6;color:rgba(var(--color-foreground),.7);margin-bottom:1.5rem;transition:color .3s ease}.article-card:hover .content-text .rte{color:rgba(var(--color-foreground),.8)}.articles-grid .article-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-brand-color);text-decoration:none;font-weight:600;font-size:14px;padding:.75rem 1.5rem;background:rgba(var(--primary-brand-color),.1);border-radius:8px;transition:all .3s ease;border:1px solid transparent;position:relative;overflow:hidden}.articles-grid .article-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.articles-grid .article-link:hover{color:#fff;background:linear-gradient(135deg,var(--primary-brand-color) 0%,var(--secondary-brand-color) 100%);transform:translate(4px);box-shadow:0 4px 12px rgba(var(--primary-brand-color),.3);border-color:var(--secondary-brand-color)}.articles-grid .article-link:hover:before{left:100%}.no-articles-message{text-align:center;padding:3rem 2rem;color:rgba(var(--color-foreground),.6);background:linear-gradient(135deg,rgba(var(--primary-brand-color),.03),rgba(var(--secondary-brand-color),.03));border-radius:16px;grid-column:1 / -1;border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 2px 8px #0000000a}.no-articles-message p{margin-bottom:.5rem}.no-articles-message strong{color:rgb(var(--color-foreground))}.trust-section{margin-top:2rem}.trust-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}.trust-badge{display:flex;align-items:center;font-size:1.2rem;color:rgba(var(--color-foreground),.6);font-weight:500;justify-content:center;text-align:center}.trust-badge svg{width:1.6rem;height:1.6rem;margin-right:.5rem;color:var(--primary-brand-color);flex-shrink:0}.read-more-section{display:block;text-align:center;margin:1.5rem 0 0}.read-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:#fac463;border:none;border-radius:8px;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;text-transform:uppercase;letter-spacing:.1rem;line-height:calc(1 + .2 / var(--font-body-scale))}.read-more-btn:hover{background:#fac463;color:#fff;transform:translateY(-.1rem);box-shadow:0 4px 12px #fac4634d}.read-more-icon{width:1.6rem;height:1.6rem;transition:transform .3s ease}.expandable-content{overflow:hidden;transition:all .4s ease;max-height:240px;position:relative}.expandable-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent 0%,rgb(var(--color-background)) 100%);pointer-events:none;transition:opacity .4s ease}.expandable-content.expanded{max-height:none}.expandable-content.expanded:after{opacity:0}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(var(--color-foreground),.5);-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem)}.modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgb(var(--color-background));padding:2rem;border-radius:1.2rem;max-width:50rem;width:90%;box-shadow:0 2rem 4rem rgba(var(--color-foreground),.2)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-title{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground))}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:rgba(var(--color-foreground),.6);padding:.25rem}.cert-details{text-align:center}.cert-number-display{font-size:2rem;font-weight:700;color:var(--primary-brand-color);margin:1rem 0}.cert-info{font-size:1.2rem;color:rgba(var(--color-foreground),.6);line-height:1.6}.verify-btn{background:#000;color:gold;border:none;padding:.75rem 1.5rem;border-radius:.6rem;font-weight:600;cursor:pointer;margin-top:1rem;text-decoration:none;display:inline-block;transition:all .2s ease}.verify-btn:hover{background:#333;transform:translateY(-.1rem)}@media screen and (min-width: 750px){.articles-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.article-card{grid-template-columns:1fr;gap:1.5rem;padding:2rem}.articles-grid .content-text h3{font-size:18px}.articles-grid .content-text .rte{font-size:14px}.articles-grid .image-placeholder{aspect-ratio:16/9}}@media screen and (min-width: 990px){.articles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.article-card{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.articles-grid .content-text h3{font-size:16px}.articles-grid .content-text .rte{font-size:13px}.articles-grid .article-link{font-size:13px;padding:.6rem 1.2rem}.articles-grid .image-placeholder{aspect-ratio:16/9}}@media screen and (max-width: 749px){.read-more-section{display:block;margin:1rem 0 0}.read-more-btn{font-size:1.2rem;padding:.8rem 1.5rem}.beekeeper-section-header{padding:2rem 0 1.5rem}.section-heading{font-size:18px;margin:0 0 15px;padding-bottom:10px}.section-subheading{font-size:1.2rem}.beekeeper-container{margin:1rem 0}.beekeeper-header{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem}.header-content{flex-direction:column;gap:1rem}.beekeeper-section .company-logo{width:160px!important;height:160px!important}.beekeeper-section .company-title{display:none}.beekeeper-section .company-subtitle{font-size:1.1rem;color:#fff}.beekeeper-section .content-text p,.beekeeper-section .content-text .rte,.beekeeper-section .location-info{font-size:13px!important}.overview-content{gap:1.5rem}.content-row{grid-template-columns:1fr;gap:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.75rem}.stat-card{padding:.75rem .5rem;background:#fff;border:none;border-radius:12px;box-shadow:0 2px 8px #0000001a}.stat-value{font-size:2.5rem;margin-bottom:.1rem;color:var(--primary-brand-color)}.stat-label{font-size:1rem;color:rgba(var(--color-foreground),.6)}.tabs-container{border-radius:8px 8px 0 0}.tab{padding:1rem .75rem;font-size:.9rem;letter-spacing:.3px}.tab:hover:not(.active){transform:translateY(-1px)}.tab.active{transform:translateY(-2px)}.tab-icon{width:1.2rem;height:1.2rem}.location-grid{grid-template-columns:1fr;gap:1.5rem}.tab-content{padding:1.5rem}.trust-badges{grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:start;text-align:left}.trust-badge{justify-content:flex-start;text-align:left}.articles-grid{gap:1.25rem}.article-card{grid-template-columns:25% 75%;gap:1rem;padding:1.25rem;border-radius:12px}.articles-grid .content-text h3{font-size:14px!important;font-weight:600;margin-bottom:.5rem;line-height:1.3}.beekeeper-section .articles-grid .content-text .rte{font-size:12px!important;line-height:1.4;margin-bottom:1rem}.beekeeper-section .articles-grid .article-link{font-size:11px;padding:.5rem 1rem;border-radius:6px}.beekeeper-section .articles-intro p{font-size:13px!important}.articles-grid .image-placeholder{aspect-ratio:1;border-radius:8px}.articles-grid .image-placeholder svg{width:1.8rem;height:1.8rem;margin-bottom:.25rem}.articles-grid .image-title{font-size:.7rem;margin-bottom:.125rem}.articles-grid .image-subtitle{font-size:.6rem}.umf-badge{min-width:auto;width:100%}}.tabs-container.folder-style{background:transparent;border-bottom:3px solid rgba(var(--color-foreground),.1);gap:4px;padding:0 1rem}.tabs-container.folder-style .tab{background:rgba(var(--color-foreground),.08);border:2px solid rgba(var(--color-foreground),.15);border-bottom:none;border-radius:12px 12px 0 0;margin-bottom:-3px;box-shadow:0 -2px 4px #0000001a}.tabs-container.folder-style .tab.active{background:rgb(var(--color-background));border-color:var(--primary-brand-color);border-bottom:3px solid rgb(var(--color-background));z-index:3}.tab-indicator{position:absolute;top:50%;right:1rem;transform:translateY(-50%);opacity:0;transition:opacity .3s ease;color:var(--primary-brand-color)}.tab.active .tab-indicator{opacity:1}.tab:hover:not(.active) .tab-indicator{opacity:.5}
/*# sourceMappingURL=/cdn/shop/t/104/assets/section-beekeeper-info.css.map */
