@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/inter-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/inter-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/inter-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/inter-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/inter-800.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/inter-900.ttf) format('truetype');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}

:root{--ink:#080808;--paper:#fff;--line:#d7d7d7;--soft:#f3f3f3;--muted:#606060;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #000;outline-offset:5px}::selection{color:white;background:black}.skip-link{position:fixed;top:-80px;left:20px;z-index:100;background:black;color:white;padding:16px}.skip-link:focus{top:12px}.header{height:110px;display:flex;align-items:center;padding:0 4.2%;border-bottom:1px solid var(--line);gap:34px;position:relative;z-index:5;background:white}.logo-link{width:150px;flex-shrink:0}.logo-link img{width:150px;height:65px;object-fit:contain}.brand-caption{font-size:10px;line-height:1.6;letter-spacing:.075em;font-weight:600}.header nav{margin-left:auto;display:flex;align-items:center;gap:32px;font-size:14px}.header nav a{position:relative;padding:10px 0}.header nav a:after{content:'';height:1px;width:0;background:black;position:absolute;left:0;bottom:3px;transition:width .25s}.header nav a:hover:after,.header nav a.active:after{width:100%}.header nav span{font-size:11px;margin-left:4px}.header .hardware-nav{padding-left:27px;border-left:1px solid var(--line)}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:12px}.eyebrow:before{content:'+';font-size:20px;font-weight:400;line-height:1}.hero{position:relative;min-height:675px;overflow:hidden;isolation:isolate}.hero canvas{position:absolute;inset:0;width:100%;height:100%;z-index:-1;touch-action:pan-y}.hero-inner{padding:38px 4.2% 42px;display:grid;grid-template-columns:1fr 1fr;min-height:640px;pointer-events:none}.hero-copy h1{font-family:var(--display);font-weight:800;font-size:clamp(88px,8.65vw,142px);text-transform:uppercase;letter-spacing:-.025em;line-height:.86;margin:35px 0 24px}.hero-copy h1 span{display:block}.hero-copy .subtitle{font-size:18px;margin:28px 0 0;letter-spacing:-.02em}.hero-copy{position:relative;z-index:1}.arena{position:relative;display:flex;align-items:center;justify-content:center;min-height:530px}.arena-label{position:absolute;right:0;top:0;color:var(--muted);font-size:12px;letter-spacing:.06em;font-family:monospace}.arena-label span{display:inline-block;width:5px;height:5px;background:black;margin-right:8px}.stage{position:relative;width:100%;height:390px;transform:translateY(-5px)}.stage:before{content:'';position:absolute;width:90%;height:28%;left:5%;bottom:20px;border:1px solid #0002;border-radius:50%;transform:rotate(-7deg)}.fighter{position:absolute;object-fit:contain;bottom:14%;width:59%;height:84%;filter:grayscale(1);transform-origin:50% 95%;will-change:transform}.fighter-left{left:-2%;z-index:2}.fighter-right{right:-3%;z-index:1}.arena-controls{position:absolute;bottom:42px;left:0;right:0;display:flex;align-items:center;flex-direction:column;gap:15px;pointer-events:auto}.kungfu-button{border:1px solid black;border-radius:0;background:white;color:black;padding:15px 23px;min-width:215px;display:flex;justify-content:space-between;gap:28px;font-size:14px;transition:background .2s,color .2s}.kungfu-button:hover{background:black;color:white}.kungfu-button:disabled{cursor:wait}.button-cross{font-size:19px;line-height:18px}.arena-hint{font-size:11px;font-family:monospace;letter-spacing:.015em;color:#555}.hero-bottom{position:absolute;bottom:17px;left:4.2%;right:4.2%;display:flex;align-items:center;justify-content:space-between;font-family:monospace;font-size:11px;letter-spacing:.04em;pointer-events:none}.hero-bottom button{pointer-events:auto;border:0;padding:4px 0;background:none;font-size:11px}.impact{position:absolute;left:47%;top:42%;width:20px;height:20px;border:1px solid black;opacity:0;border-radius:50%}.sparring .fighter-left{animation:round-left 2.5s cubic-bezier(.4,0,.2,1)}.sparring .fighter-right{animation:round-right 2.5s cubic-bezier(.4,0,.2,1)}.sparring .impact{animation:impact 2.5s linear}.stage.round-even .fighter-left{animation-direction:reverse}.stage.round-even .fighter-right{animation-direction:reverse}@keyframes round-left{0%,100%{transform:translate(0,0) rotate(0)}20%{transform:translate(-9%,-3%) rotate(-7deg)}38%{transform:translate(19%,-9%) rotate(10deg)}50%{transform:translate(8%,-2%) rotate(-3deg)}65%{transform:translate(21%,-16%) rotate(-9deg)}80%{transform:translate(-6%,0) rotate(-3deg)}}@keyframes round-right{0%,100%{transform:translate(0,0) rotate(0)}20%{transform:translate(9%,-3%) rotate(9deg)}38%{transform:translate(-12%,-18%) rotate(-17deg)}50%{transform:translate(10%,-4%) rotate(6deg)}65%{transform:translate(-15%,-23%) rotate(13deg)}80%{transform:translate(7%,0) rotate(2deg)}}@keyframes impact{0%,32%,50%,62%,80%,100%{opacity:0;transform:scale(.2)}38%,68%{opacity:.6;transform:scale(5)}46%,77%{opacity:0;transform:scale(12)}}.project-teaser{margin:0 4.2%;display:grid;grid-template-columns:1.15fr 1fr;min-height:254px;border-top:1px solid black;border-bottom:1px solid black}.teaser-title{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:25px 0 20px;overflow:hidden}.teaser-title h2{font-family:var(--display);font-size:clamp(76px,9vw,146px);font-weight:800;line-height:.9;letter-spacing:-.02em;margin:28px 0 0;text-transform:uppercase}.teaser-info{background:#080808;color:white;padding:28px 34px;display:flex;flex-direction:column;justify-content:space-between;position:relative;transition:background .2s}.teaser-info:hover{background:#242424}.teaser-info p{font-size:23px;line-height:1.25;max-width:370px;margin:20px 70px 25px 0;letter-spacing:-.035em}.teaser-arrow{position:absolute;right:30px;top:72px;font-size:62px;font-weight:400;transition:transform .2s}.teaser-info:hover .teaser-arrow{transform:translate(5px,-5px)}.teaser-info .eyebrow{font-size:11px}.teaser-bottom{font-family:monospace;font-size:12px;display:flex;justify-content:space-between;gap:20px}footer{margin:0 4.2%;padding:32px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;color:#555}.footer-name{font-weight:700;color:black;letter-spacing:.08em}.page{padding:44px 4.2% 24px;min-height:70vh}.page-head{padding-bottom:45px;border-bottom:1px solid black;position:relative}.page-head h1{font-family:var(--display);font-size:clamp(82px,12vw,180px);line-height:.9;letter-spacing:-.025em;text-transform:uppercase;font-weight:800;margin:46px 0 30px;white-space:pre-line}.page-head .lead{font-size:clamp(22px,2.7vw,38px);line-height:1.2;max-width:700px;letter-spacing:-.035em}.page-index{position:absolute;right:0;top:0;font-family:monospace;font-size:12px}.split-section{display:grid;grid-template-columns:1fr 1.3fr;gap:9%;padding:65px 0;border-bottom:1px solid var(--line)}.split-section h2{font-family:var(--display);font-size:58px;text-transform:uppercase;line-height:.95;margin:0;white-space:pre-line}.body-copy{font-size:20px;line-height:1.65;max-width:650px}.body-copy p{margin:0 0 24px}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid black;padding:13px 0;font-size:14px}.status{display:inline-flex;gap:9px;align-items:center;font-family:monospace;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.status:before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}.page-subnav{display:flex;gap:35px;padding-top:24px;font-size:14px}.media-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:50px 0}.media-block{min-width:0}.media-surface{height:320px;border:1px solid var(--line);background-color:#fafafa;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;background-image:radial-gradient(#d6d6d6 .7px,transparent .7px);background-size:16px 16px}.media-surface .slot-icon{font-size:40px;line-height:1;font-weight:400}.media-surface span:last-child{font-family:monospace;font-size:12px;letter-spacing:.07em;text-transform:uppercase}.media-surface img,.media-surface video{height:100%;width:100%;object-fit:contain;background:white;filter:grayscale(1)}.media-surface a{border:1px solid black;background:white;padding:16px 22px;font-size:14px}.media-caption{display:flex;justify-content:space-between;font-size:12px;padding:13px 0;text-transform:uppercase;letter-spacing:.05em}.section-heading{font-family:var(--display);font-size:clamp(44px,6vw,80px);text-transform:uppercase;line-height:.96;margin:50px 0 25px;font-weight:800}.demo-strip{background:black;color:white;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:30px;margin:24px 0}.demo-strip h3{font-size:24px;font-weight:500;letter-spacing:-.025em;margin:0 0 8px}.demo-strip p{margin:0;color:#aaa;font-size:14px}.demo-strip a{border:1px solid white;padding:15px 22px;white-space:nowrap}.demo-strip span{font-size:12px;font-family:monospace;white-space:nowrap}.comparison{width:100%;border-collapse:collapse;margin-bottom:40px;table-layout:fixed}.comparison th,.comparison td{text-align:left;border-bottom:1px solid var(--line);padding:22px 18px;vertical-align:top;font-size:15px}.comparison th:first-child,.comparison td:first-child{width:26%;padding-left:0}.comparison th{font-size:22px;font-weight:500;letter-spacing:-.03em;border-bottom:1px solid black}.comparison td:not(:first-child){color:#555}.comparison-image{height:160px;display:flex;align-items:center;justify-content:center;margin-top:20px;background:var(--soft);font-family:monospace;font-size:12px;letter-spacing:0}.comparison-image img{height:100%;width:100%;object-fit:contain;filter:grayscale(1)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:50px 0 40px}.portrait{aspect-ratio:4/5;background:#f5f5f5;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-image:linear-gradient(transparent calc(50% - .5px),#ddd 50%,transparent calc(50% + .5px)),linear-gradient(90deg,transparent calc(50% - .5px),#ddd 50%,transparent calc(50% + .5px))}.portrait>span{font-family:var(--display);font-size:76px;color:#d0d0d0;background:#f5f5f5;padding:15px}.portrait img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.team-card h2{font-size:22px;margin:21px 0 8px;letter-spacing:-.03em}.team-card .role{font-size:13px;color:#555}.team-card p{font-size:16px;line-height:1.5}.round-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(min-width:1600px){.hero-inner{max-width:1750px;margin:auto}.hero{min-height:760px}.hero-inner{min-height:720px}.arena{min-height:630px}.stage{height:490px}.hero-copy h1{font-size:160px}}@media(max-width:1000px){.brand-caption{display:none}.header nav{gap:23px}.hero-copy h1{font-size:100px}.hero-inner{min-height:620px}.hero{min-height:650px}.stage{height:330px}.arena-controls{bottom:50px}.teaser-info p{font-size:20px}.teaser-info{padding:25px}.media-surface{height:260px}}@media(max-width:700px){.header{height:90px;padding:0 5%;gap:16px;flex-wrap:wrap}.logo-link,.logo-link img{width:110px;height:54px}.header nav{gap:17px;font-size:12px}.header .hardware-nav{display:none}.hero-inner{padding:28px 5% 55px;grid-template-columns:1fr;min-height:850px}.hero-copy h1{font-size:clamp(76px,21vw,128px);line-height:.87;margin-top:25px}.eyebrow{font-size:11px}.hero-copy .subtitle{font-size:17px;margin-top:20px}.hero{min-height:850px}.arena{min-height:330px;margin-top:0}.arena-label{top:7px;right:0;font-size:10px}.stage{height:285px;max-width:430px;transform:translateY(-15px)}.fighter{bottom:12%}.arena-controls{bottom:0;gap:10px}.kungfu-button{padding:12px 18px;font-size:13px;min-width:200px}.arena-hint{font-size:10px}.hero-bottom{left:5%;right:5%;font-size:9px}.project-teaser{margin:0 5%;grid-template-columns:1fr}.teaser-title{padding-bottom:25px}.teaser-title h2{font-size:105px;margin-top:25px}.teaser-info{min-height:220px;padding:24px}.teaser-info p{font-size:24px;max-width:260px;margin-right:65px}.teaser-arrow{top:65px;font-size:56px}.page{padding:30px 5% 20px}.page-head h1{font-size:80px;margin-top:40px}.page-head .lead{font-size:26px}.split-section{grid-template-columns:1fr;gap:30px;padding:40px 0}.split-section h2{font-size:48px}.body-copy{font-size:18px}.media-grid{grid-template-columns:1fr;margin:32px 0;gap:20px}.media-surface{height:260px}.team-grid{grid-template-columns:1fr;gap:30px}.portrait{max-height:480px}.demo-strip{padding:24px;align-items:flex-start;flex-direction:column;gap:20px}.comparison th,.comparison td{padding:17px 9px;font-size:13px;overflow-wrap:anywhere}.comparison th{font-size:18px}.comparison th:first-child,.comparison td:first-child{width:25%}.comparison-image{height:100px;font-size:10px}.page-subnav{gap:23px;font-size:13px}footer{margin:0 5%;flex-wrap:wrap;padding:26px 0;font-size:10px}footer>span:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.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}.bio-space{min-height:45px}.about-photo{margin-top:45px}.about-photo img{width:100%;max-height:600px;object-fit:cover;filter:grayscale(1)}.comparison tbody th{font-size:15px;letter-spacing:0;border-bottom:1px solid var(--line)}.motion-paused .fighter,.motion-paused .impact{animation:none!important}.fighter-left{width:61%;height:90%;bottom:9%}.fighter-right{width:64%;height:96%;bottom:11%}.stage:before{bottom:35px}.team-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));max-width:1000px}.hero-copy h1{pointer-events:auto;user-select:none}.hero-copy .eyebrow,.hero-copy .subtitle{pointer-events:auto}.header nav a{white-space:nowrap}@media(max-width:700px){.hero-copy h1{pointer-events:none}.comparison tbody th{font-size:13px}.brand-caption{display:none}}@media(max-width:370px){.header nav{gap:11px;font-size:12px}.logo-link,.logo-link img{width:98px}.header{gap:8px}.hero-copy h1{font-size:76px}}
/* Customizable studio identity */
body{font-size:var(--body-size,16px);font-weight:var(--body-weight,400)}.header{height:auto;min-height:118px;padding-top:14px;padding-bottom:14px}.brand-logo{display:flex;align-items:center;gap:22px;min-width:0}.header-mark{height:var(--logo-size,84px);width:var(--logo-size,84px);object-fit:contain;filter:grayscale(1);flex-shrink:0}.brand-lockup strong{font-size:var(--header-name-size,26px);font-weight:700;line-height:1.15;letter-spacing:-.045em;display:block}.brand-lockup>span{white-space:pre-line;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.015em;display:block;margin-top:7px}.header nav{gap:34px;flex-shrink:0}.header nav span{display:none}.header nav a{font-size:14px}.hero-inner{max-width:var(--content-width,1600px);margin:0 auto}.hero-copy h1{font-size:clamp(76px,calc(8.65vw * var(--hero-scale,1)),calc(142px * var(--hero-scale,1)));font-weight:var(--display-weight,800);letter-spacing:var(--display-tracking,-.025em)}.hero-copy h1 span{white-space:nowrap}.hero canvas{opacity:var(--grid-opacity,1)}.fighter{filter:brightness(0);scale:var(--fighter-scale,1)}.page{max-width:var(--content-width,1600px);margin:0 auto}.page-head{padding-bottom:calc(45px * var(--page-spacing,1))}.page-head h1{font-size:clamp(64px,calc(12vw * var(--page-scale,1)),calc(180px * var(--page-scale,1)));font-weight:var(--display-weight,800);letter-spacing:var(--display-tracking,-.025em);overflow-wrap:anywhere}.split-section{padding-top:calc(65px * var(--page-spacing,1));padding-bottom:calc(65px * var(--page-spacing,1))}.split-section h2,.section-heading{font-weight:var(--display-weight,800);letter-spacing:var(--display-tracking,-.025em)}.body-copy{font-size:calc(var(--body-size,16px) * 1.25)}.team-card p{font-size:var(--body-size,16px)}.hero-copy .subtitle{font-size:calc(var(--body-size,16px) * 1.125)}.terminal-wordmark,.teaser-title h2.terminal-wordmark,.page-head h1.terminal-wordmark,.split-section h2.terminal-wordmark{font-family:var(--terminal,Inter,Arial,sans-serif);font-weight:var(--terminal-weight,900);letter-spacing:var(--terminal-tracking,-.065em);text-transform:uppercase;line-height:.87;white-space:nowrap;overflow-wrap:normal}.teaser-title h2.terminal-wordmark{font-size:calc(7.6vw * var(--terminal-scale,1));margin:40px 0 5px;padding-right:14px}.page-head h1.terminal-wordmark{font-size:clamp(76px,calc(18.5vw * var(--terminal-scale,1)),calc(276px * var(--terminal-scale,1)));margin-top:52px;margin-bottom:42px}.split-section h2.terminal-wordmark{font-size:60px}.team-page .page-head h1{text-transform:none;max-width:1050px}.hardware-section{margin-top:80px;padding-top:50px;border-top:1px solid black;scroll-margin-top:30px}.hardware-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.hardware-heading h2{font-family:var(--display);font-weight:var(--display-weight,800);letter-spacing:var(--display-tracking,-.025em);font-size:clamp(64px,8vw,120px);line-height:.9;text-transform:uppercase;margin:30px 0 12px}.hardware-lead{font-size:28px;line-height:1.3;max-width:700px;letter-spacing:-.025em}.hardware-section .split-section h3{font-family:var(--display);font-size:58px;font-weight:var(--display-weight,800);text-transform:uppercase;line-height:.96;margin:0;white-space:pre-line}.footer-name{font-size:15px;letter-spacing:-.02em;display:flex;align-items:center;gap:12px;text-transform:none}.footer-name img{width:44px;height:44px;object-fit:contain;filter:grayscale(1)}
@media(max-width:1000px){.brand-logo{gap:17px}.brand-lockup strong{font-size:min(var(--header-name-size,26px),25px)}.header nav{gap:24px}.hero-copy h1{font-size:calc(100px * var(--hero-scale,1))}.teaser-title h2.terminal-wordmark{font-size:calc(7.5vw * var(--terminal-scale,1))}}
@media(max-width:700px){.header{min-height:132px;gap:14px;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:13px}.brand-logo{gap:13px;width:100%;justify-content:flex-start}.header-mark{height:min(var(--logo-size,84px),58px);width:min(var(--logo-size,84px),58px)}.brand-lockup strong{font-size:min(var(--header-name-size,26px),23px)}.brand-lockup>span{font-size:10px;line-height:1.35;margin-top:4px;white-space:normal;max-width:230px}.header nav{margin-left:0;gap:28px;justify-content:flex-end;width:100%}.header nav a{font-size:13px;padding:3px 0}.hero-copy h1{font-size:calc(21vw * var(--hero-scale,1))}.hero-inner{min-height:830px;padding-bottom:45px}.hero{min-height:830px}.hero-copy .eyebrow{font-size:10px}.page-head h1{font-size:calc(80px * var(--page-scale,1))}.page-head h1.terminal-wordmark{font-size:calc(18.7vw * var(--terminal-scale,1));margin:37px 0 28px}.teaser-title h2.terminal-wordmark{font-size:calc(15.5vw * var(--terminal-scale,1));margin:29px 0 5px}.page-head{padding-bottom:30px}.page-head .lead{font-size:25px}.body-copy{font-size:calc(var(--body-size,16px) * 1.125)}.hardware-heading{align-items:flex-start;flex-direction:column;gap:16px}.hardware-heading h2{font-size:72px}.hardware-lead{font-size:24px}.hardware-section{margin-top:50px;padding-top:35px}.hardware-section .split-section h3{font-size:48px}.split-section{padding-top:calc(40px * var(--page-spacing,1));padding-bottom:calc(40px * var(--page-spacing,1))}.team-page .page-head h1{font-size:calc(74px * var(--page-scale,1))}.brand-logo.text-only{padding-top:4px}.footer-name{font-size:13px}}

/* Phone layout: all sizes below are separate from the desktop design. */
.comparison-hint{display:none}
@media(max-width:700px){
 body{font-size:var(--mobile-body-size,16px)}
 .header{height:auto;min-height:0;display:flex;flex-wrap:wrap;gap:4px;padding:12px var(--mobile-gutter,20px) 4px}
 .brand-logo{width:100%;max-width:100%;min-width:0;gap:12px}
 .header-mark{width:var(--mobile-logo-size,52px);height:var(--mobile-logo-size,52px);max-width:30%;object-fit:contain}
 .brand-lockup{min-width:0;flex:1}
 .brand-lockup strong{font-size:var(--mobile-name-size,20px);line-height:1.16;overflow-wrap:anywhere}
 .brand-lockup>span{display:var(--mobile-descriptor-display,none);font-size:10px;line-height:1.4;white-space:normal;max-width:none;overflow-wrap:anywhere}
 .header nav{width:100%;min-width:0;flex-shrink:1;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin:0}
 .header nav a{min-height:44px;padding:12px 7px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;white-space:normal;overflow-wrap:anywhere}
 .header nav a:after{bottom:7px}
 .hero{min-height:0}
 .hero canvas{-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - var(--mobile-grid-fade,90px)),transparent 100%);mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - var(--mobile-grid-fade,90px)),transparent 100%)}
 .hero-inner{display:flex;flex-direction:column;min-height:0;gap:24px;padding:24px var(--mobile-gutter,20px) 0}
 .hero-copy,.arena{min-width:0;width:100%;max-width:100%}
 .hero-copy h1{font-size:var(--mobile-hero-size,64px);line-height:.9;margin:24px 0 18px}
 .hero-copy .eyebrow{font-size:10px;line-height:1.5;gap:9px;overflow-wrap:anywhere}
 .hero-copy .subtitle{font-size:var(--mobile-body-size,16px);line-height:1.4;margin:18px 0 0}
 .arena{display:flex;flex-direction:column;min-height:0;gap:8px;margin:0}
 .arena-label{position:static;align-self:flex-end;font-size:10px;line-height:1.5;max-width:100%;overflow-wrap:anywhere;text-align:right}
 .stage{width:100%;max-width:430px;height:var(--mobile-fighter-height,220px);transform:none;flex-shrink:0}
 .stage:before{bottom:14px;left:6%;width:88%;height:22%}
 .fighter{scale:var(--mobile-fighter-scale,.9);object-fit:contain;bottom:10%}
 .fighter-left{left:0;width:58%;height:85%}
 .fighter-right{right:0;width:60%;height:92%}
 .arena-controls{position:static;width:100%;gap:10px;padding:4px 0 12px}
 .kungfu-button{min-height:48px;max-width:100%;padding:13px 18px}
 .arena-hint{font-size:10px;line-height:1.5;text-align:center;max-width:100%;overflow-wrap:anywhere}
 .hero-bottom{position:relative;inset:auto;margin:0 var(--mobile-gutter,20px);padding:4px 0 14px;display:flex;flex-wrap:wrap;gap:8px;font-size:9px}
 .hero-bottom button{min-height:44px;font-size:10px;padding:10px 0}
 .hero-bottom>span:last-child{display:none}
 .project-teaser{margin:0 var(--mobile-gutter,20px);grid-template-columns:minmax(0,1fr)}
 .teaser-title{padding:24px 0}
 .teaser-title h2.terminal-wordmark{font-size:var(--mobile-terminal-size,72px);margin:24px 0 0;padding-right:0}
 .teaser-info{padding:24px;min-width:0}
 .teaser-info p{font-size:calc(var(--mobile-body-size,16px) * 1.4);line-height:1.25;overflow-wrap:anywhere}
 .teaser-bottom{flex-wrap:wrap;font-size:11px;line-height:1.5}
 .page{padding:var(--mobile-section-gap,32px) var(--mobile-gutter,20px) 20px}
 .page-head{padding-bottom:var(--mobile-section-gap,32px)}
 .page-head h1,.team-page .page-head h1{font-size:var(--mobile-page-size,64px);margin:32px 0 24px;line-height:.95}
 .page-head h1.terminal-wordmark{font-size:var(--mobile-terminal-size,72px);margin:32px 0 24px}
 .page-head .lead,.hardware-lead{font-size:calc(var(--mobile-body-size,16px) * 1.4);line-height:1.35;overflow-wrap:anywhere}
 .page-index{position:static;display:block;text-align:right;margin-top:12px;font-size:10px}
 .page-subnav{flex-wrap:wrap;gap:12px 24px;padding-top:20px;line-height:1.5}
 .page-subnav a{display:inline-flex;align-items:center;min-height:44px;overflow-wrap:anywhere}
 .split-section{grid-template-columns:minmax(0,1fr);gap:24px;padding:var(--mobile-section-gap,32px) 0}
 .split-section h2,.hardware-section .split-section h3{font-size:calc(var(--mobile-page-size,64px) * .72);overflow-wrap:anywhere}
 .split-section h2.terminal-wordmark{font-size:var(--mobile-terminal-size,72px)}
 .body-copy,.team-card p{font-size:var(--mobile-body-size,16px);overflow-wrap:anywhere}
 .media-grid{grid-template-columns:minmax(0,1fr);margin:var(--mobile-section-gap,32px) 0}
 .media-surface{height:auto;aspect-ratio:4/3;min-height:190px}
 .media-caption{gap:10px;line-height:1.4}
 .section-heading{font-size:calc(var(--mobile-page-size,64px) * .75);margin:var(--mobile-section-gap,32px) 0 24px}
 .hardware-section{margin-top:var(--mobile-section-gap,32px);padding-top:var(--mobile-section-gap,32px)}
 .hardware-heading h2{font-size:var(--mobile-page-size,64px);overflow-wrap:anywhere}
 .status{white-space:normal;line-height:1.5;overflow-wrap:anywhere}
 .status:before{flex-shrink:0}
 .demo-strip{padding:24px;gap:20px}
 .demo-strip span,.demo-strip a{white-space:normal;overflow-wrap:anywhere}
 .comparison-hint{display:block;font:11px/1.5 monospace;margin-bottom:12px}
 .comparison-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:var(--mobile-section-gap,32px)}
 .comparison{min-width:530px;margin-bottom:0}
 .comparison th,.comparison td,.comparison tbody th{padding:18px 14px;font-size:14px;overflow-wrap:break-word}
 .comparison th{font-size:20px}
 .comparison-image{height:130px}
 .team-grid{grid-template-columns:minmax(0,1fr);gap:var(--mobile-section-gap,32px);margin:var(--mobile-section-gap,32px) 0}
 .portrait{max-height:none}
 footer{margin:0 var(--mobile-gutter,20px);gap:16px;overflow-wrap:anywhere}
}
