@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap";:root{--vorl-bg: #080808;--vorl-bg-alt: #0a0a0a;--vorl-bg-card: #0d0d0d;--vorl-bg-card-hover: #0f0f0f;--vorl-green: #00ff41;--vorl-white: #f5f5f5;--vorl-font-main: "Space Grotesk", sans-serif;--vorl-font-mono: "Space Mono", monospace}.vorl-page{font-family:var(--vorl-font-main);background-color:var(--vorl-bg);color:var(--vorl-white);overflow-x:hidden}.vorl-page *,.vorl-page *:before,.vorl-page *:after{box-sizing:border-box}.vorl-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.vorl-label{font-family:var(--vorl-font-mono);font-size:1.1875rem;letter-spacing:.1em;text-transform:uppercase}.vorl-divider{width:100%;height:1px;background:#ffffff14}.vorl-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--vorl-green);color:#080808;font-family:var(--vorl-font-main);font-size:1.0625rem;font-weight:600;letter-spacing:.02em;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 0 20px #00ff4140;white-space:nowrap}.vorl-btn-primary:hover{box-shadow:0 0 30px #00ff4173;transform:translateY(-1px);color:#080808}.vorl-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;color:#ffffffb3;font-family:var(--vorl-font-main);font-size:1.0625rem;font-weight:500;text-decoration:none;border:1px solid rgba(255,255,255,.25);cursor:pointer;transition:all .2s ease}.vorl-btn-outline:hover{border-color:#ffffff80;color:#ffffffe6}.vorl-nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.vorl-nav.scrolled{background:#080808f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom-color:#ffffff0d}.vorl-nav__inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;max-width:1200px;margin:0 auto;position:relative}.vorl-nav__links{display:flex;align-items:center;gap:2rem}.vorl-nav__logo{position:absolute;left:50%;transform:translate(-50%);font-family:var(--vorl-font-main);font-size:2rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fff;text-decoration:none}.vorl-nav-link{font-family:var(--vorl-font-main);font-size:1.875rem;font-weight:500;color:#ffffff8c;text-decoration:none;letter-spacing:.08em;text-transform:uppercase;transition:color .2s ease}.vorl-nav-link:hover{color:#ffffffe6}.vorl-btn-nav{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;background:transparent;color:#ffffffd9;font-family:var(--vorl-font-main);font-size:1.35rem;font-weight:500;letter-spacing:.03em;text-decoration:none;border:1px solid rgba(255,255,255,.35);cursor:pointer;transition:all .2s ease;white-space:nowrap}.vorl-btn-nav:hover{border-color:#ffffffb3;color:#fff}.vorl-nav__cta{display:flex;align-items:center;gap:1.5rem}.vorl-nav__hamburger{display:none;background:none;border:none;cursor:pointer;padding:.25rem;color:#fff}.vorl-nav__mobile-menu{display:none;background:var(--vorl-bg);border-top:1px solid rgba(255,255,255,.05);padding:1.25rem 1.5rem;flex-direction:column;gap:1.25rem}.vorl-nav__mobile-menu.open{display:flex}@media(max-width:767px){.vorl-nav__links,.vorl-nav__cta{display:none}.vorl-nav__hamburger{display:block}}.vorl-hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden}.vorl-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.vorl-hero__overlay,.vorl-hero__overlay-side{z-index:1}.vorl-hero__content{z-index:2}.vorl-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#080808,#08080899,#08080833)}.vorl-hero__overlay-side{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(8,8,8,.5) 0%,transparent 60%)}.vorl-hero__content{position:relative;z-index:10;width:100%;padding:8rem 1.5rem 5rem;max-width:1200px;margin:0 auto}.vorl-hero__label{color:#ffffff80;margin-bottom:1.5rem}.vorl-hero__title{font-family:var(--vorl-font-main);font-size:clamp(4rem,9vw,7.5rem);font-weight:700;line-height:.95;letter-spacing:-.02em;color:var(--vorl-white);margin:0 0 1.5rem;max-width:700px}.vorl-hero__title span{color:#ffffffe6}.vorl-hero__subtitle{font-size:1.375rem;color:#fff9;font-weight:300;line-height:1.6;margin-bottom:2.5rem;max-width:420px}.vorl-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem}.vorl-hero__btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:#f5f5f5;color:#080808;font-family:var(--vorl-font-main);font-size:1.0625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s ease,color .2s ease}.vorl-hero__btn-primary:hover{background:#fff}.vorl-hero__btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:#080808b3;color:#ffffffd9;font-family:var(--vorl-font-main);font-size:1.0625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(255,255,255,.2);text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease}.vorl-hero__btn-secondary:hover{background:#080808e6;border-color:#fff6}.vorl-hero__scroll-indicator{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff4d}.vorl-hero__scroll-indicator .vorl-label{color:#ffffff4d}.vorl-scroll-arrow{animation:vorlBounce 1.5s ease-in-out infinite}@keyframes vorlBounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.vorl-stats{background:var(--vorl-bg);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.vorl-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);max-width:1200px;margin:0 auto}@media(min-width:768px){.vorl-stats__grid{grid-template-columns:repeat(4,1fr)}}.vorl-stats__item{padding:2rem 1.5rem;text-align:center;border-right:1px solid rgba(255,255,255,.05)}.vorl-stats__item:last-child{border-right:none}@media(max-width:767px){.vorl-stats__item:nth-child(2),.vorl-stats__item:nth-child(4){border-right:none}.vorl-stats__item:nth-child(1),.vorl-stats__item:nth-child(2){border-bottom:1px solid rgba(255,255,255,.05)}}.vorl-stats__value{font-family:var(--vorl-font-main);font-size:clamp(2.125rem,5vw,2.875rem);font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:.25rem}.vorl-stats__label{font-size:1.0625rem;color:#fff9;font-weight:500;margin-bottom:.25rem}.vorl-stats__sub{color:#ffffff40}.vorl-product{background:var(--vorl-bg);overflow:hidden;padding:6rem 0}.vorl-product__header{text-align:center;padding:0 1.5rem;margin-bottom:3rem}.vorl-product__title{font-family:var(--vorl-font-main);font-size:clamp(3rem,7vw,5.5rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;color:#fff;margin:1rem 0}.vorl-product__title span{color:#fff9;font-weight:300}.vorl-product__subtitle{color:#ffffff80;font-size:1.1875rem;font-weight:300;line-height:1.6;max-width:560px;margin:0 auto}.vorl-product__card{position:relative;max-width:900px;margin:0 auto;background:#111;overflow:hidden;transform:perspective(1000px) rotateX(8deg) scale(.95);transition:transform .6s ease;box-shadow:0 40px 80px #0009}.vorl-product__card.in-view{transform:perspective(1000px) rotateX(0) scale(1)}.vorl-product__card img{width:100%;height:500px;object-fit:cover;object-position:center;display:block}@media(max-width:767px){.vorl-product__card img{height:320px}.vorl-product__card{transform:none;box-shadow:0 20px 40px #00000080}}.vorl-product__card-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(8,8,8,.95) 0%,transparent 100%);padding:2rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){.vorl-product__card-info{flex-direction:row;align-items:flex-end;justify-content:space-between}}.vorl-product__card-name{font-family:var(--vorl-font-main);font-size:1.875rem;font-weight:700;color:#fff;letter-spacing:-.01em}.vorl-product__card-desc{font-size:1.0625rem;color:#ffffff80;font-weight:300;margin-top:.25rem}.vorl-product__card-stats{display:flex;gap:1.5rem;text-align:center}.vorl-product__card-stat-divider{width:1px;background:#ffffff1a}.vorl-product__card-stat-num{font-family:var(--vorl-font-main);font-size:1.375rem;font-weight:700;color:#fff}.vorl-product__card-stat-sub{font-size:1.125rem;color:#fff6;margin-top:.2rem}.vorl-product__card-price{text-align:right}.vorl-product__card-price-value{font-family:var(--vorl-font-main);font-size:1.875rem;font-weight:700;color:#fff}.vorl-product__card-price-old{font-size:1.125rem;color:#fff6;text-decoration:line-through}.vorl-philosophy{background:var(--vorl-bg);padding:6rem 0 8rem;position:relative}.vorl-philosophy:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0a,#080808,#050505)}.vorl-philosophy__header{text-align:center;margin-bottom:5rem;position:relative;z-index:1}.vorl-philosophy__eyebrow{color:#fff6;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem}.vorl-philosophy__title{font-family:var(--vorl-font-main);font-size:clamp(3rem,7vw,5rem);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.02em;margin:0 0 1.5rem}.vorl-philosophy__title span{color:#fff9;font-weight:300}.vorl-philosophy__desc{color:#ffffff80;font-size:1.1875rem;font-weight:300;line-height:1.7;max-width:600px;margin:0 auto}.vorl-philosophy__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative;z-index:1}@media(min-width:768px){.vorl-philosophy__grid{grid-template-columns:repeat(3,1fr)}}.vorl-pillar{position:relative;padding:2rem;border:1px solid rgba(255,255,255,.08);background:var(--vorl-bg-alt);transition:background .3s ease,border-color .3s ease;overflow:hidden}.vorl-pillar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--vorl-green),transparent);opacity:0;transition:opacity .3s ease}.vorl-pillar:hover{background:var(--vorl-bg-card-hover);border-color:#ffffff26;box-shadow:inset 0 0 20px #00ff410f}.vorl-pillar:hover:after{opacity:1}.vorl-pillar__icon{width:3rem;height:3rem;background:#ffffff0d;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background .3s ease}.vorl-pillar:hover .vorl-pillar__icon{background:#ffffff1a}.vorl-pillar__icon svg{width:1.5rem;height:1.5rem;color:#fff;transition:color .3s ease}.vorl-pillar:hover .vorl-pillar__icon svg{color:var(--vorl-green)}.vorl-pillar__title{font-family:var(--vorl-font-main);font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:.75rem;transition:color .3s ease}.vorl-pillar:hover .vorl-pillar__title{color:var(--vorl-green)}.vorl-pillar__desc{font-size:1.0625rem;color:#ffffff80;line-height:1.65;font-weight:300}.vorl-how{background:var(--vorl-bg);padding:6rem 0 8rem;scroll-margin-top:80px}.vorl-how__header{margin-bottom:5rem}.vorl-how__eyebrow{color:#fff6;margin-bottom:1rem}.vorl-how__title-row{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.vorl-how__title-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.vorl-how__title{font-family:var(--vorl-font-main);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.02em;margin:0;max-width:500px}.vorl-how__subtitle{color:#ffffff73;font-size:1.1875rem;font-weight:300;line-height:1.6;max-width:320px}.vorl-how__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.vorl-how__grid{grid-template-columns:3fr 2fr;gap:2rem}}.vorl-how__steps{display:flex;flex-direction:column;gap:1.5rem}.vorl-step{position:relative;border:1px solid rgba(255,255,255,.06);background:var(--vorl-bg-card);padding:2.5rem;overflow:hidden;transition:border-color .3s ease}.vorl-step:hover{border-color:#ffffff1f}.vorl-step__bg-number{position:absolute;top:1rem;right:1.5rem;font-family:var(--vorl-font-main);font-size:7rem;font-weight:700;line-height:1;color:#ffffff06;pointer-events:none;-webkit-user-select:none;user-select:none}.vorl-step__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.vorl-step__num{color:#fff6}.vorl-step__divider-line{width:2rem;height:1px;background:#ffffff26}.vorl-step__label{color:#fff9}.vorl-step__title{font-family:var(--vorl-font-main);font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.3}.vorl-step__desc{color:#ffffff8c;font-size:1.1875rem;line-height:1.65;font-weight:300;margin-bottom:1.5rem}.vorl-step__hr{height:1px;background:#ffffff0f;margin-bottom:1.5rem}.vorl-step__tags-label{color:#ffffff4d;margin-bottom:.75rem}.vorl-step__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.vorl-step__tag{font-family:var(--vorl-font-mono);font-size:1.125rem;color:#ffffff80;border:1px solid rgba(255,255,255,.1);padding:.3rem .625rem;background:#ffffff05}.vorl-step__target{color:#ffffff4d;line-height:1.5}.vorl-step__detail{margin-top:1rem;font-size:1.125rem;color:#ffffff4d;font-style:italic;font-weight:300}.vorl-how__image-col{position:relative}.vorl-how__sticky{position:sticky;top:6rem;height:500px;overflow:hidden}@media(min-width:1024px){.vorl-how__sticky{height:600px}}.vorl-how__sticky img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.vorl-how__sticky-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(8,8,8,.6) 0%,transparent 60%)}.vorl-how__sticky-caption{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;color:#ffffff80}.vorl-ingredients{position:relative;padding:6rem 0 8rem;overflow:hidden;scroll-margin-top:80px;background:#080808}.vorl-ingredients__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.15;z-index:0}.vorl-ingredients__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#080808de;z-index:1}.vorl-ingredients__content{position:relative;z-index:10}.vorl-ingredients__header{margin-bottom:4rem}.vorl-ingredients__eyebrow{color:#fff6;margin-bottom:1rem}.vorl-ingredients__title{font-family:var(--vorl-font-main);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fff;line-height:1.05;letter-spacing:-.02em;margin:0 0 1rem}.vorl-ingredients__desc{color:#ffffff80;font-size:1.1875rem;font-weight:300;max-width:540px}.vorl-accordion{width:100%}.vorl-accordion__item{border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.vorl-accordion__trigger{width:100%;background:none;border:none;cursor:pointer;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;border-radius:.5rem;transition:background .2s ease;text-align:left}.vorl-accordion__trigger:hover{background:#ffffff0a}.vorl-accordion__trigger-left{display:flex;align-items:center;gap:1rem}.vorl-accordion__num{flex-shrink:0;width:3rem;height:3rem;background:#ffffff14;display:flex;align-items:center;justify-content:center;border-radius:.5rem;font-family:var(--vorl-font-main);font-size:1.375rem;font-weight:700;color:#fff;transition:background .2s ease}.vorl-accordion__trigger:hover .vorl-accordion__num{background:#ffffff1f}.vorl-accordion__trigger-title{font-family:var(--vorl-font-main);font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:.2rem}.vorl-accordion__trigger-sub{font-size:1.0625rem;color:#ffffff80;font-weight:300}.vorl-accordion__chevron{color:#fff6;transition:transform .3s ease;flex-shrink:0}.vorl-accordion__item.open .vorl-accordion__chevron{transform:rotate(180deg)}.vorl-accordion__content{display:none;padding:0 1.5rem 1.5rem}.vorl-accordion__item.open .vorl-accordion__content{display:block}.vorl-accordion__grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}@media(min-width:640px){.vorl-accordion__grid{grid-template-columns:repeat(2,1fr)}}.vorl-ingredient-card{padding:1rem;background:#ffffff0a;transition:background .2s ease}.vorl-ingredient-card:hover{background:#ffffff0f}.vorl-ingredient-card__name{font-family:var(--vorl-font-main);font-size:1.1875rem;font-weight:700;color:#fff;margin-bottom:.2rem}.vorl-ingredient-card__aka{font-size:1.125rem;color:#fff6;font-weight:300;margin-bottom:.75rem}.vorl-ingredient-card__benefit{font-size:1.0625rem;color:#ffffffb3;line-height:1.6;font-weight:300}.vorl-reserve{background:var(--vorl-bg);padding:6rem 0 8rem}.vorl-reserve__inner{max-width:640px;margin:0 auto;text-align:center}.vorl-reserve__hr{height:1px;background:#ffffff0f;margin-bottom:4rem}.vorl-reserve__cta-block{display:flex;flex-direction:column;align-items:center}.vorl-reserve__eyebrow{color:#fff6;margin-bottom:1.25rem}.vorl-reserve__title{font-family:var(--vorl-font-main);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.02em;margin:0 0 1.25rem}.vorl-reserve__body{color:#ffffff80;font-size:1.1875rem;line-height:1.65;font-weight:300;margin-bottom:2rem;max-width:480px}.vorl-reserve__price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.vorl-reserve__price{font-family:var(--vorl-font-main);font-size:3rem;font-weight:700;color:#fff}.vorl-reserve__price-note{font-size:1.1875rem;color:#fff6;font-weight:300}.vorl-reserve__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.5rem;background:#f5f5f5;color:#080808;font-family:var(--vorl-font-main);font-size:1.125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s ease}.vorl-reserve__btn:hover{background:#fff}.vorl-reserve__buy{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap;justify-content:center}.vorl-qty{display:flex;align-items:center;border:1px solid rgba(255,255,255,.15)}.vorl-qty__btn{width:2.5rem;height:2.75rem;background:transparent;border:none;color:#ffffffb3;font-size:1.875rem;font-family:var(--vorl-font-main);cursor:pointer;transition:color .2s ease,background .2s ease;display:flex;align-items:center;justify-content:center}.vorl-qty__btn:hover{color:#fff;background:#ffffff0d}.vorl-qty__input{width:3rem;height:2.75rem;background:transparent;border:none;border-left:1px solid rgba(255,255,255,.15);border-right:1px solid rgba(255,255,255,.15);color:#fff;font-family:var(--vorl-font-main);font-size:1.1875rem;font-weight:600;text-align:center;-moz-appearance:textfield}.vorl-qty__input::-webkit-outer-spin-button,.vorl-qty__input::-webkit-inner-spin-button{-webkit-appearance:none}.vorl-reserve__disclaimer{font-family:var(--vorl-font-mono);font-size:.75rem;color:#ffffff40}.vorl-footer{background:var(--vorl-bg);border-top:1px solid rgba(255,255,255,.05);padding:2.5rem 0}.vorl-footer__inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:768px){.vorl-footer__inner{flex-direction:row;justify-content:space-between;text-align:left}}.vorl-footer__logo{font-family:var(--vorl-font-main);font-size:1.375rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;text-decoration:none}.vorl-footer__links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}.vorl-footer__link{font-size:1.0625rem;color:#ffffff80;text-decoration:none;transition:color .2s ease}.vorl-footer__link:hover{color:#ffffffd9}.vorl-footer__copy{color:#fff3}.vorl-fade-up{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.vorl-fade-up.visible{opacity:1;transform:translateY(0)}.vorl-fade-up--d1{transition-delay:.1s}.vorl-fade-up--d2{transition-delay:.2s}.vorl-fade-up--d3{transition-delay:.3s}.vorl-page~.shopify-section-header-sticky,body.vorl-homepage .section-header{display:none!important}.vorl-crew{background:var(--vorl-bg);padding:6rem 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.vorl-crew__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.vorl-crew__eyebrow{font-size:.75rem;color:#ffffff8c;letter-spacing:.15em;margin-bottom:1.25rem}.vorl-crew__title{font-family:var(--vorl-font-main);font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;color:#fff;line-height:1.05;letter-spacing:-.02em;margin:0 0 1.5rem}.vorl-crew__title-accent{color:var(--vorl-green);text-shadow:0 0 30px rgba(0,255,65,.3)}.vorl-crew__desc{font-size:1.125rem;color:#ffffff80;line-height:1.7;font-weight:300;margin-bottom:2rem;max-width:440px}.vorl-crew__desc strong{color:#fff;font-weight:600}.vorl-crew__perks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.vorl-crew__perk{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:#ffffffa6;font-family:var(--vorl-font-main);font-weight:400}.vorl-crew__perk-arrow{color:#fff9;font-weight:600;flex-shrink:0;margin-top:.05em}.vorl-crew__form-wrap{display:flex;justify-content:center}.vorl-crew__card{width:100%;max-width:460px;background:#0d0d0d;border:1px solid rgba(255,255,255,.08);padding:2.5rem;position:relative;overflow:hidden}.vorl-crew__card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);opacity:1}.vorl-crew__card-label{font-size:.7rem;color:#ffffff80;letter-spacing:.15em;margin-bottom:1.75rem}.vorl-crew__field{margin-bottom:.875rem}.vorl-crew__input{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);color:#fff;font-family:var(--vorl-font-main);font-size:1rem;font-weight:400;padding:.875rem 1rem;outline:none;transition:border-color .2s ease;-webkit-appearance:none}.vorl-crew__input::placeholder{color:#fff3}.vorl-crew__input:focus{border-color:#ffffff4d}.vorl-crew__input--error{border-color:#ff505099}.vorl-crew__btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#f5f5f5;color:#080808;font-family:var(--vorl-font-main);font-size:1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease;margin-bottom:1.25rem}.vorl-crew__btn:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.vorl-crew__btn:disabled{opacity:.7;cursor:not-allowed}.vorl-crew__btn-loading{animation:vorl-spin .8s linear infinite}@keyframes vorl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vorl-crew__error-msg{font-size:.875rem;color:#ff6464cc;margin-bottom:.75rem;font-family:var(--vorl-font-main)}.vorl-crew__fine{font-size:.7rem;color:#ffffff73;letter-spacing:.12em;text-align:center}.vorl-crew__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0;gap:1rem}.vorl-crew__success-check{width:3.5rem;height:3.5rem;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff}.vorl-crew__success-title{font-family:var(--vorl-font-main);font-size:1.375rem;font-weight:700;color:#fff;margin:0}.vorl-crew__success-body{font-size:.9375rem;color:#ffffff73;line-height:1.65;margin:0}@media(max-width:768px){.vorl-crew__inner{grid-template-columns:1fr;gap:2.5rem}.vorl-crew__card{padding:2rem 1.5rem}.vorl-crew__desc{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/vorl-theme.css.map */
