@font-face {
    font-family: "Site Sans";
    src: local("Lato"), local("Arial"), local("DejaVu Sans");
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
}

@font-face {
    font-family: "Site Mono";
    src: local("Cousine"), local("Consolas"), local("DejaVu Sans Mono");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

:root {
    --bg: #07090c;
    --bg-2: #0c1015;
    --panel: #10151b;
    --panel-2: #151b22;
    --line: rgba(221, 232, 240, .14);
    --line-strong: rgba(221, 232, 240, .28);
    --text: #eef4f6;
    --muted: #8c98a2;
    --accent: #38bdf8;
    --accent-2: #8b5cf6;
    --paper: #e8eff0;
    --black: #050607;
    --max: 1480px;
    --pad: clamp(20px, 4vw, 68px);
    --mono: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    --sans: "Manrope", Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--sans);
    overflow-x: hidden;
    cursor: default;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { display: block; }
::selection { background: var(--accent); color: var(--black); }

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.noise {
    position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .032;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.cursor-glow {
    position: fixed; width: 440px; height: 440px; border-radius: 50%; pointer-events: none; z-index: -1;
    background: radial-gradient(circle, rgba(56,189,248,.07), rgba(139,92,246,.025) 42%, transparent 68%);
    transform: translate(-50%, -50%);
    left: 50%; top: 30%;
}

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 100;
    min-height: 88px;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
    padding: 16px var(--pad);
    border-bottom: 1px solid transparent;
    transition: .35s ease;
}
.site-header.scrolled {
    min-height: 70px;
    background: rgba(7,9,12,.84);
    backdrop-filter: blur(16px);
    border-color: var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.brand-mark {
    width: 44px; aspect-ratio: 1; display: grid; place-items: center;
    border: 1px solid var(--line-strong); background: rgba(255,255,255,.025);
}
.brand-mark svg { width: 30px; fill: var(--text); }
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy b { font-size: 17px; letter-spacing: -.04em; }
.brand-copy b span { color: var(--accent); }
.brand-copy small { color: var(--muted); font: 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }

.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a {
    color: #bac4c9; font-size: 13px; font-weight: 600; transition: color .2s;
}
.main-nav a:hover { color: var(--accent); }

.header-cta {
    justify-self: end; display: flex; align-items: center; gap: 18px;
    border: 1px solid var(--line-strong); padding: 12px 14px 12px 18px;
    text-transform: uppercase; letter-spacing: .07em; font-size: 10px; font-family: var(--mono);
    transition: .2s ease;
}
.header-cta i { color: var(--accent); font-style: normal; font-size: 16px; }
.header-cta:hover { border-color: var(--accent); background: rgba(56,189,248,.06); }

.menu-btn { display: none; }

.section { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

.hero {
    max-width: none; min-height: 100svh; position: relative; overflow: hidden;
    padding-top: 145px; padding-bottom: 90px;
    display: grid; grid-template-columns: minmax(0, .95fr) minmax(470px, .95fr); align-items: center; gap: clamp(40px, 5vw, 100px);
}
.hero-grid, .join-grid {
    position: absolute; inset: 0; pointer-events: none; opacity: .34;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black, transparent 92%);
}
.hero::before {
    content: ""; position: absolute; width: 70vw; height: 70vw; right: -28vw; top: -30vw;
    border: 1px solid rgba(56,189,248,.1); border-radius: 50%; box-shadow: 0 0 180px rgba(56,189,248,.03);
}
.hero::after {
    content: "MAD CNC // R&D"; position: absolute; right: -42px; top: 50%; rotate: 90deg;
    color: #384048; font: 10px/1 var(--mono); letter-spacing: .25em;
}

.hero-copy { position: relative; z-index: 2; padding-left: max(0px, calc((100vw - var(--max))/2)); }
.eyebrow, .section-code {
    color: #95a1a9; font: 10px/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.pulse {
    width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px var(--accent);
    animation: pulse 1.7s infinite;
}
@keyframes pulse { 50% { opacity: .3; box-shadow: 0 0 3px var(--accent); } }

.hero h1 {
    margin: 0; font-size: clamp(52px, 6.9vw, 118px); line-height: .82; letter-spacing: -.07em;
    font-weight: 800; max-width: 920px;
}
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 .outline {
    color: transparent; -webkit-text-stroke: 1px rgba(238,244,246,.72);
}
.hero h1 .accent { color: var(--accent); }

.hero-lead {
    max-width: 680px; color: #a6b1b8; font-size: clamp(14px, 1.1vw, 17px); line-height: 1.7;
    margin: 36px 0 30px; padding-left: 20px; border-left: 1px solid var(--accent);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn {
    min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px;
    padding: 0 20px; border: 1px solid var(--line-strong);
    font: 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase;
    position: relative; overflow: hidden; transition: .25s ease;
}
.btn-primary { background: var(--accent); border-color: var(--accent); color: #070907; font-weight: 700; }
.btn-primary:hover { box-shadow: 0 0 34px rgba(56,189,248,.22); transform: translateY(-2px); }
.btn-ghost:hover, .btn-line:hover { border-color: var(--accent); color: var(--accent); background: rgba(56,189,248,.035); }
.btn-light { background: var(--paper); color: var(--black); border-color: var(--paper); font-weight: 700; }
.btn-light:hover { background: var(--accent); border-color: var(--accent); }

.hero-meta { display: flex; gap: clamp(24px, 3vw, 48px); margin-top: 45px; }
.hero-meta div { display: grid; gap: 7px; }
.hero-meta small { color: #57616a; font: 9px/1 var(--mono); letter-spacing: .13em; }
.hero-meta b { color: #bdc6cb; font-size: 11px; font-weight: 600; }
.hero-meta .online { color: var(--accent); }

.machine-stage {
    position: relative; height: min(72vh, 760px); min-height: 550px; display: grid; place-items: center;
    perspective: 1100px; z-index: 2;
}
.machine-stage::before {
    content: ""; position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%;
    background: radial-gradient(circle, rgba(56,189,248,.12), rgba(139,92,246,.045) 42%, transparent 68%); filter: blur(16px);
}
.stage-orbit { position: absolute; border: 1px solid rgba(56,189,248,.12); border-radius: 50%; }
.orbit-a { width: 78%; aspect-ratio: 1; transform: rotateX(68deg) rotateZ(-14deg); }
.orbit-b { width: 54%; aspect-ratio: 1; transform: rotateX(66deg) rotateZ(52deg); }

.machine-card {
    width: min(95%, 670px); border: 1px solid var(--line-strong);
    background: linear-gradient(145deg, rgba(18,24,31,.88), rgba(7,10,14,.72));
    backdrop-filter: blur(6px); box-shadow: 0 32px 100px rgba(0,0,0,.5);
    transform: rotateY(-7deg) rotateX(2deg);
    transition: transform .25s ease-out;
}
.machine-toolbar, .machine-stats {
    display: flex; align-items: center; justify-content: space-between; padding: 13px 16px;
    font: 9px/1 var(--mono); letter-spacing: .08em; color: #7d8992; text-transform: uppercase;
}
.machine-toolbar { border-bottom: 1px solid var(--line); }
.toolbar-state { display: flex; align-items: center; gap: 8px; color: #a9b4ba; }
.toolbar-state i, .footer-status i, .project-status.progress i {
    width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); display: inline-block;
}
.machine-viewport {
    position: relative; height: min(55vh, 540px); min-height: 420px; overflow: hidden;
    background:
        radial-gradient(circle at 50% 44%, rgba(56,189,248,.07), transparent 34%),
        linear-gradient(#0b1015, #080b0f);
}
.machine-viewport::before {
    content: ""; position: absolute; inset: 0; opacity: .2; z-index: 0;
    background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 32px 32px;
}
.cnc-visual { width: 100%; height: 100%; position: relative; z-index: 1; overflow: visible; }
.gantry { animation: gantry 5s ease-in-out infinite alternate; transform-origin: center; }
@keyframes gantry { from { transform: translateX(-12px); } to { transform: translateX(12px); } }
.laser-lines { animation: laser 1.8s ease-in-out infinite alternate; }
@keyframes laser { from { opacity: .45; } to { opacity: 1; } }

.scanline {
    position: absolute; z-index: 3; left: 0; right: 0; height: 1px; top: 0;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    box-shadow: 0 0 10px rgba(56,189,248,.55); opacity: .5;
    animation: scan 5s linear infinite;
}
@keyframes scan { from { top: 5%; } to { top: 95%; } }
.viewport-corner { position: absolute; width: 22px; height: 22px; z-index: 4; }
.viewport-corner::before, .viewport-corner::after { content: ""; position: absolute; background: var(--accent); opacity: .62; }
.viewport-corner::before { width: 22px; height: 1px; }
.viewport-corner::after { width: 1px; height: 22px; }
.c1 { top: 12px; left: 12px; } .c2 { top: 12px; right: 12px; transform: rotate(90deg); }
.c3 { bottom: 12px; right: 12px; transform: rotate(180deg); } .c4 { bottom: 12px; left: 12px; transform: rotate(270deg); }

.machine-stats { border-top: 1px solid var(--line); gap: 12px; }
.machine-stats div { display: grid; gap: 5px; }
.machine-stats div:nth-child(2) { text-align: center; }
.machine-stats div:nth-child(3) { text-align: right; }
.machine-stats span { color: #4d5861; }
.machine-stats b { color: #c5ced3; font-weight: 400; }
.machine-stats .lime { color: var(--accent); }

.float-label {
    position: absolute; z-index: 5; padding: 8px 10px; border: 1px solid rgba(56,189,248,.28);
    background: rgba(6,9,12,.78); color: var(--accent); font: 8px/1 var(--mono); letter-spacing: .12em;
    box-shadow: 0 0 30px rgba(56,189,248,.07);
}
.label-a { left: 3%; top: 22%; animation: floatA 4s ease-in-out infinite; }
.label-b { right: 2%; bottom: 24%; animation: floatA 4s 1.2s ease-in-out infinite; }
@keyframes floatA { 50% { transform: translateY(-12px); } }

.scroll-hint {
    position: absolute; bottom: 28px; left: var(--pad); z-index: 4;
    display: flex; align-items: center; gap: 15px; color: #4e5961; font: 8px/1 var(--mono); letter-spacing: .14em;
}
.scroll-hint i { color: var(--accent); font-style: normal; font-size: 14px; }

.ticker {
    overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    background: #0a0d11; transform: rotate(-1deg) scale(1.015);
}
.ticker-track {
    display: flex; align-items: center; width: max-content; gap: 32px; padding: 14px 0;
    animation: ticker 28s linear infinite; color: #4c555d;
    font: 10px/1 var(--mono); letter-spacing: .18em;
}
.ticker-track i { color: var(--accent); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifesto {
    min-height: 540px; padding-top: 150px; padding-bottom: 130px;
    display: grid; grid-template-columns: 160px 1fr 280px; gap: 50px; align-items: start;
    border-bottom: 1px solid var(--line);
}
.manifesto-copy p {
    margin: 0; font-size: clamp(34px, 4.7vw, 74px); line-height: 1.04; letter-spacing: -.05em; font-weight: 600;
}
.manifesto-copy .dim { color: #454d53; }
.manifesto-copy em { color: var(--accent); font-style: normal; }
.manifesto-side { align-self: end; }
.manifesto-side p { margin: 0 0 28px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.text-link { display: inline-flex; gap: 20px; color: #d3dbde; font: 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid #596269; padding-bottom: 8px; }
.text-link span { color: var(--accent); }

.roadmap { padding-top: 130px; padding-bottom: 140px; }
.section-head {
    display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 70px;
}
.section-head h2, .lab h2, .join h2 {
    margin: 18px 0 0; font-size: clamp(46px, 6.2vw, 90px); line-height: .93; letter-spacing: -.06em;
}
.section-head h2 em, .lab h2 em, .join h2 em { color: var(--accent); font-style: normal; }
.section-head > p { max-width: 420px; color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0 0 7px; }

.project-list { border-top: 1px solid var(--line-strong); }
.project-row {
    display: grid; grid-template-columns: 75px 1fr 180px 45px; gap: 28px; align-items: center;
    min-height: 154px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden;
    transition: .28s ease;
}
.project-row::before {
    content: ""; position: absolute; inset: 0; background: var(--accent); transform: translateX(-101%);
    transition: transform .36s cubic-bezier(.75,0,.2,1); z-index: -1;
}
.project-row[href]:hover::before { transform: translateX(0); }
.project-row[href]:hover { color: #060806; padding-left: 14px; padding-right: 14px; }
.project-row[href]:hover p, .project-row[href]:hover .project-date, .project-row[href]:hover .project-status { color: rgba(6,8,6,.7); }
.project-index { color: #485159; font: 11px/1 var(--mono); }
.project-main { padding: 22px 0; }
.project-date { color: #59636b; font: 9px/1 var(--mono); letter-spacing: .13em; }
.project-main h3 { margin: 8px 0 8px; font-size: clamp(23px, 2.5vw, 38px); letter-spacing: -.04em; }
.project-main p { margin: 0; max-width: 680px; color: #79858d; font-size: 12px; line-height: 1.6; transition: color .2s; }
.project-status { justify-self: end; color: #748089; font: 9px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.project-status.progress { color: var(--accent); display: flex; align-items: center; gap: 8px; }
.project-status.future { color: #454e55; }
.project-arrow { justify-self: end; font-size: 20px; }
.active-project { background: linear-gradient(90deg, rgba(56,189,248,.045), transparent); }
.active-project::after { content: ""; position: absolute; left: 0; top: 20%; bottom: 20%; width: 2px; background: var(--accent); box-shadow: 0 0 13px rgba(56,189,248,.6); }
.muted-project { opacity: .56; }

.lab { padding-bottom: 145px; }
.lab-shell {
    min-height: 650px; position: relative; overflow: hidden; border: 1px solid var(--line-strong);
    background:
        radial-gradient(circle at 72% 38%, rgba(56,189,248,.075), rgba(139,92,246,.025) 58%, transparent 72%),
        #0a0e12;
    display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; padding: clamp(35px, 5vw, 80px);
}
.lab-shell::before {
    content: ""; position: absolute; inset: 0; opacity: .2;
    background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(circle at 70% 50%, black, transparent 62%);
}
.lab-copy { position: relative; z-index: 2; }
.lab h2 { font-size: clamp(48px, 5.5vw, 80px); }
.lab-copy p { color: #87939b; font-size: 13px; line-height: 1.75; max-width: 480px; margin: 28px 0 32px; }

.lab-dashboard {
    position: relative; z-index: 2; border: 1px solid var(--line-strong); background: rgba(7,10,13,.76);
    box-shadow: 0 25px 90px rgba(0,0,0,.45); transform: perspective(900px) rotateY(-4deg);
}
.dash-top {
    display: flex; justify-content: space-between; padding: 13px 16px; border-bottom: 1px solid var(--line);
    color: #5f6a72; font: 8px/1 var(--mono); letter-spacing: .1em;
}
.dash-top b { color: var(--accent); }
.axis-graph { height: 280px; position: relative; padding: 30px 24px; }
.axis-graph svg { width: 100%; height: 100%; overflow: visible; }
.grid-lines path { stroke: rgba(255,255,255,.07); stroke-width: 1; }
.graph-line { fill: none; stroke: var(--accent); stroke-width: 2; vector-effect: non-scaling-stroke; }
.graph-glow { fill: none; stroke: var(--accent); stroke-width: 14; opacity: .07; filter: blur(5px); vector-effect: non-scaling-stroke; }
.graph-label { position: absolute; color: #465059; font: 8px/1 var(--mono); letter-spacing: .1em; }
.graph-label.l1 { left: 12px; top: 13px; }
.graph-label.l2 { right: 14px; bottom: 12px; }
.dash-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.dash-metrics div { padding: 20px; border-right: 1px solid var(--line); display: grid; gap: 10px; }
.dash-metrics div:last-child { border-right: 0; }
.dash-metrics span { color: #4c565e; font: 8px/1 var(--mono); }
.dash-metrics b { font-size: clamp(23px, 3vw, 36px); letter-spacing: -.05em; }
.dash-metrics small { color: var(--accent); font: 8px/1 var(--mono); letter-spacing: 0; }

.mission { padding-bottom: 145px; }
.mission .section-head { margin-bottom: 55px; }
.mission-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line); }
.mission-card {
    min-height: 410px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px;
    position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden;
    transition: .25s ease;
}
.mission-card::before {
    content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(56,189,248,.08), transparent 55%);
    opacity: 0; transition: .25s;
}
.mission-card:hover { background: #0b1014; transform: translateY(-5px); }
.mission-card:hover::before { opacity: 1; }
.card-num { position: absolute; top: 24px; left: 25px; color: #485159; font: 9px/1 var(--mono); }
.mission-card h3 { font-size: 28px; margin: 0 0 12px; letter-spacing: -.04em; }
.mission-card p { color: #76818a; font-size: 12px; line-height: 1.7; margin: 0; max-width: 290px; }
.icon-geo {
    position: absolute; top: 95px; left: 50%; width: 100px; height: 100px; transform: translateX(-50%) rotate(45deg);
    border: 1px solid #384249; box-shadow: inset 0 0 0 18px rgba(255,255,255,.008);
}
.icon-geo::after {
    content: ""; position: absolute; inset: 28px; border: 1px solid var(--accent); box-shadow: 0 0 18px rgba(56,189,248,.12);
}
.icon-geo.hex { border-radius: 50%; transform: translateX(-50%); }
.icon-geo.hex::after { border-radius: 50%; }
.icon-geo.diamond { transform: translateX(-50%) rotate(45deg) scale(.86); border-color: rgba(56,189,248,.35); }
.icon-geo.cross { border: 0; }
.icon-geo.cross::before, .icon-geo.cross::after { content: ""; position: absolute; background: #3b464d; }
.icon-geo.cross::before { width: 1px; height: 100%; left: 50%; }
.icon-geo.cross::after { height: 1px; width: 100%; top: 50%; }

.join {
    max-width: none; min-height: 680px; position: relative; overflow: hidden; background: var(--accent); color: #070907;
    display: grid; place-items: center; text-align: center; padding-top: 100px; padding-bottom: 100px;
}
.join-grid {
    opacity: .16; background-image: linear-gradient(#000 1px,transparent 1px),linear-gradient(90deg,#000 1px,transparent 1px);
    mask-image: none;
}
.join::before {
    content: ""; position: absolute; width: 560px; aspect-ratio: 1; border: 1px solid rgba(0,0,0,.18);
    border-radius: 50%; box-shadow: 0 0 0 80px rgba(0,0,0,.025), 0 0 0 160px rgba(0,0,0,.02);
}
.join-inner { position: relative; z-index: 2; max-width: 900px; }
.join .section-code { color: rgba(0,0,0,.52); }
.join-kicker { font: 9px/1 var(--mono); letter-spacing: .25em; margin: 18px 0 0; }
.join h2 { font-size: clamp(54px, 7.5vw, 112px); line-height: .84; margin: 28px 0; }
.join h2 em { color: transparent; -webkit-text-stroke: 1.3px #070907; }
.join-inner > p:not(.join-kicker) { max-width: 580px; margin: 0 auto 34px; font-size: 14px; line-height: 1.65; }
.join-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.join .btn-line { border-color: rgba(0,0,0,.48); color: #080908; }
.join .btn-line:hover { border-color: #080908; color: #080908; background: rgba(0,0,0,.06); }
.join-code {
    position: absolute; bottom: -18px; left: 50%; transform: translateX(-50%); white-space: nowrap;
    font: 800 clamp(90px, 17vw, 270px)/1 var(--sans); letter-spacing: -.08em; color: rgba(0,0,0,.035);
}

.footer { max-width: var(--max); margin: 0 auto; padding: 70px var(--pad) 50px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 40px; }
.footer-tagline { color: #444d54; font: 9px/1 var(--mono); letter-spacing: .16em; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px; padding-top: 40px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links small { color: #485159; font: 8px/1 var(--mono); letter-spacing: .13em; margin-bottom: 7px; }
.footer-links a { color: #a9b3b8; font-size: 12px; }
.footer-links a:hover { color: var(--accent); }
.footer-status { align-items: flex-end!important; text-align: right; }
.footer-status b { display: flex; align-items: center; gap: 8px; color: var(--accent); font: 9px/1 var(--mono); font-weight: 400; }
.footer-status > span { color: #4a5359; font: 9px/1 var(--mono); margin-top: 25px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1120px) {
    .site-header { grid-template-columns: 1fr auto; }
    .main-nav {
        position: absolute; top: 0; left: 0; width: 100%; height: 100vh; height: 100dvh;
        background: rgba(7,9,12,.98); display: flex; flex-direction: column;
        justify-content: center; align-items: flex-start; padding: 96px var(--pad) 48px; gap: 24px;
        overflow-y: auto; overscroll-behavior: contain;
        opacity: 0; visibility: hidden; pointer-events: none;
        transform: translateY(-12px);
        transition: opacity .24s ease, transform .36s cubic-bezier(.7,0,.2,1), visibility 0s linear .36s;
        z-index: 2;
    }
    .main-nav.open {
        opacity: 1; visibility: visible; pointer-events: auto;
        transform: translateY(0);
        transition-delay: 0s;
    }
    .main-nav a { font-size: clamp(28px, 6vw, 58px); font-weight: 700; letter-spacing: -.04em; }
    .header-cta { display: none; }
    .menu-btn {
        display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; background: transparent; border: 1px solid var(--line-strong); color: white; z-index: 3;
    }
    .menu-btn span:not(.sr-only) { display: block; width: 20px; height: 1px; background: currentColor; transition: .25s; }
    .menu-btn.active span:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-btn.active span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

    .hero { grid-template-columns: 1fr; padding-top: 135px; gap: 30px; }
    .hero-copy { padding-left: 0; }
    .machine-stage { height: 700px; }
    .machine-card { transform: none; }
    .manifesto { grid-template-columns: 110px 1fr; }
    .manifesto-side { grid-column: 2; }
    .mission-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
    :root { --pad: 20px; }
    .site-header { min-height: 72px; }
    .brand-copy small { display: none; }
    .hero { min-height: auto; padding-top: 120px; padding-bottom: 70px; }
    .hero h1 { font-size: clamp(45px, 13vw, 72px); line-height: .87; }
    .hero h1 span { white-space: normal; }
    .hero-lead { padding-left: 14px; margin-top: 26px; }
    .hero-actions { flex-direction: column; }
    .btn { width: 100%; }
    .hero-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
    .hero-meta b { font-size: 9px; }
    .machine-stage { height: 520px; min-height: 0; margin-left: -6px; margin-right: -6px; }
    .machine-card { width: 100%; }
    .machine-viewport { min-height: 360px; height: 390px; }
    .float-label { display: none; }
    .scroll-hint { display: none; }

    .manifesto { min-height: 0; padding-top: 100px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 30px; }
    .manifesto-side { grid-column: 1; }
    .manifesto-copy p { font-size: 39px; }

    .roadmap { padding-top: 95px; padding-bottom: 95px; }
    .section-head { display: block; margin-bottom: 45px; }
    .section-head > p { margin-top: 26px; }
    .section-head h2, .lab h2 { font-size: 48px; }
    .project-row { grid-template-columns: 38px 1fr 28px; gap: 12px; padding: 12px 0; }
    .project-status { display: none!important; }
    .project-main p { font-size: 11px; }
    .project-main h3 { font-size: 24px; }

    .lab { padding-bottom: 95px; }
    .lab-shell { grid-template-columns: 1fr; gap: 55px; padding: 34px 24px; }
    .lab-dashboard { transform: none; }
    .axis-graph { height: 220px; padding: 20px 12px; }
    .dash-metrics div { padding: 14px 10px; }
    .dash-metrics b { font-size: 24px; }

    .mission { padding-bottom: 95px; }
    .mission-grid { grid-template-columns: 1fr; }
    .mission-card { min-height: 330px; }

    .join { min-height: 590px; }
    .join h2 { font-size: 54px; }
    .join-actions { flex-direction: column; width: 100%; }
    .join-inner { width: 100%; }

    .footer-top { align-items: flex-end; }
    .footer-tagline { display: none; }
    .footer-links { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
    .footer-status { grid-column: 1 / -1; align-items: flex-start!important; text-align: left; }
}

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

/* =========================================================
     PEOPLE PAGE / doc/people.html — strict #content markup
     ========================================================= */

.main-nav a[aria-current="page"] { color: var(--accent); }
.main-nav a[aria-current="page"]::after {
    content: ""; display: block; height: 1px; margin-top: 5px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 10px rgba(56,189,248,.35);
}

.people-page {
    background:
        radial-gradient(circle at 78% 4%, rgba(56,189,248,.09), transparent 24%),
        radial-gradient(circle at 18% 25%, rgba(139,92,246,.055), transparent 25%),
        var(--bg);
}
.people-main {
    position: relative; overflow: hidden; padding: 150px var(--pad) 135px;
}
.people-main::before {
    content: ""; position: absolute; inset: 82px 0 auto; height: 620px;
    pointer-events: none; opacity: .38;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}
.people-main::after {
    content: "PEOPLE / OPEN ENGINEERING"; position: absolute; right: 22px; top: 330px;
    color: #384754; font: 9px/1 var(--mono); letter-spacing: .22em; writing-mode: vertical-rl;
}

.people-page #content {
    width: min(100%, 1250px); margin: 0 auto; position: relative; z-index: 2;
}

.people-page #content > p:first-child {
    margin: 0 0 30px; color: #82929e; font: 10px/1.5 var(--mono);
    letter-spacing: .08em; text-transform: uppercase;
}
.people-page #content code.inline {
    display: inline-block; padding: 6px 8px; margin-right: 8px;
    border: 1px solid rgba(56,189,248,.28); background: rgba(56,189,248,.045);
    color: var(--accent); font: 9px/1 var(--mono); letter-spacing: .08em; border-radius: 2px;
}

.people-page #content > h1 {
    max-width: 1080px; margin: 0; font-size: clamp(62px, 8.3vw, 128px);
    line-height: .84; letter-spacing: -.075em; font-weight: 800;
}
.people-page #content > h1 em {
    display: block; color: transparent; font-style: normal;
    -webkit-text-stroke: 1px rgba(56,189,248,.82);
    text-shadow: 0 0 34px rgba(56,189,248,.06);
}

.people-page #content > h1 + p {
    max-width: 760px; margin: 42px 0 92px auto; padding: 2px 0 2px 22px;
    border-left: 1px solid var(--accent); color: #a5b3bc;
    font-size: clamp(15px, 1.35vw, 19px); line-height: 1.75;
}

.people-page #content > hr {
    height: 1px; margin: 0 0 88px; border: 0;
    background: linear-gradient(90deg, var(--line-strong), rgba(56,189,248,.22), var(--line));
}

.people-page #content h2.horizontal-line {
    position: relative; margin: 0 0 34px; padding: 0 0 18px;
    border-bottom: 1px solid var(--line-strong); font: 10px/1 var(--mono);
    font-weight: 400; letter-spacing: .14em; color: #83929c; text-transform: uppercase;
}
.people-page #content h2.horizontal-line::before {
    content: ""; position: absolute; left: 0; bottom: -1px; width: 84px; height: 1px;
    background: var(--accent); box-shadow: 0 0 12px rgba(56,189,248,.48);
}

.people-page #content > blockquote {
    position: relative; margin: 0 0 100px; padding: clamp(28px, 4vw, 54px);
    border: 1px solid var(--line-strong);
    background:
        radial-gradient(circle at 100% 0, rgba(139,92,246,.09), transparent 36%),
        linear-gradient(145deg, rgba(56,189,248,.045), rgba(255,255,255,.015));
    box-shadow: 0 28px 80px rgba(0,0,0,.22);
}
.people-page #content > blockquote::before {
    content: "OPEN"; position: absolute; right: 25px; top: 18px;
    color: rgba(56,189,248,.13); font: 800 clamp(52px, 8vw, 108px)/1 var(--sans);
    letter-spacing: -.08em;
}
.people-page #content > blockquote p {
    position: relative; max-width: 880px; margin: 0 0 18px; color: #b1bec5;
    font-size: clamp(17px, 1.8vw, 25px); line-height: 1.55;
}
.people-page #content > blockquote p:last-child {
    margin-bottom: 0; max-width: 760px; color: #75858f; font-size: 13px;
}
.people-page #content > blockquote strong { color: var(--text); font-weight: 600; }

/* First top-level OL = contacts */
.people-page #content > h2:nth-of-type(2) + ol {
    list-style: none; counter-reset: contacts; display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px;
    margin: 0 0 105px; padding: 0;
}
.people-page #content > h2:nth-of-type(2) + ol > li {
    counter-increment: contacts; min-height: 285px; position: relative;
    display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line);
    background: linear-gradient(155deg, rgba(255,255,255,.025), rgba(8,14,20,.5));
    transition: transform .25s ease, border-color .25s ease, background .25s ease; overflow: hidden;
}
.people-page #content > h2:nth-of-type(2) + ol > li::before {
    content: "0" counter(contacts); position: absolute; right: 18px; top: 18px;
    color: #42515c; font: 10px/1 var(--mono);
}
.people-page #content > h2:nth-of-type(2) + ol > li::after {
    content: ""; position: absolute; width: 180px; height: 180px;
    border: 1px solid rgba(56,189,248,.12); border-radius: 50%;
    right: -90px; bottom: -90px; box-shadow: 0 0 0 34px rgba(139,92,246,.018);
}
.people-page #content > h2:nth-of-type(2) + ol > li:hover {
    transform: translateY(-5px); border-color: rgba(56,189,248,.38);
    background: linear-gradient(155deg, rgba(56,189,248,.06), rgba(139,92,246,.025));
}
.people-page #content > h2:nth-of-type(2) + ol strong {
    display: block; margin-top: 26px; font-size: clamp(25px, 3vw, 40px); letter-spacing: -.045em;
}
.people-page #content > h2:nth-of-type(2) + ol p {
    max-width: 460px; margin: 14px 0 0; color: #788993; font-size: 12px; line-height: 1.65;
}
.people-page #content > h2:nth-of-type(2) + ol p:last-child { margin-top: auto; padding-top: 28px; }
.people-page #content > h2:nth-of-type(2) + ol a {
    position: relative; z-index: 2; color: var(--accent); font: 9px/1 var(--mono);
    letter-spacing: .06em; text-transform: uppercase;
    border-bottom: 1px solid rgba(56,189,248,.45); padding-bottom: 6px;
}

/* Table */
.people-page #content > table.table2 { width: 100%; border-collapse: collapse; margin: 0 0 105px; }
.people-page #content > table.table2 thead { border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.people-page #content > table.table2 th {
    padding: 15px 14px; color: #5f717c; font: 8px/1.3 var(--mono);
    font-weight: 400; letter-spacing: .1em; text-transform: uppercase; text-align: left;
}
.people-page #content > table.table2 td {
    padding: 24px 14px; border-bottom: 1px solid var(--line);
    color: #899aa4; font-size: 12px; line-height: 1.6; vertical-align: middle;
}
.people-page #content > table.table2 td:first-child { width: 25%; color: #d6e0e4; }
.people-page #content > table.table2 td:last-child, .people-page #content > table.table2 th:last-child { width: 18%; text-align: right; }

/* Second top-level OL = how to start */
.people-page #content > h2:nth-of-type(4) + ol {
    list-style: none; counter-reset: joinsteps; margin: 0 0 100px; padding: 0;
    border-top: 1px solid var(--line-strong);
}
.people-page #content > h2:nth-of-type(4) + ol > li {
    counter-increment: joinsteps; position: relative; min-height: 135px;
    padding: 28px 30px 28px 90px; border-bottom: 1px solid var(--line);
}
.people-page #content > h2:nth-of-type(4) + ol > li::before {
    content: "0" counter(joinsteps); position: absolute; left: 14px; top: 31px;
    color: var(--accent); font: 10px/1 var(--mono);
}
.people-page #content > h2:nth-of-type(4) + ol strong { font-size: clamp(18px, 2vw, 27px); letter-spacing: -.035em; }
.people-page #content > h2:nth-of-type(4) + ol p {
    max-width: 760px; margin: 12px 0 0; color: #74858f; font-size: 12px; line-height: 1.65;
}

.people-page #content > hr:last-of-type + p {
    max-width: 920px; margin: -35px auto 10px; text-align: center;
    color: #83939d; font-size: clamp(18px, 2.2vw, 30px); line-height: 1.55;
}
.people-page #content > hr:last-of-type + p strong { color: var(--text); }

@media (max-width: 800px) {
    .people-main { padding-top: 125px; padding-bottom: 95px; }
    .people-main::after { display: none; }
    .people-page #content > h1 { font-size: clamp(52px, 15vw, 85px); line-height: .88; }
    .people-page #content > h1 + p { margin: 30px 0 70px; }

    .people-page #content > h2:nth-of-type(2) + ol {
        grid-template-columns: 1fr; margin-bottom: 80px;
    }
    .people-page #content > h2:nth-of-type(2) + ol > li { min-height: 245px; }

    .people-page #content > table.table2,
    .people-page #content > table.table2 thead,
    .people-page #content > table.table2 tbody,
    .people-page #content > table.table2 tr,
    .people-page #content > table.table2 th,
    .people-page #content > table.table2 td {
        display: block; width: 100% !important; text-align: left !important;
    }
    .people-page #content > table.table2 thead { display: none; }
    .people-page #content > table.table2 tr { padding: 18px 0; border-bottom: 1px solid var(--line); }
    .people-page #content > table.table2 td { border: 0; padding: 5px 0; }

    .people-page #content > h2:nth-of-type(4) + ol > li { padding-left: 55px; }
}



/* BRAND LOGO — Безумный ЧПУ / compact header lockup */
.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    line-height: 0;
    width: auto;
    max-width: 100%;
}
.brand-logo picture {
    display: block;
    line-height: 0;
}
.brand-logo img {
    display: block;
    width: 165px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
    object-position: left center;
    opacity: .94;
    filter: saturate(.92) brightness(.96);
    transition: width .25s ease, opacity .2s ease, filter .2s ease;
}
.site-header.scrolled .brand-logo img {
    width: 150px;
    max-height: 43px;
}
.brand-logo:hover img {
    opacity: 1;
    filter: saturate(1) brightness(1);
}
.footer-logo img {
    width: 205px;
    max-height: 68px;
    opacity: .88;
}
.footer-logo:hover img {
    opacity: .98;
}

@media (max-width: 760px) {
    .brand-logo img {
        width: 145px;
        max-height: 42px;
    }
    .site-header.scrolled .brand-logo img {
        width: 134px;
        max-height: 39px;
    }
    .footer-logo img {
        width: 180px;
        max-height: 60px;
    }
}


/* Footer without brand mark */
.footer-top { justify-content: flex-end; }
.footer-top .footer-tagline { margin-left: auto; }


/* =========================================================
     DOCUMENT PAGES / about, story, donut
     Strict markup inside the single #content block.
     ========================================================= */
.doc-page {
    background:
        radial-gradient(circle at 78% 4%, rgba(56,189,248,.075), transparent 25%),
        radial-gradient(circle at 14% 28%, rgba(139,92,246,.045), transparent 26%),
        var(--bg);
}
.doc-main {
    position: relative;
    overflow: hidden;
    padding: 150px var(--pad) 135px;
}
.doc-main::before {
    content: "";
    position: absolute;
    inset: 82px 0 auto;
    height: 650px;
    pointer-events: none;
    opacity: .36;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}
.doc-main::after {
    position: absolute;
    right: 22px;
    top: 330px;
    color: #354754;
    font: 9px/1 var(--mono);
    letter-spacing: .22em;
    writing-mode: vertical-rl;
}
.about-page .doc-main::after { content: "ABOUT / OPEN ENGINEERING"; }
.story-page .doc-main::after { content: "STORY / MACHINE CULTURE"; }
.continue-page .doc-main::after { content: "STORY / NEXT CHAPTER"; }
.donut-page .doc-main::after { content: "SUPPORT / PROJECT POWER"; }

.doc-page #content {
    width: min(100%, 1250px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.doc-page #content > p:first-child {
    margin: 0 0 30px;
    color: #82929e;
    font: 10px/1.5 var(--mono);
    letter-spacing: .08em;
    text-transform: uppercase;
}
.doc-page #content code.inline {
    display: inline-block;
    padding: 6px 8px;
    margin: 2px 8px 2px 0;
    border: 1px solid rgba(56,189,248,.28);
    background: rgba(56,189,248,.045);
    color: var(--accent);
    font: 9px/1 var(--mono);
    letter-spacing: .06em;
    border-radius: 2px;
}
.doc-page #content > h1 {
    max-width: 1110px;
    margin: 0;
    font-size: clamp(62px, 8.1vw, 124px);
    line-height: .85;
    letter-spacing: -.074em;
    font-weight: 800;
}
.doc-page #content > h1 em {
    color: transparent;
    font-style: normal;
    -webkit-text-stroke: 1px rgba(56,189,248,.82);
    text-shadow: 0 0 34px rgba(56,189,248,.055);
}
.doc-page #content > h1 + p {
    max-width: 790px;
    margin: 42px 0 82px auto;
    padding-left: 22px;
    border-left: 1px solid var(--accent);
    color: #a5b3bc;
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.75;
}
.doc-page #content > hr {
    height: 1px;
    margin: 0 0 84px;
    border: 0;
    background: linear-gradient(90deg, var(--line-strong), rgba(56,189,248,.2), var(--line));
}
.doc-page #content h2.horizontal-line {
    position: relative;
    margin: 0 0 34px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--line-strong);
    color: #83929c;
    font: 10px/1 var(--mono);
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.doc-page #content h2.horizontal-line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 84px;
    height: 1px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 12px rgba(56,189,248,.42);
}
.doc-page #content > p {
    color: #8c9aa3;
    font-size: 14px;
    line-height: 1.78;
}
.doc-page #content > p a,
.doc-page #content td a,
.doc-page #content li a,
.doc-page #content blockquote a {
    color: var(--accent);
    border-bottom: 1px solid rgba(56,189,248,.42);
    padding-bottom: 3px;
}
.doc-page #content > p a:hover,
.doc-page #content td a:hover,
.doc-page #content li a:hover,
.doc-page #content blockquote a:hover { color: #fff; border-color: var(--accent-2); }
.doc-page #content a:has(> code.inline) {
    border-bottom: none;
    text-decoration: none;
}

.doc-page #content > blockquote {
    position: relative;
    margin: 30px 0 92px;
    padding: clamp(26px, 3.6vw, 48px);
    border: 1px solid var(--line-strong);
    background:
        radial-gradient(circle at 100% 0, rgba(139,92,246,.075), transparent 36%),
        linear-gradient(145deg, rgba(56,189,248,.04), rgba(255,255,255,.012));
    box-shadow: 0 25px 75px rgba(0,0,0,.2);
}
.doc-page #content > blockquote::after {
    content: "//";
    position: absolute;
    right: 24px;
    top: 18px;
    color: rgba(56,189,248,.17);
    font: 800 50px/1 var(--sans);
}
.doc-page #content > blockquote p {
    position: relative;
    max-width: 880px;
    margin: 0 0 14px;
    color: #a9b7bf;
    font-size: 15px;
    line-height: 1.7;
}
.doc-page #content > blockquote p:last-child { margin-bottom: 0; }

.doc-page #content > table.table2 {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 100px;
}
.doc-page #content > table.table2 thead {
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
}
.doc-page #content > table.table2 th {
    padding: 15px 14px;
    color: #5f717c;
    font: 8px/1.3 var(--mono);
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: left;
}
.doc-page #content > table.table2 td {
    padding: 22px 14px;
    border-bottom: 1px solid var(--line);
    color: #899aa4;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: middle;
}
.doc-page #content > table.table2 td:first-child {
    width: 31%;
    color: #d6e0e4;
}
.doc-page #content > table.table1 {
    width: 100%;
    max-width: 100%;
    margin: 28px 0 60px;
    border-collapse: collapse;
    border-top: 1px solid var(--line-strong);
    table-layout: auto;
}
.doc-page #content > table.table1 th {
    padding: 14px 15px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line-strong);
    background: rgba(56,189,248,.035);
    color: #788b96;
    font: 8px/1.45 var(--mono);
    font-weight: 400;
    letter-spacing: .08em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}
.doc-page #content > table.table1 td {
    padding: 14px 15px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: #8798a2;
    font-size: 11px;
    line-height: 1.55;
    vertical-align: middle;
}
.doc-page #content > table.table1 th:last-child,
.doc-page #content > table.table1 td:last-child {
    border-right: 0;
}
.doc-page #content > table.table1 tr:hover td {
    background: rgba(56,189,248,.025);
    color: #aab8c0;
}
.doc-page #content > table.table1 .align-right {
    text-align: right;
}
.doc-page #content > table.table1 .align-center {
    text-align: center;
}
.doc-page #content > table.table1 a:has(img) {
    display: inline-block;
    padding: 0;
    border: 0;
    line-height: 0;
}
.doc-page #content > table.table1 img {
    display: block;
    width: 104px;
    max-width: none;
    height: 72px;
    object-fit: contain;
}

/* ABOUT */
.about-page #content > h1 em { display: block; }
.about-page #content > h1 + p + p {
    margin: -28px 0 90px;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.018);
}
.about-page #content > h1 + p + p img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    filter: saturate(.92) contrast(1.04) brightness(.9);
    opacity: .95;
}
.about-page #content > ol {
    list-style: none;
    counter-reset: goals;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin: 0 0 100px;
    padding: 0;
}
.about-page #content > ol > li {
    counter-increment: goals;
    min-height: 300px;
    position: relative;
    padding: 30px;
    border: 1px solid var(--line);
    background: linear-gradient(150deg,rgba(255,255,255,.025),rgba(6,12,18,.45));
    overflow: hidden;
}
.about-page #content > ol > li:first-child { grid-column: span 2; min-height: 260px; }
.about-page #content > ol > li::before {
    content: "0" counter(goals);
    position: absolute;
    right: 20px;
    top: 18px;
    color: #435560;
    font: 10px/1 var(--mono);
}
.about-page #content > ol > li::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -76px;
    bottom: -76px;
    border: 1px solid rgba(56,189,248,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(139,92,246,.018);
}
.about-page #content > ol strong {
    display: block;
    max-width: 78%;
    margin: 24px 0 20px;
    color: var(--text);
    font-size: clamp(23px,2.5vw,36px);
    line-height: 1.05;
    letter-spacing: -.045em;
}
.about-page #content > ol p {
    position: relative;
    z-index: 2;
    max-width: 730px;
    color: #788a94;
    font-size: 12px;
    line-height: 1.68;
}
.about-page #content > table.table2 td:first-child { width: 34%; }

/* STORY */
.story-page #content > h1 em { display: inline; }
.story-page #content > h2:first-of-type + p {
    width: min(100%, 620px);
    margin: 0 auto 35px;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.018);
}
.story-page #content > h2:first-of-type + p img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    image-rendering: auto;
}
.story-page #content > h2:first-of-type + p + p {
    max-width: 800px;
    margin: 0 auto 35px;
    color: #a0afb7;
    font-size: 16px;
    line-height: 1.78;
}
.story-page #content h2.horizontal-line:not(:first-of-type) { margin-top: 85px; }
.story-page #content > table.table2 td:first-child { width: 34%; }

/* .story-page  YouTube preview */
.story-page #content a[href*="youtube.com"]:has(> img),
.story-page #content a[href*="youtu.be"]:has(> img) {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.story-page #content a[href*="youtube.com"]:has(> img)::before,
.story-page #content a[href*="youtu.be"]:has(> img)::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 0, 0, 0.88);
    transform: translate(-50%, -50%);
    transition: background 0.15s ease, transform 0.15s ease;
    pointer-events: none;
}

.story-page #content a[href*="youtube.com"]:has(> img)::after,
.story-page #content a[href*="youtu.be"]:has(> img)::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.story-page #content a[href*="youtube.com"]:has(> img):hover::before,
.story-page #content a[href*="youtu.be"]:has(> img):hover::before {
    background: #ff0000;
    transform: translate(-50%, -50%) scale(1.08);
}

.story-page #content a[href*="youtube.com"]:has(> img):focus-visible,
.story-page #content a[href*="youtu.be"]:has(> img):focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

/* DONATION */
.donut-page .header-cta[aria-current="page"] {
    border-color: rgba(56,189,248,.55);
    background: linear-gradient(90deg,rgba(56,189,248,.1),rgba(139,92,246,.055));
    color: #fff;
}
.donut-page #content > h1 em { display: block; }
.donut-page #content > ol {
    list-style: none;
    counter-reset: support;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
    margin: 0 0 100px;
    padding: 0;
}
.donut-page #content > ol > li {
    counter-increment: support;
    min-height: 385px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--line);
    background: linear-gradient(155deg,rgba(56,189,248,.04),rgba(7,12,18,.55));
    overflow: hidden;
}
.donut-page #content > ol > li::before {
    content: "0" counter(support);
    position: absolute;
    right: 18px;
    top: 18px;
    color: #42545f;
    font: 10px/1 var(--mono);
}
.donut-page #content > ol strong {
    display: block;
    margin: 32px 0 20px;
    color: var(--text);
    font-size: clamp(25px,2.8vw,40px);
    letter-spacing: -.045em;
}
.donut-page #content > ol p {
    color: #788a94;
    font-size: 12px;
    line-height: 1.68;
}
.donut-page #content > ol p:last-child { margin-top: auto; padding-top: 20px; }
.donut-page #content > ol img {
    display: block;
    width: min(100%, 210px);
    height: auto;
    padding: 9px;
    background: #fff;
    border-radius: 4px;
}

@media (max-width: 900px) {
    .doc-main { padding-top: 125px; padding-bottom: 100px; }
    .doc-main::after { display: none; }
    .about-page #content > ol { grid-template-columns: 1fr; }
    .about-page #content > ol > li:first-child { grid-column: auto; }
    .donut-page #content > ol { grid-template-columns: 1fr; }
    .donut-page #content > ol > li { min-height: 300px; }
}
@media (max-width: 720px) {
    .doc-page #content > h1 { font-size: clamp(52px,15vw,84px); line-height: .88; }
    .doc-page #content > h1 + p { margin: 30px 0 65px; }
    .about-page #content > h1 + p + p { margin-top: -20px; }
    .about-page #content > h1 + p + p img { min-height: 260px; }
    .doc-page #content > table.table2,
    .doc-page #content > table.table2 thead,
    .doc-page #content > table.table2 tbody,
    .doc-page #content > table.table2 tr,
    .doc-page #content > table.table2 th,
    .doc-page #content > table.table2 td {
        display: block;
        width: 100% !important;
        text-align: left !important;
    }
    .doc-page #content > table.table2 thead { display: none; }
    .doc-page #content > table.table2 tr { padding: 16px 0; border-bottom: 1px solid var(--line); }
    .doc-page #content > table.table2 td { border: 0; padding: 5px 0; }
    .doc-page #content > table.table1 th,
    .doc-page #content > table.table1 td {
        padding: 11px 12px;
    }
}


/* CNC DOCUMENTATION */
.cnc-page .doc-main::after {
    content: "CNC / TECHNICAL DOCUMENTATION";
}
.cnc-page #content {
    width: min(100%, 1180px);
}
.cnc-page #content > h1 {
    max-width: 1040px;
    padding: 0 0 34px;
    border-bottom: 1px solid var(--line-strong);
    font-size: clamp(44px, 6.4vw, 88px);
    line-height: .94;
    letter-spacing: -.058em;
}
.cnc-page #content > h1::before {
    content: "TECHNICAL DOCUMENTATION / OPEN HARDWARE";
    display: block;
    margin: 0 0 24px;
    color: var(--accent);
    font: 9px/1 var(--mono);
    font-weight: 400;
    letter-spacing: .16em;
}
.cnc-page #content > h1 + p {
    max-width: none;
    margin: 18px 0 56px;
    padding: 0;
    border: 0;
    color: #6f808b;
    font: 10px/1.7 var(--mono);
    letter-spacing: .055em;
    text-transform: uppercase;
}
.cnc-page #content > h1 + p em {
    color: #91a0aa;
    font-style: normal;
}
.cnc-page #content > h1 + p a {
    margin-left: 8px;
}
.cnc-page #content > h1 + p + p {
    max-width: 880px;
    margin: 0 0 26px;
    color: #b1bec6;
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.72;
}
.cnc-page #content > p {
    max-width: 900px;
    margin: 0 0 20px;
    color: #8f9da6;
    font-size: 14px;
    line-height: 1.78;
}
.cnc-page #content > h2 {
    position: relative;
    margin: 92px 0 30px;
    padding: 0 0 18px 24px;
    border-bottom: 1px solid var(--line-strong);
    color: var(--text);
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 750;
    line-height: 1;
    letter-spacing: -.045em;
}
.cnc-page #content > h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .1em;
    width: 3px;
    height: .78em;
    background: linear-gradient(var(--accent), var(--accent-2));
    box-shadow: 0 0 14px rgba(56,189,248,.38);
}
.cnc-page #content > h2::after {
    content: "SECTION //";
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #465761;
    font: 8px/1 var(--mono);
    font-weight: 400;
    letter-spacing: .14em;
}
.cnc-page #content > :is(ol, ul) {
    list-style: none;
    margin: 28px 0 46px;
    padding: 0;
}
.cnc-page #content > :is(ol, ul) > li {
    position: relative;
    margin: 0 0 10px;
    padding: 20px 24px 20px 50px;
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(255,255,255,.022), rgba(6,12,18,.42));
    color: #8f9da6;
    font-size: 13px;
    line-height: 1.7;
}
.cnc-page #content > :is(ol, ul) > li::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 28px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--accent);
    transform: rotate(45deg);
}
.cnc-page #content > :is(ol, ul) > li > div {
    color: #aab8c0;
    font-weight: 600;
}
.cnc-page #content > :is(ol, ul) > li > p {
    max-width: 930px;
    margin: 12px 0 0;
    color: #8f9da6;
}
.cnc-page #content :is(ol, ul) :is(ol, ul) {
    list-style: none;
    margin: 14px 0 2px;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(56,189,248,.18);
}
.cnc-page #content :is(ol, ul) :is(ol, ul) > li {
    position: relative;
    padding: 5px 0 5px 20px;
    color: #8f9da6;
}
.cnc-page #content :is(ol, ul) :is(ol, ul) > li::before {
    content: "\2014";
    position: absolute;
    left: 0;
    color: #536873;
}
.cnc-page #content :is(ol, ul) :is(ol, ul) > li > div {
    color: inherit;
    font-weight: 400;
}
.cnc-page #content > p:has(> a > img) {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: none;
    margin: 0 0 30px;
}
.cnc-page #content > p:has(> a > img) > a {
    flex: 1 1 280px;
    max-width: calc(50% - 6px);
    padding: 9px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.018);
    line-height: 0;
    overflow: hidden;
}
.cnc-page #content > p:has(> a > img) > a:hover {
    border-color: rgba(56,189,248,.48);
    background: rgba(56,189,248,.045);
}
.cnc-page #content > p:has(> a > img) > a > img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: filter .25s ease, transform .35s ease;
}
.cnc-page #content > p:has(> a > img) > a:hover > img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.012);
}
.cnc-page #content > p:has(> a[href*="youtu"] > img) > a {
    flex-basis: 720px;
    max-width: 720px;
}
.cnc-page #content > p:has(img[src*="/social/"]) {
    gap: 8px;
}
.cnc-page #content > p:has(img[src*="/social/"]) > a {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    padding: 10px;
}
.cnc-page #content > p:has(img[src*="/social/"]) > a > img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.cnc-page #content > p:has(> img) {
    max-width: 820px;
    margin: 26px 0 32px;
    padding: 10px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.018);
}
.cnc-page #content > p:has(> img) > img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: contain;
}
body.cnc-gallery-open {
    overflow: hidden;
}
.cnc-gallery[hidden] {
    display: none;
}
.cnc-gallery {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(3,6,9,.94);
    backdrop-filter: blur(18px);
}
.cnc-gallery-dialog {
    width: min(100%, 1480px);
    height: 100%;
    max-height: calc(100svh - 48px);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    border: 1px solid var(--line-strong);
    background:
        radial-gradient(circle at 100% 0, rgba(56,189,248,.06), transparent 30%),
        #080c10;
    box-shadow: 0 30px 100px rgba(0,0,0,.55);
}
.cnc-gallery-toolbar {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 10px 8px 22px;
    border-bottom: 1px solid var(--line);
}
.cnc-gallery-counter {
    color: #71838d;
    font: 9px/1 var(--mono);
    letter-spacing: .14em;
}
.cnc-gallery-button {
    width: 50px;
    height: 50px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line-strong);
    background: rgba(7,9,12,.82);
    color: #bdc9cf;
    font: 16px/1 var(--mono);
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.cnc-gallery-button:hover {
    border-color: var(--accent);
    background: rgba(56,189,248,.1);
    color: #fff;
}
.cnc-gallery-button:disabled {
    opacity: .28;
    cursor: default;
}
.cnc-gallery-button:disabled:hover {
    border-color: var(--line-strong);
    background: rgba(7,9,12,.82);
    color: #bdc9cf;
}
.cnc-gallery-button:focus-visible {
    outline: 1px solid var(--accent);
    outline-offset: 3px;
}
.cnc-gallery-close {
    width: auto;
    padding: 0 17px;
    color: #91a0aa;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.cnc-gallery-stage {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    padding: clamp(20px, 4vw, 58px) clamp(72px, 8vw, 124px);
    overflow: hidden;
}
.cnc-gallery-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    box-shadow: 0 20px 65px rgba(0,0,0,.42);
    opacity: 1;
    transition: opacity .18s ease;
}
.cnc-gallery-image.is-loading {
    opacity: .18;
}
.cnc-gallery-previous,
.cnc-gallery-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.cnc-gallery-previous {
    left: clamp(12px, 2.5vw, 38px);
}
.cnc-gallery-next {
    right: clamp(12px, 2.5vw, 38px);
}
.cnc-gallery-caption {
    min-height: 48px;
    margin: 0;
    padding: 15px 22px;
    border-top: 1px solid var(--line);
    color: #82939d;
    font: 10px/1.7 var(--mono);
    letter-spacing: .04em;
}
@media (max-width: 720px) {
    .cnc-page #content > h1 {
        padding-bottom: 25px;
        font-size: clamp(38px, 11.5vw, 62px);
        line-height: .97;
    }
    .cnc-page #content > h1::before {
        margin-bottom: 18px;
        font-size: 8px;
        line-height: 1.5;
    }
    .cnc-page #content > h1 + p {
        margin: 15px 0 42px;
    }
    .cnc-page #content > h1 + p a {
        display: inline-block;
        margin: 6px 0 0;
    }
    .cnc-page #content > h1 + p + p {
        font-size: 16px;
    }
    .cnc-page #content > h2 {
        margin-top: 70px;
        padding-left: 18px;
        font-size: 30px;
        line-height: 1.08;
    }
    .cnc-page #content > h2::after {
        display: none;
    }
    .cnc-page #content > :is(ol, ul) > li {
        padding: 18px 18px 18px 42px;
    }
    .cnc-page #content > :is(ol, ul) > li::before {
        left: 18px;
        top: 26px;
    }
    .cnc-page #content > p:has(> a > img) > a {
        max-width: 100%;
    }
    .cnc-page #content > p:has(> a > img) > a > img {
        height: auto;
        max-height: 360px;
    }
    .cnc-page #content > p:has(img[src*="/social/"]) > a {
        width: 44px;
        height: 44px;
        padding: 8px;
    }
    .cnc-gallery {
        padding: 0;
    }
    .cnc-gallery-dialog {
        max-height: 100svh;
        border: 0;
    }
    .cnc-gallery-toolbar {
        min-height: 58px;
        padding-left: 16px;
    }
    .cnc-gallery-stage {
        padding: 64px 12px;
    }
    .cnc-gallery-button {
        width: 44px;
        height: 44px;
    }
    .cnc-gallery-close {
        width: auto;
        padding: 0 14px;
    }
    .cnc-gallery-previous {
        left: 10px;
    }
    .cnc-gallery-next {
        right: 10px;
    }
    .cnc-gallery-caption {
        padding: 13px 16px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .cnc-gallery-image,
    .cnc-gallery-button {
        transition: none;
    }
}


/* =========================================================
     INDEX PAGE / strict #content roadmap markup
     ========================================================= */

.index-page .roadmap #content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    column-gap: 50px;
}
.index-page .roadmap #content > p:first-child {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}
.index-page .roadmap #content > p:first-child code.inline {
    display: block;
    padding: 0;
    border: 0;
    background: none;
    color: #95a1a9;
    font: 10px/1.2 var(--mono);
    letter-spacing: .12em;
    text-transform: uppercase;
}
.index-page .roadmap #content > h2 {
    grid-column: 1;
    grid-row: 2;
    margin: 18px 0 0;
    padding-bottom: 6px;
    font-size: clamp(46px, 6.2vw, 90px);
    line-height: .93;
    letter-spacing: -.06em;
}
.index-page .roadmap #content > h2 em {
    display: block;
    color: var(--accent);
    font-style: normal;
}
.index-page .roadmap #content > h2 + p {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: end;
    max-width: 420px;
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}
.index-page .roadmap #content > ol {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 72px 0 0;
    padding: 0;
    list-style: none;
}
.index-page .roadmap #content > ol > li {
    min-height: 154px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}
.index-page .roadmap #content > ol > li:first-child {
    border-top: 1px solid var(--line-strong);
}
.index-page .roadmap #content > ol > li:has(> div > a)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--accent);
    transform: translateX(-101%);
    transition: transform .36s cubic-bezier(.75,0,.2,1);
}
.index-page .roadmap #content > ol > li:has(> div > a):hover::before {
    transform: translateX(0);
}
.index-page .roadmap #content > ol > li > div > a,
.index-page .roadmap #content > ol > li > div:not(:has(> a)) {
    min-height: 153px;
    display: grid;
    grid-template-columns: 75px 1fr 180px 45px;
    grid-template-rows: auto auto auto;
    gap: 0 28px;
    align-items: center;
    padding: 22px 0;
    color: inherit;
    transition: padding .28s ease;
}
.index-page .roadmap #content > ol > li > div > a {
    min-height: 153px;
    position: relative;
    z-index: 1;
}
.index-page .roadmap #content > ol > li > div > a:hover {
    padding-right: 14px;
    padding-left: 14px;
    color: #060806;
}
.index-page .roadmap #content > ol > li code.inline {
    padding: 0;
    border: 0;
    background: none;
    border-radius: 0;
}
.index-page .roadmap #content > ol > li code.inline:first-of-type {
    grid-column: 1;
    grid-row: 1 / 4;
    color: #485159;
    font: 11px/1 var(--mono);
}
.index-page .roadmap #content > ol > li code.inline:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    color: #59636b;
    font: 9px/1 var(--mono);
    letter-spacing: .13em;
    transform: translateY(4px);
}
.index-page .roadmap #content > ol > li strong {
    grid-column: 2;
    grid-row: 2;
    margin: 8px 0;
    font-size: clamp(23px, 2.5vw, 38px);
    line-height: normal;
    letter-spacing: -.04em;
    transform: translateY(2px);
}
.index-page .roadmap #content > ol > li em {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    max-width: 680px;
    color: #79858d;
    font-size: 12px;
    font-style: normal;
    line-height: 1.6;
    transform: translateY(-1px);
    transition: color .2s;
}
.index-page .roadmap #content > ol > li:first-child > div > a {
    min-height: 152px;
}
.index-page .roadmap #content > ol > li code.inline:last-of-type {
    grid-column: 3;
    grid-row: 1 / 4;
    justify-self: end;
    color: #748089;
    font: 9px/1 var(--mono);
    letter-spacing: .06em;
    text-transform: uppercase;
}
.index-page .roadmap #content > ol > li:has(> div > a) + li:not(:has(> div > a)) {
    background: linear-gradient(90deg, rgba(56,189,248,.045), transparent);
}
.index-page .roadmap #content > ol > li:has(> div > a) + li:not(:has(> div > a))::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 2px;
    background: var(--accent);
    box-shadow: 0 0 13px rgba(56,189,248,.6);
}
.index-page .roadmap #content > ol > li:has(> div > a) + li:not(:has(> div > a)) code.inline:first-of-type {
    transform: translateX(12px);
}
.index-page .roadmap #content > ol > li:has(> div > a) + li:not(:has(> div > a)) code.inline:last-of-type {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
}
.index-page .roadmap #content > ol > li:has(> div > a) + li:not(:has(> div > a)) code.inline:last-of-type::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 10px var(--accent);
}
.index-page .roadmap #content > ol > li:has(> div > a) + li:not(:has(> div > a)) ~ li:not(:has(> div > a)) code.inline:last-of-type {
    color: #454e55;
}
.index-page .roadmap #content > ol > li > div > a::after {
    content: "↗";
    grid-column: 4;
    grid-row: 1 / 4;
    justify-self: end;
    font-size: 20px;
}
.index-page .roadmap #content > ol > li:has(> div > a):hover code.inline,
.index-page .roadmap #content > ol > li:has(> div > a):hover em {
    color: rgba(6,8,6,.7);
}
.index-page .roadmap #content > ol > li:has(> div > a) + li:not(:has(> div > a)) ~ li:not(:has(> div > a)).reveal.in {
    opacity: .56;
}
.index-page .roadmap #content > ol > li:last-child {
    background: linear-gradient(90deg, rgba(249,115,22,.06), transparent 48%);
}
.index-page .roadmap #content > ol > li:last-child strong {
    color: #d2c1b8;
}
.index-page .roadmap #content > ol > li:last-child code.inline:first-of-type,
.index-page .roadmap #content > ol > li:last-child code.inline:last-of-type {
    color: #a66c50;
}
.index-page .roadmap #content > ol > li:last-child code.inline:last-of-type {
    display: flex;
    align-items: center;
    gap: 8px;
}
.index-page .roadmap #content > ol > li:last-child code.inline:last-of-type::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #c56f47;
    box-shadow: 0 0 9px rgba(249,115,22,.42);
    transform: rotate(45deg);
}

@media (max-width: 760px) {
.index-page .roadmap #content {
        display: block;
    }
    .index-page .roadmap #content > h2 {
        font-size: 48px;
    }
    .index-page .roadmap #content > h2 + p {
        margin-top: 26px;
    }
    .index-page .roadmap #content > ol {
        margin-top: 46px;
        padding-bottom: 1px;
    }
    .index-page .roadmap #content > ol > li + li {
        top: 1px;
    }
    .index-page .roadmap #content > ol > li > div > a,
    .index-page .roadmap #content > ol > li > div:not(:has(> a)) {
        grid-template-columns: 38px 1fr 28px;
        gap: 0 12px;
        padding: 40px 0 37px;
    }
    .index-page .roadmap #content > ol > li strong {
        font-size: 24px;
        transform: translateY(2px);
    }
    .index-page .roadmap #content > ol > li em {
        font-size: 11px;
        transform: translateY(2px);
    }
    .index-page .roadmap #content > ol > li code.inline:nth-of-type(2) {
        transform: translateY(0);
    }
    .index-page .roadmap #content > ol > li:first-child > div > a {
        padding-bottom: 36px;
    }
    .index-page .roadmap #content > ol > li code.inline:last-of-type {
        display: none;
    }
    .index-page .roadmap #content > ol > li > div > a::after {
        grid-column: 3;
    }
}
