:root {
  color-scheme: dark;
  --forest: #082d22;
  --forest-deep: #031a15;
  --forest-soft: #0d3f31;
  --gold: #d6ad52;
  --gold-soft: #f2d27d;
  --mint: #98d8bd;
  --ink: #f4f7ef;
  --muted: #b7c5bb;
  --line: rgba(214, 173, 82, 0.24);
  --panel: rgba(7, 42, 32, 0.78);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 12%, rgba(214, 173, 82, 0.18), transparent 26rem),
    linear-gradient(150deg, var(--forest-deep) 0%, var(--forest) 48%, #101612 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header,
.footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(244, 247, 239, 0.12);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.footer a:hover {
  color: var(--gold-soft);
}

.hero {
  width: min(1120px, calc(100% - 32px));
  min-height: calc(100svh - 88px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(32px, 7vw, 88px);
  padding: 30px 0 72px;
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-art::before {
  position: absolute;
  inset: 12%;
  content: "";
  border: 1px solid var(--line);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(214, 173, 82, 0.12), rgba(8, 45, 34, 0.32));
  box-shadow: var(--shadow);
}

.hero-art img {
  position: relative;
  width: min(100%, 430px);
  height: auto;
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, 0.34));
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 6px;
  font-size: clamp(3.5rem, 8vw, 6.9rem);
  line-height: 0.92;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.symbol {
  margin-bottom: 24px;
  color: var(--mint);
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 800;
}

.lead {
  max-width: 540px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2.4vw, 1.38rem);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(242, 210, 125, 0.7);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: #132017;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.button:hover {
  transform: translateY(-1px);
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
  border-top: 1px solid rgba(244, 247, 239, 0.1);
}

.section {
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(24px, 4.5vw, 56px);
}

.section-body,
.disclaimer p {
  color: var(--muted);
  font-size: 1.06rem;
}

.section-body p:last-child,
.disclaimer p {
  margin-bottom: 0;
}

.panel-section {
  align-items: start;
}

.info-grid,
.wallet-list,
.link-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.info-grid div,
.wallet-list div,
.link-list li {
  display: grid;
  grid-template-columns: minmax(112px, 148px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 16px 14px;
  border: 1px solid rgba(244, 247, 239, 0.1);
  border-radius: 8px;
  background: var(--panel);
}

dt,
.link-list span {
  color: var(--muted);
  font-size: 0.92rem;
}

dd {
  margin: 0;
  font-weight: 800;
  min-width: 0;
}

.wallet-list {
  list-style: none;
}

.wallet-list div {
  align-items: start;
}

.wallet-list p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 500;
}

.address-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.address-line code {
  display: block;
  min-width: 0;
  overflow-x: auto;
  padding: 7px 0;
  color: var(--ink);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.2;
  scrollbar-width: thin;
  white-space: nowrap;
}

.copy-button {
  display: inline-flex;
  min-width: 58px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 210, 125, 0.56);
  border-radius: 8px;
  background: rgba(242, 210, 125, 0.1);
  color: var(--gold-soft);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}

.copy-button:hover {
  background: rgba(242, 210, 125, 0.18);
}

.link-list {
  list-style: none;
}

.link-list a {
  overflow-wrap: anywhere;
  color: var(--gold-soft);
  font-weight: 800;
  text-decoration: none;
}

.link-list a:hover {
  text-decoration: underline;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  align-items: center;
  padding: 34px 0 42px;
  border-top: 1px solid rgba(244, 247, 239, 0.1);
  color: var(--muted);
  font-size: 0.94rem;
}

.footer p {
  margin: 0;
}

.footer a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero,
  .section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 16px;
  }

  .hero-art {
    order: -1;
  }

  .hero-art img {
    width: min(72vw, 330px);
  }

  .footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .site-header,
  .footer,
  .hero,
  .section {
    width: min(100% - 24px, 1120px);
  }

  .info-grid div,
  .wallet-list div,
  .link-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
