.hero-video{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#13548a,#56c6c6,#a8e6cf)}@media screen and (max-width:767px){.hero-video{height:85vh;min-height:500px}}.hero-video__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-video__video{width:100%;height:100%;object-fit:cover;object-position:center}.hero-video__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#0b254559,#0b254526 40%,#0b254540,#0b2545a6);pointer-events:none}.hero-video__content{position:relative;z-index:3;text-align:center;padding:var(--space-lg);max-width:900px;width:100%;animation:heroFadeIn 1.2s cubic-bezier(.25,.46,.45,.94) both}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-video__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--color-aquamarine);margin-bottom:var(--space-md);animation:heroFadeIn 1.2s .2s cubic-bezier(.25,.46,.45,.94) both}.hero-video__eyebrow:before,.hero-video__eyebrow:after{content:"";width:24px;height:1px;background:var(--color-aquamarine);opacity:.6}.hero-video__title{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:var(--color-white);line-height:1.08;letter-spacing:-.02em;margin-bottom:var(--space-md);animation:heroFadeIn 1.2s .3s cubic-bezier(.25,.46,.45,.94) both}.hero-video__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffd9;line-height:1.6;max-width:600px;margin:0 auto var(--space-xl);animation:heroFadeIn 1.2s .4s cubic-bezier(.25,.46,.45,.94) both}.hero-search{animation:heroSearchReveal 1s .6s cubic-bezier(.25,.46,.45,.94) both}@keyframes heroSearchReveal{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-search__form{display:flex;align-items:center;gap:0;background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--border-radius-pill, 0);padding:6px;max-width:720px;margin:0 auto;box-shadow:0 8px 40px #00000026}.hero-search__field{flex:1;min-width:0;position:relative}.hero-search__field+.hero-search__field{border-left:1px solid rgba(255,255,255,.15)}.hero-search__label{position:absolute;top:6px;left:20px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-aquamarine);pointer-events:none;z-index:1}.hero-search__input{width:100%;padding:22px 20px 8px;background:transparent;border:none;color:var(--color-white);font-size:.9375rem;font-weight:500}.hero-search__input::placeholder{color:#ffffff73}.hero-search__input:focus{outline:none}.hero-search__input[type=date]{cursor:pointer;color-scheme:dark}.hero-search__custom-select{position:relative;width:100%;padding:22px 20px 8px;cursor:pointer;user-select:none;-webkit-user-select:none}.hero-search__select-val{display:block;font-size:.9375rem;font-weight:500;color:#ffffff73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;min-height:1.35em;transition:color .15s}.hero-search__custom-select.has-value .hero-search__select-val{color:#fff}.hero-search__select-menu{list-style:none;margin:0;padding:4px 0;position:absolute;top:calc(100% + 8px);left:0;right:0;min-width:160px;background:#080808f2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.14);border-radius:10px;overflow:hidden;z-index:500;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;box-shadow:0 12px 40px #00000059}.hero-search__custom-select.is-open .hero-search__select-menu{opacity:1;visibility:visible;transform:translateY(0)}.hero-search__select-menu li{padding:11px 20px;font-size:.875rem;font-weight:500;color:#ffffffbf;cursor:pointer;transition:background .12s,color .12s;white-space:nowrap}.hero-search__select-menu li:hover,.hero-search__select-menu li.is-selected{background:#c9a84c24;color:#c9a84c}.hero-search__btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 28px;background:linear-gradient(135deg,var(--color-aquamarine),#3DB8B8);color:var(--color-white);font-size:.875rem;font-weight:700;border-radius:var(--border-radius-pill, 0);transition:transform var(--transition-fast),box-shadow var(--transition-fast);white-space:nowrap}.hero-search__btn:hover{transform:scale(1.03);box-shadow:0 6px 24px #56c6c666}.hero-search__btn svg{width:18px;height:18px}@media screen and (max-width:767px){.hero-search__form{flex-direction:column;border-radius:var(--border-radius-lg, 0);padding:var(--space-sm);gap:2px}.hero-search__field{width:100%}.hero-search__field+.hero-search__field{border-left:none;border-top:1px solid rgba(255,255,255,.1)}.hero-search__btn{width:100%;margin-top:4px;padding:16px;border-radius:var(--border-radius-md, 0)}}.hero-video__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff9;font-size:.6875rem;text-transform:uppercase;letter-spacing:.15em;animation:heroFadeIn 1.2s 1s cubic-bezier(.25,.46,.45,.94) both}.hero-video__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.6),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/hero-video.css.map */
