:root {
  --ink: #080808;
  --panel: #121212;
  --panel-soft: #181818;
  --paper: #f2f0eb;
  --muted: #aaa8a2;
  --line: rgba(242, 240, 235, 0.17);
  --orange: #ff4b0a;
  --orange-deep: #db3700;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; background: var(--paper); color: var(--ink); padding: .65rem 1rem; border-radius: 0 0 8px 8px; font-weight: 700; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; transition: background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(8, 8, 8, .86); backdrop-filter: blur(15px); border-color: var(--line); }
.nav-shell { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; width: 137px; line-height: 0; position: relative; z-index: 2; }
.brand img { width: 100%; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 27px; color: #d8d6d0; font-size: .82rem; font-weight: 700; letter-spacing: .015em; }
.site-nav > a:not(.nav-cta) { transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus { color: var(--orange); }
.nav-cta { border: 1px solid rgba(255, 255, 255, .36); padding: .72rem 1rem; border-radius: 99px; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.nav-cta:hover, .nav-cta:focus { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.menu-button { display: none; position: relative; z-index: 3; width: 44px; height: 38px; padding: 8px; background: transparent; border: 0; cursor: pointer; }
.menu-button span { display: block; width: 26px; height: 2px; margin: 5px auto; background: var(--paper); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 770px; overflow: hidden; padding: 142px 0 38px; background: radial-gradient(ellipse at 73% 35%, #35120a 0%, #160d0a 19%, transparent 43%), linear-gradient(120deg, #070707 0%, #0c0c0c 65%, #1b100c 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .33; background-image: linear-gradient(rgba(244, 239, 230, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 239, 230, .08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-x { position: absolute; right: 3.3%; top: 83px; font-size: clamp(25rem, 48vw, 45rem); line-height: .71; font-weight: 950; font-style: italic; letter-spacing: -.18em; color: rgba(255, 75, 10, .055); user-select: none; }
.hero-orbit { position: absolute; border: 1px solid rgba(255, 75, 10, .19); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 680px; height: 680px; right: -87px; top: 86px; }
.orbit-two { width: 460px; height: 460px; right: 103px; top: 190px; border-color: rgba(242, 240, 235, .11); }
.hero-layout { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; min-height: 540px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0; color: #d4d0c8; font-size: .7rem; font-weight: 800; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 75, 10, .16); }
.hero h1 { max-width: 720px; margin: 1.25rem 0 1.4rem; font-size: clamp(3.4rem, 6.8vw, 6.6rem); font-weight: 800; letter-spacing: -.075em; line-height: .91; }
.hero-intro { max-width: 520px; color: #c7c4bc; font-size: 1.05rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; padding: .78rem 1.1rem; border-radius: 99px; font-size: .85rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover, .button-primary:focus { background: #ff6a30; transform: translateY(-2px); }
.text-link { color: var(--paper); font-size: .82rem; font-weight: 800; border-bottom: 1px solid var(--line); padding-bottom: .32rem; transition: color .2s ease, border-color .2s ease; }
.text-link:hover, .text-link:focus { color: var(--orange); border-color: var(--orange); }
.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-art img { position: relative; z-index: 2; width: min(680px, 62vw); max-width: 135%; height: auto; border-radius: 50%; filter: drop-shadow(0 38px 56px rgba(0, 0, 0, .7)); transform: rotate(-8deg) scale(1.05); mix-blend-mode: screen; }
.coin-light { position: absolute; z-index: 1; width: 48%; aspect-ratio: 1; border-radius: 50%; background: rgba(255, 117, 53, .72); filter: blur(95px); }
.art-caption { position: absolute; z-index: 3; right: 2%; bottom: 27px; display: flex; align-items: center; gap: .52rem; padding: .5rem .7rem; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; background: rgba(8,8,8,.44); color: #d8d6d0; font-size: .66rem; font-weight: 700; backdrop-filter: blur(5px); }
.pulse { width: 6px; height: 6px; border-radius: 50%; background: #8fffb2; box-shadow: 0 0 0 4px rgba(143,255,178,.14); }
.hero-footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.7rem; border-top: 1px solid var(--line); color: #aaa7a0; font-size: .77rem; }
.hero-footer p { margin: 0; max-width: 380px; }
.hero-footer a { display: flex; align-items: center; gap: .7rem; color: var(--paper); font-weight: 700; }
.hero-footer a span { color: var(--orange); }
.hero-footer a b { color: var(--orange); font-size: 1rem; }

.section-pad { padding: 136px 0; }
.statement { background: var(--paper); color: var(--ink); }
.statement-layout { display: grid; grid-template-columns: .36fr .64fr; gap: 4rem; }
.statement .eyebrow { color: #625f58; }
.statement-copy h2, .section-heading h2, .participation h2, .token h2, .company h2, .contact h2 { margin: 0; font-size: clamp(2.45rem, 4.5vw, 5rem); letter-spacing: -.065em; line-height: .98; }
.statement-copy p { max-width: 615px; margin: 1.8rem 0 0; color: #504d47; font-size: 1.02rem; line-height: 1.72; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 5.5rem; background: #d9d6cf; border: 1px solid #d9d6cf; }
.capability-card { position: relative; min-height: 330px; padding: 1.65rem; background: #e9e6e0; overflow: hidden; }
.card-number { position: absolute; top: 1.5rem; right: 1.6rem; color: #918e87; font-size: .72rem; font-weight: 800; }
.card-icon { display: grid; place-items: center; width: 55px; height: 55px; border: 1px solid #a8a49b; border-radius: 50%; color: var(--orange); font-size: 1.5rem; }
.icon-heart { font-size: 2rem; }
.icon-world { position: relative; overflow: hidden; }
.icon-world::before { content: ""; position: absolute; width: 86%; height: 1px; background: #89857d; transform: rotate(-22deg); }
.icon-world i { position: absolute; width: 1px; height: 120%; background: #89857d; transform: rotate(40deg); }
.icon-world i:last-child { transform: rotate(-40deg); }
.icon-controller { position: relative; }
.icon-controller::before { content: ""; width: 26px; height: 14px; border: 1px solid #89857d; border-radius: 6px 6px 9px 9px; transform: rotate(-8deg); }
.icon-controller i { position: absolute; background: #89857d; }
.icon-controller i:first-child { width: 8px; height: 1px; left: 16px; top: 27px; }
.icon-controller i:nth-child(2) { height: 8px; width: 1px; left: 19.5px; top: 23.5px; }
.icon-controller i:last-child { width: 3px; height: 3px; border-radius: 50%; right: 15px; top: 25px; }
.capability-card h3 { margin: 4.5rem 0 .7rem; font-size: 1.33rem; letter-spacing: -.035em; }
.capability-card p { max-width: 290px; margin: 0; color: #615e57; font-size: .9rem; line-height: 1.64; }
.capability-card a { position: absolute; bottom: 1.5rem; color: #222; font-size: .8rem; font-weight: 800; }
.capability-card a span { color: var(--orange); }

.solutions { background: #111; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2.5rem; }
.section-heading h2 { margin-top: 1.3rem; }
.section-lede { width: min(330px, 100%); margin: 0 0 .35rem; color: var(--muted); line-height: 1.65; }
.solution-list { margin-top: 5rem; border-top: 1px solid var(--line); }
.solution-row { display: grid; grid-template-columns: .11fr .32fr .45fr .12fr; align-items: center; gap: 1.5rem; min-height: 168px; border-bottom: 1px solid var(--line); }
.solution-index { color: var(--orange); font-size: .72rem; font-weight: 800; }
.solution-name h3 { margin: 0; font-size: 1.32rem; letter-spacing: -.035em; }
.solution-name p { margin: .35rem 0 0; color: #a9a69e; font-size: .82rem; }
.solution-detail { color: #b6b3ab; font-size: .91rem; line-height: 1.65; }
.round-link { display: grid; place-items: center; justify-self: end; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.37); border-radius: 50%; color: var(--paper); transition: background .2s ease, color .2s ease, transform .2s ease; }
.round-link:hover, .round-link:focus { background: var(--orange); color: var(--ink); border-color: var(--orange); transform: rotate(45deg); }

.participation { background: #e4e1db; color: var(--ink); overflow: hidden; }
.participation-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.participation-art { position: relative; min-height: 520px; }
.stack { position: absolute; width: min(350px, 80%); aspect-ratio: 1.06; border: 1px solid #6e6961; transform: rotate(-17deg) skewY(6deg); }
.stack-back { top: 70px; left: 18px; background: #b4afa6; }
.stack-middle { top: 112px; left: 55px; background: #d4d0c8; }
.stack-front { top: 156px; left: 93px; display: flex; align-items: end; justify-content: space-between; padding: 1.45rem; background: var(--orange); color: var(--ink); font-weight: 900; font-size: clamp(2rem, 5vw, 4.5rem); letter-spacing: -.08em; }
.stack-front b { font-size: 1.3em; line-height: .6; }
.path { position: absolute; height: 1px; background: #6e6961; transform-origin: left center; }
.path-a { width: 140px; left: 3px; top: 58px; transform: rotate(-25deg); }
.path-b { width: 163px; right: -29px; bottom: 72px; transform: rotate(16deg); }
.path-c { width: 60px; right: 53px; top: 61px; transform: rotate(73deg); }
.participation-copy > p:not(.eyebrow) { max-width: 605px; color: #4c4943; font-size: 1.02rem; line-height: 1.7; }
.participation-copy h2 { margin: 1.3rem 0 1.7rem; }
.participation-copy ul { display: grid; gap: .9rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.participation-copy li { display: flex; align-items: center; gap: 1rem; font-size: .84rem; font-weight: 700; }
.participation-copy li b { width: 25px; color: var(--orange-deep); font-size: .7rem; }

.token { position: relative; overflow: hidden; background: radial-gradient(circle at 25% 13%, #532112 0%, transparent 26%), #080808; }
.token::after { content: "X"; position: absolute; right: -1%; bottom: -29%; color: rgba(255,75,10,.055); font-weight: 900; font-style: italic; font-size: 44rem; line-height: 1; pointer-events: none; }
.token-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 6rem; align-items: start; }
.token-copy h2 { margin: 1.3rem 0 1.6rem; max-width: 590px; }
.token-copy > p:not(.eyebrow) { max-width: 555px; color: #b8b4ac; line-height: 1.72; }
.token-note { margin-top: 2.1rem; border-left: 2px solid var(--orange); padding-left: 1rem; color: #86827b !important; font-size: .77rem; }
.token-features { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.token-features > div { display: grid; grid-template-columns: 52px 1fr; column-gap: .75rem; padding: 1.55rem; background: rgba(18,18,18,.85); }
.token-features span { grid-row: span 2; color: var(--orange); font-size: .73rem; font-weight: 800; }
.token-features h3 { margin: 0; font-size: 1.12rem; letter-spacing: -.025em; }
.token-features p { margin: .35rem 0 0; color: #a7a39b; font-size: .84rem; line-height: 1.6; }

.company { background: #ddd9d1; color: var(--ink); }
.company-layout { display: grid; grid-template-columns: .28fr .56fr .16fr; gap: 2rem; align-items: start; }
.company .eyebrow { color: #67625a; }
.company h2 { max-width: 720px; }
.company-copy p { max-width: 610px; margin: 1.7rem 0 0; color: #4e4a44; line-height: 1.72; }
.company-mark { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; aspect-ratio: 1; border: 1px solid #a09a91; border-radius: 50%; transform: rotate(-12deg); }
.company-mark span { color: var(--orange); font-size: 3.9rem; font-weight: 900; font-style: italic; line-height: .8; }
.company-mark small { margin-top: .6rem; font-size: .47rem; font-weight: 900; letter-spacing: .15em; }

.contact { background: var(--orange); color: var(--ink); }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7rem; align-items: end; }
.contact .eyebrow { color: #54200d; }
.contact .eyebrow span { background: var(--ink); box-shadow: none; }
.contact h2 { margin-top: 1.35rem; max-width: 700px; font-size: clamp(3rem, 5vw, 5.5rem); }
.contact-action { padding-bottom: .4rem; }
.contact-action p { max-width: 350px; margin: 0 0 1.45rem; color: #49200f; line-height: 1.6; }
.contact-email { display: inline-flex; align-items: center; gap: .75rem; border-bottom: 1px solid rgba(0,0,0,.45); padding-bottom: .42rem; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 800; letter-spacing: -.03em; transition: border-color .2s ease; }
.contact-email:hover, .contact-email:focus { border-color: var(--paper); }
.contact-email span { font-size: 1.35em; }

.site-footer { background: var(--ink); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 132px; border-bottom: 1px solid var(--line); }
.footer-top img { width: 137px; height: auto; }
.footer-top a { color: #b3b0a9; font-size: .78rem; font-weight: 700; }
.footer-top a span { color: var(--orange); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 85px; color: #837f78; font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1.2rem; }
.footer-bottom a:hover, .footer-bottom a:focus { color: var(--orange); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .12s; }
.delay-two { transition-delay: .23s; }

@media (max-width: 860px) {
  :root { --shell: min(100% - 40px, 1180px); }
  .nav-shell { height: 72px; }
  .brand { width: 122px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 0; right: 0; left: 0; min-height: 100vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.7rem; padding: 90px 28px 40px; background: rgba(8,8,8,.985); font-size: 1.45rem; transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .nav-cta { margin-top: .5rem; font-size: .85rem; }
  .menu-button.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; padding: 133px 0 27px; }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { position: relative; z-index: 2; }
  .hero h1 { max-width: 590px; }
  .hero-art { min-height: 330px; margin: .2rem -10% 0; }
  .hero-art img { width: min(580px, 112vw); }
  .art-caption { right: 6%; bottom: 13px; }
  .hero-footer { margin-top: 1.2rem; }
  .statement-layout, .token-layout, .participation-layout, .contact-layout { grid-template-columns: 1fr; gap: 2.4rem; }
  .capability-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .capability-card { min-height: 286px; }
  .section-heading { display: grid; gap: 1.6rem; }
  .solution-row { grid-template-columns: 40px 1fr 48px; gap: .7rem; padding: 1.45rem 0; min-height: 0; }
  .solution-detail { grid-column: 2 / 4; margin-top: .4rem; }
  .round-link { grid-column: 3; grid-row: 1; }
  .participation-art { min-height: 390px; }
  .company-layout { grid-template-columns: 1fr; gap: 2rem; }
  .company-mark { width: 122px; }
  .section-pad { padding: 94px 0; }
}

@media (max-width: 540px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-intro { font-size: .94rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .hero-footer { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .hero-footer a { font-size: .71rem; }
  .hero-x { top: 170px; right: 3%; font-size: 25rem; }
  .statement-copy h2, .section-heading h2, .participation h2, .token h2, .company h2 { font-size: 2.45rem; }
  .participation-art { transform: scale(.93); transform-origin: left top; width: 108%; margin-bottom: -28px; }
  .stack-front { left: 66px; }
  .stack-middle { left: 37px; }
  .stack-back { left: 8px; }
  .token-features > div { grid-template-columns: 34px 1fr; padding: 1.3rem; }
  .footer-top { min-height: 108px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: .6rem; min-height: 100px; }
}

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