.home-root{background:#f7f8fa;width:100%;max-width:100vw;min-height:100vh;padding-bottom:5rem;overflow-x:hidden}.hero-section{text-align:center;z-index:1;background:#fff;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:center;width:100vw;min-height:100vh;margin:-64px -50vw 0;padding:0;display:flex;position:relative;left:50%;right:50%;overflow:hidden;box-shadow:0 8px 32px rgba(37,134,208,.04),0 2px #ececec}.hero-background{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.hero-video{object-fit:cover;opacity:0;z-index:0;-webkit-filter:brightness(.8)blur();filter:brightness(.8)blur();width:100%;height:100%;transition:opacity 1.2s;position:absolute;top:0;bottom:0;left:0;right:0}.hero-video.active{opacity:1}.white-bg{opacity:0;z-index:0;background:#fff;width:100%;min-width:100vw;height:100%;min-height:100vh;transition:opacity 1.2s;position:absolute;top:0;bottom:0;left:0;right:0}.white-bg.active{opacity:1}.hero-content{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-title{letter-spacing:-1.5px;color:#2586d0;text-align:center;margin-bottom:1.1rem;font-size:3.2rem;font-weight:800}.hero-logo-main{border-radius:6px;width:110px;height:auto;margin:0 auto 1.5rem;display:block}.hero-subtitle{color:#2586d0;text-align:center;word-break:break-word;max-width:95vw;margin-bottom:1.2rem;font-size:2rem;font-weight:700;line-height:1.2}.hero-desc{color:#6a6f7a;text-align:center;letter-spacing:.05px;max-width:95vw;margin:0 auto 2.5rem;font-family:Source Sans Pro,Inter,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.6}.hero-cta{color:#fff;cursor:pointer;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border:none;border-radius:2rem;padding:1rem 2.8rem;font-size:1.12rem;font-weight:600;transition:background .18s,box-shadow .18s,transform .18s;box-shadow:0 8px 32px rgba(37,134,208,.15)}.hero-cta:hover{background:linear-gradient(90deg,#007bff 60%,#2586d0 100%);transform:translateY(-3px)scale(1.04);box-shadow:0 12px 36px rgba(37,134,208,.25)}.hero-scroll-cue{opacity:.8;pointer-events:none;z-index:2;animation:1.6s infinite fancyBounce;position:absolute;bottom:4.5rem;left:50%;transform:translate(-50%)}.hero-scroll-cue svg{stroke:#b6d4fa;stroke-width:2.5px;fill:none;width:2.2rem;height:2.2rem}@keyframes fancyBounce{0%,to{opacity:.8;transform:translate(-50%)translateY(0)}50%{opacity:1;transform:translate(-50%)translateY(18px)}}.section{width:100%;max-width:100%;margin:0 0 4rem;padding:0 0 2rem;overflow-x:hidden}.section-title{text-align:center;color:#23272f;margin-bottom:2.5rem;font-family:Montserrat,Inter,sans-serif;font-size:2.2rem;font-weight:700}.section-subtitle{text-align:center;color:#5a5f6a;letter-spacing:.1px;margin-bottom:2rem;padding:0 1rem;font-family:Source Sans Pro,Inter,sans-serif;font-size:1.15rem;font-weight:400;line-height:1.7}.section-subtitle a{color:#2586d0;font-weight:600;text-decoration:none}.section-subtitle a:hover{text-decoration:underline}.contact-text{text-align:center!important}.media-grid,.products-grid,.events-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.media-card,.product-card,.event-card{aspect-ratio:1;cursor:pointer;background:#fff;border-radius:1.1rem;flex-direction:column;min-width:0;transition:box-shadow .18s,transform .18s;animation:.7s cubic-bezier(.4,0,.2,1) forwards cardPopIn;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 16px rgba(37,134,208,.06)}.media-card:hover,.product-card:hover,.event-card:hover{transform:scale(1.035)translateY(-4px);box-shadow:0 8px 32px rgba(37,134,208,.13)}.media-card-image,.product-card-image,.event-card-image{aspect-ratio:1;object-fit:cover;border-radius:inherit;width:100%;display:block}.media-card-caption{color:#fff;background:linear-gradient(transparent 0%,rgba(35,39,47,.82) 30%);border-radius:0 0 1.1rem 1.1rem;align-items:flex-end;min-height:3.2rem;padding:1.1rem 1rem 1.2rem;font-size:1.02rem;font-weight:500;display:flex;position:absolute;bottom:0;left:0;right:0}.product-card-content,.event-card-content{flex-direction:column;flex:1;justify-content:flex-end;width:100%;padding:1.1rem 1.1rem 1.3rem;display:flex}.product-card-title,.event-card-title{color:#23272f;margin-bottom:.3rem;font-size:1.13rem;font-weight:700}.product-card-meta,.event-card-meta{color:#2586d0;margin-bottom:.5rem;font-size:1.01rem;font-weight:600}.product-card-chevron,.event-card-chevron{color:#b6d4fa;align-self:flex-end;margin-top:.5rem;font-size:1.2rem;transition:color .2s,transform .2s}.product-card:hover .product-card-chevron,.event-card:hover .event-card-chevron{color:#2586d0;transform:translate(5px)}@keyframes cardPopIn{0%{opacity:0;transform:scale(.93)translateY(48px)}60%{opacity:1;transform:scale(1.04)translateY(-8px)}to{opacity:1;transform:none}}@media (max-width:700px){.hero-section{background:#fff;width:100vw;min-height:100vh;margin-top:-56px;margin-left:0;margin-right:0;padding:0;left:0;right:0;overflow:hidden;box-shadow:0 4px 16px rgba(37,134,208,.06),0 1px #ececec}.hero-video{object-position:center 50%;-webkit-filter:brightness(.9)blur();filter:brightness(.9)blur()}.hero-section>div[style*="position: absolute"],.hero-section>.hero-bg-absolute,.hero-section video,.hero-section .white-bg{background:#fff!important;width:100vw!important;min-width:100vw!important;margin:0!important;padding:0!important;left:0!important;right:0!important}.hero-title{margin-bottom:1rem;font-size:2.8rem}.hero-subtitle{max-width:90vw;margin-bottom:1rem;font-size:1.4rem;line-height:1.3}.hero-desc{max-width:90vw;margin-bottom:2rem;font-size:1.1rem;line-height:1.4}.hero-content{padding:0 1.5rem}.hero-cta{padding:.9rem 2.2rem;font-size:1rem}.hero-scroll-cue{bottom:2.5rem}.media-grid,.products-grid,.events-grid{grid-template-columns:1fr;gap:1.1rem;max-width:100%}.media-card,.product-card,.event-card{aspect-ratio:1/1.1}}.upcoming-events-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.upcoming-event-card{cursor:pointer;background:#fff;border:1px solid #f0f4f8;border-radius:1.2rem;flex-direction:row;align-items:stretch;min-width:0;height:100%;min-height:160px;transition:all .3s;animation:.7s cubic-bezier(.4,0,.2,1) forwards cardPopIn;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(37,134,208,.08)}.upcoming-event-card:hover{border-color:#2586d0;transform:translateY(-6px);box-shadow:0 12px 32px rgba(37,134,208,.15)}.upcoming-event-card-link{cursor:pointer;background:0 0;border:none;width:100%;height:100%;margin:0;padding:0;font-family:inherit;text-decoration:none;display:block}.upcoming-event-image{object-fit:cover;border-radius:1.2rem 0 0 1.2rem;flex-shrink:0;width:240px;height:100%}.upcoming-event-content{flex-direction:column;flex:1;justify-content:space-between;gap:.5rem;padding:1.5rem 1.8rem;display:flex}.upcoming-event-title{color:#23272f;margin-bottom:.2rem;font-size:1.25rem;font-weight:700}.upcoming-event-location{color:#2586d0;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.upcoming-event-date-badge{color:#fff;text-align:center;background:linear-gradient(135deg,#9b59b6 60%,#8e44ad 100%);border-radius:.8rem;justify-content:center;align-self:flex-start;align-items:center;min-width:80px;padding:.5rem 1.2rem;font-size:1.05rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px rgba(155,89,182,.2)}.upcoming-event-date-badge .month{text-transform:uppercase;opacity:.85;font-size:.85rem}.upcoming-event-date-badge .day{font-size:1.4rem;font-weight:700;line-height:1}.upcoming-event-desc{color:#495057;margin-top:.2rem;font-size:1.01rem}@media (max-width:700px){.upcoming-events-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.upcoming-event-card{flex-direction:column;min-height:120px}.upcoming-event-image{border-radius:1.2rem 1.2rem 0 0;width:100%;height:160px}.upcoming-event-content{justify-content:flex-start;gap:.3rem;padding:1rem 1.2rem}.upcoming-event-title{margin-bottom:.1rem;font-size:1.15rem}.upcoming-event-location{margin-bottom:.3rem;font-size:1rem}.upcoming-event-date-badge{padding:.4rem 1rem;font-size:1rem}.view-more-btn{padding:.7rem 1.8rem;font-size:1rem}.events-cta-container{margin-top:2rem}.events-cta-btn{padding:.7rem 1.8rem;font-size:1rem}}.upcoming-events-contact{text-align:center;word-break:break-word;color:#7a7f87;margin:0 0 2rem;font-size:1.08rem;font-weight:600}.upcoming-events-contact a{color:#2586d0;text-decoration:underline}.view-more-container{justify-content:center;margin-top:2rem;padding:0 1rem;display:flex}.view-more-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#2586d0 60%,#007bff 100%);border:none;border-radius:2rem;min-width:140px;padding:.8rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px rgba(37,134,208,.2)}.view-more-btn:hover{background:linear-gradient(135deg,#007bff 60%,#2586d0 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,134,208,.3)}@media (max-width:768px){.view-more-container{margin-top:1.5rem;padding:0 1rem}.view-more-btn{min-width:120px;padding:.7rem 1.8rem;font-size:.9rem}}@media (max-width:480px){.view-more-container{margin-top:1rem;padding:0 .8rem}.view-more-btn{min-width:110px;padding:.6rem 1.5rem;font-size:.85rem}}@media (max-width:360px){.view-more-container{padding:0 .6rem}.view-more-btn{min-width:100px;padding:.5rem 1.2rem;font-size:.8rem}}.events-cta-container{justify-content:center;margin-top:2rem;padding:0 1rem;display:flex}.events-cta-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#2586d0 60%,#007bff 100%);border:none;border-radius:2rem;min-width:160px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px rgba(37,134,208,.2)}.events-cta-btn:hover{background:linear-gradient(135deg,#007bff 60%,#2586d0 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,134,208,.3)}.about-cta-container{justify-content:center;margin-top:2rem;padding:0 1rem;display:flex}.about-cta-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#2586d0 60%,#007bff 100%);border:none;border-radius:2rem;min-width:160px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px rgba(37,134,208,.2)}.about-cta-btn:hover{background:linear-gradient(135deg,#007bff 60%,#2586d0 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,134,208,.3)}@media (max-width:768px){.events-cta-container{margin-top:1.5rem;padding:0 1rem}.events-cta-btn{min-width:140px;padding:.9rem 2rem;font-size:1rem}.about-cta-container{margin-top:1.5rem;padding:0 1rem}.about-cta-btn{min-width:140px;padding:.9rem 2rem;font-size:1rem}}@media (max-width:480px){.events-cta-container{margin-top:1rem;padding:0 .8rem}.events-cta-btn{min-width:120px;padding:.8rem 1.8rem;font-size:.9rem}.about-cta-container{margin-top:1rem;padding:0 .8rem}.about-cta-btn{min-width:120px;padding:.8rem 1.8rem;font-size:.9rem}}@media (max-width:360px){.events-cta-container{padding:0 .6rem}.events-cta-btn{min-width:110px;padding:.7rem 1.5rem;font-size:.85rem}.about-cta-container{padding:0 .6rem}.about-cta-btn{min-width:110px;padding:.7rem 1.5rem;font-size:.85rem}}.home-events-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto 2rem;display:flex}.home-events-list .event-card-list{color:inherit;cursor:pointer;text-align:left;background:#fff;border:none;border-radius:.8rem;height:280px;margin:0;padding:0;font-family:inherit;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}@media (max-width:600px){.home-events-list .event-card-list{flex-direction:column;height:auto;min-height:auto}.home-events-list .event-card-list-image{border-bottom:1px solid #f1f3f4;border-right:none;width:100%;height:200px}.home-events-list .event-logo-list{width:100px;height:100px}.home-events-list .event-card-list-content{min-width:0;padding:1rem}.home-events-list .event-card-list-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.home-events-list .event-name-list{margin-bottom:.3rem;font-size:1.1rem;line-height:1.2}.home-events-list .event-date-list{align-self:flex-start;margin-left:0;padding:.3rem .6rem;font-size:.7rem}.home-events-list .date-text{font-size:.65rem}.home-events-list .event-location-list{margin-bottom:.4rem;font-size:.9rem}.home-events-list .event-description-list{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.85rem;line-height:1.3;display:-webkit-box;overflow:hidden}}@media (max-width:480px){.home-events-list .event-card-list-image{height:180px}.home-events-list .event-logo-list{width:90px;height:90px}.home-events-list .event-card-list-content{padding:.8rem}.home-events-list .event-name-list{font-size:1rem}.home-events-list .event-date-list{padding:.25rem .5rem;font-size:.65rem}.home-events-list .date-text{font-size:.6rem}.home-events-list .event-location-list{margin-bottom:.3rem;font-size:.85rem}.home-events-list .event-description-list{margin-bottom:.4rem;font-size:.8rem}}.home-events-list .event-card-list:hover{border-color:#2586d0;transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,134,208,.15)}.home-events-list .event-card-list-image{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-right:1px solid #f1f3f4;flex-shrink:0;justify-content:center;align-items:center;width:280px;height:280px;display:flex}.home-events-list .event-logo-list{object-fit:cover;border:2px solid #fff;border-radius:.6rem;width:130px;height:130px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.home-events-list .event-card-list-content{flex-direction:column;flex:1;justify-content:space-between;min-width:0;padding:1.5rem;display:flex}.home-events-list .event-card-list-main{flex:1;min-width:0}.home-events-list .event-card-list-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.6rem;display:flex}.home-events-list .event-name-list{color:#181c22;flex:1;min-width:0;margin:0;font-size:1.4rem;font-weight:700;line-height:1.2}.home-events-list .event-date-list{color:#fff;background:linear-gradient(135deg,#9b59b6 60%,#8e44ad 100%);border-radius:.5rem;flex-shrink:0;justify-content:flex-start;align-items:center;gap:.4rem;min-height:1.5rem;padding:.3rem .6rem;font-size:.7rem;font-weight:600;line-height:1;display:flex;box-shadow:0 2px 8px rgba(155,89,182,.3)}.home-events-list .date-text{text-transform:uppercase;white-space:nowrap;align-items:center;font-size:.65rem;font-weight:600;line-height:1;display:flex}.home-events-list .event-location-list{color:#2586d0;align-items:center;gap:.3rem;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:flex}.home-events-list .event-location-list:before{content:"📍";font-size:.7rem}.home-events-list .event-time-list{color:#2586d0;align-items:center;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.home-events-list .event-description-list{color:#6c757d;flex:1;min-height:2.8rem;margin-bottom:.8rem;font-size:.95rem;line-height:1.4}.home-events-list .event-countdown{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #dee2e6;border-radius:.8rem;justify-content:center;align-items:center;min-height:80px;margin-top:1rem;padding:1rem;display:flex}.home-events-list .countdown-timer{justify-content:center;align-items:center;gap:1rem;display:flex}.home-events-list .countdown-item{flex-direction:column;flex-shrink:0;align-items:center;min-width:50px;display:flex}.home-events-list .countdown-number{color:#2586d0;text-shadow:0 1px 2px rgba(37,134,208,.1);font-size:1.6rem;font-weight:700;line-height:1}.home-events-list .countdown-label{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;text-align:center;margin-top:.3rem;font-size:.75rem;font-weight:600}.home-events-list .countdown-separator{color:#2586d0;opacity:.7;flex-shrink:0;margin-top:-.5rem;font-size:1.6rem;font-weight:700}.home-events-list .event-card-list.canceled{opacity:.6;-webkit-filter:grayscale(.3);filter:grayscale(.3)}.home-events-list .event-date-list.canceled{background:linear-gradient(135deg,#dc3545 60%,#c82333 100%);box-shadow:0 2px 8px rgba(220,53,69,.3)}.home-events-list .canceled-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#dc3545 60%,#c82333 100%);border-radius:1rem;flex-shrink:0;padding:.3rem .7rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 6px rgba(220,53,69,.3)}.home-events-list .event-card-list-footer{justify-content:flex-start;align-items:center;gap:.5rem;min-height:32px;margin-top:.8rem;display:flex}.home-events-list .event-card-list-badges{gap:.5rem;display:flex}.home-events-list .event-card-list-arrow{color:#fff;background:linear-gradient(135deg,#2586d0 60%,#007bff 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.home-events-list .event-card-list:hover .event-card-list-arrow{transform:translate(2px);box-shadow:0 4px 12px rgba(37,134,208,.4)}@media (max-width:768px){.home-events-list{gap:.8rem;max-width:100%;padding:0 1rem}.home-events-list .event-card-list{height:260px}.home-events-list .event-card-list-image{width:260px;height:260px}.home-events-list .event-logo-list{width:120px;height:120px}.home-events-list .event-card-list-content{padding:1.2rem}.home-events-list .event-name-list{font-size:1.3rem}.home-events-list .event-date-list{padding:.25rem .5rem;font-size:.75rem}.home-events-list .date-text{font-size:.7rem}.home-events-list .event-location-list{margin-bottom:.4rem;font-size:.85rem}.home-events-list .event-location-list:before{font-size:.6rem}.home-events-list .event-description-list{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:.5rem;font-size:.8rem;line-height:1.3}.home-events-list .countdown-timer{gap:.8rem}.home-events-list .countdown-item{min-width:45px}.home-events-list .countdown-number{font-size:1.4rem}.home-events-list .countdown-label{font-size:.7rem}.home-events-list .countdown-separator{font-size:1.4rem}.home-events-list .event-card-list-arrow{width:28px;height:28px;font-size:.85rem}.upcoming-events-contact{padding:0 1rem;font-size:.9rem;line-height:1.4}}@media (max-width:600px){.home-events-list{gap:.6rem}.home-events-list .event-card-list{height:160px;min-height:160px}.home-events-list .event-card-list-image{width:160px;height:160px}.home-events-list .event-logo-list{width:90px;height:90px}.home-events-list .event-card-list-content{min-width:0;padding:.6rem}.home-events-list .event-card-list-header{margin-bottom:.3rem}.home-events-list .event-name-list{font-size:1rem;line-height:1.1}.home-events-list .event-date-list{margin-left:.3rem;padding:.15rem .3rem;font-size:.65rem}.home-events-list .date-text{font-size:.6rem}.home-events-list .event-location-list{margin-bottom:.2rem;font-size:.8rem}.home-events-list .event-description-list{margin-bottom:.3rem;font-size:.75rem;line-height:1.2}.home-events-list .countdown-timer{gap:.6rem}.home-events-list .countdown-item{min-width:40px}.home-events-list .countdown-number{font-size:1.2rem}.home-events-list .countdown-label{font-size:.65rem}.home-events-list .countdown-separator{font-size:1.2rem}.home-events-list .event-card-list-footer{min-height:28px;margin-top:.3rem}.home-events-list .event-card-list-arrow{width:22px;height:22px;font-size:.75rem}.upcoming-events-contact{padding:0 .8rem;font-size:.85rem}}@media (max-width:480px){.home-events-list .event-card-list{height:140px;min-height:140px}.home-events-list .event-card-list-image{width:140px;height:140px}.home-events-list .event-logo-list{width:80px;height:80px}.home-events-list .event-card-list-content{padding:.5rem}.home-events-list .event-name-list{font-size:.9rem}.home-events-list .event-date-list{margin-left:.2rem;padding:.1rem .25rem;font-size:.6rem}.home-events-list .date-text{font-size:.55rem}.home-events-list .event-location-list{margin-bottom:.15rem;font-size:.75rem}.home-events-list .event-description-list{margin-bottom:.2rem;font-size:.7rem;line-height:1.1}.home-events-list .event-card-list-footer{min-height:26px;margin-top:.2rem}.home-events-list .event-card-list-arrow{width:20px;height:20px;font-size:.7rem}.upcoming-events-contact{padding:0 .6rem;font-size:.8rem}}@media (max-width:360px){.home-events-list{padding:0 .4rem}.home-events-list .event-card-list{min-height:110px}.home-events-list .event-card-list-image{height:70px}.home-events-list .event-logo-list{width:50px;height:50px}.home-events-list .event-card-list-content{padding:.5rem}.home-events-list .event-name-list{font-size:.85rem}.home-events-list .event-date-list{min-height:1.1rem;padding:.08rem .25rem;font-size:.5rem}.home-events-list .date-text{font-size:.45rem}.home-events-list .event-location-list,.home-events-list .event-description-list{font-size:.65rem}.home-events-list .event-card-list-arrow{width:22px;height:22px;font-size:.65rem}.upcoming-events-contact{padding:0 .4rem;font-size:.75rem}}@media (max-width:768px){.home-root{padding-bottom:3rem}.section{margin:0 0 3rem;padding:0 0 1.5rem}.section-title{margin-bottom:2rem;padding:0 1rem;font-size:1.8rem}.section-subtitle{text-align:left;padding:0 1rem;font-size:.9rem;line-height:1.5}.section-subtitle a{color:#2586d0;font-weight:600;text-decoration:none}.section-subtitle a:hover{text-decoration:underline}}@media (max-width:480px){.home-root{padding-bottom:2rem}.section{margin:0 0 2rem;padding:0 0 1rem}.section-title{margin-bottom:2.5rem;padding:0 .8rem;font-size:1.6rem}.section-subtitle{text-align:left;padding:0 .8rem;font-size:.85rem}.section-subtitle a{color:#2586d0;font-weight:600;text-decoration:none}.section-subtitle a:hover{text-decoration:underline}}@media (max-width:360px){.section-title{margin-bottom:2rem;padding:0 .6rem;font-size:1.4rem}.section-subtitle{text-align:left;padding:0 .6rem;font-size:.8rem}.section-subtitle a{color:#2586d0;font-weight:600;text-decoration:none}.section-subtitle a:hover{text-decoration:underline}}@media (max-width:768px){.section[style*=marginTop\:3rem]{margin:2rem .8rem!important;padding:2rem 1rem!important}.section[style*=marginTop\:3rem] h2{margin-bottom:.8rem!important;font-size:1.6rem!important}.section[style*=marginTop\:3rem] p{margin-bottom:1.5rem!important;font-size:1rem!important}.section[style*=marginTop\:3rem] div[style*=display\:flex]{flex-wrap:wrap!important;gap:1rem!important}.section[style*=marginTop\:3rem] a[style*=display\:flex]{min-width:120px!important;padding:.7rem 1.2rem!important;font-size:.9rem!important}}@media (max-width:480px){.section[style*=marginTop\:3rem]{margin:1.5rem .6rem!important;padding:1.5rem .8rem!important}.section[style*=marginTop\:3rem] h2{margin-bottom:.6rem!important;font-size:1.4rem!important}.section[style*=marginTop\:3rem] p{margin-bottom:1.2rem!important;font-size:.9rem!important}.section[style*=marginTop\:3rem] div[style*=display\:flex]{gap:.8rem!important}.section[style*=marginTop\:3rem] a[style*=display\:flex]{min-width:100px!important;padding:.6rem 1rem!important;font-size:.8rem!important}}@media (max-width:360px){.section[style*=marginTop\:3rem]{margin:1rem .4rem!important;padding:1rem .6rem!important}.section[style*=marginTop\:3rem] h2{font-size:1.2rem!important}.section[style*=marginTop\:3rem] p{font-size:.8rem!important}.section[style*=marginTop\:3rem] a[style*=display\:flex]{min-width:90px!important;padding:.5rem .8rem!important;font-size:.75rem!important}}.events-page{padding:2rem 1.5rem 4rem}.happening-now{text-align:center;background:0 0;border-radius:.8rem;justify-content:center;align-items:center;min-height:80px;padding:1rem;display:flex}.happening-now-text{color:#2586d0;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 2px rgba(37,134,208,.1);font-size:1.2rem;font-weight:700}.events-view-toggle{background:#f8f9fa;border-radius:8px;justify-content:center;gap:.5rem;margin-bottom:2rem;padding:1rem;display:flex}.events-view-toggle button{cursor:pointer;color:#333;background:#fff;border:2px solid #e9ecef;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.5rem;max-width:200px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.events-view-toggle button:hover{color:#007bff;background:#e7f3ff;border-color:#007bff}.events-view-toggle button.active{color:#fff;background:#007bff;border-color:#007bff}.events-view-toggle button svg{font-size:1rem}.events-filter-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.filter-dropdown-group{flex-direction:column;align-items:center;gap:.5rem;display:flex}.filter-label{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.filter-dropdown{color:#181c22;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") right 1rem center/1rem no-repeat;border:2px solid #e9ecef;border-radius:.8rem;min-width:160px;padding:.75rem 3rem .75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.filter-dropdown:hover{border-color:#2586d0;box-shadow:0 4px 12px rgba(37,134,208,.15)}.filter-dropdown:focus{border-color:#2586d0;outline:none;box-shadow:0 0 0 3px rgba(37,134,208,.1)}.filter-dropdown option{padding:.5rem;font-weight:600}.events-list-full{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto 5rem;display:flex}.event-card-list{color:inherit;background:#fff;border:1px solid #f1f3f4;border-radius:.8rem;height:280px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.event-card-list:hover{border-color:#2586d0;transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,134,208,.15)}.event-card-list-image{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-right:1px solid #f1f3f4;flex-shrink:0;justify-content:center;align-items:center;width:280px;height:280px;display:flex}.event-logo-list{object-fit:cover;border:2px solid #fff;border-radius:.6rem;width:130px;height:130px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.event-card-list-content{flex-direction:column;flex:1;justify-content:space-between;padding:1.5rem;display:flex}.event-card-list-main{flex-direction:column;flex:1;justify-content:space-between;min-height:0;display:flex}.event-card-list-header{justify-content:space-between;align-items:flex-start;margin-bottom:.6rem;display:flex}.event-name-list{color:#181c22;flex:1;margin:0;font-size:1.4rem;font-weight:700;line-height:1.2}.event-date-list{color:#fff;background:linear-gradient(135deg,#9b59b6 60%,#8e44ad 100%);border-radius:.5rem;flex-shrink:0;margin-left:.5rem;padding:.3rem .6rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px rgba(155,89,182,.3)}.event-date-list.missed{background:linear-gradient(135deg,#dc3545 60%,#c82333 100%);box-shadow:0 2px 8px rgba(220,53,69,.3)}.date-text{text-transform:uppercase;font-size:.75rem;font-weight:700}.event-location-list{color:#2586d0;align-items:center;gap:.3rem;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:flex}.event-location-list:before{content:"📍";font-size:.7rem}.event-description-list{color:#6c757d;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:none;height:2.8rem;margin-bottom:.8rem;font-size:.95rem;line-height:1.4;display:-webkit-box;overflow:hidden}.event-card-list-footer{justify-content:flex-start;align-items:center;gap:.5rem;min-height:32px;margin-top:.8rem;display:flex}.event-card-list-badges{flex-wrap:wrap;flex:1;align-items:center;gap:.4rem;min-width:0;display:flex}.popular-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#ff6b6b 60%,#ee5a52 100%);border-radius:1rem;flex-shrink:0;padding:.3rem .7rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 6px rgba(255,107,107,.3)}.popular-badge.hot{background:linear-gradient(135deg,#ffa726 60%,#ff9800 100%);box-shadow:0 2px 6px rgba(255,167,38,.3)}.popular-badge.viral{background:linear-gradient(135deg,#ab47bc 60%,#9c27b0 100%);box-shadow:0 2px 6px rgba(171,71,188,.3)}.soon-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#2586d0 60%,#007bff 100%);border-radius:1rem;flex-shrink:0;padding:.3rem .7rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 6px rgba(37,134,208,.3)}.event-card-list-arrow{color:#fff;background:linear-gradient(135deg,#2586d0 60%,#007bff 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.event-card-list:hover .event-card-list-arrow{transform:translate(2px);box-shadow:0 4px 12px rgba(37,134,208,.4)}.event-card-list.soon{border-color:#2586d0;box-shadow:0 2px 12px rgba(37,134,208,.15)}.popular-event-card{border-color:#ff6b6b;box-shadow:0 2px 12px rgba(255,107,107,.15)}.popular-event-card:hover{box-shadow:0 8px 25px rgba(255,107,107,.25)}.no-events-msg{text-align:center;color:#6c757d;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:1rem;padding:3rem 1rem;font-size:1.1rem}@media (max-width:768px){.events-page{padding:1.5rem 1rem 3rem}.events-filter-bar{gap:1.5rem;margin-bottom:2rem}.filter-dropdown{min-width:140px;padding:.6rem 2.5rem .6rem 1.2rem;font-size:.9rem}.filter-label{font-size:.8rem}.events-list-full{gap:.8rem}.event-card-list{height:260px}.event-card-list-image{width:260px;height:260px}.event-logo-list{width:120px;height:120px}.event-card-list-content{padding:1.2rem}.event-name-list{font-size:1.3rem}.event-date-list{padding:.25rem .5rem;font-size:.75rem}.date-text{font-size:.7rem}.event-location-list{font-size:.95rem}.event-description-list{font-size:.9rem}.event-card-list-footer{margin-top:.6rem}.event-card-list-arrow{width:28px;height:28px;font-size:.9rem}.popular-badge,.soon-badge{padding:.2rem .5rem;font-size:.7rem}}@media (max-width:600px){.events-page{padding:1rem .8rem 2.5rem}.events-filter-bar{flex-direction:column;gap:1rem}.filter-dropdown{min-width:200px;padding:.5rem 2.2rem .5rem 1rem;font-size:.85rem}.events-list-full{gap:.6rem}.event-card-list{flex-direction:column;height:auto;min-height:auto}.event-card-list-image{border-bottom:1px solid #f1f3f4;border-right:none;width:100%;height:200px}.event-logo-list{width:100px;height:100px}.event-card-list-content{min-width:0;padding:1rem}.event-card-list-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.event-name-list{margin-bottom:.3rem;font-size:1.1rem;line-height:1.2}.event-date-list{align-self:flex-start;margin-left:0;padding:.3rem .6rem;font-size:.7rem}.date-text{font-size:.65rem}.event-location-list{margin-bottom:.4rem;font-size:.9rem}.event-description-list{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.85rem;line-height:1.3;display:-webkit-box;overflow:hidden}.event-card-list-footer{min-height:auto;margin-top:.5rem}.event-card-list-arrow{width:24px;height:24px;font-size:.8rem}.popular-badge,.soon-badge{padding:.2rem .5rem;font-size:.7rem}.event-card-list-badges{gap:.4rem}}@media (max-width:480px){.events-page{padding:.8rem .5rem 2rem}.events-filter-bar{margin-bottom:1.5rem}.events-filter-btn{padding:.5rem 1.2rem;font-size:.85rem}.event-card-list{flex-direction:column;height:auto;min-height:auto}.event-card-list-image{border-bottom:1px solid #f1f3f4;border-right:none;width:100%;height:180px}.event-logo-list{width:90px;height:90px}.event-card-list-content{padding:.8rem}.event-name-list{font-size:1rem;line-height:1.2}.event-date-list{margin-left:0;padding:.25rem .5rem;font-size:.65rem}.date-text{font-size:.6rem}.event-location-list{margin-bottom:.3rem;font-size:.85rem}.event-description-list{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.4rem;font-size:.8rem;line-height:1.3;display:-webkit-box;overflow:hidden}.event-card-list-footer{min-height:auto;margin-top:.4rem}.event-card-list-arrow{width:22px;height:22px;font-size:.75rem}.popular-badge,.soon-badge{padding:.1rem .3rem;font-size:.6rem}.event-card-list-badges{gap:.2rem}}.events-filter-bar{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.events-filter-btn{color:#007bff;cursor:pointer;background:#e9ecef;border:none;border-radius:20px;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,color .2s}.events-filter-btn.active,.events-filter-btn:hover{color:#fff;background:#007bff}.no-events-msg{text-align:center;color:#6c757d;grid-column:1/-1;margin-top:2rem;font-size:1.2rem}.event-card.soon{border:2px solid #ff9800;position:relative;box-shadow:0 0 0 2px #fff,0 4px 12px rgba(255,152,0,.08)}.soon-badge{color:#fff;vertical-align:middle;background:#ff9800;border-radius:12px;margin-top:.5em;margin-left:.5em;padding:.2em .8em;font-size:.9rem;font-weight:700;display:inline-block}.page-header{text-align:center;margin-bottom:.5rem;font-size:3rem}.page-subheader{text-align:center;color:#6c757d;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.15rem}.section{margin:0 0 5rem;padding:0 0 2rem}@media (max-width:600px){.events-list-full{grid-template-columns:1fr;gap:1rem}.event-card{max-width:100%;margin-bottom:0;padding:1rem .8rem .8rem}.event-info{margin-bottom:.5rem}.event-name{margin-bottom:.1rem;font-size:1.1rem}.event-location{margin-bottom:.2rem;font-size:.95rem}.event-description-short{margin-bottom:.3rem;font-size:.95rem}.event-date-badge{padding:.2rem .6rem;font-size:.9rem}.events-filter-bar{gap:.8rem;margin-bottom:1.5rem}.events-filter-btn{padding:.4rem 1.2rem;font-size:.95rem}.page-container{padding:2rem 1rem}.section-title{margin-bottom:2rem;padding:0 1rem;font-size:1.8rem}.section-subtitle{margin:0 auto 2rem;padding:0 1rem;font-size:1rem}}.popular-event-card{z-index:2;background:#f7faff;border:2.5px solid #2586d0;position:relative;box-shadow:0 8px 32px rgba(37,134,208,.16)}.popular-badge{color:#fff;vertical-align:middle;letter-spacing:.02em;background:#2586d0;border-radius:12px;margin-top:.3em;margin-left:.5em;padding:.3em 1em;font-size:.95rem;font-weight:700;transition:background .2s,color .2s;display:inline-block;box-shadow:0 2px 8px rgba(37,134,208,.1)}.popular-badge.hot{color:#fff;background:#ff9800}.event-time-list{color:#2586d0;align-items:center;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.event-countdown{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #dee2e6;border-radius:.8rem;justify-content:center;align-items:center;min-height:80px;margin-top:1rem;padding:1rem;display:flex}.event-countdown-rockabillaque{margin-top:-.5rem}.missed-notice{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #dee2e6;border-radius:.8rem;justify-content:center;align-items:center;margin-top:1rem;padding:.8rem;display:flex}.countdown-timer{justify-content:center;align-items:center;gap:1rem;display:flex}.countdown-item{flex-direction:column;flex-shrink:0;align-items:center;min-width:50px;display:flex}.countdown-number{color:#2586d0;text-shadow:0 1px 2px rgba(37,134,208,.1);font-size:1.6rem;font-weight:700;line-height:1}.countdown-label{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;text-align:center;margin-top:.3rem;font-size:.75rem;font-weight:600}.countdown-separator{color:#2586d0;opacity:.7;flex-shrink:0;margin-top:-.5rem;font-size:1.6rem;font-weight:700}.event-card-list.canceled{opacity:.6;-webkit-filter:grayscale(.3);filter:grayscale(.3)}.event-card-list.missed{opacity:.8;-webkit-filter:grayscale(.2);filter:grayscale(.2)}.canceled-overlay{color:#fff;background:rgba(220,53,69,.9);border-radius:1rem 0 0;flex-direction:column;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.missed-overlay{color:#fff;background:rgba(108,117,125,.3);border-radius:1rem 0 0;flex-direction:column;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.missed-badge-top-left{color:#fff;z-index:10;background:linear-gradient(135deg,#dc3545 60%,#c82333 100%);border-radius:.5rem;padding:.3rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:1.5rem;left:1rem;box-shadow:0 2px 8px rgba(220,53,69,.3)}.canceled-overlay svg,.missed-overlay svg{margin-bottom:.5rem;font-size:2rem}.event-date-list.canceled,.event-date-list.missed{background:linear-gradient(135deg,#dc3545 60%,#c82333 100%)!important}.canceled-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#dc3545 60%,#c82333 100%);border-radius:1rem;flex-shrink:0;padding:.3rem .7rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 6px rgba(220,53,69,.3)}.missed-badge{color:#fff;background:linear-gradient(135deg,#dc3545 60%,#c82333 100%);border-radius:.5rem;flex-shrink:0;margin-left:.5rem;padding:.3rem .6rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px rgba(220,53,69,.3)}@media (max-width:600px){.countdown-timer{gap:.8rem}.countdown-item{min-width:45px}.countdown-number{font-size:1.4rem}.countdown-label{font-size:.7rem}.countdown-separator{font-size:1.4rem}}@media (max-width:480px){.countdown-timer{gap:.6rem}.countdown-item{min-width:40px}.countdown-number{font-size:1.2rem}.countdown-label{font-size:.65rem}.countdown-separator{font-size:1.2rem}}.popular-badge.viral{color:#fff;background:#e53935}.popular-events-title{color:#2586d0;text-align:center;letter-spacing:-1px;margin-bottom:1.5rem;font-size:2rem;font-weight:800}.event-date-badge{color:#fff;text-align:center;background:linear-gradient(135deg,#9b59b6 60%,#8e44ad 100%);border-radius:.8rem;justify-content:center;align-self:flex-start;align-items:center;min-width:80px;padding:.5rem 1.2rem;font-size:1.05rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px rgba(155,89,182,.2)}.section-subtitle{text-align:center;color:#6c757d;max-width:500px;margin:0 auto 2.5rem;font-size:1.15rem}.products-root{max-width:1400px;margin:0 auto;padding:2rem 1.5rem 4rem}.products-title{text-align:center;color:#181c22;letter-spacing:-1px;margin-bottom:.5rem;font-family:Poppins,Nunito,sans-serif;font-size:2.2rem;font-weight:700}.section-subtitle{text-align:left;color:#6c757d;max-width:800px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.6}.collection-intro{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #e9ecef;border-radius:20px;margin-bottom:3rem;padding:2.5rem;position:relative;overflow:hidden}.collection-intro:before{content:"";background:linear-gradient(90deg,#2586d0 0%,#1e6bb8 100%);height:4px;position:absolute;top:0;left:0;right:0}.collection-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#9b59b6 0%,#8e44ad 100%);border-radius:25px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-block;box-shadow:0 4px 12px rgba(155,89,182,.3)}.collection-title{color:#181c22;letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:700}.collection-description{color:#6c757d;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.designer-callout{background:#fff;border:2px solid #e9ecef;border-radius:15px;margin-top:2rem;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.designer-callout h3{color:#181c22;letter-spacing:-.3px;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.designer-callout p{color:#6c757d;max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.contact-link{color:#fff;background:linear-gradient(135deg,#2586d0 0%,#1e6bb8 100%);border-radius:25px;align-items:center;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px rgba(37,134,208,.3)}.contact-link:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 20px rgba(37,134,208,.4)}.products-controls{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.products-search{background:#fff;border:2px solid #e9ecef;border-radius:50px;width:100%;max-width:500px;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.products-search:focus{border-color:#2586d0;outline:none;box-shadow:0 0 0 3px rgba(37,134,208,.1)}.products-categories{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.products-category-btn:hover{color:#fff;background:#2586d0;border-color:#2586d0;transform:translateY(-2px);box-shadow:0 8px 20px rgba(37,134,208,.3)}.products-category-btn.active{color:#fff;background:linear-gradient(135deg,#2586d0 0%,#1e6bb8 100%);border-color:#2586d0;box-shadow:0 6px 15px rgba(37,134,208,.25)}.product-card-link{color:inherit;flex-direction:column;width:100%;height:100%;text-decoration:none;transition:all .3s;display:flex}.product-card-link:hover{transform:translateY(-4px)}.product-card{background:#fff;border:1px solid #f1f3f4;border-radius:1rem;flex-direction:column;width:100%;height:auto;min-height:550px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.product-card-link:hover .product-card{border-color:#2586d0;box-shadow:0 8px 25px rgba(37,134,208,.15)}.product-card-outer{background:#fff;border:1px solid #f1f3f4;border-radius:1rem;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.product-card-link:hover .product-card-outer{border-color:#2586d0;box-shadow:0 8px 25px rgba(37,134,208,.15)}.card-image-area{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);width:100%;height:280px;position:relative;overflow:hidden}.product-card-image-wrapper{aspect-ratio:1;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:1rem 1rem 0 0;flex-shrink:0;width:100%;min-height:280px;max-height:350px;position:relative;overflow:hidden}.product-sticker-icon{color:#fff;z-index:10;background:linear-gradient(135deg,#6f42c1 60%,#8e44ad 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 4px 12px rgba(111,66,193,.4)}.product-card-link:hover .product-sticker-icon{transform:scale(1.1);box-shadow:0 6px 16px rgba(111,66,193,.5)}.product-card-image{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .3s;display:block;transform:translateZ(0)}.product-card-link:hover .product-card-image{will-change:transform;transform:scale(1.05)}.out-of-stock-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#dc3545 60%,#c82333 100%);border-radius:1rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px rgba(220,53,69,.3)}.product-info-section{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:.75rem;visibility:visible!important;opacity:1!important;background:#fff!important;width:100%!important;min-height:90px!important;padding:1.25rem 1.5rem 1.5rem!important;display:flex!important}.product-name{-webkit-line-clamp:2;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;overflow:hidden;color:#181c22!important;visibility:visible!important;opacity:1!important;width:100%!important;margin:0!important;padding:0!important;font-size:1.1rem!important;font-weight:700!important;line-height:1.4!important;display:-webkit-box!important}.product-price-row{box-sizing:border-box;border-top:1px solid #f1f3f4;justify-content:flex-start;align-items:center;margin-top:auto;padding-top:.75rem;visibility:visible!important;opacity:1!important;width:100%!important;display:flex!important}.product-price{color:#2586d0!important;visibility:visible!important;opacity:1!important;margin:0!important;padding:0!important;font-size:1.2rem!important;font-weight:700!important;display:block!important}.price-from{color:#6c757d;text-transform:lowercase;font-size:.9rem;font-weight:500}.price-range{color:#6c757d;font-size:1rem}.product-card-info{flex-direction:column;gap:.5rem;padding:1rem 1rem 1.5rem;display:flex}.product-card-type-label{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#9b59b6 60%,#8e44ad 100%);border-radius:1rem;align-self:flex-end;margin-right:0;padding:.3rem .7rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 6px rgba(155,89,182,.3)}.products-root .products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:start;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem 0;display:grid}.products-grid.single{max-width:400px;margin:0 auto}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#2586d0;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container{text-align:center;color:#6c757d;padding:4rem 2rem}.retry-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2586d0 0%,#1e6bb8 100%);border:none;border-radius:25px;margin-top:1rem;padding:1rem 2rem;font-weight:600;transition:all .3s}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(37,134,208,.3)}.warning-banner{text-align:center;color:#856404;background:linear-gradient(135deg,#fff3cd 0%,#ffeaa7 100%);border:1px solid #ffc107;border-radius:15px;margin-bottom:2rem;padding:1rem 1.5rem}.no-products{text-align:center;color:#6c757d;padding:4rem 2rem;font-size:1.1rem}@media (min-width:640px) and (max-width:767px){.product-info-section{gap:.75rem;min-height:90px;padding:1.25rem 1.5rem 1.5rem}.product-name{font-size:1.05rem}.product-price{font-size:1.15rem}}@media (min-width:1400px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem}.product-info-section{box-sizing:border-box;background:#fff;flex-direction:column;flex:1;gap:.75rem;width:100%;min-height:90px;padding:1.25rem 1.5rem 1.5rem;display:flex!important}.product-name{color:#181c22;-webkit-line-clamp:2;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;width:100%;margin:0;padding:0;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-row{box-sizing:border-box;border-top:1px solid #f1f3f4;justify-content:flex-start;align-items:center;width:100%;margin-top:auto;padding-top:.75rem;display:flex!important}.product-price{color:#2586d0;margin:0;padding:0;font-size:1.2rem;font-weight:700;display:block}}@media (min-width:1024px) and (max-width:1399px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-info-section{box-sizing:border-box;background:#fff;flex-direction:column;flex:1;gap:.75rem;width:100%;min-height:90px;padding:1.25rem 1.5rem 1.5rem;display:flex!important}.product-name{color:#181c22;-webkit-line-clamp:2;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;width:100%;margin:0;padding:0;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-row{box-sizing:border-box;border-top:1px solid #f1f3f4;justify-content:flex-start;align-items:center;width:100%;margin-top:auto;padding-top:.75rem;display:flex!important}.product-price{color:#2586d0;margin:0;padding:0;font-size:1.2rem;font-weight:700;display:block}}@media (min-width:768px) and (max-width:1023px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-card-image-wrapper{min-height:250px;max-height:350px}.product-info-section{box-sizing:border-box;background:#fff;flex-direction:column;flex:1;gap:.75rem;width:100%;min-height:90px;padding:1.25rem 1.5rem 1.5rem;display:flex!important}.product-name{color:#181c22;-webkit-line-clamp:2;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;width:100%;margin:0;padding:0;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-row{box-sizing:border-box;border-top:1px solid #f1f3f4;justify-content:flex-start;align-items:center;width:100%;margin-top:auto;padding-top:.75rem;display:flex!important}.product-price{color:#2586d0;margin:0;padding:0;font-size:1.2rem;font-weight:700;display:block}}@media (min-width:1024px) and (max-width:1399px){.product-card-image-wrapper{min-height:280px;max-height:380px}}@media (min-width:1400px){.product-card-image-wrapper{min-height:300px;max-height:400px}}@media (max-width:768px){.products-root{padding:1rem}.products-title{letter-spacing:-.5px;margin-bottom:1.2rem;font-size:1.8rem}.collection-intro{margin-bottom:2rem;padding:2rem 1.5rem}.collection-title{font-size:1.6rem}.collection-description{font-size:1rem}.designer-callout{padding:1.5rem}.designer-callout h3{font-size:1.2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1.5rem 0}.products-controls{gap:1rem}.products-search{max-width:100%}.products-categories{gap:.5rem}.products-category-btn{padding:.5rem 1rem;font-size:.8rem}.card-image-area{height:240px}.product-card{min-height:275px}.product-card-image-wrapper{min-height:180px;max-height:220px}.product-info-section{gap:.5rem;min-height:70px;padding:1rem 1.25rem 1.25rem}.product-name{font-size:.95rem;line-height:1.35}.product-price-row{padding-top:.5rem}.product-price{font-size:1.1rem}}@media (max-width:480px){.products-title{letter-spacing:-.3px;margin-bottom:1rem;font-size:1.5rem}.collection-intro{margin-bottom:1.5rem;padding:1.5rem 1rem}.collection-badge{padding:.4rem 1.2rem;font-size:.8rem}.collection-title{font-size:1.4rem}.collection-description{font-size:.95rem}.designer-callout{padding:1.2rem}.designer-callout h3{font-size:1.1rem}.designer-callout p{font-size:.9rem}.contact-link{padding:.7rem 1.2rem;font-size:.9rem}.products-grid{grid-template-columns:1fr;gap:1rem;padding:1rem 0}.card-image-area{height:220px}.product-card{min-height:275px}.product-card-image-wrapper{min-height:180px;max-height:220px}.product-info-section{gap:.5rem;min-height:70px;padding:.875rem 1rem 1rem}.product-name{font-size:.9rem;line-height:1.3}.product-price-row{padding-top:.5rem}.product-price{font-size:1rem}.product-card-type-label{padding:.1rem .3rem;font-size:.55rem}.product-card-meta-row{gap:.15rem}}@media (max-width:768px) and (orientation:landscape){.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.product-card-outer.minimal{min-height:200px}}.product-image-gallery{gap:.5rem;margin-top:1rem;display:flex;overflow-x:auto}.product-gallery-thumbnail{object-fit:cover;cursor:pointer;border:2px solid transparent;border-radius:4px;width:80px;height:80px;transition:border-color .2s}.product-gallery-thumbnail:hover{border-color:#e74c3c}.product-price-container{margin:1rem 0}.compare-price{color:#999;margin-left:.5rem;font-size:.9em;text-decoration:line-through}.product-variants{margin:1.5rem 0}.product-variants h3{color:#333;margin-bottom:.5rem;font-size:1rem}.variant-options{flex-wrap:wrap;gap:.5rem;display:flex}.variant-option{cursor:pointer;background:#f8f9fa;border:2px solid #e9ecef;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.variant-option:hover:not(:disabled){background:#fff;border-color:#e74c3c}.variant-option.selected{color:#fff;background:#e74c3c;border-color:#e74c3c}.variant-option:disabled{opacity:.5;cursor:not-allowed}.product-tags{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.product-tag{color:#5f6368;background:#f1f3f4;border-radius:12px;padding:.25rem .5rem;font-size:.8rem;font-weight:500}@media (hover:none) and (pointer:coarse){.product-card-link:hover .card-root,.product-card-outer:hover{transform:none;box-shadow:0 8px 32px rgba(37,134,208,.1)}.products-category-btn:hover{color:#2586d0;background:#f7f8fa;border-color:#b6d4fa}.products-category-btn.active{color:#fff;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border-color:#007bff}.variant-option:hover:not(:disabled){background:#f8f9fa;border-color:#e9ecef}.variant-option.selected{color:#fff;background:#e74c3c;border-color:#e74c3c}}.grid-root{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center;gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid}@media (max-width:700px){.grid-root{grid-template-columns:1fr;gap:1.1rem;max-width:100%;padding:0 .8rem}}@media (max-width:480px){.grid-root{gap:.8rem;padding:0 .6rem}}@media (max-width:360px){.grid-root{gap:.6rem;padding:0 .4rem}}.products-root{background:#f7f8fa;width:100vw;min-height:100vh;padding-bottom:3rem}.products-title{text-align:center;color:#23272f;letter-spacing:-1px;margin-bottom:.7rem;font-size:2.3rem;font-weight:700}.products-subtitle{text-align:center;color:#6c757d;max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.15rem}.products-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;margin-bottom:2.5rem;display:flex}.products-search{background:#fff;border:1.5px solid #b6d4fa;border-radius:2rem;outline:none;min-width:220px;max-width:320px;padding:.7rem 1.3rem;font-size:1.08rem;transition:border .18s,box-shadow .18s;box-shadow:0 2px 8px rgba(37,134,208,.06)}.products-search:focus{border-color:#2586d0;box-shadow:0 4px 16px rgba(37,134,208,.13)}.products-categories{flex-wrap:wrap;gap:.7rem;display:flex}.products-category-btn{color:#2586d0;cursor:pointer;background:#f7f8fa;border:1.5px solid #b6d4fa;border-radius:2rem;padding:.6rem 1.5rem;font-size:1.01rem;font-weight:600;transition:background .18s,color .18s,border .18s}.products-category-btn.active,.products-category-btn:hover{color:#fff;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border-color:#007bff}.product-votes{justify-content:center;gap:1.2rem;margin:1.2rem 0 .5rem;display:flex}.vote-btn{color:#2586d0;cursor:pointer;background:#f7f8fa;border:1.5px solid #b6d4fa;border-radius:2rem;min-width:90px;padding:.6rem 1.5rem;font-size:1.01rem;font-weight:600;transition:background .18s,color .18s,border .18s}.vote-btn:hover{color:#007bff;background:#e9ecef;border-color:#007bff}.no-products-msg{text-align:center;color:#6c757d;grid-column:1/-1;margin-top:2rem;font-size:1.2rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));justify-content:center;align-items:stretch;gap:2.2rem;width:100%;max-width:900px;margin:0 auto;display:grid}.coming-soon-msg{text-align:center;color:#2586d0;letter-spacing:-1px;margin-top:3rem;font-size:2rem;font-weight:700}.products-grid.single{justify-content:center;align-items:flex-start;gap:2.2rem;display:flex}.product-card-link{flex-direction:column;width:100%;max-width:370px;height:100%;text-decoration:none;transition:box-shadow .18s,transform .18s;display:flex}.product-card-link:hover .card-root{border:2px solid #2586d0;transform:scale(1.035)translateY(-6px);box-shadow:0 12px 36px rgba(37,134,208,.16)}.product-card-outer{background:#fff;border:1.5px solid #ececec;border-radius:1.1rem;flex-direction:column;align-items:stretch;width:100%;max-width:370px;margin:0 auto;padding:0;transition:box-shadow .18s,transform .18s,border .18s;display:flex;overflow:hidden;box-shadow:0 8px 32px rgba(37,134,208,.1)}.product-card-outer:hover{border:2px solid #2586d0;transform:scale(1.035)translateY(-6px);box-shadow:0 12px 36px rgba(37,134,208,.16)}.product-card-extra{background:0 0;flex-direction:column;align-items:center;width:100%;max-width:100%;margin:0;padding:1.1rem 1.1rem 1.3rem;display:flex}.product-card-divider{background:linear-gradient(90deg,#e9ecef 60%,#b6d4fa 100%);border-radius:1px;width:100%;height:1.5px;margin:.7rem 0 .5rem}.product-votes{justify-content:center;gap:1.2rem;margin-top:.7rem;display:flex}.vote-btn{color:#2586d0;cursor:pointer;background:linear-gradient(90deg,#f7f8fa 60%,#e9ecef 100%);border:1.5px solid #b6d4fa;border-radius:2rem;outline:none;min-width:90px;padding:.7rem 1.7rem;font-size:1.08rem;font-weight:700;transition:background .18s,color .18s,border .18s,box-shadow .18s;box-shadow:0 2px 8px rgba(37,134,208,.06)}.vote-btn:hover{color:#fff;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border-color:#007bff;box-shadow:0 4px 16px rgba(37,134,208,.13)}.product-card-outer.minimal{background:#fff;border:1.5px solid #ececec;border-radius:1.1rem;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;max-width:370px;height:100%;min-height:420px;margin:0 auto;padding:0;transition:box-shadow .18s,transform .18s,border .18s;display:flex;overflow:hidden;box-shadow:0 2px 12px rgba(37,134,208,.06)}.product-card-outer.minimal:hover{border:2px solid #2586d0;transform:scale(1.025)translateY(-3px);box-shadow:0 8px 24px rgba(37,134,208,.13)}.card-image-area{aspect-ratio:1;background:#f7f8fa;border-radius:1.1rem 1.1rem 0 0;justify-content:center;align-items:center;width:100%;min-height:220px;display:flex;overflow:hidden}.product-card-image{object-fit:cover;width:100%;height:100%;display:block}.product-card-type-label{color:#2586d0;background:#f4f8fc;border-radius:1.2rem;margin-left:.5rem;padding:.2em 1em;font-size:1.01rem;font-weight:600}@media (max-width:700px){.products-title{margin-bottom:.5rem;padding:0 1rem;font-size:1.8rem}.products-subtitle{margin-bottom:2rem;padding:0 1rem;font-size:1rem;line-height:1.4}.products-controls{flex-direction:column;gap:1rem;margin-bottom:2rem;padding:0 1rem}.products-search{width:100%;min-width:auto;max-width:100%;padding:.8rem 1.2rem;font-size:1rem}.products-categories{justify-content:center;gap:.5rem;width:100%}.products-category-btn{white-space:nowrap;padding:.5rem 1rem;font-size:.9rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:0 .5rem}.product-card-link{max-width:100%}.product-card-outer{max-width:100%;padding:0}.product-card-extra{padding:.8rem .8rem 1rem}.product-card-outer.minimal{max-width:100%;min-height:300px}.card-image-area{aspect-ratio:1;min-height:180px}.product-card-type-label{padding:.15em .8em;font-size:.85rem}.product-votes{gap:.7rem}}@media (max-width:480px){.products-root{padding:.5rem .25rem 1.5rem}.products-title{padding:0 .5rem;font-size:1.5rem}.products-subtitle{padding:0 .5rem;font-size:.9rem}.products-controls{gap:.8rem;padding:0 .5rem}.products-search{padding:.7rem 1rem;font-size:.9rem}.products-categories{gap:.4rem}.products-category-btn{padding:.4rem .8rem;font-size:.8rem}.products-grid{grid-template-columns:1fr;gap:.8rem;padding:0 .25rem}.product-card-outer.minimal{min-height:280px}.card-image-area{min-height:160px}.product-card-type-label{padding:.1em .6em;font-size:.8rem}}@media (max-width:360px){.products-title{font-size:1.3rem}.products-subtitle{font-size:.85rem}.products-search{padding:.6rem .8rem;font-size:.85rem}.products-category-btn{padding:.3rem .6rem;font-size:.75rem}.product-card-outer.minimal{min-height:260px}.card-image-area{min-height:140px}}@media (hover:none) and (pointer:coarse){.product-card-link:hover .card-root,.product-card-outer:hover{transform:none;box-shadow:0 8px 32px rgba(37,134,208,.1)}.products-category-btn:hover{color:#2586d0;background:#f7f8fa;border-color:#b6d4fa}.products-category-btn.active{color:#fff;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border-color:#007bff}}@media (max-width:768px) and (orientation:landscape){.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-card-outer.minimal{min-height:240px}.card-image-area{min-height:120px}}.back-home-btn{color:#fff;letter-spacing:.02em;cursor:pointer;text-align:center;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border:none;border-radius:2.5rem;margin:2.5rem auto 0;padding:1.1rem 2.8rem;font-size:1.15rem;font-weight:700;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:inline-block;box-shadow:0 8px 32px rgba(37,134,208,.1)}.back-home-btn:hover{color:#fff;background:linear-gradient(90deg,#007bff 60%,#2586d0 100%);transform:translateY(-3px)scale(1.04);box-shadow:0 12px 36px rgba(37,134,208,.16)}.cart-overlay{z-index:5000;background:rgba(0,0,0,.5);justify-content:flex-end;align-items:flex-start;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-container{background:#fff;flex-direction:column;width:100%;max-width:450px;height:100vh;animation:.3s ease-out slideIn;display:flex;overflow:hidden;box-shadow:-4px 0 20px rgba(0,0,0,.15)}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{color:#333;margin:0;font-size:1.5rem;font-weight:700}.cart-close-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:2rem;transition:all .2s;display:flex}.cart-close-btn:hover{color:#333;background:#e9ecef}.cart-error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin:1rem 0;padding:.75rem}.cart-success{color:#155724;background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;margin:1rem 0;padding:.75rem}.cart-loading{color:#666;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.cart-loading .loading-spinner{border:3px solid #f3f3f3;border-top-color:#2586d0;border-radius:50%;width:30px;height:30px;margin-bottom:1rem;animation:1s linear infinite spin}.cart-empty{text-align:center;color:#666;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.cart-empty p{margin-bottom:1.5rem;font-size:1.1rem}.cart-empty .btn-primary{color:#fff;cursor:pointer;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%);border:none;border-radius:2rem;padding:.7rem 2.2rem;font-size:1.08rem;font-weight:600;transition:background .18s,box-shadow .18s,transform .18s;box-shadow:0 2px 8px rgba(37,134,208,.08)}.cart-empty .btn-primary:hover{background:linear-gradient(90deg,#007bff 60%,#2586d0 100%);transform:translateY(-2px)scale(1.03);box-shadow:0 4px 16px rgba(37,134,208,.13)}.cart-items{flex:1;padding:1rem;overflow-y:auto}.cart-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;gap:1rem;margin-bottom:1rem;padding:1rem;transition:box-shadow .2s;display:flex}.cart-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.cart-item-image{flex-shrink:0;width:80px;height:80px}.cart-item-image img{object-fit:cover;border-radius:4px;width:100%;height:100%}.cart-item-details{flex:1;min-width:0}.cart-item-title{color:#333;margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.3}.cart-item-variant{color:#666;margin:0 0 .5rem;font-size:.9rem}.cart-item-price{color:#2586d0;margin:0;font-size:1rem;font-weight:700}.cart-item-controls{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.quantity-controls{border:1px solid #e9ecef;border-radius:4px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.quantity-btn{color:#333;cursor:pointer;background:#f8f9fa;border:none;border-radius:2px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;font-weight:600;transition:all .2s;display:flex}.quantity-btn:hover:not(:disabled){background:#e9ecef}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-display{text-align:center;color:#333;min-width:30px;font-weight:600}.remove-btn{color:#dc3545;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.9rem;transition:background .2s}.remove-btn:hover:not(:disabled){background:#fff5f5}.remove-btn:disabled{opacity:.5;cursor:not-allowed}.cart-footer{background:#f8f9fa;border-top:1px solid #e9ecef;padding:1.5rem}.cart-summary{margin-bottom:1.5rem}.cart-subtotal,.cart-total{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.cart-subtotal{color:#666;font-size:1rem}.cart-total{color:#333;border-top:1px solid #e9ecef;padding-top:.5rem;font-size:1.2rem;font-weight:700}.cart-actions{align-items:center;gap:1rem;min-height:44px;display:flex}.cart-actions .btn{cursor:pointer;text-align:center;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;min-width:0;height:44px;margin:0;padding:.75rem 1rem;font-size:.9rem;font-weight:600;line-height:1.2;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.cart-actions .btn:disabled{opacity:.6;cursor:not-allowed}.cart-actions .btn-primary{color:#fff;background:linear-gradient(90deg,#2586d0 60%,#007bff 100%)}.cart-actions .btn-primary:hover:not(:disabled){background:linear-gradient(90deg,#007bff 60%,#2586d0 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,134,208,.3)}.cart-actions .btn-secondary{color:#fff;background:#6c757d}.cart-actions .btn-secondary:hover:not(:disabled){background:#5a6268;transform:translateY(-1px)}.cart-actions .checkout-btn{background:linear-gradient(90deg,#28a745 60%,#20c997 100%);flex:1}.cart-actions .checkout-btn:hover:not(:disabled){background:linear-gradient(90deg,#20c997 60%,#28a745 100%);box-shadow:0 4px 12px rgba(40,167,69,.3)}@media (max-width:768px){.cart-container{max-width:100%}.cart-header{padding:1rem}.cart-header h2{font-size:1.3rem}.cart-items{padding:.5rem}.cart-item{gap:.75rem;padding:.75rem}.cart-item-image{width:60px;height:60px}.cart-item-title{font-size:.9rem}.cart-item-variant{font-size:.8rem}.cart-item-price{font-size:.9rem}.cart-footer{padding:1rem}.cart-actions{flex-direction:column;align-items:stretch}.cart-actions .btn{flex:none;width:100%;height:48px;padding:.875rem 1rem;font-size:1rem}.cart-actions .checkout-btn{flex:none}}@media (max-width:480px){.cart-item{flex-direction:column;align-items:flex-start}.cart-item-controls{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.quantity-controls{order:1}.remove-btn{order:2}}.header{z-index:1000;background:#fff;border-bottom:1px solid #ececec;width:100vw;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 8px rgba(0,0,0,.03)}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.header-logo{color:#23272f;align-items:center;gap:.7rem;font-family:Inter,Sora,Arial,sans-serif;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.header-logo img{border-radius:.2rem;width:auto;height:54px}.header-logo-img{width:auto;height:48px;display:block}.header-logo-text-blue{color:#2586d0;letter-spacing:-1px;font-size:1.7rem;font-weight:700}.header-nav{align-items:center;gap:1.5rem;margin-left:auto;margin-right:.5rem;display:flex}.header-nav a{color:#23272f;padding:.2rem 0;font-family:Inter,Sora,Arial,sans-serif;font-size:1.08rem;font-weight:600;text-decoration:none;transition:color .18s;position:relative}.header-nav a.active,.header-nav a:hover{color:#2586d0}.header-nav-link.disabled,.mobile-nav-link:disabled{opacity:.5;pointer-events:none;color:#999!important;cursor:not-allowed!important}.mobile-nav-link:disabled:hover,.mobile-nav-link:disabled:focus{color:#999!important;background:0 0!important}.header-hamburger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;padding:0;display:none}.header-hamburger span{background:#23272f;border-radius:2px;width:100%;height:3px;transition:all .3s}.header-mobile-close{color:#23272f;cursor:pointer;z-index:2101;background:0 0;border:none;padding:.3rem;font-size:2.2rem;transition:color .18s;position:absolute;top:1.2rem;right:1.2rem}.header-mobile-close:hover,.header-mobile-close:focus{color:#2586d0}.header-mobile-menu{z-index:9999;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100vw;height:100vh;display:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.coming-soon-link{align-items:center;gap:.4rem;display:flex;position:relative}.coming-soon-badge{color:#fff;letter-spacing:.01em;vertical-align:middle;background:#2586d0;border-radius:1rem;margin-left:.2em;padding:.18em .8em;font-size:.82rem;font-weight:700;box-shadow:0 1px 4px rgba(37,134,208,.1);text-decoration:none!important}.coming-soon-link:hover .coming-soon-badge{text-decoration:none!important}@media (max-width:800px){.header-inner{justify-content:space-between;padding:0 1rem;position:relative}.header-logo{order:2;margin:0;position:absolute;left:50%;transform:translate(-50%)}.header-nav{display:none}.header-hamburger{order:3;display:flex;position:relative;top:auto;right:auto;transform:none}.header-mobile-controls{order:1;display:flex}}@media (max-width:480px){.header-inner{padding:0 .75rem}.header-logo-img{height:42px}.header-mobile-menu a{min-width:180px;padding:.4rem .8rem;font-size:1.3rem}.header-mobile-menu{gap:1.8rem}}.mobile-nav-link{color:#23272f;letter-spacing:-.02em;text-align:center;cursor:pointer;background:0 0;border:none;border-radius:.5rem;min-width:200px;padding:.5rem 1rem;font-family:Inter,Sora,Arial,sans-serif;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .18s}.mobile-nav-link:hover,.mobile-nav-link:focus{color:#2586d0;background:rgba(37,134,208,.05)}.header-mobile-controls{flex:1;justify-content:space-between;align-items:center;gap:.5rem;display:none}.header-info-btn{cursor:pointer;color:#23272f;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:color .18s;display:flex}.header-info-btn:hover{color:#2586d0;background:rgba(37,134,208,.05)}@media (max-width:768px){.header-nav{display:none}.header-hamburger,.header-mobile-controls{display:flex}.header-mobile-menu{display:none}.header-mobile-menu.open{display:flex}.header-inner{justify-content:space-between;gap:1rem}}.header-right{align-items:center;gap:.5rem;margin-left:1rem;display:flex}.header-cart-btn{color:#23272f;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.header-cart-btn:hover{background:rgba(37,134,208,.1);transform:scale(1.1)}.cart-badge{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;animation:.3s ease-out bounceIn;display:flex;position:absolute;top:-2px;right:-2px}@media (max-width:768px){.header-inner{justify-content:space-between;padding:0 1rem}.header-left{flex:1;display:flex}.header-logo{flex:1;justify-content:center}.header-right{flex:1;justify-content:flex-end;gap:1rem}.header-nav{display:none}.header-hamburger{display:flex}.header-mobile-menu{display:none}.header-mobile-menu.open{display:flex}}.header-left{flex:1;align-items:center;display:none}@media (max-width:768px){.header-left{display:flex}}.footer{color:#23272f;text-align:center;background:#f7f8fa;border-top:1px solid #ececec;width:100vw;padding:3rem 0 2rem;font-size:1.08rem}.footer-inner{flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.footer-logo{color:#23272f;align-items:center;gap:.7rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.footer-logo img{border-radius:.2rem;width:auto;height:36px}.footer-nav{align-items:center;gap:1.7rem;display:flex}.footer-nav a{color:#23272f;font-size:1.08rem;font-weight:600;text-decoration:none;transition:color .18s}.footer-nav a:hover{color:#2586d0}.footer-socials{gap:1.7rem;margin-top:.5rem;display:flex}.footer-socials a{color:#2586d0;align-items:center;font-size:2.1rem;font-weight:600;text-decoration:none;transition:color .18s;display:flex}.footer-socials a:hover{color:#1d6aa5}.footer-copyright{color:#6c757d;margin-top:1.2rem;font-size:1.01rem}.footer-rise{text-align:center;margin:1.2rem 0 .2rem;font-size:1.08rem;font-weight:600}.footer-rise a{color:#2586d0;text-decoration:none;transition:color .18s}.footer-rise a:hover{color:#0056b3;text-decoration:underline}@media (max-width:700px){.footer-inner{padding:0 1.2rem}.footer-nav{flex-direction:column;gap:.7rem}}.skip-link{z-index:10000;color:#fff;background:#2586d0;border-radius:0 0 4px;padding:1rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:top .2s;position:absolute;top:-100px;left:0}.skip-link:focus{outline-offset:-3px;outline:3px solid #fff;top:0}.skip-link:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.3)}*{box-sizing:border-box}html,body{color:#23272f;background:#f7f8fa;margin:0;padding:0;font-family:Source Sans Pro,Inter,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:#2586d0;text-decoration:none}a:hover{text-decoration:none}body{min-height:100vh}.page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){img,video{max-width:100%;height:auto}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{animation:1.5s infinite shimmer}@media (max-width:768px){.skeleton-image-container{height:150px!important}.hero-video,.media-card-image{object-fit:cover}}
