:root {
  color-scheme: dark;
  --bg: #0b0810;
  --surface: #12101c;
  --surface-soft: #1c1729;
  --text: #f6f2ff;
  --text-muted: #b7a9d4;
  --accent: #ff5cff;
  --accent-2: #ffb92f;
  --border: rgba(255,255,255,0.08);
  --shadow: 0 20px 80px rgba(0,0,0,0.22);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top left, rgba(255,95,255,0.18), transparent 20%),
              radial-gradient(circle at bottom right, rgba(255,185,47,0.14), transparent 18%),
              linear-gradient(180deg, #140f1b 0%, #09060d 100%);
  color: var(--text);
}

.page-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-mark {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  background: rgba(255,255,255,0.06);
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-title {
  font-size: 18px;
  font-weight: 700;
}

.brand-tag {
  color: var(--text-muted);
  font-size: 13px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--accent);
}

.hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  align-items: start;
  padding: 48px 0 32px;
}

.hero-copy {
  max-width: 640px;
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.hero-main-art,
.hero-mini-art {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-main-art img,
.hero-mini-art img,
.gallery-grid img {
  width: 100%;
  display: block;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
  object-fit: cover;
}

.gallery-card {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  aspect-ratio: 4 / 3;
}

.gallery-card img {
  width: 100%;
  height: 100%;
}

.hero-metrics {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.gallery {
  padding: 38px 0;
}

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gallery-card {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-main-art,
  .hero-mini-art {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 18px;
  }
}

.panel-note span {
  color: var(--accent);
  font-weight: 700;
}

.top-art {
  background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12), transparent 20%),
              linear-gradient(135deg, #1b1024 0%, #2e1a41 100%);
}

.top-art::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 18px;
  background: rgba(255,255,255,0.55);
  border-radius: 999px;
  top: 24px;
  left: 18px;
  transform: rotate(-14deg);
}

.top-art::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle at 35% 35%, #000, #1a1226 60%);
  border-radius: 50%;
  top: 40px;
  right: 22px;
}

.bike-handle,
.dog-face,
.target-lock,
.rocket {
  position: absolute;
}

.bike-handle {
  width: 180px;
  height: 22px;
  background: linear-gradient(90deg, #29222f, #5f3b7d);
  border-radius: 999px;
  bottom: 38px;
  left: 24px;
  box-shadow: 0 0 0 8px rgba(255,255,255,0.02);
}

.bike-handle::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1f1527;
  position: absolute;
  right: -12px;
  top: -8px;
}

.dog-face {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #040304, #1f1a28 45%, #0b0810 100%);
  bottom: 48px;
  right: 36px;
}

.dog-face::before,
.dog-face::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.dog-face::before {
  width: 30px;
  height: 30px;
  background: #fff;
  top: 22px;
  left: 18px;
}

.dog-face::after {
  width: 22px;
  height: 22px;
  background: #000;
  top: 28px;
  left: 26px;
}

.mid-art {
  background: radial-gradient(circle at 70% 20%, rgba(255,255,255,0.1), transparent 12%),
              linear-gradient(135deg, #211428 0%, #3b2147 100%);
}

.target-lock {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 6px solid rgba(255,92,255,0.75);
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 30px rgba(255,92,255,0.24);
}

.target-lock::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.bottom-art {
  background: radial-gradient(circle at 25% 30%, rgba(255,185,47,0.18), transparent 18%),
              linear-gradient(135deg, #110916 0%, #25132a 100%);
}

.rocket {
  width: 110px;
  height: 90px;
  background: linear-gradient(180deg, #ffffff 0%, #e5e5ff 40%, #de89ff 100%);
  border-radius: 40px 40px 24px 24px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.rocket::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 28px;
  border-radius: 999px;
  background: #ff5cff;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.rocket::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 32px;
  background: radial-gradient(circle at 50% 0%, #ffd85e, #ff7315);
  border-radius: 50% 50% 50% 50%;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(3deg);
}

.hero-metrics {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.metric-card {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.metric-card strong {
  color: var(--text-muted);
}

.metric-card span {
  font-size: 1.05rem;
  font-weight: 700;
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.25em;
  color: var(--accent);
  margin-bottom: 20px;
  font-size: 14px;
}

.hero h1 {
  font-family: 'Bangers', cursive;
  font-size: clamp(3rem, 5vw, 5rem);
  margin: 0;
  line-height: 0.95;
}

.hero p {
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-muted);
  margin: 24px 0 30px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #ff5cff, #ffb92f);
  color: #120318;
  box-shadow: 0 18px 45px rgba(255, 122, 217, 0.18);
}

.button-secondary {
  border: 2px solid rgba(255,255,255,0.16);
  color: var(--text);
  background: rgba(255,255,255,0.04);
}

.hero-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 36px;
  padding: 28px;
  box-shadow: var(--shadow);
  position: relative;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 24px;
}

.hero-image {
  position: relative;
  min-height: 280px;
  border-radius: 28px;
  background: linear-gradient(135deg, #170d21 0%, #241538 100%);
  overflow: hidden;
}

.dog-head {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 35%, #23232d 0%, #09090f 55%);
  border: 10px solid #111;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.03);
}

.dog-head::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle at 30% 30%, #fff, #fafafa 45%, transparent 50%);
  border-radius: 50%;
  left: 18%;
  top: 22%;
}

.dog-head::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: #000;
  border-radius: 50%;
  left: 65%;
  top: 25%;
}

.rocket-flame {
  position: absolute;
  left: 42%;
  top: 70%;
  width: 38px;
  height: 90px;
  background: linear-gradient(180deg, #ffbb36 0%, #ff531a 45%, transparent 100%);
  clip-path: polygon(50% 0%, 100% 35%, 75% 100%, 25% 100%, 0% 35%);
  filter: blur(0.5px);
}

.hero-stats {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.hero-stats div {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-stats strong {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.hero-stats span {
  font-size: 1.05rem;
  font-weight: 700;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
}

.features,
.tokenomics,
.roadmap {
  padding: 38px 0;
}

.feature-grid,
.token-grid,
.roadmap-list {
  display: grid;
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.feature-card,
.token-card,
.roadmap-step {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.feature-card h3,
.token-card h3,
.roadmap-step h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
}

.feature-card p,
.token-card p,
.roadmap-step p {
  margin: 0;
  line-height: 1.78;
  color: var(--text-muted);
}

.token-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.roadmap-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 42px 0 42px;
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255,92,255,0.14), rgba(255,185,47,0.12));
  border: 1px solid rgba(255,255,255,0.08);
}

.cta-panel h2 {
  margin: 0 0 10px;
}

.cta-panel p {
  margin: 0;
  color: var(--text-muted);
}

.cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer {
  text-align: center;
  color: var(--text-muted);
  padding: 24px 0 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 18px;
  }
}
