.collection-hero-video{background:#000;overflow:hidden;position:relative}.collection-hero-video--compact{height:45vh}.collection-hero-video--standard{height:75vh}.collection-hero-video--full{height:100vh}.collection-hero-video__video{filter:brightness(.3);height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:1}.collection-hero-video__overlay{inset:0;pointer-events:none;position:absolute;z-index:2}.collection-hero-video__gradient{background:linear-gradient(270deg,rgba(255,110,13,.32),rgba(255,139,33,.13) 60%,transparent);height:100%;pointer-events:none;position:absolute;right:0;top:0;width:50vw;z-index:3}.collection-hero-video__fallback{filter:brightness(.35);height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:1}.collection-hero-video__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:1400px;padding:0 var(--space-4xl,4rem);position:relative;z-index:10}.collection-hero-video__breadcrumbs{animation:chvFadeUp .6s ease-out .2s forwards;color:hsla(0,0%,100%,.5);font-family:var(--font-family-mono,"JetBrains Mono",monospace);font-size:.75rem;font-weight:500;letter-spacing:.5px;margin-bottom:var(--space-lg,1.5rem);opacity:0;transform:translateY(20px)}.collection-hero-video__breadcrumbs a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .2s ease}.collection-hero-video__breadcrumbs a:hover{color:#ff6e0d}.collection-hero-video__breadcrumbs span{margin:0 .4rem}.collection-hero-video__title{animation:chvFadeUp .6s ease-out .35s forwards;color:#fff;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0 0 var(--space-md,1rem);text-shadow:0 2px 20px rgba(0,0,0,.3);text-transform:uppercase}.collection-hero-video__description,.collection-hero-video__title{font-family:var(--font-family,"Host Grotesk",sans-serif);opacity:0;transform:translateY(20px)}.collection-hero-video__description{animation:chvFadeUp .6s ease-out .5s forwards;color:hsla(0,0%,100%,.75);font-size:clamp(.95rem,1.5vw,1.15rem);font-weight:400;line-height:1.6;margin:0 0 var(--space-xl,2rem);max-width:600px}.collection-hero-video__cta{align-items:center;animation:chvFadeUp .6s ease-out .65s forwards;background:linear-gradient(135deg,#ff6e0d,#ff8b21);border-radius:var(--radius-full,9999px);color:#fff;display:inline-flex;font-family:var(--font-family,"Host Grotesk",sans-serif);font-size:.95rem;font-weight:700;gap:var(--space-sm,.5rem);letter-spacing:.5px;opacity:0;padding:.875rem 2rem;text-decoration:none;text-transform:uppercase;transform:translateY(20px);transition:transform .25s ease,box-shadow .25s ease}.collection-hero-video__cta:hover{box-shadow:0 8px 24px rgba(255,110,13,.35);transform:translateY(-2px)}.collection-hero-video__cta svg{height:16px;width:16px}.collection-hero-video__count{animation:chvFadeUp .6s ease-out .8s forwards;color:hsla(0,0%,100%,.5);font-family:var(--font-family-mono,"JetBrains Mono",monospace);font-size:.7rem;font-weight:500;letter-spacing:.5px;margin-top:var(--space-lg,1.5rem);opacity:0;transform:translateY(20px)}@keyframes chvFadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.collection-hero-video--compact{height:40vh}.collection-hero-video--standard{height:60vh}.collection-hero-video--full{height:80vh}.collection-hero-video__content{align-items:center;padding:0 var(--space-lg,1.5rem);text-align:center}.collection-hero-video__description{max-width:100%}.collection-hero-video__gradient{background:linear-gradient(0deg,rgba(255,110,13,.2),transparent 60%);width:100vw}}@media (prefers-reduced-motion:reduce){.collection-hero-video__breadcrumbs,.collection-hero-video__count,.collection-hero-video__cta,.collection-hero-video__description,.collection-hero-video__title{animation:none;opacity:1;transform:none}}@media (prefers-reduced-data:reduce){.collection-hero-video__video{display:none}}