.announcement-bar{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);padding:.35rem 0}.announcement-bar .container{display:flex;justify-content:center;align-items:center}.announcement-bar__rotating-wrapper{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--text-secondary);text-align:center;min-height:1.2em}.announcement-bar__rotate-item{display:flex;justify-content:center;align-items:center}.article-page__title{margin-block:1rem 1.5rem}.article-page__author{font-size:.6875rem;font-weight:600;letter-spacing:.1em;color:var(--text-muted)}.article-page__hero{margin-block:4rem;border-radius:var(--radius-base);overflow:hidden;background-color:var(--bg-tertiary)}.article-page__content{font-size:1.125rem;line-height:1.8;color:var(--text-secondary)}.article-page__content h2,.article-page__content h3{color:var(--text-primary);margin-block:3rem 1.5rem;letter-spacing:.05em}.article-page__content p{margin-bottom:2rem}.article-page__footer{margin-top:6rem;padding-top:3rem;border-top:1px solid var(--border-subtle);display:flex;justify-content:center}@media(max-width:767px){.article-page__content{font-size:1rem}.article-page__hero{margin-block:2.5rem}}.article-card{display:flex;flex-direction:column;gap:1.5rem}.article-card__image-wrapper{aspect-ratio:16 / 10;border-radius:var(--radius-base);overflow:hidden;background-color:var(--bg-tertiary)}.article-card__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.article-card:hover .article-card__image-wrapper img{transform:scale(1.05)}.article-card__info{display:flex;flex-direction:column;gap:.75rem}.article-card__date{font-size:.625rem;font-weight:600;letter-spacing:.1em;color:var(--text-muted)}.article-card__title{font-size:1rem;font-weight:500;letter-spacing:.05em;line-height:1.4}.article-card__title a{text-decoration:none;color:var(--text-primary)}.article-card__excerpt{font-size:.8125rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card__link{font-size:.6875rem;font-weight:600;letter-spacing:.15em;color:var(--accent-red);text-decoration:none;margin-top:.5rem}@media(max-width:1023px){.grid--3-col-desktop{grid-template-columns:1fr;gap:3rem}}.brand-manifesto{position:relative;padding-block:120px;text-align:center}.brand-manifesto__inner{position:relative;z-index:2;display:flex;justify-content:center}.brand-manifesto__content{max-width:800px}.brand-manifesto__headline{margin-block:1.5rem 2.5rem}.brand-manifesto__text{color:var(--text-secondary);line-height:1.8}.brand-manifesto__footer{margin-top:4rem}@media(max-width:767px){.brand-manifesto{padding-block:80px}.brand-manifesto__headline{font-size:1.75rem}}.cart-item{display:flex;gap:1rem;padding-block:1.25rem;border-bottom:1px solid var(--border-subtle)}.cart-item__image{width:75px;height:75px;flex-shrink:0;background-color:var(--bg-tertiary);border-radius:var(--radius-sm);overflow:hidden}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item__name{font-size:.875rem;font-weight:600;letter-spacing:.06em;line-height:1.3}.cart-item__variant{font-size:.75rem;color:var(--text-secondary)}.cart-item__price{font-size:.9375rem;font-weight:600}.cart-item__actions{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.5rem}.cart-item__actions .quantity-selector{height:38px!important;border:1px solid var(--border-subtle);border-radius:var(--radius-sm, 6px)}.cart-item__actions .quantity-selector__btn{width:34px!important;height:100%!important;font-size:1rem!important;color:var(--text-primary)}.cart-item__actions .quantity-selector__input{width:40px!important;height:100%!important;font-size:.875rem!important;font-weight:600!important}.cart-item__remove{display:inline-flex;align-items:center;gap:.35rem;padding:0 .75rem;height:38px;font-size:.75rem;font-weight:600;color:#888;background-color:var(--bg-tertiary, #181818);border:1px solid var(--border-subtle, #222222);border-radius:var(--radius-sm, 6px);text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:all .2s ease;cursor:pointer}.cart-item__remove:hover{color:#fff;background-color:#e30613;border-color:#e30613}.cart-drawer__total{display:flex;justify-content:space-between;font-weight:600;font-size:1.125rem;margin-bottom:.5rem}.cart-drawer__note{font-size:.75rem;color:var(--text-muted);text-align:center;margin-bottom:1rem}.cart-drawer__empty{text-align:center;padding-block:3rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.cart-page__empty{text-align:center;padding-block:4rem}.cart-page__empty-actions{margin-top:2rem}.cart-page__form{margin-top:4rem}.cart-page__footer{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:flex-end;gap:2rem}.cart-page__summary{width:100%;max-width:400px;display:flex;flex-direction:column;gap:.5rem;text-align:right}.cart-page__row--total{font-size:1.25rem;font-weight:600;color:var(--text-primary);display:flex;justify-content:space-between}.cart-page__actions{display:flex;gap:1rem;width:100%;max-width:500px}.cart-page__actions .btn{flex:1}@media(max-width:767px){.cart-page__footer{align-items:stretch}.cart-page__summary{max-width:none;text-align:left}.cart-page__actions{flex-direction:column;max-width:none}.cart-page__actions .btn{flex:none!important}}.collection-description{margin-top:1.5rem;margin-inline:auto}.collection-layout{display:flex;gap:4rem;margin-top:4rem}.collection-sidebar{width:260px;flex-shrink:0;position:sticky;top:calc(var(--header-height, 72px) + 2rem);height:fit-content}.collection-main{flex:1}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.sort-select{background:none;border:none;color:var(--text-primary);font-family:inherit;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;padding-left:.5rem}.filter-group{margin-bottom:3rem}.filter-group__title{font-size:.75rem;font-weight:600;letter-spacing:.15em;margin-bottom:1.5rem;color:var(--text-primary)}.filter-group__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.filter-group__link{font-size:.8125rem;color:var(--text-secondary);text-decoration:none;transition:color var(--transition-base);display:flex;justify-content:space-between}.filter-group__link:hover,.filter-group__link.is-active{color:var(--text-primary)}.filter-group__link .count{color:var(--text-muted);font-size:.75rem}.filter-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.8125rem;color:var(--text-secondary);transition:color var(--transition-base)}.filter-checkbox:hover{color:var(--text-primary)}.filter-checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;width:18px;height:18px;border:1px solid var(--border-subtle);border-radius:2px;background-color:var(--bg-secondary);cursor:pointer;position:relative;transition:all var(--transition-base)}.filter-checkbox input[type=checkbox]:checked{background-color:var(--accent-red);border-color:var(--accent-red)}.filter-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:4px;height:8px;border:solid white;border-width:0 2px 2px 0}.filter-price{display:flex;gap:.75rem}.filter-price__input{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm)}.filter-price__input input{width:100%;background:none;border:none;color:var(--text-primary);font-size:.8125rem;font-family:inherit}.filter-price__input input:focus{outline:none}.filter-price__input span{font-size:.75rem;color:var(--text-muted)}.empty-state{text-align:center;padding:4rem 0;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-base);display:flex;flex-direction:column;align-items:center;gap:2rem}@media(max-width:1023px){.collection-layout{flex-direction:column;gap:2rem}.collection-sidebar{width:100%;position:static}}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:5rem}.pagination a,.pagination span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-subtle);border-radius:var(--radius-base);text-decoration:none;color:var(--text-secondary);font-size:.8125rem;transition:all var(--transition-base)}.pagination .current{background-color:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.pagination a:hover{border-color:var(--border-emphasis);color:var(--text-primary)}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-form-wrapper{margin-top:4rem;padding:3rem;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-base)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:767px){.form-grid{grid-template-columns:1fr}.contact-form-wrapper{padding:2rem 1.5rem}}.form-field{display:flex;flex-direction:column;gap:.5rem}.input-field{width:100%;padding:1rem 1.25rem;background-color:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);font-family:inherit;font-size:.875rem;transition:border-color var(--transition-base)}.input-field:focus{outline:none;border-color:var(--border-emphasis)}.form-status{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:var(--radius-sm);margin-bottom:2rem}.form-status--success{background-color:#28a7451a;color:#28a745;border:1px solid #28a745}.form-status--error{background-color:#dc35451a;color:#dc3545;border:1px solid #dc3545}.form-footer{margin-top:1rem}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq-accordion{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.faq-details{border:1px solid var(--border-subtle, #222222);border-radius:var(--radius-base, 8px);background-color:var(--bg-secondary, #111111);overflow:hidden;transition:background-color var(--transition-base, .2s ease)}.faq-details[open]{background-color:var(--bg-tertiary, #181818)}.faq-details__summary{width:100%;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-size:.9375rem;font-weight:500;color:var(--text-primary, #FFFFFF);-webkit-user-select:none;user-select:none}.faq-details__summary::-webkit-details-marker{display:none}.faq-details__summary:hover{background-color:#ffffff08}.faq-details__toggle-icon{font-size:1.25rem;font-weight:300;line-height:1;transition:transform .2s ease}.faq-details[open] .faq-details__toggle-icon{transform:rotate(45deg)}.faq-details__content{padding:1rem 1.5rem 1.5rem;font-size:.875rem;line-height:1.6;border-top:1px solid rgba(255,255,255,.05);margin-top:.5rem}.site-footer{background-color:var(--bg-primary);border-top:1px solid var(--border-subtle);margin-top:auto}.site-footer__main{padding:80px 0 60px}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px}.site-footer__logo-link{display:inline-block;text-decoration:none;margin-bottom:1rem}.site-footer__logo-text{font-size:1rem;font-weight:600;letter-spacing:.3em;color:var(--text-primary)}.site-footer__logo-img{height:32px;width:auto;object-fit:contain}.site-footer__tagline{font-size:.8125rem;color:var(--text-muted);line-height:1.6;max-width:24ch;margin-bottom:1.5rem}.site-footer__social{display:flex;gap:.75rem}.site-footer__social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-base);transition:color var(--transition-base),border-color var(--transition-base);text-decoration:none}.site-footer__social-link:hover{color:var(--text-primary);border-color:var(--border-emphasis)}.site-footer__col-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--text-secondary);margin-bottom:1.25rem}.site-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.site-footer__link{font-size:.8125rem;color:var(--text-muted);text-decoration:none;transition:color var(--transition-base);letter-spacing:.02em}.site-footer__link:hover{color:var(--text-primary)}.site-footer__bottom{border-top:1px solid var(--border-subtle);padding:1.25rem 0}.site-footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.site-footer__copyright{font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.site-footer__payment{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.site-footer__payment-icon{height:24px;width:auto;opacity:.5;filter:grayscale(1) brightness(2);transition:opacity var(--transition-base)}.site-footer__payment-icon:hover{opacity:.8}@media(max-width:1023px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:40px}.site-footer__col--brand{grid-column:1 / -1}}@media(max-width:767px){.site-footer__main{padding:48px 0 40px}.site-footer__grid{grid-template-columns:1fr;gap:32px}.site-footer__col--brand{grid-column:auto}.site-footer__bottom-inner{flex-direction:column;align-items:flex-start}}.site-header{position:fixed;top:0;z-index:100;background-color:var(--bg-primary);border-bottom:1px solid var(--border-subtle);height:var(--header-height, 72px);width:100%}.site-header__inner{display:flex;align-items:center;gap:2rem;height:100%;padding-inline:var(--page-margin, 32px);width:100%;max-width:1200px;margin-inline:auto}.site-header__logo a{display:flex;align-items:center;text-decoration:none}.site-header__logo-text{font-size:1rem;font-weight:600;letter-spacing:.3em;color:var(--text-primary);white-space:nowrap}.site-header__logo-img{height:auto;max-height:44px;width:auto;max-width:100%;display:block;object-fit:contain}.site-header__nav{flex:1}.site-header__menu{list-style:none;padding:0;margin:0;display:flex;gap:.25rem;align-items:center}.site-header__nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);text-decoration:none;border:none;background:none;cursor:pointer;font-family:inherit;transition:color var(--transition-base);position:relative}.site-header__nav-link:hover,.site-header__nav-link.is-active{color:var(--text-primary)}.site-header__nav-link.is-active:after{content:"";position:absolute;bottom:-1px;left:.75rem;right:.75rem;height:1px;background-color:var(--accent-red)}.site-header__menu li{position:relative}.site-header__dropdown{position:absolute;top:100%;left:0;list-style:none;padding:.5rem 0;margin:0;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-base);min-width:200px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity var(--transition-base),transform var(--transition-base),visibility var(--transition-base);z-index:200}.site-header__menu li:hover .site-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-header__dropdown-link{display:block;padding:.625rem 1rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);text-decoration:none;transition:color var(--transition-base),background-color var(--transition-base)}.site-header__dropdown-link:hover{color:var(--text-primary);background-color:var(--bg-tertiary)}.site-header__actions{display:flex;align-items:center;gap:.25rem;margin-left:auto}.site-header__icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-base);transition:color var(--transition-base),background-color var(--transition-base);text-decoration:none;position:relative}.site-header__icon-btn:hover{color:var(--text-primary);background-color:var(--bg-tertiary)}.site-header__cart-count{position:absolute;top:6px;right:4px;width:16px;height:16px;background-color:var(--accent-red);color:#fff;border-radius:50%;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.header__nav-mobile{background-color:var(--bg-secondary);border-top:1px solid var(--border-subtle);max-height:0;overflow:hidden;transition:max-height var(--transition-slow)}.header__nav-mobile.is-open{max-height:80vh;overflow-y:auto}.header__nav-mobile-list{list-style:none;padding:1rem 0;margin:0}.header__nav-mobile-link{display:block;padding:.875rem 1.25rem;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);text-decoration:none;border-bottom:1px solid var(--border-subtle);transition:color var(--transition-base)}.header__nav-mobile-link:hover,.header__nav-mobile-link.is-active{color:var(--text-primary)}.header__nav-mobile-link.is-child{padding-left:2rem;font-size:.75rem;color:var(--text-muted)}@media(max-width:1023px){.site-header__nav{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden;background-color:#000}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__video-bg,.hero__image-bg{width:100%;height:100%;object-fit:cover;display:block}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:1}.hero__bg-grain{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url('{{ "grain-texture.svg" | asset_url }}');background-repeat:repeat;opacity:.05;pointer-events:none;z-index:2}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;position:relative;z-index:3;width:100%}.hero__headline{margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero__subheadline{margin-bottom:3rem;max-width:45ch;text-shadow:0 1px 5px rgba(0,0,0,.3)}.hero__actions{display:flex;gap:1.5rem;flex-wrap:wrap}.hero__image-spotlight{position:relative;filter:drop-shadow(0 0 80px rgba(255,255,255,.05))}@media(max-width:1023px){.hero{min-height:70vh;padding:6rem 0}.hero__grid{grid-template-columns:1fr;text-align:center;gap:3rem}.hero__subheadline{margin-inline:auto}.hero__actions{justify-content:center}.hero__media{order:-1;max-width:300px;margin-inline:auto}}.how-it-works__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.step-card{padding:3rem 2rem;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-base);text-align:center;transition:transform var(--transition-base),border-color var(--transition-base)}.step-card:hover{transform:translateY(-5px);border-color:var(--border-emphasis)}.step-card__number{font-size:3rem;font-weight:600;color:var(--accent-red);opacity:.2;margin-bottom:1.5rem;line-height:1}.step-card__title{font-size:.875rem;font-weight:600;letter-spacing:.15em;margin-bottom:1rem}.step-card__text{font-size:.8125rem;line-height:1.6}@media(max-width:1023px){.how-it-works__grid{grid-template-columns:1fr;max-width:500px;margin-inline:auto}}.ingredients-table{margin-top:3rem;border:1px solid var(--border-subtle);border-radius:var(--radius-base);overflow:hidden}.ingredients-table__header{display:flex;justify-content:space-between;padding:1.25rem 2rem;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);font-size:.6875rem;font-weight:700;letter-spacing:.1em;color:var(--text-secondary)}.ingredients-table__row{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--border-subtle);transition:background-color var(--transition-base)}.ingredients-table__row:last-child{border-bottom:none}.ingredients-table__row:hover{background-color:#ffffff05}.ingredients-table__name{display:flex;flex-direction:column;gap:.25rem}.ingredients-table__title{font-size:.9375rem;font-weight:500}.ingredients-table__amount{font-size:.9375rem;font-weight:600;color:var(--accent-red)}.mt-8{margin-top:2rem}@media(max-width:550px){.ingredients-table__header,.ingredients-table__row{padding-inline:1.25rem}}.money-back-section{position:relative;padding-block:80px;background-color:var(--bg-secondary)}.money-back-section__inner{position:relative;z-index:2}.money-back-badge{display:flex;align-items:center;gap:3rem;padding:3rem;border:1px solid var(--border-emphasis);border-radius:var(--radius-base);background-color:var(--bg-primary)}.money-back-badge__icon{color:var(--accent-red);flex-shrink:0}.money-back-badge__title{margin-bottom:.5rem}@media(max-width:767px){.money-back-badge{flex-direction:column;text-align:center;gap:1.5rem;padding:2rem}}.newsletter-section{position:relative;padding-block:100px;text-align:center}.newsletter-section__inner{position:relative;z-index:2}.newsletter-section__headline{margin-block:1.5rem 1rem}.newsletter-section__sub{margin-bottom:3rem}.newsletter-form{max-width:500px;margin-inline:auto}.newsletter-form__field{display:flex;gap:.5rem;position:relative}.newsletter-form__input{flex:1;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-primary);padding:1.25rem 1.5rem;font-size:.875rem;border-radius:var(--radius-base);font-family:inherit;transition:border-color var(--transition-base)}.newsletter-form__input:focus{outline:none;border-color:var(--border-emphasis)}.newsletter-form__button{white-space:nowrap;padding-inline:2rem}.newsletter-form__message{display:block;margin-top:1rem;font-size:.75rem;font-weight:500}.newsletter-form__message--error{color:var(--accent-red)}.newsletter-form__message--success{color:#4caf50}.newsletter-section__disclaimer{margin-top:2rem;font-size:.6875rem}.newsletter-section__disclaimer a{color:inherit;text-decoration:underline}@media(max-width:550px){.newsletter-form__field{flex-direction:column}.newsletter-form__button{width:100%}}.page-content{line-height:1.8;margin-top:4rem}.page-content h2,.page-content h3{color:var(--text-primary);margin-block:2.5rem 1.25rem}.page-content p{margin-bottom:1.5rem}.label-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}@media(max-width:768px){.label-info-grid{grid-template-columns:1fr!important;gap:2.5rem!important}}.expert-recommendation{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border-subtle)}.expert-recommendation__eyebrow{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);display:block;margin-bottom:1.25rem}.expert-recommendation__card{display:flex;gap:1.5rem;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);padding:1.5rem;border-radius:var(--radius-base)}.expert-recommendation__avatar-wrapper{flex-shrink:0}.expert-recommendation__avatar{width:64px;height:64px;border-radius:50%;background-color:var(--bg-tertiary);border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.expert-recommendation__avatar svg{width:28px;height:28px}.expert-recommendation__content{display:flex;flex-direction:column;gap:1rem}.expert-recommendation__quote{font-size:.8125rem;line-height:1.6;color:var(--text-muted);font-style:italic;margin:0}.expert-recommendation__author{font-size:.8125rem;color:var(--text-primary);font-style:normal}.expert-recommendation__author strong{font-weight:600}@media(max-width:480px){.expert-recommendation__card{flex-direction:column;align-items:flex-start;gap:1rem}.expert-recommendation__avatar{width:48px;height:48px}.expert-recommendation__avatar svg{width:20px;height:20px}}.product-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:auto auto;grid-template-areas:"media info" "accordions info";gap:5rem;align-items:start}.product-media-col{grid-area:media}.product-accordions{grid-area:accordions;margin-top:0!important;padding-top:3rem}.product-info{grid-area:info}.product-media{display:flex;flex-direction:column;gap:1rem}.product-media__main-wrapper{background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-base);overflow:hidden;aspect-ratio:1 / 1.1;display:flex;align-items:center;justify-content:center}.product-media__main-img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease-in-out}.product-media__main-placeholder{width:100%;height:100%;padding:3rem;color:var(--text-muted)}.product-media__thumbnails{display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.25rem}.product-media__thumbnails::-webkit-scrollbar{display:none}.product-media__thumbnail{flex:0 0 70px;height:70px;border:1px solid var(--border-subtle);background-color:var(--bg-secondary);border-radius:var(--radius-base);overflow:hidden;padding:0;cursor:pointer;transition:all var(--transition-base)}.product-media__thumbnail:hover,.product-media__thumbnail.is-active{border-color:var(--text-primary)}.product-media__thumbnail img{width:100%;height:100%;object-fit:cover}.product-info__sticky{position:sticky;top:calc(var(--header-height) + 2rem)}.product-info__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product-info__title{margin-bottom:1.5rem}.product-info__price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:.75rem}.product-info__price{font-size:2rem;font-weight:600;color:var(--text-primary);line-height:1.1}.product-info__vat{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.product-info__details{font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem}.product-info__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.product-tag-pill{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-secondary);padding:6px 12px;border-radius:99px}.product-info__description{line-height:1.6;margin-bottom:2.5rem}.product-buy-row{display:flex;gap:1rem;margin-bottom:1rem}.product-form__atc{flex:1;height:60px!important;font-size:.95rem!important;font-weight:600!important;letter-spacing:.15em!important}.product-usps{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:3rem 0 0;padding-top:2rem;border-top:1px solid var(--border-subtle)}.product-usp{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;font-size:.625rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em}.product-usp svg{color:var(--accent-red)}.product-accordions{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem}.product-highlights-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:5rem 0 3rem;padding:3rem 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.product-highlight-card{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);padding:2rem 1.5rem;border-radius:var(--radius-base)}.product-highlight-card__number{font-family:var(--font-heading, "Bebas Neue", sans-serif);font-size:3rem;line-height:1;color:#d4af37;margin-bottom:.5rem}.product-highlight-card__label{font-size:.6875rem;font-weight:600;letter-spacing:.1em;color:var(--text-secondary)}.product-for-whom-section{padding-block:5rem}.product-for-whom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem}.for-whom-card{background-color:var(--bg-secondary);border:1px solid var(--border-subtle);padding:2.5rem;border-radius:var(--radius-base);display:flex;flex-direction:column;gap:1rem;transition:border-color var(--transition-base)}.for-whom-card:hover{border-color:var(--border-emphasis)}.for-whom-card__icon{width:48px;height:48px;background-color:var(--bg-tertiary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d4af37;margin-bottom:.5rem}.for-whom-card h3{margin:0;font-weight:500}.for-whom-card p{margin:0;line-height:1.6}.product-cta-banner{position:relative;padding-block:8rem;background-color:#000;overflow:hidden}.product-cta-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;filter:grayscale(40%) blur(1px);z-index:1;transition:background-image .3s ease}.product-cta-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000000d9,#0000008c,#000000e6),radial-gradient(circle at center,rgba(212,175,55,.06) 0%,transparent 70%);z-index:2}.product-cta-banner .container{position:relative;z-index:3}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background-color:var(--bg-primary);border-top:1px solid var(--border-subtle);padding:1rem 0;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);z-index:90}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{display:flex;justify-content:space-between;align-items:center;gap:2rem}.sticky-atc__product{display:flex;align-items:center;gap:1rem}.sticky-atc__product img{width:44px;height:44px;object-fit:contain;background-color:var(--bg-secondary);border-radius:var(--radius-sm)}.sticky-atc__meta{display:flex;flex-direction:column}.sticky-atc__title{font-size:.75rem;font-weight:600;letter-spacing:.1em}.sticky-atc__price{font-size:.8125rem;color:var(--text-muted)}.sticky-atc__btn{max-width:400px;height:60px!important;font-size:.95rem!important;font-weight:600!important;letter-spacing:.15em!important}@media(max-width:1023px){.product-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"media" "info" "accordions";gap:2.5rem}.product-media{gap:.75rem}.product-media__main-wrapper{aspect-ratio:1 / 1;max-height:320px;margin:0 auto;width:100%}.product-media__main-img{object-fit:contain;padding:.5rem}.product-accordions{padding-top:1rem}.product-usps{grid-template-columns:1fr;text-align:left;margin-top:2rem}.product-usp{flex-direction:row;text-align:left}.sticky-atc__btn{max-width:none;height:60px!important;font-size:.95rem!important;font-weight:600!important;letter-spacing:.15em!important}.product-highlights-bar{grid-template-columns:repeat(2,1fr);gap:1rem;margin-block:3.5rem 2rem;padding:2rem 0}.product-for-whom-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.product-for-whom-section{padding-block:3.5rem}}@media(max-width:767px){.product-section{padding-bottom:90px}.for-whom-card{padding:1.75rem}}@media(max-width:550px){.product-highlights-bar{grid-template-columns:1fr}.product-highlight-card{padding:1.25rem 1rem}.product-highlight-card__number{font-size:2.25rem}.product-buy-row{flex-direction:column;gap:.75rem}.quantity-selector{width:100%;justify-content:space-between}.quantity-selector__input{flex:1}.product-form__atc{width:100%;height:60px!important;font-size:.95rem!important;font-weight:600!important;letter-spacing:.15em!important;flex:none!important}}.product-lp{display:flex;flex-direction:column;gap:0;background-color:var(--bg-primary);color:var(--text-primary);overflow:hidden}.lp-section{padding:6rem 0;position:relative;border-top:1px solid var(--border-subtle)}.lp-section--problem{background:radial-gradient(circle at center,rgba(239,68,68,.04) 0%,var(--bg-primary) 75%);border-top:1px solid var(--border-subtle)}.lp-section--solution{background:radial-gradient(circle at center,rgba(212,175,55,.03) 0%,var(--bg-primary) 75%);border-top:none;padding-top:2rem}.lp-section--phases{background-color:var(--bg-primary)}.lp-section--synergy{background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.lp-section--benefits{background-color:var(--bg-secondary)}.lp-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#d4af37;margin-bottom:1rem;display:inline-block}.lp-eyebrow--alert{color:var(--accent-red)}.lp-title{font-size:2.75rem;font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:2rem;text-transform:uppercase}.lp-title--left{text-align:left}.lp-title--glow-red{text-shadow:0 0 30px rgba(239,68,68,.2)}.lp-title--glow-gold{text-shadow:0 0 30px rgba(212,175,55,.2)}.lp-text{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2rem}.lp-text--lead{font-size:1.35rem;max-width:72ch;margin-inline:auto;color:var(--text-primary)}.lp-text--lead-gold{font-size:1.45rem;max-width:75ch;margin-inline:auto;color:#f7e7c4;line-height:1.5}.lp-problem-alert{display:inline-flex;align-items:center;gap:.75rem;background-color:#ef444414;border:1px solid rgba(239,68,68,.2);padding:.75rem 1.5rem;border-radius:50px;margin-bottom:2rem}.lp-problem-alert__icon{width:20px;height:20px;color:var(--accent-red)}.lp-problem-alert__text{font-size:.875rem;font-weight:600;color:#ff9e9e;letter-spacing:.02em}.lp-action-badge{margin-top:1rem}.lp-action-badge__text{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(90deg,#d4af37,#ffdf7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lp-phases-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.lp-phase-card{background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-base);padding:3rem;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.lp-phase-card:hover{transform:translateY(-4px);border-color:var(--border-emphasis)}.lp-phase-card--day{box-shadow:0 10px 40px -15px #d4af370d}.lp-phase-card--day:hover{box-shadow:0 15px 50px -10px #d4af3714}.lp-phase-card--night{box-shadow:0 10px 40px -15px #3b82f60d}.lp-phase-card--night:hover{box-shadow:0 15px 50px -10px #3b82f614}.lp-phase-card__badge{display:inline-block;padding:.35rem 1rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;border-radius:50px;margin-bottom:1.5rem;text-transform:uppercase}.lp-phase-card--day .lp-phase-card__badge{background-color:#d4af371a;color:#d4af37;border:1px solid rgba(212,175,55,.2)}.lp-phase-card--night .lp-phase-card__badge{background-color:#3b82f61a;color:#60a5fa;border:1px solid rgba(59,130,246,.2)}.lp-phase-card__title{font-size:2.25rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.01em}.lp-phase-card__qty{font-size:1.25rem;font-weight:500;color:var(--text-muted)}.lp-phase-card__subtitle{font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:1.75rem}.lp-phase-card--day .lp-phase-card__subtitle{color:#fce8b2}.lp-phase-card--night .lp-phase-card__subtitle{color:#dbeafe}.lp-phase-card__intro{font-size:.9375rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2.5rem}.lp-phase-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.75rem;border-top:1px solid var(--border-subtle);padding-top:2rem}.lp-phase-card__item-title{display:block;font-size:1rem;font-weight:700;margin-bottom:.25rem;color:var(--text-primary)}.lp-phase-card__item-desc{font-size:.875rem;line-height:1.5;color:var(--text-secondary);display:block}.lp-synergy-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.lp-synergy-desc{display:flex;flex-direction:column;gap:1.25rem;font-size:1.0625rem;line-height:1.7;color:var(--text-secondary)}.lp-synergy-desc strong{color:var(--text-primary)}.lp-synergy-visual{display:flex;justify-content:center;align-items:center}.lp-cycle-diagram{position:relative;width:320px;height:320px}.lp-cycle-circle{width:100%;height:100%;border-radius:50%;border:2px dashed var(--border-subtle);position:relative;display:flex;align-items:center;justify-content:center;animation:rotateCycle 40s linear infinite}@keyframes rotateCycle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lp-cycle-dot{position:absolute;width:90px;height:90px;border-radius:50%;background-color:var(--bg-primary);border:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:counterRotate 40s linear infinite;box-shadow:0 10px 25px #00000080}@keyframes counterRotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.lp-cycle-dot--drive{top:-45px;left:calc(50% - 45px);border-color:#d4af37;box-shadow:0 0 20px #d4af3726}.lp-cycle-dot--balance{bottom:-45px;left:calc(50% - 45px);border-color:#3b82f6;box-shadow:0 0 20px #3b82f626}.lp-cycle-dot span{font-size:.75rem;font-weight:800;letter-spacing:.05em}.lp-cycle-dot--drive span{color:#d4af37}.lp-cycle-dot--balance span{color:#60a5fa}.lp-cycle-dot small{font-size:.5625rem;color:var(--text-muted);margin-top:.125rem}.lp-cycle-center{width:120px;height:120px;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:counterRotate 40s linear infinite;z-index:2}.lp-cycle-center span{font-size:1.5rem;font-weight:800;color:var(--text-primary)}.lp-cycle-center small{font-size:.625rem;font-weight:700;color:#d4af37;letter-spacing:.1em;margin-top:.25rem}.lp-bento-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.lp-bento-card{background-color:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-base);padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem;transition:border-color .3s ease,box-shadow .3s ease}.lp-bento-card:hover{border-color:#d4af37;box-shadow:0 10px 30px -15px #d4af3714}.lp-bento-card__icon{width:48px;height:48px;border-radius:var(--radius-sm);background-color:#d4af370d;border:1px solid rgba(212,175,55,.15);color:#d4af37;display:flex;align-items:center;justify-content:center}.lp-bento-card__icon svg{width:24px;height:24px}.lp-bento-card__title{font-size:1.35rem;font-weight:700;margin:0}.lp-bento-card__text{font-size:.9375rem;line-height:1.6;color:var(--text-secondary);margin:0}@media(max-width:1023px){.lp-phases-grid{grid-template-columns:1fr;gap:2rem}.lp-synergy-layout{grid-template-columns:1fr;gap:3rem;text-align:center}.lp-title--left{text-align:center}.lp-synergy-visual{order:-1}}@media(max-width:767px){.lp-section{padding:4rem 0}.lp-title{font-size:2rem}.lp-text--lead,.lp-text--lead-gold{font-size:1.1rem}.lp-bento-grid{grid-template-columns:1fr;gap:1.5rem}.lp-phase-card,.lp-bento-card{padding:2rem}}.search-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.search-drawer.is-open{visibility:visible;opacity:1}.search-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-drawer__content{position:relative;background-color:var(--bg-primary);padding:2rem 0 4rem;transform:translateY(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.search-drawer.is-open .search-drawer__content{transform:translateY(0)}.search-drawer__header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.search-drawer__form{flex:1}.search-drawer__input-wrapper{position:relative;display:flex;align-items:center}.search-drawer__input{width:100%;background:none;border:none;border-bottom:2px solid var(--border-emphasis);padding:1rem 3rem 1rem 0;font-size:2rem;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);outline:none;transition:border-color .3s ease}.search-drawer__input:focus{border-color:var(--accent-red)}.search-drawer__submit{position:absolute;right:0;background:none;border:none;color:var(--text-muted);cursor:pointer;transition:color .3s ease}.search-drawer__submit:hover{color:var(--accent-red)}.search-drawer__close{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.5rem;transition:color .3s ease,transform .3s ease}.search-drawer__close:hover{color:var(--text-primary);transform:rotate(90deg)}.search-drawer__results{max-height:60vh;overflow-y:auto;margin-top:2rem}.predictive-search__list{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;list-style:none;padding:0;margin:0}.predictive-search__item{animation:fadeInUp .4s ease forwards}.predictive-search__link{display:flex;flex-direction:column;gap:1rem;text-decoration:none;group:hover}.predictive-search__image{aspect-ratio:1;background-color:var(--bg-secondary);border-radius:var(--radius-base);overflow:hidden;position:relative}.predictive-search__image img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.predictive-search__link:hover img{transform:scale(1.05)}.predictive-search__info{display:flex;flex-direction:column;gap:.25rem}.predictive-search__title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary)}.predictive-search__price{font-size:.75rem;color:var(--text-muted)}.search-drawer__view-all{margin-top:3rem;display:flex;justify-content:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1023px){.predictive-search__list{grid-template-columns:repeat(2,1fr);gap:1rem}.search-drawer__input{font-size:1.5rem}}.search-form-container{margin-top:3rem}.search-form{display:flex;gap:.5rem}.search-form__input{flex:1;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-primary);padding:1rem 1.5rem;font-size:1rem;border-radius:var(--radius-base);font-family:inherit}.mt-12{margin-top:6rem}@media(max-width:550px){.search-form{flex-direction:column}}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:4rem}.testimonial-card{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem;background-color:var(--bg-secondary);border-radius:var(--radius-base);border:1px solid var(--border-subtle)}.testimonial-card__rating{color:gold;display:flex;gap:2px}.testimonial-card__text{font-size:.9375rem;line-height:1.6;color:var(--text-secondary);font-style:italic;margin:0}.testimonial-card__author{margin-top:auto;display:flex;flex-direction:column;gap:.25rem}.testimonial-card__name{font-size:.75rem;font-weight:600;letter-spacing:.1em;font-style:normal}.testimonial-card__verified{font-size:.625rem;font-weight:500;color:#4caf50;display:flex;align-items:center;gap:.25rem;letter-spacing:.05em}@media(max-width:1023px){.testimonials__grid{grid-template-columns:1fr;max-width:600px;margin-inline:auto}}.trust-bar{padding:3rem 0;background-color:var(--bg-primary)}.trust-bar__inner{display:flex;justify-content:space-between;gap:3rem}.trust-item{display:flex;align-items:center;gap:1.25rem}.trust-item__icon{color:var(--accent-red);flex-shrink:0}.trust-item__title{font-size:.75rem;font-weight:600;letter-spacing:.15em;margin-bottom:.25rem}.trust-item__sub{font-size:.75rem;color:var(--text-muted)}@media(max-width:1023px){.trust-bar__inner{flex-wrap:wrap;justify-content:center;gap:2rem}.trust-item{flex:0 0 calc(50% - 1rem);min-width:240px}}@media(max-width:550px){.trust-item{flex:0 0 100%}}.usage-layout-grid{display:flex;flex-direction:column;gap:2rem}.usage-main-cols{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.usage-headline{margin-block:.5rem 2rem}.usage-placeholder{width:100%;height:auto;border-radius:var(--radius-base);background-color:var(--bg-secondary)}.usage-steps{display:flex;flex-direction:column;gap:2rem}.usage-step{display:flex;gap:1.5rem}.usage-step__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:50%;color:var(--accent-red);flex-shrink:0}.usage-step__title{font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem}.usage-step__text{line-height:1.5}.usage-media{max-width:300px;width:100%;justify-self:center}.usage-media__wrapper{background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-base);overflow:hidden;aspect-ratio:1 / 1.1;display:flex;align-items:center;justify-content:center}.usage-media__wrapper img{width:100%;height:100%;object-fit:cover}.usage-note{margin-top:1.5rem;padding:1.5rem;background-color:var(--bg-tertiary);border-left:2px solid var(--accent-red);border-radius:var(--radius-sm)}@media(max-width:767px){.usage-main-cols{grid-template-columns:1fr;gap:2.5rem}.usage-media{max-width:240px;order:2}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price__current{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.price--on-sale .price__current{color:var(--accent-red)}.price__compare{font-size:1rem;color:var(--text-muted);text-decoration:line-through}.price__compare s{text-decoration:inherit}.price__badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff;background-color:var(--accent-red);padding:3px 8px;border-radius:var(--radius-sm)}.link-faded{color:var(--text-muted);transition:color var(--transition-base);text-decoration:none}.link-faded:hover{color:var(--text-primary)}.product-card{position:relative;display:flex;flex-direction:column;gap:.75rem}.product-card__image-wrapper{position:relative;aspect-ratio:1 / 1.1;background-color:var(--bg-tertiary);border-radius:var(--radius-base);overflow:hidden;width:100%}.product-card__image-container{position:relative;height:100%;width:100%}.product-card__image{width:100%;height:100%;object-fit:cover;padding:0;transition:transform var(--transition-slow)}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base)}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__image--hover{opacity:1;visibility:visible}.product-card:hover .product-card__image:not(.product-card__image--hover){transform:scale(1.04)}}.product-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;background:linear-gradient(to top,#0006,#0000);opacity:0;transform:translateY(10px);transition:opacity var(--transition-base),transform var(--transition-base);z-index:5}.product-card:hover .product-card__overlay{opacity:1;transform:translateY(0)}.product-card__atc-btn{height:60px!important;font-size:.9rem!important;font-weight:600!important;letter-spacing:.15em!important}.product-card__atc-btn--mobile{display:none!important}.product-card__info{display:flex;flex-direction:column;gap:.5rem}.product-card__meta{display:flex;justify-content:space-between;align-items:center}.product-card__vendor{font-size:.625rem;font-weight:600;letter-spacing:.2em;color:var(--text-muted)}.product-card__rating{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--text-secondary)}.product-card__title{font-size:.8125rem;font-weight:500;letter-spacing:.1em;line-height:1.4}.product-card__title a{text-decoration:none;color:var(--text-primary)}.product-card__price .price{gap:.75rem}.product-card__price .price__current{font-size:1rem}@media(max-width:1023px){.product-card:hover .product-card__image,.product-card:active .product-card__image,.product-card:focus .product-card__image{transform:none!important}.product-card__overlay{display:none!important}.product-card__atc-btn--mobile{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;height:auto!important;padding:.35rem .2rem!important;font-size:.6875rem!important;font-weight:700!important;letter-spacing:.02em!important;white-space:normal!important;text-align:center!important;line-height:1.15!important;word-break:normal!important;overflow-wrap:normal!important;margin-top:.35rem!important;width:100%!important;box-sizing:border-box!important}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
