.clh-hero{background:#faf8f5;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.clh-hero-card{z-index:15;border-radius:0;width:100%;height:100vh;position:relative;overflow:hidden}.clh-hero-bg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.clh-hero-img--mobile,.clh-hero-img--tablet{display:none}.clh-hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000001a 0%,#00000005 35%,#00000040 75%,#0000008c 100%);position:absolute;inset:0}.clh-hero-content{z-index:5;box-sizing:border-box;pointer-events:none;opacity:0;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:1.8rem 2.5rem 2.8rem;display:flex;position:absolute;top:0;left:0}.clh-hero-content>*{pointer-events:auto}.clh-hero-nav{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.clh-nav-left{align-items:center;display:flex}.clh-nav-logo{justify-content:flex-start;align-items:center;width:140px;display:flex}.clh-nav-logo img{filter:brightness(0)saturate()invert(42%)sepia(93%)saturate(1352%)hue-rotate(338deg)brightness(90%)contrast(89%);width:100%!important;height:auto!important}.clh-nav-right{align-items:center;gap:.55rem;display:flex}.clh-nav-cta{color:#111;font-size:1.05rem;font-family:var(--font-sans);cursor:pointer;letter-spacing:.01em;background:#fff;border:none;border-radius:50px;padding:1rem 1.8rem;font-weight:500;transition:all .3s}.clh-nav-cta:hover{background:#f0f0f0}.clh-nav-cta-icon{color:#fff;cursor:pointer;background:#eb4d2b;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.3rem;transition:all .3s;display:flex}.clh-nav-cta-icon:hover{background:#c9433f}.clh-hero-bottom{justify-content:space-between;align-items:flex-end;gap:2rem;width:100%;display:flex}.clh-hero-bottom-left{flex:1;max-width:55%}.clh-eyebrow{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.14em;color:#fff;background:#eb4d2b;border-radius:50px;margin-bottom:1.2rem;padding:.4rem 1.1rem;font-size:.72rem;font-weight:700;display:inline-block}.clh-heading{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;margin:0;font-size:clamp(2.2rem,4.2vw,3.8rem);font-weight:700;line-height:1.05}.clh-hero-bottom-right{flex-direction:column;flex:0 460px;align-items:flex-start;gap:1.3rem;display:flex}.clh-subtext{font-family:var(--font-sans);color:#ffffffe6;margin:0;font-size:1.15rem;font-weight:600;line-height:1.55}.clh-cta-row{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}@media (min-width:769px) and (max-width:1024px) and (orientation:portrait){.clh-hero-img--desktop,.clh-hero-img--mobile{display:none}.clh-hero-img--tablet{display:block}}@media (max-width:768px){.clh-hero-img--desktop{display:none}.clh-hero-img--mobile{display:block}.clh-hero-card{border-radius:0!important;width:100%!important;height:100vh!important}.clh-hero-content{padding:1rem 1rem 1.5rem}.clh-nav-logo{width:110px}.clh-nav-cta{display:none}.clh-hero-bottom{flex-direction:column;align-items:flex-start;gap:1.2rem}.clh-hero-bottom-left{max-width:100%}.clh-eyebrow{margin-bottom:.8rem;padding:.35rem .9rem;font-size:.62rem}.clh-heading{font-size:clamp(1.8rem,8vw,3rem)}.clh-hero-bottom-right{flex:1;width:100%}.clh-subtext{font-size:.95rem}.clh-nav-cta-icon{width:44px;height:44px;font-size:1.2rem}.clh-cta-row{gap:.65rem;width:100%}}@media (max-width:480px){.clh-hero-content{padding:.8rem .8rem 1.2rem}.clh-heading{font-size:clamp(1.5rem,7vw,2.2rem)}.clh-subtext{font-size:.85rem;line-height:1.45}.clh-nav-cta-icon{width:38px;height:38px;font-size:1rem}}
.proof-section{background:#faf8f5;width:100%;padding:6rem 2rem 5rem;position:relative}.proof-section__header{max-width:1200px;margin:0 auto 3rem}.proof-section__headline{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.02em;text-align:center;margin:0;font-size:clamp(1.8rem,4vw,3rem);font-weight:600}.proof-section__grid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:1.2rem;max-width:1200px;min-height:520px;margin:0 auto;display:grid}.proof-section__card{background:#f3f3f3;border:none;border-radius:20px;flex-direction:column;transition:box-shadow .4s,transform .4s;display:flex;overflow:hidden}.proof-section__card:hover{transform:translateY(-2px);box-shadow:0 8px 40px #0000000f}.proof-section__card:first-child{grid-area:1/1/3}.proof-section__card:nth-child(2){grid-area:1/2}.proof-section__card:nth-child(3){grid-area:2/2}.proof-section__card:nth-child(4){grid-area:1/3/3}.proof-section__card-image{flex:1;width:100%;min-height:160px;position:relative;overflow:hidden}.proof-section__card-image img{transition:transform .6s}.proof-section__card:hover .proof-section__card-image img{transform:scale(1.04)}.proof-section__card:first-child .proof-section__card-image,.proof-section__card:nth-child(4) .proof-section__card-image{min-height:240px}.proof-section__card-content{flex-direction:column;gap:.5rem;padding:1.5rem 1.8rem 2rem;display:flex}.proof-section__card-subtitle{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:#eb4d2b;font-size:.7rem;font-weight:600}.proof-section__card-title{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.01em;margin:0;font-size:1.4rem;font-weight:600}.proof-section__card-desc{font-family:var(--font-body);color:#1a1a1aa6;margin:0;font-size:.92rem;line-height:1.6}.proof-section__card-detail{font-family:var(--font-body);color:#1a1a1a80;margin:0;font-size:.85rem;font-style:italic;line-height:1.5}.proof-section__card-cta{color:#eb4d2b;font-size:.88rem;font-family:var(--font-body);align-items:center;gap:.4rem;margin-top:.5rem;font-weight:600;transition:gap .3s;display:inline-flex}.proof-section__card-cta:hover{gap:.7rem}.proof-section__card-cta svg{font-size:1rem}.proof-section__final-cta{justify-content:center;max-width:1200px;margin:3rem auto 0;display:flex}.proof-section__cta-btn{color:#fff;font-size:1rem;font-family:var(--font-body);cursor:pointer;background:#1a1a1a;border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem .85rem .85rem 2rem;font-weight:500;transition:background .3s,box-shadow .3s;display:flex}.proof-section__cta-btn:hover{background:#333;box-shadow:0 8px 30px #00000026}.proof-section__cta-btn:hover .proof-section__cta-btn-arrow{transform:translate(-145px)}.proof-section__cta-btn:hover .proof-section__cta-btn-text{transform:translate(48px)}.proof-section__cta-btn-text{order:1;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.proof-section__cta-btn-arrow{color:#fff;background:#eb4d2b;border-radius:50%;flex-shrink:0;order:2;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex}@media (max-width:900px){.proof-section__grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;min-height:auto}.proof-section__card:first-child{grid-area:1/1}.proof-section__card:nth-child(2){grid-area:1/2}.proof-section__card:nth-child(3){grid-area:2/1}.proof-section__card:nth-child(4){grid-area:2/2}}@media (max-width:768px){.proof-section{padding:4rem 1.5rem 3rem}.proof-section__grid{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.proof-section__card:first-child,.proof-section__card:nth-child(2),.proof-section__card:nth-child(3),.proof-section__card:nth-child(4){grid-area:auto/1}.proof-section__card-image{min-height:180px!important}.proof-section__card-content{padding:1.2rem 1.4rem 1.5rem}}@media (max-width:480px){.proof-section__headline{font-size:clamp(1.4rem,6vw,2rem)}.proof-section__card-title{font-size:1.2rem}.proof-section__cta-btn{padding:.7rem .7rem .7rem 1.6rem;font-size:.9rem}.proof-section__cta-btn-arrow{width:36px;height:36px}}
.tapx-showcase{background:#faf8f5;width:100%;position:relative}.tapx-showcase__canvas-section{background:#faf8f5;width:100%;height:100lvh;position:relative;overflow:hidden}.tapx-showcase__canvas{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.tapx-showcase__overlay{z-index:3;pointer-events:none;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.tapx-showcase__phase1{width:100%;height:100%}.tapx-showcase__phase1-eyebrow{z-index:4;position:absolute;top:6vh;left:50%;transform:translate(-50%)}.tapx-showcase__eyebrow-light{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:#eb4d2b;white-space:nowrap;font-size:.72rem;font-weight:600}.tapx-showcase__phase1-left{max-width:420px;position:absolute;top:50%;left:5%;transform:translateY(-50%)}.tapx-showcase__mainline{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:600;line-height:1.05}.tapx-showcase__phase1-subdesc{font-family:var(--font-body);color:#1a1a1ad9;max-width:340px;margin:0;font-size:1.1rem;line-height:1.6}.tapx-showcase__phase1-subdesc--tags{letter-spacing:.05em;color:#1a1a1ab3;margin-top:.6rem;font-size:.85rem}.tapx-showcase__phase1-subdesc--right{text-align:right;margin-left:auto}.tapx-showcase__phase1-right{text-align:right;max-width:320px;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.tapx-showcase__mainline-right{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:700;line-height:1}.tapx-showcase__cta-primary{color:#fff;font-family:var(--font-body);pointer-events:auto;background:#eb4d2b;border-radius:50px;justify-content:center;align-items:center;padding:.85rem 1.8rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.tapx-showcase__cta-primary:hover{background:#d4422a;transform:translateY(-2px);box-shadow:0 6px 20px #eb4d2b4d}.tapx-showcase__cta-secondary{color:#1a1a1a;font-family:var(--font-body);pointer-events:auto;background:#fff;border:1px solid #0000001a;border-radius:50px;justify-content:center;align-items:center;padding:.85rem 1.8rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.tapx-showcase__cta-secondary:hover{background:#f5f5f5;border-color:#0003}.tapx-showcase__phase2{width:100%;height:100%}.tapx-showcase__phase2-left{max-width:480px;position:absolute;top:50%;left:5%;transform:translateY(-50%)}.tapx-showcase__label{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:#eb4d2b;margin-bottom:1rem;font-size:.72rem;font-weight:600;display:block}.tapx-showcase__label--light{color:#ff7a5c}.tapx-showcase__headline{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.03em;margin:0 0 1.2rem;font-size:clamp(2.4rem,5vw,4.2rem);font-weight:600;line-height:1}.tapx-showcase__headline--expanded{white-space:nowrap}.tapx-showcase__headline--white{color:#fff;text-shadow:0 2px 20px #0000004d}.tapx-showcase__phase2-desc{font-family:var(--font-body);color:#1a1a1ad9;max-width:420px;margin:0;font-size:1.15rem;line-height:1.7}.tapx-showcase__phase3{width:100%;height:100%}.tapx-showcase__phase3-right{-webkit-backdrop-filter:blur(12px);background:#00000059;border:1px solid #ffffff1a;border-radius:16px;max-width:520px;padding:2.5rem;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.tapx-showcase__phase3-desc{font-family:var(--font-body);color:#fffc;margin:0 0 1.2rem;font-size:1.15rem;line-height:1.7}.tapx-showcase__phase3-desc--white{color:#ffffffd9}.tapx-showcase__cta-underline{color:#eb4d2b;font-family:var(--font-body);text-underline-offset:4px;pointer-events:auto;align-items:center;font-size:.95rem;font-weight:600;text-decoration:underline;transition:all .3s;display:inline-flex}.tapx-showcase__cta-underline:hover{color:#ff6b4d;text-underline-offset:6px}.tapx-showcase__cta-underline--light{color:#ff7a5c}.tapx-showcase__cta-underline--light:hover{color:#ffb199}.tapx-showcase__phase4{width:100%;height:100%}.tapx-showcase__phase4-bottom{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:90%;max-width:500px;display:flex;position:absolute;bottom:8%;left:50%;transform:translate(-50%)}.tapx-showcase__phase4-desc{font-family:var(--font-body);color:#1a1a1ad9;margin:0;font-size:1.15rem;line-height:1.65}.tapx-showcase__phase4-ctas{pointer-events:auto;align-items:center;gap:1rem;display:flex}.tapx-showcase__poster{object-fit:cover;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.tapx-showcase__proof-section{background:#faf8f5;width:100%;padding:6rem 2rem 5rem;position:relative}.tapx-showcase__proof-section-header{max-width:1200px;margin:0 auto 3rem}.tapx-showcase__proof-section-sub{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.02em;text-align:center;margin:0;font-size:clamp(1.8rem,4vw,3rem);font-weight:600}.tapx-showcase__proof-grid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:1.2rem;max-width:1200px;min-height:520px;margin:0 auto;display:grid}.tapx-showcase__proof-card{background:#f3f3f3;border:none;border-radius:20px;flex-direction:column;transition:box-shadow .4s,transform .4s;display:flex;overflow:hidden}.tapx-showcase__proof-card:hover{transform:translateY(-2px);box-shadow:0 8px 40px #0000000f}.tapx-showcase__proof-card:first-child{grid-area:1/1/3}.tapx-showcase__proof-card:nth-child(2){grid-area:1/2}.tapx-showcase__proof-card:nth-child(3){grid-area:2/2}.tapx-showcase__proof-card:nth-child(4){grid-area:1/3/3}.tapx-showcase__proof-card-image{flex:1;width:100%;min-height:160px;position:relative;overflow:hidden}.tapx-showcase__proof-card-image img{transition:transform .6s}.tapx-showcase__proof-card:hover .tapx-showcase__proof-card-image img{transform:scale(1.04)}.tapx-showcase__proof-card:first-child .tapx-showcase__proof-card-image,.tapx-showcase__proof-card:nth-child(4) .tapx-showcase__proof-card-image{min-height:240px}.tapx-showcase__proof-card-content{flex-direction:column;gap:.5rem;padding:1.5rem 1.8rem 2rem;display:flex}.tapx-showcase__proof-card-subtitle{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:#eb4d2b;font-size:.7rem;font-weight:600}.tapx-showcase__proof-card-title{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.01em;margin:0;font-size:1.4rem;font-weight:600}.tapx-showcase__proof-card-desc{font-family:var(--font-body);color:#1a1a1aa6;margin:0;font-size:.92rem;line-height:1.6}.tapx-showcase__proof-card-detail{font-family:var(--font-body);color:#1a1a1a73;margin:0;font-size:.85rem;font-style:italic;line-height:1.55}.tapx-showcase__proof-card-cta{color:#eb4d2b;font-family:var(--font-body);align-items:center;gap:.35rem;margin-top:.5rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.tapx-showcase__proof-card-cta svg{font-size:.9rem;transition:transform .3s}.tapx-showcase__proof-card-cta:hover{gap:.6rem}.tapx-showcase__proof-card-cta:hover svg{transform:translate(2px,-2px)}.tapx-showcase__final-cta{justify-content:center;max-width:1200px;margin:4rem auto 0;display:flex}.tapx-showcase__cta-btn{color:#fff;font-size:1rem;font-family:var(--font-body);cursor:pointer;background:#1a1a1a;border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem .85rem .85rem 2rem;font-weight:500;transition:background .3s,box-shadow .3s;display:flex}.tapx-showcase__cta-btn:hover{background:#111;box-shadow:0 4px 24px #00000026}.tapx-showcase__cta-btn:hover .tapx-showcase__cta-btn-arrow{transform:translate(-175px)}.tapx-showcase__cta-btn:hover .tapx-showcase__cta-btn-text{transform:translate(50px)}.tapx-showcase__cta-btn-text{order:1;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.tapx-showcase__cta-btn-arrow{color:#fff;background:#eb4d2b;border-radius:50%;flex-shrink:0;order:2;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex}@media (max-width:900px){.tapx-showcase__proof-grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;min-height:auto}.tapx-showcase__proof-card:first-child{grid-area:1/1}.tapx-showcase__proof-card:nth-child(2){grid-area:1/2}.tapx-showcase__proof-card:nth-child(3){grid-area:2/1}.tapx-showcase__proof-card:nth-child(4){grid-area:2/2}.tapx-showcase__phase1-left{max-width:320px}.tapx-showcase__phase1-right{max-width:260px}.tapx-showcase__phase1-subdesc{max-width:280px;font-size:.88rem}.tapx-showcase__phase2-left{max-width:380px}.tapx-showcase__phase3-right{max-width:340px;padding:1.5rem}}@media (min-width:769px) and (max-width:1024px) and (orientation:portrait){.tapx-showcase__phase1-left,.tapx-showcase__phase1-right,.tapx-showcase__phase2-left,.tapx-showcase__phase3-right{text-align:center;width:auto;max-width:none;left:2.5rem;right:2.5rem}.tapx-showcase__phase1-left{top:9%;transform:none}.tapx-showcase__phase1-right{top:auto;bottom:9%;transform:none}.tapx-showcase__phase1-subdesc{max-width:460px;margin-left:auto;margin-right:auto}.tapx-showcase__phase1-subdesc--right{text-align:center;margin-left:auto}.tapx-showcase__phase2-left{top:auto;bottom:9%;transform:none}.tapx-showcase__phase2-desc{margin-left:auto;margin-right:auto}.tapx-showcase__phase3-right{top:auto;bottom:8%;transform:none}}@media (max-width:768px){.tapx-showcase__mainline,.tapx-showcase__mainline-right{font-size:clamp(1.6rem,6vw,2.8rem)}.tapx-showcase__headline{font-size:clamp(2.2rem,8vw,4rem)}.tapx-showcase__phase1-left,.tapx-showcase__phase1-right,.tapx-showcase__phase2-left,.tapx-showcase__phase3-right{text-align:center;width:auto;max-width:none;left:1.5rem;right:1.5rem}.tapx-showcase__phase1-left{top:9%;transform:none}.tapx-showcase__phase1-right{top:auto;bottom:9%;transform:none}.tapx-showcase__phase1-subdesc{max-width:320px;margin-left:auto;margin-right:auto;font-size:.82rem}.tapx-showcase__phase1-subdesc--right{text-align:center;margin-left:auto}.tapx-showcase__phase2-left{background:radial-gradient(120% 120%,#00000080 0%,#00000047 55%,#0000 100%);border-radius:16px;padding:1.1rem 1.3rem;top:auto;bottom:9%;transform:none}.tapx-showcase__phase2-left .tapx-showcase__headline{color:#fff;text-shadow:0 2px 18px #0009,0 1px 3px #0000008c}.tapx-showcase__phase2-desc{color:#fffffff2;text-shadow:0 1px 12px #0009;margin-left:auto;margin-right:auto}.tapx-showcase__phase3-right{padding:1.5rem 1.6rem;top:auto;bottom:8%;transform:none}.tapx-showcase__proof-section{padding:4rem 1.5rem 3rem}.tapx-showcase__proof-grid{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.tapx-showcase__proof-card:first-child,.tapx-showcase__proof-card:nth-child(2),.tapx-showcase__proof-card:nth-child(3),.tapx-showcase__proof-card:nth-child(4){grid-area:auto/1}.tapx-showcase__proof-card-image{min-height:180px!important}.tapx-showcase__proof-card-content{padding:1.2rem 1.4rem 1.5rem}}@media (max-width:480px){.tapx-showcase__mainline,.tapx-showcase__mainline-right{font-size:clamp(1.3rem,7vw,2rem)}.tapx-showcase__headline{font-size:clamp(1.8rem,10vw,3rem)}.tapx-showcase__eyebrow-light{font-size:.6rem}.tapx-showcase__phase1-subdesc{display:none}.tapx-showcase__phase1-left,.tapx-showcase__phase1-right,.tapx-showcase__phase2-left,.tapx-showcase__phase3-right{left:1.1rem;right:1.1rem}.tapx-showcase__phase2-desc{font-size:.85rem}.tapx-showcase__phase3-right{padding:1.2rem}.tapx-showcase__phase4-bottom{bottom:6%}.tapx-showcase__phase4-ctas{flex-direction:column;gap:.7rem}.tapx-showcase__proof-section{padding:3rem 1.2rem 2.5rem}.tapx-showcase__proof-section-sub{font-size:clamp(1.4rem,6vw,2rem)}.tapx-showcase__proof-card-title{font-size:1.2rem}.tapx-showcase__proof-card-desc{font-size:.85rem}.tapx-showcase__proof-card-image{height:160px}.tapx-showcase__cta-btn{padding:.7rem .7rem .7rem 1.6rem;font-size:.9rem}.tapx-showcase__cta-btn-arrow{width:36px;height:36px;font-size:1rem}}
.wristband-showcase{background:#faf8f5;width:100%;position:relative}.wristband-showcase__canvas-section{background:#faf8f5;width:100%;height:100lvh;position:relative;overflow:hidden}.wristband-showcase__canvas{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.wristband-showcase__overlay{z-index:3;pointer-events:none;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.wristband-showcase__eyebrow{font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;color:#eb4d2b;margin-bottom:.8rem;font-size:.72rem;font-weight:600;display:block}.wristband-showcase__eyebrow--dark{color:#1a1a1a;opacity:.45}.wristband-showcase__title{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:600;line-height:1.05}.wristband-showcase__title--dark{color:#fff;text-shadow:0 2px 20px #00000040}.wristband-showcase__desc{font-family:var(--font-body);color:#1a1a1a8c;max-width:380px;margin:0;font-size:1.1rem;line-height:1.65}.wristband-showcase__desc--dark{color:#fffc}.wristband-showcase__cta{color:#eb4d2b;font-family:var(--font-body);text-underline-offset:4px;pointer-events:auto;align-items:center;margin-top:1.2rem;font-size:.95rem;font-weight:600;text-decoration:underline;transition:all .3s;display:inline-flex}.wristband-showcase__cta:hover{color:#ff6b4d;text-underline-offset:6px}.wristband-showcase__phase1-bottom{text-align:left;max-width:420px;position:absolute;bottom:8%;right:5%}.wristband-showcase__phase2-content{max-width:420px;position:absolute;top:50%;left:5%;transform:translateY(-50%)}.wristband-showcase__phase3-content{background:#0000008c;border:1px solid #ffffff1a;border-radius:16px;max-width:440px;padding:2.2rem 2.5rem;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.wristband-showcase__phase4-content{max-width:420px;position:absolute;top:50%;left:5%;transform:translateY(-50%)}.wristband-showcase__phase5-content{max-width:440px;position:absolute;top:12%;left:5%}@media (max-width:900px){.wristband-showcase__phase2-content{max-width:340px}.wristband-showcase__phase3-content{max-width:320px;padding:1.5rem 1.8rem}.wristband-showcase__phase4-content,.wristband-showcase__phase5-content{max-width:340px}}@media (max-width:768px){.wristband-showcase__title{font-size:clamp(1.7rem,6.5vw,2.6rem)}.wristband-showcase__desc{max-width:340px;margin-left:auto;margin-right:auto;font-size:.95rem}.wristband-showcase__phase1-bottom,.wristband-showcase__phase2-content,.wristband-showcase__phase3-content,.wristband-showcase__phase4-content,.wristband-showcase__phase5-content{text-align:center;width:auto;max-width:none;left:1.5rem;right:1.5rem}.wristband-showcase__phase1-bottom{top:auto;bottom:7%}.wristband-showcase__phase2-content{top:7%;transform:none}.wristband-showcase__phase3-content{padding:1.4rem 1.6rem;top:auto;bottom:7%;transform:none}.wristband-showcase__phase4-content{top:7%;transform:none}.wristband-showcase__phase5-content{top:7%}}@media (min-width:769px) and (max-width:1024px) and (orientation:portrait){.wristband-showcase__phase1-bottom,.wristband-showcase__phase2-content,.wristband-showcase__phase3-content,.wristband-showcase__phase4-content,.wristband-showcase__phase5-content{text-align:center;width:auto;max-width:none;left:2.5rem;right:2.5rem}.wristband-showcase__desc{max-width:460px;margin-left:auto;margin-right:auto}.wristband-showcase__phase1-bottom{top:auto;bottom:7%}.wristband-showcase__phase2-content{top:7%;transform:none}.wristband-showcase__phase3-content{top:auto;bottom:7%;transform:none}.wristband-showcase__phase4-content,.wristband-showcase__phase5-content{top:7%;transform:none}}@media (max-width:480px){.wristband-showcase__title{font-size:clamp(1.4rem,7.5vw,2rem)}.wristband-showcase__eyebrow{font-size:.62rem}.wristband-showcase__desc{max-width:300px;font-size:.86rem}.wristband-showcase__phase1-bottom,.wristband-showcase__phase2-content,.wristband-showcase__phase3-content,.wristband-showcase__phase4-content,.wristband-showcase__phase5-content{left:1.1rem;right:1.1rem}.wristband-showcase__phase3-content{padding:1.1rem 1.2rem}.wristband-showcase__cta{font-size:.84rem}}.wristband-showcase__poster{object-fit:cover;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}
.cld{background:#faf8f5;width:100%;padding:8rem 4rem 6rem;overflow:hidden}.cld__inner{max-width:1300px;margin:0 auto}.cld__header{text-align:center;margin-bottom:4rem}.cld__eyebrow{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.18em;color:#eb4d2b;margin-bottom:1.2rem;font-size:.7rem;font-weight:600;display:block}.cld__heading{font-family:var(--font-display);color:#0a0a0a;letter-spacing:-.02em;margin:0 0 1.2rem;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:700;line-height:1.1}.cld__sub{font-family:var(--font-sans);color:#666;margin:0;font-size:1.15rem;font-weight:400;line-height:1.65}.cld__grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.cld__card{border-radius:16px;min-height:320px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.cld__card:hover{transform:translateY(-4px)}.cld__card:hover .cld__card-image img{transform:scale(1.05)}.cld__card--bottom{grid-column:span 1}.cld__card--bottom:nth-child(4){grid-column:1/2}.cld__card--bottom:nth-child(5){grid-column:2/4}.cld__card-image{z-index:1;position:absolute;inset:0}.cld__card-image img{object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.cld__card-overlay{z-index:2;background:linear-gradient(#0000001a 0%,#000000a6 100%);position:absolute;inset:0}.cld__card-content{z-index:3;flex-direction:column;justify-content:flex-end;height:100%;padding:2rem;display:flex;position:relative}.cld__card-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#eb4d2b;background:#eb4d2b33;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.cld__card-title{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;margin:0 0 .4rem;font-size:clamp(1.1rem,1.5vw,1.4rem);font-weight:600}.cld__card-desc{font-family:var(--font-sans);color:#ffffffbf;margin:0 0 1rem;font-size:1.05rem;font-weight:400;line-height:1.6}.cld__card-stat{border-top:1px solid #ffffff26;align-items:baseline;gap:.6rem;padding-top:.8rem;display:flex}.cld__card-stat-value{font-family:var(--font-display);color:#eb4d2b;font-size:1.6rem;font-weight:700;line-height:1}.cld__card-stat-label{font-family:var(--font-sans);color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:500}@media (max-width:1024px){.cld{padding:6rem 2.5rem 4rem}.cld__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cld__card--top:nth-child(3){grid-column:1/3}.cld__card--bottom:nth-child(4){grid-column:1/2}.cld__card--bottom:nth-child(5){grid-column:2/3}.cld__card{min-height:280px}}@media (max-width:768px){.cld{padding:5rem 1.5rem 3rem}.cld__grid{grid-template-columns:1fr}.cld__card--top:nth-child(3),.cld__card--bottom:nth-child(4),.cld__card--bottom:nth-child(5){grid-column:1/-1}.cld__card{min-height:260px}.cld__heading{font-size:clamp(1.8rem,6vw,2.8rem)}}@media (max-width:480px){.cld{padding:4rem 1.2rem 2.5rem}.cld__card{min-height:240px}.cld__card-content{padding:1.5rem}}
.cashless-faq{background:#faf8f5;width:100%;padding:6rem 2rem 7rem;overflow:hidden}.cashless-faq__inner{max-width:900px;margin:0 auto}.cashless-faq__header{text-align:center;margin-bottom:3.5rem}.cashless-faq__eyebrow{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.14em;color:#eb4d2b;margin-bottom:1.2rem;font-size:.75rem;font-weight:500;display:block}.cashless-faq__heading{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.02em;margin:0;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.1}.cashless-faq__list{flex-direction:column;gap:.75rem;display:flex}.cashless-faq__item{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:16px;transition:background .35s,border-color .35s;overflow:hidden}.cashless-faq__item:hover,.cashless-faq__item--active{background:#eb4d2b0a;border-color:#eb4d2b33}.cashless-faq__question-bar{justify-content:space-between;align-items:center;gap:1rem;padding:1.3rem 1.6rem;display:flex}.cashless-faq__question{font-family:var(--font-sans);color:#1a1a1a;flex:1;font-size:clamp(.9rem,1.4vw,1.05rem);font-weight:500;line-height:1.4}.cashless-faq__chevron{color:#0000008c;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:1.2rem;transition:color .3s;display:flex}.cashless-faq__item--active .cashless-faq__chevron{color:#eb4d2b}.cashless-faq__answer-wrap{overflow:hidden}.cashless-faq__answer{font-family:var(--font-sans);color:#666;max-width:90%;padding:0 1.6rem 1.4rem;font-size:.88rem;font-weight:400;line-height:1.7}.cashless-faq__cta-wrap{justify-content:center;margin-top:3rem;display:flex}.cashless-faq__cta-btn{color:#fff;font-size:.95rem;font-family:var(--font-sans);background:#eb4d2b;border-radius:50px;align-items:center;gap:.55rem;padding:.85rem .85rem .85rem 2rem;font-weight:600;text-decoration:none;transition:box-shadow .35s,background .35s;display:inline-flex;box-shadow:0 4px 30px #eb4d2b59}.cashless-faq__cta-btn:hover{background:#d4432a;box-shadow:0 6px 40px #eb4d2b80}.cashless-faq__cta-text{order:1}.cashless-faq__cta-icon{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;order:2;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}@media (max-width:768px){.cashless-faq{padding:4rem 1.5rem 5rem}.cashless-faq__heading{font-size:clamp(1.6rem,6vw,2.4rem)}.cashless-faq__question-bar{padding:1.1rem 1.2rem}.cashless-faq__question{font-size:clamp(.85rem,3.5vw,1rem)}.cashless-faq__answer{max-width:100%;padding:0 1.2rem 1.2rem;font-size:.84rem}.cashless-faq__item{border-radius:12px}}@media (max-width:480px){.cashless-faq__heading{font-size:clamp(1.4rem,7vw,2rem)}.cashless-faq__chevron{width:28px;min-width:28px;height:28px;font-size:1rem}}
.clcta{background:#faf8f5;justify-content:center;align-items:center;width:100%;min-height:70vh;padding:8rem 2rem;display:flex}.clcta__inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:700px;display:flex}.clcta__eyebrow{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.18em;color:#eb4d2b;font-size:.7rem;font-weight:600}.clcta__heading{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.025em;margin:0;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:700;line-height:1.1}.clcta__sub{font-family:var(--font-sans);color:#666;max-width:480px;margin:0;font-size:1rem;font-weight:400;line-height:1.6}.clcta__btn-wrap{margin-top:1rem}@media (max-width:768px){.clcta{min-height:50vh;padding:5rem 1.5rem}.clcta__heading{font-size:clamp(2rem,7vw,3rem)}.clcta__sub{font-size:.9rem}}@media (max-width:480px){.clcta__heading{font-size:clamp(1.6rem,8vw,2.4rem)}}
