.tmf-hero{--tmf-bg: #0D0D0D;--tmf-bg-2: #161514;--tmf-accent: #FF6B00;--tmf-paper: #F4ECDE;--tmf-white: #FFFFFF;--tmf-black: #0a0a0a;--tmf-pink: #FF4FA2;--tmf-yellow: #FFE34D;--tmf-muted: #7c7c7c;position:relative;background:linear-gradient(180deg,var(--tmf-bg) 0%,var(--tmf-bg-2) 100%);color:var(--tmf-white);padding:3rem 0 6rem;overflow:hidden}.tmf-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.tmf-hero__inner{position:relative;z-index:2}.tmf-hero__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;font-family:Archivo Black,sans-serif;letter-spacing:.1em;text-transform:uppercase;font-size:1.2rem}.tmf-hero__brand{background:var(--tmf-white);color:var(--tmf-black);padding:.5rem 1.2rem;transform:rotate(-1.5deg);display:inline-block}.tmf-hero__brand span{color:var(--tmf-accent)}.tmf-hero__loc{color:var(--tmf-muted);letter-spacing:.22em}.tmf-hero__tags{position:relative;z-index:5;display:flex;gap:1.2rem;flex-wrap:wrap;list-style:none;margin:0 0 4rem;padding:0}.tmf-hero__tag{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.4rem;font-family:Archivo Black,sans-serif;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.tmf-hero__tag--accent{background:var(--tmf-accent);color:var(--tmf-black)}.tmf-hero__tag--pink{background:var(--tmf-pink);color:var(--tmf-black)}.tmf-hero__tag--yellow{background:var(--tmf-yellow);color:var(--tmf-black)}.tmf-hero__tag--outline{background:transparent;color:var(--tmf-white);border:2px solid var(--tmf-white)}.tmf-hero__composition{position:relative;display:grid;grid-template-columns:1.2fr .9fr;gap:4rem;align-items:start;min-height:60vh}.tmf-hero__headline-stack{position:relative;z-index:3;padding-top:1rem}.tmf-hero__headline{font-family:Anton,sans-serif;font-weight:400;font-size:clamp(7rem,11vw,16rem);line-height:.85;letter-spacing:.005em;text-transform:uppercase;color:var(--tmf-white);margin:0;position:relative}.tmf-hero__row-1{display:block}.tmf-hero__row-2{display:block;color:var(--tmf-accent);transform:translate(2.4rem)}.tmf-hero__row-3{display:inline-block;background:var(--tmf-white);color:var(--tmf-black);padding:0 1.4rem;transform:rotate(var(--rot, -2deg));margin-top:.6rem}.tmf-hero__note{font-family:Caveat,cursive;font-weight:700;position:absolute;pointer-events:none;top:3rem;left:52%;white-space:nowrap;font-size:2.2rem;color:var(--tmf-yellow);transform:rotate(var(--rot, 8deg));z-index:10}.tmf-hero__note:after{content:"\2199";display:block;font-size:3rem;line-height:.8;margin-top:.4rem;transform:rotate(20deg);transform-origin:left top}.tmf-hero__sub,.tmf-hero__sub p{font-family:Permanent Marker,cursive;font-size:1.9rem;color:var(--tmf-white);margin:3rem 0 0;max-width:48rem;line-height:1.4;position:relative;z-index:2}.tmf-hero__sub em{color:var(--tmf-accent);font-style:normal;background:#ff6b0026;padding:0 .4rem}.tmf-hero__ctas{display:flex;gap:2rem;margin-top:4rem;align-items:center;flex-wrap:wrap}.tmf-hero__btn{position:relative;display:inline-block;font-family:Archivo Black,sans-serif;font-size:1.7rem;letter-spacing:.06em;text-transform:uppercase;padding:1.8rem 2.6rem;text-decoration:none;transition:transform .2s cubic-bezier(.2,.7,.2,1),box-shadow .2s}.tmf-hero__btn--primary{background:var(--tmf-accent);color:var(--tmf-black);border:3px solid var(--tmf-black);box-shadow:6px 6px 0 var(--tmf-white);transform:rotate(-2deg)}.tmf-hero__btn--primary:hover,.tmf-hero__btn--primary:focus-visible{transform:rotate(-1deg) translate(-2px,-2px);box-shadow:8px 8px 0 var(--tmf-white)}.tmf-hero__btn--secondary{background:transparent;color:var(--tmf-white);font-family:Permanent Marker,cursive;font-size:1.9rem;padding:.6rem .2rem;text-decoration:underline;text-underline-offset:.4rem;text-decoration-thickness:2px;text-decoration-color:var(--tmf-accent);transform:rotate(1.5deg)}.tmf-hero__btn--secondary:hover,.tmf-hero__btn--secondary:focus-visible{color:var(--tmf-accent)}.tmf-hero__cta-arrow{font-family:Caveat,cursive;font-weight:700;font-size:4rem;color:var(--tmf-pink);transform:rotate(-15deg);line-height:1}.tmf-hero__collage{position:relative;height:64rem}.tmf-hero__transfer{position:absolute;top:0;right:-2rem;width:36rem;max-width:80%;filter:drop-shadow(0 20px 30px rgba(0,0,0,.6));z-index:2;transform:rotate(var(--rot, 8deg));transition:transform .4s cubic-bezier(.34,1.6,.64,1)}.tmf-hero__transfer img{width:100%;height:auto;display:block}.tmf-hero__transfer:hover{transform:rotate(calc(var(--rot, 8deg) - 3deg)) translateY(-6px)}.tmf-hero__polaroid{position:absolute;top:22rem;left:2rem;width:26rem;background:var(--tmf-paper);padding:1.6rem 1.6rem 4.4rem;margin:0;transform:rotate(var(--rot, -6deg));box-shadow:0 24px 40px #000000a6;z-index:3;transition:transform .4s cubic-bezier(.34,1.6,.64,1)}.tmf-hero__polaroid img{width:100%;height:26rem;object-fit:cover;display:block;box-shadow:inset 0 0 0 6px var(--tmf-paper)}.tmf-hero__polaroid figcaption{position:absolute;bottom:1rem;left:1.8rem;font-family:Permanent Marker,cursive;font-size:1.4rem;color:var(--tmf-black)}.tmf-hero__polaroid:hover{transform:rotate(calc(var(--rot, -6deg) + 3deg)) translateY(-6px)}.tmf-hero__peel{position:absolute;top:4rem;right:14rem;width:13rem;height:13rem;background:var(--tmf-white);color:var(--tmf-black);font-family:Archivo Black,sans-serif;font-size:1.4rem;text-align:center;padding:1.8rem 1rem;transform:rotate(var(--rot, 14deg));line-height:1.15;text-transform:uppercase;z-index:5;clip-path:polygon(0 0,100% 0,100% 78%,76% 100%,0 100%);box-shadow:0 10px 22px #0006;display:flex;flex-direction:column;justify-content:center;gap:.4rem;transition:transform .4s cubic-bezier(.34,1.6,.64,1)}.tmf-hero__peel-line{display:block}.tmf-hero__peel-line--accent{color:var(--tmf-accent)}.tmf-hero__peel:after{content:"";position:absolute;right:0;bottom:0;width:2.6rem;height:2.6rem;background:linear-gradient(135deg,transparent 50%,rgba(200,200,200,.9) 50%)}.tmf-hero__peel:hover{transform:rotate(calc(var(--rot, 14deg) - 4deg)) translateY(-4px)}.tmf-hero__stamp{position:absolute;bottom:2rem;right:4rem;width:15rem;height:15rem;border:4px solid var(--tmf-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Archivo Black,sans-serif;font-size:1.5rem;color:var(--tmf-accent);text-transform:uppercase;line-height:1.05;letter-spacing:.05em;transform:rotate(var(--rot, -12deg));background:#ff6b000f;z-index:4;transition:transform .4s cubic-bezier(.34,1.6,.64,1)}.tmf-hero__stamp>*{margin:0;color:inherit;font:inherit}.tmf-hero__stamp:before{content:"\2605";position:absolute;top:-1.8rem;right:-1.8rem;width:4rem;height:4rem;background:var(--tmf-yellow);color:var(--tmf-black);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;border:3px solid var(--tmf-bg)}.tmf-hero__stamp:hover{transform:rotate(calc(var(--rot, -12deg) + 4deg)) scale(1.05)}.tmf-hero .pop{opacity:0;transform:scale(.85) rotate(var(--rot, 0deg));animation:tmf-hero-pop .6s cubic-bezier(.34,1.6,.64,1) forwards}.tmf-hero .pop.d1{animation-delay:.1s}.tmf-hero .pop.d2{animation-delay:.2s}.tmf-hero .pop.d3{animation-delay:.35s}.tmf-hero .pop.d4{animation-delay:.5s}.tmf-hero .pop.d5{animation-delay:.65s}.tmf-hero .pop.d6{animation-delay:.8s}@keyframes tmf-hero-pop{to{opacity:1;transform:scale(1) rotate(var(--rot, 0deg))}}.tmf-hero .fade-up{opacity:0;transform:translateY(20px);animation:tmf-hero-fade-up .7s cubic-bezier(.2,.7,.2,1) forwards}.tmf-hero .fade-up.d1{animation-delay:.05s}.tmf-hero .fade-up.d2{animation-delay:.2s}.tmf-hero .fade-up.d3{animation-delay:.4s}@keyframes tmf-hero-fade-up{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.tmf-hero .pop,.tmf-hero .fade-up{animation:none;opacity:1;transform:rotate(var(--rot, 0deg))}.tmf-hero .fade-up{transform:none}}@media(max-width:989px){.tmf-hero{padding:2rem 0 4rem}.tmf-hero__composition{grid-template-columns:1fr;gap:2rem}.tmf-hero__collage{height:52rem;margin-top:4rem}.tmf-hero__transfer{width:26rem;right:0}.tmf-hero__polaroid{width:22rem;top:16rem}.tmf-hero__stamp{width:12rem;height:12rem;font-size:1.2rem}.tmf-hero__peel{width:10rem;height:10rem;font-size:1.1rem;right:10rem}.tmf-hero__headline{font-size:clamp(5rem,14vw,8rem)}.tmf-hero__row-2{transform:translate(1.2rem)}}@media(max-width:639px){.tmf-hero__top{font-size:1rem}.tmf-hero__tags{gap:.8rem;margin-bottom:3rem}.tmf-hero__tag{font-size:.95rem;padding:.5rem 1rem}.tmf-hero__note{display:none}.tmf-hero__collage{height:44rem}.tmf-hero__transfer{width:22rem}.tmf-hero__polaroid{width:19rem;top:13rem;left:0}.tmf-hero__polaroid figcaption{bottom:.4rem;font-size:1.2rem}.tmf-hero__peel{display:none}.tmf-hero__btn--primary{font-size:1.4rem;padding:1.4rem 2rem}.tmf-hero__btn--secondary{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-tmf-hero.css.map */
