
:root{
 --green:#ccff00;
 --green-soft:rgba(204,255,0,.12);
 --green-line:rgba(204,255,0,.28);
 --black:#050705;
 --panel:#0a0d0a;
 --panel-2:#0e120e;
 --panel-3:#121712;
 --white:#f5f7f2;
 --muted:#929b8e;
 --muted-2:#636d5f;
 --line:rgba(255,255,255,.085);
 --line-strong:rgba(255,255,255,.14);
 --radius:18px;
 --radius-lg:28px;
 --shadow:0 24px 80px rgba(0,0,0,.44);
}

*{
 box-sizing:border-box;
}

html{
 min-height:100%;
 background:var(--black);
 scroll-behavior:smooth;
}

body{
 margin:0;
 min-width:0;
 min-height:100vh;
 overflow-x:hidden;
 color:var(--white);
 background:
  radial-gradient(circle at 20% -10%,rgba(204,255,0,.13),transparent 28%),
  radial-gradient(circle at 90% 20%,rgba(204,255,0,.06),transparent 25%),
  linear-gradient(180deg,#070a07 0%,#050705 42%,#040604 100%);
 font-family:
  Inter,
  ui-sans-serif,
  -apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  Arial,
  Helvetica,
  sans-serif;
 -webkit-font-smoothing:antialiased;
}

body:before{
 content:"";
 position:fixed;
 inset:0;
 z-index:-1;
 pointer-events:none;
 opacity:.18;
 background-image:
  linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
 background-size:48px 48px;
 mask-image:linear-gradient(to bottom,#000,transparent 72%);
}

[hidden]{
 display:none!important;
}

img{
 max-width:100%;
}

a{
 color:inherit;
 text-decoration:none;
}

button,
input,
select{
 font:inherit;
}

button,
select{
 cursor:pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible{
 outline:2px solid var(--green);
 outline-offset:3px;
}

.site-shell{
 width:min(1580px,100%);
 margin:0 auto;
 padding:0 26px;
}

.site-header{
 position:sticky;
 top:0;
 z-index:100;
 height:72px;
 display:flex;
 align-items:center;
 border-bottom:1px solid var(--line);
 background:rgba(5,7,5,.88);
 backdrop-filter:blur(18px);
 -webkit-backdrop-filter:blur(18px);
}

.header-inner{
 width:min(1580px,100%);
 margin:0 auto;
 padding:0 26px;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:20px;
}

.logo{
 display:flex;
 align-items:center;
 gap:11px;
 min-width:0;
}

.logo-mark{
 width:34px;
 height:34px;
 display:grid;
 place-items:center;
 border-radius:10px;
 color:#050705;
 background:var(--green);
 box-shadow:
  0 0 25px rgba(204,255,0,.2);
 font-weight:1000;
 font-size:13px;
 transform:rotate(-5deg);
}

.logo-text{
 white-space:nowrap;
 font-size:15px;
 font-weight:950;
 letter-spacing:-.055em;
}

.logo-text b{
 color:var(--green);
}

.header-nav{
 display:flex;
 align-items:center;
 gap:7px;
}

.header-nav a{
 padding:10px 13px;
 border:1px solid transparent;
 border-radius:10px;
 color:#aeb5aa;
 font-size:10px;
 font-weight:850;
 letter-spacing:.08em;
 text-transform:uppercase;
 transition:.18s ease;
}

.header-nav a:hover{
 color:#fff;
 background:rgba(255,255,255,.04);
 border-color:var(--line);
}

.header-nav .nav-primary{
 color:#060806;
 background:var(--green);
 border-color:var(--green);
}

.header-nav .nav-primary:hover{
 color:#060806;
 background:#d8ff34;
}

.independent-strip{
 position:relative;
 z-index:2;
 padding:9px 18px;
 text-align:center;
 border-bottom:1px solid rgba(204,255,0,.12);
 color:#7f897a;
 background:rgba(204,255,0,.025);
 font-size:9px;
 font-weight:800;
 letter-spacing:.11em;
 text-transform:uppercase;
}

.independent-strip strong{
 color:var(--green);
}

.hero{
 min-height:720px;
 display:grid;
 grid-template-columns:minmax(0,1.03fr) minmax(450px,.97fr);
 align-items:center;
 gap:55px;
 padding:80px 0 72px;
}

.hero-copy{
 min-width:0;
 position:relative;
 z-index:3;
}

.eyebrow{
 display:flex;
 align-items:center;
 gap:9px;
 color:var(--green);
 font-size:10px;
 font-weight:950;
 letter-spacing:.18em;
 text-transform:uppercase;
}

.eyebrow:before{
 content:"";
 width:28px;
 height:1px;
 background:var(--green);
 box-shadow:0 0 12px rgba(204,255,0,.55);
}

.hero h1,
.collection-hero h1,
.detail-title{
 margin:16px 0 0;
 font-weight:1000;
 line-height:.83;
 letter-spacing:-.075em;
 text-transform:uppercase;
}

.hero h1{
 font-size:clamp(66px,8.6vw,142px);
}

.hero h1 span,
.collection-hero h1 span{
 color:var(--green);
 text-shadow:
  0 0 50px rgba(204,255,0,.12);
}

.hero-lead{
 width:min(690px,100%);
 margin:29px 0 0;
 color:#99a294;
 font-size:16px;
 line-height:1.75;
}

.hero-actions{
 display:flex;
 flex-wrap:wrap;
 gap:10px;
 margin-top:31px;
}

.btn{
 min-height:49px;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 gap:10px;
 padding:0 19px;
 border:1px solid var(--line-strong);
 border-radius:12px;
 color:#fff;
 background:rgba(255,255,255,.035);
 font-size:10px;
 font-weight:950;
 letter-spacing:.085em;
 text-transform:uppercase;
 transition:
  transform .18s ease,
  border-color .18s ease,
  background .18s ease;
}

.btn:hover{
 transform:translateY(-2px);
 border-color:rgba(255,255,255,.24);
 background:rgba(255,255,255,.065);
}

.btn-primary{
 color:#050705;
 border-color:var(--green);
 background:var(--green);
 box-shadow:
  0 13px 45px rgba(204,255,0,.11);
}

.btn-primary:hover{
 background:#d8ff34;
 border-color:#d8ff34;
}

.hero-stats{
 display:flex;
 flex-wrap:wrap;
 gap:9px;
 margin-top:34px;
}

.hero-stat{
 min-width:115px;
 padding:13px 15px;
 border:1px solid var(--line);
 border-radius:12px;
 background:rgba(255,255,255,.022);
}

.hero-stat strong{
 display:block;
 color:#fff;
 font-size:19px;
 font-weight:950;
 letter-spacing:-.04em;
}

.hero-stat span{
 display:block;
 margin-top:2px;
 color:#626b5e;
 font-size:8px;
 font-weight:850;
 letter-spacing:.095em;
 text-transform:uppercase;
}

.hero-visual{
 position:relative;
 height:590px;
 min-width:0;
}

.hero-orbit{
 position:absolute;
 width:450px;
 height:450px;
 left:50%;
 top:50%;
 transform:translate(-50%,-50%);
 border:1px solid rgba(204,255,0,.12);
 border-radius:50%;
 box-shadow:
  0 0 100px rgba(204,255,0,.05),
  inset 0 0 100px rgba(204,255,0,.025);
}

.hero-orbit:before,
.hero-orbit:after{
 content:"";
 position:absolute;
 border:1px solid rgba(255,255,255,.05);
 border-radius:50%;
 inset:45px;
}

.hero-orbit:after{
 inset:105px;
}

.hero-toy{
 position:absolute;
 overflow:hidden;
 aspect-ratio:1;
 border:1px solid rgba(255,255,255,.14);
 border-radius:24px;
 background:var(--green);
 box-shadow:var(--shadow);
}

.hero-toy img{
 width:100%;
 height:100%;
 display:block;
 object-fit:cover;
}

.hero-toy:after{
 content:"";
 position:absolute;
 inset:0;
 background:
  linear-gradient(
   120deg,
   transparent 20%,
   rgba(255,255,255,.15) 45%,
   transparent 66%
  );
 transform:translateX(-150%);
 animation:heroShine 7s ease-in-out infinite;
}

.hero-toy-main{
 width:390px;
 left:50%;
 top:48%;
 transform:translate(-50%,-50%) rotate(-2deg);
 z-index:4;
}

.hero-toy-left{
 width:185px;
 left:0;
 bottom:45px;
 z-index:3;
 transform:rotate(-8deg);
}

.hero-toy-right{
 width:175px;
 right:0;
 top:40px;
 z-index:2;
 transform:rotate(8deg);
}

.hero-label{
 position:absolute;
 z-index:8;
 padding:9px 11px;
 border:1px solid rgba(255,255,255,.1);
 border-radius:10px;
 color:#dce1d9;
 background:rgba(5,7,5,.86);
 backdrop-filter:blur(10px);
 font-size:8px;
 font-weight:900;
 letter-spacing:.1em;
 text-transform:uppercase;
}

.hero-label-a{
 right:14px;
 bottom:105px;
}

.hero-label-b{
 left:34px;
 top:80px;
}

@keyframes heroShine{
 0%,55%{transform:translateX(-150%)}
 75%,100%{transform:translateX(150%)}
}

.ticker{
 overflow:hidden;
 border-top:1px solid var(--line);
 border-bottom:1px solid var(--line);
 background:#080b08;
}

.ticker-track{
 width:max-content;
 display:flex;
 align-items:center;
 gap:29px;
 padding:14px 0;
 animation:tickerMove 38s linear infinite;
}

.ticker-item{
 display:flex;
 align-items:center;
 gap:28px;
 color:#7f887b;
 font-size:9px;
 font-weight:900;
 letter-spacing:.14em;
 text-transform:uppercase;
 white-space:nowrap;
}

.ticker-item:after{
 content:"◆";
 color:var(--green);
 font-size:6px;
}

@keyframes tickerMove{
 from{transform:translateX(0)}
 to{transform:translateX(-50%)}
}

.section{
 padding:84px 0;
}

.section-heading{
 display:flex;
 justify-content:space-between;
 align-items:end;
 gap:25px;
 margin-bottom:28px;
}

.section-heading h2{
 margin:10px 0 0;
 font-size:clamp(38px,5vw,74px);
 line-height:.9;
 letter-spacing:-.06em;
 text-transform:uppercase;
}

.section-heading p{
 max-width:480px;
 margin:0;
 color:var(--muted);
 font-size:13px;
 line-height:1.7;
}

.toy-grid{
 display:grid;
 grid-template-columns:repeat(6,minmax(0,1fr));
 gap:13px;
}

.toy-card{
 position:relative;
 min-width:0;
 overflow:hidden;
 border:1px solid var(--line);
 border-radius:16px;
 background:
  linear-gradient(180deg,#0d100d,#090c09);
 transition:
  transform .22s ease,
  border-color .22s ease,
  box-shadow .22s ease;
}

.toy-card:hover{
 z-index:2;
 transform:translateY(-5px);
 border-color:rgba(204,255,0,.27);
 box-shadow:
  0 20px 55px rgba(0,0,0,.34),
  0 0 25px rgba(204,255,0,.035);
}

.toy-art{
 position:relative;
 overflow:hidden;
 aspect-ratio:1;
 background:var(--green);
}

.toy-art img{
 width:100%;
 height:100%;
 display:block;
 object-fit:cover;
 transform:scale(1.001);
 transition:transform .32s ease;
}

.toy-card:hover .toy-art img{
 transform:scale(1.035);
}

.toy-art:after{
 content:"";
 position:absolute;
 inset:0;
 background:
  linear-gradient(
   to bottom,
   transparent 65%,
   rgba(4,6,4,.12)
  );
 pointer-events:none;
}

.card-shine{
 position:absolute;
 inset:-80%;
 pointer-events:none;
 background:
  linear-gradient(
   115deg,
   transparent 45%,
   rgba(255,255,255,.16) 50%,
   transparent 55%
  );
 transform:translateX(-40%);
 opacity:0;
 transition:.35s ease;
}

.toy-card:hover .card-shine{
 opacity:1;
 transform:translateX(40%);
}

.toy-number{
 position:absolute;
 top:9px;
 left:9px;
 z-index:4;
 padding:7px 8px;
 border-radius:8px;
 color:#050705;
 background:rgba(255,255,255,.88);
 backdrop-filter:blur(8px);
 font-size:8px;
 font-weight:1000;
 letter-spacing:.06em;
}

.toy-card-copy{
 padding:13px 13px 14px;
}

.toy-card-kicker{
 overflow:hidden;
 color:#60695c;
 font-size:7px;
 font-weight:900;
 letter-spacing:.1em;
 text-overflow:ellipsis;
 text-transform:uppercase;
 white-space:nowrap;
}

.toy-card h3{
 min-height:32px;
 margin:6px 0 0;
 overflow:hidden;
 font-size:11px;
 line-height:1.4;
 font-weight:900;
 letter-spacing:-.015em;
}

.toy-card-bottom{
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:10px;
 margin-top:11px;
}

.tier-badge{
 display:inline-flex;
 align-items:center;
 min-height:23px;
 padding:0 8px;
 border:1px solid var(--line);
 border-radius:999px;
 color:#9ca597;
 background:rgba(255,255,255,.025);
 font-size:7px;
 font-weight:950;
 letter-spacing:.065em;
 text-transform:uppercase;
}

.tier-enhanced{
 border-color:rgba(104,224,255,.25);
}

.tier-rare-design{
 border-color:rgba(184,133,255,.3);
}

.tier-legendary-design{
 border-color:rgba(255,194,92,.31);
}

.tier-mythic-design{
 border-color:rgba(255,104,218,.34);
}

.tier-badge.tier-enhanced{
 color:#9deaff;
}

.tier-badge.tier-rare-design{
 color:#c8a4ff;
}

.tier-badge.tier-legendary-design{
 color:#ffd285;
}

.tier-badge.tier-mythic-design{
 color:#ff9bea;
}

.view-arrow{
 color:var(--green);
 font-size:13px;
}

.featured-card:first-child{
 grid-column:span 2;
 grid-row:span 2;
}

.featured-card:first-child .toy-card-copy{
 padding:16px;
}

.featured-card:first-child h3{
 font-size:18px;
 min-height:auto;
}

.featured-card:first-child .toy-card-kicker{
 font-size:8px;
}

.category-grid{
 display:grid;
 grid-template-columns:repeat(5,minmax(0,1fr));
 gap:10px;
}

.category-card{
 position:relative;
 min-height:180px;
 overflow:hidden;
 padding:20px;
 border:1px solid var(--line);
 border-radius:18px;
 background:
  linear-gradient(145deg,#101410,#090c09);
 transition:.2s ease;
}

.category-card:hover{
 transform:translateY(-3px);
 border-color:var(--green-line);
}

.category-card:after{
 content:"";
 position:absolute;
 width:180px;
 height:180px;
 right:-70px;
 bottom:-90px;
 border-radius:50%;
 background:rgba(204,255,0,.04);
 filter:blur(2px);
}

.category-count{
 position:relative;
 z-index:2;
 color:var(--green);
 font-size:38px;
 font-weight:1000;
 letter-spacing:-.07em;
}

.category-card h3{
 position:relative;
 z-index:2;
 margin:27px 0 0;
 font-size:13px;
 text-transform:uppercase;
}

.category-card p{
 position:relative;
 z-index:2;
 margin:6px 0 0;
 color:#697264;
 font-size:9px;
 line-height:1.5;
}

.about-panel{
 display:grid;
 grid-template-columns:.8fr 1.2fr;
 gap:45px;
 align-items:center;
 padding:47px;
 border:1px solid var(--line);
 border-radius:var(--radius-lg);
 background:
  radial-gradient(circle at 10% 10%,rgba(204,255,0,.075),transparent 33%),
  #090c09;
}

.about-index{
 color:var(--green);
 font-size:clamp(92px,14vw,190px);
 line-height:.7;
 font-weight:1000;
 letter-spacing:-.09em;
}

.about-copy h2{
 margin:0;
 font-size:clamp(34px,4vw,62px);
 line-height:.94;
 letter-spacing:-.055em;
 text-transform:uppercase;
}

.about-copy p{
 max-width:720px;
 margin:20px 0 0;
 color:#90998c;
 font-size:14px;
 line-height:1.8;
}

.view-only{
 margin-top:22px;
 display:inline-flex;
 align-items:center;
 gap:9px;
 padding:9px 11px;
 border:1px solid rgba(204,255,0,.2);
 border-radius:999px;
 color:#aeb7a9;
 background:rgba(204,255,0,.035);
 font-size:8px;
 font-weight:900;
 letter-spacing:.09em;
 text-transform:uppercase;
}

.view-only:before{
 content:"";
 width:6px;
 height:6px;
 border-radius:50%;
 background:var(--green);
 box-shadow:0 0 10px rgba(204,255,0,.6);
}

.site-footer{
 margin-top:60px;
 padding:45px 0 55px;
 border-top:1px solid var(--line);
}

.footer-grid{
 display:grid;
 grid-template-columns:1fr auto;
 gap:35px;
 align-items:end;
}

.footer-brand{
 font-size:23px;
 font-weight:1000;
 letter-spacing:-.06em;
}

.footer-brand b{
 color:var(--green);
}

.footer-copy{
 width:min(700px,100%);
 margin-top:11px;
 color:#60695c;
 font-size:10px;
 line-height:1.75;
}

.footer-links{
 display:flex;
 gap:8px;
}

.footer-links a{
 padding:9px 11px;
 border:1px solid var(--line);
 border-radius:9px;
 color:#858f80;
 font-size:8px;
 font-weight:900;
 letter-spacing:.08em;
 text-transform:uppercase;
}


/* COLLECTION */

.collection-hero{
 padding:68px 0 37px;
}

.collection-hero h1{
 font-size:clamp(61px,8vw,118px);
}

.collection-intro{
 max-width:710px;
 margin:24px 0 0;
 color:#919a8d;
 font-size:14px;
 line-height:1.7;
}

.collection-stats{
 display:flex;
 flex-wrap:wrap;
 gap:8px;
 margin-top:25px;
}

.collection-stat{
 padding:9px 11px;
 border:1px solid var(--line);
 border-radius:9px;
 color:#788173;
 background:rgba(255,255,255,.02);
 font-size:8px;
 font-weight:850;
 letter-spacing:.075em;
 text-transform:uppercase;
}

.collection-stat strong{
 margin-right:5px;
 color:#fff;
 font-size:10px;
}

.collection-controls-wrap{
 position:sticky;
 top:72px;
 z-index:80;
 margin-bottom:24px;
 padding:13px 0;
 background:
  linear-gradient(
   to bottom,
   rgba(5,7,5,.98),
   rgba(5,7,5,.93)
  );
 backdrop-filter:blur(16px);
}

.collection-controls{
 display:grid;
 grid-template-columns:minmax(230px,1fr) auto auto;
 gap:9px;
 align-items:center;
 padding:12px;
 border:1px solid var(--line);
 border-radius:15px;
 background:#090c09;
 box-shadow:0 15px 45px rgba(0,0,0,.22);
}

.search-box{
 position:relative;
 min-width:0;
}

.search-box input{
 width:100%;
 height:44px;
 padding:0 42px 0 14px;
 border:1px solid var(--line);
 border-radius:10px;
 outline:none;
 color:#fff;
 background:#050705;
 font-size:11px;
 transition:.18s ease;
}

.search-box input::placeholder{
 color:#596254;
}

.search-box input:focus{
 border-color:rgba(204,255,0,.42);
 box-shadow:0 0 0 3px rgba(204,255,0,.045);
}

.search-icon{
 position:absolute;
 right:14px;
 top:50%;
 transform:translateY(-50%);
 color:var(--green);
 font-size:13px;
 pointer-events:none;
}

.sort-select{
 height:44px;
 min-width:150px;
 padding:0 34px 0 12px;
 border:1px solid var(--line);
 border-radius:10px;
 outline:none;
 color:#b7beb2;
 background:#050705;
 font-size:9px;
 font-weight:850;
 letter-spacing:.045em;
 text-transform:uppercase;
}

.result-count{
 min-width:130px;
 text-align:right;
 color:#687164;
 font-size:9px;
 font-weight:850;
 letter-spacing:.07em;
 text-transform:uppercase;
}

.result-count strong{
 color:var(--green);
}

.tier-filters{
 display:flex;
 flex-wrap:wrap;
 gap:7px;
 margin:0 0 22px;
}

.filter-button{
 min-height:34px;
 padding:0 12px;
 border:1px solid var(--line);
 border-radius:999px;
 color:#7f887b;
 background:rgba(255,255,255,.022);
 font-size:8px;
 font-weight:900;
 letter-spacing:.07em;
 text-transform:uppercase;
 transition:.18s ease;
}

.filter-button:hover{
 color:#fff;
 border-color:var(--line-strong);
}

.filter-button.active{
 color:#050705;
 border-color:var(--green);
 background:var(--green);
}

.collection-grid{
 display:grid;
 grid-template-columns:repeat(6,minmax(0,1fr));
 gap:12px;
 min-height:500px;
}

.no-results{
 padding:70px 20px;
 text-align:center;
 border:1px dashed var(--line-strong);
 border-radius:18px;
 color:#7c8678;
}

.no-results strong{
 display:block;
 margin-bottom:7px;
 color:#fff;
 font-size:20px;
}

.pagination{
 display:flex;
 justify-content:center;
 flex-wrap:wrap;
 gap:6px;
 margin-top:37px;
}

.page-button{
 min-width:36px;
 height:36px;
 padding:0 10px;
 border:1px solid var(--line);
 border-radius:9px;
 color:#8f988b;
 background:#090c09;
 font-size:9px;
 font-weight:900;
}

.page-button:hover{
 color:#fff;
 border-color:var(--line-strong);
}

.page-button.active{
 color:#050705;
 border-color:var(--green);
 background:var(--green);
}


/* DETAIL */

.detail-wrap{
 padding:48px 0 75px;
}

.breadcrumbs{
 display:flex;
 align-items:center;
 flex-wrap:wrap;
 gap:8px;
 margin-bottom:22px;
 color:#626b5e;
 font-size:8px;
 font-weight:850;
 letter-spacing:.08em;
 text-transform:uppercase;
}

.breadcrumbs a:hover{
 color:var(--green);
}

.breadcrumbs span{
 color:#3f463c;
}

.detail-grid{
 display:grid;
 grid-template-columns:minmax(390px,690px) minmax(350px,1fr);
 gap:48px;
 align-items:start;
}

.detail-art-shell{
 position:sticky;
 top:100px;
 min-width:0;
}

.detail-art{
 position:relative;
 overflow:hidden;
 aspect-ratio:1;
 border:1px solid rgba(255,255,255,.11);
 border-radius:25px;
 background:var(--green);
 box-shadow:
  0 35px 90px rgba(0,0,0,.38),
  0 0 80px rgba(204,255,0,.035);
}

.detail-art img{
 width:100%;
 height:100%;
 display:block;
 object-fit:cover;
}

.detail-corner{
 position:absolute;
 padding:9px 11px;
 border-radius:9px;
 color:#050705;
 background:rgba(255,255,255,.87);
 backdrop-filter:blur(8px);
 font-size:8px;
 font-weight:950;
 letter-spacing:.08em;
 text-transform:uppercase;
}

.detail-corner.top{
 top:13px;
 left:13px;
}

.detail-corner.bottom{
 right:13px;
 bottom:13px;
}

.detail-side{
 min-width:0;
 padding-top:7px;
}

.detail-title{
 max-width:800px;
 font-size:clamp(52px,6vw,94px);
}

.detail-token{
 margin-top:18px;
 color:#6d7668;
 font-size:9px;
 font-weight:900;
 letter-spacing:.13em;
 text-transform:uppercase;
}

.detail-tier{
 margin-top:20px;
}

.detail-description{
 max-width:650px;
 margin-top:22px;
 color:#929b8e;
 font-size:13px;
 line-height:1.75;
}

.traits-heading{
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:15px;
 margin-top:31px;
 padding-bottom:12px;
 border-bottom:1px solid var(--line);
}

.traits-heading strong{
 font-size:10px;
 letter-spacing:.09em;
 text-transform:uppercase;
}

.traits-heading span{
 color:#646d60;
 font-size:8px;
}

.traits-grid{
 display:grid;
 grid-template-columns:repeat(2,minmax(0,1fr));
 gap:8px;
 margin-top:10px;
}

.trait{
 min-width:0;
 padding:13px;
 border:1px solid var(--line);
 border-radius:11px;
 background:#0a0d0a;
}

.trait small{
 display:block;
 overflow:hidden;
 color:#616a5d;
 font-size:7px;
 font-weight:900;
 letter-spacing:.08em;
 text-overflow:ellipsis;
 text-transform:uppercase;
 white-space:nowrap;
}

.trait strong{
 display:block;
 overflow-wrap:anywhere;
 margin-top:5px;
 color:#dce1d9;
 font-size:10px;
 line-height:1.4;
}

.detail-actions{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:8px;
 margin-top:27px;
}

.detail-actions .btn{
 width:100%;
}

.detail-note{
 margin-top:17px;
 padding:13px 14px;
 border:1px solid rgba(204,255,0,.13);
 border-radius:11px;
 color:#747d70;
 background:rgba(204,255,0,.025);
 font-size:9px;
 line-height:1.6;
}

.related-section{
 margin-top:75px;
 padding-top:42px;
 border-top:1px solid var(--line);
}

.related-grid{
 display:grid;
 grid-template-columns:repeat(4,minmax(0,1fr));
 gap:11px;
}


/* ERROR / SMALL */

.simple-page{
 min-height:75vh;
 display:grid;
 place-items:center;
 padding:70px 20px;
 text-align:center;
}

.simple-page h1{
 margin:0;
 color:var(--green);
 font-size:clamp(90px,18vw,230px);
 line-height:.7;
 letter-spacing:-.09em;
}

.simple-page h2{
 margin:27px 0 0;
 font-size:30px;
 letter-spacing:-.04em;
}

.simple-page p{
 max-width:500px;
 margin:14px auto 0;
 color:#7d8679;
 line-height:1.7;
 font-size:12px;
}


@media(max-width:1350px){
 .toy-grid,
 .collection-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
 }

 .hero{
  grid-template-columns:minmax(0,1fr) 500px;
 }

 .hero-visual{
  height:530px;
 }

 .hero-toy-main{
  width:350px;
 }

 .category-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
 }
}

@media(max-width:1100px){
 .hero{
  grid-template-columns:1fr;
  padding-top:65px;
 }

 .hero-copy{
  max-width:870px;
 }

 .hero-visual{
  width:min(690px,100%);
  height:570px;
  margin:0 auto;
 }

 .toy-grid,
 .collection-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
 }

 .featured-card:first-child{
  grid-column:span 2;
  grid-row:span 2;
 }

 .detail-grid{
  grid-template-columns:minmax(330px,.9fr) 1.1fr;
  gap:31px;
 }

 .about-panel{
  grid-template-columns:1fr;
 }

 .about-index{
  font-size:110px;
 }
}

@media(max-width:820px){
 .site-shell,
 .header-inner{
  padding-left:15px;
  padding-right:15px;
 }

 .site-header{
  height:64px;
 }

 .header-nav a{
  display:none;
 }

 .header-nav .nav-primary{
  display:flex;
 }

 .independent-strip{
  padding:8px 12px;
  font-size:7px;
  line-height:1.5;
 }

 .hero{
  min-height:auto;
  padding:52px 0 40px;
  gap:25px;
 }

 .hero h1{
  font-size:clamp(59px,17vw,98px);
 }

 .hero-lead{
  font-size:14px;
 }

 .hero-visual{
  height:460px;
 }

 .hero-orbit{
  width:370px;
  height:370px;
 }

 .hero-toy-main{
  width:305px;
 }

 .hero-toy-left{
  width:135px;
  left:2px;
 }

 .hero-toy-right{
  width:130px;
  right:2px;
 }

 .section{
  padding:60px 0;
 }

 .section-heading{
  display:block;
 }

 .section-heading p{
  margin-top:15px;
 }

 .toy-grid,
 .collection-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
 }

 .featured-card:first-child{
  grid-column:span 2;
 }

 .category-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
 }

 .collection-controls-wrap{
  top:64px;
 }

 .collection-controls{
  grid-template-columns:1fr auto;
 }

 .result-count{
  grid-column:1/-1;
  text-align:left;
  padding:1px 3px 0;
 }

 .detail-grid{
  grid-template-columns:1fr;
 }

 .detail-art-shell{
  position:relative;
  top:auto;
  width:min(650px,100%);
  margin:0 auto;
 }

 .detail-side{
  padding-top:8px;
 }

 .related-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
 }

 .footer-grid{
  grid-template-columns:1fr;
 }

 .footer-links{
  flex-wrap:wrap;
 }
}

@media(max-width:560px){
 .logo-mark{
  width:31px;
  height:31px;
 }

 .logo-text{
  font-size:13px;
 }

 .header-nav .nav-primary{
  padding:9px 10px;
  font-size:8px;
 }

 .hero h1{
  font-size:clamp(53px,18vw,82px);
 }

 .hero-actions{
  display:grid;
  grid-template-columns:1fr;
 }

 .hero-actions .btn{
  width:100%;
 }

 .hero-stat{
  flex:1;
  min-width:95px;
 }

 .hero-visual{
  height:370px;
 }

 .hero-orbit{
  width:290px;
  height:290px;
 }

 .hero-toy-main{
  width:245px;
 }

 .hero-toy-left{
  width:100px;
  bottom:35px;
 }

 .hero-toy-right{
  width:95px;
  top:35px;
 }

 .hero-label{
  display:none;
 }

 .section-heading h2{
  font-size:42px;
 }

 .toy-grid,
 .collection-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
 }

 .featured-card:first-child{
  grid-column:span 2;
 }

 .toy-card-copy{
  padding:10px;
 }

 .toy-card h3{
  min-height:29px;
  font-size:10px;
 }

 .category-grid{
  grid-template-columns:1fr 1fr;
  gap:8px;
 }

 .category-card{
  min-height:150px;
  padding:15px;
 }

 .category-count{
  font-size:31px;
 }

 .about-panel{
  padding:27px 20px;
 }

 .collection-hero{
  padding:45px 0 28px;
 }

 .collection-hero h1{
  font-size:55px;
 }

 .collection-controls{
  grid-template-columns:1fr;
 }

 .sort-select{
  width:100%;
 }

 .result-count{
  grid-column:auto;
 }

 .tier-filters{
  gap:5px;
 }

 .filter-button{
  min-height:32px;
  padding:0 9px;
  font-size:7px;
 }

 .detail-wrap{
  padding-top:25px;
 }

 .detail-title{
  font-size:51px;
 }

 .traits-grid{
  grid-template-columns:1fr 1fr;
 }

 .detail-actions{
  grid-template-columns:1fr;
 }

 .related-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
 }

 .footer-brand{
  font-size:20px;
 }
}

@media(prefers-reduced-motion:reduce){
 *{
  scroll-behavior:auto!important;
  animation:none!important;
  transition:none!important;
 }
}
