@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:wght@400;600;700;900&display=swap');
:root{--red:#e10d16;--ink:#070709;--panel:#101014;--line:#29292e;--muted:#a0a0a7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:#fff;font-family:'Barlow Condensed',Arial,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:90;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.boot{position:fixed;inset:0;background:#050506;z-index:100;display:grid;place-content:center;text-align:center;transition:.75s cubic-bezier(.7,0,.2,1)}.boot.hide{transform:translateY(-105%)}.boot-mark{font:5rem/.8 Anton}.boot-mark span{color:var(--red);display:block;font-size:2rem}.boot-line{width:260px;height:3px;background:#222;margin:28px auto 14px;overflow:hidden}.boot-line:after{content:"";display:block;width:45%;height:100%;background:var(--red);animation:load 1.1s infinite}@keyframes load{from{transform:translateX(-120%)}to{transform:translateX(240%)}}.boot p{letter-spacing:.35em;color:#777;font-weight:700}header{height:84px;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:#08080af2;border-top:3px solid var(--red);border-bottom:1px solid #202024;backdrop-filter:blur(16px)}.brand{display:grid;grid-template-columns:auto auto;align-items:center;text-decoration:none;color:#fff;font:1.7rem/.8 Anton}.brand .crown{color:var(--red);grid-row:1/3;margin-right:8px}.brand small{grid-column:2;font:600 .58rem 'Barlow Condensed';letter-spacing:.28em;color:#aaa;margin-top:7px}nav{display:flex;gap:27px}nav a{color:#aaa;text-decoration:none;font-weight:900;letter-spacing:.13em;font-size:.86rem;transition:.2s}nav a:hover,nav a.active{color:#fff;text-shadow:3px 3px 0 var(--red)}.menu{display:none;background:none;border:0;color:#fff;font-size:1.6rem}.home-hero{min-height:calc(100svh - 84px);position:relative;display:grid;place-items:center;overflow:hidden;text-align:center;background:radial-gradient(circle at 50% 45%,#43080e 0,#170609 22%,#08080a 58%,#050506 100%)}.home-hero:before{content:"";position:absolute;inset:-20%;background:repeating-conic-gradient(from 0deg at 50% 50%,transparent 0deg 7deg,#ffffff08 8deg 9deg);animation:spin 40s linear infinite}.home-hero:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 4px,#0003 5px 6px);pointer-events:none}@keyframes spin{to{transform:rotate(360deg)}}.hero-center{z-index:2;display:grid;place-items:center;padding:45px 20px}.issue,.eyebrow{display:inline-block;background:var(--red);padding:5px 10px;transform:skew(-8deg);font-weight:900;letter-spacing:.16em;font-size:.76rem}.logo-stage{position:relative;width:min(50vw,480px);aspect-ratio:1;margin:20px auto 5px;display:grid;place-items:center}.logo-stage:before,.logo-stage:after{content:"";position:absolute;border:1px solid #e10d1655;inset:4%;transform:rotate(45deg);animation:pulse 2.8s ease-in-out infinite}.logo-stage:after{inset:14%;animation-delay:.5s}@keyframes pulse{50%{transform:rotate(45deg) scale(1.08);box-shadow:0 0 45px #e10d1644}}.logo-stage img{width:76%;height:76%;object-fit:cover;clip-path:polygon(50% 0,95% 18%,100% 72%,50% 100%,0 72%,5% 18%);filter:drop-shadow(0 0 30px #e10d1677);animation:float 4s ease-in-out infinite}@keyframes float{50%{transform:translateY(-9px) scale(1.015)}}.home-hero h1{font:clamp(4rem,8vw,8rem)/.8 Anton;margin:10px 0 8px;text-shadow:6px 6px 0 #000}.home-hero h1 span{color:var(--red)}.home-hero p{font-size:1.25rem;color:#aaa;max-width:620px}.actions{display:flex;justify-content:center;gap:12px;margin:25px 0}.btn{display:inline-block;background:#111;color:#fff;border:2px solid #3b3b3f;padding:13px 20px;text-decoration:none;font:900 .9rem 'Barlow Condensed';letter-spacing:.12em;transform:skew(-5deg);cursor:pointer}.btn:hover,.btn.primary{background:var(--red);border-color:var(--red);box-shadow:5px 5px 0 #fff}.quick{position:absolute;bottom:28px;z-index:3;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.quick a{color:#777;text-decoration:none;font-weight:900;letter-spacing:.15em;font-size:.7rem}.quick a:hover{color:#fff}.page-hero{padding:105px 7vw 60px;min-height:360px;display:flex;align-items:end;background:radial-gradient(circle at 80% 10%,#3b070c,#0a0a0d 45%),repeating-linear-gradient(165deg,transparent 0 22px,#ffffff06 23px 24px);border-bottom:1px solid var(--line)}.page-hero h1,.section h2{font:400 clamp(3.5rem,7vw,7rem)/.88 Anton;margin:14px 0}.page-hero h1 span,.section h2 span{color:var(--red)}.page-hero p{color:#aaa;font-size:1.25rem;max-width:700px}.section{padding:80px 7vw;min-height:420px}.section-title{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px}.section-title p{max-width:460px;color:#999;font-size:1.15rem}.live-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px}.player{min-height:520px;border:2px solid var(--line);background:#030304;position:relative;display:grid;place-items:center;overflow:hidden;box-shadow:14px 14px 0 #151518}.player:before{content:"";position:absolute;inset:12px;border:1px solid #202024}.scan{position:absolute;inset:0;background:linear-gradient(transparent,#e10d160b,transparent);height:30%;animation:scan 4s linear infinite}@keyframes scan{from{transform:translateY(-100%)}to{transform:translateY(400%)}}.offline-card{text-align:center;z-index:2}.big-crown{font-size:4rem;color:var(--red)}.offline-card h3{font:3rem Anton;margin:5px}.offline-card p{color:#777}.live-badge{position:absolute;top:25px;left:25px;background:#333;color:#777;padding:7px 10px;font-weight:900;letter-spacing:.15em}.panel{border:1px solid var(--line);background:var(--panel);padding:25px;margin-bottom:20px;clip-path:polygon(0 0,96% 0,100% 8%,100% 100%,0 100%)}.panel small,.cards article>b{color:var(--red);font-weight:900;letter-spacing:.2em}.panel h3,.cards h3{font:2rem Anton;margin:8px 0}.panel p,.cards p{color:#929298}.cards,.issues,.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article{min-height:280px;padding:28px;border:1px solid var(--line);background:linear-gradient(145deg,#151519,#0b0b0e);position:relative;transition:.3s}.cards article:hover{transform:translateY(-8px) rotate(-1deg);border-color:var(--red);box-shadow:9px 9px 0 #26080b}.cards article>span{position:absolute;bottom:25px;font-weight:900;letter-spacing:.15em}.issues>div{aspect-ratio:3/4;border:4px solid #eee;background:repeating-radial-gradient(circle at 30% 20%,#2b2b30 0 1px,#111 2px 5px);padding:24px;display:flex;flex-direction:column;justify-content:end;box-shadow:10px 10px 0 var(--red);transition:.3s}.issues>div:hover{transform:rotate(2deg) scale(1.02)}.issues small{color:var(--red);font-weight:900}.issues h3{font:3rem Anton;margin:5px 0}.about{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.about-logo{height:440px;display:grid;place-items:center;background:radial-gradient(circle,#3c070c,#08080a 60%);border:2px solid #242428;box-shadow:14px 14px 0 var(--red)}.about-logo img{width:70%;max-height:80%;object-fit:cover;clip-path:polygon(50% 0,95% 18%,100% 72%,50% 100%,0 72%,5% 18%)}.about p{font-size:1.25rem;color:#aaa;max-width:650px}.note{border-left:3px solid var(--red);padding-left:18px;color:#eee!important}.shop-grid>div{min-height:260px;border:1px solid var(--line);background:linear-gradient(145deg,#151519,#0b0b0e);padding:28px;font:2rem Anton;display:flex;flex-direction:column;justify-content:end}.shop-grid small{font:700 .8rem 'Barlow Condensed';color:var(--red);letter-spacing:.2em;margin-top:8px}footer{padding:45px 7vw;border-top:4px solid var(--red);display:flex;align-items:center;justify-content:space-between;color:#777;background:#050506}footer p{font-weight:900;letter-spacing:.15em;color:#aaa}
@media(max-width:900px){nav{display:none;position:absolute;top:84px;left:0;right:0;background:#08080af8;padding:25px 5vw;flex-direction:column;border-bottom:2px solid var(--red)}nav.open{display:flex}.menu{display:block}.logo-stage{width:min(78vw,430px)}.live-grid,.about{grid-template-columns:1fr}.cards,.issues,.shop-grid{grid-template-columns:1fr}.section-title{display:block}.player{min-height:340px}.section{padding:65px 6vw}.page-hero{padding:80px 6vw 45px}footer{gap:25px;flex-direction:column;text-align:center}}@media(max-width:520px){.home-hero h1{font-size:4rem}.actions{flex-direction:column}.logo-stage{width:86vw}.quick{display:none}.section h2,.page-hero h1{font-size:3.4rem}}

/* V4 DEPTH SYSTEM — layered, dimensional, never pasted-on */
body{background:
 radial-gradient(circle at 50% -10%,#2b070b 0,transparent 32rem),
 linear-gradient(180deg,#08080b 0,#050507 100%)}
header{box-shadow:0 18px 50px #0009,0 1px 0 #ffffff0a}
.home-hero{perspective:1200px;isolation:isolate}
.home-hero:before{transform-origin:center;opacity:.8}
.hero-center{position:relative;transform-style:preserve-3d}
.hero-center:before{content:"";position:absolute;left:50%;top:48%;width:min(78vw,780px);height:min(48vw,480px);transform:translate(-50%,-50%) translateZ(-80px) rotate(-3deg);background:linear-gradient(135deg,#16070a 0,#08080b 48%,#2c070c 100%);border:1px solid #ffffff0d;clip-path:polygon(6% 0,100% 4%,94% 100%,0 91%);box-shadow:0 60px 100px #000d,0 0 80px #e10d1626,inset 0 0 80px #000;z-index:-3}
.hero-center:after{content:"";position:absolute;left:50%;top:49%;width:min(68vw,670px);height:min(40vw,390px);transform:translate(-50%,-50%) translateZ(-40px) rotate(2deg);border:2px solid #e10d1638;clip-path:polygon(3% 7%,94% 0,100% 89%,8% 100%);filter:drop-shadow(0 0 18px #e10d1640);z-index:-2}
.issue{position:relative;z-index:8;box-shadow:8px 9px 0 #000,0 0 28px #e10d1644;transform:translateZ(65px) skew(-8deg)}
.logo-stage{width:min(58vw,590px);aspect-ratio:1.22/1;margin:4px auto -8px;transform-style:preserve-3d;perspective:900px;filter:drop-shadow(0 40px 30px #000b)}
.logo-stage:before{inset:11%;border:2px solid #e10d1644;transform:translateZ(-45px) rotate(45deg);box-shadow:0 0 80px #e10d1628,inset 0 0 50px #e10d1618}
.logo-stage:after{inset:22%;transform:translateZ(-20px) rotate(45deg)}
.logo-stage img{position:relative;z-index:5;width:94%;height:94%;object-fit:contain;clip-path:none;filter:drop-shadow(0 30px 16px #000c) drop-shadow(0 0 22px #e10d1660);transform:translate3d(var(--mx,0),var(--my,0),85px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transition:transform .16s ease-out,filter .25s ease;animation:logoFloat 4.2s ease-in-out infinite;will-change:transform}
@keyframes logoFloat{0%,100%{margin-top:0}50%{margin-top:-12px}}
.energy-ring{position:absolute;left:50%;top:50%;border:2px solid #e10d1660;border-radius:50%;transform:translate(-50%,-50%) translateZ(-70px) rotateX(68deg);box-shadow:0 0 35px #e10d1655,inset 0 0 25px #e10d1630;pointer-events:none}.ring-one{width:86%;height:46%;animation:ringPulse 2.4s ease-in-out infinite}.ring-two{width:68%;height:34%;animation:ringPulse 2.4s .6s ease-in-out infinite reverse}@keyframes ringPulse{50%{opacity:.3;transform:translate(-50%,-50%) translateZ(-70px) rotateX(68deg) scale(1.12)}}
.home-hero h1{position:relative;z-index:7;transform:translateZ(55px);text-shadow:0 8px 0 #000,0 20px 35px #000,0 0 22px #e10d1630}
.home-hero p{position:relative;z-index:7;transform:translateZ(45px);text-shadow:0 4px 12px #000}
.actions{position:relative;z-index:9;transform:translateZ(70px)}
.btn{position:relative;box-shadow:0 12px 20px #0008,inset 0 1px #ffffff12;transition:.2s ease;clip-path:polygon(4% 0,100% 0,96% 100%,0 100%)}
.btn:hover{transform:translateY(-5px) skew(-5deg);box-shadow:0 18px 28px #000b,7px 7px 0 #fff}
.quick{background:#07070ac9;border:1px solid #ffffff10;padding:12px 18px;clip-path:polygon(2% 0,100% 0,98% 100%,0 100%);box-shadow:0 18px 40px #000a;backdrop-filter:blur(10px)}
.page-hero{position:relative;isolation:isolate;overflow:hidden;box-shadow:inset 0 -35px 60px #0008}
.page-hero:after{content:"";position:absolute;width:48vw;height:48vw;right:-12vw;top:-25vw;border:1px solid #e10d1635;transform:rotate(45deg);box-shadow:0 0 90px #e10d1620;z-index:-1}
.page-hero>div{position:relative;z-index:2;filter:drop-shadow(0 18px 20px #0008)}
.player,.panel,.cards article,.issues>div,.shop-grid>div,.about-logo{transform-style:preserve-3d;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.player{border:1px solid #3a3a40;box-shadow:0 35px 70px #000b,18px 18px 0 #16161b,inset 0 0 80px #000;clip-path:polygon(2% 0,100% 0,98% 96%,0 100%)}
.panel{box-shadow:0 18px 30px #0008,inset 0 1px #ffffff0a}.panel:hover{transform:translate3d(-5px,-7px,0) rotateY(-2deg);border-color:#e10d1680;box-shadow:16px 24px 35px #000b,5px 5px 0 #5b090f}
.cards article{box-shadow:0 20px 35px #0009,inset 0 1px #ffffff0b;clip-path:polygon(0 0,92% 0,100% 9%,97% 100%,5% 96%)}.cards article:hover{transform:translateY(-13px) rotateX(2deg) rotateY(-2deg);box-shadow:0 34px 45px #000c,12px 13px 0 #4d090e}
.issues{perspective:1100px}.issues>div{box-shadow:0 28px 45px #000c,13px 14px 0 var(--red);transform:rotateY(-3deg) rotateX(1deg)}.issues>div:nth-child(2){transform:translateY(-16px) rotateY(0)}.issues>div:nth-child(3){transform:rotateY(3deg) rotateX(1deg)}.issues>div:hover{transform:translateY(-18px) rotateY(0) rotateX(0) scale(1.025);box-shadow:0 40px 55px #000d,16px 17px 0 #fff}
.about-logo{position:relative;background:radial-gradient(circle,#3c070c 0,#100508 45%,#08080a 72%);box-shadow:0 40px 70px #000b,18px 18px 0 var(--red);overflow:visible}.about-logo:before{content:"";position:absolute;inset:12%;border:1px solid #e10d1640;transform:rotate(45deg);box-shadow:0 0 40px #e10d1630}.about-logo img{position:relative;z-index:2;width:92%;max-height:92%;object-fit:contain;clip-path:none;filter:drop-shadow(0 28px 18px #000d) drop-shadow(0 0 18px #e10d1650);transform:translateY(-12px) scale(1.08)}
.shop-grid>div{box-shadow:0 24px 38px #000a,10px 10px 0 #1b1b20;clip-path:polygon(0 0,92% 0,100% 12%,96% 100%,4% 96%)}.shop-grid>div:hover{transform:translateY(-10px) rotate(-1deg);box-shadow:0 34px 50px #000c,13px 13px 0 var(--red)}
footer{box-shadow:0 -20px 50px #0009}
@media(max-width:900px){.logo-stage{width:min(88vw,570px)}.hero-center:before{width:94vw;height:62vw}.hero-center:after{width:84vw;height:54vw}.about-logo img{width:86%;transform:translateY(-6px) scale(1.02)}}
@media(max-width:520px){.logo-stage{width:96vw;margin:10px auto}.home-hero h1{font-size:3.75rem}.hero-center{padding-top:30px}.hero-center:before{height:86vw}.hero-center:after{height:72vw}.issue{font-size:.64rem}.btn{width:min(88vw,330px)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}.boot{display:none}}

/* V5 — MTG superhero integrated as a dimensional foreground layer */
.home-hero{min-height:calc(100svh - 84px)}
.hero-character{position:absolute;right:-4vw;bottom:-9vh;width:min(48vw,760px);height:min(86vh,920px);z-index:3;pointer-events:none;display:flex;align-items:flex-end;justify-content:flex-end;transform-style:preserve-3d;filter:drop-shadow(-28px 35px 28px #000c)}
.hero-character:before{content:"";position:absolute;right:7%;bottom:8%;width:75%;height:70%;background:radial-gradient(ellipse,#e10d163d 0,#e10d1616 36%,transparent 70%);filter:blur(14px);transform:translateZ(-30px);z-index:-2}
.hero-character:after{content:"";position:absolute;left:9%;bottom:4%;width:88%;height:18%;background:radial-gradient(ellipse,#000c 0,transparent 70%);filter:blur(16px);transform:translateY(34px) rotate(-3deg);z-index:-3}
.hero-character img{position:relative;width:100%;height:100%;object-fit:contain;object-position:right bottom;transform:translate3d(var(--cx,0),var(--cy,0),120px) rotateY(-7deg) rotateX(var(--crx,0deg));filter:drop-shadow(-8px 0 0 #e10d1620) drop-shadow(0 0 28px #e10d1648);animation:heroBreathe 5.5s ease-in-out infinite;will-change:transform}
@keyframes heroBreathe{0%,100%{margin-bottom:0}50%{margin-bottom:8px}}
.character-glow{position:absolute;right:9%;top:14%;width:62%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#e10d1638,transparent 66%);filter:blur(10px);animation:characterPulse 3.5s ease-in-out infinite;z-index:-1}
@keyframes characterPulse{50%{transform:scale(1.12);opacity:.7}}
.hero-center{z-index:5;width:min(100%,920px);margin-right:24vw}
.logo-stage{z-index:8;width:min(45vw,560px)}
.logo-stage img{filter:drop-shadow(0 35px 18px #000e) drop-shadow(0 0 26px #e10d1670)}
.home-hero h1,.home-hero p,.home-hero .actions,.home-hero .issue{z-index:9}
.quick{z-index:10}
@media(max-width:1180px){.hero-character{right:-12vw;width:min(56vw,700px);opacity:.92}.hero-center{margin-right:20vw}.logo-stage{width:min(50vw,520px)}}
@media(max-width:900px){.home-hero{padding-bottom:34vh;align-items:start}.hero-center{margin-right:0;padding-top:44px}.hero-character{right:50%;transform:translateX(50%);bottom:-8vh;width:min(92vw,650px);height:48vh;opacity:.72;z-index:2}.hero-character img{object-position:center bottom;rotate:0deg}.logo-stage{width:min(82vw,520px)}.quick{bottom:18px}}
@media(max-width:520px){.home-hero{padding-bottom:31vh}.hero-character{height:40vh;width:104vw;bottom:-4vh;opacity:.62}.logo-stage{width:92vw}.hero-center:before,.hero-center:after{z-index:-4}}

/* Twitch channel integration */
.twitch-player-link{color:inherit;text-decoration:none;cursor:pointer;transition:transform .25s ease,filter .25s ease}
.twitch-player-link:hover{transform:translateY(-5px) scale(1.008);filter:drop-shadow(0 20px 34px rgba(255,0,30,.22))}
.twitch-player-link:focus-visible{outline:2px solid #ff2338;outline-offset:5px}
.twitch-cta{display:inline-block;margin-top:14px;padding:10px 16px;border:1px solid rgba(255,55,72,.72);background:linear-gradient(180deg,rgba(255,34,52,.22),rgba(90,0,8,.28));box-shadow:0 8px 22px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.12);font-weight:900;letter-spacing:.08em}


/* V7 HOMEPAGE REBUILD — full-screen superhero background + clean centered logo */
.home-hero{
  min-height:calc(100svh - 84px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:48px 5vw 72px;
  isolation:isolate;
  overflow:hidden;
  background:#050507;
}
.home-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(4,4,6,.72) 0%,rgba(4,4,6,.26) 34%,rgba(4,4,6,.18) 62%,rgba(4,4,6,.68) 100%),
    linear-gradient(180deg,rgba(5,5,7,.18) 0%,rgba(5,5,7,.06) 55%,rgba(5,5,7,.82) 100%),
    radial-gradient(circle at 50% 48%,rgba(225,13,22,.18),transparent 46%);
  animation:none;
  pointer-events:none;
}
.home-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    repeating-linear-gradient(0deg,transparent 0 5px,rgba(0,0,0,.12) 6px 7px),
    radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.5) 100%);
  pointer-events:none;
}
.hero-character{
  position:absolute;
  inset:-4% -3% -7%;
  width:auto;
  height:auto;
  z-index:-1;
  display:block;
  opacity:.78;
  filter:none;
  transform:none;
  pointer-events:none;
}
.hero-character:before,.hero-character:after,.character-glow{display:none}
.hero-character img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 24%;
  transform:scale(1.07);
  filter:saturate(.9) contrast(1.05) brightness(.72);
  animation:backgroundBreath 10s ease-in-out infinite;
}
@keyframes backgroundBreath{50%{transform:scale(1.095)}}
.hero-center{
  position:relative;
  z-index:5;
  width:min(100%,980px);
  margin:0 auto;
  padding:18px 20px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transform-style:preserve-3d;
}
.hero-center:before,.hero-center:after{display:none!important}
.issue{
  margin-bottom:8px;
  transform:translateZ(55px) skew(-8deg);
  box-shadow:0 10px 26px rgba(0,0,0,.55);
}
.logo-stage{
  width:min(58vw,610px);
  aspect-ratio:1.22/1;
  margin:0 auto -18px;
  display:grid;
  place-items:center;
  filter:none;
  transform-style:preserve-3d;
}
.logo-stage:before,.logo-stage:after,.energy-ring{display:none!important}
.logo-stage img{
  width:100%;
  height:100%;
  object-fit:contain;
  clip-path:none;
  position:relative;
  z-index:3;
  filter:
    drop-shadow(0 38px 24px rgba(0,0,0,.88))
    drop-shadow(0 0 15px rgba(225,13,22,.58))
    drop-shadow(0 0 44px rgba(225,13,22,.28));
  transform:translate3d(var(--mx,0),var(--my,0),95px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));
  animation:logoFloat 4.2s ease-in-out infinite;
}
.home-hero h1{
  margin:0 0 10px;
  text-shadow:0 8px 0 #000,0 18px 35px #000,0 0 22px rgba(225,13,22,.34);
}
.home-hero p{
  margin:5px auto 8px;
  color:#d1d1d4;
  text-shadow:0 3px 12px #000,0 0 20px #000;
}
.actions{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:16px;
  margin:24px auto 0;
  transform:translateZ(70px);
}
.actions .btn{
  min-width:190px;
  text-align:center;
  background:rgba(8,8,11,.78);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.25);
  box-shadow:0 16px 30px rgba(0,0,0,.55),inset 0 1px rgba(255,255,255,.08);
}
.actions .btn.primary{
  background:linear-gradient(135deg,#f21b2a,#b60710);
  border-color:#ff4b58;
  box-shadow:0 18px 34px rgba(0,0,0,.6),0 0 28px rgba(225,13,22,.24),inset 0 1px rgba(255,255,255,.2);
}
.quick{display:none!important}
@media(max-width:900px){
  .home-hero{padding:38px 4vw 60px;align-items:center}
  .hero-center{margin:0 auto;padding-top:18px}
  .hero-character{inset:-2% -26% -4%;opacity:.64;transform:none}
  .hero-character img{object-position:center 22%;}
  .logo-stage{width:min(82vw,560px)}
}
@media(max-width:520px){
  .home-hero{min-height:calc(100svh - 84px);padding:28px 4vw 50px}
  .hero-character{inset:0 -58% -2%;opacity:.55}
  .hero-character img{object-position:center 20%}
  .logo-stage{width:94vw;margin:4px auto -8px}
  .home-hero h1{font-size:3.55rem}
  .home-hero p{font-size:1.05rem;max-width:92vw}
  .actions{width:100%;gap:12px;margin-top:18px}
  .actions .btn{width:min(88vw,340px);min-width:0}
}

/* Clips page */
.clips-stage{min-height:480px;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid #29292e;background:radial-gradient(circle at 50% 45%,#3b070c 0,#10070a 28%,#08080a 68%);box-shadow:14px 14px 0 #151518}.clips-stage:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 5px,#0003 6px 7px);pointer-events:none}.clips-empty{position:relative;z-index:1;text-align:center;padding:40px}.clips-empty h2{font:400 clamp(3rem,6vw,6rem)/.9 Anton;margin:10px 0}.clips-empty h2 span{color:var(--red)}.clips-empty p{color:#999;font-size:1.15rem;margin:0 auto 24px;max-width:520px}

/* V11 — keep the MTG emblem clear of the MACKTHEGREAT wordmark */
.logo-stage{
  width:min(52vw,560px);
  margin:-34px auto 34px;
}
.home-hero h1{
  position:relative;
  z-index:6;
  margin:0 0 10px;
}
@media(max-width:900px){
  .logo-stage{width:min(76vw,520px);margin:-20px auto 30px}
}
@media(max-width:520px){
  .logo-stage{width:86vw;margin:-10px auto 24px}
}

/* V16 — keep the superhero's full head/face visible on every screen */
.hero-character{
  inset:0;
  overflow:hidden;
}
.hero-character img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center top;
  transform:scale(.96);
  transform-origin:center top;
}
@keyframes backgroundBreath{50%{transform:scale(.985)}}
@media(max-width:900px){
  .hero-character{inset:0 -10% -2%;}
  .hero-character img{object-fit:contain;object-position:center top;transform:scale(.94);transform-origin:center top}
}
@media(max-width:520px){
  .hero-character{inset:0 -28% -2%;}
  .hero-character img{object-fit:contain;object-position:center top;transform:scale(.92);transform-origin:center top}
}

/* V17 — unified hero composition: visible face + emblem + wordmark */
.home-hero{
  min-height:calc(100svh - 84px);
  padding:36px 4vw 54px;
  background:
    radial-gradient(circle at 72% 22%,rgba(225,13,22,.22),transparent 28%),
    radial-gradient(circle at 50% 46%,#28070b 0,#0c080a 40%,#050507 78%);
}
.home-hero:before{
  background:
    linear-gradient(90deg,rgba(4,4,6,.68) 0%,rgba(4,4,6,.28) 30%,rgba(4,4,6,.08) 68%,rgba(4,4,6,.34) 100%),
    linear-gradient(180deg,rgba(5,5,7,.04) 0%,rgba(5,5,7,.04) 48%,rgba(5,5,7,.72) 100%);
}
.hero-character{
  inset:18px -3vw 0 18vw;
  z-index:0;
  opacity:1;
  overflow:visible;
  display:flex;
  justify-content:flex-end;
  align-items:flex-start;
}
.hero-character img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:right top;
  transform:none;
  transform-origin:right top;
  filter:saturate(1.03) contrast(1.04) brightness(.88) drop-shadow(-24px 26px 28px rgba(0,0,0,.78));
  animation:heroPresence 8s ease-in-out infinite;
}
@keyframes heroPresence{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.008)}}
.hero-center{
  width:min(100%,980px);
  padding:10px 20px 0;
  z-index:5;
}
.logo-stage{
  width:min(40vw,455px);
  margin:72px auto 26px;
  z-index:6;
}
.logo-stage img{
  filter:drop-shadow(0 30px 18px rgba(0,0,0,.92)) drop-shadow(0 0 18px rgba(225,13,22,.62));
}
.home-hero h1{z-index:7;margin:0 0 8px}
.home-hero p{z-index:7;margin:4px auto 6px;color:#e0e0e2}
.actions{z-index:7;margin-top:20px}

@media(max-width:1100px){
  .hero-character{inset:24px -12vw 0 10vw}
  .logo-stage{width:min(48vw,445px);margin-top:84px}
}
@media(max-width:900px){
  .home-hero{padding:28px 4vw 48px}
  .hero-character{inset:18px -28vw 0 0;opacity:.92}
  .hero-character img{object-position:right top;filter:saturate(1.02) contrast(1.03) brightness(.78) drop-shadow(-18px 22px 24px rgba(0,0,0,.78))}
  .logo-stage{width:min(68vw,430px);margin:116px auto 24px}
}
@media(max-width:520px){
  .home-hero{padding:24px 3vw 42px}
  .hero-character{inset:10px -52vw 0 -8vw;opacity:.82}
  .hero-character img{object-position:right top;filter:saturate(1.02) contrast(1.03) brightness(.68)}
  .logo-stage{width:78vw;margin:128px auto 20px}
  .home-hero h1{font-size:3.25rem}
}

/* V18 — secret identity / superhero split composition */
.civilian-character{
  position:absolute;
  left:-2.5vw;
  bottom:-4vh;
  width:min(39vw,610px);
  height:min(79vh,830px);
  z-index:1;
  pointer-events:none;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  overflow:visible;
  filter:drop-shadow(24px 30px 30px rgba(0,0,0,.82));
}
.civilian-character:after{
  content:"";
  position:absolute;
  inset:12% 14% 5% 2%;
  z-index:-1;
  background:radial-gradient(ellipse at 42% 48%,rgba(225,13,22,.18),transparent 65%);
  filter:blur(18px);
}
.civilian-character img{
  width:100%;height:100%;object-fit:contain;object-position:left bottom;
  filter:saturate(.92) contrast(1.04) brightness(.78);
  animation:civilianPresence 8s ease-in-out infinite;
}
@keyframes civilianPresence{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
.hero-character{inset:18px -5vw 0 50vw;width:auto;height:auto;opacity:.95}
.hero-character img{filter:saturate(1.03) contrast(1.04) brightness(.79) drop-shadow(-24px 26px 28px rgba(0,0,0,.78))}
.hero-center{position:relative;z-index:6}
.logo-stage{width:min(35vw,430px);margin:68px auto 26px}
.home-hero h1,.home-hero p,.actions{position:relative;z-index:8}
.home-hero:before{z-index:2;background:linear-gradient(90deg,rgba(4,4,6,.30) 0%,rgba(4,4,6,.08) 27%,rgba(4,4,6,.42) 49%,rgba(4,4,6,.07) 72%,rgba(4,4,6,.30) 100%),linear-gradient(180deg,rgba(5,5,7,.04) 0%,rgba(5,5,7,.05) 52%,rgba(5,5,7,.72) 100%)}
@media(max-width:1100px){
  .civilian-character{left:-9vw;width:min(45vw,560px);height:72vh}
  .hero-character{inset:28px -16vw 0 47vw}
  .logo-stage{width:min(40vw,420px);margin-top:80px}
}
@media(max-width:900px){
  .civilian-character{left:-25vw;bottom:-1vh;width:67vw;height:60vh;opacity:.78}
  .hero-character{inset:18px -35vw 0 45vw;opacity:.76}
  .logo-stage{width:min(60vw,410px);margin:110px auto 24px}
}
@media(max-width:520px){
  .civilian-character{left:-39vw;bottom:0;width:88vw;height:52vh;opacity:.58}
  .hero-character{inset:14px -66vw 0 40vw;opacity:.62}
  .logo-stage{width:74vw;margin:126px auto 20px}
}

/* V19 — true transparent civilian integration; no boxed/pasted-on appearance */
.civilian-character{
  left:-2vw;
  bottom:-2vh;
  width:min(35vw,540px);
  height:76vh;
  overflow:visible;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal;
}
.civilian-character:before{content:"";position:absolute;inset:12% 4% 8% 0;background:radial-gradient(ellipse at 44% 45%,rgba(225,13,22,.16),rgba(0,0,0,.08) 48%,transparent 72%);filter:blur(24px);z-index:-1}
.civilian-character:after{content:"";position:absolute;left:8%;right:5%;bottom:0;height:15%;background:radial-gradient(ellipse,rgba(0,0,0,.72),transparent 70%);filter:blur(14px);z-index:-1}
.civilian-character img{width:100%;height:100%;object-fit:contain;object-position:left bottom;filter:saturate(1.02) contrast(1.03) brightness(.82) drop-shadow(20px 22px 28px rgba(0,0,0,.72));}
@media(max-width:1180px){.civilian-character{left:-7vw;width:min(42vw,520px);height:70vh}}
@media(max-width:900px){.civilian-character{left:-19vw;bottom:-1vh;width:64vw;height:57vh;opacity:.72}}
@media(max-width:520px){.civilian-character{left:-34vw;bottom:0;width:86vw;height:49vh;opacity:.52}}

/* V20 — cinematic mirrored identity hero, built from the existing transparent character assets */
.home-hero{
  min-height:calc(100svh - 84px);
  padding:0 3vw 30px;
  background:
    radial-gradient(circle at 18% 45%,rgba(225,13,22,.28),transparent 31%),
    radial-gradient(circle at 82% 45%,rgba(225,13,22,.30),transparent 31%),
    radial-gradient(circle at 50% 36%,rgba(225,13,22,.20),transparent 25%),
    linear-gradient(180deg,#090709 0%,#120508 50%,#050506 100%);
  isolation:isolate;
}
.home-hero:before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    radial-gradient(ellipse at 16% 48%,rgba(255,20,30,.22),transparent 30%),
    radial-gradient(ellipse at 84% 48%,rgba(255,20,30,.22),transparent 30%),
    repeating-conic-gradient(from 0deg at 50% 48%,transparent 0 7deg,rgba(255,255,255,.018) 8deg 9deg);
  animation:spin 55s linear infinite;
}
.home-hero:after{
  content:"";position:absolute;inset:0;z-index:4;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(0,0,0,.16),transparent 20%,rgba(0,0,0,.08) 50%,transparent 80%,rgba(0,0,0,.16)),
    linear-gradient(180deg,transparent 58%,rgba(0,0,0,.54) 100%);
  box-shadow:inset 0 -2px 0 var(--red),inset 0 0 100px rgba(0,0,0,.55);
}
.civilian-character,.hero-character{
  position:absolute;top:0;bottom:0;width:43vw;height:auto;z-index:3;opacity:1;overflow:visible;pointer-events:none;
  display:flex;align-items:flex-end;background:none!important;border:0!important;box-shadow:none!important;
}
.civilian-character{left:-1.5vw;justify-content:flex-start;filter:none}
.hero-character{left:auto;right:-1.5vw;inset:0 -1.5vw 0 auto;justify-content:flex-end;filter:none}
.civilian-character:before,.hero-character:before{
  content:"";display:block!important;position:absolute;inset:10% 0 4%;z-index:-1;
  background:radial-gradient(ellipse at 50% 48%,rgba(255,18,28,.34),rgba(225,13,22,.11) 38%,transparent 68%);
  filter:blur(22px);animation:auraPulse 4.5s ease-in-out infinite;
}
.civilian-character:after,.hero-character:after{
  content:"";display:block!important;position:absolute;left:4%;right:4%;bottom:1%;height:18%;z-index:-1;
  background:radial-gradient(ellipse,rgba(225,13,22,.30),rgba(0,0,0,.75) 44%,transparent 72%);filter:blur(13px);
}
@keyframes auraPulse{0%,100%{opacity:.62;transform:scale(.97)}50%{opacity:1;transform:scale(1.04)}}
.civilian-character img,.hero-character img{
  width:100%;height:94%;object-fit:contain;transform-origin:center bottom;
  filter:saturate(1.14) contrast(1.08) brightness(.98) drop-shadow(0 0 8px rgba(255,30,38,.52)) drop-shadow(0 0 28px rgba(225,13,22,.28)) drop-shadow(18px 28px 28px rgba(0,0,0,.78));
  will-change:transform,filter;
}
.civilian-character img{object-position:left bottom;animation:leftHeroFloat 6s ease-in-out infinite}
.hero-character img{object-position:right bottom;animation:rightHeroFloat 6s ease-in-out infinite}
@keyframes leftHeroFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(5px,-5px,0) scale(1.008)}}
@keyframes rightHeroFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-5px,-5px,0) scale(1.008)}}
.hero-center{position:relative;z-index:6;width:min(100%,880px);padding:18px 20px 0;margin:0 auto;transform-style:preserve-3d}
.logo-stage{width:min(31vw,390px);margin:18px auto 4px;z-index:7;filter:drop-shadow(0 0 34px rgba(225,13,22,.34))}
.logo-stage:before,.logo-stage:after{opacity:.48}
.logo-stage img{width:100%;height:100%;object-fit:contain;clip-path:none;filter:drop-shadow(0 20px 18px rgba(0,0,0,.92)) drop-shadow(0 0 18px rgba(255,20,30,.72));animation:float 4s ease-in-out infinite}
.home-hero h1{font-size:clamp(4.5rem,7vw,7.7rem);line-height:.82;margin:-2px 0 7px;letter-spacing:-.025em;white-space:nowrap;text-shadow:0 8px 0 #000,0 20px 34px #000,0 0 18px rgba(225,13,22,.22)}
.home-hero p{margin:4px auto 5px;color:#eee;font-size:clamp(.95rem,1.25vw,1.22rem);font-weight:700;text-shadow:0 3px 12px #000}
.actions{margin:20px 0 0}.btn.primary{padding:14px 28px;box-shadow:5px 5px 0 #fff,0 0 26px rgba(225,13,22,.28);transition:transform .2s,box-shadow .2s}.btn.primary:hover{transform:skew(-5deg) translateY(-4px) scale(1.025);box-shadow:7px 9px 0 #fff,0 0 42px rgba(225,13,22,.55)}
@media(max-width:1100px){
 .civilian-character,.hero-character{width:46vw}.civilian-character{left:-8vw}.hero-character{right:-8vw;inset:0 -8vw 0 auto}
 .logo-stage{width:min(36vw,360px)}.home-hero h1{font-size:clamp(4rem,7.4vw,6.5rem)}
}
@media(max-width:900px){
 .home-hero{min-height:calc(100svh - 84px);padding:18px 2vw 34px}
 .civilian-character,.hero-character{width:61vw;height:72%;top:auto;bottom:0;opacity:.78}
 .civilian-character{left:-25vw}.hero-character{right:-25vw;inset:auto -25vw 0 auto}
 .civilian-character img,.hero-character img{height:100%;filter:saturate(1.08) contrast(1.06) brightness(.80) drop-shadow(0 0 18px rgba(225,13,22,.30))}
 .hero-center{padding-top:22px}.logo-stage{width:min(60vw,390px);margin:42px auto 12px}.home-hero h1{font-size:clamp(3.5rem,11vw,5.8rem)}
}
@media(max-width:520px){
 .home-hero{padding:12px 2vw 30px}.civilian-character,.hero-character{width:72vw;height:58%;opacity:.52}
 .civilian-character{left:-42vw}.hero-character{right:-42vw;inset:auto -42vw 0 auto}
 .logo-stage{width:74vw;margin:58px auto 12px}.home-hero h1{font-size:3.25rem;white-space:normal}.home-hero p{max-width:88vw}.btn.primary{width:min(82vw,300px)}
}

/* V21 — civilian crop refinement: show the full identity pose and mirror the right-side framing */
@media (min-width:1101px){
  .civilian-character{left:1.25vw;width:39.5vw;top:1.5%;bottom:0;align-items:flex-end}
  .civilian-character img{width:100%;height:90%;object-fit:contain;object-position:left bottom;transform-origin:left bottom}
  @keyframes leftHeroFloat{0%,100%{transform:translate3d(0,0,0) scale(.96)}50%{transform:translate3d(5px,-5px,0) scale(.968)}}
}
@media (min-width:901px) and (max-width:1100px){
  .civilian-character{left:-1vw;width:43vw;top:2%;bottom:0}
  .civilian-character img{height:90%;object-fit:contain;object-position:left bottom}
}
@media (max-width:900px){
  .civilian-character{left:-13vw;width:55vw;height:69%;opacity:.76}
  .civilian-character img{height:96%;object-fit:contain;object-position:left bottom}
}
@media (max-width:520px){
  .civilian-character{left:-25vw;width:66vw;height:55%;opacity:.48}
  .civilian-character img{height:96%;object-position:left bottom}
}


/* V23 — homepage news feed; the hero has no duplicate Clips CTA */
.home-hero .actions{display:none!important}
.gaming-news{position:relative;z-index:10;padding:72px 5vw 86px;background:linear-gradient(180deg,#050506 0%,#09090b 100%);border-top:1px solid rgba(255,255,255,.08);overflow:hidden}
.gaming-news:before{content:"";position:absolute;inset:-40% -10% auto;height:520px;background:radial-gradient(ellipse at 50% 0,rgba(225,13,22,.18),transparent 62%);pointer-events:none}
.news-shell{position:relative;max-width:1380px;margin:0 auto}
.news-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.12)}
.news-kicker{display:block;color:var(--red);font-weight:900;letter-spacing:.22em;font-size:.78rem;margin-bottom:8px}
.news-heading h2{margin:0;font-size:clamp(2.5rem,5vw,5.2rem);line-height:.88;letter-spacing:-.03em;text-shadow:0 8px 20px #000}
.news-heading p{max-width:390px;margin:0;color:#9d9da3;text-align:right;font-size:.95rem}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.news-card{position:relative;min-height:215px;padding:22px 22px 20px;background:linear-gradient(145deg,rgba(26,26,30,.96),rgba(10,10,12,.98));border:1px solid rgba(255,255,255,.10);box-shadow:0 18px 40px rgba(0,0,0,.28);overflow:hidden;animation:newsRise .5s ease both;animation-delay:var(--delay)}
.news-card:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:var(--red);box-shadow:0 0 18px rgba(225,13,22,.8)}
.news-card:after{content:"";position:absolute;right:-55px;bottom:-65px;width:150px;height:150px;border:1px solid rgba(225,13,22,.18);transform:rotate(45deg)}
.news-card:hover{transform:translateY(-5px);border-color:rgba(225,13,22,.5);box-shadow:0 22px 46px rgba(0,0,0,.42),0 0 28px rgba(225,13,22,.08)}
.news-meta{display:flex;justify-content:space-between;gap:12px;color:#77777d;font-size:.68rem;font-weight:900;letter-spacing:.12em}.news-meta span{color:var(--red)}
.news-card h3{position:relative;margin:25px 0 30px;font-size:1.22rem;line-height:1.22;max-width:95%}
.news-card a{position:absolute;left:22px;bottom:20px;color:#eee;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-decoration:none}.news-card a:hover{color:var(--red)}
.news-card a b{color:var(--red);font-size:1rem}.news-updated{margin-top:18px;color:#55555b;font-size:.66rem;font-weight:800;letter-spacing:.13em;text-align:right}.news-loading{grid-column:1/-1;padding:50px;text-align:center;color:#777;font-weight:900;letter-spacing:.14em}
@keyframes newsRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){.gaming-news{padding:58px 4vw 70px}.news-heading{align-items:flex-start;flex-direction:column}.news-heading p{text-align:left}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.news-grid{grid-template-columns:1fr}.news-card{min-height:190px}.gaming-news{padding-left:5vw;padding-right:5vw}}

/* V24 — expanded About Me */
.about-copy{max-width:820px}.about-copy p{font-size:clamp(1rem,1.25vw,1.14rem);line-height:1.82;color:#d8d8dc;margin:0 0 1.15rem}.about-copy strong{color:#fff}.about-copy .about-welcome{margin-top:2rem;font-size:clamp(1.3rem,2.2vw,2rem);text-transform:uppercase;letter-spacing:.05em;color:#fff;text-shadow:0 0 24px rgba(225,13,22,.38)}


/* V25 — About portrait integration */
.about-logo.about-photo{position:relative;overflow:hidden;min-height:620px;border:0;background:radial-gradient(circle at 50% 35%,rgba(220,18,28,.18),transparent 56%);box-shadow:none;isolation:isolate}
.about-logo.about-photo:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(7,7,9,.82) 0%,transparent 14%,transparent 82%,rgba(7,7,9,.72) 100%),linear-gradient(0deg,rgba(7,7,9,.98) 0%,transparent 24%,transparent 80%,rgba(7,7,9,.32) 100%)}
.about-logo.about-photo:after{content:"";position:absolute;inset:-8%;z-index:3;pointer-events:none;box-shadow:inset 0 0 90px 52px #08080a}
.about-photo-glow{position:absolute;inset:10% 8%;z-index:-1;background:radial-gradient(ellipse,rgba(236,18,30,.28),transparent 68%);filter:blur(30px)}
.about-logo.about-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:54% center;filter:saturate(.72) contrast(1.12) brightness(.74) drop-shadow(0 20px 32px rgba(0,0,0,.62));transform:scale(1.025);transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease}
.about-logo.about-photo:hover img{transform:scale(1.055);filter:saturate(.86) contrast(1.14) brightness(.82) drop-shadow(0 24px 36px rgba(0,0,0,.7))}
.about-logo.about-photo:hover:before{background:linear-gradient(90deg,rgba(7,7,9,.76) 0%,transparent 14%,transparent 82%,rgba(7,7,9,.66) 100%),linear-gradient(0deg,rgba(7,7,9,.95) 0%,transparent 24%,transparent 80%,rgba(7,7,9,.26) 100%)}
@media(max-width:900px){.about-logo.about-photo{min-height:520px}.about-logo.about-photo img{object-position:center center}}
@media(max-width:560px){.about-logo.about-photo{min-height:390px}.about-logo.about-photo img{object-position:center center}.about-logo.about-photo:after{box-shadow:inset 0 0 54px 28px #08080a}}

/* V26 — About artwork: use only the photographic half of the supplied composition */
.about-logo.about-photo{min-height:650px;background:radial-gradient(circle at 48% 42%,rgba(225,13,22,.20),transparent 62%);overflow:hidden}
.about-logo.about-photo img{object-fit:cover;object-position:50% center;transform:scale(1.01);filter:saturate(.92) contrast(1.08) brightness(.86) drop-shadow(0 24px 34px rgba(0,0,0,.64))}
.about-logo.about-photo:before{background:linear-gradient(90deg,rgba(7,7,9,.52) 0%,transparent 10%,transparent 82%,rgba(7,7,9,.90) 100%),linear-gradient(0deg,rgba(7,7,9,.98) 0%,transparent 21%,transparent 84%,rgba(7,7,9,.48) 100%)}
.about-logo.about-photo:after{inset:-5%;box-shadow:inset 0 0 72px 38px #08080a}
.about-logo.about-photo:hover img{transform:scale(1.035);filter:saturate(1) contrast(1.10) brightness(.91) drop-shadow(0 26px 38px rgba(0,0,0,.70))}
@media(max-width:900px){.about-logo.about-photo{min-height:540px}.about-logo.about-photo img{object-position:50% center}}
@media(max-width:560px){.about-logo.about-photo{min-height:430px}.about-logo.about-photo img{object-position:50% center}.about-logo.about-photo:after{box-shadow:inset 0 0 48px 24px #08080a}}

/* V27 — About page: remove redundant origin banner and top-align portrait with bio */
.about-page-content{padding-top:64px;align-items:start}
.about-page-content .about-logo.about-photo{align-self:start;margin-top:0}
.about-page-content .about-copy{align-self:start}
@media(max-width:900px){.about-page-content{padding-top:42px}.about-page-content .about-logo.about-photo{order:0;margin-top:0}.about-page-content .about-copy{order:1}}

/* V29 — shop intentionally blank */
.blank-shop{min-height:calc(100svh - 84px);padding:0!important;background:#070709!important;position:relative}
.blank-shop>*{display:none!important}
.blank-shop::before,.blank-shop::after{content:none!important;display:none!important}
body:has(.blank-shop) .issue,body:has(.blank-shop) .eyebrow{display:none!important}

/* V32 — remove the dark circular halo behind the civilian character */
.civilian-character:before,
.civilian-character:after{
  content:none!important;
  display:none!important;
  background:none!important;
  filter:none!important;
  box-shadow:none!important;
}

/* V33 — real MTG header mark + ready-to-link social icons */
.header-left{display:flex;align-items:center;gap:20px;min-width:0}.header-logo{width:70px;height:70px;display:grid;place-items:center;text-decoration:none;position:relative;flex:0 0 auto}.header-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 9px rgba(225,13,22,.38));transition:transform .25s ease,filter .25s ease}.header-logo:hover img{transform:scale(1.08);filter:drop-shadow(0 0 15px rgba(225,13,22,.7))}.header-socials{display:flex;align-items:center;gap:8px;padding-left:18px;border-left:1px solid #29292e}.social-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #303036;background:#0d0d10;color:#9b9ba2;text-decoration:none;transform:skew(-5deg);transition:.2s ease}.social-icon svg{width:18px;height:18px;fill:currentColor;transform:skew(5deg)}.social-icon:hover{color:#fff;background:var(--red);border-color:var(--red);transform:skew(-5deg) translateY(-2px);box-shadow:0 5px 18px rgba(225,13,22,.32)}
@media(max-width:900px){header{padding:0 3vw}.header-left{gap:10px}.header-logo{width:58px;height:58px}.header-socials{gap:5px;padding-left:10px}.social-icon{width:30px;height:30px}.social-icon svg{width:16px;height:16px}}
@media(max-width:600px){.header-socials{display:none}.header-logo{width:54px;height:54px}}

/* V34 — first MTG clip */
.clips-gallery{max-width:1180px;margin:0 auto;padding:40px 5vw 90px;display:grid;grid-template-columns:minmax(0,820px);justify-content:center}.clip-card{position:relative;background:linear-gradient(145deg,rgba(18,18,21,.96),rgba(5,5,7,.98));border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 70px rgba(0,0,0,.5),0 0 35px rgba(225,13,22,.08);overflow:hidden}.clip-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#e10d16 22%,#ff3b42 50%,#e10d16 78%,transparent);z-index:2}.clip-player{background:#000;aspect-ratio:16/9}.clip-player video{display:block;width:100%;height:100%;object-fit:contain;background:#000}.clip-info{padding:22px 24px 25px;border-top:1px solid rgba(255,255,255,.07)}.clip-game{font-size:.72rem;letter-spacing:.18em;color:#e10d16;font-weight:800}.clip-info h2{margin:7px 0 0;color:#fff;font-size:clamp(1.25rem,2.4vw,2rem);text-transform:uppercase;letter-spacing:.02em}@media(max-width:700px){.clips-gallery{padding:24px 14px 60px}.clip-info{padding:17px}.clip-info h2{font-size:1.15rem}}
/* V36 — polished Clips library, newest first */
.clips-gallery-polished{max-width:1480px;margin:0 auto;padding:34px clamp(22px,5vw,78px) 90px}
.clips-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:start}
.clips-gallery-polished .clip-card{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(21,21,25,.98),rgba(7,7,9,.98));border:1px solid rgba(255,255,255,.09);box-shadow:0 22px 50px rgba(0,0,0,.42);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.clips-gallery-polished .clip-card:hover{transform:translateY(-5px);border-color:rgba(232,22,31,.55);box-shadow:0 28px 65px rgba(0,0,0,.55),0 0 28px rgba(232,22,31,.09)}
.clips-gallery-polished .clip-featured{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.7fr);align-items:stretch;border-color:rgba(232,22,31,.38)}
.clips-gallery-polished .clip-player{background:#000;aspect-ratio:16/9;overflow:hidden}
.clips-gallery-polished .clip-player video{display:block;width:100%;height:100%;object-fit:contain;background:#000}
.clips-gallery-polished .clip-featured .clip-player{aspect-ratio:16/9}
.clips-gallery-polished .clip-info{padding:22px 24px 26px;border-top:2px solid rgba(232,22,31,.55)}
.clips-gallery-polished .clip-featured .clip-info{display:flex;flex-direction:column;justify-content:center;border-top:0;border-left:2px solid rgba(232,22,31,.55);padding:34px}
.clips-gallery-polished .clip-info h2{margin:10px 0 0;font-size:clamp(20px,2vw,32px);line-height:1.08;text-transform:uppercase;letter-spacing:-.02em}
.clips-gallery-polished .clip-featured .clip-info h2{font-size:clamp(28px,3vw,48px)}
.clip-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.clip-game,.clip-new,.clip-oldest{font-size:11px;font-weight:900;letter-spacing:.16em}
.clip-new{background:#e8161f;color:#fff;padding:6px 9px;clip-path:polygon(7% 0,100% 0,93% 100%,0 100%)}
.clip-oldest{color:#85858d;border:1px solid rgba(255,255,255,.13);padding:5px 8px}
.clip-number{position:absolute;right:15px;top:12px;z-index:3;font-size:clamp(28px,4vw,58px);font-weight:1000;font-style:italic;color:rgba(255,255,255,.13);pointer-events:none;text-shadow:0 0 20px rgba(0,0,0,.5)}
@media(max-width:900px){.clips-grid{grid-template-columns:1fr}.clips-gallery-polished .clip-featured{grid-column:auto;display:block}.clips-gallery-polished .clip-featured .clip-info{border-left:0;border-top:2px solid rgba(232,22,31,.55);padding:24px}.clips-gallery-polished{padding-left:18px;padding-right:18px}.clips-gallery-polished .clip-featured .clip-info h2{font-size:clamp(24px,7vw,36px)}}


/* V37 — fuller Clips page, clean game labels, no newest/oldest badges */
.clips-blank-hero{min-height:260px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding-bottom:38px;background:radial-gradient(circle at 20% 40%,rgba(232,22,31,.18),transparent 34%),linear-gradient(115deg,rgba(6,6,8,.98),rgba(22,5,7,.96) 56%,rgba(7,7,9,.98));border-bottom:1px solid rgba(232,22,31,.28)}
.clips-blank-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 43%,rgba(232,22,31,.07) 43.2% 43.8%,transparent 44% 100%),repeating-linear-gradient(135deg,transparent 0 42px,rgba(255,255,255,.018) 43px 44px);pointer-events:none}
.clips-blank-hero:after{content:"MTG // CLIP ARCHIVE";position:absolute;right:6vw;bottom:34px;font-size:clamp(13px,1.3vw,18px);font-weight:900;letter-spacing:.24em;color:rgba(255,255,255,.16);transform:skewX(-8deg)}
.clips-blank-hero>div{position:relative;z-index:1}
.clips-blank-hero h1{margin:0;text-shadow:0 10px 28px rgba(0,0,0,.7)}
.clips-gallery-polished{position:relative;padding-top:52px;background:radial-gradient(circle at 85% 18%,rgba(232,22,31,.09),transparent 28%),radial-gradient(circle at 8% 70%,rgba(232,22,31,.06),transparent 24%)}
.clips-gallery-polished:before{content:"LATEST UPLOADS";display:block;margin:0 0 24px;font-size:12px;font-weight:1000;letter-spacing:.24em;color:#e8161f}
.clips-gallery-polished:after{content:"";position:absolute;left:clamp(22px,5vw,78px);right:clamp(22px,5vw,78px);top:80px;height:1px;background:linear-gradient(90deg,rgba(232,22,31,.7),rgba(255,255,255,.12) 34%,transparent 80%);pointer-events:none}
.clips-grid{margin-top:34px}
.clip-game{display:inline-flex;align-items:center;gap:7px;color:#f1f1f3;padding:6px 10px;background:rgba(232,22,31,.12);border:1px solid rgba(232,22,31,.32);clip-path:polygon(5px 0,100% 0,calc(100% - 5px) 100%,0 100%)}
.clip-game:before{content:"";width:6px;height:6px;border-radius:50%;background:#e8161f;box-shadow:0 0 10px rgba(232,22,31,.8)}
.clip-new,.clip-oldest{display:none!important}
.clips-gallery-polished .clip-card:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,#e8161f,transparent 72%);opacity:.7;pointer-events:none}
@media(max-width:700px){.clips-blank-hero{min-height:205px;padding-bottom:26px}.clips-blank-hero:after{display:none}.clips-gallery-polished{padding-top:38px}.clips-gallery-polished:after{top:66px}.clips-grid{margin-top:28px}}


/* V38 — large full-width clip presentation */
.clips-gallery-polished{max-width:1700px;width:100%;padding:42px clamp(18px,3.5vw,64px) 100px;background:radial-gradient(circle at 88% 12%,rgba(232,22,31,.10),transparent 30%),radial-gradient(circle at 8% 62%,rgba(232,22,31,.08),transparent 26%),linear-gradient(180deg,#09090b,#070709)}
.clips-gallery-polished:before,.clips-gallery-polished:after{content:none!important;display:none!important}
.clips-grid{display:grid;grid-template-columns:1fr;gap:38px;margin-top:0;width:100%}
.clips-gallery-polished .clip-card,.clips-gallery-polished .clip-featured{display:grid;grid-template-columns:minmax(0,3.1fr) minmax(260px,.9fr);width:100%;grid-column:auto;align-items:stretch;border-color:rgba(255,255,255,.10);box-shadow:0 30px 80px rgba(0,0,0,.55),0 0 45px rgba(232,22,31,.07)}
.clips-gallery-polished .clip-player,.clips-gallery-polished .clip-featured .clip-player{width:100%;aspect-ratio:16/9;min-width:0}
.clips-gallery-polished .clip-info,.clips-gallery-polished .clip-featured .clip-info{display:flex;flex-direction:column;justify-content:center;padding:clamp(26px,3vw,48px);border-top:0;border-left:2px solid rgba(232,22,31,.52);background:linear-gradient(145deg,rgba(19,19,23,.98),rgba(8,8,10,.98))}
.clips-gallery-polished .clip-info h2,.clips-gallery-polished .clip-featured .clip-info h2{font-size:clamp(26px,2.35vw,46px);line-height:1.02;margin-top:14px}
.clip-number{display:none!important}
@media(max-width:1000px){.clips-gallery-polished .clip-card,.clips-gallery-polished .clip-featured{display:block}.clips-gallery-polished .clip-info,.clips-gallery-polished .clip-featured .clip-info{border-left:0;border-top:2px solid rgba(232,22,31,.52);padding:24px}.clips-gallery-polished{padding-left:16px;padding-right:16px}.clips-grid{gap:28px}}

/* V39 editorial image cards */
.news-card{overflow:hidden;padding:0!important;display:flex!important;flex-direction:column}.news-image{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#0a0a0c;border-bottom:1px solid rgba(255,45,45,.22)}.news-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.news-card:hover .news-image img{transform:scale(1.035)}.news-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.news-card-body h3{flex:1}@media(max-width:700px){.news-card-body{padding:17px 16px 18px}}\n
/* V40 — news text stays below images, never overlays artwork */
.news-card{display:flex!important;flex-direction:column!important;position:relative!important}
.news-image{position:relative!important;inset:auto!important;display:block!important;flex:0 0 auto!important;width:100%!important;aspect-ratio:16/9!important}
.news-image img{position:relative!important;inset:auto!important;width:100%!important;height:100%!important;object-fit:cover!important}
.news-card-body{position:relative!important;inset:auto!important;z-index:2!important;display:flex!important;flex-direction:column!important;width:100%!important;min-height:190px!important;padding:20px 22px 58px!important;background:linear-gradient(145deg,#151519,#09090b)!important}
.news-card-body .news-meta{position:relative!important;inset:auto!important;margin:0 0 14px!important}
.news-card-body h3{position:relative!important;inset:auto!important;margin:0!important;max-width:100%!important}
.news-card-body>a{position:absolute!important;left:22px!important;bottom:20px!important;top:auto!important}
@media(max-width:700px){.news-card-body{padding:17px 16px 54px!important}.news-card-body>a{left:16px!important;bottom:17px!important}}

/* V41 text-only news */
.news-grid{display:flex!important;flex-direction:column!important;gap:0!important;max-width:1180px!important;margin:0 auto!important}
.news-list-item{padding:22px 4px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
.news-list-item:first-child{border-top:1px solid rgba(255,255,255,.12)!important}
.news-list-item .news-meta{display:flex!important;justify-content:space-between!important;gap:20px!important;margin:0 0 8px!important;position:static!important}
.news-list-item .news-meta span{color:#ef3038!important;font-weight:800!important;letter-spacing:.08em!important;font-size:.75rem!important}
.news-list-item .news-meta time{color:#85858d!important;font-size:.75rem!important}
.news-list-link{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;text-decoration:none!important}
.news-list-link h3{margin:0!important;color:#f5f5f7!important;font-size:clamp(1.05rem,2vw,1.42rem)!important;line-height:1.25!important}
.news-list-link b{flex:0 0 auto!important;color:#a8a8ae!important;font-size:.72rem!important;letter-spacing:.08em!important}
.news-list-item:hover .news-list-link h3{color:#ef3038!important}
@media(max-width:700px){.news-list-item{padding:18px 0!important}.news-list-link{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}}

/* V42 — categorized text-only newsroom */
.news-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:54px!important;max-width:1180px!important;margin:0 auto!important;align-items:start!important}
.news-category{min-width:0!important}
.news-category-heading{padding:0 0 17px!important;border-bottom:3px solid #e3131b!important;margin-bottom:0!important}
.news-category-heading span{display:block!important;color:#888!important;font-size:.7rem!important;font-weight:900!important;letter-spacing:.18em!important;margin-bottom:5px!important}
.news-category-heading h2{margin:0!important;color:#fff!important;font-family:Anton,Impact,sans-serif!important;font-size:clamp(2rem,3.5vw,3.2rem)!important;line-height:1!important;letter-spacing:.025em!important}
.news-category .news-list-item{padding:19px 2px!important}
.news-category .news-list-item:first-of-type{border-top:0!important}
@media(max-width:900px){.news-grid{grid-template-columns:1fr!important;gap:56px!important}}


/* V43 — mobile homepage fit: keep the full MTG composition inside phone viewports */
@media (max-width:600px){
  html,body{max-width:100%;overflow-x:hidden}
  .home-hero{box-sizing:border-box;min-height:calc(100svh - 72px);height:auto;padding:18px 12px 28px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center}
  .hero-center{box-sizing:border-box;width:100%;max-width:100%;padding:12px 4px 0;margin:0 auto;text-align:center}
  .logo-stage{width:min(58vw,230px);height:auto;margin:22px auto 8px}
  .home-hero h1{max-width:100%;margin:0 auto 10px;font-size:clamp(2.55rem,13vw,3.55rem);line-height:.88;letter-spacing:-.035em;white-space:nowrap}
  .home-hero p{box-sizing:border-box;max-width:92vw;margin:0 auto;font-size:clamp(.72rem,3.3vw,.94rem);line-height:1.35;padding:0 8px}
  .civilian-character,.hero-character{top:auto;bottom:0;width:58vw;height:48%;opacity:.64;overflow:visible}
  .civilian-character{left:-13vw}
  .hero-character{right:-13vw;inset:auto -13vw 0 auto}
  .civilian-character img,.hero-character img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
}
@media (max-width:390px){
  .logo-stage{width:min(54vw,205px);margin-top:16px}
  .home-hero h1{font-size:clamp(2.2rem,12.5vw,3rem)}
  .home-hero p{font-size:.72rem;max-width:94vw}
  .civilian-character,.hero-character{width:60vw;height:43%}
  .civilian-character{left:-15vw}.hero-character{right:-15vw;inset:auto -15vw 0 auto}
}


/* V44 — mobile/tablet hero: bring both identities inward and keep full figures visible */
@media (min-width:601px) and (max-width:1024px){
  .home-hero{overflow:hidden!important}
  .civilian-character,.hero-character{width:48vw!important;height:62%!important;bottom:0!important;top:auto!important;opacity:.82!important}
  .civilian-character{left:2vw!important}
  .hero-character{right:2vw!important;inset:auto 2vw 0 auto!important}
  .civilian-character img,.hero-character img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center bottom!important}
  .logo-stage{width:min(42vw,310px)!important}
  .home-hero h1{font-size:clamp(3.5rem,8vw,5.2rem)!important}
}
@media (max-width:600px){
  .civilian-character,.hero-character{width:48vw!important;height:46%!important;bottom:0!important;top:auto!important;opacity:.72!important}
  .civilian-character{left:2vw!important}
  .hero-character{right:2vw!important;inset:auto 2vw 0 auto!important}
  .civilian-character img,.hero-character img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center bottom!important}
}
@media (max-width:390px){
  .civilian-character,.hero-character{width:49vw!important;height:43%!important}
  .civilian-character{left:1vw!important}
  .hero-character{right:1vw!important;inset:auto 1vw 0 auto!important}
}


/* V45 — native MTG storefront */
.mtg-shop{min-height:72vh;background:radial-gradient(circle at 78% 8%,rgba(225,13,22,.18),transparent 28%),linear-gradient(180deg,#080709,#050506);color:#fff}
.shop-hero{position:relative;overflow:hidden;padding:clamp(72px,9vw,130px) 6vw 82px;border-bottom:1px solid rgba(255,255,255,.1)}
.shop-hero:after{content:"MTG";position:absolute;right:-1vw;bottom:-6vw;font-family:Anton,Impact,sans-serif;font-size:clamp(12rem,31vw,31rem);line-height:.7;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.055);pointer-events:none}
.shop-kicker,.shop-section-head>span,.shop-empty-card span{color:#e3131b;font-size:.72rem;font-weight:900;letter-spacing:.2em}
.shop-hero h1{position:relative;z-index:1;margin:8px 0 18px;font-family:Anton,Impact,sans-serif;font-size:clamp(4rem,9vw,9rem);line-height:.88;letter-spacing:-.025em}
.shop-hero h1 em{font-style:normal;color:#e3131b}
.shop-hero p{position:relative;z-index:1;max-width:650px;margin:0 0 28px;color:#b9b9bd;font-size:1.02rem;line-height:1.7}
.shop-main-btn,.shop-empty-card a{position:relative;z-index:2;display:inline-block;padding:14px 22px;background:#e3131b;color:#fff;text-decoration:none;font-weight:900;letter-spacing:.08em;box-shadow:5px 5px 0 #fff;transition:.2s}
.shop-main-btn:hover,.shop-empty-card a:hover{transform:translateY(-3px);box-shadow:7px 8px 0 #fff}
.shop-catalog{padding:68px 6vw 92px;max-width:1240px;margin:auto}
.shop-section-head{margin-bottom:30px}.shop-section-head h2{font-family:Anton,Impact,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);margin:5px 0}.shop-section-head p{color:#888;margin:0}
.shop-empty-card{display:grid;grid-template-columns:minmax(230px,38%) 1fr;gap:clamp(28px,5vw,70px);align-items:center;padding:clamp(26px,5vw,58px);border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(225,13,22,.055));box-shadow:0 30px 80px rgba(0,0,0,.34)}
.shop-empty-card img{width:100%;max-height:330px;object-fit:contain;filter:drop-shadow(0 20px 30px #000) drop-shadow(0 0 20px rgba(225,13,22,.35))}
.shop-empty-card h3{font-family:Anton,Impact,sans-serif;font-size:clamp(2.5rem,5vw,5rem);line-height:.95;margin:8px 0 14px}.shop-empty-card p{color:#aaa;max-width:570px;line-height:1.65;margin:0 0 25px}
@media(max-width:700px){.shop-hero{padding:58px 22px 64px}.shop-catalog{padding:52px 20px 72px}.shop-empty-card{grid-template-columns:1fr;text-align:center}.shop-empty-card img{max-height:210px;margin:auto}.shop-empty-card p{margin-left:auto;margin-right:auto}.shop-main-btn,.shop-empty-card a{box-sizing:border-box;max-width:100%}}

/* V46 — live merchandise product grid */
.shop-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,360px));gap:28px;align-items:start}
.shop-product-card{display:block;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(225,13,22,.045));overflow:hidden;transition:transform .22s,border-color .22s,box-shadow .22s}
.shop-product-card:hover{transform:translateY(-7px);border-color:#e3131b;box-shadow:0 22px 60px rgba(0,0,0,.48),0 0 28px rgba(225,13,22,.13)}
.shop-product-image{aspect-ratio:1/1;background:#eee;overflow:hidden}
.shop-product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.shop-product-card:hover .shop-product-image img{transform:scale(1.025)}
.shop-product-info{padding:23px}
.shop-product-info span{display:block;color:#e3131b;font-size:.68rem;font-weight:900;letter-spacing:.18em;margin-bottom:8px}
.shop-product-info h3{font-family:Anton,Impact,sans-serif;font-size:1.9rem;line-height:1.02;margin:0 0 14px}
.shop-product-info strong{display:block;font-size:1.35rem;margin-bottom:20px}
.shop-product-info b{display:inline-block;background:#e3131b;padding:11px 16px;letter-spacing:.08em;box-shadow:4px 4px 0 #fff}
@media(max-width:700px){.shop-products{grid-template-columns:1fr}.shop-product-card{max-width:430px;margin:auto}}
