:root{--bg:#0a0a0b;--bg2:#121214;--panel:#16161a;--ink:#f5f2ec;--muted:#8e8980;--coral:#f26f65;--coral-deep:#d24c41;--line:rgba(245,242,236,.12);--maxw:1340px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:Archivo,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.5}body.lock{overflow:hidden;height:100vh}::selection{background:var(--coral);color:#0a0a0b}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.display{font-family:Anton,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.01em;line-height:.92}.label{font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;font-weight:600}.grain{position:fixed;inset:-50%;z-index:9000;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");animation:grain 1.2s steps(4) infinite}@keyframes grain{0%{transform:translate(0,0)}25%{transform:translate(-4%,3%)}50%{transform:translate(3%,-3%)}75%{transform:translate(-2%,4%)}100%{transform:translate(2%,-2%)}}#loader{position:fixed;inset:0;z-index:10000;background:#070708;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:34px;transition:opacity .7s ease,visibility .7s ease}#loader.done{opacity:0;visibility:hidden}.ld-logo{width:min(300px,66vw);height:auto;animation:bob 1.9s ease-in-out infinite}@keyframes ring{0%{transform:scale(.8);opacity:.6}100%{transform:scale(1.5);opacity:0}}@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.ld-bar{width:200px;height:2px;background:rgba(255,255,255,.12);overflow:hidden}.ld-bar i{display:block;height:100%;width:0;background:var(--coral);animation:fill 1.8s ease forwards}@keyframes fill{to{width:100%}}.ld-txt{font-size:.7rem;letter-spacing:.4em;color:var(--muted);text-transform:uppercase}header{position:fixed;top:0;left:0;right:0;z-index:5000;display:flex;align-items:center;justify-content:space-between;padding:22px clamp(18px,4vw,48px);transition:background .4s ease,padding .4s ease,border-color .4s;border-bottom:1px solid transparent}header.scrolled{background:rgba(10,10,11,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding-top:14px;padding-bottom:14px}.brand{display:flex;align-items:center;gap:14px}.brand img{height:62px;filter:saturate(1.05)}.onair{display:flex;align-items:center;gap:8px;font-size:.62rem;letter-spacing:.28em;color:var(--ink);text-transform:uppercase;font-weight:700}.onair .dot{width:8px;height:8px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 0 rgba(242,111,101,.7);animation:live 1.8s infinite}@keyframes live{0%{box-shadow:0 0 0 0 rgba(242,111,101,.7)}70%{box-shadow:0 0 0 10px rgba(242,111,101,0)}100%{box-shadow:0 0 0 0 rgba(242,111,101,0)}}@media(max-width:640px){.onair{display:none}.brand img{height:48px}}.burger{display:flex;align-items:center;gap:14px;cursor:pointer;background:0 0;border:0;color:var(--ink)}.burger .txt{font-size:.7rem;letter-spacing:.3em;font-weight:700;text-transform:uppercase}.burger .lines{width:34px;height:14px;position:relative}.burger .lines span{position:absolute;left:0;height:2px;width:100%;background:var(--ink);transition:.35s cubic-bezier(.7,0,.2,1)}.burger .lines span:first-child{top:0}.burger .lines span:nth-child(2){top:6px;width:70%}.burger .lines span:nth-child(3){top:12px}.burger:hover .lines span:nth-child(2){width:100%}@media(max-width:640px){.burger .txt{display:none}}#menu{position:fixed;inset:0;z-index:6000;background:#070708;clip-path:circle(0% at calc(100% - 60px) 40px);transition:clip-path .8s cubic-bezier(.76,0,.24,1);display:flex;flex-direction:column;pointer-events:none}#menu.open{clip-path:circle(150% at calc(100% - 60px) 40px);pointer-events:auto}.menu-top{display:flex;align-items:center;justify-content:space-between;padding:22px clamp(18px,4vw,48px);border-bottom:1px solid var(--line)}.menu-top img{height:40px}.close{background:0 0;border:0;color:var(--ink);cursor:pointer;display:flex;align-items:center;gap:12px;font-size:.7rem;letter-spacing:.3em;font-weight:700;text-transform:uppercase}.close .x{position:relative;width:24px;height:24px}.close .x span{position:absolute;top:11px;left:0;width:100%;height:2px;background:var(--ink)}.close .x span:first-child{transform:rotate(45deg)}.close .x span:last-child{transform:rotate(-45deg)}.close:hover .x span{background:var(--coral)}.menu-body{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.menu-body::-webkit-scrollbar{width:0;display:none}@media(max-width:880px){.menu-body{grid-template-columns:1fr}}.menu-nav{display:flex;flex-direction:column;margin-block:auto;padding:clamp(18px,4vw,56px) clamp(20px,5vw,70px);gap:clamp(2px,1vh,10px)}.menu-nav a{font-family:Anton;text-transform:uppercase;font-size:clamp(2.2rem,min(7vw,8.4vh),5.4rem);line-height:.95;letter-spacing:.005em;color:transparent;-webkit-text-stroke:1.4px rgba(245,242,236,.85);display:flex;align-items:baseline;gap:18px;width:max-content;max-width:100%;transition:color .3s,-webkit-text-stroke-color .3s,transform .4s cubic-bezier(.7,0,.2,1);opacity:0;transform:translateY(40px)}#menu.open .menu-nav a{opacity:1;transform:translateY(0);transition:color .3s,-webkit-text-stroke-color .3s,opacity .6s,transform .6s cubic-bezier(.2,.7,.2,1)}#menu.open .menu-nav a:first-child{transition-delay:.18s}#menu.open .menu-nav a:nth-child(2){transition-delay:.25s}#menu.open .menu-nav a:nth-child(3){transition-delay:.32s}#menu.open .menu-nav a:nth-child(4){transition-delay:.39s}#menu.open .menu-nav a:nth-child(5){transition-delay:.46s}#menu.open .menu-nav a:nth-child(6){transition-delay:.53s}#menu.open .menu-nav a:nth-child(7){transition-delay:.60s}#menu.open .menu-nav a:nth-child(8){transition-delay:.67s}#menu.open .menu-nav a:nth-child(9){transition-delay:.74s}.menu-nav a.menu-auction{font-family:Archivo;-webkit-text-stroke:0;color:var(--coral);font-size:.82rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-top:clamp(8px,1.4vh,12px);border-bottom:1px solid rgba(242,111,101,.45);padding-bottom:4px;width:max-content}.menu-nav a.partner-link+a.menu-auction{margin-top:clamp(20px,3vh,30px)}.menu-nav a.menu-auction:hover{color:#fff;-webkit-text-stroke:0;border-color:#fff;transform:none}.menu-nav a .num{font-family:Archivo;font-weight:700;font-size:.8rem;letter-spacing:.1em;color:var(--coral);-webkit-text-stroke:0;transform:translateY(-.4em)}.menu-nav a:hover{color:var(--coral);-webkit-text-stroke-color:var(--coral);transform:translateX(22px)}.menu-side{position:relative;border-left:1px solid var(--line);overflow:hidden;background:#0c0c0e;display:flex;flex-direction:column;justify-content:flex-end}@media(max-width:880px){.menu-side{display:none}}.menu-side .pic{position:absolute;inset:0;background-size:cover;background-position:center top;filter:grayscale(1) contrast(1.05);opacity:.5;transform:scale(1.08);transition:opacity .6s}.menu-side::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,7,8,.5) 0,rgba(7,7,8,.2) 45%,rgba(7,7,8,.95) 100%)}.menu-side .meta{position:relative;z-index:2;padding:40px}.menu-side .meta .label{color:var(--coral);margin-bottom:14px}.menu-side .meta p{font-size:1.05rem;color:var(--ink);max-width:300px;line-height:1.4}.menu-foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:20px clamp(18px,4vw,48px);border-top:1px solid var(--line)}.socials{display:flex;gap:26px}.socials a{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--muted);transition:color .25s}.socials a:hover{color:var(--coral)}.menu-foot .tag{font-size:.7rem;letter-spacing:.2em;color:var(--muted);text-transform:uppercase}.hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center 14%;transform-origin:center top;filter:grayscale(1) contrast(1.08) brightness(.92);animation:slowzoom 22s ease-in-out infinite alternate}@keyframes slowzoom{from{transform:scale(1.03)}to{transform:scale(1.1)}}.hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,8,9,.55),rgba(8,8,9,.32) 45%,rgba(8,8,9,.62))}.hero::after{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(75% 65% at 50% 50%,rgba(0,0,0,.5) 0,rgba(0,0,0,.1) 52%,rgba(0,0,0,.72) 100%)}.hero-inner{position:relative;z-index:2;width:100%;max-width:var(--maxw);margin:0 auto;padding:0 clamp(18px,4vw,48px)}.eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--coral);margin-bottom:22px;opacity:0;animation:rise .8s ease .2s forwards}.hero h1{font-size:clamp(2.3rem,6.4vw,5.6rem);width:max-content;max-width:100%;margin:0 auto}.hero h1 .ln{display:block;overflow:hidden}.hero h1 .ln b{display:block;font-weight:400;transform:translateY(110%);animation:reveal .9s cubic-bezier(.2,.7,.2,1) forwards}.hero h1 .ln:first-child b{animation-delay:.25s}.hero h1 .ln:nth-child(2) b{animation-delay:.38s}.hero h1 .ln:nth-child(2) b{color:var(--coral)}@keyframes reveal{to{transform:translateY(0)}}@keyframes rise{to{opacity:1}}.hero-sub{margin-top:30px;display:flex;gap:clamp(20px,3vw,40px);flex-wrap:wrap;align-items:center;justify-content:center;opacity:0;animation:rise .8s ease .4s forwards}.hero-sub p{max-width:46ch;color:#d8d3cb;font-size:1.05rem}.stat{display:flex;flex-direction:column;gap:2px;padding-right:30px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat b{font-family:Anton;font-size:2.1rem;line-height:1;color:var(--ink)}.stat span{font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}.scrollcue{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted)}.scrollcue .ln{width:1px;height:42px;background:linear-gradient(var(--coral),transparent);animation:drop 1.8s ease-in-out infinite}@keyframes drop{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}.scrollcue span{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase}section{position:relative}.wrap{max-width:var(--maxw);margin:0 auto;padding:clamp(70px,12vh,150px) clamp(18px,4vw,48px)}.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;flex-wrap:wrap;margin-bottom:54px}.sec-head .label{color:var(--coral)}.sec-head h2{font-family:Anton;text-transform:uppercase;font-size:clamp(2.2rem,6vw,5rem);line-height:.92;margin-top:14px}.sec-head p{max-width:36ch;color:var(--muted);font-size:1rem}.reveal{opacity:0;transform:translateY(36px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.in{opacity:1;transform:none}.show{background:var(--bg2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.show-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,80px);align-items:center}@media(max-width:840px){.show-grid{grid-template-columns:1fr}}.show-copy h3{font-family:Anton;font-size:clamp(1.8rem,4vw,3rem);text-transform:uppercase;line-height:.95;margin-bottom:22px}.show-copy p{color:#cfcabf;margin-bottom:18px;font-size:1.05rem}.show-copy .coral{color:var(--coral);font-weight:700}.figframe{position:relative}.figframe .ph{aspect-ratio:1054/1140;background-size:cover;background-position:center;filter:grayscale(1) contrast(1.06);border:1px solid var(--line)}.figframe .badge{position:absolute;left:-14px;bottom:26px;background:var(--coral);color:#0a0a0b;padding:14px 20px;font-family:Anton;text-transform:uppercase;font-size:1.1rem;letter-spacing:.02em;transform:rotate(-3deg);box-shadow:0 18px 40px rgba(0,0,0,.5)}.figframe .corner{position:absolute;top:14px;right:14px;color:var(--coral);font-size:.66rem;letter-spacing:.26em;font-weight:700;text-transform:uppercase;background:rgba(7,7,8,.6);backdrop-filter:blur(6px);padding:8px 12px;border:1px solid var(--line)}.ep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media(max-width:900px){.ep-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.ep-grid{grid-template-columns:1fr}}.ep{position:relative;border:1px solid var(--line);background:var(--panel);overflow:hidden;transition:transform .4s cubic-bezier(.2,.7,.2,1),border-color .4s}.ep:hover{transform:translateY(-6px);border-color:var(--coral)}.ep .thumb{aspect-ratio:16/10;background:#1a1a1e;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.ep .thumb .epnum{font-family:Anton;font-size:5rem;color:rgba(255,255,255,.05);text-transform:uppercase}.ep .play{position:absolute;width:58px;height:58px;border-radius:50%;background:rgba(242,111,101,.92);display:grid;place-items:center;transition:transform .4s,background .3s}.ep:hover .play{transform:scale(1.12)}.ep .play::after{content:"";border-left:16px solid #0a0a0b;border-top:10px solid transparent;border-bottom:10px solid transparent;margin-left:4px}.ep .info{padding:20px}.ep .info .label{color:var(--coral);font-size:.62rem;margin-bottom:10px}.ep .info h4{font-size:1.18rem;font-weight:700;line-height:1.2;margin-bottom:6px}.ep .info .dur{font-size:.78rem;color:var(--muted);letter-spacing:.04em}.vault{background:#070708;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;padding:0}.ticker{display:flex;white-space:nowrap;will-change:transform;animation:scrollx 26s linear infinite}.ticker span{font-family:Anton;font-size:clamp(2.4rem,6vw,5rem);text-transform:uppercase;padding:26px 34px;color:transparent;-webkit-text-stroke:1px rgba(245,242,236,.28);display:flex;align-items:center;gap:34px}.ticker span em{color:var(--coral);-webkit-text-stroke:0;font-style:normal}.ticker .dot{width:12px;height:12px;border-radius:50%;background:var(--coral);display:inline-block}@keyframes scrollx{to{transform:translateX(-50%)}}.cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:900px){.cards-row{grid-template-columns:repeat(2,1fr)}}.slab{aspect-ratio:3/4;border:1px solid var(--line);background:linear-gradient(160deg,#17171b,#0d0d10);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:16px;transition:transform .4s,border-color .4s}.slab:hover{transform:translateY(-8px) rotate(-1deg);border-color:var(--coral)}.slab .grade{align-self:flex-end;width:46px;height:46px;border-radius:50%;background:var(--coral);color:#0a0a0b;font-family:Anton;display:grid;place-items:center;font-size:1.3rem}.slab .center{flex:1;display:grid;place-items:center}.slab .center .hh{font-family:Anton;font-size:3.4rem;color:rgba(242,111,101,.18);letter-spacing:-4px;transform:skewX(-8deg)}.slab .foot{display:flex;justify-content:space-between;align-items:flex-end}.slab .foot b{font-weight:700;font-size:.82rem}.slab .foot span{font-size:.62rem;color:var(--muted);letter-spacing:.16em;text-transform:uppercase}.cta{position:relative;background:var(--coral);color:#0a0a0b;overflow:hidden}.cta .wrap{text-align:center}.cta h2{font-family:Anton;text-transform:uppercase;font-size:clamp(2.4rem,8vw,7rem);line-height:.9}.cta p{max-width:48ch;margin:22px auto 36px;font-size:1.12rem;font-weight:500}.cta .ghost{position:absolute;font-family:Anton;font-size:30vw;color:rgba(10,10,11,.06);top:50%;left:50%;transform:translate(-50%,-50%);text-transform:uppercase;pointer-events:none;white-space:nowrap}.btn{display:inline-flex;align-items:center;gap:14px;background:#0a0a0b;color:var(--ink);padding:18px 38px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.8rem;transition:transform .3s,background .3s}.btn:hover{transform:translateY(-3px);background:#000}.btn .arr{transition:transform .3s}.btn:hover .arr{transform:translateX(6px)}footer{background:#070708;padding:clamp(40px,8vh,80px) clamp(18px,4vw,48px) 34px}.foot-top{max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:30px;padding-bottom:50px;border-bottom:1px solid var(--line)}.foot-top img{height:44px}.foot-nav{display:flex;gap:30px;flex-wrap:wrap}.foot-nav a{font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--muted);transition:color .25s}.foot-nav a:hover{color:var(--coral)}.foot-bot{max-width:var(--maxw);margin:28px auto 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.foot-bot a,.foot-bot p{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.foot-bot a:hover{color:var(--coral)}.feed{position:relative;z-index:1;background:var(--bg);padding-top:106px;padding-bottom:clamp(50px,8vh,90px)}.feed-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:clamp(70px,12vh,140px);padding-bottom:42px}.feed-head .label{color:var(--coral)}.feed-head h2{font-family:Anton;text-transform:uppercase;font-size:clamp(2.2rem,6vw,5rem);line-height:.9;margin-top:12px}.feed-links{display:flex;gap:12px;flex-wrap:wrap}.flink{display:inline-flex;align-items:center;gap:9px;padding:13px 22px;border:1px solid var(--line);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--ink);transition:.3s}.flink.yt:hover{background:#f03;border-color:#f03;color:#fff;transform:translateY(-2px)}.flink.ig:hover{background:linear-gradient(45deg,#f09433,#dc2743 45%,#bc1888);border-color:transparent;color:#fff;transform:translateY(-2px)}.feed-rail{position:relative}.feed-track{display:flex;align-items:center;gap:18px;overflow-x:auto;overflow-y:hidden;padding:10px clamp(18px,4vw,48px) 30px;scroll-snap-type:x proximity;cursor:grab;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.feed-track::-webkit-scrollbar{display:none}.feed-track.drag{cursor:grabbing}.feed-track.drag a{pointer-events:none}.tile{flex:0 0 auto;scroll-snap-align:start;background:var(--panel);border:1px solid var(--line);overflow:hidden;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.2,.7,.2,1),border-color .4s}.tile:hover{transform:translateY(-6px)}.tile.yt{width:clamp(290px,32vw,380px)}.tile.yt:hover{border-color:var(--coral)}.tile.ig{width:clamp(232px,24vw,292px)}.tile.ig:hover{border-color:var(--coral)}.tile .media{position:relative;overflow:hidden;background:#1a1a1e}.tile.yt .media{aspect-ratio:16/9}.tile .media img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.tile:hover .media img{transform:scale(1.06)}.badge{position:absolute;left:14px;bottom:14px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,0,51,.94);box-shadow:0 6px 18px rgba(0,0,0,.5)}.badge::after{content:"";border-left:13px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:3px}.ig-media{aspect-ratio:4/5;display:grid;place-items:center;background:linear-gradient(135deg,#feda75,#fa7e1e 24%,#d62976 56%,#962fbf 80%,#4f5bd5)}.ig-media svg{width:56px;height:56px;stroke:#fff;fill:none;stroke-width:2;opacity:.96;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35))}.ig-tag{position:absolute;top:12px;right:14px;color:#fff;font-size:.6rem;letter-spacing:.18em;font-weight:700;text-transform:uppercase;opacity:.92}.tile .meta{padding:16px}.tile .meta h4{font-size:.96rem;font-weight:700;line-height:1.3;margin-bottom:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}.tile .meta .sub{display:flex;align-items:center;gap:10px;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.tile .meta .src{color:var(--coral);font-weight:700}.dot2{width:4px;height:4px;border-radius:50%;background:var(--muted)}.rail-btn{position:absolute;top:38%;z-index:5;width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:rgba(10,10,11,.72);backdrop-filter:blur(8px);color:var(--ink);font-size:1.7rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.3s;opacity:0}.feed-rail:hover .rail-btn{opacity:1}.rail-btn:hover{background:var(--coral);color:#0a0a0b;border-color:var(--coral)}.rail-btn.prev{left:clamp(8px,2vw,22px)}.rail-btn.next{right:clamp(8px,2vw,22px)}@media(max-width:760px){.rail-btn{display:none}.feed-track{-webkit-mask-image:none;mask-image:none}}@media (max-width:640px){.hero{min-height:100svh}.hero-bg{background-position:60% 14%;animation:none;transform:scale(1.02)}.hero-inner{padding-bottom:0}.eyebrow{margin-bottom:16px}.eyebrow.label{font-size:.6rem;letter-spacing:.22em}.hero h1{font-size:clamp(2.2rem,10.5vw,3.7rem)}.hero-sub{margin-top:22px;gap:0 16px;justify-content:center}.hero-sub p{font-size:.95rem}.stat{padding-right:14px;gap:2px}.stat b{font-size:1.4rem}.stat span{font-size:.55rem;letter-spacing:.13em}.scrollcue{bottom:16px}.scrollcue .ln{height:32px}.menu-body{overflow-y:auto}.menu-top{padding-top:18px;padding-bottom:18px}.feed-head{padding-bottom:30px}.feed-links{width:100%}.flink{flex:1;justify-content:center;padding:13px 12px;font-size:.68rem}.feed-track{gap:14px}.tile.yt{width:84vw;max-width:340px}.tile.ig{width:66vw;max-width:260px}.tile .meta{padding:15px}.tile .meta h4{font-size:1rem}.foot-top{flex-direction:column;align-items:flex-start;gap:22px;padding-bottom:34px}.foot-nav{gap:18px 24px}.foot-bot{gap:10px}}@media (min-width:641px) and (max-width:880px){.tile.yt{width:46vw}.tile.ig{width:34vw}}@media (prefers-reduced-motion:reduce){.hero-bg{animation:none}.grain{animation:none}html{scroll-behavior:auto}*{transition-duration:NaNs!important}}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:clamp(18px,3vw,38px);flex-wrap:wrap;margin-top:26px}.hero-ctas .partner-cta{margin-top:0}.partner-cta{display:inline-flex;align-items:center;gap:10px;margin-top:26px;padding:6px 2px;background:0 0;color:var(--coral);font-weight:700;letter-spacing:.2em;text-transform:uppercase;font-size:.8rem;border:0;transition:color .3s;opacity:0;animation:rise .8s ease .58s forwards}.partner-cta:hover{color:#fff;border-color:#fff}.partner-cta.cta-auction{color:#fff}.partner-cta.cta-auction:hover{color:var(--coral)}.partner-cta .pc-arrow{transition:transform .3s}.partner-cta:hover .pc-arrow{transform:translateY(4px)}.contact{position:relative;background:#0b0b0d;border-top:1px solid var(--line);overflow:hidden;scroll-margin-top:72px}.contact::before{content:"";position:absolute;top:-130px;right:-120px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(242,111,101,.16),transparent 68%);pointer-events:none}.contact-wrap{position:relative;z-index:1}.contact-head{max-width:640px;margin-bottom:38px}.contact-head .label{color:var(--coral)}.contact-head h2{font-family:Anton;text-transform:uppercase;font-size:clamp(2.4rem,6vw,5rem);line-height:.92;margin:12px 0 16px}.contact-head p{color:var(--muted);font-size:1.05rem;line-height:1.5}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.tab{padding:14px 22px;border:1px solid var(--line);background:0 0;color:var(--muted);font-family:Archivo;font-weight:700;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:.25s}.tab:hover{color:var(--ink);border-color:var(--ink)}.tab.active{background:var(--coral);border-color:var(--coral);color:#0a0a0b}.cform{max-width:860px}.panel{display:none}.panel.active{display:block;animation:fadeup .4s ease}@keyframes fadeup{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:.66rem;letter-spacing:.17em;text-transform:uppercase;font-weight:700;color:#c4bfb4}.field input,.field select,.field textarea{background:#1c1c21;border:1px solid rgba(245,242,236,.2);color:var(--ink);padding:14px 16px;font-family:Archivo;font-size:.95rem;border-radius:2px;width:100%;transition:border-color .25s,background .25s}.field textarea{resize:vertical;min-height:112px}.field input::placeholder,.field textarea::placeholder{color:#847f77}.field input:focus,.field select:focus,.field textarea:focus{outline:0;border-color:var(--coral);background:#212126}.field select{appearance:none;-webkit-appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 20px) 52%,calc(100% - 15px) 52%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.field select option{background:#141417;color:var(--ink)}.form-foot{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:28px}.submit-btn{display:inline-flex;align-items:center;gap:12px;background:var(--coral);color:#0a0a0b;border:0;padding:17px 38px;font-family:Archivo;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;cursor:pointer;transition:transform .3s,background .3s}.submit-btn:hover{transform:translateY(-3px);background:#fff}.submit-btn .arr{transition:transform .3s}.submit-btn:hover .arr{transform:translateX(5px)}.form-note{font-size:.7rem;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.panel-intro{color:#fff;font-weight:600;font-size:1rem;line-height:1.5;max-width:62ch;margin-bottom:22px;border-left:2px solid var(--coral);padding-left:16px}.check-field{justify-content:center}.checkbox{display:inline-flex;align-items:center;gap:11px;cursor:pointer;color:#c4bfb4;font-size:.82rem;letter-spacing:.06em;text-transform:none;font-weight:600}.checkbox input{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:1px solid rgba(245,242,236,.3);background:#1c1c21;border-radius:3px;cursor:pointer;position:relative;transition:.2s;flex:0 0 auto}.checkbox input:checked{background:var(--coral);border-color:var(--coral)}.checkbox input:checked::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #0a0a0b;border-width:0 2px 2px 0;transform:rotate(45deg)}.pledge-note{font-size:.78rem;line-height:1.5;color:#9a958c;max-width:64ch;margin-top:20px;letter-spacing:.01em}@media(max-width:640px){.form-grid{grid-template-columns:1fr}.tabs{display:grid;grid-template-columns:1fr 1fr}.tab{padding:13px 10px;font-size:.64rem;text-align:center;justify-content:center}.tab:last-child:nth-child(odd){grid-column:1/-1}.contact-head{margin-bottom:28px}.form-foot{gap:14px}.submit-btn{width:100%;justify-content:center}}.menu-intro{display:block;font-family:Archivo;color:var(--coral);font-weight:700;font-size:clamp(.72rem,2vw,.92rem);letter-spacing:.26em;text-transform:uppercase;margin-bottom:24px;opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}#menu.open .menu-intro{opacity:1;transform:none;transition-delay:.12s}.feed-head{padding-bottom:20px}.row-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:18px;padding:4px clamp(18px,4vw,48px) 0}.row-label{font-family:Anton;text-transform:uppercase;font-size:clamp(2.2rem,5.6vw,4.6rem);line-height:.92;letter-spacing:.01em;color:var(--ink)}#feed>div:first-of-type .row-label{transform:translateY(-40px)}#feed>div:nth-of-type(3){margin-top:77px}#feed>div:nth-of-type(3) .row-label{transform:translateY(-40px)}@media(min-width:641px){#feed>div:first-of-type .row-label{transform:translateY(-48px)}#feed>div:nth-of-type(3){margin-top:90px}#feed>div:nth-of-type(3) .row-label{transform:translateY(-48px)}}.row-link{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--coral);transition:color .25s;white-space:nowrap}.row-link:hover{color:#fff}.ig-shot{aspect-ratio:4/5}.ig-shot img{width:100%;height:100%;object-fit:cover}@media(max-width:640px){.row-head{margin-top:10px}}.ig-badge{position:absolute;top:12px;left:12px;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);box-shadow:0 4px 12px rgba(0,0,0,.45)}.ig-badge svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}.ig-shot .ig-tag{text-shadow:0 1px 6px rgba(0,0,0,.6)}.hero h1 .grow b{text-transform:none;font-size:.52em;letter-spacing:.01em;font-weight:400}.partners{background:#0b0b0d;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.partners-wrap{display:flex;align-items:center;gap:clamp(20px,5vw,56px);flex-wrap:wrap;padding-top:26px;padding-bottom:26px}.partners-label{font-size:.64rem;letter-spacing:.28em;text-transform:uppercase;font-weight:700;color:var(--ink);white-space:nowrap}.partners-row{flex:1;min-width:0;display:flex;justify-content:center;overflow:hidden}.partners-track{display:flex;align-items:center;gap:clamp(40px,8vw,130px);width:max-content}.partners-row.marquee{justify-content:flex-start;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.partners-row.marquee .partners-track{animation:partners-scroll var(--marquee-dur,30s) linear infinite;will-change:transform}.partners-row.marquee:hover .partners-track{animation-play-state:paused}@keyframes partners-scroll{from{transform:translateX(0)}to{transform:translateX(var(--marquee-x,-50%))}}.plogo{display:inline-flex;align-items:center;flex:0 0 auto;opacity:.7;transition:opacity .3s;text-decoration:none}.plogo:hover{opacity:1}.plogo img{width:auto;display:block;filter:brightness(0) invert(1)}.pl-unrl{height:clamp(15px,2.1vw,23px)}.pl-wx{height:clamp(32px,4.4vw,48px)}.pl-tam{height:clamp(23px,3.1vw,34px)}.pl-alt{height:clamp(20px,2.8vw,30px)}.pl-baird{height:clamp(30px,3.9vw,44px)}.plogo:hover{opacity:1;color:#fff}@media(max-width:640px){.partners-wrap{flex-direction:column;gap:16px;padding-top:22px;padding-bottom:22px}.partners-label{letter-spacing:.24em}.partners-row{width:100%}.partners-track{gap:clamp(30px,9vw,64px)}}@media(prefers-reduced-motion:reduce){.partners-row.marquee{-webkit-mask-image:none;mask-image:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.partners-row.marquee::-webkit-scrollbar{display:none}.partners-row.marquee .partners-track{animation:none}}.hero h1 .ln.grow{overflow:visible}.hero h1 .ln.grow b{font-family:"Sedgwick Ave Display",sedgwick-ave-display,'Permanent Marker',cursive;font-size:calc(.64em - 5px);letter-spacing:.01em;text-align:right;transform:none;line-height:1;margin-top:-.28em;padding-bottom:.16em;opacity:0;animation:rise .8s ease .5s forwards}.menu-nav a.menu-about{font-family:Archivo;-webkit-text-stroke:0;color:var(--coral);font-size:.82rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-top:clamp(8px,1.4vh,12px);border-bottom:1px solid rgba(242,111,101,.45);padding-bottom:4px;width:max-content}.menu-nav a.menu-about:hover{color:#fff;-webkit-text-stroke:0;border-color:#fff;transform:none}.row-title{display:flex;align-items:baseline;gap:clamp(10px,1.6vw,18px);flex-wrap:wrap}.row-stat{font-family:Archivo;font-size:clamp(.62rem,1.3vw,.78rem);letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--coral);white-space:nowrap}.count{display:inline-block;min-width:1.15em;text-align:center;font-variant-numeric:tabular-nums}.plus{opacity:0;display:inline-block;transform-origin:50% 50%;will-change:transform;position:relative;top:-.07em}.plus.pop{animation:plusPop .95s cubic-bezier(.2,.8,.25,1.1) forwards}@keyframes plusPop{0%{opacity:0;transform:scale(.3);text-shadow:0 0 0 rgba(255,255,255,0)}28%{opacity:1;transform:scale(1.55);text-shadow:0 0 26px rgba(255,255,255,.85),0 0 60px rgba(255,255,255,.45)}58%{transform:scale(.9);text-shadow:0 0 14px rgba(255,255,255,.35)}100%{opacity:1;transform:scale(1);text-shadow:0 0 0 rgba(255,255,255,0)}}.auction{position:relative;background:#0c0c0e;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.auction::before{content:"";position:absolute;top:-180px;right:-140px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(216,178,92,.16),rgba(242,111,101,.06) 45%,transparent 70%);pointer-events:none;z-index:0}.auction::after{content:"";position:absolute;bottom:-160px;left:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(242,111,101,.1),transparent 68%);pointer-events:none;z-index:0}.auction-wrap{position:relative;z-index:1;overflow:hidden;max-width:var(--maxw);margin:0 auto;padding:clamp(70px,12vh,150px) clamp(18px,4vw,48px) clamp(56px,8vh,78px)}.auc-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start;gap:24px;flex-wrap:wrap;margin-bottom:clamp(34px,5vw,58px)}.auc-eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--coral);font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;font-weight:600}.auc-coop{display:flex;align-items:center;gap:14px}.auc-coop .lbl{font-size:.6rem;letter-spacing:.26em;text-transform:uppercase;color:var(--coral);font-weight:700;white-space:nowrap}.auc-coop img{height:20px;width:auto;display:block;filter:brightness(0) invert(1);opacity:.95}.auc-coop .x{color:var(--coral);font-weight:700;font-size:.9rem}.auc-coop .ogp{font-family:Anton;text-transform:uppercase;font-size:1.1rem;letter-spacing:.01em;color:var(--ink);line-height:1}.auc-grid{position:relative;z-index:1;display:grid;grid-template-columns:0.88fr 1.12fr;gap:clamp(34px,6vw,84px);align-items:center}@media(max-width:880px){.auc-grid{grid-template-columns:1fr;gap:clamp(40px,8vw,56px)}}.auc-card{position:relative;display:flex;justify-content:center;align-items:center;min-height:0}.auc-card .glow{position:absolute;inset:-6% -4%;z-index:0;background:radial-gradient(circle at 50% 44%,rgba(216,178,92,.3),rgba(242,111,101,.12) 42%,transparent 70%);filter:blur(8px)}.auc-card .cardframe{position:relative;z-index:1;width:min(100%,440px)}.auc-card .cardframe iframe{width:100%;height:600px;border:0;display:block;background:0 0}@media(max-width:880px){.auc-card .cardframe{width:min(92%,380px)}.auc-card .cardframe iframe{height:540px}}.auc-copy h2{font-family:Anton;text-transform:uppercase;font-size:clamp(2.2rem,5.6vw,4.6rem);line-height:.92;margin-bottom:18px}.auc-copy h2 .hl{color:var(--coral)}.auc-copy p{color:#cfcabf;font-size:1.05rem;line-height:1.55;max-width:50ch;margin-bottom:26px}.auc-copy p .em{color:#fff;font-weight:700}.auc-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.bid-link{display:inline-flex;align-items:baseline;gap:10px;color:var(--coral);font-family:Anton;text-transform:uppercase;letter-spacing:.05em;font-size:1.5rem;line-height:1;transition:color .3s}.bid-link:hover{color:#fff}.bid-link .arr{display:inline-block;transition:transform .35s}.bid-link:hover .arr{transform:translateX(6px)}.match-link{display:inline-flex;align-items:baseline;gap:10px;color:var(--ink);font-family:Anton;text-transform:uppercase;letter-spacing:.05em;font-size:1.5rem;line-height:1;transition:color .3s}.match-link:hover{color:var(--coral)}.match-link .arr{display:inline-block;transition:transform .35s}.match-link:hover .arr{transform:translateX(6px)}.auc-hosted{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:600}.auc-hosted b{color:#cfcabf}.match-note{color:#fff;font-weight:600;font-size:1rem;line-height:1.5;max-width:52ch;border-left:2px solid var(--coral);padding-left:16px;margin-bottom:26px}.ogp-link{color:var(--coral);border-bottom:1px solid rgba(242,111,101,.4);transition:color .25s}.ogp-link:hover{color:#fff}.auc-partner{position:relative;background:var(--bg)}.auc-partner-inner{position:relative;overflow:hidden;max-width:var(--maxw);margin:0 auto;padding:clamp(46px,7vh,74px) clamp(18px,4vw,48px);border-top:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:13px;text-align:center}.auc-mark{position:absolute;left:0;right:0;bottom:0;height:clamp(120px,17vh,160px);z-index:0;pointer-events:none;overflow:hidden}.auc-mark svg{position:absolute;inset:0;width:100%;height:100%;display:block}.auc-mark-dot{animation:aucMktPulse 2.8s ease-in-out infinite}@keyframes aucMktPulse{0%,100%{fill-opacity:.5}50%{fill-opacity:.18}}@media (prefers-reduced-motion:reduce){.auc-mark-dot{animation:none}}.auc-partner img{height:28px;width:auto;display:block;filter:brightness(0) invert(1);opacity:.95;position:relative;z-index:1}.auc-partner-k{font-size:.6rem;letter-spacing:.24em;text-transform:uppercase;color:var(--muted);font-weight:700;white-space:nowrap;position:relative;z-index:1}#auction .bid-link{display:inline-flex;margin-top:24px}#auction .match-note{margin-top:24px}.match-panel{position:relative;overflow:hidden;background:var(--coral);color:#0a0a0b}.mp-inner{position:relative;z-index:1;max-width:780px;margin:0 auto;text-align:center;padding:clamp(46px,7vw,84px) clamp(18px,4vw,48px)}.mp-eyebrow{display:inline-block;font-size:.64rem;letter-spacing:.3em;text-transform:uppercase;font-weight:700;color:#0a0a0b;opacity:.6;margin-bottom:16px}.mp-title{font-family:Anton;text-transform:uppercase;font-size:clamp(2.2rem,5vw,3.6rem);line-height:.92;letter-spacing:.005em;color:#0a0a0b;margin:0 0 18px}.mp-intro{font-size:1.02rem;line-height:1.55;color:#0a0a0b;opacity:.85;max-width:48ch;margin:0 auto;font-weight:500}.mp-chev{display:inline-block;font-size:.9em}.mp-form{max-width:560px;margin:0 auto;text-align:center}.mp-fields{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .55s cubic-bezier(.7,0,.2,1),opacity .45s ease}.mp-fields.open{grid-template-rows:1fr;opacity:1}.mp-fields-inner{overflow:hidden;min-height:0;padding-top:34px;text-align:left}.mp-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px}.mp-full{grid-column:1/-1}.mp-field{display:flex;flex-direction:column;gap:7px;min-width:0}.mp-field label{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:#0a0a0b;opacity:.72}.mp-field input{background:rgba(22,22,26,.5);border:1px solid rgba(245,242,236,.3);color:var(--ink);padding:14px 16px;font-family:Archivo;font-size:.95rem;border-radius:2px;width:100%;transition:border-color .25s,background .25s}.mp-field input::placeholder{color:rgba(245,242,236,.55)}.mp-field input:focus{outline:0;border-color:#f5f2ec;background:rgba(22,22,26,.36)}.mp-checkbox{grid-column:1/-1;display:inline-flex;align-items:center;gap:11px;cursor:pointer;color:#0a0a0b;font-size:.84rem;font-weight:600;margin-top:2px}.mp-checkbox input{appearance:none;-webkit-appearance:none;width:20px;height:20px;flex:0 0 auto;border:1px solid rgba(245,242,236,.4);background:rgba(22,22,26,.5);border-radius:3px;cursor:pointer;position:relative;transition:.2s}.mp-checkbox input:checked{background:#0a0a0b;border-color:#0a0a0b}.mp-checkbox input:checked::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #f5f2ec;border-width:0 2px 2px 0;transform:rotate(45deg)}.mp-submit{display:inline-flex;align-items:center;gap:12px;background:#0a0a0b;color:#fff;border:0;cursor:pointer;font-family:Archivo;font-weight:700;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;padding:15px 30px;border-radius:2px;margin-top:24px;transition:transform .25s,background .25s,color .25s}.mp-submit:hover{transform:translateY(-3px);background:#fff;color:#0a0a0b}.mp-submit .arr{transition:transform .3s}.mp-submit:hover .arr{transform:translateX(5px)}.mp-note{font-size:.75rem;line-height:1.5;color:#0a0a0b;opacity:.6;margin-top:18px;max-width:52ch}@media(max-width:560px){.mp-grid{grid-template-columns:1fr}.mp-submit,.mp-toggle{width:100%;justify-content:center}}@media(max-width:640px){.auc-top{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:36px}.auc-actions{gap:16px}}.shop{position:relative;background:#0a0a0b;border-bottom:1px solid var(--line);overflow:hidden}.shop::before{content:"";position:absolute;top:-140px;left:-120px;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(242,111,101,.12),transparent 68%);pointer-events:none;z-index:0}.shop-wrap{position:relative;z-index:1;max-width:var(--maxw);margin:0 auto;padding:clamp(70px,12vh,150px) clamp(18px,4vw,48px)}.shop-top{display:flex;align-items:center;justify-content:flex-start;gap:24px;flex-wrap:wrap;margin-bottom:clamp(34px,5vw,58px)}.shop-title{font-family:Anton;text-transform:uppercase;font-size:clamp(2.4rem,6vw,5.4rem);line-height:.9;margin:0}.shop-title .hl{color:var(--coral)}@media(max-width:880px){.shop-top{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:36px}}.shop-grid{display:grid;grid-template-columns:0.88fr 1.12fr;gap:clamp(34px,6vw,84px);align-items:center}@media(max-width:880px){.shop-grid{grid-template-columns:1fr;gap:clamp(36px,7vw,52px)}}.shop-copy .label{color:var(--coral);display:block;margin-bottom:14px}.shop-copy p{color:#cfcabf;font-size:1.05rem;line-height:1.55;max-width:50ch;margin-bottom:26px}.shop-copy p .em{color:#fff;font-weight:700}.shop-copy h2{font-family:Anton;text-transform:uppercase;font-size:clamp(2.4rem,6vw,5.4rem);line-height:.9;margin-bottom:20px}.shop-copy h2 .hl{color:var(--coral)}.shop-all{display:inline-flex;align-items:baseline;gap:10px;color:var(--coral);font-family:Anton;text-transform:uppercase;letter-spacing:.05em;font-size:1.5rem;line-height:1;transition:color .3s}.shop-all:hover{color:#fff}.shop-all .arr{display:inline-block;transition:transform .35s}.shop-all:hover .arr{transform:translateX(6px)}.shop-tile{position:relative;display:block;justify-self:center;width:min(100%,420px);background:0 0;transition:transform .4s cubic-bezier(.2,.7,.2,1)}.shop-tile::before{content:"";position:absolute;inset:-8%;z-index:0;pointer-events:none;background:radial-gradient(closest-side,rgba(242,111,101,.34),rgba(242,111,101,.12) 55%,transparent 78%);filter:blur(26px)}.shop-tile img{position:relative;z-index:1;display:block;width:100%;height:auto}.shop-tile:hover{transform:translateY(-6px)}.merch-card{position:relative;display:flex;justify-content:center;align-items:center;min-height:0}.merch-carousel{position:relative;width:min(100%,430px)}.merch-viewport{position:relative;overflow:hidden;touch-action:pan-y}.merch-track{display:flex;transition:transform .7s cubic-bezier(.4,.7,.2,1)}.merch-slide{flex:0 0 100%;display:flex;flex-direction:column;align-items:center;gap:20px;text-decoration:none;color:var(--ink)}.merch-figure{position:relative;width:100%;display:flex;justify-content:center;align-items:center;padding:7% 0}.merch-figure::before{content:"";position:absolute;inset:-12%;z-index:0;pointer-events:none;background:radial-gradient(closest-side,rgba(247,140,60,.42),rgba(240,120,55,.15) 54%,transparent 76%);filter:blur(34px)}.merch-figure .garment,.merch-figure img{position:relative;z-index:1;display:block;width:min(82%,340px);height:auto;transition:transform .5s cubic-bezier(.2,.7,.2,1);filter:drop-shadow(0 30px 50px rgba(0,0,0,.55))}.merch-slide:hover .merch-figure .garment,.merch-slide:hover .merch-figure img{transform:translateY(-8px)}.merch-name{font-family:Anton;text-transform:uppercase;letter-spacing:.04em;font-size:1.2rem;display:inline-flex;align-items:baseline;gap:12px}.merch-name .px{color:var(--coral);font-size:.78rem;letter-spacing:.2em;transition:transform .35s}.merch-slide:hover .merch-name .px{transform:translateX(5px)}.merch-dots{display:flex;gap:11px;justify-content:center;margin-top:24px}.merch-dots button{width:9px;height:9px;border-radius:50%;border:0;padding:0;cursor:pointer;background:rgba(245,242,236,.22);transition:background .3s,transform .3s}.merch-dots button.on{background:var(--coral);transform:scale(1.3)}.merch-arrow{display:none}.auc-title{font-family:Anton;text-transform:uppercase;font-size:clamp(2.4rem,6vw,5.4rem);line-height:.9;margin:0}.auc-copy .auc-coop{margin-bottom:20px}.hl{color:var(--coral)}.hey-henry-show .entry-content,.hey-henry-show .site-main,.hey-henry-show .wp-block,.hey-henry-show [class*=ct-container]{max-width:none!important;padding:0!important;margin:0!important;width:100%!important}.hey-henry-show .elementor-section.elementor-section-boxed>.elementor-container{max-width:none!important}.hey-henry-show .elementor-widget:not(:last-child){margin-bottom:0}.hey-henry-show .elementor-location-header{position:fixed;top:0;left:0;right:0;z-index:5000}.hey-henry-show .elementor-widget-container{padding:0}.hey-henry-show .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-widget-wrap{padding:0}body.hey-henry-show{background:var(--bg)!important;color:var(--ink)!important;font-family:Archivo,sans-serif!important;overflow-x:hidden}.hey-henry-show .elementor-button,.hey-henry-show .wp-block-button__link,.hey-henry-show button{font-family:Archivo,sans-serif}.admin-bar #loader,.admin-bar #menu,.admin-bar header{top:32px}@media (max-width:782px){.admin-bar #loader,.admin-bar #menu,.admin-bar header{top:46px}}.hey-henry-show .alignfull,.hey-henry-show .alignwide{width:100%;margin-left:0;margin-right:0}.hey-henry-show figcaption{color:var(--muted);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;text-align:center;margin-top:8px}.hey-henry-show .elementor-form-fields-wrapper,.hey-henry-show .elementor-form-fields-wrapper .elementor-field-type-email,.hey-henry-show .elementor-form-fields-wrapper .elementor-field-type-select,.hey-henry-show .elementor-form-fields-wrapper .elementor-field-type-tel,.hey-henry-show .elementor-form-fields-wrapper .elementor-field-type-text,.hey-henry-show .elementor-form-fields-wrapper .elementor-field-type-textarea{margin-bottom:14px}.hey-henry-show .elementor-field-group .elementor-field-textual,.hey-henry-show .elementor-field-group .elementor-field-textual::placeholder{background:#0a0a0b!important;border:1px solid var(--line)!important;color:var(--ink)!important;font-family:Archivo,sans-serif!important;font-size:1rem!important;padding:12px 14px!important;border-radius:0!important}.hey-henry-show .elementor-field-group .elementor-field-textual:focus{border-color:var(--coral)!important;outline:0!important}.hey-henry-show .elementor-field-label{font-size:.72rem!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:var(--muted)!important;font-weight:600!important;margin-bottom:6px!important}.hey-henry-show .elementor-button.elementor-size-md{background:var(--coral)!important;color:#0a0a0b!important;font-family:Archivo,sans-serif!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important;padding:18px 38px!important;border-radius:0!important}.screen-reader-text{position:absolute!important}body.elementor-editor-active #grain,body.elementor-editor-active #loader,body.elementor-editor-active #menu{display:none!important}body.elementor-editor-active.lock{overflow:auto!important}body.elementor-editor-active .reveal{opacity:1!important;transform:none!important}body.elementor-editor-active #wpadminbar{display:none!important}.hey-henry-show .elementor-section .elementor-container,.hey-henry-show .elementor-section-full_width>.elementor-container,.hey-henry-show .elementor-section.elementor-section-boxed>.elementor-container,.hey-henry-show .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky),.hey-henry-show.ct-elementor-default-template .elementor-top-section{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.hey-henry-show{--theme-normal-container-max-width:none!important;--theme-narrow-container-max-width:none!important;--theme-block-width:100%!important;--theme-block-max-width:none!important;--theme-container-width:100%!important;--theme-container-width-base:100%!important;--has-wide:0!important}.hey-henry-show #main,.hey-henry-show #main-container,.hey-henry-show .content-area,.hey-henry-show .ct-container,.hey-henry-show .ct-container-fluid,.hey-henry-show .ct-container-narrow,.hey-henry-show .entry-content,.hey-henry-show .site-main{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.hey-henry-show #hdr,.hey-henry-show .elementor-location-header,.hey-henry-show .elementor-location-header .elementor-top-section,.hey-henry-show header[data-elementor-type=header]{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;margin:0!important;z-index:5000!important;transform:none!important;perspective:none!important;will-change:auto!important}.hey-henry-show .elementor-location-header .elementor-container{width:100%!important;max-width:none!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.hey-henry-show .elementor-location-header .elementor-column-gap-default{gap:0!important;column-gap:0!important}.hey-henry-show .elementor-location-header .elementor-column>.elementor-widget-wrap{padding:0!important}.hey-henry-show #menu .menu-top img[data-hey-henry-logo]:not([src]),.hey-henry-show #menu .menu-top img[data-hey-henry-logo][src=""],.hey-henry-show #menu .menu-top img[data-hey-henry-logo][src="#"],.hey-henry-show footer img[data-hey-henry-logo][src=""],.hey-henry-show footer img[data-hey-henry-logo][src="#"]{visibility:hidden!important}.hey-henry-show #menu .menu-top img[data-hey-henry-logo][src]:not([src="#"]):not([src=""]),.hey-henry-show footer img[data-hey-henry-logo][src]:not([src="#"]):not([src=""]){visibility:visible!important}.hey-henry-show #menu{z-index:9999!important;position:fixed!important;inset:0!important}.admin-bar.hey-henry-show #hdr,.admin-bar.hey-henry-show .elementor-location-header,.admin-bar.hey-henry-show header[data-elementor-type=header]{top:32px!important}@media (max-width:782px){.admin-bar.hey-henry-show #hdr,.admin-bar.hey-henry-show .elementor-location-header,.admin-bar.hey-henry-show header[data-elementor-type=header]{top:46px!important}}.hey-henry-show .elementor-widget{margin-bottom:0!important;--kit-widget-spacing:0!important}.hey-henry-show .elementor-element{--widgets-spacing:0 0!important;--widgets-spacing-row:0!important;--widgets-spacing-column:0!important}.hey-henry-show body,body.hey-henry-show{padding:0!important;margin:0!important}.hey-henry-show.page-template-full-canvas .site-main,.hey-henry-show.page-template-page-templatesfull-canvas-php .site-main{padding:0!important;margin:0!important;max-width:none!important;width:100%!important}body.elementor-editor-active.hey-henry-show .elementor-location-header,body.elementor-editor-active.hey-henry-show header[data-elementor-type=header]{top:50px!important}.hey-henry-show #loader{z-index:100000!important}.hey-henry-show .grain{z-index:99999!important;pointer-events:none!important}.hey-henry-show #hdr img,.hey-henry-show .elementor-location-header .elementor-widget-image img,.hey-henry-show .elementor-location-header .elementor-widget-theme-site-logo img{height:62px!important;width:auto!important;max-width:none!important;max-height:62px!important;object-fit:contain!important}@media (max-width:640px){.hey-henry-show #hdr img,.hey-henry-show .elementor-location-header .elementor-widget-image img,.hey-henry-show .elementor-location-header .elementor-widget-theme-site-logo img{height:48px!important;max-height:48px!important}}.hey-henry-show .elementor-location-header .elementor-column:last-child .elementor-widget-wrap{display:flex!important;justify-content:flex-end!important;align-items:center!important;padding:0!important}.hey-henry-show .elementor-location-header .burger{margin-left:auto!important}.hey-henry-show .elementor-location-header .elementor-column,.hey-henry-show .elementor-location-header .elementor-column>.elementor-element-populated,.hey-henry-show .elementor-location-header .elementor-widget-wrap{padding:0!important;margin:0!important}.hey-henry-show #hdr.elementor-top-section,.hey-henry-show .elementor-location-header .elementor-top-section{padding:22px clamp(18px,4vw,48px)!important}@media (max-width:640px){.hey-henry-show #hdr.elementor-top-section,.hey-henry-show .elementor-location-header .elementor-top-section{padding:18px!important}}.hey-henry-show #hdr,.hey-henry-show .elementor-location-header,.hey-henry-show .elementor-location-header .elementor-top-section{transition:background .4s ease,padding .4s ease,border-color .4s!important;border-bottom:1px solid transparent!important}.hey-henry-show #hdr.scrolled,.hey-henry-show .elementor-location-header .scrolled,.hey-henry-show .elementor-location-header.scrolled{background:rgba(10,10,11,.82)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--line)!important}.hey-henry-show .elementor-location-header .burger,.hey-henry-show .elementor-location-header .burger:hover{text-decoration:none!important;color:var(--ink)!important;background:0 0!important;border:0!important}.hey-henry-show .elementor-location-header .elementor-widget-image a,.hey-henry-show .elementor-location-header .elementor-widget-theme-site-logo a{display:inline-flex!important;align-items:center!important;text-decoration:none!important;border:0!important;background:0 0!important;padding:0!important}#loader{position:fixed;inset:0;z-index:10000;background:#070708;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:34px;transition:opacity .7s ease,visibility .7s ease}header{position:fixed;top:0;left:0;right:0;z-index:5000;display:flex;align-items:center;justify-content:space-between;padding:22px clamp(18px,4vw,48px);transition:background .4s ease,padding .4s ease,border-color .4s;border-bottom:1px solid transparent}.burger{display:flex;align-items:center;gap:14px;cursor:pointer;background:0 0;border:0;color:var(--ink)}#menu{position:fixed;inset:0;z-index:6000;background:#070708;clip-path:circle(0% at calc(100% - 60px) 40px);transition:clip-path .8s cubic-bezier(.76,0,.24,1);display:flex;flex-direction:column;pointer-events:none}.hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}section{position:relative}.show{background:var(--bg2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.ep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vault{background:#070708;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;padding:0}.cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cta{position:relative;background:var(--coral);color:#0a0a0b;overflow:hidden}.how{background:var(--bg);border-bottom:1px solid var(--line)}.how-wrap{max-width:var(--maxw);margin:0 auto;padding:clamp(60px,10vh,120px) clamp(18px,4vw,48px)}.how-head{margin-bottom:clamp(34px,5vw,52px)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(22px,3vw,40px)}.how-step{border-top:2px solid var(--coral);padding-top:22px}.how-num{font-family:Anton;font-size:1.1rem;color:var(--coral);letter-spacing:.1em}.how-step h3{font-family:Anton;text-transform:uppercase;font-size:clamp(1.4rem,2.4vw,1.9rem);line-height:1;margin:12px 0 12px;color:var(--ink);letter-spacing:.01em}.how-step p{color:#cfcabf;font-size:1rem;line-height:1.55;max-width:36ch}.how-note{margin-top:clamp(30px,4vw,48px);color:#cfcabf;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.55;max-width:62ch}.how-note em{font-style:italic;color:#fff;font-weight:600}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-btn{font-family:Archivo;font-weight:700;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;padding:15px 28px;border-radius:2px;transition:transform .25s,background .25s,color .25s,border-color .25s}.cta-btn.solid{background:#0a0a0b;color:var(--ink)}.cta-btn.solid:hover{transform:translateY(-2px)}.cta-btn.ghostbtn{background:0 0;color:#0a0a0b;border:1px solid rgba(10,10,11,.4)}.cta-btn.ghostbtn:hover{background:#0a0a0b;color:var(--ink);border-color:#0a0a0b}footer{background:#070708;padding:clamp(40px,8vh,80px) clamp(18px,4vw,48px) 34px}.feed{background:var(--bg);padding-top:clamp(46px,8vh,86px);padding-bottom:clamp(50px,8vh,90px)}@media (max-width:640px){.hero{min-height:100svh}.hero-bg{background-position:60% 14%;animation:none;transform:scale(1.02)}.hero-inner{padding-bottom:0}.eyebrow{margin-bottom:16px}.eyebrow.label{font-size:.6rem;letter-spacing:.22em}.hero h1{font-size:clamp(2.2rem,10.5vw,3.7rem)}.hero-sub{margin-top:22px;gap:0 16px;justify-content:center}.hero-sub p{font-size:.95rem}.stat{padding-right:14px;gap:2px}.stat b{font-size:1.4rem}.stat span{font-size:.55rem;letter-spacing:.13em}.scrollcue{bottom:16px}.scrollcue .ln{height:32px}.menu-body{overflow-y:auto}.menu-top{padding-top:18px;padding-bottom:18px}.feed-head{padding-bottom:30px}.feed-links{width:100%}.flink{flex:1;justify-content:center;padding:13px 12px;font-size:.68rem}.feed-track{gap:14px}.tile.yt{width:84vw;max-width:340px}.tile.ig{width:66vw;max-width:260px}.tile .meta{padding:15px}.tile .meta h4{font-size:1rem}.foot-top{flex-direction:column;align-items:flex-start;gap:22px;padding-bottom:34px}.foot-nav{gap:18px 24px}.foot-bot{gap:10px}}@media (min-width:641px) and (max-width:880px){.tile.yt{width:46vw}.tile.ig{width:34vw}}.hero h1 .grow b{text-transform:none;font-size:.52em;letter-spacing:.01em;font-weight:400}.partners{background:#0b0b0d;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hero h1 .ln.grow{overflow:visible}.about-hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;overflow:hidden}.about-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center 26%;filter:grayscale(1) contrast(1.08) brightness(.82);transform:scale(1.05)}.about-hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(8,8,9,.96) 0,rgba(8,8,9,.82) 40%,rgba(8,8,9,.42) 72%,rgba(8,8,9,.6) 100%)}.about-hero::after{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(120% 90% at 40% 50%,transparent 42%,rgba(0,0,0,.5) 100%)}.about-inner{position:relative;z-index:2;width:100%;max-width:var(--maxw);margin:0 auto;padding:130px clamp(18px,4vw,48px) 90px}.about-eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--coral);margin-bottom:28px;font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;font-weight:700}.about-statement{max-width:920px;font-family:Archivo,sans-serif;font-weight:600;font-size:clamp(1.55rem,3.9vw,3.35rem);line-height:1.24;letter-spacing:-.01em}.about-statement .hl{color:var(--coral)}.about-video{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.about-video iframe{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100vh;min-width:177.78vh;transform:translate(-50%,-50%);border:0;filter:grayscale(1) contrast(1.05) brightness(.82)}.about-cta{display:inline-flex;align-items:center;gap:12px;margin-top:clamp(30px,4vw,44px);padding:15px 34px;border:1.5px solid var(--coral);color:var(--coral);font-family:Archivo;font-weight:700;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;border-radius:2px;transition:background .3s,color .3s,transform .3s}.about-cta:hover{background:var(--coral);color:#0a0a0b;transform:translateY(-2px)}.about-cta span{transition:transform .3s}.about-cta:hover span{transform:translateX(5px)}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:clamp(18px,3vw,38px);flex-wrap:wrap;margin-top:26px}.auction{position:relative;background:#0c0c0e;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.auc-card{position:relative;display:flex;justify-content:center;align-items:center;min-height:0}.auc-copy h2{font-family:Anton;text-transform:uppercase;font-size:clamp(2.2rem,5.6vw,4.6rem);line-height:.92;margin-bottom:18px}.shop{position:relative;background:#0a0a0b;border-bottom:1px solid var(--line);overflow:hidden}.shop-tile{position:relative;display:block;justify-self:center;width:min(100%,420px);background:0 0;transition:transform .4s cubic-bezier(.2,.7,.2,1)}.merch-card{position:relative;display:flex;justify-content:center;align-items:center;min-height:0}.ahero{position:relative;min-height:92vh;min-height:92svh;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(120% 90% at 50% -10%,#1a1413 0,#0c0c0e 46%,#0a0a0b 100%)}.ahero-bg{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(40% 55% at 78% 18%,rgba(242,111,101,.2),transparent 70%),radial-gradient(46% 60% at 12% 88%,rgba(210,76,65,.16),transparent 72%)}.ahero-inner{position:relative;z-index:1;max-width:var(--maxw);margin:0 auto;width:100%;padding:clamp(120px,18vh,200px) clamp(18px,4vw,48px) clamp(70px,10vh,120px);text-align:center;display:flex;flex-direction:column;align-items:center}.ahero .auc-eyebrow{margin-bottom:24px}.ahero-h1{font-size:clamp(3.2rem,11vw,9rem);margin-bottom:22px}.ahero-sub{max-width:56ch;color:#cfcabf;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.6;margin-bottom:clamp(40px,6vh,64px)}.ahero-sub b{color:#fff;font-weight:700}.raised{display:flex;flex-direction:column;align-items:center;gap:8px;padding:clamp(26px,4vw,40px) clamp(34px,6vw,72px);border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.008));backdrop-filter:blur(4px)}.raised-label{font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);font-weight:600}.raised-num{font-family:Anton;font-size:clamp(3.4rem,11vw,7.2rem);line-height:.9;color:var(--coral);letter-spacing:.01em}.raised-foot{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.ahero-cue{margin-top:clamp(40px,7vh,70px);font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;font-weight:700;color:var(--ink);display:inline-flex;align-items:center;gap:10px;transition:color .3s}.ahero-cue span{color:var(--coral);animation:cuebob 1.8s ease-in-out infinite;display:inline-block}.ahero-cue:hover{color:var(--coral)}@keyframes cuebob{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}.auc-live{display:flex;gap:14px;flex-wrap:wrap;margin:0 0 28px}.auc-live .al{flex:1 1 0;min-width:120px;border:1px solid var(--line);border-radius:12px;padding:14px 18px;background:rgba(255,255,255,.02);display:flex;flex-direction:column;gap:6px}.auc-live .al-k{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:var(--muted);font-weight:600}.auc-live .al-v{font-family:Anton;font-size:1.5rem;color:var(--ink);line-height:1;letter-spacing:.01em}#auc-countdown{color:var(--coral)}.impact{background:var(--bg);border-bottom:1px solid var(--line)}.impact-wrap{max-width:var(--maxw);margin:0 auto;padding:clamp(50px,8vh,86px) clamp(18px,4vw,48px);display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,40px)}.istat{text-align:center;display:flex;flex-direction:column;gap:10px}.istat b{font-family:Anton;font-size:clamp(2.6rem,6vw,4.4rem);line-height:.9;color:var(--coral);font-weight:400}.istat span{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:600}.past{background:#0c0c0e;border-bottom:1px solid var(--line)}.past-wrap{max-width:var(--maxw);margin:0 auto;padding:clamp(70px,12vh,150px) clamp(18px,4vw,48px)}.past-head{margin-bottom:clamp(26px,4vw,38px)}.past-sub{color:#cfcabf;font-size:1.02rem;line-height:1.55;max-width:62ch;margin-top:18px}.ph-note{display:block;margin-top:8px;font-size:.78rem;letter-spacing:.04em;color:var(--muted)}.pa-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:clamp(28px,4vw,42px)}.pa-chip-btn{font-family:Archivo;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--muted);background:0 0;border:1px solid var(--line);border-radius:2px;padding:9px 18px;cursor:pointer;transition:color .25s,border-color .25s,background .25s}.pa-chip-btn:hover{color:var(--ink);border-color:rgba(245,242,236,.32)}.pa-chip-btn.on{color:#0a0a0b;background:var(--coral);border-color:var(--coral)}.pa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.4vw,30px);perspective:1200px}.pa-card{position:relative;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#121214;transform-style:preserve-3d;transition:transform .3s cubic-bezier(.2,.7,.2,1),border-color .3s;will-change:transform}.pa-card:hover{border-color:rgba(242,111,101,.5)}.pa-media{position:relative;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.pa-media.g1{background:linear-gradient(150deg,#f58529,#d62976 60%,#5851db)}.pa-media.g2{background:linear-gradient(150deg,#2b5876,#4e4376)}.pa-media.g3{background:linear-gradient(150deg,#d24c41,#7a1f1a)}.pa-media::after{content:"";position:absolute;inset:0;background:radial-gradient(80% 80% at 50% 35%,transparent,rgba(0,0,0,.45))}.pa-glyph{position:relative;z-index:1;font-size:2.6rem;color:rgba(255,255,255,.85);filter:drop-shadow(0 6px 14px rgba(0,0,0,.4))}.pa-tag{position:absolute;top:14px;left:14px;z-index:2;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:#0a0a0b;background:var(--ink);padding:5px 10px;border-radius:4px}.pa-body{padding:22px 22px 24px}.pa-amount{font-family:Anton;font-size:1.9rem;line-height:1;color:var(--coral);margin-bottom:10px}.pa-name{font-size:1.02rem;font-weight:700;color:var(--ink);line-height:1.3;margin-bottom:12px}.pa-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.78rem;color:var(--muted);margin-bottom:18px}.pa-dot{width:4px;height:4px;border-radius:50%;background:var(--muted)}.pa-link{display:inline-flex;align-items:baseline;gap:8px;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--ink);transition:color .25s}.pa-link .arr{transition:transform .3s}.pa-link:hover{color:var(--coral)}.pa-link:hover .arr{transform:translateX(5px)}.road{background:#0c0c0e;border-bottom:1px solid var(--line)}.road-wrap{max-width:var(--maxw);margin:0 auto;padding:clamp(60px,10vh,120px) clamp(18px,4vw,48px)}.road-head{margin-bottom:clamp(34px,5vw,58px);max-width:780px}.road-head .auc-eyebrow{margin-bottom:16px}.road-intro{color:#cfcabf;font-size:1.02rem;line-height:1.55;margin-top:16px;max-width:62ch}.road-grid{display:grid;grid-template-columns:0.82fr 1.18fr;gap:clamp(28px,5vw,72px);align-items:start}.road-track{position:sticky;top:96px;align-self:start;border:1px solid var(--line);border-radius:18px;padding:clamp(24px,3vw,34px);background:linear-gradient(180deg,rgba(255,255,255,.038),rgba(255,255,255,.008))}.rt-label{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);font-weight:600}.rt-num{font-family:Anton;font-size:clamp(2.8rem,6vw,4.8rem);line-height:.9;color:var(--coral);letter-spacing:.01em;margin:10px 0 4px}.rt-goal{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.rt-bar{position:relative;height:12px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;margin:22px 0 12px}.rt-fill{position:absolute;left:0;top:0;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--coral-deep),var(--coral));box-shadow:0 0 16px rgba(242,111,101,.55)}.rt-pct{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#cfcabf;font-weight:600}.rt-pct span{color:var(--coral)}.road-line{position:relative;padding-left:46px}.spine{position:absolute;left:13px;top:6px;bottom:6px;width:2px;background:rgba(245,242,236,.14)}.spine-fill{position:absolute;left:13px;top:6px;width:2px;height:0;background:linear-gradient(180deg,var(--coral),var(--coral-deep));box-shadow:0 0 12px rgba(242,111,101,.6);transition:height .25s ease-out}.ms-list{list-style:none;display:flex;flex-direction:column;gap:clamp(24px,4vw,44px)}.ms{position:relative}.ms-node{position:absolute;left:-39px;top:4px;width:14px;height:14px;border-radius:50%;background:#0c0c0e;border:2px solid rgba(245,242,236,.3);transition:border-color .35s,background .35s,box-shadow .35s;z-index:1}.ms.active .ms-node{border-color:var(--coral);background:var(--coral);box-shadow:0 0 0 5px rgba(242,111,101,.18)}.ms-card{border:1px solid var(--line);border-radius:14px;padding:20px 22px;background:#121214;transition:border-color .35s,transform .35s}.ms.active .ms-card{border-color:rgba(242,111,101,.4);transform:translateX(4px)}.ms-top{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:8px}.ms-date{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-weight:600}.ms-amt{font-family:Anton;font-size:1.35rem;color:var(--coral);letter-spacing:.01em}.ms-name{font-size:1.06rem;font-weight:700;color:var(--ink);line-height:1.3}.ms-charity{font-size:.92rem;color:#cfcabf;margin-top:4px}.ms-run{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:14px}.ms-run b{color:var(--ink);font-weight:700}.road-final{margin-top:clamp(36px,5vw,60px);display:flex;flex-direction:column;gap:5px;align-items:flex-start;border-top:1px solid var(--line);padding-top:26px}.rf-k{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);font-weight:600}.rf-v{font-family:Anton;font-size:clamp(2rem,4vw,3.2rem);color:var(--ink);line-height:.9}.rf-note{font-size:.78rem;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}.ms-row{display:flex;gap:clamp(16px,2vw,26px);align-items:center;border:1px solid var(--line);border-radius:14px;padding:18px 20px;background:#121214;transition:border-color .35s,transform .35s;perspective:900px}.ms.active .ms-row{border-color:rgba(242,111,101,.4);transform:translateX(4px)}.ms-info{flex:1;min-width:0}.ms.active .slab{transform:translateY(-4px);box-shadow:0 16px 36px rgba(242,111,101,.28),0 10px 22px rgba(0,0,0,.5)}.slab-top{display:none}.slab-set{font-size:.42rem;letter-spacing:.05em;font-weight:700;color:#222;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slab-grade{font-size:.46rem;font-weight:800;color:#b00018;letter-spacing:.02em;white-space:nowrap;border:1px solid #b00018;border-radius:3px;padding:1px 4px}.slab-window{position:relative;aspect-ratio:2.5/3.5;border-radius:5px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.sport-basketball .slab-window{background:linear-gradient(160deg,#e0641a,#7a1f10)}.sport-baseball .slab-window{background:linear-gradient(160deg,#1f4e79,#0c2236)}.sport-football .slab-window{background:linear-gradient(160deg,#2f7d44,#10301a)}.slab-window::before{content:"";position:absolute;inset:0;opacity:.16;mix-blend-mode:overlay;background:repeating-linear-gradient(115deg,red 0 8px,#ff0 8px 16px,#0f0 16px 24px,#0ff 24px 32px,#00f 32px 40px,#f0f 40px 48px)}.slab-player{position:relative;z-index:2;font-family:Anton;color:rgba(255,255,255,.94);font-size:clamp(.72rem,1.5vw,1rem);letter-spacing:.02em;text-transform:uppercase;text-align:center;padding:0 4px 9px;line-height:.92;text-shadow:0 2px 8px rgba(0,0,0,.55)}.slab-rc{position:absolute;top:7px;left:7px;z-index:3;font-family:Anton;font-size:.5rem;letter-spacing:.04em;color:#0a0a0b;background:var(--coral);padding:2px 5px;border-radius:3px}.slab-holo{position:absolute;inset:0;z-index:1;mix-blend-mode:color-dodge;opacity:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.6) 44%,rgba(120,200,255,.55) 50%,rgba(255,120,200,.55) 56%,transparent 70%);background-size:250% 250%;background-position:50% 50%}.ms.active .slab-holo{animation:holoSweep 3s ease-in-out infinite}.slab.hovering .slab-holo{animation:none}@keyframes holoSweep{0%{background-position:18% 50%;opacity:.16}50%{background-position:82% 50%;opacity:.5}100%{background-position:18% 50%;opacity:.16}}.slab-glare{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0;mix-blend-mode:screen;transition:opacity .3s;background:radial-gradient(140px 140px at var(--gx,50%) var(--gy,25%),rgba(255,255,255,.45),transparent 60%)}.slab:hover .slab-glare{opacity:1}@media(max-width:420px){.slab{width:86px}}.cardface{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:0}.ms:nth-child(odd) .ms-row{transform:translate(-34px,42px) rotateY(9deg) scale(.95)}.ms:nth-child(2n) .ms-row{transform:translate(34px,42px) rotateY(-9deg) scale(.95)}.ms.in-view .ms-row{opacity:1;transform:none}.ms.in-view.active .ms-row{transform:translateX(4px)}.ms.in-view .slab{opacity:1;transform:none}.ms.in-view.active .slab{transform:translateY(-4px)}.road-video{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.road-video iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;aspect-ratio:9/16;min-width:100%;border:0;opacity:.8;pointer-events:none}.road-video::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,11,.44),rgba(10,10,11,.4))}.rt-cta{display:flex;flex-direction:column;gap:10px;margin-top:20px}.rt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden;font-family:Archivo;font-weight:700;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;padding:14px 18px;border-radius:2px;white-space:nowrap;transition:transform .25s,background .25s,color .25s,border-color .25s,box-shadow .25s}.rt-btn .arr{transition:transform .3s}.rt-btn:hover .arr{transform:translateX(4px)}.rt-btn.bid{background:var(--coral);color:#0a0a0b;box-shadow:0 6px 20px rgba(242,111,101,.32)}.rt-btn.bid:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(242,111,101,.5)}.rt-btn.bid::after{content:"";position:absolute;top:0;left:-65%;width:42%;height:100%;pointer-events:none;background:linear-gradient(100deg,transparent,rgba(255,255,255,.6),transparent);transform:skewX(-18deg);animation:btnShine 3.6s ease-in-out infinite}@keyframes btnShine{0%{left:-65%}24%{left:135%}100%{left:135%}}.rt-btn.match{background:0 0;color:var(--ink);border:1px solid var(--line)}.rt-btn.match:hover{border-color:var(--coral);color:var(--coral)}.ms-link{display:inline-flex;align-items:baseline;gap:7px;margin-top:14px;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--ink);transition:color .25s}.ms-link .arr{transition:transform .3s}.ms-link:hover{color:var(--coral)}.ms-link:hover .arr{transform:translateX(4px)}.ms-link.strong{color:var(--coral)}.ms-link.strong:hover{color:#fff}.ms-current .ms-row{border-color:rgba(242,111,101,.55);box-shadow:0 0 0 1px rgba(242,111,101,.22),0 20px 46px rgba(242,111,101,.16);background:linear-gradient(180deg,rgba(242,111,101,.08),#121214)}.ms-current .slab{box-shadow:0 0 0 2px var(--coral),0 14px 32px rgba(242,111,101,.34)}.ms-live{display:inline-flex;align-items:center;gap:8px;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--coral)}.ms-live .dot{width:8px;height:8px;border-radius:50%;background:var(--coral);animation:livePulse 1.8s ease-out infinite}@keyframes livePulse{0%{box-shadow:0 0 0 0 rgba(242,111,101,.55)}70%{box-shadow:0 0 0 9px rgba(242,111,101,0)}100%{box-shadow:0 0 0 0 rgba(242,111,101,0)}}.ms-amt.live{font-family:Archivo;font-size:.62rem;font-weight:800;letter-spacing:.16em;color:#0a0a0b;background:var(--coral);padding:4px 10px;border-radius:5px;align-self:center}.ms-current .ms-node{border-color:var(--coral);background:var(--coral);box-shadow:0 0 0 5px rgba(242,111,101,.18);animation:livePulse 1.8s ease-out infinite}#menu,.hey-henry-show #menu{z-index:1000000!important}.hey-henry-show,body.hey-henry-show{--theme-text-color:#f5f2ec!important;--theme-heading-color:#f5f2ec!important;--theme-link-initial-color:#f5f2ec!important;--theme-link-hover-color:#f26f65!important;--theme-palette-color-1:#f26f65!important;--theme-palette-color-2:#d24c41!important;--theme-palette-color-3:#f5f2ec!important;--theme-palette-color-4:#f5f2ec!important;--theme-palette-color-5:#16161a!important;--theme-palette-color-6:#121214!important;--theme-palette-color-7:#0a0a0b!important;--theme-palette-color-8:#f5f2ec!important;--theme-block-text-color:#f5f2ec!important;--theme-button-text-initial-color:#0a0a0b!important;--theme-button-text-hover-color:#0a0a0b!important;--theme-button-background-initial-color:#f26f65!important;--theme-button-background-hover-color:#d24c41!important}:root{--theme-text-color:#f5f2ec;--theme-heading-color:#f5f2ec;--theme-link-initial-color:#f5f2ec;--theme-link-hover-color:#f26f65}.hey-henry-show,.hey-henry-show body,body.hey-henry-show{color:#f5f2ec!important}.hey-henry-show b,.hey-henry-show blockquote,.hey-henry-show em,.hey-henry-show h1,.hey-henry-show h2,.hey-henry-show h3,.hey-henry-show h4,.hey-henry-show h5,.hey-henry-show h6,.hey-henry-show label,.hey-henry-show li,.hey-henry-show p,.hey-henry-show span,.hey-henry-show strong,.hey-henry-show td,.hey-henry-show th{color:#f5f2ec!important}.hey-henry-show a,.hey-henry-show a:link,.hey-henry-show a:visited{color:inherit!important}.hey-henry-show a:focus,.hey-henry-show a:hover{color:#f26f65!important}.hey-henry-show .about-eyebrow,.hey-henry-show .auc-eyebrow,.hey-henry-show .auc-partner-k,.hey-henry-show .dot2,.hey-henry-show .dur,.hey-henry-show .foot-bot a,.hey-henry-show .foot-bot p,.hey-henry-show .foot-nav a,.hey-henry-show .how-num,.hey-henry-show .istat span,.hey-henry-show .label,.hey-henry-show .ld-txt,.hey-henry-show .menu-foot .tag,.hey-henry-show .menu-intro,.hey-henry-show .mp-eyebrow,.hey-henry-show .mp-note,.hey-henry-show .ms-charity,.hey-henry-show .ms-date,.hey-henry-show .ms-link,.hey-henry-show .muted,.hey-henry-show .partners-label,.hey-henry-show .rf-k,.hey-henry-show .rf-note,.hey-henry-show .row-label,.hey-henry-show .rt-goal,.hey-henry-show .rt-pct,.hey-henry-show .scrollcue span,.hey-henry-show .slab-grade,.hey-henry-show .slab-set,.hey-henry-show .socials a,.hey-henry-show .stat span,.hey-henry-show .sub{color:#8e8980!important}.hey-henry-show .about-eyebrow,.hey-henry-show .ahero-cue,.hey-henry-show .auc-eyebrow,.hey-henry-show .auc-title .hl,.hey-henry-show .bid-link,.hey-henry-show .bid-link .arr,.hey-henry-show .coral,.hey-henry-show .cta-btn .arr,.hey-henry-show .cta-btn.solid,.hey-henry-show .ep .info .label,.hey-henry-show .feed-head .label,.hey-henry-show .hl,.hey-henry-show .how-num,.hey-henry-show .mp-eyebrow,.hey-henry-show .ms-amt.live,.hey-henry-show .ms-live,.hey-henry-show .partner-cta,.hey-henry-show .row-label .hl,.hey-henry-show .rt-label,.hey-henry-show .sec-head .label,.hey-henry-show .shop-title .hl{color:#f26f65!important}.hey-henry-show .ahero-h1 .hl,.hey-henry-show .cta,.hey-henry-show .cta h2,.hey-henry-show .cta p,.hey-henry-show .cta-btn.solid,.hey-henry-show .hero h1 .ln:nth-child(2) b{color:#0a0a0b!important}.hey-henry-show .hero h1 .ln.grow b{color:#f26f65!important}.hey-henry-show .hero h1 .ln:first-child b{color:#f5f2ec!important}.hey-henry-show .ahero-h1 .hl{color:#f26f65!important}.hey-henry-show .elementor-column,.hey-henry-show .elementor-column>.elementor-element-populated,.hey-henry-show .elementor-container,.hey-henry-show .elementor-row,.hey-henry-show .elementor-widget,.hey-henry-show .elementor-widget-container,.hey-henry-show .elementor-widget-wrap{padding:0!important;margin:0!important;max-width:none!important;width:100%!important}.hey-henry-show .elementor,.hey-henry-show .elementor-294,.hey-henry-show [data-elementor-type=wp-page]{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}.hey-henry-show .ct-container,.hey-henry-show .ct-container-fluid,.hey-henry-show .ct-container-narrow,.hey-henry-show .ct-elementor-default-template .elementor,.hey-henry-show .ct-elementor-default-template .elementor-section,.hey-henry-show .ct-elementor-default-template .elementor-top-section{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}.hey-henry-show .elementor-column-gap-default,.hey-henry-show .elementor-column-gap-extended,.hey-henry-show .elementor-column-gap-narrow,.hey-henry-show .elementor-column-gap-wide,.hey-henry-show .elementor-column-gap-wider{gap:0!important;column-gap:0!important;row-gap:0!important}.hey-henry-show .about-bg,.hey-henry-show .about-hero,.hey-henry-show .ahero,.hey-henry-show .ahero-bg,.hey-henry-show .auction,.hey-henry-show .contact,.hey-henry-show .cta,.hey-henry-show .feed,.hey-henry-show .hero,.hey-henry-show .hero-bg,.hey-henry-show .how,.hey-henry-show .impact,.hey-henry-show .partners,.hey-henry-show .road,.hey-henry-show .shop,.hey-henry-show footer{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;overflow-x:clip!important}.hey-henry-show .about-inner,.hey-henry-show .ahero-inner,.hey-henry-show .auction-wrap,.hey-henry-show .contact-wrap,.hey-henry-show .feed-head,.hey-henry-show .foot-bot,.hey-henry-show .foot-top,.hey-henry-show .hero-inner,.hey-henry-show .how-wrap,.hey-henry-show .impact-wrap,.hey-henry-show .partners-wrap,.hey-henry-show .road-wrap,.hey-henry-show .shop-wrap,.hey-henry-show .wrap{max-width:1340px!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(18px,4vw,48px)!important;padding-right:clamp(18px,4vw,48px)!important;width:100%!important}.hey-henry-show .about-bg,.hey-henry-show .ahero-bg,.hey-henry-show .hero-bg{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important}.hey-henry-show .slab-window{background:linear-gradient(160deg,#e0641a,#7a1f10)!important}.hey-henry-show .ms:nth-child(3n+1) .slab-window{background:linear-gradient(160deg,#e0641a,#7a1f10)!important}.hey-henry-show .ms:nth-child(3n+2) .slab-window{background:linear-gradient(160deg,#1f4e79,#0c2236)!important}.hey-henry-show .ms:nth-child(3n+3) .slab-window{background:linear-gradient(160deg,#2f7d44,#10301a)!important}.hey-henry-show .slab-window::before{content:""!important;position:absolute!important;inset:0!important;opacity:.16!important;mix-blend-mode:overlay!important;background:repeating-linear-gradient(115deg,red 0 8px,#ff0 8px 16px,#0f0 16px 24px,#0ff 24px 32px,#00f 32px 40px,#f0f 40px 48px)!important}.hey-henry-show .cardface{background-color:transparent;z-index:0;position:absolute;inset:0;width:100%;height:100%;display:block}.hey-henry-show .cardface[style*=background-image]{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:transparent!important}.hey-henry-show .cardface:not([style*=background-image]){background-color:transparent}.hey-henry-show .slab-top{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:6px 8px!important;font-size:.55rem!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-weight:700!important;color:rgba(245,242,236,.9)!important;background:rgba(0,0,0,.4)!important}.hey-henry-show .slab-set{color:rgba(245,242,236,.9)!important}.hey-henry-show .slab-grade{color:#f26f65!important}.hey-henry-show .slab-rc{color:#f26f65!important;font-weight:700!important}.hey-henry-show .slab{perspective:600px!important;transform-style:preserve-3d!important}.hey-henry-show .slab-holo{display:block!important;opacity:.3!important}.hey-henry-show .slab-glare{display:block!important}.hey-henry-show .ahero-h1{color:#f5f2ec!important}.hey-henry-show .ahero-h1 .hl{color:#f26f65!important;-webkit-text-fill-color:#f26f65!important}.hey-henry-show .ahero-sub{color:#d8d3cb!important}.hey-henry-show .ahero-sub b{color:#f5f2ec!important}.hey-henry-show .road-head .auc-title{color:#f5f2ec!important}.hey-henry-show .road-head .auc-title .hl{color:#f26f65!important;-webkit-text-fill-color:#f26f65!important}.hey-henry-show .menu-nav a{color:transparent!important;-webkit-text-stroke:1.4px rgba(245,242,236,0.85)!important}.hey-henry-show .menu-nav a:hover{color:#f26f65!important;-webkit-text-stroke-color:#f26f65!important}.hey-henry-show .menu-nav a .num{color:#f26f65!important;-webkit-text-stroke:0!important}.hey-henry-show .menu-nav a.menu-auction{color:#f26f65!important;-webkit-text-stroke:0!important}.hey-henry-show .ticker span{color:transparent!important;-webkit-text-stroke:1px rgba(245,242,236,0.28)!important}.hey-henry-show .ticker span em{color:#f26f65!important;-webkit-text-stroke:0!important}.hey-henry-show .cta .ghost{color:rgba(10,10,11,.06)!important}.hey-henry-show h1,.hey-henry-show h2,.hey-henry-show h3,.hey-henry-show h4,.hey-henry-show h5,.hey-henry-show h6{font-family:inherit!important;--theme-heading-color:#f5f2ec!important}.hey-henry-show{--theme-frame-size:0px!important}.hey-henry-show body,body.hey-henry-show{max-width:none!important;width:100%!important;overflow-x:hidden!important}.hey-henry-show .elementor-location-header,.hey-henry-show .elementor-location-header .elementor-column,.hey-henry-show .elementor-location-header .elementor-container,.hey-henry-show .elementor-location-header .elementor-top-section,.hey-henry-show .elementor-location-header .elementor-widget,.hey-henry-show .elementor-location-header .elementor-widget-container,.hey-henry-show .elementor-location-header .elementor-widget-wrap{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.hey-henry-show .about-statement,.hey-henry-show .ahero-cue,.hey-henry-show .ahero-h1,.hey-henry-show .auc-title,.hey-henry-show .bid-link,.hey-henry-show .btn,.hey-henry-show .cards-row .slab .center .hh,.hey-henry-show .contact-head h2,.hey-henry-show .cta h2,.hey-henry-show .cta-btn,.hey-henry-show .display,.hey-henry-show .ep .info h4,.hey-henry-show .ep .thumb .epnum,.hey-henry-show .feed-head h2,.hey-henry-show .figframe .badge,.hey-henry-show .flink,.hey-henry-show .hero h1,.hey-henry-show .hero h1 .ln b,.hey-henry-show .hero h1 b,.hey-henry-show .how-num,.hey-henry-show .istat b,.hey-henry-show .ld-txt,.hey-henry-show .mp-submit,.hey-henry-show .mp-title,.hey-henry-show .ms-link,.hey-henry-show .ms-name,.hey-henry-show .ogp-link,.hey-henry-show .partner-cta,.hey-henry-show .rf-v,.hey-henry-show .rt-btn,.hey-henry-show .rt-num,.hey-henry-show .sec-head h2,.hey-henry-show .shop-title,.hey-henry-show .show-copy h3,.hey-henry-show .slab .grade,.hey-henry-show .submit-btn,.hey-henry-show .tile .meta h4,.hey-henry-show .vault .ticker span{font-family:Anton,sans-serif!important;font-weight:400!important}.hey-henry-show .hero h1 .ln.grow b,.hey-henry-show .hero h1 .ln:nth-child(2) b{font-family:'Sedgwick Ave Display',sedgwick-ave-display,'Permanent Marker',cursive!important}.hey-henry-show .ahero-sub,.hey-henry-show .auc-copy p,.hey-henry-show .contact-head p,.hey-henry-show .cta p,.hey-henry-show .how-note,.hey-henry-show .how-step p,.hey-henry-show .mp-intro,.hey-henry-show .mp-note,.hey-henry-show .road-intro,.hey-henry-show .sec-head p,.hey-henry-show .shop-copy p,.hey-henry-show body,.hey-henry-show p{font-family:Archivo,sans-serif!important}.hey-henry-show .about-eyebrow,.hey-henry-show .al-k,.hey-henry-show .auc-eyebrow,.hey-henry-show .auc-partner-k,.hey-henry-show .burger .txt,.hey-henry-show .close,.hey-henry-show .ep .info .dur,.hey-henry-show .ep .info .label,.hey-henry-show .foot-bot a,.hey-henry-show .foot-bot p,.hey-henry-show .foot-nav a,.hey-henry-show .how-step h3,.hey-henry-show .istat span,.hey-henry-show .label,.hey-henry-show .match-note,.hey-henry-show .menu-foot .tag,.hey-henry-show .menu-intro,.hey-henry-show .mp-eyebrow,.hey-henry-show .ms-charity,.hey-henry-show .ms-date,.hey-henry-show .ms-top,.hey-henry-show .partners-label,.hey-henry-show .ph-note,.hey-henry-show .rf-k,.hey-henry-show .rf-note,.hey-henry-show .row-label,.hey-henry-show .rt-goal,.hey-henry-show .rt-label,.hey-henry-show .rt-pct,.hey-henry-show .scrollcue span,.hey-henry-show .slab-grade,.hey-henry-show .slab-set,.hey-henry-show .socials a,.hey-henry-show .stat span,.hey-henry-show .tile .meta .src,.hey-henry-show .tile .meta .sub{font-family:Archivo,sans-serif!important}.hey-henry-show .elementor-location-footer img,.hey-henry-show footer .elementor-widget-image img,.hey-henry-show footer .elementor-widget-theme-site-logo img{height:44px!important;width:auto!important;max-width:none!important;max-height:44px!important;object-fit:contain!important}@media (max-width:640px){.hey-henry-show .elementor-location-footer img,.hey-henry-show footer .elementor-widget-image img,.hey-henry-show footer .elementor-widget-theme-site-logo img{height:36px!important;max-height:36px!important}}.hey-henry-show .elementor-location-footer .elementor-top-section,.hey-henry-show footer .elementor-top-section{padding:clamp(40px,8vh,80px) clamp(18px,4vw,48px) 34px!important;background:#070708!important}.hey-henry-show .elementor-location-footer .elementor-container,.hey-henry-show footer .elementor-container{width:100%!important;max-width:1340px!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:30px!important}.hey-henry-show .elementor-location-footer .elementor-column,.hey-henry-show footer .elementor-column{flex:0 0 auto!important;width:auto!important}.hey-henry-show .elementor-location-footer .elementor-column:last-child,.hey-henry-show footer .elementor-column:last-child{text-align:right!important}.hey-henry-show .elementor-location-footer .elementor-widget-wrap,.hey-henry-show footer .elementor-widget-wrap{justify-content:flex-end!important}.hey-henry-show .elementor-location-footer .foot-nav a,.hey-henry-show footer .foot-nav a{font-size:.74rem!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:600!important;color:#8e8980!important;transition:color .25s!important;display:inline-block!important;margin-left:30px!important}.hey-henry-show .elementor-location-footer .foot-nav a:first-child,.hey-henry-show footer .foot-nav a:first-child{margin-left:0!important}.hey-henry-show .elementor-location-footer .foot-nav a:hover,.hey-henry-show footer .foot-nav a:hover{color:#f26f65!important}.hey-henry-show .cardface[style*=background-image]{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.hey-henry-show .display,.hey-henry-show .display b,.hey-henry-show h1.display,.hey-henry-show h1.display b,.hey-henry-show h2.display,.hey-henry-show h2.display b{font-family:Anton,sans-serif!important;font-weight:400!important;text-transform:uppercase!important;letter-spacing:.01em!important;line-height:.92!important}.hey-henry-show .cta .cta-actions .cta-btn.solid,.hey-henry-show .cta .cta-btn.solid{color:#f5f2ec!important;background-color:#0a0a0b!important;-webkit-text-fill-color:#f5f2ec!important}.hey-henry-show .cta .cta-btn.solid:hover{background-color:#000!important;color:#f5f2ec!important;-webkit-text-fill-color:#f5f2ec!important}.hey-henry-show .cta .cta-btn.ghostbtn{color:#0a0a0b!important;border-color:rgba(10,10,11,.4)!important;background:0 0!important}.hey-henry-show .cta .cta-btn.ghostbtn:hover{background:#0a0a0b!important;color:#f5f2ec!important;border-color:#0a0a0b!important}@media (max-width:880px){.hey-henry-show #hdr.elementor-top-section,.hey-henry-show .elementor-location-header .elementor-top-section{display:flex!important;align-items:center!important;padding:18px!important}.hey-henry-show .elementor-location-header .elementor-container{display:flex!important;align-items:center!important;width:100%!important;height:auto!important}.hey-henry-show .elementor-location-header .elementor-column{display:flex!important;align-items:center!important}.hey-henry-show .elementor-location-header .elementor-column:last-child .elementor-widget-wrap{display:flex!important;align-items:center!important;justify-content:flex-end!important;height:auto!important}.hey-henry-show .elementor-location-header .burger{margin:0!important;display:flex!important;align-items:center!important}.hey-henry-show .elementor-location-header .elementor-widget-image a,.hey-henry-show .elementor-location-header .elementor-widget-theme-site-logo a{display:flex!important;align-items:center!important}}@media (max-width:880px){.hey-henry-show .elementor-location-footer .elementor-container,.hey-henry-show footer .elementor-container{flex-direction:column!important;align-items:flex-start!important;gap:22px!important}.hey-henry-show .elementor-location-footer .elementor-column,.hey-henry-show footer .elementor-column{width:100%!important;text-align:left!important}.hey-henry-show .elementor-location-footer .elementor-column:last-child .elementor-widget-wrap,.hey-henry-show footer .elementor-column:last-child .elementor-widget-wrap{justify-content:flex-start!important;text-align:left!important}.hey-henry-show .elementor-location-footer .foot-nav,.hey-henry-show footer .foot-nav{display:flex!important;flex-wrap:wrap!important;gap:14px 20px!important;width:100%!important;max-width:100%!important;overflow:visible!important}.hey-henry-show .elementor-location-footer .foot-nav a,.hey-henry-show footer .foot-nav a{margin-left:0!important;display:inline-block!important}.hey-henry-show .elementor-location-footer .foot-bot,.hey-henry-show footer .foot-bot{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;margin-top:20px!important}}@media (max-width:880px){.hey-henry-show .road-grid{grid-template-columns:1fr!important;gap:22px!important;display:grid!important}.hey-henry-show .road-track{position:sticky!important;top:80px!important;z-index:10!important;background:#070708!important;padding:20px!important;border-radius:8px!important;border:1px solid var(--line)!important}.hey-henry-show .road-line{width:100%!important;max-width:100%!important}.hey-henry-show .rt-num{font-size:2.5rem!important}.hey-henry-show .rt-bar{height:6px!important}.hey-henry-show .rt-cta{flex-direction:column!important;gap:10px!important}.hey-henry-show .rt-btn{width:100%!important;text-align:center!important;justify-content:center!important}.hey-henry-show .road-final{flex-direction:column!important;gap:8px!important;text-align:center!important}}@media (max-width:880px){.hey-henry-show .ms-row{flex-direction:row!important;gap:14px!important}.hey-henry-show .slab{flex-shrink:0!important;width:80px!important}.hey-henry-show .ms-info{flex:1!important;min-width:0!important}.hey-henry-show .ms-name{font-size:1rem!important}.hey-henry-show .ms-charity{font-size:.7rem!important}}@media (max-width:880px){.hey-henry-show .cta h2{font-size:clamp(2rem, 10vw, 3.5rem)!important}.hey-henry-show .cta-actions{flex-direction:column!important;gap:12px!important}.hey-henry-show .cta .cta-btn{width:100%!important;text-align:center!important;justify-content:center!important;padding:14px 20px!important}}@media (max-width:880px){.hey-henry-show .ahero-h1{font-size:clamp(2rem, 9vw, 3.5rem)!important}.hey-henry-show .ahero-sub{font-size:1rem!important}.hey-henry-show .ahero-cue{font-size:.7rem!important}}@media (max-width:880px){.hey-henry-show .impact-wrap{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.hey-henry-show .istat b{font-size:2rem!important}.hey-henry-show .istat span{font-size:.6rem!important}}@media (max-width:880px){.hey-henry-show .how-grid{grid-template-columns:1fr!important;gap:20px!important}}@media (max-width:880px){.hey-henry-show .elementor-location-header .elementor-container{flex-wrap:nowrap!important;flex-direction:row!important}.hey-henry-show .elementor-location-header .elementor-column{width:50%!important;flex:0 0 50%!important}.hey-henry-show .elementor-location-header .elementor-column[data-element_type=column]{width:50%!important}.hey-henry-show #hdr.elementor-top-section,.hey-henry-show .elementor-location-header .elementor-top-section{padding:18px clamp(18px,4vw,24px)!important;min-height:auto!important}}@media (max-width:880px){.hey-henry-show .auc-card,.hey-henry-show .cardframe{max-height:380px!important;overflow:hidden!important}.hey-henry-show .auc-card iframe,.hey-henry-show .cardframe iframe{height:380px!important;max-height:380px!important;pointer-events:none!important}}@media (pointer:coarse){.hey-henry-show .auc-card iframe,.hey-henry-show .cardframe iframe{pointer-events:none!important}}.hey-henry-show .partners-track img,.hey-henry-show .plogo img{height:clamp(20px,3vw,44px)!important;width:auto!important;max-height:44px!important;max-width:180px!important;object-fit:contain!important;filter:brightness(0) invert(1)!important;opacity:.7!important;transition:opacity .3s!important}.hey-henry-show .partners-track .plogo:hover img,.hey-henry-show .plogo:hover img{opacity:1!important}@media (max-width:880px){.hey-henry-show .partners-track img,.hey-henry-show .plogo img{height:clamp(18px,5vw,32px)!important;max-height:32px!important;max-width:140px!important}}@keyframes hey-henry-pulse{0%,100%{opacity:1}50%{opacity:.4}}.hey-henry-show .feed-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:70px 40px;text-align:center;width:100%;min-height:280px;background:radial-gradient(circle at 50% 30%,rgba(242,111,101,.06),transparent 60%),rgba(255,255,255,.02);border:1px dashed rgba(245,242,236,.12);border-radius:6px}.hey-henry-show .feed-empty-icon{color:var(--coral,#f26f65);opacity:.85;margin-bottom:4px;animation:hey-henry-pulse 2.4s ease-in-out infinite}.hey-henry-show .feed-empty-title{font-family:Anton,sans-serif;text-transform:uppercase;letter-spacing:.18em;font-size:1.1rem;color:var(--cream,#f5f2ec);margin:0}.hey-henry-show .feed-empty-sub{font-family:Archivo,sans-serif;font-size:.85rem;letter-spacing:.02em;color:var(--muted,#8a8276);max-width:360px;line-height:1.5;margin:0}.hey-henry-show .feed-empty-cta{display:inline-block;margin-top:8px;padding:9px 22px;font-family:Anton,sans-serif;text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;color:#fff;background:var(--coral,#f26f65);border-radius:3px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.hey-henry-show .feed-empty-cta:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(242,111,101,.35)}.hey-henry-show .row-head .row-label{display:inline-flex;align-items:center;flex-wrap:wrap}.hey-henry-show .rail-btn{transition:background .2s ease,transform .15s ease,opacity .2s ease}.hey-henry-show .rail-btn:hover{background:var(--coral,#f26f65);color:#fff;transform:scale(1.08)}.hey-henry-show .rail-btn:active{transform:scale(.96)}.hey-henry-show .hey-henry-sync-btn,.wrap .hey-henry-sync-btn{background:#f26f65!important;border-color:#f26f65!important;color:#fff!important;font-weight:600;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.wrap .hey-henry-sync-btn:focus,.wrap .hey-henry-sync-btn:hover{background:#e05a50!important;border-color:#e05a50!important;transform:translateY(-1px);box-shadow:0 6px 16px rgba(242,111,101,.4)}.hey-henry-show .feed-rail .tile{transition:transform .25s ease,box-shadow .25s ease}.hey-henry-show .feed-rail .tile:hover{transform:translateY(-6px);box-shadow:0 14px 32px rgba(0,0,0,.45)}.hey-henry-show .feed-rail .tile .media{position:relative;overflow:hidden}.hey-henry-show .feed-rail .tile .media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.55));opacity:0;transition:opacity .25s ease;pointer-events:none}.hey-henry-show .feed-rail .tile:hover .media::after{opacity:1}@media (prefers-reduced-motion:reduce){.hey-henry-show .feed-empty-icon{animation:none}.hey-henry-show .feed-empty-cta,.hey-henry-show .feed-rail .tile,.hey-henry-show .rail-btn{transition:none}.hey-henry-show .feed-rail .tile:hover{transform:none}}.hey-henry-show .plogo{transition:transform .3s ease,opacity .3s ease;opacity:.85}.hey-henry-show .plogo:hover{transform:scale(1.08);opacity:1}.hey-henry-show .plogo img{transition:transform .3s ease}.hey-henry-show .feed-rail .tile .meta h4{font-size:1.05rem;font-weight:700;line-height:1.3;letter-spacing:-.01em;margin-bottom:6px;color:var(--cream,#f5f2ec)}.hey-henry-show .feed-rail .tile .meta .sub .src{font-weight:600;letter-spacing:.04em}.hey-henry-show.ct-elementor-default-template .elementor-top-section{padding-top:64px;padding-bottom:64px}@media (max-width:768px){.hey-henry-show.ct-elementor-default-template .elementor-top-section{padding-top:44px;padding-bottom:44px}}.hey-henry-show .feed-empty-ctas{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:8px}.hey-henry-show .feed-empty-cta.outline{background:0 0;border:1px solid rgba(242,111,101,.5);color:var(--coral,#f26f65)}.hey-henry-show .feed-empty-cta.outline:hover{background:rgba(242,111,101,.12);border-color:var(--coral,#f26f65);box-shadow:none}.hey-henry-sync-spinner{display:inline-block;width:16px;height:16px;margin-left:8px;vertical-align:middle;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:hey-henry-spin .7s linear infinite}@keyframes hey-henry-spin{to{transform:rotate(360deg)}}.hey-henry-sync-btn{display:inline-flex;align-items:center}.hey-henry-show .merch-slide{transition:transform .3s ease}.hey-henry-show .merch-slide:hover{transform:translateY(-5px)}.hey-henry-show .merch-figure{transition:box-shadow .3s ease}.hey-henry-show .merch-slide:hover .merch-figure{box-shadow:0 12px 28px rgba(0,0,0,.4)}.hey-henry-show .feed-rail .tile.yt .media .badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:rgba(242,111,101,.92);display:flex;align-items:center;justify-content:center;transition:transform .25s ease,background .25s ease}.hey-henry-show .feed-rail .tile.yt .media .badge::before{content:"";width:0;height:0;border-left:14px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent;margin-left:4px}.hey-henry-show .feed-rail .tile.yt:hover .media .badge{transform:translate(-50%,-50%) scale(1.12);background:var(--coral,#f26f65)}@media (prefers-reduced-motion:reduce){.hey-henry-sync-spinner{animation-duration:1.5s}.hey-henry-show .merch-figure,.hey-henry-show .merch-slide,.hey-henry-show .plogo{transition:none}.hey-henry-show .merch-slide:hover,.hey-henry-show .plogo:hover{transform:none}}.hey-henry-show .scrollcue{display:inline-flex;flex-direction:column;align-items:center;gap:6px;color:var(--cream,#f5f2ec);opacity:.9}.hey-henry-show .scrollcue .ln{background:var(--coral,#f26f65)!important;width:2px!important;animation:hey-henry-scroll-pulse 2s ease-in-out infinite}@keyframes hey-henry-scroll-pulse{0%,100%{transform:scaleY(.7);opacity:.5;transform-origin:top}50%{transform:scaleY(1);opacity:1;transform-origin:top}}.hey-henry-show .cta .cta-btn.solid,.hey-henry-show .hero .cta{min-height:52px;padding:14px 32px!important;font-size:.9rem;letter-spacing:.18em;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hey-henry-show .cta .cta-btn.solid:hover,.hey-henry-show .hero .cta:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(242,111,101,.38)}.hey-henry-show .about-cta-row,.hey-henry-show .ahero-cta-row{display:flex;gap:16px;flex-wrap:wrap}.hey-henry-show .about-body p,.hey-henry-show .auction-wrap p,.hey-henry-show .hero-sub p,.hey-henry-show body,.hey-henry-show p{color:#d9d4c8}.hey-henry-show h1,.hey-henry-show h2,.hey-henry-show h3,.hey-henry-show h4{color:var(--cream,#f5f2ec)}.hey-henry-show .feed-empty-sub,.hey-henry-show .muted,.hey-henry-show .src,.hey-henry-show .sub{color:#9a9082}.hey-henry-show.ct-elementor-default-template .elementor-top-section+.elementor-top-section{position:relative}.hey-henry-show.ct-elementor-default-template .elementor-top-section+.elementor-top-section::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--coral,#f26f65),transparent);opacity:.5}.hey-henry-show .ahero-stat b,.hey-henry-show .impact-stat .stat-num,.hey-henry-show .road-raised{color:var(--coral,#f26f65)!important;font-weight:800;text-shadow:0 0 30px rgba(242,111,101,.25)}@media (max-width:640px){.hey-henry-show .feed-rail .tile{min-height:44px}.hey-henry-show .feed-rail .tile .meta h4{font-size:.95rem}}.hey-henry-purge-btn{transition:background .2s ease,color .2s ease,border-color .2s ease!important}.hey-henry-purge-btn:hover{background:#d63638!important;color:#fff!important;border-color:#d63638!important}.hey-henry-show .feed-rail .tile .media img,.hey-henry-show .merch-figure img,.hey-henry-show .plogo img{transition:opacity .3s ease}.hey-henry-show .feed-rail .tile .media img[loading=lazy]:not([src]){opacity:0}@media (prefers-reduced-motion:reduce){.hey-henry-show .scrollcue .ln{animation:none}.hey-henry-show .cta .cta-btn.solid,.hey-henry-show .feed-rail .tile .media img,.hey-henry-show .hero .cta,.hey-henry-show .merch-figure img{transition:none}.hey-henry-show .cta .cta-btn.solid:hover,.hey-henry-show .hero .cta:hover{transform:none}}.hey-henry-show .ahero-progress,.hey-henry-show .progress-bar,.hey-henry-show .road-bar{position:relative;overflow:hidden;background:rgba(245,242,236,.08)!important;border-radius:999px}.hey-henry-show .ahero-progress>i,.hey-henry-show .ahero-progress>span,.hey-henry-show .progress-fill,.hey-henry-show .road-fill{background:linear-gradient(90deg,#d24c41 0,#f26f65 60%,#ff8a7e 100%)!important;border-radius:999px;position:relative;overflow:hidden;transition:width 1.2s cubic-bezier(.4, 0, .2, 1)}.hey-henry-show .progress-fill::after,.hey-henry-show .road-fill::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:translateX(-100%);animation:hey-henry-shimmer 3s ease-in-out infinite}@keyframes hey-henry-shimmer{0%{transform:translateX(-100%)}100%,60%{transform:translateX(200%)}}.hey-henry-show .hero h1 .coral,.hey-henry-show .hero h1 .hl{position:relative;display:inline-block}.hey-henry-show .hero h1 .hl::after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:var(--coral,#f26f65);transform:scaleX(0);transform-origin:left;animation:hey-henry-underline 1.2s ease-out .6s forwards}@keyframes hey-henry-underline{to{transform:scaleX(1)}}.hey-henry-show .auc-card,.hey-henry-show .auction-card,.hey-henry-show .road-grid .ms{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.hey-henry-show .auc-card:hover,.hey-henry-show .auction-card:hover,.hey-henry-show .road-grid .ms:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.5);border-color:rgba(242,111,101,.4)!important}.hey-henry-show .feed-rail .tile.yt .sub>span:last-child{display:inline-flex;align-items:center;gap:5px;color:var(--coral,#f26f65);font-weight:600;letter-spacing:.03em;text-transform:uppercase;font-size:.7rem}.hey-henry-show .feed-rail .tile.yt .sub>span:last-child::before{content:"▶";font-size:.6rem;transition:transform .2s ease}.hey-henry-show .feed-rail .tile.yt:hover .sub>span:last-child::before{transform:translateX(2px)}.hey-henry-show .ahero .cta-btn.solid,.hey-henry-show .auction .cta-btn.solid,.hey-henry-show a[href*="alt.xyz"]{box-shadow:0 0 0 0 rgba(242,111,101,.5);animation:hey-henry-glow-pulse 2.5s ease-in-out infinite}@keyframes hey-henry-glow-pulse{0%,100%{box-shadow:0 0 0 0 rgba(242,111,101,.4)}50%{box-shadow:0 0 24px 4px rgba(242,111,101,.25)}}.wrap .hey-henry-sync-history,.wrap table.widefat.striped{border-radius:4px;overflow:hidden}.wrap table.widefat.striped thead th{background:#f26f65!important;color:#fff!important;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.wrap table.widefat.striped tbody tr:hover{background:rgba(242,111,101,.06)!important}@media (prefers-reduced-motion:reduce){.hey-henry-show .ahero-progress>i,.hey-henry-show .progress-fill,.hey-henry-show .road-fill{transition:none}.hey-henry-show .progress-fill::after,.hey-henry-show .road-fill::after{animation:none;display:none}.hey-henry-show .hero h1 .hl::after{animation:none;transform:scaleX(1)}.hey-henry-show .ahero .cta-btn.solid,.hey-henry-show .auction .cta-btn.solid,.hey-henry-show a[href*="alt.xyz"]{animation:none;box-shadow:none}}.hey-henry-show #burger,.hey-henry-show .burger,.hey-henry-show [class*=burger]{position:relative;transition:color .2s ease}.hey-henry-show .burger:hover,.hey-henry-show [class*=burger]:hover{color:var(--coral,#f26f65)}.hey-henry-show .burger::after,.hey-henry-show [class*=burger]::after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:var(--coral,#f26f65);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.hey-henry-show .burger:hover::after,.hey-henry-show [class*=burger]:hover::after{transform:scaleX(1);transform-origin:left}.hey-henry-show .foot-bot,.hey-henry-show .foot-top,.hey-henry-show footer{gap:28px}.hey-henry-show .foot-nav a,.hey-henry-show footer a{transition:color .2s ease;position:relative}.hey-henry-show .foot-nav a:hover,.hey-henry-show footer a:hover{color:var(--coral,#f26f65)!important}.hey-henry-show .foot-nav a::after,.hey-henry-show footer .foot-bot a::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background:var(--coral,#f26f65);transform:scaleX(0);transition:transform .25s ease}.hey-henry-show .foot-nav a:hover::after,.hey-henry-show footer .foot-bot a:hover::after{transform:scaleX(1)}.hey-henry-show .foot-bot,.hey-henry-show .foot-bot a{font-size:.8rem;letter-spacing:.04em}@media (max-width:880px){.hey-henry-show #burger,.hey-henry-show .burger,.hey-henry-show [class*=burger]{min-width:48px;min-height:48px;display:inline-flex;align-items:center;justify-content:center}.hey-henry-show .foot-nav a,.hey-henry-show footer a{padding:8px 4px;display:inline-block}}.hey-henry-show .feed-rail .tile .meta h4{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hey-henry-show .elementor-location-header img[class*=logo],.hey-henry-show .ld-logo,.hey-henry-show img[src*=logo]{animation:hey-henry-logo-in .8s ease-out}@keyframes hey-henry-logo-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hey-henry-show #menu a,.hey-henry-show .menu-body a{position:relative;transition:color .25s ease,transform .25s ease}.hey-henry-show #menu a:hover,.hey-henry-show .menu-body a:hover{color:var(--coral,#f26f65)!important;transform:translateX(6px)}.hey-henry-show #menu a::before,.hey-henry-show .menu-body a::before{content:"";position:absolute;left:-14px;top:50%;transform:translateY(-50%) scaleX(0);width:8px;height:2px;background:var(--coral,#f26f65);transition:transform .25s ease;transform-origin:left}.hey-henry-show #menu a:hover::before,.hey-henry-show .menu-body a:hover::before{transform:translateY(-50%) scaleX(1)}@media (min-width:881px){.hey-henry-show .feed-rail .tile{box-shadow:0 4px 12px rgba(0,0,0,.25)}}@media (max-width:880px){.hey-henry-show .scrollcue::after{content:"⌄";display:block;font-size:1.4rem;line-height:.5;color:var(--coral,#f26f65);animation:hey-henry-chevron-bounce 1.8s ease-in-out infinite;margin-top:2px}@keyframes hey-henry-chevron-bounce{0%,100%{transform:translateY(0);opacity:.6}50%{transform:translateY(4px);opacity:1}}}.wrap .page-title-action[style*=f26f65]:hover{background:#e05a50!important;border-color:#e05a50!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(242,111,101,.35);transition:transform .15s ease,box-shadow .2s ease,background .2s ease}@media (prefers-reduced-motion:reduce){.hey-henry-show #menu a::before,.hey-henry-show .burger::after,.hey-henry-show .foot-nav a::after,.hey-henry-show .menu-body a::before,.hey-henry-show [class*=burger]::after,.hey-henry-show footer .foot-bot a::after{transition:none;transform:none}.hey-henry-show .ld-logo,.hey-henry-show .scrollcue::after,.hey-henry-show img[src*=logo]{animation:none}.hey-henry-show #menu a:hover,.hey-henry-show .menu-body a:hover{transform:none}}.hey-henry-show .hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 50% 40%,transparent 30%,rgba(7,7,8,.55) 100%)}.hey-henry-show .hero::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");background-size:200px 200px;mix-blend-mode:overlay}.hey-henry-show .hero .scrollcue,.hey-henry-show .hero .wrap,.hey-henry-show .hero-inner{position:relative;z-index:3}.hey-henry-show .partners{position:relative;background:linear-gradient(180deg,transparent,rgba(7,7,8,.4) 30%,rgba(7,7,8,.4) 70%,transparent)}.hey-henry-show .partners-row{position:relative;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.hey-henry-show .partners-label{position:relative}.hey-henry-show .partners-label::after{content:"";display:block;width:40px;height:1px;background:var(--coral,#f26f65);margin:6px auto 0;opacity:.6}.hey-henry-show .cta,.hey-henry-show .cta-banner{position:relative;overflow:hidden}.hey-henry-show .cta-banner::before,.hey-henry-show .cta::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.06;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");mix-blend-mode:overlay}.hey-henry-show .cta .wrap,.hey-henry-show .cta-banner .wrap{position:relative;z-index:1}.hey-henry-show .about-hero h1 .hl,.hey-henry-show .about-hero h2 .hl,.hey-henry-show .ahero h1 .hl,.hey-henry-show .ahero h2 .hl{text-shadow:0 0 24px rgba(242,111,101,.35),0 0 60px rgba(242,111,101,.15)}.hey-henry-show .about-hero-bg::after,.hey-henry-show .ahero-bg::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(7,7,8,.82) 0,rgba(7,7,8,.5) 50%,rgba(7,7,8,.3) 100%)}.hey-henry-badge-off,.hey-henry-badge-on{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:3px 8px;border-radius:3px;letter-spacing:.04em}.hey-henry-badge-on{background:rgba(0,163,42,.12);color:#00a32a;border:1px solid rgba(0,163,42,.3)}.hey-henry-badge-off{background:rgba(214,54,56,.1);color:#d63638;border:1px solid rgba(214,54,56,.25)}.hey-henry-dash-widget .hey-henry-sync-btn{transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.hey-henry-dash-widget .hey-henry-sync-btn:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(242,111,101,.4)}@media (prefers-reduced-motion:reduce){.hey-henry-show .cta-banner::before,.hey-henry-show .cta::before,.hey-henry-show .hero::after,.hey-henry-show .hero::before{display:none}.hey-henry-show .partners-row{mask-image:none;-webkit-mask-image:none}}.hey-henry-feed-stats.hey-henry-feed-stats-card{display:flex;flex-direction:column;gap:14px;padding:24px;background:rgba(245,242,236,.04);border:1px solid rgba(245,242,236,.1);border-radius:8px;max-width:420px}.hey-henry-feed-stats .hh-stats-row{display:flex;gap:16px}.hey-henry-feed-stats .hh-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;background:rgba(242,111,101,.08);border:1px solid rgba(242,111,101,.15);border-radius:6px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hey-henry-feed-stats .hh-stat:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(242,111,101,.25);border-color:var(--coral,#f26f65)}.hey-henry-feed-stats .hh-stat-num{font-family:Anton,sans-serif;font-size:2.4rem;line-height:1;color:var(--coral,#f26f65);font-weight:400}.hey-henry-feed-stats .hh-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--cream,#f5f2ec);opacity:.8}.hey-henry-feed-stats .hh-stats-latest{display:flex;align-items:center;gap:8px;padding:12px 14px;background:rgba(0,0,0,.25);border-radius:4px;text-decoration:none;font-size:.85rem;transition:background .2s ease}.hey-henry-feed-stats .hh-stats-latest:hover{background:rgba(242,111,101,.15)}.hey-henry-feed-stats .hh-stats-latest-label{font-weight:700;color:var(--coral,#f26f65);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;flex-shrink:0}.hey-henry-feed-stats .hh-stats-latest-title{color:var(--cream,#f5f2ec);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hey-henry-feed-stats.hey-henry-feed-stats-inline{display:inline-flex;align-items:center;gap:18px;padding:10px 18px;background:rgba(245,242,236,.04);border:1px solid rgba(245,242,236,.1);border-radius:999px}.hey-henry-feed-stats.hey-henry-feed-stats-inline .hh-stats-row{gap:14px}.hey-henry-feed-stats.hey-henry-feed-stats-inline .hh-stat{flex-direction:row;gap:6px;padding:0;background:0 0;border:none}.hey-henry-feed-stats.hey-henry-feed-stats-inline .hh-stat-num{font-size:1.3rem}.hey-henry-feed-stats.hey-henry-feed-stats-inline .hh-stat-label{font-size:.65rem}.hey-henry-feed-stats.hey-henry-feed-stats-inline .hh-stats-latest{display:none}.hey-henry-show .road-grid .ms.ms-current::before,.hey-henry-show .road-grid .ms[data-status=current]::before{content:"CURRENT";position:absolute;top:-10px;left:16px;background:var(--coral,#f26f65);color:#fff;font-family:Anton,sans-serif;font-size:.6rem;letter-spacing:.15em;padding:3px 10px;border-radius:2px;z-index:2}.hey-henry-show .road-grid .ms .ms-status-badge{display:inline-block;font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;padding:2px 8px;border-radius:2px;margin-bottom:8px;font-weight:700}.hey-henry-show .road-grid .ms .ms-status-badge.completed{background:rgba(0,163,42,.15);color:#4ab866;border:1px solid rgba(0,163,42,.3)}.hey-henry-show .road-grid .ms .ms-status-badge.upcoming{background:rgba(245,242,236,.06);color:var(--cream,#f5f2ec);opacity:.6;border:1px solid rgba(245,242,236,.12)}.hey-henry-show .elementor-top-section+.elementor-top-section{position:relative}.hey-henry-show .elementor-top-section+.elementor-top-section::before{content:"";position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:120px;height:1px;background:linear-gradient(90deg,transparent,var(--coral,#f26f65) 50%,transparent);opacity:.4}.hey-henry-show .merch-slide[data-badge]::before{content:attr(data-badge);position:absolute;top:12px;left:12px;background:var(--coral,#f26f65);color:#fff;font-family:Anton,sans-serif;font-size:.65rem;letter-spacing:.15em;padding:4px 10px;border-radius:2px;z-index:2;pointer-events:none}.hey-henry-show .merch-slide{position:relative}.hey-henry-show .feed-rail .tile.yt .media[data-duration]::after{content:attr(data-duration);position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.8);color:#fff;font-size:.7rem;font-weight:600;padding:2px 6px;border-radius:2px;z-index:2;pointer-events:none}@media (prefers-reduced-motion:reduce){.hey-henry-feed-stats .hh-stat,.hey-henry-feed-stats .hh-stats-latest{transition:none}.hey-henry-feed-stats .hh-stat:hover{transform:none;box-shadow:none}}.hey-henry-show [tabindex]:focus-visible,.hey-henry-show a:focus-visible,.hey-henry-show button:focus-visible,.hey-henry-show input:focus-visible,.hey-henry-show select:focus-visible,.hey-henry-show textarea:focus-visible{outline:2px solid var(--coral,#f26f65)!important;outline-offset:3px;border-radius:2px}.hey-henry-show .feed-rail .tile:focus-visible{outline:2px solid var(--coral,#f26f65)!important;outline-offset:4px;box-shadow:0 0 0 6px rgba(242,111,101,.2)}.hey-henry-show .cta .cta-btn:focus-visible,.hey-henry-show .feed-empty-cta:focus-visible,.hey-henry-show .hero .cta:focus-visible{outline:3px solid var(--coral,#f26f65)!important;outline-offset:3px}.hey-henry-show .hero h1{animation:hey-henry-hero-slide-up .8s ease-out}.hey-henry-show .hero .eyebrow,.hey-henry-show .hero .hero-sub{animation:hey-henry-hero-slide-up .8s ease-out .2s both}.hey-henry-show .hero .cta{animation:hey-henry-hero-slide-up .8s ease-out .4s both}@keyframes hey-henry-hero-slide-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hey-henry-show .hero .stat b::after{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--coral,#f26f65);margin-left:6px;vertical-align:middle;animation:hey-henry-pulse 2s ease-in-out infinite}.hey-henry-show .feed-rail .tile.yt .media[data-duration]::after{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@media (prefers-reduced-motion:reduce){.hey-henry-show .hero .cta,.hey-henry-show .hero .eyebrow,.hey-henry-show .hero .hero-sub,.hey-henry-show .hero h1{animation:none}.hey-henry-show .hero .stat b::after{animation:none}}@media (max-width:880px){.hey-henry-show #hdr.elementor-top-section,.hey-henry-show .elementor-location-header .elementor-top-section{position:relative!important}.hey-henry-show .elementor-location-header .elementor-column:last-child,.hey-henry-show .elementor-location-header .elementor-column:last-child .elementor-widget,.hey-henry-show .elementor-location-header .elementor-column:last-child .elementor-widget-wrap{position:static!important}.hey-henry-show .elementor-location-header #burger,.hey-henry-show .elementor-location-header .burger,.hey-henry-show .elementor-location-header [class*=burger]{position:absolute!important;top:50%!important;left:auto!important;right:clamp(14px,5vw,24px)!important;transform:translateY(-50%)!important;margin:0!important;z-index:20!important;min-width:48px!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;padding:8px 4px!important}@media (max-width:380px){.hey-henry-show .elementor-location-header #burger,.hey-henry-show .elementor-location-header .burger,.hey-henry-show .elementor-location-header [class*=burger]{right:14px!important}}.hey-henry-show .elementor-location-header .elementor-column:first-child{width:60%!important;flex:0 0 60%!important;padding-right:56px!important}.hey-henry-show .elementor-location-header .burger .txt{display:none!important}}.hey-henry-show .feed-rail .tile.yt .media,.hey-henry-show .tile.yt .media{position:relative}.hey-henry-show .play-glyph{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);width:60px;height:60px;border-radius:999px;background:rgba(242,111,101,.92);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease,transform .25s ease;box-shadow:0 8px 24px rgba(0,0,0,.45);pointer-events:none;z-index:2}.hey-henry-show .play-glyph svg{width:26px;height:26px;margin-left:3px}.hey-henry-show .tile.yt:focus-within .play-glyph,.hey-henry-show .tile.yt:hover .play-glyph{opacity:1;transform:translate(-50%,-50%) scale(1)}@media (hover:none){.hey-henry-show .play-glyph{opacity:.85;transform:translate(-50%,-50%) scale(1)}}.hey-henry-show .tile.ig,.hey-henry-show .tile.yt{transition:transform .3s ease,box-shadow .3s ease;will-change:transform}.hey-henry-show .tile.ig:hover,.hey-henry-show .tile.yt:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.5),0 0 0 2px rgba(242,111,101,.55)}.hey-henry-show .tile.ig .media img,.hey-henry-show .tile.yt .media img{transition:transform .5s cubic-bezier(.2, .8, .2, 1)}.hey-henry-show .tile.ig:hover .media img,.hey-henry-show .tile.yt:hover .media img{transform:scale(1.06)}.hey-henry-show .hero .scroll,.hey-henry-show .hero .scroll-cue,.hey-henry-show .hero [class*=scroll-cue]{opacity:.85!important;color:#f26f65!important;animation:hh-scroll-bounce 2.2s ease-in-out infinite}.hey-henry-show .hero .scroll svg,.hey-henry-show .hero [class*=scroll-cue] svg{stroke:#f26f65!important}@keyframes hh-scroll-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}.hey-henry-show .auction .eyebrow,.hey-henry-show .contact .eyebrow,.hey-henry-show .feed .eyebrow,.hey-henry-show .partners .eyebrow,.hey-henry-show .shop .eyebrow{position:relative;padding-bottom:10px;letter-spacing:.32em}.hey-henry-show .auction .eyebrow::after,.hey-henry-show .contact .eyebrow::after,.hey-henry-show .feed .eyebrow::after,.hey-henry-show .partners .eyebrow::after,.hey-henry-show .shop .eyebrow::after{content:'';position:absolute;left:0;bottom:0;width:44px;height:2px;background:#f26f65;border-radius:2px}.hey-henry-show .contact .cta,.hey-henry-show .cta-banner .cta,.hey-henry-show .elementor-button a,.hey-henry-show .hero .cta,.hey-henry-show a.elementor-button{position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.hey-henry-show .contact .cta::before,.hey-henry-show .cta-banner .cta::before,.hey-henry-show .elementor-button a::before,.hey-henry-show .hero .cta::before,.hey-henry-show a.elementor-button::before{content:'';position:absolute;top:0;left:-120%;width:80%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-20deg);transition:left .6s ease;pointer-events:none}.hey-henry-show .contact .cta:hover::before,.hey-henry-show .cta-banner .cta:hover::before,.hey-henry-show .elementor-button a:hover::before,.hey-henry-show .hero .cta:hover::before,.hey-henry-show a.elementor-button:hover::before{left:120%}.hey-henry-show .contact .cta:hover,.hey-henry-show .cta-banner .cta:hover,.hey-henry-show .elementor-button a:hover,.hey-henry-show .hero .cta:hover,.hey-henry-show a.elementor-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(242,111,101,.4)}.hey-henry-show .partners .marquee,.hey-henry-show .partners .row,.hey-henry-show .partners [class*=track]{animation-play-state:running}.hey-henry-show .partners .marquee:hover,.hey-henry-show .partners .row:hover,.hey-henry-show .partners [class*=track]:hover{animation-play-state:paused}.hey-henry-show .partners .plogo img{transition:filter .3s ease,transform .3s ease}.hey-henry-show .partners .plogo:hover img{filter:brightness(1.15) drop-shadow(0 0 12px rgba(242, 111, 101, .5));transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.hey-henry-show .hero .scroll,.hey-henry-show .hero .scroll-cue,.hey-henry-show .hero [class*=scroll-cue]{animation:none}.hey-henry-show .contact .cta::before,.hey-henry-show .cta-banner .cta::before,.hey-henry-show .elementor-button a::before,.hey-henry-show .hero .cta::before,.hey-henry-show a.elementor-button::before{display:none}.hey-henry-show .tile.ig:hover,.hey-henry-show .tile.yt:hover{transform:none}.hey-henry-show .tile.ig:hover .media img,.hey-henry-show .tile.yt:hover .media img{transform:none}.hey-henry-show .partners .plogo:hover img{transform:none}}.hey-henry-show .feed-rail .tile{cursor:pointer}.hey-henry-show .feed-rail .feed-track.drag .tile{cursor:grabbing}.hey-henry-show #hdr.scrolled,.hey-henry-show .elementor-location-header .elementor-top-section.scrolled,.hey-henry-show .elementor-location-header.scrolled{background:rgba(10,10,11,.82)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hey-henry-show .feed-rail .feed-track{overscroll-behavior:contain}.hey-henry-show .road .road-video-overlay{position:absolute;inset:0;z-index:0;background:#0a0a0b;pointer-events:none;opacity:.55}.hey-henry-show .road .road-wrap{position:relative;z-index:1}.hey-henry-show .hero .scrollcue{position:absolute!important;z-index:3}.hey-henry-show a.bid-link:link,.hey-henry-show a.bid-link:visited,.hey-henry-show a.btn:link,.hey-henry-show a.btn:visited,.hey-henry-show a.flink:link,.hey-henry-show a.flink:visited,.hey-henry-show a.menu-about:link,.hey-henry-show a.menu-about:visited,.hey-henry-show a.menu-auction:link,.hey-henry-show a.menu-auction:visited,.hey-henry-show a.mp-submit:link,.hey-henry-show a.mp-submit:visited,.hey-henry-show a.ms-link:link,.hey-henry-show a.ms-link:visited,.hey-henry-show a.ogp-link:link,.hey-henry-show a.ogp-link:visited,.hey-henry-show a.partner-cta:link,.hey-henry-show a.partner-cta:visited,.hey-henry-show a.rt-btn:link,.hey-henry-show a.rt-btn:visited,.hey-henry-show a.submit-btn:link,.hey-henry-show a.submit-btn:visited{color:#f26f65!important}.hey-henry-show .btn,.hey-henry-show .burger .txt,.hey-henry-show .close,.hey-henry-show .flink,.hey-henry-show .ld-txt,.hey-henry-show .menu-about,.hey-henry-show .menu-auction,.hey-henry-show .menu-foot .tag,.hey-henry-show .menu-intro,.hey-henry-show .mp-submit,.hey-henry-show .ogp-link,.hey-henry-show .partner-cta,.hey-henry-show .socials a,.hey-henry-show .submit-btn{font-family:Archivo,sans-serif!important;font-weight:700!important}.hey-henry-show .match-panel .mp-checkbox,.hey-henry-show .match-panel .mp-checkbox span,.hey-henry-show .match-panel .mp-eyebrow,.hey-henry-show .match-panel .mp-field input,.hey-henry-show .match-panel .mp-field input::placeholder,.hey-henry-show .match-panel .mp-field label,.hey-henry-show .match-panel .mp-intro,.hey-henry-show .match-panel .mp-note,.hey-henry-show .match-panel .mp-submit,.hey-henry-show .match-panel .mp-submit .arr,.hey-henry-show .match-panel .mp-title{color:#0a0a0b!important}.hey-henry-show .match-panel .mp-eyebrow,.hey-henry-show .match-panel .mp-note{opacity:.6}.hey-henry-show .match-panel .mp-intro{opacity:.85}.hey-henry-show .match-panel .mp-submit,.hey-henry-show .match-panel .mp-submit .arr{color:#f5f2ec!important}.hey-henry-show .menu-intro{color:#f26f65!important}@media (max-width:880px){.hey-henry-show .auc-card,.hey-henry-show .cardframe{max-height:620px!important;overflow:hidden!important}.hey-henry-show .auc-card .cardframe iframe,.hey-henry-show .auc-card iframe,.hey-henry-show .cardframe iframe{height:620px!important;max-height:620px!important;pointer-events:none!important}}.hey-henry-show .auc-card .cardframe{padding-top:8px}.hey-henry-show .bid-link,.hey-henry-show a.bid-link:link,.hey-henry-show a.bid-link:visited{background:0 0!important;background-color:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;display:inline-flex!important}.hey-henry-show .auc-partner img,.hey-henry-show .auc-partner-inner img{height:28px!important;width:auto!important;max-height:28px!important;max-width:none!important;object-fit:contain!important}.hey-henry-show .row-label{font-family:Anton,sans-serif!important;color:#f5f2ec!important;font-weight:400!important;letter-spacing:.01em!important;line-height:.92!important;text-transform:uppercase!important}.hey-henry-show .row-label .hl{color:#f26f65!important}@media (max-width:640px){.hey-henry-show .row-head{justify-content:center!important;text-align:center!important}.hey-henry-show .row-label{text-align:center!important;width:100%!important}}.hey-henry-show .about-statement,.hey-henry-show .ahero-h1,.hey-henry-show .auc-title,.hey-henry-show .contact-head h2,.hey-henry-show .cta h2,.hey-henry-show .feed-head h2,.hey-henry-show .mp-title,.hey-henry-show .sec-head h2,.hey-henry-show .shop-title,.hey-henry-show .show-copy h3{letter-spacing:.01em!important;line-height:.92!important}.hey-henry-show .hero h1,.hey-henry-show .hero h1 .ln b,.hey-henry-show .hero h1 b{letter-spacing:.01em!important;line-height:.92!important}.hey-henry-show .scrollcue{position:absolute!important;bottom:26px;left:50%;transform:translateX(-50%);z-index:2;display:flex!important;flex-direction:column;align-items:center;gap:8px;color:var(--muted,#8e8980)!important;opacity:1!important}.hey-henry-show .scrollcue .ln{width:1px!important;height:42px!important;background:linear-gradient(var(--coral,#f26f65),transparent)!important;animation:drop 1.8s ease-in-out infinite!important}@keyframes drop{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}.hey-henry-show .scrollcue span{font-size:.6rem!important;letter-spacing:.3em!important;text-transform:uppercase!important;color:var(--muted,#8e8980)!important}@media (max-width:640px){.hey-henry-show .scrollcue{bottom:16px!important}.hey-henry-show .scrollcue .ln{height:32px!important}}.hey-henry-show .scrollcue::after{content:none!important;display:none!important}@keyframes hey-henry-scroll-pulse{0%,100%{transform:none;opacity:1}50%{transform:none;opacity:1}}.hey-henry-show .match-panel .mp-submit:hover,.hey-henry-show .match-panel .mp-submit:hover .arr{background:#fff!important;color:#0a0a0b!important;-webkit-text-fill-color:#0a0a0b!important;transform:translateY(-3px)!important}.hey-henry-show .match-panel .mp-submit:hover .arr{transform:translateX(5px)!important}.hey-henry-show .contact .submit-btn,.hey-henry-show .submit-btn,.hey-henry-show form .submit-btn{display:inline-flex!important;align-items:center!important;gap:12px!important;background:var(--coral,#f26f65)!important;background-color:var(--coral,#f26f65)!important;color:#0a0a0b!important;border:0!important;padding:17px 38px!important;font-family:Archivo,sans-serif!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:.78rem!important;cursor:pointer!important;transition:transform .3s,background .3s!important;line-height:1!important}.hey-henry-show .submit-btn:hover,.hey-henry-show form .submit-btn:hover{transform:translateY(-3px)!important;background:#fff!important;background-color:#fff!important;color:#0a0a0b!important}.hey-henry-show .submit-btn .arr{transition:transform .3s!important}.hey-henry-show .submit-btn:hover .arr{transform:translateX(5px)!important}@media (max-width:640px){.hey-henry-show .submit-btn{width:100%!important;justify-content:center!important}}.hey-henry-show .bid-link,.hey-henry-show .match-link,.hey-henry-show .menu-about,.hey-henry-show .menu-auction,.hey-henry-show .shop-all{font-family:Anton,sans-serif!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;line-height:1!important}.hey-henry-show .about-statement,.hey-henry-show .ahero-h1,.hey-henry-show .auc-title,.hey-henry-show .cards-row .slab .center .hh,.hey-henry-show .contact-head h2,.hey-henry-show .cta h2,.hey-henry-show .ep .thumb .epnum,.hey-henry-show .feed-head h2,.hey-henry-show .figframe .badge,.hey-henry-show .hero h1,.hey-henry-show .hero h1 .ln b,.hey-henry-show .hero h1 b,.hey-henry-show .mp-title,.hey-henry-show .row-label,.hey-henry-show .sec-head h2,.hey-henry-show .shop-title,.hey-henry-show .show-copy h3,.hey-henry-show .slab .grade,.hey-henry-show .vault .ticker span,.hey-henry-show h1.display{font-weight:700!important}.hey-henry-show .menu-nav a.menu-about,.hey-henry-show .menu-nav a.menu-auction{font-family:Archivo,sans-serif!important;font-weight:700!important;letter-spacing:.2em!important;font-size:.82rem!important;text-transform:uppercase!important;-webkit-text-stroke:0!important;color:#f26f65!important;border-bottom:1px solid rgba(242,111,101,.45)!important;padding-bottom:4px!important;width:max-content!important;margin-top:clamp(8px,1.4vh,12px)!important;line-height:1!important}.hey-henry-show .menu-nav a.partner-link+a.menu-auction{margin-top:clamp(20px,3vh,30px)!important}.hey-henry-show .menu-nav a.menu-about:hover,.hey-henry-show .menu-nav a.menu-auction:hover{color:#fff!important;border-color:#fff!important;-webkit-text-stroke:0!important;transform:none!important}.hey-henry-show .auc-mark{position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:clamp(120px,17vh,160px)!important;z-index:0!important;pointer-events:none!important;overflow:hidden!important}.hey-henry-show .auc-mark svg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important}.hey-henry-show .auc-mark-dot{animation:aucMktPulse 2.8s ease-in-out infinite}@keyframes aucMktPulse{0%,100%{fill-opacity:.5}50%{fill-opacity:.18}}@media (prefers-reduced-motion:reduce){.hey-henry-show .auc-mark-dot{animation:none!important}}.hey-henry-show .e-con.hero{min-height:100svh!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center;overflow:hidden;padding:0;gap:0}.hey-henry-show .e-con.hero-inner{display:block!important;width:100%;max-width:var(--maxw);margin:0 auto;padding:0 clamp(18px,4vw,48px);gap:0}.hey-henry-show img.hero-bg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;object-position:center 14%}.hey-henry-show .e-con.hero-sub{display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(20px,3vw,40px);padding:0}.hey-henry-show .e-con.stat{display:flex!important;flex-direction:column!important;gap:2px;padding:0 30px 0 0;width:max-content;max-width:100%}.hey-henry-show .e-con.stat:last-child{padding-right:0}.hey-henry-show .e-con.stat .e-paragraph-base{display:inline-block}.hey-henry-show .e-con.hero-ctas{display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:clamp(18px,3vw,38px);flex-wrap:wrap;margin-top:26px;padding:0}.hey-henry-show .e-con.scrollcue{position:absolute!important;bottom:26px;left:50%;transform:translateX(-50%);display:flex!important;flex-direction:column!important;align-items:center;gap:8px;width:auto;padding:0}.hey-henry-show .e-con.scrollcue .e-con.ln{width:1px!important;height:42px!important;min-height:0!important;padding:0;flex:0 0 auto}.hey-henry-show .e-button-base{background:0 0!important;border:0!important;border-radius:0!important;box-shadow:none!important;min-height:0!important}.hey-henry-show a.partner-cta.e-button-base{padding:6px 2px!important}@media (max-width:640px){.hey-henry-show .e-con.hero-sub{gap:0 16px}.hey-henry-show .e-con.stat{padding:0 14px 0 0}}.hey-henry-show .e-con.partners{display:block!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.partners-wrap{display:flex!important;align-items:center!important;gap:clamp(20px,5vw,56px)!important;flex-wrap:wrap!important;padding-top:26px!important;padding-bottom:26px!important}.hey-henry-show .e-con.partners-wrap .e-paragraph-base{display:inline-block!important}@media (max-width:640px){.hey-henry-show .e-con.partners-wrap{flex-direction:column!important;gap:16px!important;padding-top:22px!important;padding-bottom:22px!important}}.hey-henry-show .e-con.feed{display:block!important;position:relative;z-index:1;padding-top:clamp(46px,8vh,86px)!important;padding-bottom:clamp(50px,8vh,90px)!important;gap:0!important}.hey-henry-show .e-con.row-head{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:16px!important;margin-top:18px!important;padding:4px clamp(18px,4vw,48px) 0!important}.hey-henry-show .e-con.row-head .e-paragraph-base{display:inline-block}@media (max-width:640px){.hey-henry-show .e-con.row-head{margin-top:10px!important}}.hey-henry-show .e-con.shop{display:block!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.shop-wrap{display:block!important;position:relative;z-index:1;max-width:var(--maxw);margin-left:auto!important;margin-right:auto!important;padding:clamp(70px,12vh,150px) clamp(18px,4vw,48px)!important;gap:0!important}.hey-henry-show .e-con.shop-top{display:flex!important;align-items:center;justify-content:flex-start;gap:24px;flex-wrap:wrap;margin-bottom:clamp(34px,5vw,58px);padding:0!important}.hey-henry-show .e-con.shop-grid{display:grid!important;grid-template-columns:0.88fr 1.12fr!important;gap:clamp(34px,6vw,84px)!important;align-items:center;padding:0!important}.hey-henry-show .e-con.merch-card{display:flex!important;position:relative;justify-content:center;align-items:center;min-height:0!important;padding:0!important}.hey-henry-show .e-con.shop-copy{display:block!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.auc-actions{display:flex!important;align-items:center;gap:26px;flex-wrap:wrap;padding:0!important}.hey-henry-show a.bid-link.e-button-base{display:inline-flex!important;align-items:baseline!important;gap:10px!important;padding:0!important}@media (max-width:880px){.hey-henry-show .e-con.shop-top{flex-direction:column!important;align-items:flex-start;gap:14px;margin-bottom:36px}.hey-henry-show .e-con.shop-grid{grid-template-columns:1fr!important;gap:clamp(36px,7vw,52px)!important}}.hey-henry-show .e-con.auction{display:block!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.auction-wrap{display:block!important;position:relative;z-index:1;overflow:hidden;max-width:var(--maxw);margin-left:auto!important;margin-right:auto!important;padding:clamp(70px,12vh,150px) clamp(18px,4vw,48px) clamp(56px,8vh,78px)!important;gap:0!important}.hey-henry-show .e-con.auc-top{display:flex!important;position:relative;z-index:1;align-items:center;justify-content:flex-start;gap:24px;flex-wrap:wrap;margin-bottom:clamp(34px,5vw,58px);padding:0!important}.hey-henry-show .e-con.auc-grid{display:grid!important;position:relative;z-index:1;grid-template-columns:0.88fr 1.12fr!important;gap:clamp(34px,6vw,84px)!important;align-items:center;padding:0!important}.hey-henry-show .e-con.auc-copy{display:block!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.auction .e-con.auc-copy a.bid-link.e-button-base{display:inline-flex!important;align-items:baseline!important;gap:10px!important;padding:0!important;margin-top:24px!important}.hey-henry-show .e-con.auc-partner{display:block!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.auc-partner-inner{display:flex!important;position:relative;overflow:hidden;max-width:var(--maxw);margin-left:auto!important;margin-right:auto!important;padding:clamp(46px,7vh,74px) clamp(18px,4vw,48px)!important;flex-direction:column!important;align-items:center;gap:13px;text-align:center}.hey-henry-show .e-con.auc-partner-inner .e-image-base{display:flex!important;align-items:center;justify-content:center;padding:0;margin:0;position:relative;z-index:1}.hey-henry-show .e-con.auc-partner-inner .auc-partner-k.e-paragraph-base{position:relative;z-index:1}@media (max-width:880px){.hey-henry-show .e-con.auc-grid{grid-template-columns:1fr!important;gap:clamp(40px,8vw,56px)!important}.hey-henry-show .e-con.auc-top{flex-direction:column!important;align-items:flex-start;gap:18px;margin-bottom:36px}}.hey-henry-show .e-con.contact{display:block!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.contact-wrap{display:block!important;position:relative!important;z-index:1!important;padding-top:clamp(70px,12vh,150px)!important;padding-bottom:clamp(70px,12vh,150px)!important;gap:0!important}.hey-henry-show .e-con.contact-head{display:block!important;max-width:640px!important;margin-bottom:38px!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.contact-head .e-heading-base{display:block!important}@media (max-width:640px){.hey-henry-show .e-con.contact-head{margin-bottom:28px!important}}.hey-henry-show .e-con.loader-host{height:0!important;min-height:0!important;padding:0!important;margin:0!important;overflow:visible}.hey-henry-show .e-con.scrollcue .e-con.ln{min-width:0!important;max-width:1px!important;width:1px!important}.hey-henry-show .e-con.partners-wrap{align-items:center}.hey-henry-show .e-con.partners-wrap>.partners-label{flex:0 0 auto}.hey-henry-show .e-con.partners-wrap>.elementor-widget-hey-henry-marquee-track{flex:1 1 0;min-width:0;overflow:hidden}.hey-henry-show .auc-card:hover{transform:none!important;box-shadow:none!important}.hey-henry-show .e-con.auc-partner-inner .elementor-widget-html{position:static}.hey-henry-show .partners-track img[alt=UNRL]{height:clamp(15px,2.1vw,23px)!important;max-height:23px!important}.hey-henry-show .partners-track img[alt="Wiley X"]{height:clamp(32px,4.4vw,48px)!important;max-height:48px!important}.hey-henry-show .partners-track img[alt="Team Alpha Male"]{height:clamp(23px,3.1vw,34px)!important;max-height:34px!important}.hey-henry-show .partners-track img[alt=Baird]{height:clamp(30px,3.9vw,44px)!important;max-height:44px!important}.hey-henry-show .partners-track img[alt=ALT]{height:clamp(20px,2.8vw,30px)!important;max-height:30px!important}.hey-henry-show .plogo:hover{transform:none!important}.hey-henry-show .partners .plogo:hover img{transform:none!important}.hey-henry-show #feed>div:nth-of-type(3){margin-top:77px!important}@media (max-width:640px){.hey-henry-show .e-con.partners-wrap>.elementor-widget-hey-henry-marquee-track{flex:0 0 auto!important;width:100%!important;overflow:hidden}}@media (max-width:640px){.hey-henry-show .e-con.row-head{justify-content:flex-start!important;text-align:left!important}.hey-henry-show .e-con.row-head .row-label{text-align:left!important;width:auto!important}}.hey-henry-show .e-con.about-hero{position:relative!important;display:flex!important;align-items:center!important;min-height:100vh!important;min-height:100svh!important;overflow:hidden!important;padding:0!important}.hey-henry-show .e-con.about-inner{position:relative!important;z-index:2!important;width:100%!important;max-width:var(--maxw)!important;margin:0 auto!important;padding:130px clamp(18px,4vw,48px) 90px!important}.hey-henry-show .e-paragraph-base.about-eyebrow{display:inline-flex!important}.hey-henry-show .elementor-widget-hey-henry-about-bgvideo{position:absolute!important;inset:0!important}.hey-henry-show .e-con.how{display:block!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.how-wrap{display:block!important;max-width:var(--maxw);margin-left:auto!important;margin-right:auto!important;padding:clamp(60px,10vh,120px) clamp(18px,4vw,48px)!important;gap:0!important}.hey-henry-show .e-con.how-head{display:block!important;margin-bottom:clamp(34px,5vw,52px)!important;padding:0!important;gap:0!important}.hey-henry-show .e-con.how-head .auc-eyebrow.e-paragraph-base{display:inline-flex!important;align-items:center;gap:12px}.hey-henry-show .e-con.how-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:clamp(22px,3vw,40px)!important;padding:0!important}.hey-henry-show .e-con.how-step{display:block!important;border-top:2px solid var(--coral);padding-top:22px!important;gap:0!important}@media (max-width:880px){.hey-henry-show .e-con.how-grid{grid-template-columns:1fr!important;gap:20px!important}}.hey-henry-show .e-con.cta{position:relative!important;display:block!important;overflow:hidden!important;padding:0!important;gap:0!important;min-height:0!important}.hey-henry-show .e-con.cta .e-con.wrap{display:block!important;position:relative;z-index:1;text-align:center!important;max-width:1340px;margin-left:auto!important;margin-right:auto!important;padding:clamp(70px,12vh,150px) clamp(18px,4vw,48px)!important;gap:0!important;min-height:0!important}.hey-henry-show .e-con.cta .wrap>p.e-paragraph-base{margin:22px auto 36px!important}.hey-henry-show .e-con.cta .e-con.cta-actions{display:flex!important;gap:16px!important;justify-content:center!important;flex-wrap:wrap!important;padding:0!important;min-height:0!important}.hey-henry-show .cta a.cta-btn.e-button-base{border-radius:2px!important}.hey-henry-show .cta a.cta-btn.solid.e-button-base{min-height:52px!important}.hey-henry-show .cta a.cta-btn.ghostbtn.e-button-base{border:1px solid rgba(10,10,11,.4)!important}@media (min-width:881px){.hey-henry-show .cta a.cta-btn.ghostbtn.e-button-base{padding:15px 28px!important}}.hey-henry-show .cta a.cta-btn.ghostbtn.e-button-base:hover{border-color:#0a0a0b!important}.hey-henry-show .e-con.cta .ghost{position:absolute!important;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Anton,sans-serif;font-size:30vw;line-height:1;color:rgba(10,10,11,.06);text-transform:uppercase;pointer-events:none;white-space:nowrap;margin:0}@media (max-width:880px){.hey-henry-show .e-con.cta .e-con.cta-actions{flex-direction:column!important;gap:12px!important}.hey-henry-show .cta a.cta-btn.e-button-base{width:100%!important;text-align:center!important;justify-content:center!important}.hey-henry-show .cta a.cta-btn.ghostbtn.e-button-base{padding:14px 20px!important}}.hey-henry-show .e-con.how-step{padding-left:0!important;padding-right:0!important;padding-bottom:0!important}.hey-henry-show .e-con.how-step h3.e-heading-base{margin:12px 0 12px!important}.hey-henry-show .how-note.e-paragraph-base{margin-top:clamp(30px,4vw,48px)!important}.hey-henry-show .about-statement.e-heading-base{font-family:Archivo,sans-serif!important;font-weight:600!important;letter-spacing:-.01em!important;line-height:1.24!important}.hey-henry-show .e-con.how-step h3.e-heading-base{font-family:Anton,sans-serif!important;line-height:1!important}.hey-henry-show .e-con.how-step p.e-paragraph-base{color:#cfcabf!important}.hey-henry-show .how-note.e-paragraph-base{color:#cfcabf!important}.hey-henry-show .e-con.cta h2.e-heading-base{letter-spacing:normal!important;line-height:.9!important}.hey-henry-show .cta a.cta-btn.e-button-base{font-family:Archivo,sans-serif!important;font-weight:700!important;font-size:.78rem!important;letter-spacing:.16em!important}.hey-henry-show .cta a.cta-btn.e-button-base{padding:15px 28px!important;min-height:0!important}@media (max-width:640px){.hey-henry-show .e-con.about-inner{padding:120px 22px 70px!important}.hey-henry-show .about-statement.e-heading-base{font-size:clamp(1.5rem,7vw,2.15rem)!important;line-height:1.32!important}}@media (max-width:880px){.hey-henry-show .e-con.cta .e-con.cta-actions{flex-direction:row!important}.hey-henry-show .cta a.cta-btn.e-button-base{width:auto!important}}.hey-henry-show header.scrolled{background:rgba(10,10,11,.82)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--line)!important}.admin-bar.hey-henry-show #hdr,.admin-bar.hey-henry-show .elementor-location-header,.admin-bar.hey-henry-show header[data-elementor-type=header]{top:0!important}.hey-henry-show header.elementor-location-header.scrolled{background:0 0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important}.hey-henry-show #hdr.scrolled{background:rgba(10,10,11,.82)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--line)!important}.hey-henry-show .form-status,.hey-henry-show .mp-status{margin:14px 0 0;font-size:.95rem;line-height:1.45}.hey-henry-show .form-status.is-ok,.hey-henry-show .mp-status.is-ok{color:#1a7f43}.hey-henry-show .form-status.is-err,.hey-henry-show .mp-status.is-err{color:#c0392b}.hey-henry-show .mp-money{position:relative;display:block}.hey-henry-show .mp-money::before{content:"$";position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#0a0a0b;font-family:Archivo;font-size:.95rem;pointer-events:none}.hey-henry-show .mp-money input{padding-left:28px}.hey-henry-show .mp-result{text-align:center;padding:34px 0 6px;color:#0a0a0b}.hey-henry-show .mp-result-msg{font-family:Archivo;font-weight:700;font-size:1.15rem;line-height:1.4;margin:0 auto;max-width:46ch}.hey-henry-show .mp-result-close{margin-top:18px;display:inline-flex;align-items:center;gap:8px;background:#0a0a0b;color:#fff;border:0;cursor:pointer;font-family:Archivo;font-weight:700;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;padding:13px 26px;border-radius:2px;transition:transform .25s,background .25s,color .25s}.hey-henry-show .mp-result-close:hover{transform:translateY(-3px);background:#fff;color:#0a0a0b}.hey-henry-show .match-panel .mp-field input{background:rgba(22,22,26,.5)!important;border:1px solid rgba(245,242,236,.3)!important}.hey-henry-show .match-panel .mp-field input:focus{border-color:#f5f2ec!important;background:rgba(22,22,26,.36)!important}.hey-henry-show .field select{height:auto!important}.hey-henry-show .field select{line-height:normal!important}.hey-henry-show .field input,.hey-henry-show .field textarea{background:#1c1c21!important;border:1px solid rgba(245,242,236,.2)!important;color:var(--ink)!important}.hey-henry-show .field input:focus,.hey-henry-show .field textarea:focus{border-color:var(--coral)!important;background:#212126!important}.hey-henry-show .field input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.7;cursor:pointer}.hey-henry-show .auc-title b,.hey-henry-show .auc-title em,.hey-henry-show .auc-title span,.hey-henry-show .auc-title strong,.hey-henry-show .contact-head b,.hey-henry-show .contact-head em,.hey-henry-show .contact-head span,.hey-henry-show .contact-head strong,.hey-henry-show .row-label b,.hey-henry-show .row-label em,.hey-henry-show .row-label span,.hey-henry-show .row-label strong,.hey-henry-show .shop-title b,.hey-henry-show .shop-title em,.hey-henry-show .shop-title span,.hey-henry-show .shop-title strong{color:var(--coral)!important;font-weight:inherit;font-style:normal}.hey-henry-show .auc-copy p b,.hey-henry-show .auc-copy p em,.hey-henry-show .auc-copy p span,.hey-henry-show .auc-copy p strong,.hey-henry-show .shop-copy p b,.hey-henry-show .shop-copy p em,.hey-henry-show .shop-copy p span,.hey-henry-show .shop-copy p strong{color:#fff!important;font-weight:700!important;font-style:normal}.hey-henry-show .auc-copy p a{color:var(--coral)!important;border-bottom:1px solid rgba(242,111,101,.4);transition:color .25s}.hey-henry-show .auc-copy p a:hover{color:#fff!important}.hey-henry-show .bid-link span{display:inline-block!important;transition:transform .35s}.hey-henry-show .bid-link:hover span{transform:translateX(6px)}@media (max-width:880px){.hey-henry-show .auc-card .cardframe iframe,.hey-henry-show .auc-card iframe,.hey-henry-show .cardframe iframe{pointer-events:auto!important;touch-action:pan-y!important}}.hh-pledge-board{--panel:#141416;--muted:#cfcabf;--faint:#8b877f;--line2:rgba(245,242,236,.07);--maxw:1280px;--mono:ui-monospace,'SF Mono',SFMono-Regular,Menlo,Consolas,monospace}.hh-pledge-board[hidden]{display:none}.hh-pledge-board .pb-record{background:var(--bg2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hh-pledge-board .pb-record-wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(18px,4vw,48px);display:grid;grid-template-columns:repeat(6,1fr)}.hh-pledge-board .rcell{padding:clamp(26px,4vh,44px) clamp(10px,1.6vw,22px);border-right:1px solid var(--line2);position:relative}.hh-pledge-board .rcell:last-child{border-right:0}.hh-pledge-board .rcell .rk{font-size:.56rem;letter-spacing:.2em;text-transform:uppercase;color:var(--faint);margin-bottom:12px}.hh-pledge-board .rcell .rv{font-family:Anton,sans-serif;font-weight:400;font-size:clamp(1.5rem,2.8vw,2.4rem);line-height:.9}.hh-pledge-board .rcell.win .rv{color:var(--coral)}.hh-pledge-board .rcell .runit{font-family:var(--mono);font-size:.72rem;color:var(--muted);margin-top:8px;letter-spacing:.04em;font-variant-numeric:tabular-nums}@media(max-width:860px){.hh-pledge-board .pb-record-wrap{grid-template-columns:repeat(3,1fr)}.hh-pledge-board .rcell:nth-child(3n){border-right:0}.hh-pledge-board .rcell:nth-child(-n+3){border-bottom:1px solid var(--line2)}}@media(max-width:440px){.hh-pledge-board .pb-record-wrap{grid-template-columns:repeat(2,1fr)}.hh-pledge-board .rcell{border-right:1px solid var(--line2)!important;border-bottom:1px solid var(--line2)}.hh-pledge-board .rcell:nth-child(2n){border-right:0!important}}.hh-pledge-board .pb-climb{padding:clamp(56px,9vh,108px) 0;border-bottom:1px solid var(--line);position:relative}.hh-pledge-board .pb-wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(18px,4vw,48px)}.hh-pledge-board .shead{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:clamp(30px,5vh,56px)}.hh-pledge-board .shead .stitle{font-family:Anton,sans-serif!important;font-weight:400!important;text-transform:uppercase;font-size:clamp(2rem,5.2vw,4rem);line-height:.92}.hh-pledge-board .stitle .hl{color:var(--coral)}.hh-pledge-board .shead .skicker{font-size:.64rem;letter-spacing:.26em;text-transform:uppercase;font-weight:700;color:var(--coral);margin-bottom:14px}.hh-pledge-board .shead .snote{font-size:.84rem;color:var(--faint)!important;max-width:34ch;letter-spacing:.02em}.hh-pledge-board .ladder{display:flex;flex-direction:column;gap:clamp(8px,1.3vh,13px)}.hh-pledge-board .rung{position:relative;display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:center}@media(max-width:560px){.hh-pledge-board .rung{grid-template-columns:48px 1fr;gap:10px}}.hh-pledge-board .rung .rtime{font-family:var(--mono);font-size:.68rem;color:var(--faint)!important;text-align:right;letter-spacing:.02em}.hh-pledge-board .rung .rbar{position:relative;height:clamp(38px,5vh,52px);background:var(--panel);border:1px solid var(--line2);overflow:hidden}.hh-pledge-board .rung .fill{position:absolute;inset:0;width:var(--w,0%);transform-origin:left;transform:scaleX(0);transition:transform 1.1s cubic-bezier(.7,0,.2,1);background:linear-gradient(90deg,rgba(242,111,101,.22),rgba(242,111,101,.5))}.hh-pledge-board .rung.in .fill{transform:scaleX(1)}.hh-pledge-board .rung .rinfo{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:2}.hh-pledge-board .rung .rwho{font-size:.8rem;font-weight:600;color:var(--ink);letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-pledge-board .rung .ramt{font-family:var(--mono);font-size:.92rem;font-weight:700;color:var(--ink);font-variant-numeric:tabular-nums;padding-left:12px}.hh-pledge-board .rung.gold .rbar{border-color:var(--coral)}.hh-pledge-board .rung.gold .fill{background:linear-gradient(90deg,var(--coral),var(--coral-deep));box-shadow:0 0 34px rgba(242,111,101,.45)}.hh-pledge-board .rung.gold .ramt,.hh-pledge-board .rung.gold .rwho{color:#fff!important;font-weight:700}.hh-pledge-board .rung.gold .rtime{color:var(--coral)!important}.hh-pledge-board .climb-foot{margin-top:26px;font-family:var(--mono);font-size:.74rem;color:var(--faint);letter-spacing:.03em}@media(prefers-reduced-motion:reduce){.hh-pledge-board .rung .fill{transition:none;transform:scaleX(1)}}.hh-pledge-board{scroll-margin-top:120px}.pb-swapped{display:none!important}.hh-pledge-board .pb-notice-wrap{max-width:var(--maxw);margin:0 auto;padding:clamp(28px,4vh,44px) clamp(18px,4vw,48px) 0}.hh-pledge-board .pb-notice-wrap[hidden]{display:none}.hh-pledge-board .pb-notice{text-align:center;padding:26px clamp(18px,3vw,34px) 30px;background:rgba(242,111,101,.13);border:1px solid rgba(242,111,101,.34)}.hh-pledge-board .pb-notice-msg{font-family:Archivo,sans-serif;font-weight:700;font-size:1.15rem;line-height:1.4;margin:0 auto;max-width:46ch;color:var(--ink)}.hh-pledge-board .pb-notice-again{margin-top:18px;display:inline-flex;align-items:center;gap:8px;background:var(--coral);color:#0a0a0b;border:0;cursor:pointer;font-family:Archivo,sans-serif;font-weight:700;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;padding:13px 26px;border-radius:2px;transition:transform .25s,background .25s,color .25s}.hh-pledge-board .pb-notice-again:hover{transform:translateY(-3px);background:#fff;color:#0a0a0b}.hh-pledge-board .pb-record-wrap{grid-template-columns:repeat(3,1fr)}@media(max-width:440px){.hh-pledge-board .pb-record-wrap{grid-template-columns:repeat(2,1fr)}}.hey-henry-show .match-panel .mp-field.is-invalid input{border-color:#d24c41!important;box-shadow:0 0 0 1px rgba(210,76,65,.35)}.hey-henry-show .match-panel .mp-field-err{display:none;margin-top:6px;font-size:.72rem;font-weight:600;letter-spacing:.04em;color:#d24c41}.hey-henry-show .match-panel .mp-field.is-invalid .mp-field-err{display:block}.hey-henry-show .partners-track a[href*="alt.xyz"],.hey-henry-show .plogo a[href*="alt.xyz"]{animation:none!important;box-shadow:none!important}.hey-henry-show .mp-share{margin:20px 0 4px;padding-top:18px;border-top:1px solid rgba(10,10,11,.2)}.hey-henry-show .match-panel .mp-share-head{font-family:Anton,sans-serif!important;font-weight:400;text-transform:uppercase;font-size:clamp(1.35rem,3.6vw,1.9rem);line-height:1;letter-spacing:.01em;color:#0a0a0b!important;margin:0 0 12px}.hey-henry-show .match-panel .mp-share-amt{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:#0a0a0b!important;margin-bottom:14px;cursor:pointer}.hey-henry-show .mp-share-amt input{width:16px;height:16px;accent-color:#0a0a0b}.hey-henry-show .mp-share-btns{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.hey-henry-show .mp-share-ic{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:0 0;border:2px solid currentColor;cursor:pointer;text-decoration:none;transition:transform .2s,background .2s,color .2s}.hey-henry-show .mp-share-ic:hover{transform:translateY(-3px)}.hey-henry-show .mp-share-ic svg{display:block}.hey-henry-show .mp-share-ic.x{color:#0a0a0b!important}.hey-henry-show .mp-share-ic.x:hover{background:#0a0a0b;color:#fff!important}.hey-henry-show .mp-share-ic.fb{color:#1877f2!important}.hey-henry-show .mp-share-ic.fb:hover{background:#1877f2;color:#fff!important}.hey-henry-show .mp-share-ic.copy{color:#0a0a0b!important}.hey-henry-show .mp-share-ic.copy:hover{background:#0a0a0b;color:#fff!important}.hey-henry-show .mp-share-ic.ig{border-color:transparent;color:#c1338a!important;background:linear-gradient(#f0695f,#f0695f) padding-box,linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4) border-box}.hey-henry-show .mp-share-ic.ig:hover{color:#fff!important;background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4) padding-box,linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4) border-box}.hey-henry-show .mp-share-ic.copied{color:#1a7f37!important}@media(max-width:440px){.hey-henry-show .mp-share-btns{gap:12px}}.hey-henry-show .mp-share-ic.ig{display:none}.hey-henry-show .mp-result-close{display:none}