/* Lizard '13 brand refresh — keeps the v1 system, adds the launcher identity and mascot. */

:root {
  --max: 1280px;
}

.section-block { padding: 88px 0; }

.brand-mark-image {
  overflow: hidden;
  background: #08110c;
  border: 1px solid rgba(154, 255, 183, .18);
  box-shadow: 0 0 30px rgba(84, 241, 124, .16);
}
.brand-mark-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 72% 30%;
  image-rendering: auto;
  transform: scale(1.12);
}
.site-header .brand-mark-image {
  width: 44px;
  height: 44px;
  border-radius: 13px;
}
.footer-brand .brand-mark-image {
  width: 42px;
  height: 42px;
}

.hero {
  min-height: 710px;
  padding: 78px 0 68px;
  grid-template-columns: 1.02fr .98fr;
  gap: 58px;
}
.hero h1 {
  font-size: clamp(76px, 8.4vw, 132px);
}
.hero-lede {
  max-width: 690px;
}
.hero-meta {
  margin-top: 34px;
}

.button-disabled {
  cursor: default;
  user-select: none;
  opacity: .62;
  filter: saturate(.7);
}
.button-disabled:hover {
  transform: none;
  box-shadow: none;
}
.button-discord.button-disabled {
  background: rgba(88, 101, 242, .34);
  border-color: rgba(132, 143, 255, .22);
}

.mascot-panel {
  min-height: 565px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 255, 181, .2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 76% 40%, rgba(64,255,109,.16), transparent 18rem),
    linear-gradient(155deg, #08110c, #030705 72%);
  box-shadow:
    0 38px 110px rgba(0,0,0,.42),
    0 0 90px rgba(73,238,111,.07);
  isolation: isolate;
}
.mascot-art {
  position: absolute;
  width: min(94%, 480px);
  height: auto;
  right: 1.5%;
  top: 66px;
  left: auto;
  bottom: auto;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.02) contrast(1.045);
  transform: none;
}
.mascot-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3,8,5,.56) 0%, rgba(3,8,5,.02) 24%, rgba(3,8,5,.08) 48%, rgba(3,8,5,.91) 100%),
    linear-gradient(90deg, rgba(3,8,5,.38) 0%, rgba(3,8,5,0) 42%);
  z-index: 1;
}
.mascot-topline {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(190,255,205,.16);
  border-radius: 999px;
  background: rgba(3,8,5,.64);
  backdrop-filter: blur(14px);
  color: #b7c9bb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}
.mascot-status {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  padding: 18px;
  border: 1px solid rgba(190,255,205,.16);
  border-radius: 19px;
  background: rgba(4,10,6,.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}
.mascot-status-title {
  display: grid;
  gap: 2px;
  margin-bottom: 13px;
}
.mascot-status-title span {
  color: var(--green);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}
.mascot-status-title strong {
  font-size: 22px;
  letter-spacing: -.035em;
}
.mascot-status-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(154, 255, 183, .12);
  border-radius: 12px;
  overflow: hidden;
}
.mascot-status-grid > div {
  min-width: 0;
  padding: 10px 9px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 6px;
  align-items: center;
  background: rgba(9,19,13,.78);
  border-right: 1px solid rgba(154,255,183,.09);
}
.mascot-status-grid > div:last-child { border-right: 0; }
.mascot-status-grid strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}
.mascot-status-grid small {
  grid-column: 2;
  color: #74877a;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.rotation-note {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid rgba(154, 255, 183, .11);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: baseline;
}
.rotation-note span {
  color: #edcf65;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
}
.rotation-note strong { font-size: 12px; }
.rotation-note small {
  grid-column: 2;
  color: #788b7d;
  font-size: 9px;
}

.section-heading { margin-bottom: 40px; }
.feature-grid { gap: 12px; }
.feature-card {
  min-height: 225px;
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84,241,124,.09), transparent 70%);
  pointer-events: none;
}
.feature-card h3 { margin-top: 34px; }

.split-section {
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
}

.development-inner { padding: 88px 0; }

.muted-link {
  color: #6f8173;
  cursor: default;
}

@media (min-width: 1500px) {
  :root { --max: 1360px; }
  .site-header { width: min(calc(100% - 52px), 1360px); }
  .hero { grid-template-columns: 1.03fr .97fr; }
}

@media (max-width: 980px) {
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 64px;
  }
  .mascot-panel { min-height: 560px; }
  .mascot-art {
    width: min(92%, 480px);
    right: 4%;
    top: 62px;
  }
  .split-section { gap: 48px; }
}

@media (max-width: 720px) {
  .section-block { padding: 70px 0; }
  .site-header .brand-mark-image { width: 40px; height: 40px; }
  .mascot-panel { min-height: 490px; border-radius: 20px; }
  .mascot-art {
    width: min(96%, 460px);
    right: 2%;
    top: 58px;
  }
  .mascot-status-grid { grid-template-columns: 1fr 1fr; }
  .mascot-status-grid > div:nth-child(2) { border-right: 0; }
  .mascot-status-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(154,255,183,.09); }
  .mascot-status-title strong { font-size: 19px; }
  .rotation-note { grid-template-columns: 1fr; gap: 2px; }
  .rotation-note small, .rotation-note strong { grid-column: 1; }
}

@media (max-width: 520px) {
  .mascot-panel { min-height: 440px; }
  .mascot-art { top: 52px; }
  .mascot-topline { top: 12px; left: 12px; }
  .mascot-status { left: 12px; right: 12px; bottom: 12px; padding: 14px; }
}
