/*
Theme Name: Siphon Lab Universe
Theme URI: https://medium.com/@siphonlab
Author: Siphon Lab
Author URI: https://medium.com/@siphonlab
Description: A cinematic, responsive WordPress theme for the Siphon Lab ecosystem on Sui, featuring Tradeify, Liquidify, project milestones and source-backed editorial content.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siphon-lab
Tags: one-column, custom-logo, custom-menu, featured-images, block-styles, wide-blocks, translation-ready
*/

:root {
  --ink: #050607;
  --panel: #0d1011;
  --panel-2: #141819;
  --paper: #f3f0e8;
  --muted: #929b99;
  --line: rgba(255,255,255,.13);
  --acid: #d6ff3f;
  --aqua: #72f1d3;
  --max: 1240px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 120px 0; position: relative; }
.eyebrow { color: var(--acid); letter-spacing: .16em; text-transform: uppercase; font-size: 12px; font-weight: 760; }
.display { font-size: clamp(48px, 8vw, 112px); line-height: .9; letter-spacing: -.065em; margin: 0; font-weight: 760; }
.section-title { font-size: clamp(38px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; margin: 14px 0 0; max-width: 840px; }
.muted { color: var(--muted); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; transition: background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(5,6,7,.82); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; position: relative; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: #fff; border-radius: 50%; }
.brand-mark::before { width: 8px; height: 8px; top: 4px; left: 4px; box-shadow: 12px 12px 0 #fff; }
.brand-mark::after { width: 6px; height: 6px; right: 5px; top: 5px; box-shadow: -10px 10px 0 #fff; opacity: .55; }
.custom-logo { max-height: 34px; width: auto; display: block; }
.primary-menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 32px; font-size: 13px; color: #c4cbca; }
.primary-menu a:hover, .primary-menu a:focus { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.menu-toggle { display: none; border: 0; color: #fff; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 1px; background: currentColor; margin: 5px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--line); font-size: 13px; font-weight: 720; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--acid { background: var(--acid); color: #070806; border-color: var(--acid); }
.button--ghost { background: rgba(255,255,255,.04); }
.button-arrow { font-size: 18px; line-height: 1; }

.hero { min-height: 100svh; display: grid; align-items: end; position: relative; overflow: hidden; background: #050607; }
.hero-media { position: absolute; inset: 0; }
.hero-media video, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .83; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,4,4,.18) 0%, rgba(3,4,4,.25) 45%, #050607 100%), linear-gradient(90deg, rgba(5,6,7,.9), transparent 62%); }
.hero-content { position: relative; z-index: 2; padding: 170px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 60px; align-items: end; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 22px var(--acid); }
.hero .display span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.65); }
.hero-copy { max-width: 650px; font-size: clamp(17px, 2vw, 22px); color: #c6ccca; margin: 30px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-aside { border-left: 1px solid var(--line); padding-left: 28px; margin-bottom: 10px; }
.hero-aside strong { display: block; font-size: 44px; letter-spacing: -.04em; margin: 8px 0 4px; }
.hero-aside p { margin: 0; color: var(--muted); font-size: 13px; }
.scroll-cue { position: absolute; right: 0; bottom: 4px; font-size: 11px; letter-spacing: .14em; color: #9da3a1; writing-mode: vertical-rl; text-transform: uppercase; }

.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: #090b0c; }
.ticker-track { width: max-content; display: flex; gap: 42px; padding: 18px 0; animation: ticker 28s linear infinite; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; color: #b8bfbd; }
.ticker-track b { color: var(--acid); font-weight: 500; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.intro-copy { font-size: clamp(28px, 4vw, 54px); line-height: 1.14; letter-spacing: -.035em; margin: 0; }
.intro-copy em { color: var(--acid); font-style: normal; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 90px; background: var(--line); border: 1px solid var(--line); }
.proof { background: var(--ink); padding: 34px; min-height: 190px; }
.proof strong { display: block; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.06em; line-height: 1; margin-bottom: 18px; }
.proof p { color: var(--muted); margin: 0; max-width: 220px; font-size: 14px; }

.products { background: var(--paper); color: #080a09; border-radius: 40px 40px 0 0; }
.products .eyebrow { color: #516800; }
.product-stack { margin-top: 70px; border-top: 1px solid rgba(0,0,0,.2); }
.product-card { display: grid; grid-template-columns: 100px 1fr 1fr; gap: 40px; padding: 54px 0; border-bottom: 1px solid rgba(0,0,0,.2); align-items: start; }
.product-index { font: 600 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; color: #6c726e; }
.product-card h3 { font-size: clamp(44px, 6vw, 78px); letter-spacing: -.06em; line-height: .9; margin: 0; }
.product-desc { max-width: 500px; font-size: 17px; color: #3f4542; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.chip { padding: 8px 12px; border: 1px solid rgba(0,0,0,.22); border-radius: 999px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.funding { overflow: hidden; }
.funding-orb { position: absolute; width: 520px; height: 520px; right: -180px; top: 80px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, var(--aqua), transparent 46%), radial-gradient(circle at 70% 65%, #394aff, transparent 48%); filter: blur(2px); opacity: .65; }
.funding-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.funding-amount { font-size: clamp(80px, 14vw, 190px); line-height: .8; letter-spacing: -.085em; margin: 50px 0 20px; }
.funding-copy { color: #b5bcba; max-width: 650px; font-size: 18px; }
.investor-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; backdrop-filter: blur(20px); background: rgba(255,255,255,.035); }
.investor-panel h3 { margin: 0 0 26px; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.investors { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.investors span { background: #0a0c0d; padding: 18px 14px; font-size: 13px; }
.source-note { margin-top: 24px; font-size: 12px; color: #767f7d; }
.source-note a { text-decoration: underline; text-underline-offset: 4px; }

.journal { background: #0a0c0d; }
.journal-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 60px; }
.story { min-height: 390px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); transition: transform .25s, border-color .25s; }
.story:hover { transform: translateY(-6px); border-color: rgba(214,255,63,.5); }
.story-meta { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.story h3 { margin: auto 0 18px; font-size: 29px; line-height: 1.05; letter-spacing: -.035em; }
.story p { color: #a3aaa8; margin: 0 0 28px; font-size: 14px; }
.story-link { color: var(--acid); font-size: 13px; font-weight: 700; }

.cta { padding: 150px 0; text-align: center; overflow: hidden; }
.cta::before { content: ""; position: absolute; width: 720px; height: 720px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(214,255,63,.16); border-radius: 50%; box-shadow: 0 0 0 100px rgba(214,255,63,.025), 0 0 0 200px rgba(214,255,63,.015); pointer-events: none; }
.cta .section-title { margin-inline: auto; position: relative; }
.cta p { max-width: 560px; margin: 28px auto; color: var(--muted); position: relative; }
.cta .button { position: relative; }

.site-footer { border-top: 1px solid var(--line); padding: 40px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 40px; }
.footer-meta { color: #747c7a; font-size: 12px; max-width: 720px; margin-top: 18px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; color: #a8afad; font-size: 13px; }
.copyright { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 20px; color: #646c69; font-size: 11px; display: flex; justify-content: space-between; gap: 20px; }

.content-shell { padding: 150px 0 90px; min-height: 70vh; }
.content-shell article { max-width: 820px; margin-inline: auto; }
.entry-title { font-size: clamp(42px, 7vw, 84px); letter-spacing: -.055em; line-height: .95; }
.entry-content { color: #c2c8c6; font-size: 18px; }
.entry-content a { color: var(--acid); text-decoration: underline; }
.entry-content h2, .entry-content h3 { color: #fff; }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 84px; left: 20px; right: 20px; padding: 18px; background: #101314; border: 1px solid var(--line); border-radius: 18px; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .2s; }
  .primary-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .primary-menu { display: grid; gap: 4px; }
  .primary-menu a { display: block; padding: 12px; }
  .hero-grid, .intro-grid, .funding-grid { grid-template-columns: 1fr; }
  .hero-aside { display: none; }
  .proof-grid, .journal-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 50px 1fr; }
  .product-desc { grid-column: 2; }
  .funding-grid { gap: 40px; }
  .funding-orb { width: 360px; height: 360px; opacity: .35; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 86px 0; }
  .nav-wrap { min-height: 72px; }
  .primary-nav { top: 72px; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 120px; }
  .hero-media video { display: none; }
  .hero-media img { display: block; }
  .hero .display { font-size: clamp(50px, 18vw, 82px); }
  .hero-actions .button { width: 100%; }
  .proof { min-height: auto; }
  .product-card { grid-template-columns: 1fr; gap: 18px; }
  .product-index, .product-desc { grid-column: 1; }
  .investors { grid-template-columns: 1fr; }
  .footer-grid, .copyright { grid-template-columns: 1fr; display: grid; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Sui-inspired Siphon Lab experience */
:root { --sui-blue:#3c9bff; --sui-blue-deep:#061d35; --sui-ice:#dff4ff; --sui-sky:#8dcbff; }
.site-header { top: 34px; left: 18px; right: 18px; }
.site-header::before { content:""; position:absolute; inset:0; background:rgba(7,10,13,.92); border:1px solid rgba(255,255,255,.08); box-shadow:0 12px 40px rgba(0,0,0,.18); z-index:-1; }
.site-header.is-scrolled { background:transparent; border:0; }
.nav-wrap { min-height:66px; width:min(calc(100% - 28px), 1320px); }
.primary-menu { gap:8px; }
.primary-menu a { display:block; padding:10px 15px; border-radius:4px; }
.primary-menu a:hover { background:#22282d; }
.button--wallet { border:0; border-radius:0; background:var(--sui-blue); color:#fff; min-height:46px; cursor:pointer; }
.wallet-dot { width:7px; height:7px; border-radius:50%; background:#fff; box-shadow:0 0 0 4px rgba(255,255,255,.16); }

.sui-hero { position:relative; min-height:100svh; overflow:hidden; display:grid; align-items:center; background:radial-gradient(circle at 50% 86%,#6db8ff 0,#1b78d4 33%,#062b50 67%,#02070d 100%); }
.sui-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.3),transparent 32%,rgba(58,157,255,.16)); z-index:1; }
.sui-hero__media { position:absolute; inset:0; mix-blend-mode:screen; opacity:.16; filter:contrast(1.25) saturate(.2); }
.sui-hero__media video { width:100%; height:100%; object-fit:cover; }
.fluid-orb { position:absolute; z-index:1; border-radius:50%; filter:blur(45px); opacity:.35; }
.fluid-orb--one { width:40vw; height:40vw; background:#55aaff; left:-10vw; bottom:-22vw; }
.fluid-orb--two { width:28vw; height:28vw; background:#d8f4ff; right:-8vw; bottom:-12vw; }
.sui-hero__content { position:relative; z-index:2; padding-top:150px; padding-bottom:60px; text-align:center; }
.hero-signal { display:flex; align-items:center; justify-content:center; gap:10px; margin:0 0 48px; text-transform:uppercase; letter-spacing:.14em; font-size:11px; }
.hero-signal span { width:8px; height:8px; background:#52a5ff; box-shadow:0 0 14px #52a5ff; }
.sui-wordmark { position:relative; min-height:260px; display:flex; justify-content:center; align-items:center; margin:0; font-size:clamp(80px,13.5vw,205px); line-height:.8; letter-spacing:-.085em; font-weight:400; white-space:nowrap; }
.sui-wordmark span { position:absolute; }
.blur-word { filter:blur(9px); opacity:.55; transform:translateX(-15%); }
.focus-word { z-index:2; transform:translateX(12%); text-shadow:0 0 60px rgba(255,255,255,.2); }
.sui-hero__copy { max-width:560px; margin:20px auto 30px; font-size:19px; line-height:1.32; }
.sui-hero__actions { display:flex; justify-content:center; flex-wrap:wrap; }
.sui-action { appearance:none; min-height:52px; padding:0 27px; border:0; border-radius:0; display:inline-flex; align-items:center; justify-content:center; font-weight:650; cursor:pointer; }
.sui-action--dark { background:#070a0d; color:#fff; }
.sui-action--light { background:#fff; color:#080a0d; }
.hero-rail { margin:90px auto 0; padding-top:22px; max-width:1020px; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.35); font-size:11px; text-transform:uppercase; letter-spacing:.1em; }

.section-number { margin:0 0 30px; font-size:11px; text-transform:uppercase; letter-spacing:.15em; color:#8d999f; }
.sui-statement { background:#f4f1e9; color:#07090b; }
.statement-grid { display:grid; grid-template-columns:1fr 2.25fr; gap:80px; }
.statement-lead { margin:0 0 42px; font-size:clamp(40px,6.2vw,88px); line-height:1.03; letter-spacing:-.055em; }
.statement-lead span { color:#2187ed; }
.text-link { display:inline-flex; gap:18px; align-items:center; border-bottom:1px solid currentColor; padding-bottom:8px; font-weight:650; }

.stack-section { background:#07090b; }
.section-heading-row { display:flex; justify-content:space-between; gap:50px; align-items:end; }
.section-heading-row h2 { margin:0; font-size:clamp(54px,8vw,116px); line-height:.85; letter-spacing:-.07em; font-weight:400; }
.section-heading-row h2 span { color:transparent; -webkit-text-stroke:1px rgba(255,255,255,.7); }
.section-heading-row>p { max-width:380px; color:#9ba4a8; }
.stack-map { margin-top:90px; min-height:640px; display:grid; grid-template-columns:1fr .72fr 1fr; gap:18px; align-items:center; position:relative; }
.stack-map::before { content:""; position:absolute; left:10%; right:10%; top:50%; height:1px; background:linear-gradient(90deg,transparent,#3c9bff,#fff,#3c9bff,transparent); }
.stack-node { min-height:440px; padding:32px; border:1px solid rgba(255,255,255,.14); position:relative; z-index:1; display:flex; flex-direction:column; background:linear-gradient(145deg,#10171d,#080a0d); overflow:hidden; }
.stack-node::after { content:""; position:absolute; width:260px; height:260px; border-radius:50%; right:-100px; top:-100px; background:#2189ee; filter:blur(30px); opacity:.27; }
.stack-node--liquid::after { background:#b7e9ff; }
.node-index,.node-type { font-size:11px; text-transform:uppercase; letter-spacing:.12em; color:#8c989e; }
.node-type { margin:16px 0 auto; }
.stack-node h3 { font-size:clamp(50px,6vw,82px); letter-spacing:-.065em; margin:40px 0 16px; line-height:.9; }
.stack-node p { color:#aab2b5; font-size:14px; }
.stack-node b { color:#73b8ff; margin-top:28px; font-size:13px; }
.stack-core { z-index:2; aspect-ratio:1; border-radius:50%; display:flex; flex-direction:column; align-items:center; justify-content:center; background:radial-gradient(circle at 35% 30%,#eaf8ff,#61affb 38%,#0a4c89 68%,#03101c); box-shadow:0 0 80px rgba(60,155,255,.38); color:#06101a; }
.stack-core span { font-size:12px; letter-spacing:.3em; }
.stack-core strong { font-size:clamp(56px,7vw,92px); letter-spacing:-.08em; line-height:.9; }
.stack-core small { max-width:120px; margin-top:16px; text-align:center; }

.benefit-section { background:#f4f1e9; color:#080a0d; }
.split-benefits { display:grid; grid-template-columns:1fr 1fr; padding:0; width:min(calc(100% - 40px),var(--max)); }
.benefit-panel { padding:70px; min-height:670px; display:flex; flex-direction:column; }
.benefit-panel--dark { background:#0b0f12; color:#fff; }
.benefit-panel--blue { background:#3c9bff; }
.benefit-panel h2 { margin:20px 0 auto; font-size:clamp(48px,6vw,80px); line-height:.95; letter-spacing:-.055em; }
.benefit-panel ul { list-style:none; padding:0; border-top:1px solid currentColor; }
.benefit-panel li { padding:16px 0; border-bottom:1px solid currentColor; opacity:.8; }
.benefit-panel a { margin-top:38px; font-weight:700; }

.funding-modern { background:#dff3ff; color:#06111b; }
.funding-modern__grid { display:grid; grid-template-columns:1.25fr .75fr; gap:90px; align-items:end; }
.funding-modern h2 { margin:0; font-size:clamp(72px,12vw,174px); line-height:.75; letter-spacing:-.085em; font-weight:400; }
.funding-modern h2 span { color:#2187ed; }
.funding-modern__grid>div>p { max-width:620px; font-size:18px; margin-top:40px; }
.funding-list { border-top:1px solid rgba(0,0,0,.4); }
.funding-list span { display:flex; justify-content:space-between; gap:20px; padding:18px 0; border-bottom:1px solid rgba(0,0,0,.3); font-size:14px; }
.funding-list b { font-size:10px; text-transform:uppercase; letter-spacing:.12em; }

.start-section { background:#07101a; }
.start-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,.16); }
.start-grid>a,.start-grid>button { appearance:none; border:0; color:#fff; text-align:left; background:#0b1825; min-height:390px; padding:34px; display:flex; flex-direction:column; cursor:pointer; }
.start-grid>*:hover { background:#14304a; }
.start-grid span { font-size:11px; text-transform:uppercase; letter-spacing:.13em; color:#6db8ff; }
.start-grid h3 { margin:auto 0 16px; font-size:50px; letter-spacing:-.05em; }
.start-grid p { color:#99a9b4; }
.start-grid b { margin-top:22px; color:#73b8ff; }

.journal-modern { background:#f4f1e9; color:#090b0d; }
.journal-modern .section-heading-row { align-items:end; }
.journal-modern__grid { margin-top:70px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #15191b; }
.journal-modern__grid a { min-height:360px; padding:28px; border-right:1px solid #15191b; display:flex; flex-direction:column; }
.journal-modern__grid span { font-size:11px; text-transform:uppercase; letter-spacing:.12em; color:#647078; }
.journal-modern__grid h3 { margin:auto 0 24px; font-size:35px; line-height:1.02; letter-spacing:-.04em; }
.journal-modern__grid b { color:#197edc; }

.subpage-hero { position:relative; min-height:88svh; display:grid; align-items:center; overflow:hidden; padding:170px 0 90px; }
.subpage-hero .container { position:relative; z-index:2; }
.subpage-hero .hero-signal { justify-content:flex-start; margin-bottom:55px; }
.subpage-hero h1 { margin:0; max-width:1100px; font-size:clamp(76px,12vw,170px); line-height:.77; letter-spacing:-.085em; font-weight:400; }
.subpage-hero h1 i { font-style:normal; color:transparent; -webkit-text-stroke:1px currentColor; }
.subpage-hero p:not(.hero-signal) { max-width:610px; font-size:20px; margin:45px 0 30px; }
.subpage-hero .sui-hero__actions { justify-content:flex-start; }
.subpage-hero--universe { background:radial-gradient(circle at 75% 45%,#5cb1ff,#0a3b67 38%,#03090e 72%); }
.subpage-hero--trade { background:linear-gradient(130deg,#03070a 25%,#0a365a 70%,#339aff); }
.subpage-hero--liquid { background:linear-gradient(145deg,#dff5ff,#61b6ff 45%,#1167b5); color:#06111b; }
.subpage-orbit,.liquid-rings { position:absolute; width:50vw; height:50vw; border:1px solid rgba(255,255,255,.35); border-radius:50%; right:-8vw; top:19%; box-shadow:0 0 0 60px rgba(255,255,255,.04),0 0 0 120px rgba(255,255,255,.025); }
.subpage-grid-art { position:absolute; inset:0; opacity:.2; background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size:70px 70px; mask-image:linear-gradient(90deg,transparent,#000); }
.detail-section { background:#f4f1e9; color:#080a0d; }
.detail-intro { display:grid; grid-template-columns:.7fr 2fr; gap:70px; }
.detail-intro h2 { margin:0; font-size:clamp(50px,7vw,100px); line-height:.92; letter-spacing:-.065em; font-weight:400; }
.detail-intro>div>p { max-width:720px; font-size:20px; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:70px; border-top:1px solid #111; }
.feature-grid article { padding:28px; border-right:1px solid #111; }
.feature-grid span { color:#1682e4; font-size:12px; }
.feature-grid h3 { font-size:30px; margin:60px 0 12px; }
.feature-grid p { font-size:14px!important; color:#536068; }
.architecture-section { background:#07101a; }
.architecture-flow { display:grid; grid-template-columns:1fr .65fr 1fr; align-items:center; margin-top:60px; }
.architecture-flow>a { min-height:300px; padding:36px; display:flex; flex-direction:column; justify-content:center; background:#10283d; }
.architecture-flow strong { font-size:60px; letter-spacing:-.05em; }
.architecture-flow small,.architecture-flow span { color:#7fa1b9; }
.architecture-flow>div { display:flex; align-items:center; gap:12px; text-align:center; font-size:11px; color:#76baff; }
.architecture-flow i { flex:1; height:1px; background:#3c9bff; }
.detail-cta { background:#238df0; min-height:600px; display:grid; align-items:center; }
.detail-cta--trade { background:#0c3555; }
.detail-cta--liquid { background:#a7dcff; color:#07111a; }
.detail-cta h2 { font-size:clamp(68px,10vw,140px); line-height:.82; letter-spacing:-.075em; font-weight:400; margin:0 0 45px; }
.metric-strip { background:#05090c; }
.metric-strip--light { background:#dff4ff; color:#07111a; }
.metric-strip .container { display:grid; grid-template-columns:repeat(3,1fr); }
.metric-strip span { padding:32px; border-right:1px solid rgba(255,255,255,.16); font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.metric-strip--light span { border-color:rgba(0,0,0,.16); }
.metric-strip b { display:block; font-size:42px; letter-spacing:-.05em; text-transform:none; }

.wallet-modal { position:fixed; inset:0; z-index:200; display:none; align-items:center; justify-content:center; padding:20px; }
.wallet-modal.is-open { display:flex; }
.wallet-backdrop { position:absolute; inset:0; background:rgba(0,5,10,.7); backdrop-filter:blur(14px); }
.wallet-sheet { position:relative; width:min(100%,520px); max-height:calc(100svh - 40px); overflow:auto; background:#f5f2eb; color:#071018; padding:38px; box-shadow:0 30px 100px rgba(0,0,0,.45); }
.wallet-sheet h2 { margin:12px 0 10px; font-size:48px; letter-spacing:-.055em; }
.wallet-intro { color:#58656d; margin-bottom:26px; }
.wallet-close { position:absolute; right:18px; top:18px; width:38px; height:38px; border:1px solid #9ca8ad; background:transparent; font-size:24px; cursor:pointer; }
.wallet-options { display:grid; gap:8px; }
.wallet-option { width:100%; display:grid; grid-template-columns:48px 1fr auto; gap:14px; align-items:center; border:1px solid #c7cdcf; background:#fff; padding:14px; text-align:left; cursor:pointer; color:#071018; }
.wallet-option:hover { border-color:#1688ed; background:#edf7ff; }
.wallet-option span:nth-child(2) { display:grid; }
.wallet-option small { color:#758087; margin-top:3px; }
.wallet-option i { font-style:normal; }
.wallet-icon { width:46px; height:46px; display:grid!important; place-items:center; border-radius:13px; font-weight:800; }
.wallet-icon--fox { background:#ff8b2c; color:#fff; }
.wallet-icon--binance { background:#f5ba16; color:#111; }
.wallet-icon--okx { background:#080808; color:#fff; }
.wallet-icon--sui { background:#6ab8ff; color:#061527; }
.wallet-status { min-height:24px; padding:14px; margin:14px 0 0; background:#e5ebed; font-size:13px; }
.wallet-status.is-success { background:#d9f5e6; color:#075b31; }
.wallet-status.is-error { background:#ffe1df; color:#8d201a; }
.wallet-safety { font-size:11px; color:#78848a; margin-bottom:0; }
body.wallet-open { overflow:hidden; }

@media(max-width:900px){
  .site-header { top:10px; left:10px; right:10px; }
  .primary-nav { top:68px; }
  .sui-wordmark { min-height:200px; font-size:clamp(64px,18vw,130px); }
  .hero-rail { grid-template-columns:1fr 1fr; gap:16px; }
  .statement-grid,.funding-modern__grid,.detail-intro { grid-template-columns:1fr; }
  .stack-map { grid-template-columns:1fr; }
  .stack-map::before { display:none; }
  .stack-core { width:260px; justify-self:center; }
  .split-benefits,.start-grid,.journal-modern__grid,.feature-grid,.architecture-flow { grid-template-columns:1fr; }
  .benefit-panel { min-height:560px; padding:45px; }
  .architecture-flow>div { min-height:100px; flex-direction:column; }
  .architecture-flow i { width:1px; min-height:30px; }
}
@media(max-width:600px){
  .sui-hero__content { padding-top:120px; }
  .sui-wordmark { white-space:normal; }
  .blur-word { transform:translateY(-40%); }
  .focus-word { transform:translateY(35%); }
  .sui-hero__copy { margin-top:55px; }
  .hero-rail { margin-top:55px; }
  .section-heading-row { display:grid; }
  .metric-strip .container { grid-template-columns:1fr; }
  .wallet-sheet { padding:28px 18px 20px; }
  .wallet-sheet h2 { font-size:38px; }
}
