*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:prefer){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;padding:0;background:var(--color-obsidian);color:var(--color-warm-white);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,svg{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin:0 0 1rem;line-height:1.1;color:var(--color-warm-white)}h1{font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.01em}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.5rem,3vw,2.5rem)}h4{font-size:clamp(1.25rem,2vw,1.75rem)}p{margin:0 0 1.5rem}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.eyebrow{font-family:var(--font-heading);font-size:clamp(.75rem,1.5vw,.875rem);font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:1rem;display:block}.button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;min-height:48px;font-family:var(--font-heading);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border:1px solid transparent;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.button--primary{background:var(--color-accent);color:var(--color-obsidian);border-color:var(--color-accent)}.button--primary:hover{background:transparent;color:var(--color-accent);opacity:1}.button--ghost{background:transparent;color:var(--color-warm-white);border-color:var(--color-warm-white)}.button--ghost:hover{background:var(--color-warm-white);color:var(--color-obsidian);opacity:1}.button--secondary{background:transparent;color:var(--color-silver);border-color:var(--color-graphite)}.button--secondary:hover{border-color:var(--color-silver);opacity:1}.button:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.container{max-width:1440px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.container--narrow{max-width:960px}.container--wide{max-width:1920px}.section{padding:clamp(3rem,8vw,6rem) 0}.section--large{padding:clamp(4rem,12vw,10rem) 0}.section--small{padding:clamp(2rem,5vw,4rem) 0}.skip-to-content{position:absolute;left:-9999px;z-index:999;padding:1rem 2rem;background:var(--color-warm-white);color:var(--color-obsidian);font-weight:600;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em}.skip-to-content:focus{left:1rem;top:1rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background-color .4s ease,backdrop-filter .4s ease;border-bottom:1px solid transparent}.site-header--solid{background:#080909f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-color:var(--color-graphite)}.site-header__inner{max-width:1920px;margin:0 auto;padding:1.25rem clamp(1rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-header__logo{flex-shrink:0;display:inline-flex;align-items:center}.site-header__logo-img{display:block;height:72px;width:auto}@media(max-width:767px){.site-header__logo-img{height:60px}}.site-header__logo-text{font-family:var(--font-heading);font-size:clamp(1rem,2vw,1.25rem);font-weight:700;letter-spacing:.15em;color:var(--color-warm-white);transition:color .3s ease}.site-header__logo:hover .site-header__logo-text{color:var(--color-accent)}.site-header__nav{display:none;align-items:center;gap:clamp(1rem,2vw,2rem);flex:1;justify-content:center}.site-header__nav a{font-family:var(--font-heading);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-silver);transition:color .3s ease}.site-header__nav a:hover{color:var(--color-warm-white);opacity:1}.site-header__ctas{display:none;align-items:center;gap:1rem}.site-header__mobile-controls{display:flex;align-items:center;gap:1rem}.site-header__call-btn,.site-header__menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid var(--color-graphite);color:var(--color-warm-white);cursor:pointer;transition:all .3s ease;font-size:1.25rem}.site-header__call-btn:hover,.site-header__menu-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}@media(min-width:1024px){.site-header__nav,.site-header__ctas{display:flex}.site-header__mobile-controls{display:none}}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background:var(--color-charcoal);z-index:200;transition:right .4s ease;overflow-y:auto;border-left:1px solid var(--color-graphite)}.mobile-menu.is-open{right:0}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-graphite)}.mobile-menu__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;color:var(--color-warm-white);font-size:1.5rem;cursor:pointer}.mobile-menu__nav{padding:2rem 1.5rem}.mobile-menu__nav a{display:block;padding:1rem 0;font-family:var(--font-heading);font-size:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-silver);border-bottom:1px solid var(--color-graphite);transition:color .3s ease}.mobile-menu__nav a:hover{color:var(--color-warm-white)}.mobile-menu__ctas{padding:0 1.5rem 2rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#080909cc;z-index:150;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.mobile-menu-overlay.is-open{opacity:1;visibility:visible}.sticky-mobile-cta{position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--color-charcoal);border-top:1px solid var(--color-graphite);padding:1rem;display:block}.sticky-mobile-cta .button{width:100%}@media(min-width:1024px){.sticky-mobile-cta{display:none}}.announcement-bar{background:var(--color-charcoal);color:var(--color-silver);text-align:center;padding:.75rem 1rem;font-size:.875rem;letter-spacing:.05em;border-bottom:1px solid var(--color-graphite)}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:-80px}.hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__media picture{display:block;width:100%;height:100%}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0809094d,#080909b3);z-index:1}.hero__content{position:relative;z-index:2;text-align:center;padding:clamp(2rem,8vw,6rem) clamp(1rem,4vw,3rem);padding-top:176px;max-width:1200px;margin:0 auto}.hero__eyebrow{font-family:var(--font-heading);font-size:clamp(.75rem,1.5vw,.875rem);font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);margin-bottom:1.5rem}.hero__headline{font-size:clamp(2.5rem,7vw,5.5rem);line-height:1;margin-bottom:1.5rem;letter-spacing:-.01em}.hero__copy{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:var(--color-silver);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.hero--left .hero__overlay{background:linear-gradient(to right,#080909e0,#08090999 45%,#08090926)!important}.hero--left .hero__content{text-align:left;margin:0;width:100%;max-width:none;padding-left:clamp(1.5rem,5vw,4.5rem);padding-top:168px}.hero--left .hero__headline{font-size:clamp(2.25rem,5vw,4.5rem);max-width:15ch}.hero--left .hero__copy{margin-left:0;max-width:540px}.hero--left .hero__ctas{justify-content:flex-start}@media(max-width:767px){.hero--left .hero__overlay{background:linear-gradient(to bottom,#0809098c,#080909d9)!important}.hero--left{min-height:0}.hero--left .hero__content{padding-top:88px;padding-bottom:3rem}.hero--left .hero__scroll{display:none}}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;animation:bounce 2s infinite}.hero__scroll-icon{width:24px;height:40px;border:2px solid var(--color-silver);border-radius:12px;position:relative}.hero__scroll-icon:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:var(--color-silver);border-radius:2px;animation:scroll 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes scroll{0%{opacity:1;top:8px}to{opacity:0;top:20px}}.trust-statement{background:var(--color-obsidian);text-align:center;padding:clamp(4rem,10vw,8rem) clamp(1rem,4vw,3rem)}.trust-statement__headline{font-size:clamp(2rem,5vw,4rem);line-height:1.2;margin-bottom:2rem;max-width:1000px;margin-left:auto;margin-right:auto}.trust-statement__copy{font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;color:var(--color-silver);max-width:800px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(2rem,4vw,3rem)}.feature-card{position:relative;overflow:hidden;background:linear-gradient(160deg,#16181a,#0e1011);padding:clamp(2rem,4vw,2.75rem);border:1px solid var(--color-graphite);transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--color-accent),rgba(248,104,0,0));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.feature-card:hover{border-color:#f8680080;transform:translateY(-6px);box-shadow:0 20px 40px #00000073}.feature-card:hover:before{transform:scaleX(1)}.feature-card__num{position:absolute;top:1.25rem;right:1.5rem;font-family:var(--font-heading, inherit);font-size:2.5rem;font-weight:800;line-height:1;color:#ffffff0f;letter-spacing:.02em;pointer-events:none;transition:color .3s ease}.feature-card:hover .feature-card__num{color:#f8680040}.feature-card__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1.5rem;color:var(--color-accent);background:#f868001a;border:1px solid rgba(248,104,0,.35);transition:background .3s ease,color .3s ease}.feature-card:hover .feature-card__icon{background:var(--color-accent);color:#0b0c0d}.feature-card__title{font-size:clamp(1.25rem,2vw,1.5rem);margin-bottom:1rem}.feature-card__description{font-size:1rem;line-height:1.7;color:var(--color-silver);margin:0}.split-section{display:grid;grid-template-columns:1fr;gap:0;align-items:center}@media(min-width:768px){.split-section{grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem)}}.split-section__media{position:relative;overflow:hidden;min-height:400px}@media(max-width:767px){.split-section__media{min-height:0}.split-section__media img{height:auto}}.split-section__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.split-section:hover .split-section__media img{transform:scale(1.03)}.split-section__content{padding:clamp(2rem,4vw,3rem)}.split-section__content ul{list-style:none;padding:0;margin:2rem 0}.split-section__content li{padding:.75rem 0 .75rem 2rem;position:relative;color:var(--color-silver);border-bottom:1px solid var(--color-graphite)}.split-section__content li:before{content:"\2192";position:absolute;left:0;color:var(--color-accent);font-weight:700}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(1.5rem,3vw,2rem);margin-top:3rem}@media(max-width:767px){.pricing-grid{gap:3rem}}.pricing-card{background:var(--color-charcoal);border:1px solid var(--color-graphite);padding:clamp(2rem,4vw,3rem);position:relative;transition:transform .3s ease,border-color .3s ease}.pricing-card--featured{border-color:var(--color-accent)}.pricing-card:hover{transform:translateY(-8px);border-color:var(--color-accent)}.pricing-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-accent);color:var(--color-obsidian);padding:.5rem 1.5rem;font-family:var(--font-heading);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.pricing-card__title{font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1rem}.pricing-card__price{font-family:var(--font-heading);font-size:clamp(1.25rem,2vw,1.5rem);color:var(--color-accent);margin-bottom:1rem}.pricing-card__description{color:var(--color-silver);margin-bottom:2rem;line-height:1.7}.pricing-card__features{list-style:none;padding:0;margin:0 0 2rem}.pricing-card__features li{padding:.75rem 0;border-bottom:1px solid var(--color-graphite);color:var(--color-silver);font-size:.9375rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(2rem,4vw,3rem);counter-reset:step}.step{text-align:center;position:relative;counter-increment:step}.step:before{content:counter(step,decimal-leading-zero);display:block;font-family:var(--font-heading);font-size:clamp(3rem,5vw,4rem);font-weight:700;color:var(--color-graphite);margin-bottom:1.5rem;line-height:1}.step__title{font-size:clamp(1.25rem,2vw,1.5rem);margin-bottom:1rem}.step__description{color:var(--color-silver);line-height:1.7}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.gallery-item{position:relative;overflow:hidden;aspect-ratio:4 / 3;cursor:pointer;background:var(--color-charcoal)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.03)}.gallery-item__overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(8,9,9,.9),transparent);opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__caption{font-size:.875rem;color:var(--color-warm-white);margin:0}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#080909f2;z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox.is-open{opacity:1;visibility:visible}.lightbox__content{max-width:90%;max-height:90%}.lightbox__content img{max-width:100%;max-height:90vh;object-fit:contain}.lightbox__close{position:absolute;top:2rem;right:2rem;width:48px;height:48px;background:transparent;border:1px solid var(--color-warm-white);color:var(--color-warm-white);font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.lightbox__close:hover{background:var(--color-warm-white);color:var(--color-obsidian)}.accordion{border-top:1px solid var(--color-graphite)}.accordion__item{border-bottom:1px solid var(--color-graphite)}.accordion__trigger{width:100%;text-align:left;background:transparent;border:none;padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;gap:2rem;cursor:pointer;font-family:var(--font-heading);font-size:clamp(1rem,2vw,1.25rem);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-warm-white);transition:color .3s ease}.accordion__trigger:hover{color:var(--color-accent)}.accordion__trigger[aria-expanded=true] .accordion__icon{transform:rotate(180deg)}.accordion__icon{flex-shrink:0;width:24px;height:24px;color:var(--color-accent);transition:transform .3s ease}.accordion__panel{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion__panel[aria-hidden=false]{max-height:1000px}.accordion__content{padding:0 0 2rem;color:var(--color-silver);line-height:1.8}.testimonial-carousel{position:relative;max-width:900px;margin:0 auto;padding:2rem 0}.testimonial{text-align:center;padding:2rem}.testimonial__quote{font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.7;font-style:italic;color:var(--color-warm-white);margin-bottom:2rem;position:relative;padding-top:3.5rem}.testimonial__quote:before{content:'"';font-size:4rem;color:var(--color-accent);position:absolute;top:0;left:50%;transform:translate(-50%);line-height:1}.testimonial__author{font-family:var(--font-heading);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-warm-white);margin-bottom:.5rem}.testimonial__meta{font-size:.875rem;color:var(--color-muted)}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.carousel-btn{width:48px;height:48px;background:transparent;border:1px solid var(--color-graphite);color:var(--color-warm-white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .3s ease}.carousel-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.carousel-dots{display:flex;gap:.5rem}.carousel-dot{width:12px;height:12px;background:var(--color-graphite);border:none;border-radius:50%;cursor:pointer;padding:0;transition:background .3s ease}.carousel-dot.is-active{background:var(--color-accent)}.site-footer{background:var(--color-charcoal);border-top:1px solid var(--color-graphite);padding:clamp(3rem,6vw,5rem) 0 2rem}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(2rem,4vw,3rem);margin-bottom:3rem}.footer-column__title{font-family:var(--font-heading);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:1.5rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a{color:var(--color-silver);font-size:.9375rem;transition:color .3s ease}.footer-column a:hover{color:var(--color-warm-white);opacity:1}.footer-column__brand{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem}.footer-column__tagline{color:var(--color-silver);line-height:1.7;margin-bottom:1.5rem}.footer-newsletter{margin-top:2rem}.footer-newsletter__form{display:flex;gap:.5rem;margin-top:1rem}.footer-newsletter__input{flex:1;padding:.75rem 1rem;background:var(--color-obsidian);border:1px solid var(--color-graphite);color:var(--color-warm-white);font-family:var(--font-body);font-size:.9375rem;transition:border-color .3s ease}.footer-newsletter__input:focus{outline:none;border-color:var(--color-accent)}.footer-newsletter__submit{padding:.75rem 1.5rem;background:var(--color-accent);border:1px solid var(--color-accent);color:var(--color-obsidian);font-family:var(--font-heading);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease}.footer-newsletter__submit:hover{background:transparent;color:var(--color-accent)}.site-footer__bottom{padding-top:2rem;border-top:1px solid var(--color-graphite);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.875rem;color:var(--color-muted)}.footer-legal{display:flex;flex-wrap:wrap;gap:1.5rem}.footer-legal a{color:var(--color-muted);transition:color .3s ease}.footer-legal a:hover{color:var(--color-warm-white);opacity:1}.form-field{margin-bottom:1.5rem}.form-label{display:block;font-family:var(--font-heading);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-warm-white);margin-bottom:.5rem}.form-label--required:after{content:"*";color:var(--color-accent);margin-left:.25rem}.form-input,.form-textarea,.form-select{width:100%;padding:1rem;background:var(--color-charcoal);border:1px solid var(--color-graphite);color:var(--color-warm-white);font-family:var(--font-body);font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--color-accent)}.form-textarea{min-height:120px;resize:vertical}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem}.form-checkbox input[type=checkbox]{width:20px;height:20px;margin-top:.25rem;flex-shrink:0;accent-color:var(--color-accent)}.form-checkbox label{font-size:.9375rem;color:var(--color-silver);line-height:1.6}.form-error{color:#dc2626;font-size:.875rem;margin-top:.5rem}.form-success{background:var(--color-charcoal);border:1px solid var(--color-accent);color:var(--color-warm-white);padding:1.5rem;text-align:center;margin-bottom:2rem}.placeholder-svg{width:100%;height:100%;background:var(--color-graphite)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.text-center{text-align:center}.color-accent{color:var(--color-accent)}.color-muted{color:var(--color-muted)}.mb-small{margin-bottom:1rem}.mb-medium{margin-bottom:2rem}.mb-large{margin-bottom:3rem}.mt-small{margin-top:1rem}.mt-medium{margin-top:2rem}.mt-large{margin-top:3rem}.reels-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}.reels-row__item{position:relative;aspect-ratio:9 / 16;background:#151718;border:1px solid rgba(255,255,255,.08);overflow:hidden}.reels-row__item iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}@media(max-width:749px){.reels-row{grid-template-columns:1fr;max-width:360px}}.section--plans{position:relative;overflow:hidden}.section--plans__bg{position:absolute;top:0;right:0;bottom:0;left:0}.section--plans__bg img{width:100%;height:100%;object-fit:cover;opacity:.18}.section--plans__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b0c0d99,#0b0c0dd9)}.section--plans .container{position:relative;z-index:1}.site-footer__logo{display:inline-block;margin-bottom:1rem}.site-footer__logo-img{height:56px;width:auto;display:block}.footer-column--brand{max-width:280px}@media(min-width:990px){.site-footer__grid{grid-template-columns:1.4fr repeat(4,1fr)}}@media(min-width:750px)and (max-width:989px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}.footer-column--brand{grid-column:1 / -1;max-width:none}}@media(max-width:749px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}.footer-column--brand{grid-column:1 / -1}}@media(min-width:750px){.gallery-grid--row{grid-template-columns:repeat(var(--row-count, 4),1fr)}}.reel-card{position:relative;display:block;aspect-ratio:9 / 16;overflow:hidden;background:var(--color-charcoal)}.reel-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.reel-card:hover img{transform:scale(1.04)}.reel-card__placeholder{width:100%;height:100%;background:var(--color-charcoal)}.reel-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#0000008c;color:#fff;border:1px solid rgba(255,255,255,.4);transition:background .2s ease}.reel-card:hover .reel-card__play{background:#f86800}.reel-card__caption{position:absolute;left:0;right:0;bottom:0;padding:40px 16px 14px;background:linear-gradient(transparent,#000c);color:#fff;font-size:.85rem}.ig-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:12px}.ig-grid__item{position:relative;display:block;overflow:hidden;background:var(--color-charcoal)}.ig-grid__item:first-child{grid-column:span 2;grid-row:span 2}.ig-grid__item img,.ig-grid__item .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.ig-grid__item:hover img{transform:scale(1.05)}.ig-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#0b0c0d26,#f86800bf);color:#fff;opacity:0;transition:opacity .3s ease;padding:16px;text-align:center}.ig-grid__item:hover .ig-grid__overlay,.ig-grid__item:focus-visible .ig-grid__overlay{opacity:1}.ig-grid__caption{font-size:.85rem;line-height:1.4;max-width:90%}@media(max-width:989px){.ig-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}}.section--reels{position:relative;background:linear-gradient(90deg,rgba(248,104,0,.06),transparent 40%),var(--color-graphite, #111315);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}.section--reels:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#f86800}.reels-split{display:grid;grid-template-columns:1fr 1.4fr;gap:56px;align-items:center}.reels-split__heading{margin-bottom:1rem}.reels-split__copy{color:var(--color-silver, rgba(255, 255, 255, .65));line-height:1.7;margin-bottom:2rem;max-width:40ch}.reels-split__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.reels-split__cards .reel-card:nth-child(2){transform:translateY(28px)}.reel-card{border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 48px #00000073;transition:border-color .3s ease,transform .3s ease}.reel-card:hover{border-color:#f8680099}.reel-card__badge{position:absolute;top:12px;left:12px;z-index:1;padding:4px 10px;background:#f86800;color:#0b0c0d;font-size:.7rem;font-weight:700;letter-spacing:.12em}@media(max-width:989px){.reels-split{grid-template-columns:1fr;gap:40px}.reels-split__cards .reel-card:nth-child(2){transform:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
