.hl-hotspot{position:absolute;z-index:10;display:flex;flex-direction:column;align-items:center;opacity:0;pointer-events:none}.hl-hotspot.is-positioned{opacity:1;pointer-events:auto}.hl-hotspot__trigger{display:flex;flex-direction:row;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:0;position:relative;white-space:nowrap}.hl-hotspot[data-label-pos=above] .hl-hotspot__trigger{flex-direction:column}.hl-hotspot[data-label-pos=right] .hl-hotspot__trigger{flex-direction:row-reverse}.hl-hotspot[data-label-pos=below] .hl-hotspot__trigger{flex-direction:column-reverse}.hl-hotspot__tag{display:block;font-family:var(--hl-font-primary, sans-serif);font-weight:var(--hl-weight-medium, 500);font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 10px;border-radius:var(--hl-radius-pill, 100px);white-space:nowrap;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hl-hotspot__circle{box-sizing:border-box;width:28px;height:28px;color:#fff;filter:drop-shadow(0 1px 4px rgba(0,0,0,.3));background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:50%;padding:3px;flex-shrink:0;transition:transform .25s ease,background .2s ease;pointer-events:none}.hl-hotspot__trigger:hover .hl-hotspot__circle{background:#0000008c;transform:scale(1.12)}.hl-hotspot.is-open .hl-hotspot__circle{background:var(--hl-amber, #D97706)}.hl-hotspot.is-open .hl-hotspot__circle svg{transform:rotate(45deg)}.hl-hotspot__trigger:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);opacity:0;animation:hlHotspotPulse 3s ease-out infinite;pointer-events:none}.hl-hotspot[data-label-pos=right] .hl-hotspot__trigger:after{right:auto;left:0}.hl-hotspot[data-label-pos=above] .hl-hotspot__trigger:after{right:auto;left:50%;top:auto;bottom:0;transform:translate(-50%);animation-name:hlHotspotPulseAbove}.hl-hotspot[data-label-pos=below] .hl-hotspot__trigger:after{right:auto;left:50%;top:0;bottom:auto;transform:translate(-50%);animation-name:hlHotspotPulseAbove}@keyframes hlHotspotPulse{0%{opacity:.4;transform:translateY(-50%) scale(1)}60%{opacity:0;transform:translateY(-50%) scale(1.8)}to{opacity:0;transform:translateY(-50%) scale(1.8)}}@keyframes hlHotspotPulseAbove{0%{opacity:.4;transform:translate(-50%) scale(1)}60%{opacity:0;transform:translate(-50%) scale(1.8)}to{opacity:0;transform:translate(-50%) scale(1.8)}}.hl-hotspot-portal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:hidden;pointer-events:none}.hl-hotspot-portal.is-open{visibility:visible;pointer-events:auto}.hl-hotspot-portal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hl-modal-backdrop-bg, rgba(26, 26, 26, .55));-webkit-backdrop-filter:var(--hl-modal-backdrop-blur, blur(12px));backdrop-filter:var(--hl-modal-backdrop-blur, blur(12px));opacity:0;transition:opacity .2s ease}.hl-hotspot-portal.is-open .hl-hotspot-portal__backdrop{opacity:1}.hl-hotspot-portal__card{position:relative;width:90%;max-width:380px;background:var(--hl-soft-ivory, #FFFCF8);border-radius:var(--hl-radius-element, 16px);padding:28px 24px 24px;box-shadow:0 16px 48px #00000026,0 0 0 1px #0000000a;opacity:0;transform:translateY(16px) scale(.97);transition:opacity .25s ease,transform .3s cubic-bezier(.16,1,.3,1)}.hl-hotspot-portal.is-open .hl-hotspot-portal__card{opacity:1;transform:translateY(0) scale(1)}.hl-hotspot-portal__close{position:absolute;top:14px;right:14px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;color:var(--hl-muted, #666);padding:0;transition:background .15s ease,color .15s ease}.hl-hotspot-portal__close:hover{background:#0000000f;color:var(--hl-charcoal, #1a1a1a)}.hl-hotspot-portal__system{display:block;font-family:var(--hl-font-primary);font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--hl-amber, #d97706);margin-bottom:6px}.hl-hotspot-portal__label{display:block;font-family:var(--hl-font-primary);font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--hl-charcoal, #2C2C2C);margin-bottom:10px;padding-right:30px}.hl-hotspot-portal__desc{font-family:var(--hl-font-primary);font-size:14px;font-weight:300;line-height:1.65;color:var(--hl-grey, #555);margin:0}.hl-atf__carousel-slide.is-active .hl-hotspot.is-positioned{animation:hlHotspotEnter .45s ease-out both}.hl-atf__carousel-slide.is-active .hl-hotspot:nth-child(3){animation-delay:.5s}.hl-atf__carousel-slide.is-active .hl-hotspot:nth-child(4){animation-delay:.65s}.hl-atf__carousel-slide.is-active .hl-hotspot:nth-child(5){animation-delay:.8s}.hl-atf__carousel-slide.is-active .hl-hotspot:nth-child(6){animation-delay:.95s}.hl-atf__carousel-slide:not(.is-active) .hl-hotspot{opacity:0!important;pointer-events:none!important}@keyframes hlHotspotEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hl-hotspot__trigger{padding:0;gap:5px}.hl-hotspot__plus{width:16px;height:16px;border-width:1.25px}.hl-hotspot__plus svg{width:7px;height:7px}.hl-hotspot__name{font-size:7px;letter-spacing:1.15px;line-height:1.2}.hl-hotspot-card__desc{font-size:12px}}.hl-atf-modal .hl-modal__backdrop{background:#1a1a1ac7}.hl-atf-modal__card{max-width:520px;padding:40px 36px 36px}.hl-atf-modal__eyebrow{display:block;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.16em;color:var(--hl-light-grey, #999);margin:0 0 10px}.hl-atf-modal__title{font-family:Playfair Display,Georgia,serif;font-weight:400;font-size:24px;line-height:1.25;color:var(--hl-charcoal);margin:0 0 8px}.hl-atf-modal__lead{font-weight:400;font-size:14px;line-height:1.6;color:var(--hl-light-grey, #999);margin:0}.hl-atf-modal__rule{border:none;border-top:1px solid rgba(0,0,0,.06);margin:24px 0}.hl-atf-modal__body{font-weight:400;font-size:14px;line-height:1.7;color:var(--hl-charcoal);margin:0 0 20px}.hl-atf-modal__body--accent{padding:16px 20px;background:var(--hl-morning-snow, #FAFAF8);border-radius:var(--hl-radius-element, 12px);border:1px solid rgba(0,0,0,.04);font-size:13px;color:var(--hl-charcoal)}.hl-atf-modal__compound{margin:0 0 20px}.hl-atf-modal__compound:last-child{margin-bottom:0}.hl-atf-modal__compound-header{display:flex;align-items:baseline;gap:10px;margin:0 0 4px}.hl-atf-modal__compound-name{font-weight:500;font-size:14px;color:var(--hl-charcoal)}.hl-atf-modal__compound-dose{font-weight:400;font-size:11px;letter-spacing:.04em;color:var(--hl-light-grey, #999);background:#00000008;padding:2px 8px;border-radius:4px}.hl-atf-modal__compound-desc{font-weight:400;font-size:13px;line-height:1.65;color:var(--hl-light-grey, #777);margin:0}.hl-atf-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;margin:20px 0 0}.hl-atf-modal__grid-item{display:flex;flex-direction:column;gap:2px;padding:14px 16px;background:var(--hl-morning-snow, #FAFAF8);border-radius:8px}.hl-atf-modal__grid-name{font-weight:500;font-size:13px;color:var(--hl-charcoal)}.hl-atf-modal__grid-role{font-weight:400;font-size:11px;color:var(--hl-light-grey, #999);letter-spacing:.02em}.hl-atf-modal__grid-cite{font-weight:400;font-size:9px;font-style:italic;color:var(--hl-light-grey, #999);opacity:.7;margin-top:2px}.hl-atf-modal__systems{display:flex;flex-direction:column;gap:0;margin:20px 0 0}.hl-atf-modal__system{display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.04)}.hl-atf-modal__system:last-child{border-bottom:none}.hl-atf-modal__system-num{font-family:Playfair Display,Georgia,serif;font-weight:400;font-size:18px;color:var(--hl-charcoal);min-width:28px;text-align:center;opacity:.35}.hl-atf-modal__system-info{display:flex;flex-direction:column;gap:1px}.hl-atf-modal__system-name{font-weight:500;font-size:14px;color:var(--hl-charcoal)}.hl-atf-modal__system-tag{font-weight:400;font-size:12px;color:var(--hl-light-grey, #999)}.hl-atf-modal__features{display:flex;flex-direction:column;gap:20px}.hl-atf-modal__feature{display:flex;flex-direction:column;gap:4px}.hl-atf-modal__feature-label{font-weight:500;font-size:13px;color:var(--hl-charcoal)}.hl-atf-modal__feature-desc{font-weight:400;font-size:13px;line-height:1.65;color:var(--hl-light-grey, #777);margin:0}.hl-atf-modal__research{display:flex;flex-direction:column;gap:6px}.hl-atf-modal__research-label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.16em;color:var(--hl-light-grey, #999);margin:0 0 4px}.hl-atf-modal__citation{font-weight:400;font-size:12px;line-height:1.5;color:var(--hl-light-grey, #999);margin:0}.hl-atf-modal__citation em{font-style:italic}.hl-atf-modal__whitepaper{display:inline-block;font-weight:500;font-size:13px;color:var(--hl-charcoal);text-decoration:none;margin-top:12px;padding:12px 20px;background:var(--hl-morning-snow, #FAFAF8);border-radius:8px;border:1px solid rgba(0,0,0,.06);transition:background .2s ease,border-color .2s ease;text-align:center}.hl-atf-modal__whitepaper:hover{background:#00000008;border-color:#0000001f}@media(max-width:599px){.hl-atf-modal__card{max-width:100%;padding:32px 24px 28px}.hl-atf-modal__title{font-size:20px}.hl-atf-modal__grid{grid-template-columns:1fr 1fr;gap:2px}.hl-atf-modal__grid-item{padding:12px 14px}}
/*# sourceMappingURL=/cdn/shop/t/95/assets/hl-atf-deferred.css.map */
