.academy{padding:0}.academy-hero{background:linear-gradient(135deg,rgb(var(--color-button),.9),rgba(var(--color-button),.5),rgba(var(--color-button),.2));color:rgb(var(--color-button-text));text-align:center;padding:6rem 0 8rem;margin-bottom:4rem;width:100%;position:relative;overflow:hidden}.academy-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d,#0000000d);pointer-events:none}.academy-hero-content{max-width:80rem;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.academy-hero-pill{display:inline-flex;align-items:center;gap:.8rem;background:#fff3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.3);border-radius:2.4rem;padding:.8rem 1.6rem;font-size:1.4rem;font-weight:500;margin-bottom:2.4rem;color:rgba(var(--color-button-text),.95);box-shadow:0 4px 16px #0000001a}.academy-pill-icon{font-size:1.6rem}.academy-hero-title{margin:0 0 2rem;font-size:4.8rem;font-weight:700;line-height:1.1;color:rgb(var(--color-button-text))}.academy-hero-description{margin:0 0 3.2rem;font-size:1.8rem;line-height:1.6;color:rgba(var(--color-button-text),.9);max-width:80rem;margin-left:auto;margin-right:auto}.academy-hero-cta{margin-bottom:5rem}.academy-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.academy-stat{text-align:center;min-width:12rem}.academy-stat-number{font-size:3.6rem;font-weight:700;line-height:1;margin-bottom:.8rem;color:rgb(var(--color-button-text))}.academy-stat-label{font-size:1.4rem;font-weight:500;color:rgba(var(--color-button-text),.8);line-height:1.3}.academy-section{margin-bottom:8rem;padding:0 2rem}.academy-section:last-child{margin-bottom:0}.academy-section-header{text-align:left;margin-bottom:4rem;display:flex;align-items:center;flex-wrap:wrap;gap:2rem;width:100%}.academy-section-header-content{flex:1;min-width:0;max-width:90rem}.academy-section-title{margin:0 0 1.6rem;font-size:3.6rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.2;max-width:60rem}.academy-section-description{margin:0 0 2rem;font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.75)}.academy-section-cta{margin-top:0;margin-left:auto;flex-shrink:0}.academy-featured-video{max-width:80rem;margin:0 auto}.academy-video-card.featured{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:rgb(var(--color-background));border-radius:1.6rem;overflow:hidden;box-shadow:0 8px 32px #00000014;transition:box-shadow .3s ease}.academy-video-card.featured:hover{box-shadow:0 12px 48px #0000001f}.academy-video-grid{display:grid;grid-template-columns:repeat(var(--grid-columns, 3),1fr);gap:3rem}.academy-video-card{background:rgb(var(--color-background));border-radius:1.2rem;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.academy-video-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.academy-video-thumbnail{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:rgba(var(--color-foreground),.05)}.academy-video-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.academy-video-card:hover .academy-video-thumbnail img{transform:scale(1.05)}.academy-video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(var(--color-button),.1),rgba(var(--color-button),.2));color:rgb(var(--color-button))}.academy-video-placeholder svg{width:4rem;height:4rem}.academy-video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fffffff2;border:none;border-radius:50%;width:6rem;height:6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 16px #0003}.academy-video-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);background:#fff;box-shadow:0 6px 24px #0000004d}.academy-play-icon{color:rgb(var(--color-button));display:flex;align-items:center;justify-content:center;margin-left:.3rem}.academy-play-icon svg{width:2.4rem;height:2.4rem}.academy-video-content{padding:2.4rem;flex:1;display:flex;flex-direction:column;text-align:left}.academy-video-card.featured .academy-video-content{padding:4rem}.academy-video-title{margin:0 0 1.2rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.3}.academy-video-card.featured .academy-video-title{font-size:2.4rem;margin-bottom:1.6rem}.academy-video-description{margin:0;font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.7)}.academy-video-card.featured .academy-video-description{font-size:1.6rem;margin-bottom:2.4rem}.academy-video-cta{margin-top:auto;align-self:flex-start}.academy-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:9999}.academy-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.academy-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:120rem;max-height:90vh;background:rgb(var(--color-background));border-radius:1.2rem;overflow:hidden;box-shadow:0 16px 64px #0000004d}.academy-modal-close{position:absolute;top:1.6rem;right:1.6rem;background:#ffffffe6;border:none;border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .3s ease}.academy-modal-close:hover{background:#fff}.academy-modal-close svg{width:2rem;height:2rem;color:rgb(var(--color-foreground))}.academy-modal-video-container{position:relative;width:100%;height:0;padding-bottom:56.25%}.academy-modal-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media screen and (max-width: 1200px){.academy-video-grid{grid-template-columns:repeat(2,1fr)}.academy-video-card.featured{grid-template-columns:1fr;text-align:center}}@media screen and (max-width: 749px){.academy{padding:0}.academy-hero{padding:4rem 0 6rem;margin-bottom:4rem}.academy-hero-content{padding:0 1.5rem}.academy-hero-title{font-size:3.2rem}.academy-hero-description{font-size:1.6rem;margin-bottom:2.4rem}.academy-hero-cta{margin-bottom:4rem}.academy-stats{gap:2.5rem}.academy-stat{min-width:10rem}.academy-stat-number{font-size:2.8rem}.academy-stat-label{font-size:1.3rem}.academy-section{margin-bottom:6rem}.academy-section-header{margin-bottom:3rem;flex-direction:column;align-items:center;text-align:center}.academy-section-cta{margin-top:1.5rem;margin-left:0;align-self:center}.academy-section-title{font-size:2.8rem;margin-bottom:1.2rem}.academy-section-description{font-size:1.5rem}.academy-video-grid{grid-template-columns:1fr;gap:2rem}.academy-video-card.featured{gap:2rem}.academy-video-card.featured .academy-video-content{padding:2.4rem}.academy-video-content{padding:2rem}.academy-video-play-btn{width:5rem;height:5rem}.academy-play-icon svg{width:2rem;height:2rem}.academy-modal-content{width:95vw;max-height:85vh}.academy-modal-close{top:1rem;right:1rem;width:3.6rem;height:3.6rem}.academy-modal-close svg{width:1.8rem;height:1.8rem}}@media screen and (max-width: 550px){.academy-title{font-size:2.8rem}.academy-section-title{font-size:2.4rem}.academy-video-title{font-size:1.6rem}.academy-video-card.featured .academy-video-title{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/section-academy.css.map */
