*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:4.5rem;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;width:auto;height:auto;clip:auto;padding:.75rem 1.25rem;background:var(--color-accent);color:#000}.wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.wrap--narrow{max-width:720px}.wrap--wide{max-width:1400px}.t-eyebrow{font-size:.6875rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.25rem}.t-headline{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:clamp(2rem,6.5vw,4.5rem);line-height:1.02;letter-spacing:-.03em;color:var(--color-text)}.t-headline--sm{font-size:clamp(1.75rem,4.5vw,3rem)}.t-sub{font-size:clamp(1.0625rem,2.2vw,1.375rem);line-height:1.55;color:var(--color-text-muted);max-width:32rem}.t-body{font-size:1.0625rem;line-height:1.75;color:var(--color-text-muted)}.t-body p+p{margin-top:1.25rem}.t-center{text-align:center}.t-center .t-sub,.t-center .t-body{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 2rem;font-family:var(--font-heading);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border-radius:0;transition:opacity .3s ease,background .3s ease;-webkit-tap-highlight-color:transparent}.btn--gold{background:var(--color-accent);color:#000}.btn--gold:hover{opacity:.88}.btn--ghost{color:var(--color-text);border:1px solid rgba(255,255,255,.2);background:transparent}.btn--ghost:hover{border-color:#ffffff73}.btn--full{width:100%}.btn-row{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}@media(min-width:480px){.btn-row--inline{flex-direction:row;align-items:center}}.hdr{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:background .5s ease,padding .5s ease}.hdr.is-solid{background:#000000eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.875rem 0}.hdr__inner{display:flex;align-items:center;justify-content:space-between}.hdr__logo{font-family:var(--font-heading);font-size:.6875rem;font-weight:700;letter-spacing:.32em;text-transform:uppercase}.hdr__logo img{max-height:22px;width:auto}.hdr__cta{min-height:40px;padding:0 1.25rem;font-size:.625rem}.sec{padding:5rem 0}@media(min-width:768px){.sec{padding:8rem 0}}@media(min-width:1100px){.sec{padding:10rem 0}}.sec--soft{background:var(--color-bg-soft)}.sec--panel{background:var(--color-bg-panel)}[data-reveal]{opacity:0;transform:translateY(32px);transition:opacity 1s cubic-bezier(.25,.1,.25,1),transform 1s cubic-bezier(.25,.1,.25,1)}[data-reveal].is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.hero__visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__visual img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.hero__visual--placeholder{background:var(--color-bg-soft)}.hero__fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000,#000000b3,#00000026 70%,#0006)}.hero__content{position:relative;z-index:1;padding:6rem 0 3rem;width:100%}@media(min-width:768px){.hero__content{padding:8rem 0 4rem}}.hero .t-headline{max-width:12ch;margin-bottom:1.25rem}.hero .t-sub{margin-bottom:2.5rem}.story__visual{margin-top:3.5rem;aspect-ratio:16/10;background:var(--color-bg-panel);overflow:hidden}.story__visual img{width:100%;height:100%;object-fit:cover}.cine{padding:0}.cine__panel{min-height:85vh;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}@media(min-width:768px){.cine__panel{min-height:100vh}}.cine__media{position:absolute;top:0;right:0;bottom:0;left:0}.cine__media img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform 2s cubic-bezier(.25,.1,.25,1)}.cine__panel.is-in .cine__media img{transform:scale(1)}.cine__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d9,#0003,#00000080)}.cine__copy{position:relative;z-index:1;padding:3rem 0 4rem}.cine__label{font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.cine__title{font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,2.75rem);font-weight:var(--font-heading-weight);letter-spacing:-.02em;line-height:1.1;margin-bottom:.75rem}.cine__text{font-size:1rem;color:var(--color-text-muted);max-width:28rem;line-height:1.65}.eng__intro{margin-bottom:5rem}.eng__block{display:grid;gap:0;border-top:1px solid var(--color-border)}@media(min-width:900px){.eng__block{grid-template-columns:1fr 1fr;min-height:70vh}.eng__block--flip .eng__media{order:2}}.eng__media{aspect-ratio:1;background:var(--color-bg-panel);overflow:hidden}@media(min-width:900px){.eng__media{aspect-ratio:auto;min-height:70vh}}.eng__media img{width:100%;height:100%;object-fit:cover}.eng__copy{display:flex;flex-direction:column;justify-content:center;padding:3rem 1.5rem}@media(min-width:900px){.eng__copy{padding:4rem}}.eng__num{font-size:.625rem;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:1.5rem}.eng__title{font-family:var(--font-heading);font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:var(--font-heading-weight);letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.eng__text{font-size:1rem;line-height:1.7;color:var(--color-text-muted);max-width:24rem}.stealth{text-align:center}.stealth__lines{margin-top:2.5rem}.stealth__line{font-family:var(--font-heading);font-size:clamp(1.25rem,3vw,2rem);font-weight:300;letter-spacing:-.01em;color:var(--color-text-muted);line-height:1.5;margin-bottom:.5rem}.stealth__line:last-child{color:var(--color-text);margin-top:1.5rem}.stealth__visual{margin-top:4rem;aspect-ratio:21/9;background:var(--color-bg-panel);overflow:hidden}.stealth__visual img{width:100%;height:100%;object-fit:cover}.specs__grid{display:grid;gap:0;border-top:1px solid var(--color-border);margin-top:3rem}@media(min-width:640px){.specs__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.specs__grid{grid-template-columns:repeat(3,1fr)}}.specs__item{padding:2.5rem 1.5rem;border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border)}@media(min-width:640px){.specs__item:nth-child(2n){border-right:none}}@media(min-width:1000px){.specs__item{border-right:1px solid var(--color-border)}.specs__item:nth-child(3n){border-right:none}.specs__item:nth-child(2n){border-right:1px solid var(--color-border)}}.specs__label{font-size:.625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem}.specs__value{font-family:var(--font-heading);font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500;letter-spacing:-.02em;line-height:1.25;color:var(--color-text)}.specs__detail{font-size:.8125rem;color:var(--color-text-muted);margin-top:.5rem;line-height:1.5}.pkg__hero{aspect-ratio:4/5;background:var(--color-bg-panel);overflow:hidden;margin-bottom:3rem}@media(min-width:768px){.pkg__hero{aspect-ratio:21/9;margin-bottom:4rem}}.pkg__hero img{width:100%;height:100%;object-fit:cover}.pkg__points{display:grid;gap:2rem}@media(min-width:768px){.pkg__points{grid-template-columns:repeat(3,1fr);gap:3rem}}.pkg__point-title{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.5rem}.pkg__point-text{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.proof__grid{display:grid;gap:3rem;margin-top:3rem}@media(min-width:768px){.proof__grid{grid-template-columns:repeat(2,1fr);gap:4rem 3rem}}@media(min-width:1100px){.proof__grid{grid-template-columns:repeat(3,1fr)}}.proof__quote{font-family:var(--font-heading);font-size:1.125rem;font-weight:400;line-height:1.65;letter-spacing:-.01em;color:var(--color-text);margin-bottom:1.5rem}.proof__author{font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.proof__author strong{display:block;color:var(--color-text);font-weight:600;margin-bottom:.25rem;letter-spacing:.06em}.proof__cred{display:block;color:var(--color-accent);font-size:.625rem;margin-bottom:.25rem;letter-spacing:.08em}.proof__note{margin-top:4rem;text-align:center;font-size:.625rem;letter-spacing:.08em;color:var(--color-text-muted)}.close{text-align:center;padding:6rem 0 8rem;background:var(--color-bg);border-top:1px solid var(--color-border)}@media(min-width:768px){.close{padding:10rem 0 12rem}}.close .t-headline{font-size:clamp(1.75rem,5vw,3.5rem);letter-spacing:.06em;text-transform:uppercase;max-width:none;margin-bottom:1.25rem}.close .t-sub{margin-bottom:3rem}.close__buy{max-width:480px;margin:4rem auto 0;padding-top:4rem;border-top:1px solid var(--color-border);text-align:left}.close__product-name{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;letter-spacing:.04em;margin-bottom:.25rem}.close__product-meta{font-size:.75rem;color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:2rem}.product-form__fieldset{border:none;margin:0 0 1.5rem;padding:0}.product-form__legend{font-size:.625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem}.product-form__options{display:flex;flex-wrap:wrap;gap:.5rem}.product-form__option-btn{min-height:44px;padding:.5rem .875rem;font-size:.75rem;color:var(--color-text-muted);background:transparent;border:1px solid var(--color-border);transition:border-color .25s,color .25s;text-align:left;line-height:1.3}.product-form__option-btn:hover{border-color:#ffffff4d}.product-form__option-btn.is-selected{border-color:var(--color-accent);color:var(--color-accent)}.product-form__price-row{display:flex;align-items:baseline;gap:.75rem;margin:0 0 1rem}.product-form__price{font-family:var(--font-heading);font-size:1.75rem;font-weight:500;letter-spacing:-.02em;color:var(--color-text);margin:0}.product-form__compare{font-size:1rem;color:var(--color-text-muted);text-decoration:line-through;margin:0}.product-form__compare[hidden]{display:none}.product-form__actions{display:flex;flex-direction:column;gap:.75rem}.product-form__actions .btn--buy{min-height:56px;font-size:.8125rem}.product-form__wallet{width:100%}.product-form__wallet .shopify-payment-button{width:100%;margin:0!important}.product-form__wallet .shopify-payment-button__button{min-height:52px!important;border-radius:0!important;font-family:var(--font-heading)!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important}.product-form__wallet .shopify-payment-button__button--unbranded{background:#fff!important;color:#000!important}.product-form__wallet .shopify-payment-button__more-options{color:var(--color-text-muted)!important;font-size:.6875rem!important;letter-spacing:.06em;text-transform:uppercase;margin-top:.5rem!important}.product-form__trust{margin:1rem 0 0;font-size:.625rem;letter-spacing:.12em;text-transform:uppercase;text-align:center;color:var(--color-text-muted)}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;background:#000000f0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--color-border);padding:.75rem 1.25rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.1,.25,1)}.sticky-bar.is-on{transform:translateY(0)}.sticky-bar__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1120px;margin:0 auto}.sticky-bar__name{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.sticky-bar__price{font-size:.8125rem;color:var(--color-text-muted);margin-top:.125rem}.sticky-bar__btn{flex-shrink:0;min-height:48px;padding:0 1.25rem;font-size:.625rem}.sticky-bar__meta{min-width:0}@media(min-width:768px){.sticky-bar{display:none}}body.has-sticky{padding-bottom:calc(72px + env(safe-area-inset-bottom))}body.template-product.has-sticky{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.pdp{padding:4.5rem 0 2rem;min-height:100svh}@media(min-width:900px){.pdp{padding:6rem 0 4rem}}.pdp__grid{display:grid;gap:1.5rem}@media(min-width:900px){.pdp__grid{grid-template-columns:1fr 1fr;gap:5rem;align-items:start}}.pdp__gallery-main{aspect-ratio:1;background:var(--color-bg-panel);overflow:hidden}@media(max-width:899px){.pdp__gallery-main{aspect-ratio:5 / 4;max-height:52vh}}.pdp__gallery-main img{width:100%;height:100%;object-fit:cover}.pdp__thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pdp__thumbs::-webkit-scrollbar{display:none}.pdp__thumb{flex-shrink:0;width:56px;height:56px;border:1px solid var(--color-border);opacity:.4;overflow:hidden;padding:0}@media(min-width:900px){.pdp__thumb{width:64px;height:64px}}.pdp__thumb.is-on,.pdp__thumb:hover{opacity:1;border-color:var(--color-accent)}.pdp__thumb img{width:100%;height:100%;object-fit:cover}.pdp__buy{position:relative;z-index:2}.pdp__title{font-family:var(--font-heading);font-size:clamp(1.375rem,5vw,2rem);font-weight:600;letter-spacing:-.02em;margin-bottom:1rem;line-height:1.1}@media(min-width:900px){.pdp__title{margin-bottom:1.5rem}}.pdp__desc{color:var(--color-text-muted);line-height:1.75;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border);font-size:.9375rem}.pdp__desc h2,.pdp__desc h3{font-family:var(--font-heading);color:var(--color-text);font-size:1rem;margin:1.5rem 0 .75rem}.pdp__desc ul{margin:.75rem 0;padding-left:1.25rem;list-style:disc}.pdp__desc li+li{margin-top:.35rem}.pdp__back{display:inline-block;margin-top:1.5rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid var(--color-border)}@media(min-width:900px){.pdp__back{margin-top:2rem}}.cart{padding:6rem 0 4rem;min-height:50vh}.cart__title{font-family:var(--font-heading);font-size:1.5rem;letter-spacing:-.02em;margin-bottom:2rem}.cart__line{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border);align-items:center}.cart__thumb{aspect-ratio:1;background:var(--color-bg-panel);overflow:hidden}.cart__thumb img{width:100%;height:100%;object-fit:cover}.cart__summary{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border);max-width:360px;margin-left:auto}.cart__row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.9375rem}.ftr{padding:2rem 0;border-top:1px solid var(--color-border)}.ftr__row{display:flex;flex-direction:column;gap:1rem;font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}@media(min-width:640px){.ftr__row{flex-direction:row;justify-content:space-between;align-items:center}}.ftr__brand{font-weight:700;color:var(--color-text);letter-spacing:.24em}.ftr__legal{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.625rem;letter-spacing:.08em;text-transform:uppercase}.ftr__legal a{color:var(--color-text-muted);transition:color .2s ease}.ftr__legal a:hover{color:var(--color-text)}.legal{padding:6rem 0 4rem;min-height:60vh}.legal__back{display:inline-block;margin-bottom:2rem;font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.legal__back:hover{color:var(--color-text)}.legal__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:var(--font-heading-weight);letter-spacing:-.02em;margin-bottom:2.5rem}.legal__body{font-size:1rem;line-height:1.75;color:var(--color-text-muted)}.legal__body h2{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-text);margin:2.5rem 0 1rem;letter-spacing:.02em}.legal__body p+p{margin-top:1rem}.legal__body ul,.legal__body ol{margin:1rem 0 1rem 1.25rem;list-style:disc}.legal__body li+li{margin-top:.5rem}.legal__body a{color:var(--color-accent);text-decoration:underline;text-underline-offset:.2em}.legal__body strong{color:var(--color-text)}.legal--index{padding:5rem 0 6rem;background:var(--color-bg-soft);border-top:1px solid var(--color-border)}.legal__stack{margin-top:3rem;display:flex;flex-direction:column;gap:4rem}.legal__doc{padding-top:3rem;border-top:1px solid var(--color-border);scroll-margin-top:5rem}.legal__doc:first-child{padding-top:0;border-top:0}.legal__doc-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:1.5rem;letter-spacing:.04em;text-transform:uppercase}.ph{width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;font-size:.625rem;letter-spacing:.16em;text-transform:uppercase;color:#333;text-align:center;padding:2rem}
/*# sourceMappingURL=/cdn/shop/t/1/assets/aegisvault.css.map */
