:root {
  color-scheme: dark;
  --bg: #0b0d0e; --surface: #141819; --text: #f6f4ef; --muted: #abb2b2;
  --line: #2b3233; --accent: #ff805f; --soft: #1a2021; --green: #a2dfbd;
  --sans: 'DM Sans', sans-serif; --display: 'Space Grotesk', sans-serif; --mono: 'IBM Plex Mono', monospace;
}
html[data-theme=light] {
  color-scheme: light;
  --bg: #f2f3f7; --surface: #ffffff; --text: #202b45; --muted: #64708a;
  --line: #cbd1df; --accent: #bd4933; --soft: #eef0f6; --green: #26724f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 18px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }button, a { touch-action: manipulation; }button { color: inherit; font: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }button:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }h1, h2, h3 { font-family: var(--display); font-weight: 600; }em { color: var(--accent); font-style: normal; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 14px; background: var(--surface); z-index: 100; }.skip-link:focus { top: 10px; }
.header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.navigation { min-height: 96px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; font: 800 38px/1 var(--sans); letter-spacing: -2px; }.brand img { width: 48px; height: 48px; border-radius: 50%; }.brand-dot { color: var(--accent); }
.nav-links { display: flex; gap: 26px; margin-left: auto; font-size: 15px; font-weight: 500; }.nav-links a { padding-block: 12px; white-space: nowrap; }.nav-links a:hover, .footer a:hover { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 16px; }.theme-button, .menu-button { width: 40px; height: 44px; border: 0; background: none; font-size: 26px; }.menu-button { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; border: 1px solid var(--line); border-radius: 8px; padding: 15px 23px; min-height: 56px; font-size: 16px; font-weight: 700; transition: background .18s, transform .18s; }
.button-primary { color: #172d2e; background: #ff886b; border-color: #ff886b; }.button-primary:hover { background: #ff9c83; transform: translateY(-2px); }
.button-small { min-height: 46px; font-size: 15px; padding: 10px 18px; white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: 16px; font-weight: 600; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--line); }.text-link:hover { color: var(--accent); text-decoration-color: currentColor; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font: 500 12px/1.6 var(--mono); letter-spacing: .1em; }.status-dot { height: 8px; width: 8px; border-radius: 50%; background: var(--green); }
.hero { padding-block: 68px 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero h1 { font-size: clamp(72px, 7.5vw, 108px); line-height: .98; letter-spacing: -.065em; margin: 25px 0 27px; }
.hero-lead { font: 500 28px/1.3 var(--display); letter-spacing: -.7px; margin-bottom: 18px; }
.hero-description { font-size: 19px; line-height: 1.7; color: var(--muted); max-width: 500px; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-art { position: relative; background: #03171c; border: 1px solid #1b3e41; border-radius: 16px; overflow: hidden; color: #f5f1e7; box-shadow: 0 24px 50px #09232815; }.hero-mascot { width: 100%; height: auto; }
.art-header, .art-footer { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; padding: 23px 28px; }
.art-header { border-bottom: 1px solid #ffffff1a; font: 12px var(--mono); letter-spacing: .13em; }.art-header>span:last-child { color: #ff886b; font-size: 22px; }
.art-footer { margin-top: -16px; background: #071c20; border-top: 1px solid #ffffff1a; font: 11px/1.8 var(--mono); color: #a8bab7; }.art-footer b { display: inline-block; margin-top: 5px; font: 500 20px var(--display); color: #f5f1e7; }.art-arrow { font: 38px var(--display); color: #ff886b; }
.belief-strip { background: var(--soft); border-block: 1px solid var(--line); }.belief-strip .container { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 26px; font: 500 15px/1.5 var(--mono); letter-spacing: .1em; }.belief-strip b { color: var(--accent); font-size: 26px; font-weight: 400; }
.section-space { padding-block: 104px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: end; margin-bottom: 46px; }
h2 { font-size: clamp(38px, 4.1vw, 58px); line-height: 1.1; letter-spacing: -.045em; margin: 19px 0 0; }.section-heading>p { color: var(--muted); font-size: 19px; max-width: 445px; margin-bottom: 4px; }
.terminal-section { padding-bottom: 0; }.terminal-preview { margin: 0; border: 1px solid #355052; border-radius: 14px; overflow: hidden; background: #091b20; color: #c0cecc; box-shadow: 0 22px 50px #082d301a; }
.preview-toolbar { display: flex; justify-content: space-between; gap: 20px; padding: 19px 24px; border-bottom: 1px solid #355052; font: 12px/1.5 var(--mono); letter-spacing: .07em; }.preview-toolbar>span:first-child { display: flex; align-items: center; gap: 12px; }.preview-toolbar i { width: 7px; height: 7px; background: #ff886b; border-radius: 50%; }
.terminal-preview img { width: 100%; height: auto; }.terminal-preview figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 18px 24px; font-size: 14px; line-height: 1.6; border-top: 1px solid #355052; }
.network-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.product-card { padding: 32px; border: 1px solid var(--line); background: var(--surface); border-radius: 12px; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 31px; }.product-symbol { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--accent); border-radius: 50%; font-size: 31px; }
.product-card h3 { font-size: 32px; line-height: 1.18; letter-spacing: -1px; margin-bottom: 19px; }.product-card p { color: var(--muted); font-size: 18px; max-width: 440px; margin-bottom: 30px; }
.product-detail { display: flex; gap: 20px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 19px; color: var(--muted); font: 11px/1.6 var(--mono); letter-spacing: .06em; }.terminal-card { background: var(--soft); }.studio-card .product-symbol { background: #ff886b; border-color: #ff886b; color: #172d2e; }.section-footnote { margin: 22px 0 0; font-size: 15px; color: var(--muted); }
.control-section { background: #112d30; color: #f5f1e7; padding-block: 90px; }.control-section .eyebrow, .control-section p { color: #b7ccca; }.control-section em { color: #ff886b; }
.control-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }.section-intro { margin-top: 26px; font-size: 19px; max-width: 470px; }.control-section .text-link { margin-top: 15px; text-decoration-color: #6a8787; }
.control-list article { display: flex; gap: 22px; padding-block: 25px; border-bottom: 1px solid #ffffff26; }.control-list article:first-child { padding-top: 0; }.control-list article>span { font: 13px var(--mono); color: #ff886b; padding-top: 8px; }
.control-list h3 { font-size: 24px; line-height: 1.3; margin-bottom: 10px; letter-spacing: -.5px; }.control-list p { font-size: 17px; line-height: 1.7; margin-bottom: 0; }
.arc-section { padding-bottom: 80px; }.arc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }.arc-grid article { padding-top: 28px; border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: start; }
.arc-mark { color: var(--accent); font: 40px/1 var(--display); margin-bottom: 25px; }.arc-grid h3 { font-size: 25px; line-height: 1.3; letter-spacing: -.6px; margin-bottom: 17px; }.arc-grid p { font-size: 17px; color: var(--muted); margin-bottom: 25px; }.arc-grid .text-link { font-size: 15px; margin-top: auto; }
.roadmap-section { border-top: 1px solid var(--line); padding-top: 80px; }.roadmap-list { list-style: none; padding: 0; margin: 0; }.roadmap-list li { display: grid; grid-template-columns: 58px 1fr 155px; gap: 25px; align-items: start; padding: 29px 24px; border-bottom: 1px solid var(--line); }
.roadmap-list .roadmap-current { background: var(--soft); border-radius: 8px; border: 1px solid var(--line); }.roadmap-number { font: 24px/1.3 var(--display); color: var(--accent); }
.roadmap-list h3 { font-size: 24px; line-height: 1.3; letter-spacing: -.5px; margin-bottom: 8px; }.roadmap-list p { font-size: 17px; line-height: 1.65; color: var(--muted); margin: 0; max-width: 710px; }
.phase-label { font: 11px/1.6 var(--mono); letter-spacing: .05em; color: var(--muted); text-align: right; padding-top: 7px; }.roadmap-current .phase-label { color: var(--accent); }.release-note { font-size: 15px; color: var(--muted); margin-block: 28px 18px; max-width: 800px; }
.join-section { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; overflow: hidden; color: #f5f1e7; background: #06191e; border: 1px solid #254348; border-radius: 16px; margin-bottom: 85px; }.join-section>div { padding: 52px; position: relative; z-index: 1; }
.join-section .eyebrow, .join-section p { color: #b7ccca; }.join-section h2 { font-size: clamp(38px, 3.7vw, 52px); }.join-section em { color: #ff886b; }.join-section p { font-size: 18px; margin-top: 24px; }.join-section img { width: 100%; height: auto; }
.footer { padding-bottom: 28px; }.footer-main, .footer-bottom { display: flex; align-items: center; gap: 30px; }.footer-main { padding-block: 30px; border-bottom: 1px solid var(--line); }.footer-main>p { font-size: 17px; margin: 0; color: var(--muted); }.footer-links { display: flex; flex-wrap: wrap; gap: 26px; margin-left: auto; font-size: 15px; }.footer-bottom { justify-content: space-between; font-size: 13px; color: var(--muted); padding-top: 24px; }
.local-navigation { padding: 12px 25px; background: #123943; color: #d8faff; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; font: 13px var(--mono); }.local-navigation b { color: #8aefe3; }.local-navigation a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 1100px) {
  .container { width: calc(100% - 56px); }.navigation { gap: 20px; }.nav-links { gap: 18px; font-size: 14px; }.nav-actions { gap: 8px; }
  .hero { gap: 35px; }.hero h1 { font-size: 88px; }.hero-lead { font-size: 25px; }.hero-description { font-size: 18px; }
  .section-heading { gap: 35px; }.control-layout { gap: 45px; }.arc-grid { gap: 25px; }.join-section>div { padding: 36px; }
}
@media (max-width: 900px) {
  .navigation { min-height: 82px; }.nav-actions { margin-left: auto; }.menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 18px 28px; background: var(--surface); border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav-links.open { display: flex; flex-wrap: wrap; gap: 10px 25px; }.nav-links a { flex: 1 1 40%; }
  .hero { gap: 25px; padding-block: 48px; }.hero h1 { font-size: 75px; }.hero-lead { font-size: 23px; }.hero-description { font-size: 17px; }.hero-actions { gap: 20px; }.hero-art { align-self: center; }.art-header, .art-footer { padding: 20px; }
  .belief-strip .container { gap: 16px; font-size: 12px; }.section-heading { grid-template-columns: 1fr; gap: 25px; }.section-heading>p { max-width: 600px; }
  .section-space { padding-block: 75px; }.terminal-section { padding-bottom: 0; }.product-card { padding: 26px; }.product-card h3 { font-size: 28px; }.control-layout { grid-template-columns: 1fr; }
  .arc-grid { grid-template-columns: 1fr; gap: 35px; }.arc-grid article { display: grid; grid-template-columns: 50px 1fr; column-gap: 22px; }.arc-mark { grid-row: 1/4; }.arc-grid .text-link { justify-self: start; }
  .roadmap-list li { grid-template-columns: 40px 1fr; gap: 10px 20px; }.phase-label { grid-column: 2; text-align: left; padding-top: 0; }
  .join-section { grid-template-columns: 1.4fr 1fr; }.join-section>div { padding: 32px; }.join-section h2 { font-size: 36px; }.footer-main { flex-wrap: wrap; gap: 22px; }.footer-links { margin-left: 0; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 92px; }.container { width: calc(100% - 40px); }.navigation { min-height: 78px; gap: 10px; }.brand { font-size: 32px; gap: 7px; }.brand img { width: 40px; height: 40px; }
  .nav-actions { gap: 4px; }.theme-button, .menu-button { width: 34px; min-height: 44px; font-size: 24px; }.nav-actions .button { display: none; }.nav-links { top: 78px; padding: 15px 20px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 38px 42px; }.hero h1 { font-size: clamp(68px, 16vw, 95px); margin-block: 24px; }.hero-lead { font-size: 26px; }.hero-description { font-size: 18px; max-width: 100%; }.hero-actions { gap: 21px; }.button { font-size: 16px; padding: 15px 20px; }
  .eyebrow { font-size: 11px; }.hero-art { max-width: 460px; width: 100%; margin-inline: auto; }.art-header { padding: 15px 22px; }.art-footer { padding: 18px 22px; }
  .belief-strip .container { flex-wrap: wrap; justify-content: center; gap: 8px 13px; padding-block: 20px; font-size: 11px; letter-spacing: .02em; }.belief-strip b { font-size: 20px; }
  .section-space { padding-block: 60px; }.terminal-section { padding-bottom: 0; }h2 { font-size: 40px; }.section-heading { gap: 22px; margin-bottom: 32px; }.section-heading>p { font-size: 18px; }
  .preview-toolbar { padding: 15px; font-size: 10px; gap: 10px; }.terminal-preview figcaption { flex-direction: column; gap: 6px; padding: 15px; font-size: 14px; }
  .network-grid { grid-template-columns: 1fr; gap: 18px; }.product-card { padding: 26px; }.product-card h3 { font-size: 30px; }.product-card p { font-size: 17px; }.card-topline { margin-bottom: 25px; }.product-detail { font-size: 11px; gap: 16px; }
  .control-section { padding-block: 58px; }.control-layout { gap: 36px; }.section-intro { font-size: 18px; }.control-list { min-width: 0; }.control-list h3 { font-size: 23px; }
  .arc-grid article { column-gap: 16px; grid-template-columns: 36px 1fr; }.arc-mark { font-size: 32px; }.arc-grid h3 { font-size: 23px; }.arc-grid p { font-size: 17px; }
  .roadmap-list li { padding: 24px 8px; grid-template-columns: 31px 1fr; gap: 10px 12px; }.roadmap-list .roadmap-current { padding-inline: 12px; }.roadmap-number { font-size: 22px; }.roadmap-list h3 { font-size: 22px; }.roadmap-list p { font-size: 17px; }
  .join-section { grid-template-columns: 1fr; margin-bottom: 40px; }.join-section>div { padding: 32px 24px 0; }.join-section h2 { font-size: 37px; }.join-section img { max-width: 340px; margin: 10px auto 0; }
  .footer-main>p { flex-basis: 100%; }.footer-links { gap: 22px; }.footer-bottom { flex-wrap: wrap; gap: 14px; font-size: 13px; }.footer-bottom>a { margin-left: auto; }
}
/* Restore the illustrated, tactile identity of the earlier Tako landing. */
:root { --edge:#526176; --shadow:#0002; --grid:#8a9cb41a; }
html[data-theme=light] { --edge:#aab4ca; --shadow:#27375617; --grid:#b3bdcf38; }
body { background-image:radial-gradient(var(--grid) 1px,transparent 1px); background-size:18px 18px; }
.container { width:min(1400px,calc(100% - 96px)); }
h1,h2,h3 { font-weight:700; }
.header { box-shadow:0 5px 12px var(--shadow); }
.navigation { min-height:100px; gap:24px; justify-content:space-between; }
.brand { font-family:var(--display); font-size:38px; }.brand img { transition:transform .3s; }.brand:hover img { transform:rotate(-12deg) translateY(-2px); }
.nav-links { gap:5px; padding:5px; background:var(--surface); border:1px solid var(--line); border-radius:7px; box-shadow:0 3px 0 var(--line); margin-inline:auto; }
.nav-links a { display:flex; align-items:center; gap:9px; padding:12px 15px; font:500 13px var(--mono); border:1px solid transparent; border-radius:3px; transition:color .18s,background .18s,transform .18s,box-shadow .18s; }
.nav-links .nav-active { background:var(--text); color:var(--surface); box-shadow:inset 0 2px 0 #ffffff25; }
.nav-links a:is(:hover,:focus-visible) { color:var(--accent); background:var(--soft); border-color:var(--line); transform:translateY(-2px); box-shadow:0 2px 0 var(--line); }
.nav-links .nav-active:is(:hover,:focus-visible) { color:var(--surface); background:var(--text); }.nav-links a:active { transform:translateY(1px); box-shadow:none; }
.nav-icon { display:inline-flex; width:17px; height:17px; flex-shrink:0; }
.icon-board { display:grid; grid-template-columns:1fr 1fr; gap:3px; }.icon-board i,.icon-bars i { background:currentColor; }
.icon-bars { align-items:end; gap:3px; }.icon-bars i { width:4px; height:40%; transform-origin:bottom; }.icon-bars i:nth-child(2) { height:70%; }.icon-bars i:nth-child(3) { height:100%; }
.icon-network,.icon-paper { align-items:center; justify-content:center; font-size:22px; }
.nav-links a:is(:hover,:focus-visible) .icon-board i { animation:tile-bounce .5s ease; }.nav-links a:is(:hover,:focus-visible) .icon-board i:nth-child(2) { animation-delay:.06s; }.nav-links a:is(:hover,:focus-visible) .icon-board i:nth-child(3) { animation-delay:.12s; }.nav-links a:is(:hover,:focus-visible) .icon-board i:nth-child(4) { animation-delay:.18s; }
.nav-links a:is(:hover,:focus-visible) .icon-bars i { animation:bar-grow .55s ease; }.nav-links a:is(:hover,:focus-visible) .icon-bars i:nth-child(2) { animation-delay:.08s; }.nav-links a:is(:hover,:focus-visible) .icon-bars i:nth-child(3) { animation-delay:.16s; }
.nav-links a:is(:hover,:focus-visible) .icon-network { animation:build-turn .6s ease; }.nav-links a:is(:hover,:focus-visible) .icon-paper { animation:paper-flip .5s ease; }
.button,.theme-button,.menu-button { position:relative; border:1px solid var(--edge); border-radius:5px; background:linear-gradient(#ffffff14,transparent),var(--surface); box-shadow:inset 0 2px 0 #ffffff70,0 3px 0 var(--edge),0 6px 10px var(--shadow); font-family:var(--mono); transition:transform .18s,box-shadow .18s,border-color .18s; overflow:hidden; }
.button { font-size:15px; gap:18px; min-height:54px; padding:14px 20px; }
.button-small { min-height:46px; font-size:13px; padding:12px 17px; }
.button::after { content:''; position:absolute; inset:0; background:linear-gradient(110deg,transparent 20%,#fff5 50%,transparent 80%); transform:translateX(-150%); transition:transform .5s ease; pointer-events:none; }
.button:is(:hover,:focus-visible)::after { transform:translateX(150%); }
.button:is(:hover,:focus-visible),.theme-button:hover,.menu-button:hover { transform:translateY(-3px); border-color:var(--accent); box-shadow:inset 0 2px 0 #ffffff70,0 6px 0 var(--edge),0 10px 18px var(--shadow); }
.button:active,.theme-button:active,.menu-button:active { transform:translateY(3px); box-shadow:inset 0 1px 3px #0002; }
.button>span { display:inline-block; transition:transform .2s; }.button:hover>span { transform:translate(2px,-2px); }
.button-primary { color:#321d23; background:linear-gradient(#ffb29e,#ff896e); border-color:#be705f; --edge:#be705f; }.button-primary:hover { background:linear-gradient(#ffc1ae,#ff987f); }
.hero { position:relative; min-height:650px; margin-top:44px; margin-bottom:32px; padding:46px; gap:20px; grid-template-columns:1.08fr 1fr; background:var(--surface); border:1px solid var(--line); border-radius:10px; box-shadow:0 5px 0 var(--line),0 16px 26px var(--shadow); overflow:hidden; }
.hero::before { content:''; position:absolute; left:0; top:43px; height:58px; width:4px; background:#ff896e; }
.hero-copy { position:relative; z-index:2; }.hero h1 { font-size:clamp(48px,4.5vw,70px); line-height:1.09; letter-spacing:-3px; margin-block:30px; }
.hero-lead { font-size:26px; line-height:1.35; margin-bottom:16px; }.hero-lead br { display:none; }.hero-description { font-size:18px; line-height:1.75; margin-bottom:32px; max-width:530px; }
.hero .eyebrow { color:var(--accent); font-size:12px; }.hero .status-dot { background:var(--accent); }
.hero-usecases { display:flex; flex-wrap:wrap; gap:8px; list-style:none; padding:0; margin:-10px 0 28px; }
.hero-usecases li { padding:5px 10px; border:1px solid var(--line); border-radius:4px; background:var(--soft); color:var(--text); font:500 12px/1.5 var(--mono); }
.hero-art { position:relative; height:480px; overflow:visible; background:transparent; border:0; border-radius:0; box-shadow:none; color:var(--text); }
.hero-mascot { position:absolute; width:140%; max-width:none; left:-17%; top:0; height:100%; object-fit:contain; translate:var(--pointer-x,0px) var(--pointer-y,0px); transition:translate .5s ease; animation:hero-float 7s ease-in-out infinite; }
.hero-orbit { position:absolute; width:105%; aspect-ratio:1; border:1px solid var(--line); border-radius:50%; top:50%; left:50%; transform:translate(-50%,-50%) rotate(-15deg) scaleY(.86); }
.hero-orbit::after { content:''; position:absolute; inset:16px; border:1px dashed var(--line); border-radius:50%; }
.specimen-label { display:flex; align-items:center; gap:14px; position:absolute; z-index:1; bottom:0; left:0; width:max-content; max-width:100%; padding:16px 20px; border:1px solid var(--line); border-radius:4px; background:var(--surface); box-shadow:3px 3px 0 var(--line); transform:rotate(-3deg); transition:transform .25s; }
.specimen-label strong { display:block; font:600 16px var(--display); }.specimen-label div>span { display:block; font:11px var(--mono); color:var(--muted); margin-top:7px; }.specimen-label b { font-size:25px; color:var(--accent); margin-left:14px; }.specimen-label .status-dot { width:5px; height:5px; border-radius:0; background:var(--green); }.hero-art:hover .specimen-label { transform:rotate(0); }
.belief-strip { background:transparent; border-top:0; }.belief-strip .container { padding-block:20px 25px; font-size:13px; }
.product-card { box-shadow:0 3px 0 var(--line); transition:transform .25s,box-shadow .25s; }.product-card:hover { transform:translateY(-5px); box-shadow:0 7px 0 var(--line),0 16px 25px var(--shadow); }
.section-space { padding-block:85px; }.terminal-section { padding-bottom:0; }.control-section { background:#202b45; }.join-section { background:#172237; }
@keyframes tile-bounce { 50% { transform:translateY(-4px) rotate(12deg); } }
@keyframes bar-grow { 45% { transform:scaleY(.3); } }
@keyframes build-turn { to { transform:rotate(180deg); } }
@keyframes paper-flip { 50% { transform:rotate(-12deg) translateY(-3px); } }
@keyframes hero-float { 50% { transform:translateY(-8px); } }
@media(max-width:1200px) { .container { width:calc(100% - 56px); }.navigation { gap:16px; }.nav-links a { padding:12px 10px; font-size:12px; }.hero { padding:35px; min-height:610px; }.hero h1 { font-size:54px; }.hero-art { height:440px; }.hero-lead { font-size:24px; }.hero-description { font-size:18px; }.hero-actions { gap:18px; }.button { font-size:14px; } }
@media(max-width:1000px) { .navigation { min-height:85px; }.nav-links { display:none; position:absolute; top:85px; left:28px; right:28px; margin:0; background:var(--surface); padding:10px; }.nav-links.open { display:flex; flex-wrap:wrap; }.nav-links a { flex:1 1 40%; font-size:14px; padding:14px; }.menu-button { display:block; }.nav-actions { margin-left:auto; }.hero h1 { font-size:47px; letter-spacing:-2px; }.hero-art { height:410px; }.hero { gap:10px; }.specimen-label { padding:12px; }.specimen-label strong { font-size:14px; }.specimen-label div>span { font-size:9px; }.specimen-label b { margin-left:0; }.hero .button { padding-inline:14px; } }
@media(max-width:760px) { .hero { grid-template-columns:1fr; padding:30px; gap:5px; margin-top:28px; }.hero h1 { font-size:clamp(44px,8vw,61px); }.hero-description { max-width:100%; }.hero-art { height:430px; width:100%; max-width:500px; margin:0 auto; }.hero-mascot { width:120%; left:-10%; }.hero-orbit { width:95%; }.specimen-label { bottom:0; left:15px; }.section-space { padding-block:60px; }.terminal-section { padding-bottom:0; } }
@media(max-width:650px) { .container { width:calc(100% - 32px); }.navigation { min-height:78px; }.nav-links { top:78px; left:16px; right:16px; }.hero { padding:25px 22px 28px; }.hero h1 { font-size:clamp(41px,8.8vw,57px); letter-spacing:-2.4px; margin-block:26px; }.hero-lead { font-size:23px; }.hero-description { font-size:17px; }.hero-art { height:350px; }.hero .button { font-size:12px; min-height:49px; padding:12px 14px; gap:12px; }.hero-actions { gap:15px; }.specimen-label strong { font-size:14px; }.specimen-label div>span { font-size:9px; }.belief-strip .container { font-size:10px; gap:9px; }.section-heading h2 { font-size:38px; }.theme-button,.menu-button { width:34px; height:40px; min-height:40px; }.nav-actions { gap:9px; }.brand img { width:37px; height:37px; } }
@media(max-width:360px) { .hero { padding-inline:18px; }.hero h1 { font-size:39px; }.hero-art { height:295px; }.hero .button { font-size:11px; padding-inline:11px; }.hero-actions { gap:10px; }.specimen-label { left:0; gap:9px; padding:12px 10px; }.specimen-label b { font-size:19px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none!important; transition:none!important; }.button::after { display:none; }.button:is(:hover,:focus-visible,:active),.button:hover>span,.theme-button:hover,.menu-button:hover,.nav-links a:is(:hover,:focus-visible),.product-card:hover,.brand:hover img { transform:none; }.hero-mascot { translate:none; } }
