:root {
  --bg-base: #0b0c10;
  --surface: #0b0c10;
  --surface-strong: #0b0c10;
  --text-main: #f2df9f;
  --text-muted: #c8b67b;
  --line: rgba(214, 173, 74, 0.22);
  --accent: #d5aa43;
  --accent-bright: #f6dc8b;
  --accent-deep: #9a6d16;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

html {
  font-size: 16px;
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text-main);
  background: var(--bg-base);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

button,
a {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(213, 170, 67, 0.4);
  outline-offset: 3px;
}

.landing-page {
  overflow: clip;
}

.shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.shell-wide {
  width: min(1280px, calc(100% - 1rem));
}

.hero-section {
  position: relative;
  padding: 1rem 0 0;
}

.hero-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--bg-base);
  box-shadow: var(--shadow);
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 900px);
  object-fit: contain;
}

.hero-content {
  position: relative;
  padding: 1.5rem 0 0;
}

.eyebrow,
.section-label {
  margin: 0 0 0.9rem;
  color: var(--accent-deep);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 12ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  color: #fff2bd;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.hero-copy {
  max-width: 40rem;
  margin: 0.85rem 0 0;
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.story-section {
  padding: 1rem 0 0;
}

.milestone-section {
  padding: 1.5rem 0 0;
}

.milestone-grid,
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.story-copy h1 {
  max-width: 12ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  color: #fff2bd;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.story-kicker {
  margin: 0 0 0.75rem;
  color: #f7e2a3;
  font-size: 1rem;
  font-weight: 600;
}

.milestone-copy-secondary {
  max-width: 44rem;
}

.story-visual {
  min-width: 0;
}

.milestone-visual {
  align-self: stretch;
}

.story-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.featured-shot-frame {
  padding: clamp(0.65rem, 1.2vw, 1rem);
  border: 1px solid rgba(246, 220, 139, 0.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(213, 170, 67, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
}

.featured-shot {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.cta-button:hover,
.copy-button:hover {
  transform: translateY(-1px);
}

.cta-primary {
  background: linear-gradient(180deg, var(--accent-bright), var(--accent));
  border-color: rgba(246, 220, 139, 0.24);
  color: #171205;
  box-shadow: 0 12px 26px rgba(213, 170, 67, 0.24);
}

.cta-primary:hover {
  background: linear-gradient(180deg, #ffe8a2, #c99827);
}

.cta-secondary {
  background: var(--bg-base);
  border-color: rgba(214, 173, 74, 0.24);
  color: #f1d987;
}

.cta-secondary:hover {
  background: var(--bg-base);
}

.details-section {
  display: grid;
  gap: 1.25rem;
  padding: 1.25rem 0 4rem;
}

.info-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface-strong);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.info-card p:last-child {
  margin-bottom: 0;
}

.token-card {
  align-items: flex-start;
}

.token-address {
  display: inline-block;
  margin: 0;
  color: #f5e1a6;
  font-size: 0.98rem;
  line-height: 1.7;
  word-break: break-all;
}

.copy-button {
  flex: 0 0 auto;
  min-width: 6rem;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(214, 173, 74, 0.24);
  border-radius: 999px;
  background: rgba(213, 170, 67, 0.14);
  color: #f6dc8b;
  font-weight: 700;
}

.copy-button.is-copied {
  background: rgba(246, 220, 139, 0.22);
}

.about-card p {
  max-width: 58rem;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.8;
}

@media (max-width: 767.98px) {
  .shell {
    width: min(100% - 1.25rem, 40rem);
  }

  .shell-wide {
    width: calc(100% - 0.75rem);
  }

  .hero-image {
    max-height: none;
  }

  .hero-content {
    padding-top: 1.15rem;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .milestone-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hero-actions,
  .info-card {
    flex-direction: column;
    align-items: stretch;
  }

  .story-copy h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .hero-media,
  .info-card,
  .featured-shot-frame,
  .story-image {
    border-radius: 22px;
  }

  .cta-button,
  .copy-button {
    width: 100%;
  }
}