:root {
  --paper: #f5f1e9;
  --paper-2: #ece6db;
  --ink: #171717;
  --muted: #746f67;
  --line: rgba(23, 23, 23, 0.14);
  --line-strong: rgba(23, 23, 23, 0.28);
  --accent: #ee5a2d;
  --accent-2: #ff6a39;
  --charcoal: #242424;
  --white: #fffdf9;
  --radius: 22px;
  --shadow: 0 26px 80px rgba(37, 28, 19, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245,241,233,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(23,23,23,.08); }
.header-inner { height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-weight: 850; letter-spacing: -.04em; }
.brand-icon { width: 38px; height: 38px; display: grid; place-items: center; }
.brand-icon svg { width: 100%; height: 100%; }
.brand-word { font-size: 21px; }
.main-nav { display: flex; gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.26); }
.nav-link { padding: 9px 15px; border-radius: 999px; font-size: 13px; color: #68635c; transition: .2s ease; }
.nav-link:hover, .nav-link.active { background: var(--ink); color: white; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.icon-link { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 14px; background: rgba(255,255,255,.25); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 20px; border-radius: 11px; border: 1px solid transparent; font-size: 13px; font-weight: 750; letter-spacing: -.01em; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 39px; padding: 0 16px; border-radius: 9px; }
.button-dark { background: var(--ink); color: white; }
.button-accent { background: var(--accent); color: #fff; box-shadow: 0 10px 30px rgba(238,90,45,.2); }
.button-accent:hover { background: #db4f24; }
.button-ghost { border-color: var(--line-strong); background: transparent; }
.button-full { width: 100%; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.hero-copy { padding: 112px 72px 86px 54px; display: flex; flex-direction: column; justify-content: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .12em; color: #57524c; }
.live-dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 5px rgba(238,90,45,.12); }
.hero h1 { margin: 28px 0 24px; font-size: clamp(60px, 6.7vw, 105px); line-height: .89; letter-spacing: -.075em; font-weight: 820; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 600px; margin: 0; font-size: 18px; line-height: 1.65; color: #5f5a53; }
.hero-actions { display: flex; gap: 10px; margin-top: 34px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.hero-meta div { background: var(--paper); padding: 18px 16px; }
.hero-meta span, .token-data span, .contract-row span { display: block; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #8a847c; margin-bottom: 6px; }
.hero-meta strong { font-size: 13px; }
.hero-visual { position: relative; overflow: hidden; border-left: 1px solid var(--line); background: linear-gradient(140deg, #eee7dc 0%, #f7f3eb 48%, #e9e1d5 100%); min-height: 720px; display: grid; place-items: center; }
.hero-visual:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(23,23,23,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,23,.045) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent); }
.visual-label { position: absolute; z-index: 5; font-size: 10px; letter-spacing: .14em; font-weight: 800; }
.top-label { top: 30px; right: 30px; }
.visual-caption { position: absolute; left: 34px; bottom: 34px; display: flex; align-items: flex-end; gap: 14px; z-index: 5; }
.visual-caption span { font-size: 42px; font-weight: 850; letter-spacing: -.06em; color: var(--accent); }
.visual-caption p { font-size: 12px; line-height: 1.45; margin: 0 0 5px; color: #635e57; }

.stack-scene { position: relative; width: min(590px, 100%); height: 590px; display: grid; place-items: center; perspective: 1000px; isolation: isolate; }
.stack-scene.compact { width: 370px; height: 370px; }
.stack-halo { position: absolute; width: 66%; height: 66%; border-radius: 50%; background: radial-gradient(circle, rgba(238,90,45,.18), rgba(238,90,45,0) 68%); filter: blur(4px); }
.tower { position: relative; width: 170px; height: 385px; transform: rotateX(58deg) rotateZ(-45deg); transform-style: preserve-3d; margin-top: 24px; }
.compact .tower { transform: scale(.72) rotateX(58deg) rotateZ(-45deg); }
.tower-block { --lift: calc(var(--i) * -16px); position: absolute; left: 0; bottom: calc(var(--i) * 17px); width: 168px; height: 168px; transform-style: preserve-3d; transition: filter .25s ease; filter: drop-shadow(0 12px 8px rgba(0,0,0,.06)); }
.block-top, .block-front, .block-side { position: absolute; display: block; transition: background .35s ease, transform .35s ease; }
.block-top { inset: 0; background: #292929; border: 1px solid rgba(255,255,255,.08); }
.block-front { width: 168px; height: 28px; left: 0; bottom: -28px; transform-origin: top; transform: rotateX(-90deg); background: #1c1c1c; }
.block-side { width: 28px; height: 168px; right: -28px; top: 0; transform-origin: left; transform: rotateY(90deg); background: #373737; }
.tower-block:nth-child(3n+2) .block-top { background: #323232; }
.tower-block:nth-child(4n) .block-top { background: #202020; }
.tower-block.active .block-top { background: var(--accent); }
.tower-block.active .block-front { background: #c84620; }
.tower-block.active .block-side { background: #ff7047; }
.scene-floor { position: absolute; width: 70%; height: 34%; border-radius: 50%; background: rgba(23,23,23,.08); filter: blur(32px); bottom: 50px; z-index: -1; }
.scene-tag { position: absolute; z-index: 6; background: rgba(255,253,249,.76); border: 1px solid rgba(23,23,23,.12); backdrop-filter: blur(12px); padding: 10px 12px; border-radius: 8px; font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.scene-tag span { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block; margin-right: 7px; }
.tag-one { left: 5%; top: 30%; }
.tag-two { right: 4%; bottom: 28%; }
.tag-two strong { color: var(--accent); margin-left: 4px; }

.metric-wrap { padding: 24px 0 100px; }
.section-topline { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 12px; font-size: 9px; font-weight: 800; letter-spacing: .14em; color: #777169; }
.stats-strip { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-top: 0; }
.stat-cell { min-height: 126px; padding: 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.stat-cell:last-child { border-right: 0; }
.stat-cell span { font-size: 11px; color: #78726a; }
.stat-cell strong { font-size: 31px; letter-spacing: -.05em; }
.stat-cell small { margin-left: 6px; font-size: 10px; letter-spacing: .04em; color: #8a847c; }

.section-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.feed-section { padding-bottom: 120px; }
.section-intro { padding-top: 12px; }
.eyebrow { font-size: 9px; font-weight: 850; letter-spacing: .16em; color: var(--accent); }
.section-intro h2, .mechanics-heading h2, .token-copy h2, .leaderboard-hero h1, .docs-content h1, .docs-content h2 { margin: 20px 0; font-size: clamp(39px, 4vw, 64px); line-height: .98; letter-spacing: -.055em; }
.section-intro p, .mechanics-heading p, .token-copy > p { color: var(--muted); line-height: 1.7; font-size: 15px; }
.text-link { display: inline-flex; margin-top: 18px; font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.panel { border: 1px solid var(--line); background: rgba(255,255,255,.25); box-shadow: var(--shadow); }
.activity-card { border-radius: var(--radius); overflow: hidden; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; padding: 24px 26px; border-bottom: 1px solid var(--line); }
.panel-heading h3 { margin: 6px 0 0; font-size: 20px; letter-spacing: -.03em; }
.status-pill, .network-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 750; background: rgba(255,255,255,.3); }
.status-pill span, .network-chip span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.activity-head { display: grid; grid-template-columns: 1.4fr .8fr .8fr .7fr; padding: 11px 26px; font-size: 9px; font-weight: 800; letter-spacing: .1em; color: #938d84; border-bottom: 1px solid var(--line); }
.empty-feed { min-height: 250px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 34px; }
.empty-glyph { width: 76px; height: 76px; border-radius: 20px; display: grid; place-items: center; background: var(--ink); color: var(--accent); font-size: 42px; font-weight: 900; letter-spacing: -.08em; }
.empty-feed strong { display: block; margin-bottom: 8px; }
.empty-feed p { margin: 0; max-width: 360px; color: var(--muted); line-height: 1.55; font-size: 13px; }

.mechanics-section { background: var(--ink); color: var(--white); padding: 90px 0 100px; }
.dark-line { color: rgba(255,255,255,.5); border-color: rgba(255,255,255,.16); }
.mechanics-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 40px; margin: 55px 0 42px; }
.mechanics-heading h2 { margin: 0; font-size: clamp(54px, 6vw, 86px); }
.mechanics-heading p { color: rgba(255,255,255,.56); max-width: 420px; justify-self: end; }
.mechanic-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mechanic-card { min-height: 360px; background: #222; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; padding: 25px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.mechanic-card h3 { margin: auto 0 8px; font-size: 31px; letter-spacing: -.04em; }
.mechanic-card p { color: rgba(255,255,255,.55); line-height: 1.65; font-size: 13px; max-width: 310px; }
.card-index { font-size: 10px; color: rgba(255,255,255,.45); }
.accent-card { background: var(--accent); color: #fff; }
.accent-card p { color: rgba(255,255,255,.77); }
.cube-icon { width: 110px; height: 110px; margin: 42px auto 0; transform: rotate(30deg) skew(-5deg,-5deg); box-shadow: inset -18px -16px 0 rgba(0,0,0,.12); }
.cube-orange { background: var(--accent); }
.cube-black { background: #090909; border: 1px solid rgba(255,255,255,.16); }
.flow-icon { width: 180px; height: 90px; margin: 50px auto 0; display: flex; align-items: center; justify-content: center; gap: 20px; }
.flow-icon i { width: 36px; height: 36px; border-radius: 8px; background: #fff; transform: rotate(45deg); position: relative; }
.flow-icon i:not(:last-child):after { content: ""; position: absolute; width: 24px; height: 2px; background: rgba(255,255,255,.68); left: 35px; top: -8px; transform: rotate(-45deg); }

.token-section { padding: 120px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.token-visual { min-height: 520px; background: #eee8de; border: 1px solid var(--line); display: grid; place-items: center; position: relative; overflow: hidden; }
.token-visual:before, .token-visual:after { content: ""; position: absolute; width: 220px; height: 70px; background: var(--accent); transform: rotate(-30deg); opacity: .9; }
.token-visual:before { left: -80px; bottom: 45px; }
.token-visual:after { right: -100px; top: 60px; }
.token-visual img { width: 66%; aspect-ratio: 1; object-fit: cover; mix-blend-mode: multiply; z-index: 2; }
.token-copy { padding-right: 40px; }
.token-data { margin: 34px 0; border-top: 1px solid var(--line); }
.token-data div { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.token-data span { margin: 0; }
.token-data strong { font-size: 13px; }
.token-actions { display: flex; gap: 10px; }

.manifesto { min-height: 400px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 82px 0; position: relative; overflow: hidden; }
.manifesto p { max-width: 920px; margin: 30px 0 0; font-size: clamp(40px, 5vw, 72px); letter-spacing: -.055em; line-height: 1.03; font-weight: 730; position: relative; z-index: 2; }
.manifesto-mark { position: absolute; right: 20px; bottom: -130px; font-size: 380px; line-height: 1; font-weight: 950; color: rgba(238,90,45,.10); letter-spacing: -.12em; }

.faq-section { padding: 110px 0 130px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-intro h2 { font-size: 52px; }
.faq-list { border-top: 1px solid var(--line-strong); }
details { border-bottom: 1px solid var(--line); padding: 0; }
summary { list-style: none; cursor: pointer; padding: 24px 2px; font-size: 16px; font-weight: 750; display: flex; justify-content: space-between; }
summary::-webkit-details-marker { display:none; }
summary:after { content: "+"; color: var(--accent); font-size: 21px; }
details[open] summary:after { content: "−"; }
details p { margin: -5px 0 24px; max-width: 660px; color: var(--muted); line-height: 1.7; font-size: 14px; }

.footer { border-top: 1px solid var(--line); padding: 58px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .7fr; gap: 40px; }
.footer-copy { color: var(--muted); font-size: 12px; margin-top: 16px; }
.footer-links { display: grid; gap: 10px; font-size: 12px; }
.footer-meta { display: flex; flex-direction: column; gap: 9px; text-align: right; font-size: 10px; color: #7d776f; }

.page-shell { min-height: calc(100vh - 78px); padding: 56px 0 110px; }
.page-heading-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; }
.page-heading-row > p { max-width: 340px; text-align: right; color: var(--muted); font-size: 13px; line-height: 1.5; }
.page-super { font-size: clamp(52px, 7vw, 98px); letter-spacing: -.07em; font-weight: 860; line-height: .9; margin: 14px 0 0; }
.build-grid { display: grid; grid-template-columns: 1.38fr .62fr; gap: 14px; align-items: stretch; }
.build-stage, .build-panel { border-radius: 18px; }
.build-stage { min-height: 680px; padding: 24px 26px 18px; background: linear-gradient(145deg,#eee7dc,#f8f4ed); overflow: hidden; }
.build-stage-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 4; }
.build-stage-top h1 { margin: 8px 0 0; font-size: 32px; letter-spacing: -.04em; }
.build-stage .stack-scene { margin: -10px auto -34px; }
.stage-controls { border-top: 1px solid var(--line); display: flex; gap: 20px; justify-content: center; padding-top: 16px; font-size: 9px; letter-spacing: .09em; font-weight: 750; color: #888178; }
.accent-text { color: var(--accent); }
.build-panel { padding: 29px; display: flex; flex-direction: column; }
.build-number { font-size: 84px; font-weight: 900; letter-spacing: -.09em; color: rgba(23,23,23,.08); line-height: .85; align-self: flex-end; }
.build-panel h2 { font-size: 40px; letter-spacing: -.05em; margin: 15px 0 12px; }
.muted { color: var(--muted); font-size: 13px; line-height: 1.6; }
.quote-box { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin: 28px 0 12px; }
.quote-box div { display: flex; align-items: center; justify-content: space-between; padding: 14px 15px; border-bottom: 1px solid var(--line); }
.quote-box div:last-child { border-bottom: 0; }
.quote-box span { font-size: 11px; color: var(--muted); }
.quote-box strong { font-size: 12px; }
.micro-copy { text-align: center; color: #979086; font-size: 9px; line-height: 1.45; }
.build-divider { border-top: 1px solid var(--line); margin: 20px 0 14px; }
.contract-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; }
.contract-row span { margin: 0; }
.contract-row strong { font-size: 11px; }
.build-panel .text-link { margin-top: auto; padding-top: 26px; align-self: flex-start; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(10,10,10,.52); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 24px; }
.modal-card { width: min(480px,100%); background: var(--paper); border-radius: 22px; padding: 34px; position: relative; box-shadow: 0 34px 120px rgba(0,0,0,.24); }
.modal-close { position: absolute; right: 18px; top: 16px; width: 34px; height: 34px; border: 1px solid var(--line); background: transparent; border-radius: 50%; cursor: pointer; }
.modal-card h2 { margin: 14px 0 12px; font-size: 34px; line-height: 1.03; letter-spacing: -.045em; }
.modal-card p { color: var(--muted); line-height: 1.6; font-size: 13px; }
.modal-note { margin: 22px 0; padding: 15px; background: #ebe5da; display: flex; justify-content: space-between; border-radius: 10px; font-size: 11px; }
.modal-note span { color: var(--muted); }
.modal-action { width: 100%; }

.leaderboard-page { padding-top: 88px; }
.leaderboard-hero { display: grid; grid-template-columns: 1fr .45fr; align-items: end; column-gap: 60px; }
.leaderboard-hero .eyebrow { grid-column: 1 / -1; }
.leaderboard-hero h1 { font-size: clamp(58px, 7vw, 98px); margin-bottom: 0; }
.leaderboard-hero p { color: var(--muted); line-height: 1.6; font-size: 13px; padding-bottom: 12px; }
.leaderboard-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); margin: 70px 0 20px; }
.leaderboard-metrics div { min-height: 115px; padding: 18px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.leaderboard-metrics div:last-child { border-right: 0; }
.leaderboard-metrics span { font-size: 10px; color: var(--muted); }
.leaderboard-metrics strong { font-size: 28px; letter-spacing: -.04em; }
.leaderboard-table { position: relative; box-shadow: none; overflow: hidden; }
.leader-row { display: grid; grid-template-columns: .5fr 2fr .8fr 1fr .8fr; align-items: center; min-height: 56px; border-bottom: 1px solid var(--line); padding: 0 18px; font-size: 11px; }
.leaderboard-head { min-height: 42px; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); }
.skeleton-row { color: #aaa39a; filter: blur(.1px); }
.skeleton-row i { width: 104px; height: 9px; background: rgba(23,23,23,.08); border-radius: 99px; display: block; }
.table-overlay { position: absolute; inset: 42px 0 0; background: rgba(245,241,233,.73); backdrop-filter: blur(4px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.table-overlay strong { font-size: 16px; }
.table-overlay span { color: var(--muted); font-size: 11px; }

.docs-layout { display: grid; grid-template-columns: 250px minmax(0, 800px); gap: 90px; justify-content: center; }
.docs-sidebar { position: sticky; top: 122px; align-self: start; display: flex; flex-direction: column; gap: 12px; }
.docs-sidebar .eyebrow { margin-bottom: 13px; }
.docs-sidebar a { font-size: 12px; color: #777168; padding: 6px 0; }
.docs-content section { padding: 50px 0 70px; border-bottom: 1px solid var(--line); }
.docs-content section:first-child { padding-top: 0; }
.doc-number { display: inline-flex; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; align-items: center; justify-content: center; font-size: 10px; color: var(--accent); font-weight: 800; }
.docs-content h1 { font-size: 72px; }
.docs-content h2 { font-size: 50px; }
.docs-content p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.doc-lead { font-size: 20px !important; color: var(--ink) !important; line-height: 1.55 !important; }
.flow-diagram { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; margin: 34px 0; }
.flow-diagram div { border: 1px solid var(--line); padding: 18px 14px; min-height: 120px; display: flex; flex-direction: column; }
.flow-diagram strong { font-size: 10px; color: var(--accent); }
.flow-diagram span { font-size: 14px; font-weight: 800; margin: auto 0 5px; }
.flow-diagram small { color: var(--muted); font-size: 10px; }
.flow-diagram b { color: #9c958b; }
.doc-table { border-top: 1px solid var(--line); margin-top: 24px; }
.doc-table div { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.doc-table span { color: var(--muted); }
.doc-table a { font-weight: 750; }
.callout { margin-top: 28px; padding: 22px; background: var(--ink); color: white; display: flex; justify-content: space-between; font-size: 11px; }
.callout span { color: rgba(255,255,255,.55); }
.callout strong { color: var(--accent-2); }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .header-inner { grid-template-columns: 1fr 1fr; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 88px 40px 65px; }
  .hero-visual { min-height: 640px; border-left: 0; border-top: 1px solid var(--line); }
  .stats-strip { grid-template-columns: repeat(3, 1fr); }
  .stat-cell:nth-child(3) { border-right: 0; }
  .stat-cell:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .section-grid, .faq-section, .token-section { grid-template-columns: 1fr; }
  .mechanics-heading { grid-template-columns: 1fr; }
  .mechanics-heading p { justify-self: start; }
  .build-grid { grid-template-columns: 1fr; }
  .build-panel { min-height: 520px; }
  .docs-layout { grid-template-columns: 1fr; gap: 30px; }
  .docs-sidebar { position: static; flex-direction: row; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .docs-sidebar .eyebrow { width: 100%; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1240px); }
  .site-header { position: sticky; }
  .header-inner { height: 66px; }
  .brand-icon { width: 34px; height: 34px; }
  .brand-word { font-size: 18px; }
  .icon-link { display: none; }
  .hero { min-height: auto; border-left: 0; border-right: 0; }
  .hero-copy { padding: 72px 4px 56px; }
  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-meta { margin-top: 46px; grid-template-columns: 1fr; }
  .hero-meta div { display: flex; justify-content: space-between; align-items: center; }
  .hero-meta span { margin: 0; }
  .hero-visual { min-height: 510px; margin-inline: -14px; }
  .hero-visual .stack-scene { transform: scale(.8); }
  .stack-scene { height: 520px; }
  .tag-one { left: 2%; }
  .tag-two { right: 2%; }
  .metric-wrap { padding-bottom: 80px; }
  .section-topline span:last-child { display: none; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-cell { min-height: 110px; }
  .stat-cell:nth-child(2n) { border-right: 0; }
  .stat-cell:nth-child(3) { border-right: 1px solid var(--line); }
  .stat-cell:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .stat-cell strong { font-size: 25px; }
  .section-grid { gap: 36px; }
  .feed-section { padding-bottom: 80px; }
  .activity-head { display: none; }
  .empty-feed { min-height: 230px; flex-direction: column; text-align: center; }
  .mechanics-section { padding: 70px 0; }
  .mechanics-heading { margin: 40px 0 30px; }
  .mechanic-cards { grid-template-columns: 1fr; }
  .mechanic-card { min-height: 310px; }
  .token-section { padding: 80px 0; gap: 36px; }
  .token-visual { min-height: 360px; }
  .token-copy { padding-right: 0; }
  .token-actions { flex-direction: column; }
  .manifesto { min-height: 360px; padding: 70px 0; }
  .manifesto p { font-size: 40px; }
  .faq-section { padding: 80px 0; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  .page-heading-row { align-items: flex-start; flex-direction: column; gap: 20px; }
  .page-heading-row > p { text-align: left; }
  .page-super { font-size: 64px; }
  .build-stage { min-height: 580px; padding: 20px 14px; }
  .build-stage .stack-scene { transform: scale(.82); margin-left: -30px; margin-right: -30px; }
  .build-stage-top h1 { font-size: 24px; }
  .network-chip { font-size: 8px; }
  .stage-controls { flex-wrap: wrap; }
  .leaderboard-hero { grid-template-columns: 1fr; }
  .leaderboard-hero h1 { font-size: 58px; }
  .leaderboard-metrics { grid-template-columns: 1fr; }
  .leaderboard-metrics div { border-right: 0; border-bottom: 1px solid var(--line); }
  .leader-row { grid-template-columns: .6fr 1.5fr .8fr; }
  .leader-row span:nth-child(4), .leader-row span:nth-child(5) { display:none; }
  .docs-content h1 { font-size: 54px; }
  .docs-content h2 { font-size: 40px; }
  .flow-diagram { grid-template-columns: 1fr; }
  .flow-diagram b { transform: rotate(90deg); text-align: center; }
  .callout { flex-direction: column; gap: 10px; }
}

/* Static production enhancements */
body::selection { background: var(--accent); color: #fff; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.mobile-nav { display: none; }
.prelaunch-banner { border-bottom: 1px solid rgba(23,23,23,.08); background: #181818; color: #fff; text-align: center; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; padding: 8px 16px; }
.prelaunch-banner b { color: var(--accent-2); }
.static-page-nav { display: flex; gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.26); }
.static-page-nav a { padding: 9px 15px; border-radius: 999px; font-size: 13px; color: #68635c; transition: .2s ease; }
.static-page-nav a:hover, .static-page-nav a.active { background: var(--ink); color: #fff; }
.js-modal[hidden] { display: none !important; }
.launch-status { display: inline-flex; align-items: center; gap: 8px; }
.launch-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(238,90,45,.12); }
.hero-visual::after { content: ""; position: absolute; inset: 14% 12%; border: 1px solid rgba(23,23,23,.07); border-radius: 50%; pointer-events: none; }
.tower-shell { cursor: grab; user-select: none; }
.tower-shell:active { cursor: grabbing; }
.tower-shell .tower { transition: transform .18s ease-out; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 110; width: min(360px, calc(100% - 44px)); background: #171717; color: #fff; border-radius: 14px; padding: 16px 18px; box-shadow: 0 22px 70px rgba(0,0,0,.23); opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast strong { display: block; font-size: 12px; margin-bottom: 4px; }
.toast span { color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.5; }
.config-note { margin-top: 18px; padding: 13px 15px; border: 1px dashed var(--line-strong); border-radius: 10px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.brand-logo-image { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 1050px) {
  .static-page-nav { display: none; }
  .mobile-nav { position: fixed; z-index: 48; left: 50%; transform: translateX(-50%); bottom: 14px; width: min(560px, calc(100% - 28px)); display: grid; grid-template-columns: repeat(4,1fr); background: rgba(23,23,23,.92); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; padding: 5px; box-shadow: 0 18px 60px rgba(0,0,0,.2); }
  .mobile-nav a { color: rgba(255,255,255,.65); text-align: center; padding: 11px 4px; border-radius: 10px; font-size: 10px; font-weight: 700; }
  .mobile-nav a.active { background: #fff; color: #171717; }
  body { padding-bottom: 78px; }
}
@media (max-width: 720px) {
  .prelaunch-banner { font-size: 8px; }
  .header-actions .button { min-height: 37px; padding: 0 13px; font-size: 11px; }
  .toast { bottom: 92px; }
}
