:root{--gateway-paper: #fbf7f0;--gateway-ink: #1F1C18;--gateway-red: #e6003b;--gateway-yellow: #fdda33;--gateway-lilac: #E5E2DE;--gateway-ease: cubic-bezier(.22,.61,.36,1)}html[data-entry=gateway],html[data-entry=gateway] body{width:100%;height:100%;overflow:hidden;background:var(--gateway-paper)}html[data-entry=gateway] #nav,html[data-entry=gateway] #top,html[data-entry=gateway] .foot,html[data-entry=gateway] .vp-chat,html[data-entry=gateway] .t3-grain,html[data-entry=gateway] .studio-particles{display:none!important}html:not([data-entry=gateway]) .gateway,.gateway[hidden]{display:none!important}.gateway{position:fixed;z-index:12000;top:0;right:0;bottom:0;left:0;display:flex;align-items:safe center;justify-content:center;min-width:280px;padding:0!important;overflow:auto;overscroll-behavior:contain;background:var(--gateway-paper);color:var(--gateway-ink);font-family:Inter,sans-serif;isolation:isolate;-webkit-overflow-scrolling:touch}.gateway,.gateway *{box-sizing:border-box}.gateway__stage{width:100%;max-width:none;height:100svh;min-height:0;margin:0;display:flex;flex-direction:column;background:var(--gateway-paper);border:0;border-radius:0;box-shadow:none}.gateway__intro{flex:0 0 auto;padding:20px 24px 18px;text-align:center}.gateway__brand{margin:0 0 9px;color:var(--gateway-ink);font-family:Poppins,Inter,sans-serif;font-size:clamp(22px,1.9vw,28px);font-weight:700;line-height:1;letter-spacing:-.03em}.gateway__brand b{color:var(--gateway-red);font-weight:700}.gateway__title{margin:0;color:var(--gateway-ink);font-family:Poppins,Inter,sans-serif;font-size:clamp(30px,3.5vw,48px);font-weight:700;line-height:1.18;letter-spacing:-.055em;text-transform:none}.gateway__choices{flex:1 1 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;min-height:0;margin:0;padding:0;border:0}.gateway .gateway__choice{position:relative;display:block;min-width:0;min-height:450px;padding:0;overflow:hidden;border:0;border-radius:0;outline-offset:-5px;box-shadow:none;color:var(--gateway-ink);font:inherit;text-align:left;text-decoration:none;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:opacity .26s ease,transform .28s var(--gateway-ease)}.gateway__choice--brick{background:var(--gateway-yellow)}.gateway__choice--3d{background:var(--gateway-lilac)}@media(min-width:701px){.gateway .gateway__choice--3d .gateway__product{height:calc(100% - 34px);bottom:14px}}.gateway__copy{position:absolute;z-index:2;inset:34px auto auto 38px;width:min(45%,300px);pointer-events:none}.gateway__label{display:block;margin:0 0 12px;color:var(--gateway-ink);font-family:Poppins,Inter,sans-serif;font-size:clamp(60px,6.7vw,90px);font-weight:700;line-height:1;letter-spacing:-.075em}.gateway__description{display:block;margin:0;font-size:clamp(15px,1.6vw,20px);font-weight:400;line-height:1.45;letter-spacing:-.025em}.gateway .gateway__product{position:absolute;right:0;bottom:36px;display:block;width:82%;height:calc(100% - 100px);max-width:none;margin:0;border:0;border-radius:0;object-fit:contain;object-position:right bottom;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:transform .38s var(--gateway-ease)}.gateway__action{position:absolute;z-index:3;right:38px;bottom:23px;left:38px;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:40px;padding-top:12px;border-top:1px solid currentColor;font-size:19px;font-weight:600;letter-spacing:-.035em;line-height:1.3;pointer-events:none}.gateway__action i{flex:0 0 auto;font-size:23px;transition:transform .24s var(--gateway-ease)}.gateway__hint{margin:11px 0 0;padding:0;color:#554e47;font-size:14px;line-height:1.4;text-align:center}.gateway__choice:focus-visible{outline:3px solid var(--gateway-red)}@media(hover:hover)and (pointer:fine){.gateway__choice:hover .gateway__product{transform:translateY(-5px)}.gateway__choice:hover .gateway__action i{transform:translate(6px)}.gateway__choice:hover .gateway__action{text-decoration:underline;text-underline-offset:5px}}.gateway[data-gateway-state=loading] .gateway__product{opacity:0}.gateway[data-gateway-state=ready] .gateway__product,.gateway[data-gateway-state=assembling] .gateway__product{animation:gateway-product-in .32s ease both}.gateway[data-gateway-state=opening] .gateway__choice{pointer-events:none}.gateway[data-gateway-state=opening][data-gateway-target=brick] .gateway__choice--3d,.gateway[data-gateway-state=opening][data-gateway-target="3d"] .gateway__choice--brick{opacity:.28;transform:translateY(8px)}.gateway[data-gateway-state=opening][data-gateway-target=brick] .gateway__choice--brick .gateway__product,.gateway[data-gateway-state=opening][data-gateway-target="3d"] .gateway__choice--3d .gateway__product{transform:translateY(-8px)}.gateway[data-gateway-state=opened]{opacity:0}@keyframes gateway-product-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(min-width:701px)and (max-width:1050px){.gateway{padding:0!important}.gateway__stage{height:100svh}.gateway__intro{padding:18px 20px 16px}.gateway__title{font-size:clamp(32px,4vw,40px)}.gateway__copy{top:28px;left:24px;width:68%}.gateway__label{font-size:58px}.gateway__description{font-size:16px}.gateway .gateway__product{width:100%;height:calc(100% - 160px);bottom:58px}.gateway__action{right:24px;left:24px;font-size:17px}}@media(max-width:700px){.gateway{display:block;padding:0!important}.gateway__stage{width:100%;height:100svh;min-height:710px;margin:0}.gateway__intro{padding:calc(16px + env(safe-area-inset-top,0px)) 16px 14px}.gateway__brand{margin-bottom:7px;font-size:21px}.gateway__title{font-size:clamp(25px,6.7vw,33px);letter-spacing:-.06em}.gateway__choices{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(2,minmax(0,1fr));flex-basis:auto}.gateway .gateway__choice{min-height:278px}.gateway__copy{top:28px;left:22px;width:37%}.gateway__label{margin-bottom:10px;font-size:clamp(38px,10.5vw,48px)}.gateway__description{font-size:14px;line-height:1.45;letter-spacing:-.035em}.gateway .gateway__product{right:0;bottom:42px;width:66%;height:calc(100% - 45px);object-position:right bottom}.gateway__choice--3d .gateway__copy{right:20px;left:auto;width:36%;text-align:right}.gateway .gateway__choice--3d .gateway__product{right:auto;left:0;object-position:left bottom}.gateway__choice--3d .gateway__action{bottom:calc(13px + env(safe-area-inset-bottom,0px))}.gateway__action{right:22px;bottom:13px;left:22px;min-height:34px;padding-top:9px;font-size:16px}.gateway__action i{font-size:20px}.gateway__hint{margin-top:8px;font-size:12px}}@media(max-width:375px){.gateway__stage{min-height:740px}.gateway__copy{top:23px;left:18px}.gateway__choice--3d .gateway__copy{right:18px}.gateway__description{font-size:13px}.gateway__action{right:18px;left:18px}}@media(prefers-reduced-motion:reduce){.gateway,.gateway *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.gateway[data-gateway-state=loading] .gateway__product{opacity:1}.gateway .gateway__product{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/gateway.css.map */
