.section--categorized-references .collapsible-tabs__wrapper{position:relative}.section--categorized-references .collapsible-tabs-container{margin-top:0;width:100%}.parent-toggle-container{display:flex;align-items:center;justify-content:center;margin:1.5rem 0;gap:0}.parent-toggle-label{font-size:.9rem;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;transition:opacity .3s ease,color .3s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.parent-toggle-label:hover{opacity:.8}.parent-toggle-label.inactive{opacity:.5}.parent-toggle-label--left{text-align:right}.parent-toggle-label--right{text-align:left}.parent-toggle{position:relative;display:inline-block;width:50px;height:25px;margin:5px 10px 0}@media(min-width:768px){.parent-toggle{width:80px;height:25px;margin:5px 10px 0}}.parent-toggle-input{opacity:0;width:0;height:0;position:absolute}.parent-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:var(--toggle-bg-color, #e0e0e0);transition:.4s cubic-bezier(.4,0,.2,1);border-radius:25px}.parent-toggle-slider:before{position:absolute;content:"";height:19px;width:19px;left:3px;bottom:3px;background:var(--toggle-button-color, #ffffff);transition:.4s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 2px 4px #0003}@media(min-width:768px){.parent-toggle-slider:before{height:19px;width:19px}}.parent-toggle-input:checked+.parent-toggle-slider{background:var(--toggle-active-bg-color, #000000)}.parent-toggle-input:checked+.parent-toggle-slider:before{transform:translate(25px)}@media(min-width:768px){.parent-toggle-input:checked+.parent-toggle-slider:before{transform:translate(55px)}}.parent-toggle-input:focus+.parent-toggle-slider{box-shadow:0 0 0 2px rgba(var(--color-foreground),.2)}.section--categorized-references .category-boxes{display:grid;margin-bottom:2rem;row-gap:1rem;width:100%}.section--categorized-references .category-box{padding:var(--button-padding, 1rem);border:2px solid rgb(var(--color-border));border-radius:var(--border-radius);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all .3s ease;text-align:center;display:none;flex-direction:column;align-items:center;justify-content:center;gap:var(--gap-size, .5rem);min-height:50px}.section--categorized-references .category-box.parent-visible{display:flex}.section--categorized-references .category-box:hover{border-color:rgb(var(--color-border-hover, var(--color-border)));transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.section--categorized-references .category-box.active{transform:translateY(-4px);box-shadow:0 8px 24px #00000059}.section--categorized-references .category-box__title{font-weight:600;font-size:var(--font-size, 1rem);margin:0;color:inherit;line-height:1.3}.references-grid{display:grid;gap:var(--grid-gap, 1.5rem);width:100%}.reference-card{position:relative;border-radius:var(--border-radius);overflow:hidden;background:rgb(var(--color-background));transition:transform .3s ease,box-shadow .3s ease;display:none}a.reference-card,a.reference-card--linked{text-decoration:none;color:inherit;cursor:pointer}a.reference-card:hover,a.reference-card--linked:hover{text-decoration:none;color:inherit}a.reference-card .reference-card__title,a.reference-card--linked .reference-card__title{transition:opacity .2s ease}a.reference-card:hover .reference-card__title,a.reference-card--linked:hover .reference-card__title{opacity:.9}.reference-card.parent-visible{display:block}[data-category-content]:not([data-category-content=all]) .reference-card{display:block}.reference-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.reference-card__image-wrapper{position:relative;width:100%;overflow:hidden}.reference-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.reference-card:hover .reference-card__image{transform:scale(1.05)}.reference-card__image.placeholder-svg{background:rgb(var(--color-background));fill:rgba(var(--color-foreground),.1)}.reference-card__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 60%,transparent 100%);padding:3rem 1.5rem 1.5rem;display:flex;flex-direction:column;justify-content:flex-end;min-height:50%}.reference-card__categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.reference-card__category-tag{font-size:.7rem;padding:.2rem .5rem;border-radius:9999px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.02em;font-weight:500}.reference-card__category-tag--parent{font-weight:600}.reference-card__title{color:#fff;margin:0 0 .5rem;font-weight:600;line-height:1.3}.reference-card__location{font-size:.85rem;color:#fffc;margin:0;line-height:1.4}.reference-card__icon{position:absolute;bottom:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;transition:background .3s ease,transform .3s ease}.reference-card:hover .reference-card__icon{background:#ffffff4d;transform:scale(1.1)}.reference-card__icon svg{width:1rem;height:1rem}.reference-card__icon img{width:1rem;height:1rem;object-fit:contain;filter:brightness(0) invert(1)}.section--categorized-references .collapsible-tabs__content{opacity:0;max-height:0;overflow:hidden;transition:all .4s ease}.section--categorized-references .collapsible-tabs__content.active{opacity:1;max-height:none}.section--categorized-references [data-parent-category]:not(.parent-visible):not([data-category-content=all]){display:none!important}.section--categorized-references .search-bar-container{width:100%}.section--categorized-references .search-bar{position:relative;display:flex;align-items:center;margin:0 auto;background:rgb(var(--color-background));border:2px solid rgb(var(--color-border));transition:all .3s ease}.section--categorized-references .search-bar:focus-within{box-shadow:0 0 0 3px rgba(var(--color-border),.1)}.section--categorized-references .search-bar__input{flex:1;height:100%;border:none;background:transparent;color:rgb(var(--color-foreground));outline:none}.section--categorized-references .search-bar__input::placeholder{color:rgb(var(--color-foreground));opacity:.6}.section--categorized-references .search-bar__icon{position:absolute;color:rgb(var(--color-foreground));opacity:.6;pointer-events:none;z-index:2;display:flex;align-items:center;justify-content:center}.section--categorized-references .search-bar__icon svg{width:20px;height:20px;color:inherit}.section--categorized-references .search-bar__clear{position:absolute;background:none;border:none;color:rgb(var(--color-foreground));opacity:.6;cursor:pointer;padding:.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:3}.section--categorized-references .search-bar__clear:hover{opacity:1;background:rgba(var(--color-foreground),.1)}.section--categorized-references .search-results-info{text-align:center;margin-top:1rem;color:rgb(var(--color-foreground));opacity:.7}.section--categorized-references .search-results-count{font-weight:500}.section--categorized-references .search-active-notice{margin-top:.5rem;opacity:.6;font-style:italic}.section--categorized-references .search-active .category-boxes{opacity:.3;pointer-events:none;filter:grayscale(1);transition:all .3s ease}.section--categorized-references .search-active .category-box{cursor:not-allowed}.section--categorized-references .search-active .category-box:hover{transform:none;box-shadow:none}.section--categorized-references .search-active .collapsible-tabs__content{display:none!important}.section--categorized-references .search-active .collapsible-tabs__content.active{display:block!important;opacity:1;max-height:none}.section--categorized-references .search-active .reference-card{display:none}.section--categorized-references .search-active .reference-card.search-match{display:block}.search-highlight{background:#ff06;padding:.1rem .2rem;border-radius:.2rem;color:inherit}@media(max-width:767.98px){.parent-toggle-label{font-size:.8rem}.reference-card__overlay{padding:2rem 1rem 1rem}.reference-card__category-tag{font-size:.65rem}.reference-card__location{font-size:.75rem}.reference-card__icon{width:1.75rem;height:1.75rem;bottom:.75rem;right:.75rem}.reference-card__icon svg,.reference-card__icon img{width:.875rem;height:.875rem}}@media(min-width:1024px){.section--categorized-references.section-header-standing-column .section__wrapper{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,5fr);column-gap:var(--header-padding-bottom-large)}.section--categorized-references.section-header-standing-column .section__content{grid-area:1/2/end/end}.section--categorized-references.section-header-standing-column .section__header{--header-padding-bottom: 0;row-gap:4rem;margin:0}.section--categorized-references.section-header-standing-column .parent-toggle-container{grid-area:1/2;justify-self:start}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reference-card{animation:fadeInUp .4s ease forwards}.references-grid .reference-card:nth-child(1){animation-delay:.05s}.references-grid .reference-card:nth-child(2){animation-delay:.1s}.references-grid .reference-card:nth-child(3){animation-delay:.15s}.references-grid .reference-card:nth-child(4){animation-delay:.2s}.references-grid .reference-card:nth-child(5){animation-delay:.25s}.references-grid .reference-card:nth-child(6){animation-delay:.3s}.references-grid .reference-card:nth-child(7){animation-delay:.35s}.references-grid .reference-card:nth-child(8){animation-delay:.4s}.references-grid .reference-card:nth-child(9){animation-delay:.45s}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-categorized-references.css.map */
