@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&display=swap";:root{--hype-background: #f0f0f0;--hype-background-white: #ffffff;--hype-foreground: #1a1a1a;--hype-muted-foreground: #6b6b6b;--hype-border: #c8c8c8;--hype-accent: #2d8c8c;--hype-accent-dark: #1f6e6e;--hype-font-heading: "Montserrat", sans-serif;--hype-container-padding: 1.25rem;--hype-geo-pattern-dark: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='geo' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpolygon points='50,0 100,25 100,75 50,100 0,75 0,25' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='0.5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='200' height='200' fill='url(%23geo)'/%3E%3C/svg%3E")}.hype-container{width:100%;max-width:1320px;margin:0 auto;padding:0 var(--hype-container-padding)}.hype-section{padding:4rem 0;position:relative}.hype-section--textured{background-image:var(--hype-geo-pattern-dark)}.hype-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;font-family:var(--hype-font-heading);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;text-decoration:none;transition:all .3s ease;min-height:44px}.hype-btn-accent{background:var(--hype-accent);color:#fff;clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%)}.hype-btn-accent:hover{background:var(--hype-accent-dark)}.hype-reveal{opacity:1;transform:translateY(0)}#about.hype-section{padding:4rem 0}.hype-about{display:flex;flex-direction:column;align-items:center;gap:2rem;background:var(--hype-foreground);color:#fff;padding:3rem 2rem;clip-path:polygon(0 0,calc(100% - 30px) 0,100% 30px,100% 100%,30px 100%,0 calc(100% - 30px))}.hype-about__image-wrapper{width:100%;max-width:16rem;aspect-ratio:1}.hype-about__image{width:100%;height:100%;object-fit:cover;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}.hype-about__content{max-width:42rem}.hype-about__heading{font-family:var(--hype-font-heading);color:var(--hype-accent);font-weight:900;text-transform:uppercase;font-size:1.75rem;margin-bottom:1rem}.hype-about__text{font-size:1.05rem;margin-bottom:1rem;line-height:1.7;color:#fffc}.hype-reels-section{background:var(--hype-background);color:var(--hype-foreground);padding:3.5rem 0}.hype-reels__heading{font-family:var(--hype-font-heading);font-size:2.2rem;font-weight:900;line-height:1.1;margin-bottom:2rem;text-transform:uppercase;text-align:center}.hype-reels__rail{position:relative}.hype-reels__grid{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.hype-reels__grid::-webkit-scrollbar{display:none}.hype-reels__item{flex:0 0 min(65vw,280px);cursor:pointer;transition:transform .25s ease;scroll-snap-align:start}.hype-reels__item:hover{transform:translateY(-4px)}.hype-reels__video-wrapper{position:relative;width:100%;aspect-ratio:9/16;overflow:hidden;background:#111;border-radius:8px;box-shadow:0 4px 12px #00000026}.hype-reels__video-wrapper video{width:100%;height:100%;object-fit:cover}.hype-reels__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 40%);display:flex;flex-direction:column;justify-content:space-between;padding:.75rem}.hype-reels__stats{display:flex;align-items:center;gap:.35rem;color:#fff;font-size:.85rem;font-weight:700}.hype-reels__product-card{display:flex;align-items:center;gap:.5rem;text-decoration:none;width:100%;margin-top:auto}.hype-reels__product-image{flex-shrink:0;width:44px;height:44px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;padding:4px}.hype-reels__product-image img{width:100%;height:100%;object-fit:contain}.hype-reels__product-title{font-size:.75rem;line-height:1.3;color:#fff;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hype-reels__scroll-next{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border:2px solid rgba(255,255,255,.3);background:#0009;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;clip-path:polygon(4px 0,100% 0,calc(100% - 4px) 100%,0 100%)}.hype-reels__scroll-next[disabled]{opacity:0;pointer-events:none}.hype-reels-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center}.hype-reels-modal[aria-hidden=false]{display:flex}.hype-reels-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hype-reels-modal__content{position:relative;z-index:10;width:90%;max-width:380px;max-height:85vh;aspect-ratio:9/16;background:#000;overflow:hidden;border-radius:12px}.hype-reels-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:30;background:#000000b3;border:2px solid rgba(255,255,255,.5);color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.hype-reels-modal__video-container,.hype-reels-modal__video-container video{width:100%;height:100%;object-fit:contain}.hype-service-highlights{background:var(--hype-background);padding:2.5rem 0;background-image:var(--hype-geo-pattern-dark)}.hype-service-highlights__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.hype-service-highlights__card{background:var(--hype-background-white);padding:2rem 1.25rem;min-height:220px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border:1px solid var(--hype-border);clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,0 100%)}.hype-service-highlights__icon-wrap{width:96px;height:96px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.hype-service-highlights__icon{width:76px;height:76px;object-fit:contain}.hype-service-highlights__title{margin:0;font-family:var(--hype-font-heading);font-size:1.4rem;line-height:1.2;font-weight:800;color:var(--hype-foreground);text-transform:uppercase;max-width:16ch}.hype-faq-section{background:var(--hype-background-white);color:var(--hype-foreground);padding:4rem 0}.hype-faq__title{text-align:center;font-family:var(--hype-font-heading);font-size:2rem;font-weight:900;margin-bottom:3rem;text-transform:uppercase}.hype-faq__list{max-width:800px;margin:0 auto}.hype-faq__item{border-bottom:1px solid rgba(0,0,0,.1)}.hype-faq__item:first-child{border-top:1px solid rgba(0,0,0,.1)}.hype-faq__question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;list-style:none;font-family:var(--hype-font-heading);font-weight:700;font-size:.95rem;text-transform:uppercase}.hype-faq__question::-webkit-details-marker{display:none}.hype-faq__icon{transition:transform .3s ease}.hype-faq__item[open] .hype-faq__icon{transform:rotate(180deg)}.hype-faq__answer{padding-bottom:1.5rem;color:var(--hype-muted-foreground);line-height:1.6;font-size:.9375rem}@media(min-width:768px){.hype-about{flex-direction:row;padding:4rem 3rem;gap:3rem}.hype-reels__item{flex-basis:min(30vw,240px)}.hype-reels__heading{font-size:3.6rem}.hype-service-highlights__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1023px){.hype-reels__scroll-next{display:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/hype-custom.css.map */
