/* IDS Collectibles Index */
.collectibles-page{
  background:
    radial-gradient(circle at 82% 4%,rgba(92,119,141,.12),transparent 25%),
    radial-gradient(circle at 12% 32%,rgba(150,45,55,.07),transparent 30%),
    #050609;
}
.collectibles-hero{
  max-width:1480px;
  margin:0 auto;
  padding:62px 22px 38px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.collectibles-hero:before{
  content:"IDS / COLLECTING / OBJECTS";
  display:block;
  margin-bottom:18px;
  color:#6f7e8a;
  font-size:.6rem;
  font-weight:900;
  letter-spacing:.16em;
}
.collectibles-hero h1{
  margin:8px 0 18px;
  max-width:1100px;
  color:#f2f5f6;
  font:900 clamp(4rem,8vw,7.7rem)/.86 "Arial Narrow",Impact,sans-serif;
  letter-spacing:-.045em;
  text-transform:uppercase;
}
.collectibles-hero>p:last-child{
  max-width:900px;
  margin:0;
  color:#b4bec7;
  font-size:1.06rem;
  line-height:1.7;
}
.collectibles-jump{
  max-width:1480px;
  margin:0 auto;
  padding:18px 22px 34px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.collectibles-jump a{
  min-height:76px;
  padding:14px 16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.09);
  background:#090e14;
  color:#dfe5e9;
  text-decoration:none;
}
.collectibles-jump small{
  color:#6f7e8a;
  font-size:.55rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.collectibles-jump strong{
  margin-top:6px;
  font:900 1.08rem/1 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.collectibles-jump a:hover{border-color:#8293a0;background:#101821}

.collector-check{
  max-width:1436px;
  margin:0 auto 62px;
  padding:24px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(145deg,#0e151d,#080b10);
}
.collector-check-head{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:28px;
  align-items:end;
  margin-bottom:18px;
}
.collector-check h2{
  margin:5px 0 0;
  color:#eef2f4;
  font:900 clamp(2.4rem,4.8vw,4.2rem)/.93 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.collector-check-head>p{
  margin:0;
  color:#93a0aa;
  line-height:1.6;
}
.collector-check-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.collector-check-grid article{
  min-height:170px;
  padding:17px;
  border:1px solid rgba(255,255,255,.07);
  background:#080c12;
}
.collector-check-grid span{
  color:#71808c;
  font-size:.56rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.collector-check-grid h3{
  margin:10px 0 8px;
  color:#e9edef;
  font:900 1.25rem/1 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.collector-check-grid p{
  margin:0;
  color:#909da7;
  font-size:.8rem;
  line-height:1.5;
}

.collectible-lane{
  max-width:1480px;
  margin:0 auto;
  padding:0 22px 66px;
}
.collectible-lane-head{
  padding-top:20px;
  margin-bottom:18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);
  gap:30px;
  align-items:end;
  border-top:1px solid rgba(255,255,255,.08);
}
.collectible-lane-head h2{
  margin:5px 0 0;
  color:#eef2f4;
  font:900 clamp(2.5rem,5vw,4.6rem)/.9 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.collectible-lane-head>p{
  margin:0;
  color:#94a1ab;
  line-height:1.6;
}
.collectible-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.collectible-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(145deg,#0e151d,#080b10);
}
.collectible-card-media{
  aspect-ratio:16/8.5;
  overflow:hidden;
  background:#090c11;
}
.collectible-card-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .22s ease;
}
.collectible-card:hover .collectible-card-media img{transform:scale(1.02)}
.collectible-card-copy{
  min-height:290px;
  padding:22px;
  display:flex;
  flex-direction:column;
}
.collectible-card .meta{
  margin:0;
  color:#71808c;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.collectible-card h3{
  margin:10px 0 10px;
  color:#f0f3f5;
  font:900 1.8rem/1 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.collectible-card p:not(.meta){
  margin:0;
  color:#9da9b3;
  font-size:.87rem;
  line-height:1.58;
}
.collectible-watch{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.07);
}
.collectible-watch strong{
  display:block;
  margin-bottom:5px;
  color:#cbd4da;
  font-size:.63rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.collectible-watch span{
  color:#83909a;
  font-size:.77rem;
  line-height:1.45;
}
.collectible-actions{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.collectible-actions a{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.1);
  color:#d4dce2;
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.07em;
  text-decoration:none;
  text-transform:uppercase;
}
.collectible-actions a:hover{border-color:#81909c;background:#101821}

.collecting-rule{
  max-width:1436px;
  margin:0 auto 62px;
  padding:28px;
  border-left:3px solid #8293a0;
  background:#090e14;
}
.collecting-rule-head{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:28px;
  align-items:end;
}
.collecting-rule h2{
  margin:5px 0 0;
  font:900 clamp(2.1rem,4.3vw,3.8rem)/.93 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.collecting-rule-head>p{margin:0;color:#909da7;line-height:1.6}
.collecting-rule-grid{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.collecting-rule-grid div{
  padding:15px;
  border:1px solid rgba(255,255,255,.07);
  background:#070b10;
}
.collecting-rule-grid strong{
  display:block;
  color:#dfe5e9;
  font:900 1rem/1 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.collecting-rule-grid p{margin:7px 0 0;color:#85919b;font-size:.76rem;line-height:1.45}

.collectibles-connected{
  max-width:1480px;
  margin:0 auto;
  padding:0 22px 70px;
}
.collectibles-connected-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.collectibles-connected-grid a{
  min-height:150px;
  padding:18px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.09);
  background:#090e14;
  color:#e7ecef;
  text-decoration:none;
}
.collectibles-connected-grid span{
  color:#71808c;
  font-size:.56rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.collectibles-connected-grid strong{
  margin:12px 0 8px;
  font:900 1.4rem/1 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.collectibles-connected-grid p{
  margin:0;
  color:#8f9ca6;
  font-size:.78rem;
  line-height:1.45;
}
.collectibles-connected-grid b{
  margin-top:auto;
  padding-top:14px;
  font-size:.65rem;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.collectibles-connected-grid a:hover{border-color:#81909c}

@media(max-width:1050px){
  .collector-check-grid,.collecting-rule-grid,.collectibles-connected-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .collectibles-hero{padding:48px 14px 34px}
  .collectibles-jump{padding:16px 14px 30px;grid-template-columns:repeat(2,1fr)}
  .collector-check{margin:0 14px 48px}
  .collector-check-head,.collectible-lane-head,.collecting-rule-head{grid-template-columns:1fr;gap:10px}
  .collector-check-grid,.collectible-grid,.collecting-rule-grid,.collectibles-connected-grid{grid-template-columns:1fr}
  .collectible-lane,.collectibles-connected{padding-left:14px;padding-right:14px}
  .collecting-rule{margin:0 14px 48px}
}
@media(max-width:460px){
  .collectibles-jump{grid-template-columns:1fr}
  .collectibles-hero h1{font-size:clamp(3.1rem,17vw,5rem)}
}