:root{--bg: #0a0a0a;--bg-elev: #111;--fg: #f4f4f5;--muted: #9ca3af;--border: #1f1f1f;--accent: #ffffff;--danger: #e11d48;--pink: #ec4899;--radius: 2px;--font-body: "Inter", system-ui, sans-serif;--font-display: "Bebas Neue", Impact, sans-serif;--font-gothic: "UnifrakturCook", "Bebas Neue", Georgia, serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:.02em;margin:0 0 .5em}h1{font-size:clamp(2.2rem,6vw,4rem)}h2{font-size:clamp(1.6rem,4vw,2.4rem)}.gothic{font-family:var(--font-gothic)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;color:#000;padding:.5rem 1rem;z-index:100}.site-header{position:sticky;top:0;z-index:50;background:#0a0a0ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.site-header__logo{font-family:var(--font-gothic);font-size:1.75rem;letter-spacing:.05em}.site-header__nav{display:none;gap:1.75rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em}.site-header__nav a:hover{color:var(--muted)}.site-header__actions{display:flex;gap:1rem;align-items:center}.cart-count{background:var(--fg);color:var(--bg);border-radius:999px;padding:0 .5rem;font-size:.7rem;font-weight:600}@media(min-width:768px){.site-header__nav{display:flex}}.hero{position:relative;min-height:70vh;display:grid;place-items:center;text-align:center;padding:4rem 1rem;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.4}.hero__inner{position:relative;z-index:1;max-width:720px}.hero__tagline{text-transform:uppercase;letter-spacing:.4em;font-size:.75rem;color:var(--muted);margin-bottom:1rem}.hero__logo{font-family:var(--font-gothic);font-size:clamp(4rem,15vw,9rem);line-height:1;margin:.5rem 0;color:#fff}.hero__sub{color:var(--muted);margin:1.5rem 0 2rem}.btn{display:inline-block;padding:.85rem 2rem;border:1px solid var(--fg);background:var(--fg);color:var(--bg);font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;font-weight:600;cursor:pointer;transition:.15s;border-radius:var(--radius)}.btn:hover,.btn--ghost{background:transparent;color:var(--fg)}.btn--ghost:hover{background:var(--fg);color:var(--bg)}.btn--pink{background:var(--pink);border-color:var(--pink);color:#fff}.btn[disabled]{opacity:.5;cursor:not-allowed}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:4rem 0}.section__head{text-align:center;margin-bottom:3rem}.section__eyebrow{font-size:.7rem;text-transform:uppercase;letter-spacing:.4em;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{position:relative;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{border-color:var(--fg);transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#1a1a1a}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.5rem;left:.5rem;background:var(--fg);color:var(--bg);padding:.2rem .6rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600}.product-card__badge--sale{background:var(--danger);color:#fff}.product-card__body{padding:.85rem}.product-card__title{font-family:var(--font-body);font-size:.85rem;font-weight:500;margin:0 0 .25rem;line-height:1.3}.product-card__price{font-size:.85rem;color:var(--muted)}.product-card__price s{opacity:.5;margin-right:.4rem}.product-card__price em{color:var(--danger);font-style:normal}.product{display:grid;gap:2rem;padding:2rem 0}@media(min-width:768px){.product{grid-template-columns:1fr 1fr;gap:3rem}}.product__gallery{display:grid;gap:.5rem}.product__main-image{aspect-ratio:1/1;background:var(--bg-elev);overflow:hidden}.product__main-image img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product__thumb{aspect-ratio:1/1;background:var(--bg-elev);cursor:pointer;border:1px solid var(--border)}.product__thumb.is-active{border-color:var(--fg)}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__info h1{font-family:var(--font-display)}.product__price{font-size:1.5rem;margin:1rem 0}.product__price s{color:var(--muted);margin-right:.5rem}.product__desc{color:var(--muted);line-height:1.7;margin:1.5rem 0}.product__options{margin:1.5rem 0}.product__option{margin-bottom:1rem}.product__option-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted);margin-bottom:.5rem}.product__option select{background:var(--bg-elev);color:var(--fg);border:1px solid var(--border);padding:.6rem 1rem;font:inherit;width:100%;max-width:240px}.cart{padding:3rem 0}.cart__item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:center}.cart__item img{aspect-ratio:1/1;object-fit:cover}.cart__totals{margin-top:2rem;text-align:right}.cart__totals-row{display:flex;justify-content:space-between;padding:.5rem 0}.cart__totals-row--total{font-size:1.25rem;font-weight:600;border-top:1px solid var(--border);padding-top:1rem;margin-top:.5rem}.site-footer{border-top:1px solid var(--border);padding:3rem 0 2rem;margin-top:4rem;color:var(--muted);font-size:.85rem}.site-footer__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:2rem}.site-footer__col h4{color:var(--fg);font-family:var(--font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem}.site-footer__col a{display:block;padding:.25rem 0}.site-footer__col a:hover{color:var(--fg)}.site-footer__bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.page{padding:4rem 0;max-width:720px;margin:0 auto}.rte{line-height:1.8}.rte a{text-decoration:underline}.text-center{text-align:center}.muted{color:var(--muted)}.site-header__brand{display:flex;align-items:center;gap:.55rem}.site-header__brand img{height:40px;width:auto}.site-header__nav{flex-wrap:wrap;justify-content:flex-end;gap:1.25rem;font-family:var(--font-display)}.site-header__cart{display:inline-flex;align-items:center;gap:.4rem}@media(max-width:767px){.site-header__logo{display:none}.site-header__nav{display:flex;font-size:.66rem;gap:.7rem}}.hero{min-height:auto;padding:1rem 1rem 5rem}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(to bottom,rgba(10,10,10,.6),rgba(10,10,10,.4),var(--bg))}.hero__inner{max-width:64rem}.hero__mark{width:min(52rem,100%);margin:0 auto;display:block}.hero__tagline{margin-top:1.5rem;letter-spacing:.4em}.hero__headline{font-family:var(--font-gothic);font-size:clamp(2.75rem,8vw,4.5rem);line-height:.95;margin:2rem 0 0}.hero__sub{max-width:36rem;margin:1.5rem auto 0;color:var(--muted)}.hero__cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:2.5rem}.hero__cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.info-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff08;padding:1rem 0}.info-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 3rem;font-family:var(--font-display);font-size:.72rem;text-transform:uppercase;letter-spacing:.3em;color:var(--muted)}.section__head--left{text-align:left;margin-bottom:1.5rem}.ad-stream-section{padding-bottom:3rem}.ad-stream{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#0006;overflow:hidden}.ad-stream__track{display:flex;gap:1rem;width:max-content;padding:1rem;animation:marquee 60s linear infinite}.ad-card{position:relative;flex:0 0 auto;width:280px;height:170px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius)}@media(min-width:768px){.ad-card{width:380px;height:220px}}.ad-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.ad-card:hover img{transform:scale(1.05)}.ad-card__meta{position:absolute;inset:auto 0 0 0;padding:.75rem;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);display:grid;gap:.15rem}.ad-card__tag{font-family:var(--font-display);font-size:.65rem;text-transform:uppercase;letter-spacing:.25em}.ad-card__caption{font-size:.75rem;color:var(--muted)}.manifesto{border-top:1px solid var(--border);background:#ffffff05}.manifesto__inner{max-width:48rem;margin:0 auto;padding:5rem 1rem;text-align:center}.manifesto__mark{width:auto;height:10rem;margin:1.5rem auto 0;opacity:.9}@media(min-width:640px){.manifesto__mark{height:12rem}}.manifesto__name{font-family:var(--font-display);font-size:.8rem;text-transform:uppercase;letter-spacing:.4em;color:var(--muted);margin-top:1rem}.manifesto__lines{font-size:clamp(2.25rem,6vw,3rem);line-height:.95;margin-top:1.5rem}.manifesto__lines p{margin:.15rem 0}.site-footer__brand{font-size:1.6rem;color:var(--fg)}.site-footer__est{font-family:var(--font-display);font-size:.7rem;text-transform:uppercase;letter-spacing:.3em;margin-top:.5rem}.site-footer__qr{width:112px;height:112px;background:#fff;padding:6px;border-radius:2px;margin-top:.5rem}.site-footer__qr-note{font-size:.75rem;margin-top:.5rem}.site-header__brand img{height:52px;width:auto}@media(min-width:768px){.site-header__brand img{height:72px}}.site-footer__logo{height:140px;width:auto;display:block}.search-form{display:flex;align-items:center;gap:.5rem}.search-form input[type=search]{background:#ffffff0f;border:1px solid var(--border);color:var(--fg);padding:.5rem .75rem;font-size:.8rem;letter-spacing:.08em;border-radius:2px;width:10rem;outline:none}.search-form input[type=search]::placeholder{color:var(--muted)}.search-form input[type=search]:focus{border-color:var(--fg)}.site-header__search .search-form__btn{background:none;border:1px solid var(--border);color:var(--fg);padding:.45rem .7rem;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border-radius:2px}.site-header__search .search-form__btn:hover{border-color:var(--fg)}.search-form--page{max-width:32rem;margin:0 auto}.search-form--page input[type=search]{flex:1;width:auto;padding:.75rem 1rem}@media(max-width:767px){.search-form input[type=search]{width:7.5rem}}.hero{padding-top:2.5rem}.hero__mark{width:auto;max-width:min(34rem,88vw);max-height:min(62vh,30rem);height:auto;margin:0 auto;filter:drop-shadow(0 0 40px rgba(255,255,255,.12)) drop-shadow(0 18px 40px rgba(0,0,0,.65));animation:mark-in 1.1s cubic-bezier(.16,.84,.34,1) both,mark-float 6s ease-in-out 1.1s infinite;transition:transform .4s cubic-bezier(.16,.84,.34,1),filter .4s ease;will-change:transform,opacity,filter}.hero__mark:hover{transform:scale(1.04) translateY(-6px) rotate(-1.5deg);filter:drop-shadow(0 0 64px rgba(255,255,255,.22)) drop-shadow(0 24px 48px rgba(0,0,0,.55));animation-play-state:paused}@keyframes mark-in{0%{opacity:0;transform:translateY(18px) scale(.94) rotate(-3deg);filter:blur(6px) drop-shadow(0 0 0 rgba(255,255,255,0))}to{opacity:1;transform:none}}@keyframes mark-float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(.8deg)}66%{transform:translateY(-5px) rotate(-.8deg)}}@media(prefers-reduced-motion:reduce){.hero__mark{animation:none}.hero__mark:hover{transform:scale(1.02)}}.site-header__brand img{height:46px;transition:transform .25s ease,filter .25s ease}@media(min-width:768px){.site-header__brand img{height:58px}}.site-header__brand:hover img{transform:scale(1.05);filter:drop-shadow(0 0 12px rgba(255,255,255,.25))}.manifesto__mark{height:auto;max-height:14rem;max-width:82vw;width:auto;filter:drop-shadow(0 0 28px rgba(255,255,255,.1))}.site-footer__logo{height:auto;max-height:112px;width:auto;opacity:.95}.hero__inner{z-index:auto;isolation:auto}.hero{isolation:auto}.hero__mark{max-width:min(36rem,90vw);max-height:min(52vh,36rem)}.site-header__brand img{height:42px}@media(min-width:768px){.site-header__brand img{height:54px}}body{background-image:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(255,255,255,.05),transparent 60%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,64px 64px,64px 64px;background-attachment:fixed}.hero{perspective:1200px}.hero:before{content:"";position:absolute;top:45%;right:-20%;bottom:-10%;left:-20%;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:70px 70px;transform:rotateX(72deg);transform-origin:bottom center;mask-image:linear-gradient(to bottom,transparent,#000 45%,transparent 92%);-webkit-mask-image:linear-gradient(to bottom,transparent,#000 45%,transparent 92%);animation:grid-run 6s linear infinite;opacity:.55}@keyframes grid-run{to{background-position:0 70px,0 0}}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.03) 0 1px,transparent 1px 3px);mix-blend-mode:overlay}.hero__inner{position:relative;z-index:2;transform-style:preserve-3d}.hero__mark{animation:mark-in 1.1s cubic-bezier(.16,.84,.34,1) both,mark-float-3d 9s ease-in-out 1.1s infinite;filter:drop-shadow(0 0 40px rgba(255,255,255,.14)) drop-shadow(0 22px 44px rgba(0,0,0,.7))}@keyframes mark-float-3d{0%,to{transform:translateY(0) rotateX(0) rotateY(0)}25%{transform:translateY(-12px) rotateX(5deg) rotateY(-7deg)}50%{transform:translateY(-6px) rotateX(-3deg) rotateY(0)}75%{transform:translateY(-12px) rotateX(4deg) rotateY(7deg)}}.hero__mark:hover{transform:scale(1.05) translateY(-10px) rotateX(-8deg) rotateY(8deg);filter:drop-shadow(0 0 70px rgba(255,255,255,.26)) drop-shadow(0 26px 50px rgba(0,0,0,.6))}.hero__mark:active{transform:scale(.99) translateY(-2px) rotateX(2deg)}.hero__headline{text-shadow:0 2px 0 rgba(0,0,0,.6),0 18px 40px rgba(0,0,0,.75)}.site-header{background:linear-gradient(180deg,#0a0a0ae6,#0a0a0a99);-webkit-backdrop-filter:blur(16px) saturate(120%);backdrop-filter:blur(16px) saturate(120%);box-shadow:inset 0 1px #ffffff0f,0 12px 30px -22px #000}.site-header__nav a{display:inline-block;transition:transform .2s cubic-bezier(.16,.84,.34,1),opacity .2s ease}.site-header__nav a:hover{transform:translateY(-2px) scale(1.04)}.info-bar{box-shadow:inset 0 1px #ffffff0d,inset 0 -1px #0009}.btn{position:relative;overflow:hidden;transform-style:preserve-3d;transition:transform .25s cubic-bezier(.16,.84,.34,1),box-shadow .25s ease,background .2s ease,color .2s ease;box-shadow:0 8px 18px -10px #000000e6,inset 0 1px #ffffff26}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-120%) skew(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent)}.btn:hover:after{transform:translate(120%) skew(-20deg);transition:transform .7s ease}.btn:hover{transform:translateY(-3px) rotateX(8deg);box-shadow:0 18px 32px -14px #000}.btn:active{transform:translateY(0) rotateX(2deg) scale(.98)}.product-grid,.ad-stream__track{perspective:1400px}.product-card{transform-style:preserve-3d;transition:transform .35s cubic-bezier(.16,.84,.34,1),box-shadow .35s ease,border-color .3s ease}.product-card:hover{transform:translateY(-8px) rotateX(6deg) rotateY(-6deg) scale(1.02);box-shadow:0 30px 60px -25px #000,0 0 40px -14px #ffffff2e}.product-card:active{transform:translateY(-2px) scale(.99)}.product-card__media img{transition:transform .5s cubic-bezier(.16,.84,.34,1)}.product-card:hover .product-card__media img{transform:scale(1.09) translateZ(30px)}.ad-card{transform-style:preserve-3d;transition:transform .45s cubic-bezier(.16,.84,.34,1),box-shadow .45s ease,border-color .3s ease}.ad-card:hover{transform:translateY(-6px) rotateY(-8deg) scale(1.03);border-color:var(--fg);box-shadow:0 26px 50px -24px #000}.product__main-image{perspective:1200px;box-shadow:0 30px 60px -30px #000}.product__main-image img{transition:transform .5s cubic-bezier(.16,.84,.34,1)}.product__main-image:hover img{transform:scale(1.06) rotateY(-4deg)}.product__thumb{transition:transform .25s cubic-bezier(.16,.84,.34,1),border-color .2s ease}.product__thumb:hover{transform:translateY(-3px) scale(1.06);border-color:var(--fg)}.manifesto__mark{filter:drop-shadow(0 0 34px rgba(255,255,255,.14)) drop-shadow(0 18px 36px rgba(0,0,0,.8));transition:transform .5s cubic-bezier(.16,.84,.34,1)}.manifesto__mark:hover{transform:translateY(-6px) rotateX(-6deg) rotateY(6deg) scale(1.03)}.site-footer__logo{transition:transform .4s cubic-bezier(.16,.84,.34,1)}.site-footer__logo:hover{transform:translateY(-4px) scale(1.04) rotateY(6deg)}.site-footer__col a{transition:transform .2s ease}.site-footer__col a:hover{transform:translate(4px)}.site-footer__qr{transition:transform .35s cubic-bezier(.16,.84,.34,1)}.site-footer__qr:hover{transform:scale(1.08) rotate(-2deg)}.search-form input[type=search]{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.search-form input[type=search]:focus{transform:translateY(-1px);box-shadow:0 8px 20px -12px #000,inset 0 1px #ffffff14}.site-header__search .search-form__btn{transition:transform .2s cubic-bezier(.16,.84,.34,1),border-color .2s ease}.site-header__search .search-form__btn:hover{transform:translateY(-2px)}.site-header__search .search-form__btn:active{transform:translateY(0) scale(.97)}@media(prefers-reduced-motion:reduce){.hero:before,.hero__mark{animation:none}.product-card:hover,.ad-card:hover,.btn:hover,.manifesto__mark:hover{transform:translateY(-3px)}}body{perspective:1600px}main,.site-header,.site-footer{transform-style:preserve-3d}[data-tilt]{--rx: 0deg;--ry: 0deg;--tx: 0px;--ty: 0px;--drift: 0px;transform-style:preserve-3d;transform:translate3d(var(--tx),calc(var(--ty) + var(--drift)),0) rotateX(var(--rx)) rotateY(var(--ry));transition:transform .5s cubic-bezier(.16,.84,.34,1),box-shadow .4s ease;will-change:transform}[data-tilt].is-tilting{transition:transform .12s linear,box-shadow .4s ease}[data-tilt].is-dragging{transition:none;cursor:grabbing;z-index:5;position:relative}[data-tilt].is-springing{transition:transform .6s cubic-bezier(.2,1.4,.4,1)}[data-tilt]:active{cursor:grabbing}.product-card.is-tilting,.card-3d.is-tilting{box-shadow:0 30px 60px -25px #000000e6}.hero__mark[data-tilt],.manifesto__mark[data-tilt],.site-footer__logo{cursor:grab}.hero{--hx:0px;--hy:0px;--hrx:0deg;--hry:0deg;perspective:1200px}.hero__bg img{transform:scale(1.12) translate3d(calc(var(--hx) * -1),calc(var(--hy) * -1),0);transition:transform .6s cubic-bezier(.16,.84,.34,1)}.hero__inner{transform-style:preserve-3d;transform:translate3d(var(--hx),var(--hy),0) rotateX(var(--hrx)) rotateY(var(--hry));transition:transform .5s cubic-bezier(.16,.84,.34,1)}.hero__headline{transform:translateZ(60px)}.hero__mark{transform:translateZ(110px)}.hero__cta{transform:translateZ(40px)}.reveal-3d{opacity:0;transform:perspective(1200px) translate3d(0,40px,-120px) rotateX(8deg);transition:opacity .8s ease,transform .9s cubic-bezier(.16,.84,.34,1)}.reveal-3d.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-tilt],.reveal-3d,.hero__inner,.hero__bg img{transform:none!important;transition:none!important;opacity:1!important}}html:before,html:after{content:"";position:fixed;top:-25%;right:-15%;bottom:-25%;left:-15%;pointer-events:none;z-index:60;background-repeat:repeat}html:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27220%27%20height%3D%27300%27%3E%3Cline%20x1%3D%27115%27%20y1%3D%27238%27%20x2%3D%27115%27%20y2%3D%27264%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27115%27%20y1%3D%27260%27%20x2%3D%27115%27%20y2%3D%27286%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27218%27%20y1%3D%2797%27%20x2%3D%27218%27%20y2%3D%27123%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%2747%27%20y1%3D%27262%27%20x2%3D%2747%27%20y2%3D%27288%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27121%27%20y1%3D%2795%27%20x2%3D%27121%27%20y2%3D%27121%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%2724%27%20y1%3D%27228%27%20x2%3D%2724%27%20y2%3D%27254%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%2777%27%20y1%3D%2772%27%20x2%3D%2777%27%20y2%3D%2798%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%2723%27%20y1%3D%2721%27%20x2%3D%2723%27%20y2%3D%2747%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27152%27%20y1%3D%27202%27%20x2%3D%27152%27%20y2%3D%27228%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27115%27%20y1%3D%2780%27%20x2%3D%27115%27%20y2%3D%27106%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27159%27%20y1%3D%277%27%20x2%3D%27159%27%20y2%3D%2733%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27212%27%20y1%3D%27270%27%20x2%3D%27212%27%20y2%3D%27296%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%2716%27%20y1%3D%2730%27%20x2%3D%2716%27%20y2%3D%2756%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%279%27%20y1%3D%2797%27%20x2%3D%279%27%20y2%3D%27123%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%2761%27%20y1%3D%2715%27%20x2%3D%2761%27%20y2%3D%2741%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27199%27%20y1%3D%27237%27%20x2%3D%27199%27%20y2%3D%27263%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%2783%27%20y1%3D%27225%27%20x2%3D%2783%27%20y2%3D%27251%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27151%27%20y1%3D%27100%27%20x2%3D%27151%27%20y2%3D%27126%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27132%27%20y1%3D%27119%27%20x2%3D%27132%27%20y2%3D%27145%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27163%27%20y1%3D%27150%27%20x2%3D%27163%27%20y2%3D%27176%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27127%27%20y1%3D%272%27%20x2%3D%27127%27%20y2%3D%2728%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27169%27%20y1%3D%2743%27%20x2%3D%27169%27%20y2%3D%2769%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27117%27%20y1%3D%27142%27%20x2%3D%27117%27%20y2%3D%27168%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27104%27%20y1%3D%2742%27%20x2%3D%27104%27%20y2%3D%2768%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%27181%27%20y1%3D%27130%27%20x2%3D%27181%27%20y2%3D%27156%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3Cline%20x1%3D%2780%27%20y1%3D%27117%27%20x2%3D%2780%27%20y2%3D%27143%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.55%27%20stroke-width%3D%271.1%27%2F%3E%3C%2Fsvg%3E);background-size:220px 300px;transform:rotate(11deg);opacity:.55;animation:rain-near .55s linear infinite}html:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27260%27%20height%3D%27300%27%3E%3Cline%20x1%3D%27147%27%20y1%3D%2715%27%20x2%3D%27147%27%20y2%3D%2731%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%2735%27%20y1%3D%2755%27%20x2%3D%2735%27%20y2%3D%2771%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%27205%27%20y1%3D%2755%27%20x2%3D%27205%27%20y2%3D%2771%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%27148%27%20y1%3D%27197%27%20x2%3D%27148%27%20y2%3D%27213%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%2734%27%20y1%3D%278%27%20x2%3D%2734%27%20y2%3D%2724%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%270%27%20y1%3D%27109%27%20x2%3D%270%27%20y2%3D%27125%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%27107%27%20y1%3D%2726%27%20x2%3D%27107%27%20y2%3D%2742%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%27240%27%20y1%3D%27192%27%20x2%3D%27240%27%20y2%3D%27208%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%27203%27%20y1%3D%27214%27%20x2%3D%27203%27%20y2%3D%27230%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%2737%27%20y1%3D%27101%27%20x2%3D%2737%27%20y2%3D%27117%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%27138%27%20y1%3D%27172%27%20x2%3D%27138%27%20y2%3D%27188%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%2744%27%20y1%3D%27159%27%20x2%3D%2744%27%20y2%3D%27175%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%27170%27%20y1%3D%277%27%20x2%3D%27170%27%20y2%3D%2723%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%27209%27%20y1%3D%2760%27%20x2%3D%27209%27%20y2%3D%2776%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%2768%27%20y1%3D%27126%27%20x2%3D%2768%27%20y2%3D%27142%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%2751%27%20y1%3D%275%27%20x2%3D%2751%27%20y2%3D%2721%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%2730%27%20y1%3D%27238%27%20x2%3D%2730%27%20y2%3D%27254%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3Cline%20x1%3D%27249%27%20y1%3D%2790%27%20x2%3D%27249%27%20y2%3D%27106%27%20stroke%3D%27white%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%270.9%27%2F%3E%3C%2Fsvg%3E);background-size:260px 300px;transform:rotate(8deg);opacity:.3;filter:blur(.6px);animation:rain-far 1.1s linear infinite}@keyframes rain-near{0%{background-position:0 0}to{background-position:-30px 300px}}@keyframes rain-far{0%{background-position:0 0}to{background-position:-20px 300px}}@media(prefers-reduced-motion:reduce){html:before,html:after{animation:none;opacity:.15}}.hero__mark{max-width:min(46rem,94vw);max-height:min(64vh,44rem)}.manifesto__mark{max-height:17rem}.site-footer__logo{max-height:132px}.site-header__brand img{height:54px}@media(min-width:768px){.site-header__brand img{height:68px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/theme.css.map */
