/* UNIVERSE
   Cabecalhos de secao e os tres cards do universo ElderPK. */

.section {
  padding:104px 0
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:42px
}
.section-heading .eyebrow {
  margin-bottom:18px
}
h2 {
  font:400 clamp(28px,3vw,40px)/1.3 var(--serif);
  letter-spacing:-.045em;
  margin-bottom:0
}
.section-heading>p {
  font-size:12px;
  line-height:1.9;
  color:var(--muted);
  margin:0 0 6px
}
.section-heading>p strong {
  color:#c6b6a4;
  font-weight:400
}
.universe {
  position:relative;
  background:radial-gradient(ellipse at 50% 90%,#36171a20,transparent 65%)
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
.feature-card {
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:400px;
  border:1px solid var(--line);
  background:linear-gradient(140deg,#181317,#101014);
  padding:25px 29px 28px;
  transition:transform .35s,border-color .35s
}
.feature-card::after,[data-glow]::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(350px circle at var(--glow-x,50%) var(--glow-y,0%),#cb694817,transparent 65%);
  pointer-events:none;
  opacity:0;
  transition:opacity .4s
}
.feature-card:hover {
  transform:translateY(-7px);
  border-color:#ac815b6b
}
[data-glow]:hover::after {
  opacity:1
}
.card-top {
  display:flex;
  justify-content:space-between;
  font-size:8px;
  letter-spacing:.2em;
  color:#bb9c88;
  position:relative;
  z-index:2
}
.card-top span:last-child {
  color:#8e7771
}
.feature-copy {
  position:relative;
  z-index:2;
  padding-top:127px
}
.feature-icon {
  width:22px;
  height:22px;
  color:var(--gold);
  margin-bottom:13px
}
.feature-copy h3 {
  font:400 24px/1.35 var(--serif);
  letter-spacing:-.045em;
  margin-bottom:12px
}
.feature-copy p {
  color:var(--muted);
  font-size:11px;
  line-height:1.9;
  margin-bottom:24px;
  max-width:280px
}
.card-link {
  border-top:1px solid var(--line);
  padding-top:19px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  font-size:8px;
  letter-spacing:.12em;
  color:#d6baa0
}
.card-link svg {
  width:17px;
  height:17px;
  transition:transform .2s
}
.card-link:hover svg {
  transform:translateX(5px)
}
.feature-art {
  position:absolute;
  top:47px;
  left:0;
  right:0;
  height:145px;
  pointer-events:none;
  opacity:.9;
  transition:transform .5s
}
.feature-card:hover .feature-art {
  transform:scale(1.08)
}
.blades-art {
  background:radial-gradient(ellipse,#a4233026,transparent 65%)
}
.blades-art>span {
  position:absolute;
  width:13px;
  height:130px;
  left:50%;
  top:4px;
  transform:rotate(40deg);
  background:linear-gradient(90deg,#443637,#e7c8a3 44%,#96735d 47%,#3f3233 55%,#ac8571);
  clip-path:polygon(50% 0,100% 21%,84% 72%,100% 75%,100% 81%,65% 82%,65% 98%,50% 100%,35% 98%,35% 82%,0 81%,0 75%,16% 72%,0 21%);
  filter:drop-shadow(0 0 12px #ff243c)
}
.blades-art>span:nth-child(2) {
  transform:rotate(-40deg)
}
.blades-art>i {
  position:absolute;
  width:9px;
  height:9px;
  background:#fbd6ac;
  top:57%;
  left:50%;
  transform:rotate(45deg);
  box-shadow:0 0 30px 6px #ba293a75
}
.banner-art>span {
  position:absolute;
  left:calc(50% - 41px);
  top:0;
  width:82px;
  height:139px;
  background:linear-gradient(90deg,#280e17,#6c2630 48%,#34161d);
  clip-path:polygon(0 0,100% 0,100% 83%,50% 100%,0 83%);
  border-top:3px solid #aa855a;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-bottom:17px
}
.banner-art svg {
  color:#c7a270;
  width:43px;
  height:43px
}
.banner-art>i {
  position:absolute;
  top:20px;
  left:calc(50% - 93px);
  height:95px;
  width:36px;
  clip-path:polygon(0 0,100% 0,100% 85%,50% 100%,0 85%);
  background:linear-gradient(90deg,#231019,#48202a);
  border-top:2px solid #79523e
}
.banner-art>i:last-child {
  left:calc(50% + 57px)
}
.crown-art>span {
  position:absolute;
  left:calc(50% - 51px);
  top:18px;
  display:grid;
  place-items:center;
  width:102px;
  height:102px;
  border:1px solid #ad854138;
  transform:rotate(45deg);
  box-shadow:0 0 32px #9a622a12,inset 0 0 32px #9a622a12
}
.crown-art svg {
  width:62px;
  height:62px;
  transform:rotate(-45deg);
  color:#ba935e;
  filter:drop-shadow(0 0 12px #c6a35e40)
}
.crown-art>i {
  position:absolute;
  inset:0 25%;
  border:1px solid #ad854116;
  border-radius:50%
}
