:root {
  --bg: #050505;
  --bg-soft: #0a0908;
  --gold: #d9a84e;
  --gold-bright: #f0c876;
  --gold-dim: #796038;
  --red: #d82924;
  --text: #f3efe7;
  --muted: #aaa49a;
  --line: rgba(217, 168, 78, .32);
  --max: 1280px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
code { font-family: "SFMono-Regular", Consolas, monospace; overflow-wrap: anywhere; }

.site-header {
  position: sticky; top: 0; z-index: 20; height: 82px; display: flex; align-items: center;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, .88); backdrop-filter: blur(18px);
}
.brand { display: block; width: 196px; }
.brand img { display: block; width: 100%; height: 54px; object-fit: contain; object-position: left center; }
nav { margin-left: auto; display: flex; gap: 40px; color: #d8ccb6; font-size: .92rem; }
nav a { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--gold-bright); }
.language { margin-left: 48px; color: var(--gold-bright); border: 0; background: transparent; cursor: pointer; letter-spacing: .08em; }

.section-shell { width: min(var(--max), calc(100% - 56px)); margin-inline: auto; }
.hero { min-height: calc(100svh - 82px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(36px, 7vw, 100px); padding-block: 64px 92px; }
.hero-art { display: grid; place-items: center; }
.hero-art img { width: min(100%, 510px); filter: drop-shadow(0 34px 38px rgba(102, 51, 9, .24)); animation: float 7s ease-in-out infinite; }
.hero-copy { text-align: center; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; color: var(--gold-bright); }
h1 { font-size: clamp(4rem, 8vw, 7.6rem); line-height: .95; letter-spacing: .025em; }
.hero-subtitle { margin: 22px 0 12px; font-size: clamp(1.35rem, 2.4vw, 2.2rem); color: #d8c7a8; }
.network { margin: 0 0 28px; color: #ead3a7; letter-spacing: .16em; font-weight: 600; }
.network span { color: var(--red); margin: 0 .55em; }
.hero-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.button { min-width: 190px; padding: 14px 22px; border: 1px solid var(--gold); background: transparent; color: var(--gold-bright); cursor: pointer; transition: .2s ease; }
.button:hover, .button:focus-visible { background: var(--gold); color: #090806; transform: translateY(-2px); }
.button-primary { background: rgba(217, 168, 78, .08); }
.contract-inline { margin-top: 30px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.contract-inline code { display: block; margin-top: 8px; color: #d8b56e; font-size: .9rem; letter-spacing: .08em; text-transform: none; }

.token, .security, .links { padding-block: 116px; }
.section-heading { display: grid; grid-template-columns: 78px 1fr; align-items: end; gap: 24px; margin-bottom: 54px; }
.section-number { margin: 0; color: var(--red); letter-spacing: .16em; }
h2 { font-size: clamp(2.6rem, 5vw, 4.9rem); line-height: 1.05; }
.token-list, .property-list { margin: 0 0 0 min(28vw, 350px); border-top: 1px solid var(--line); }
.token-list > div, .property-list > div { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(250px, 1.2fr); gap: 30px; padding: 16px 0; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); }
dd { margin: 0; color: #e1c992; }
.copy-mini { margin-left: 12px; padding: 5px 10px; color: var(--gold-bright); border: 1px solid var(--gold-dim); background: transparent; cursor: pointer; }

.about { min-height: 650px; background: var(--bg) url("assets/about-fire.jpg") center / cover no-repeat; border-block: 1px solid var(--line); }
.about-inner { min-height: 650px; display: flex; align-items: center; }
.about-copy { width: min(560px, 52%); }
.about-copy h2 { margin: 12px 0 34px; }
.about-copy p:last-child { color: #d4cec3; font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.9; }

.security { padding-bottom: 78px; }
.property-list { margin-left: 90px; }
.property-list > div { grid-template-columns: 1fr auto; }
.property-list dd { color: var(--text); }
.authority-note { margin: 18px 0 0 90px; color: var(--muted); }

.links { border-top: 1px solid var(--line); padding-top: 90px; }
.link-list { margin-left: 90px; border-top: 1px solid var(--line); }
.link-list > * { display: flex; justify-content: space-between; gap: 30px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.link-list strong { color: var(--gold-bright); font-weight: 500; }
.link-list a:not(.is-disabled):hover strong { color: #fff; }
.is-disabled { cursor: default; }

.disclaimer { margin-bottom: 100px; padding: 38px 0 38px 36px; border-left: 2px solid var(--red); }
.disclaimer h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.disclaimer p { max-width: 1040px; margin: 18px 0 0; color: #c6c0b6; }

footer { min-height: 120px; padding: 34px max(28px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #77736d; }
footer img { width: 170px; height: 48px; object-fit: contain; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 50; padding: 11px 18px; background: var(--gold-bright); color: #080706; transform: translate(-50%, 24px); opacity: 0; transition: .22s ease; pointer-events: none; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-art img { animation: none; } * { transition: none !important; } }

@media (max-width: 820px) {
  .site-header { height: 68px; padding-inline: 20px; }
  .brand { width: 148px; }
  nav { display: none; }
  .language { margin-left: auto; font-size: .82rem; }
  .section-shell { width: min(100% - 38px, var(--max)); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding-block: 42px 72px; }
  .hero-art img { width: min(74vw, 340px); }
  h1 { font-size: clamp(3.6rem, 18vw, 5.5rem); }
  .hero-subtitle { font-size: 1.28rem; }
  .button { width: 100%; }
  .contract-inline code { letter-spacing: 0; }
  .token, .security, .links { padding-block: 76px; }
  .section-heading { grid-template-columns: 42px 1fr; gap: 10px; margin-bottom: 38px; }
  .token-list, .property-list, .link-list { margin-left: 0; }
  .token-list > div, .property-list > div { grid-template-columns: 1fr; gap: 4px; padding: 15px 0; }
  .token-list .long-row dd { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
  .copy-mini { margin-left: 0; }
  .about, .about-inner { min-height: 560px; }
  .about { background-position: 62% center; }
  .about-inner { align-items: flex-end; padding-bottom: 60px; background: linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.74) 65%, rgba(5,5,5,.2) 100%); }
  .about-copy { width: 100%; }
  .authority-note { margin-left: 0; }
  .link-list > * { align-items: flex-start; flex-direction: column; gap: 4px; }
  .disclaimer { margin-bottom: 60px; padding-left: 20px; }
  footer { flex-direction: column; gap: 8px; text-align: center; }
}
